PVR
GitHub

Dashboard

The Taxi CRM 2026 operations dashboard — KPIs, schedule, live bookings, fleet status and analytics — and the two layout variants that ship.

2 min read
Updated June 20, 2026

The Dashboard is the operator's home screen — a single view of bookings, drivers, revenue and fleet health. Two variants ship with the kit:

  • Dashboard v1index.html (the default landing page)
  • Dashboard v2dashboardV2.html (an alternate layout)

Taxi CRM 2026 Dashboard v1

↗ Dashboard v1 live demo · Dashboard v2 live demo

What's on the dashboard

SectionWhat it shows
KPI headerHeadline counters — Bookings, Drivers, Revenue
Welcome cardGreeting, signed-in user and a Start Your Shift action
Revenue / Bookings cardsThis-week totals with a week-over-week delta
ScheduleMonth calendar with booking events
Upcoming EventsNext pickups and transfers with status badges
Today's TimelineChronological feed of assignments, pickups, cancellations and completions
Recent BookingsLatest trips with customer, location and fare
Custom Vehicle SearchCollapsible search + a Free Vehicle DataTable (vehicle, location, distance)
Trip AnalyticsTotal / Completed / In-progress / Cancelled breakdown
Fleet StatusTotal / Active / On-trip / Inactive vehicles
Top DriversLeaderboard by trips with ratings
Active CustomersMost active customers by trip count

Building from the dashboard

The dashboard is assembled entirely from widgets arranged with rows and columns. To build your own variant:

  1. Start from index.html (v1) or dashboardV2.html (v2).
  2. Remove the widget cards you don't need — each is an independent .card.
  3. Add widgets from widgets.html for the metrics you do need.
  4. Wire the counters, tables and charts to your data (the demo uses the mock API and Highcharts — see JavaScript Helpers and Charts).

All labels on the dashboard are translatable via data-i18n attributes — see Internationalization.

Was this page helpful?