This screen lists fleet maintenance schedules and is available atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/fm/fleet/maintenance.
Overview
The Fleet Maintenance page usesuseFleetMaintenance to load maintenance schedules with pagination (page size 20). URL-synced filters include: vehicle, status (active/inactive/all, defaulting to active), trigger type (from MAINTENANCE_TRIGGERS), and overdue toggle. An overdue count from the query result is displayed in the header subtitle. When overdueCount > 0 and the overdue filter is not active, a destructive alert banner appears with a “Show Overdue Only” shortcut. The data table shows: Maintenance name with description, Vehicle, Trigger type badge, Next Due Date (warning color if within 7 days, destructive if past), Next Due Odometer, Status badge, and an Actions dropdown (Edit, Generate Work Order, Activate/Deactivate, Delete). Generating a work order requires confirmation and creates a work order from the schedule. Deleting is a soft delete with confirmation.
Who it’s for
Requires permissionfm.dashboard.view. Write actions require fm.fleet.edit or fm.fleet.admin — confirm with SME.
Before you start
- Fleet vehicles must exist before maintenance schedules can be created.
Steps
Review overdue alert
If the alert banner is visible, click Show Overdue Only to filter to overdue items.
Apply filters
Use the Vehicle, Status, Trigger Type dropdowns and the Overdue toggle to narrow the list.
Generate a work order
From the Actions dropdown on a row, click Generate Work Order and confirm to create a work order for that schedule.
Key concepts
- Trigger type — values from
MAINTENANCE_TRIGGER_LABELS(e.g., date-based, mileage-based — confirm with SME). - Next due date warning — yellow warning color within 7 days; red destructive color if past due.
- Generate Work Order — creates a new work order and updates the schedule’s next due date/mileage automatically.
Related
Facilities & Inventory
Facilities & Inventory core overview.
Governance & parity
Documentation coverage and governance.
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/fm.tsx
- src/cores/fm/pages/FleetMaintenancePage.tsx