Intake
New SAV order opens the intake form: the article (label / SKU), the issue description, the quote amount, and the deposit taken at drop-off (POST /v1/repairs). Creating a repair order requires the pos.sav.manage
permission.
Repair lifecycle
A repair order moves through a fixed set of transitions:- To workshop — the item is sent for repair.
- Ready — the repair is done and the item is ready for pickup.
- Collect — the pickup modal closes the order when the customer collects.
- Unrepairable — the item cannot be repaired.
GET /v1/repairs). All repair logic
runs in the shared SAV domain.
Related
- Rentals — the other in-store service counter.
- Deposits & reservations — the deposit taken at intake.

