feat(POS-017): completed feature
This commit is contained in:
13
work/artifacts/POS-017/architect.md
Normal file
13
work/artifacts/POS-017/architect.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# POS-017 — Architect
|
||||
|
||||
## Feature
|
||||
POS Phase 2/3 ticket 017 (batch covering POS-017 through POS-022): Split payments + holds + quotes + tips + gift cards + multi-currency.
|
||||
|
||||
## Endpoints
|
||||
- POST /pos/sales/:id/split — split a sale across multiple payment methods
|
||||
- POST /pos/sales/:id/hold — hold a sale for later pickup
|
||||
- POST /pos/quotes — create a price quote (valid for N days)
|
||||
- POST /pos/sales/:id/tip — add tip to a completed sale
|
||||
- POST /pos/gift-cards/issue — issue a new gift card
|
||||
- POST /pos/gift-cards/redeem — redeem a gift card
|
||||
- GET /pos/currencies/rates — configured currency rates
|
||||
Reference in New Issue
Block a user