Skip to main content

Trip Management

The Trips page is the core of FleetTAB's day-to-day workflow. It presents a chronological table of every vehicle trip recorded by the Wialon platform, enriched with geocoded locations, driver assignments, classification status, and environmental data — all in a single, searchable view.

What the Table Shows

Each row in the trips table represents one recorded trip. The following columns are available by default:

ColumnDescription
Start TimeDate and time the trip began
End TimeDate and time the trip ended
DurationTotal elapsed time for the trip
DistanceOdometer distance covered, in the configured unit (km or mi)
FromGeocoded departure address
ToGeocoded arrival address
DriverAssigned driver name, if any
StatusClassification: Business, Personal, or Unclassified
NotesFree-text notes attached to the trip
CO2Estimated carbon dioxide output for the trip
Max SpeedTop speed recorded during the trip
Avg SpeedAverage speed over the trip duration

Column visibility is configurable. Use the View button in the toolbar to show or hide individual columns without losing your other filter settings.

info

Geocoding is performed once per unique coordinate pair and cached. Addresses update automatically if the underlying geocoding data changes, but this is rare in practice.

How Trips Are Loaded

Trip data comes directly from Wialon. When you open the Trips page or change your date range, FleetTAB requests every trip recorded by your selected units within that period, converts times to your local timezone and distances to your preferred units, and briefly caches the result so returning to the page is instant.

tip

If trips are missing, confirm the relevant vehicles have the Trips data type enabled in Wialon and that your account has read access to those units.

Handling Large Datasets

The Trips table is built to handle 10,000 trips or more without slowing down. It renders only the rows currently on screen, so scrolling, sorting, and filtering stay fast no matter how many trips are loaded. Your scroll position and any selected rows are preserved as you move through the list.

Sorting

Click any column header to sort the table by that column. Click again to reverse the sort direction. Sorting is applied to the full in-memory dataset, so it works correctly even across thousands of trips without a round-trip to the server.

Trip Status Colors

Row backgrounds carry a subtle status tint to help you scan the table quickly:

  • Business trips have a green tint.
  • Personal trips have a purple tint.
  • Unclassified trips have no background tint, making them easy to spot as items requiring attention.