product
Owner payouts ledger
Per-car, per-owner, per-rent. Nothing to reconcile by hand.
Every rent agreement auto-creates an owner_payments row with the full total as the owner balance. Admins record partial or full payouts with method + reference. The outstanding balance updates on each payout.
- Per-owner view: sum owed, sum paid, by-rent breakdown
- Per-car view on the car detail page
- Multiple partial payouts supported; running balance tracked
- Printable per-period report of all payouts
How it works
rent agreement creation inserts OwnerPayment(total=total, payment=0, balance=total). Recording a payout adds payment, subtracts from balance. Zero balance = fully paid.
Open /dashboard/owner-payouts to record your next payout.
More product features
- Bookings & reservationsHold a car for a customer before they pay a rupee.
- Rent agreements with live totalsEvery formula from the legacy desktop — plus the rules it only implied.
- Offline payment provisionCash, cheque, bank transfer — first-class, not bolt-on.
- Check-in / Check-out with per-event photosPhotograph the car the moment it moves. Both directions.