⚠ One-time Supabase setup required. Run this SQL in your
Supabase dashboard
→ SQL Editor, then reopen this employee:
CREATE TABLE employee_setup_checklist (
id uuid DEFAULT gen_random_uuid() PRIMARY KEY,
employee_id uuid NOT NULL,
task text NOT NULL,
completed_by text,
completed_at timestamptz DEFAULT now()
);
ALTER TABLE employee_setup_checklist DISABLE ROW LEVEL SECURITY;
✅ Setup Checklist
🔒 Store Portal Access
Checkingβ¦
Leave blank to auto-generate a random PIN instead, or type their existing FranPOS PIN here so it's the same for both.