feat(POS-013): completed feature

This commit is contained in:
chattie
2026-08-22 13:50:28 +02:00
parent 82e237aab5
commit d8f942d4bd
10 changed files with 186 additions and 10 deletions

View File

@@ -0,0 +1,11 @@
# POS-013 — Architect
## Feature
POS Phase 2/3 ticket 013: Low stock alerts + loyalty + settings + keyboard shortcuts.
## Endpoints
- GET /pos/inventory/low-stock — low stock variants per store
- GET /pos/loyalty/:customerId — loyalty points + tier
- POST /pos/loyalty/:customerId/points — award/redeem points (manager+)
- GET/PATCH /pos/settings — receipt footer, VAT, default payment
- GET /pos/shortcuts — keyboard shortcut definitions