13 lines
476 B
Markdown
13 lines
476 B
Markdown
# POS-014 — Architect
|
|
|
|
## Feature
|
|
POS Phase 2/3 ticket 014: Shifts + tax rates + stores + notifications + daily/end-of-day reports.
|
|
|
|
## Endpoints
|
|
- GET /pos/shifts — list sessions by store/date
|
|
- GET /pos/tax-rates — configured tax rates
|
|
- GET /pos/stores — list all POS stores (admin)
|
|
- GET /pos/notifications — low-stock + session alerts
|
|
- GET /pos/reports/daily — daily sales summary
|
|
- GET /pos/reports/end-of-day — EOD report (sessions + sales + by payment)
|