Fleet
Fleet is the one register of every truck, trailer and yard the company owns — what each unit is, where it is sitting right now, whether its plates, insurance and safety papers are still valid, and how hard it has been working.
From the Lanexa 2.0 capability register · version 2.0.37 · reviewed 2026-08-24
What happens on its own.
The work nobody does. These run in the database rather than the browser, which is why they still happen when someone forgets, closes the tab, or was never told they were supposed to.
Every truck change is written to the activity feed
Creating, updating or deleting a truck fires an entry naming the person and the unit, tagged to that vehicle (, → ). Status changes get their own wording — "*Name* status → MAINTENANCE vehicle T-108" (). Audit writing is deliberately failur
Every truck, trailer and yard change is separately logged in the database with a full field diff
A trigger compares the before and after row, skips a no-op update entirely, excludes noise columns like timestamps, resolves the acting user's display name, and files the result under a human-readable label — the unit number for a truck or
Refused writes are logged too
When the tenant guard blocks a write — no active company, a cross-company id, or a database error — it fires a warning-level event recording exactly which table and why. This is deliberately the one thing the change-log trigger can never se
A trailer deletion writes an immutable before-snapshot
The soft-delete routine stamps the removal time and appends an audit entry containing the whole row as it was ().
What you can do here.
Every item below is live in production today. Anything not yet built is listed further down rather than left out.
What we haven’t built here — by design.
Publishing this is the point. Fleet ships 41 capabilities today; these 5 are not built yet, and you should know that before a sales call rather than after one.
| Capability | Status |
|---|---|
| Delete a truck outright | Not built |
| Filter or count on the Yards tab | Not built |
| Un-retire a truck, or restore a deleted trailer or yard | Not built |
| Set a truck's odometer from telematics | Not built |
| Get warned before a plate, insurance or safety date expires | In progress |