This screen lists all fleet vehicles 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.
Overview
The Fleet Vehicles page usesuseFleetVehicles to load a paginated list of vehicles (page size 20). Filters include: text search (VIN, plate, make, model), Status (from VEHICLE_STATUSES), Fuel Type (from FUEL_TYPES), and Site (fetched from pf_sites). URL query parameters sync with filter state and page number. The data table shows: Vehicle (year/make/model with vehicle number), VIN (truncated, last 6), Plate, Status badge, Odometer, Assigned Driver, and Site. An Add Vehicle button opens FleetVehicleFormDialog. Pagination controls appear when total pages exceed one.
Who it’s for
Requires permissionfm.dashboard.view. Adding vehicles requires fm.fleet.create.
Before you start
- Hold
fm.dashboard.view. - Sites must be configured for the site filter to populate.
Steps
Add a vehicle
Click Add Vehicle to open the form dialog; provide VIN, make, model, year, fuel type, and other required fields.
Key concepts
- VIN — Vehicle Identification Number, displayed truncated (last 6 characters) in the table.
- Vehicle status — values from
VEHICLE_STATUS_LABELS: active, maintenance, retired, disposed. - Fuel type — values from
FUEL_TYPE_LABELS(fromFUEL_TYPESarray).
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/FleetVehiclesPage.tsx