feat(F-177): completed feature
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# F-176 — Fix POS existing product search
|
||||
# F-177 — Add stale order notifications to admin header
|
||||
|
||||
POS search currently executes stale SQL against nonexistent variant fields (`v.name`, `v.active`, `p.active`, `s.quantity`, `pp.price_cents`, category-by-variant), then hides HTTP 500 as an empty result. Align search/EAN/SKU queries with current catalog, pricing, inventory and category schemas. Barcode text must support exact and partial EAN lookup.
|
||||
Create an admin-only stale-order endpoint and header bell. Notify when an order remains in `PENDING` or `SHIPPED` for at least 24 hours since its last state transition. Show badge count, dropdown details, elapsed time and direct links to each order. Refresh automatically and on demand.
|
||||
|
||||
Reference in New Issue
Block a user