Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

This screen shows the full detail of a single fleet driver and is available at /fm/fleet/drivers/:id.

Overview

The Driver Detail page loads a driver via useFleetDriverDetail. 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 permission fm.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

1

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).
2

Review contact information

Check email, phone, and linked user profile.
3

Review license & CDL

Check license number, state, class, and expiration; CDL endorsements and expiration if applicable.
4

Check expiration alerts

If the Expiration Alerts sidebar card is visible, license or CDL is expiring within 30 days.
5

Deactivate or activate

Use the Deactivate/Activate button to toggle the driver’s active status.
6

Edit driver

Click Edit to open FleetDriverFormDialog and update driver information.
7

Delete driver

Click Delete and confirm the destructive dialog to soft-delete the driver. The driver is unassigned from all vehicles.

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 softDeleteDriver mutation; confirm whether data is preserved (confirm with SME).

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.
  • src/routes/fm.tsx
  • src/cores/fm/pages/FleetDriverDetailPage.tsx