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.
325 B
325 B
POS-FIX-4 — POS TPV: visual toast notification on add to cart
Fix
Added showAddedToast(name) called when a new product is added to cart. Toast appears as a green badge bottom-right for 2 seconds.
Files changed
- apps/pos/src/app/(terminal)/page.tsx
Verification
- npm test: 271 passed
- tsc POS app: 0 errors