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:
| Column | Description |
|---|---|
| Start Time | Date and time the trip began |
| End Time | Date and time the trip ended |
| Duration | Total elapsed time for the trip |
| Distance | Odometer distance covered, in the configured unit (km or mi) |
| From | Geocoded departure address |
| To | Geocoded arrival address |
| Driver | Assigned driver name, if any |
| Status | Classification: Business, Personal, or Unclassified |
| Notes | Free-text notes attached to the trip |
| CO2 | Estimated carbon dioxide output for the trip |
| Max Speed | Top speed recorded during the trip |
| Avg Speed | Average 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.
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.
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.
Related Pages
- Filtering Trips — date range, unit selector, status filter, saved presets
- Bulk Actions — classifying and annotating multiple trips at once
- Exporting Trips — CSV and PDF export options