MineSync Docs
MineSync Docs
MineSync Documentation
Fleet OverviewVehicle DetailsVehicles List
Fleet

Vehicles List

Search, filter, and manage all equipment from the fleet list page.

Overview

The vehicles list page is the main entry point for the Fleet module. It shows all registered equipment in a searchable, sortable table with summary statistics and quick actions.

Fleet Vehicles list

Navigate to Fleet Management from the sidebar to reach this page.

Summary Statistics

At the top of the page, three summary cards show:

  • Total Equipment -- the count of vehicles matching your current filters
  • Active -- the count of vehicles with status ACTIVE
  • Alerts -- a count of outstanding alerts (reserved for future use)

These cards update in real time as you change filters.

Searching and Filtering

Text Search

The search bar filters vehicles across multiple fields simultaneously:

  • Unit number
  • Fleet ID
  • Model name
  • OEM name
  • Serial number

Search is debounced (300ms delay) so results update as you type without excessive API calls.

Status Filter

Use the status dropdown to filter by vehicle status:

  • All Statuses (default)
  • Active
  • Inactive
  • Maintenance
  • Retired

Site Filter

Use the site dropdown to filter vehicles by their assigned site/location. Sites are loaded from your tenant's site configuration.

URL Persistence

All filter values are synced to URL query parameters (q, status, site). This means you can bookmark or share a filtered view, and filters are preserved when navigating back to the page.

Fleet Table

Columns

ColumnDescription
Unit NumberDisplays the unit number or fleet ID. Links to the vehicle detail page.
ModelThe equipment model name from the OEM catalog.
StatusColor-coded badge: green (Active), gray (Inactive), yellow (Maintenance), red (Retired).
ProfileThe assigned lifecycle profile name, linked to the profile detail page. Shows "--" if no profile is assigned.
LTD HoursLife-to-date frame hours displayed in monospace font with comma formatting.
Last ReadingRelative time since the last meter reading submission (e.g., "3 days ago").
AlertsReserved for future alert indicators.
ActionsIcon buttons for quick navigation.

Sorting

Click any column header to sort. The sort cycles through three states:

  1. Ascending (up arrow)
  2. Descending (down arrow)
  3. No sort (neutral icon) -- returns to default order

Sortable columns: Unit Number, Model, Status, Profile, LTD Hours, Last Reading.

Row Actions

Each row has three action buttons on the right:

  • View Details (eye icon) -- navigates to the vehicle detail page
  • Work Orders (document icon) -- navigates to work orders filtered for this vehicle
  • PM Schedule (calendar icon) -- navigates to forecasts filtered for this vehicle

Rows also prefetch the vehicle detail page on hover for faster navigation.

Adding Equipment

Single Vehicle

Click the Add Equipment button to open the creation dialog. The form is organized into sections:

Basic Information

  • Unit Number (e.g., TRK-001)
  • Fleet ID (e.g., FLEET-001)

Equipment Details

  • OEM (required) -- searchable combobox with create-new option for Admins
  • Model (required) -- searchable combobox filtered by selected OEM, with create-new option
  • Equipment Family -- auto-populated based on model selection
  • Serial Number
  • VIN

Configuration

  • Profile -- select from existing lifecycle profiles
  • Status -- defaults to Active

Meter Readings

  • LTD Hours -- initial lifetime hours
  • Daily Hours -- daily utilization rate

Additional Information

  • Image URL
  • Notes

When you select an OEM, the model dropdown filters to show only models from that manufacturer. If you need a new OEM or model that does not exist yet, Admins can create one inline without leaving the dialog.

Bulk Import

Click Bulk Import to open the import wizard. The wizard has four steps:

  1. Template -- download a CSV template with example data and column instructions
  2. Import -- paste your data from Excel (tab-separated) or CSV (comma-separated)
  3. Validate -- review parsed rows; the system checks for formatting errors, missing required fields, and duplicate fleet IDs, serials, or unit numbers
  4. Complete -- shows the import result with success and error counts

Required columns: Fleet ID/Unit, OEM, Model

Optional columns: Serial, Status, Hours, Commission Date

The system accepts dates in YYYY-MM-DD (recommended), MM/DD/YYYY, or MM-DD-YYYY format.

Updating Daily Utilization

Click Update Daily Utilization to set the operating hours per day for multiple vehicles at once.

  1. Enter the daily utilization value (1-24 hours)
  2. Select vehicles individually using checkboxes, or use Quick Select by Model to select all vehicles of a given model
  3. Use Select All / Clear All for bulk selection
  4. Click Update Utilization to apply

Each vehicle's current utilization is shown next to its name in the selection list. The update is logged in the audit trail.

Common Questions

Why does search not match my vehicle?

Search matches against unit number, fleet ID, model name, OEM name, and serial number. It does not search notes or other free-text fields. Make sure the search term appears in one of these fields.

Can I export the fleet list?

Export functionality is not built into the fleet list page directly. Use the bulk import template format as a reference if you need to extract data for external use.

What roles can add equipment?

Admin and Planner roles can create vehicles (both single and bulk import). The Add Equipment and Bulk Import buttons are available to these roles.

Vehicle Details

View and manage individual vehicle information, component lifecycle, and maintenance history.

Account Settings

Manage your profile, email, password, appearance, and account deletion.

On this page

OverviewSummary StatisticsSearching and FilteringText SearchStatus FilterSite FilterURL PersistenceFleet TableColumnsSortingRow ActionsAdding EquipmentSingle VehicleBulk ImportUpdating Daily UtilizationCommon QuestionsWhy does search not match my vehicle?Can I export the fleet list?What roles can add equipment?