This screen shows the full detail of a single fleet driver 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/drivers/:id.
Overview
The Driver Detail page loads a driver viauseFleetDriverDetail. The header shows first/last name, active/inactive badge, CDL badge (if applicable), and email. Action buttons include Activate/Deactivate toggle and Edit. A two-column grid holds: Contact Information (email with mailto link, phone with tel link, linked user profile with avatar), License & CDL (license number in monospace, state, class, expiration — with warning/destructive color based on days remaining; CDL endorsements displayed as CDL_ENDORSEMENT_LABELS badge tooltips and CDL expiration), and tabbed History (Assigned Vehicles list linked to vehicle detail pages, Recent Trips with type/destination/miles). A sidebar contains: Status card with Activate/Deactivate button, conditional Expiration Alerts (license and CDL), Notes, and Quick Stats (assigned vehicle and trip counts). A Delete button opens a destructive confirmation dialog.
Who it’s for
Requires permissionfm.dashboard.view. Deactivation and deletion require fm.fleet.edit or fm.fleet.delete — confirm with SME.
Before you start
- The driver must exist and not have been soft-deleted.
Steps
Open a driver
Navigate to
/fm/fleet/drivers/:id (typically by clicking a driver in the Fleet Dashboard or from a vehicle’s assigned driver).Review license & CDL
Check license number, state, class, and expiration; CDL endorsements and expiration if applicable.
Check expiration alerts
If the Expiration Alerts sidebar card is visible, license or CDL is expiring within 30 days.
Key concepts
- CDL endorsements — labels from
CDL_ENDORSEMENT_LABELS, displayed as tooltip badges. - Expiration alerts — license and CDL expiration within 30 days; expired dates shown in destructive color.
- Soft delete — the
softDeleteDrivermutation; confirm whether data is preserved (confirm with SME).
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/FleetDriverDetailPage.tsx