Settings
Same Supabase project as your other dashboards. The URL and key are remembered on this device.
This dashboard reads from public.ppm_schedules. 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.ppm_schedules
-- 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.ppm_schedules enable row level security;
create policy "allow_select_dashboard" on public.ppm_schedules
  for select using (true);
NZF Logo
NZ Facilities Ltd
PPM Schedule Reports
Planned Preventative Maintenance Archive
Total Reports
All time
This Month
Last 30 days
Most Recent
Active Techs
Submitting reports
📊

Welcome to PPM Schedule Reports

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