reporting
Fleet P&L per car
Which cars earn; which cars drain.
Revenue earned, paid to owner, still owed, company margin — for every car in your fleet, sorted by margin. Clickable everything: click a car → detail page with the full rent history.
- Per-car revenue (sum of non-refunded receipts)
- Paid to owner + still owed (sum of owner_payments)
- Company margin = revenue − paid-to-owner
- One-click PDF via browser print
How it works
Four aggregate queries against rent_amount_details + owner_payments, joined on car_id. Rendered as an HTML table with print CSS — no Crystal Reports runtime.
See the report at /dashboard/reports/fleet-pnl.