feat(F-176): completed feature
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# F-174 — Fix missing almagro.ttf
|
||||
# F-176 — Fix POS existing product search
|
||||
|
||||
CSS solicita `/fonts/almagro.ttf`, pero archivo está como `Almagro.ttf`. Normalizar asset a minúsculas para filesystem case-sensitive.
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user