Dashboard
The Dashboard is the screen a freight company opens first every morning — it pulls together, on one page, how many trucks are rolling, how much money has come in and how much is still owed, which drivers are close to running out of legal driving hours, which licences and insurance policies are about to expire, and which delivered jobs have never been billed or are missing the paperwork that gets them paid.
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.
The page keeps itself current with no refresh button
Five live database subscriptions stay open for as long as the Dashboard is on screen: loads, drivers, vehicles and invoices each listen for *any* change and re-run their read (,, ), and the activity feed listens for new entries (). A dispat
Every reader waits for the tenant to be decided
Before the active company resolves, every read is suppressed rather than fired unfiltered. Because the company identifier already sits in each reader's dependency list, the reads fire automatically the moment scope settles — no retry logic,
Permission lookups are collapsed into one
The permission reader is mounted many times per page — sidebar, route guard, page headers, every gated button — and each instance used to fire its own session and capability requests, measured at four to eight duplicates per page load. A sh
Time is pinned so alerts do not drift while you read
The compliance card captures the current moment once at mount rather than reading the clock on every render (). The consequence is that its day counts do not tick over midnight until the card remounts.
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. Dashboard ships 22 capabilities today; these 5 are not built yet, and you should know that before a sales call rather than after one.
| Capability | Status |
|---|---|
| Jump into the billing work queue from that tile | In progress |
| See this week's diesel index | In progress |
| Change anything | Not built |
| Filter by date range | Not built |
| Manually refresh the page | Not built |