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

Welcome to RTL Inspection Reports

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