Maintenance Locations and Assets
Locations and Assets provide the maintenance master data used by schedules, work orders, requests, contracts, and reports.
Routes
Section titled “Routes”| Route | Purpose |
|---|---|
/maintenance/locations | Location tree list |
/maintenance/locations/create | Opens the location create flow |
/maintenance/locations/:id | Location-focused view in the location tree |
/maintenance/assets | Asset tree list |
/maintenance/assets/:id | Asset detail |
/maintenance/assets/:id/edit | Edit asset |
Route note: the backend menu registration advertises an add route at /maintenance/assets/create, but the current frontend app does not define that route. Asset creation is handled from the /maintenance/assets page when the Add control is available.
Locations
Section titled “Locations”Locations are managed as a tree. Rows can represent sites, buildings, floors, areas, rooms, and equipment locations. The toolbar supports search and show-inactive filtering. Row actions allow edit, add child, and delete.
Assets
Section titled “Assets”Assets are also managed as a tree and can be nested under other assets. The list includes asset status and criticality, with search and show-inactive filters. Row actions open asset detail, edit, add child, and delete flows.
Screenshot Status
Section titled “Screenshot Status”The wiki tenants returned portal 404 screens for Maintenance location and asset routes during the 2026-06-10 capture pass. List, create, asset detail, and asset edit screenshots are pending until Maintenance is enabled or deployed for the wiki tenants. Asset creation should be captured from /maintenance/assets with the Add control, not /maintenance/assets/create, unless the frontend route is later implemented. Asset detail and edit also require at least one saved asset record.
Permissions
Section titled “Permissions”| Permission | Use |
|---|---|
maintenance.locations.access | View and manage maintenance locations |
maintenance.assets.access | View and manage maintenance assets |