← All features
reporting

Printable HTML reports

PDF-ready via browser print. No Crystal runtime.

Four reports out of the box: Rental activity, Customer rent history, Owner payouts, Customer receipts, plus Fleet P&L. Cmd/Ctrl+P and you have a PDF.

  • Server-rendered HTML + print CSS — pixel-perfect
  • No external reporting runtime (goodbye .rpt files)
  • Filter UI hides on print; summary totals stay
  • Custom reports are small React components

How it works

components/ReportShell wraps every report. Its print CSS hides the filter bar and prepends a compact header with title + generated timestamp.

Browse reports at /dashboard/reports.

More reporting features