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.
What the app does
The modules, the roles that use them, the four user-facing surfaces, and the vocabulary (statuses, hierarchy levels, permissions) the rest of the docs assume.
Read the overview →How data flows between sections
Request โ work order โ evidence โ approval โ closure, plus how preventive maintenance, inspections, fleet and inventory all converge on the same work-order record.
Trace the data →How to test
Seed a demo tenant, run the automated suite, then walk the five UAT scenarios end to end with the expected result written out for each step.
Start testing →Full feature test script
The exhaustive per-feature demo and test script, marking what is clickable in the browser today and what is backend-verified without a UI.
Open the script →Guided demo script
A hands-on, click-by-click walkthrough for a live demo or trial: the exact screen, button and value for every step, plus a full reference of the administration panel.
Open the demo script →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 |
/operations/login and are then pointed at the surface their permissions
allow.