feat(POS-018): completed feature

This commit is contained in:
chattie
2026-08-22 14:00:35 +02:00
parent b0bcd4303e
commit c030ab6e21
10 changed files with 129 additions and 10 deletions

View File

@@ -0,0 +1,11 @@
# POS-018 — Architect
## Feature
POS Phase 2/3 batch (POS-018 through POS-022): Inventory lookup + feedback + price lookup + suggestions + printer.
## Endpoints
- GET /pos/inventory/lookup — quick inventory lookup by code
- POST /pos/feedback — customer feedback for a sale
- GET /pos/price-lookup — price lookup by barcode
- GET /pos/suggestions — product suggestions
- POST /pos/printer/print — print receipt via printer