Drivers (Draft)
The Driver Module stores and manages all driver-related data used for dispatch planning, optimization, and reporting. It includes driver profiles, preferences, licenses, schedules, and status information that directly impact load assignment and trip feasibility.
Table of Contents
-
-
About
-
Schedule
-
License
-
Preferences
-
Key Use Cases
-
Viewing and updating driver contact, license, and availability details
-
Assigning trips manually or through optimization
-
Evaluating driver utilization and earnings
-
Enforcing restrictions and preferences in load matching
-
Deactivating or reassigning drivers
Navigation Overview
Access the Driver Module via the left-side navigation under Planning > Drivers. You can also access the driver from the Dispatch Gantt or Grid views, click a driver’s initials or name to open their Driver Detail Panel. Any appearance of the Driver name in on a load or trip should also hyperlink to their profile.
Driver Profile Tabs
About Tab
Displays the driver’s personal details, contact info, home/domicile location, tractor/trailer defaults, and ELD system IDs.
Schedule Tab
Shows mileage, revenue, and earning metrics across the week, along with current and upcoming trip assignments.
License Tab
Lists all endorsements and restrictions that influence load compatibility and regulatory compliance.
Preferences Tab
Captures home time preferences, preferred/avoided areas, workweek settings, and driving conditions.
Action Menu Options
Located in the upper-right of the Driver Detail Panel, the 3-dot menu includes:
-
Copy ID
-
Edit
-
Request Time Off
-
Restore Default Payment
-
Refresh Timeline
-
Deactivate Solo Mode
-
Deactivate Driver
-
Delete Driver
Data Dictionary
Name |
Description |
Data Type |
---|---|---|
Driver Ref. # |
System-generated reference code for internal identification |
String |
Name |
Full name of the driver |
String |
Status |
Driver availability status (e.g., Available, On Trip) |
Enum/String |
Employment Type |
Classification of the driver (e.g., Solo, Team, Employee, Owner Operator) |
Enum |
Home Location |
Primary location for home time planning |
String |
Domicile Location |
Optional secondary domicile for route planning |
String |
Phone |
Contact number |
String |
|
Email address |
String |
Fleet |
Fleet assignment (e.g., TOUR, OTR) |
String |
PTA (Planned Time Avail.) |
The expected time the driver becomes available |
DateTime |
Next Available Location |
City/State of next available stop |
String |
Next Trip |
Next trip segment (origin > destination) |
String |
Tractor / Trailer |
Default assigned equipment |
String |
ELD Tractor |
Associated tractor for Hours of Service tracking |
String |
License Endorsements |
Certifications such as Hazmat, Tanker, etc. |
List[String] |
License Restrictions |
Regulatory limitations such as no manual transmission |
List[String] |
Preferred Areas |
Geographies where the driver prefers to run |
List[String] |
Avoided Areas |
Geographies the driver prefers to avoid |
List[String] |
Work Week Hours |
Max hours allowed to work per week |
Integer |
Work Week Days |
Max days allowed to work per week |
Integer |
Day/Night Driving |
Driver’s preference or restriction for time of day |
Enum |
Sleeper Berth |
Whether driver uses a sleeper berth |
Boolean |
DVIR |
Driver Vehicle Inspection Report status |
String |
Revenue / Miles / Earnings |
Current week-to-date values by day and week summary |
Number |
External System ID |
ID used for TMS/ELD integration |
String |
Reference Code |
System ID used for API/data sync |
String |
Start Date |
Driver’s employment start date |
Date |
Notes |
Freeform comments field |
String |