Creating a rental
New rental opens the create form: the daily rate, the number of days, and the deposit amount and reference (POST /v1/rentals). Creating a rental requires the
pos.rental.manage permission.
Managing a rental
From a rental row you can:- Return the item — the return modal records the returned condition.
- Mark overdue — flag a rental past its due date.
GET /v1/rentals). All rental logic
runs in the shared rental domain; dates are handled consistently across the flow.
Related
- Deposits & reservations — the deposit model a rental builds on.
- Repairs (SAV) — the other in-store service counter.

