F-201 F-202 F-203: POS cash close report + email + PIN admin
F-201: GET /pos/reports/cash-close/:id with financial summary, sales by state, payments breakdown, items sold. Extended /pos/sessions/:id. F-202: Cash close email sent on session close to smtpReportEmail (best-effort). smtpReportEmail field added to admin SMTP settings. F-203: Admin POS terminal config: selfpayMode, closeSessionRequiresPin, closeSessionPin (4-6 digits) with dedicated settings section.
This commit is contained in:
11
work/artifacts/POS-FIX-2/implementer.md
Normal file
11
work/artifacts/POS-FIX-2/implementer.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# POS-FIX-2 — POS pending panel: auto-refresh + refresh button
|
||||
|
||||
## Fix
|
||||
Added setInterval polling (10s) for pending sales. Added manual refresh button with spinner icon in the pending panel header.
|
||||
|
||||
## Files changed
|
||||
- apps/pos/src/app/(terminal)/page.tsx
|
||||
|
||||
## Verification
|
||||
- npm test: 271 passed
|
||||
- tsc POS app: 0 errors
|
||||
Reference in New Issue
Block a user