Documentation

Understand, trace and test Facilities Manager

Everything a UAT participant needs: what each part of the product is for, how a record travels from one section to the next, and the exact steps to prove it works.

Facilities Manager is a multi-tenant CMMS built on Laravel with a Filament operations panel, Inertia/Vue product workspaces, a REST API and a Flutter mobile client. Start with the overview if you are new, jump to the data-flow page if you are checking that a record reached the right place, and use the UAT guide when you are running a scripted acceptance session.

Quick reference

Surface URL Who uses it
Marketing home / Anyone; the public entry point and the link into these docs
Operations panel (Filament) /operations Admins, supervisors, compliance, auditors
Dispatch board (Inertia) /dispatch Supervisors assigning work
Technician workbench (Inertia) /technician Technicians executing work orders
Requester portal /portal Staff raising and following service requests
REST API v1 /api/v1 The Flutter mobile app and integrations
Health check /health Load balancers and deployment smoke checks
Everyone signs in at the same place. There is no separate requester or technician login โ€” all roles authenticate at /operations/login and are then pointed at the surface their permissions allow.