Settings
Same Supabase project as your other dashboards. The URL and key are remembered on this device.
This dashboard reads from public.building_wash_reports. Rows are created when techs submit the field form. If reads fail, check Row Level Security:
-- Already exists in your Supabase project if the form has been used.
-- This is for reference only.
-- table: public.building_wash_reports
-- The form already creates rows. This dashboard reads them.
-- If the table doesn't exist yet, contact NZF.

-- Make sure RLS allows SELECT:
alter table public.building_wash_reports enable row level security;
create policy "allow_select_dashboard" on public.building_wash_reports
  for select using (true);
NZF Logo
NZ Facilities Ltd
Building Wash Reports
Exterior Clean Archive
Total Reports
All time
This Month
Last 30 days
Most Recent
Active Techs
Submitting reports
📊

Welcome to Building Wash Reports

Connect to Supabase to see reports submitted by your field technicians.