This screen shows the full detail of a single fleet vehicle 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/vehicles/:id.
Overview
The Vehicle Detail page loads a vehicle viauseFleetVehicleDetail. The header shows year/make/model, status badge, and vehicle number. The right side has action buttons: Assign/Reassign Driver, Change Status, and Edit. A two-column grid holds: a Vehicle Details card (VIN, plate, color, fuel type, odometer), a Registration & Insurance card (registration expiration, insurance expiration, inspection expiration — each in warning color if within 30 days), and a tabbed History card with four tabs: Trips (date, type, destination, miles), Fuel (date, gallons, station, cost, MPG), Mileage (odometer readings), and Maintenance (schedules with next due date/odometer and overdue badge). A sidebar contains: Assignment (site, assigned driver), Odometer (current reading with Record Reading button), Quick Actions (Log Trip, Log Fuel), and conditional Expiration Alerts.
Who it’s for
Requires permissionfm.dashboard.view. Driver assignment requires fm.fleet.edit; confirm with SME.
Before you start
- The vehicle must exist and not have been deleted.
Steps
Key concepts
- Expiration alerts — registration, insurance, and inspection expirations within 30 days surface a warning sidebar card.
- Maintenance schedules — from
vehicle.maintenance_schedules; overdue schedules show a destructive badge. - MPG calculated — computed and stored per fuel log entry.
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/FleetVehicleDetailPage.tsx