Files
mercadodevida/work/artifacts/POS-012/architect.md
2026-08-22 13:49:30 +02:00

10 lines
370 B
Markdown

# POS-012 — Architect
## Feature
POS Phase 2/3 ticket 012: Refunds, receipt printing, analytics.
## Endpoints
- POST /pos/sales/:id/refund — partial/full refund (records reason, creates refund payment tx)
- GET /pos/sales/:id/print — printable receipt (order + items + payments)
- GET /pos/analytics/summary — sales count, totals, by payment type (admin only)