This area is restricted to authorized administrators only.
Edit checklist sections and items, manage settings, and reset to defaults. Changes are saved automatically to this browser and applied immediately to the checklist tool.
Drag & drop or select your CSV file. Jobs will be upserted by Project#.
Choose a badge color for each salesperson. Colors appear on cards in the Kanban board and rows in the List view.
Choose which stages appear in the Pipeline widget on the homepage and in what order. Drag rows to reorder. Toggle the eye to show/hide a stage. These settings are independent from the Kanban board.
Select which status columns to show in this view. Uncheck to hide a column.
Shared by Manufacturing & Ship-In. Add one checklist per municipality.
Connect a free Supabase database so the job board is shared across all browsers and devices. Once configured, uploading a CSV here will automatically push the jobs to the cloud — everyone will see the updated board instantly.
create table hub_data ( key text primary key, value jsonb not null, updated_at timestamptz default now() ); alter table hub_data enable row level security; create policy "Public access" on hub_data for all using (true) with check (true);
This is the public anon key — safe to use in a browser for an internal tool.
Use this to verify that settings are being saved to the cloud and to force-push everything if something seems out of sync. If you see "Write blocked" below, follow the fix instructions.
hub_data → RLS Policies → make sure a policy exists that allows INSERT/UPDATE for the anon role. Run this SQL in the SQL Editor if not:
create policy "Allow anon writes" on hub_data
for all using (true) with check (true);
Copy data between production and beta databases. Safe to run at any time — it overwrites the target with a fresh copy of the source.
Upload your customer review QR code here. It will appear at the bottom of every printed checklist. The image is stored in this browser — upload it once and it's always ready.
Accepts PNG, JPG, GIF, or SVG. Recommended size: 300×300px or larger for best print quality.
How it works: Select your QR image and click Save. The image is stored in this browser and will automatically appear on all printed checklists going forward. If you clear your browser data you'll need to re-upload it.
Minimum 6 characters. Write it down somewhere safe — there is no recovery option.
This will remove all customizations you've made to every checklist and restore the original items. This cannot be undone.