feat(POS-007): completed feature

This commit is contained in:
chattie
2026-08-22 13:45:21 +02:00
parent c089a4073a
commit f5f6e8ed72
10 changed files with 379 additions and 24 deletions

View File

@@ -0,0 +1,14 @@
# POS-007 — Architect
## Feature
POS Phase 1 ticket 007: Main register screen for POS app.
## Objetivo
Full POS register UI replacing the placeholder: product search, cart, customer association, discount panel, payment buttons.
## Diseño
- Left panel: search bar + product results (add to cart)
- Right panel: cart (items, quantities, discounts, totals) + payment buttons
- Discount overlay: DiscountPanel component (POS-010)
- Customer search: inline in cart panel
- Sale completion: POST /pos/sales with full cart + payment