admin.suherdy
  • Joined on 2024-12-09
admin.suherdy pushed to 19.0 at admin.suherdy/pos_loyalty_member_custom 2026-06-03 14:46:10 +00:00
7f667f2855 refactor: replace frame inspection with context-based flag for loyalty membership assignment
admin.suherdy pushed to 19.0 at admin.suherdy/pos_ui_optimization 2026-06-03 14:17:54 +00:00
f8c59c560f feat: add server-side guard to prevent accidental release of occupied restaurant tables in multi-device POS setups
admin.suherdy pushed to 19.0 at admin.suherdy/pos_bluetooth_thermal_printer 2026-06-03 13:23:12 +00:00
7279f740cd fix: wrap order.change access in try-catch to prevent crash on missing rounding_method
admin.suherdy pushed to 19.0 at admin.suherdy/pos_bluetooth_thermal_printer 2026-06-03 08:41:34 +00:00
ac9b328e51 fix: ensure consistent receipt data parsing and include order notes in all print modes
admin.suherdy pushed to 19.0 at admin.suherdy/pos_custom_access 2026-06-03 08:20:23 +00:00
3ce178a631 fix: update Reflect.get receiver to target in pos_store proxy handlers
admin.suherdy pushed to 19.0 at admin.suherdy/pos_bluetooth_thermal_printer 2026-06-03 08:20:10 +00:00
fa2f72cf61 feat: add internal and customer notes to receipt data and consolidate multi-line note extraction logic
admin.suherdy pushed to 19.0 at admin.suherdy/pos_closing_receipt 2026-06-03 08:03:16 +00:00
03f6568998 style: increase font sizes across pos closing receipt components for improved readability
admin.suherdy pushed to 19.0 at admin.suherdy/pos_ui_optimization 2026-06-03 07:54:07 +00:00
ffb9d3feaf feat: override productsToDisplay to remove hardcoded product limit for progressive rendering
admin.suherdy pushed to 19.0 at admin.suherdy/pos_ui_optimization 2026-06-03 07:48:15 +00:00
e2fd06fbd6 feat: restrict POS paid order history to the last 48 hours to optimize UI performance
admin.suherdy pushed to 19.0 at admin.suherdy/pos_ui_optimization 2026-06-03 07:40:14 +00:00
85aa55dda9 refactor: add default fallback order object to OrderDisplay to prevent errors when props are missing
admin.suherdy pushed to 19.0 at admin.suherdy/pos_ui_optimization 2026-06-03 07:24:29 +00:00
0dcd17039f feat: increase product load limit and add order summary patches for optimized POS navigation
admin.suherdy pushed to 19.0 at admin.suherdy/pos_ui_optimization 2026-06-03 05:28:13 +00:00
277d740996 refactor: extract category change handler and add touchmove event to product cards
admin.suherdy pushed to 19.0 at admin.suherdy/pos_ui_optimization 2026-06-03 05:11:35 +00:00
0f231e9d20 feat: synchronize mobile pane state with product screen tabs and add product image URL helper
admin.suherdy pushed to 19.0 at admin.suherdy/pos_bluetooth_thermal_printer 2026-06-03 04:43:05 +00:00
923671cc56 refactor: update order retrieval method and remove redundant pos service reference in receipt printer logic
admin.suherdy pushed to 19.0 at admin.suherdy/pos_bluetooth_thermal_printer 2026-06-03 04:16:55 +00:00
2397c6dcb3 feat: implement cash drawer security gate to conditionally trigger drawer pulses based on payment type
admin.suherdy pushed to 19.0 at admin.suherdy/purchase_custom_visibility 2026-06-03 03:21:00 +00:00
55970ab1f8 refactor: restrict Send RFQ visibility by removing Confirm Order button suppression logic
admin.suherdy pushed to 19.0 at admin.suherdy/pos_loyalty_member_custom 2026-06-03 03:11:34 +00:00
a6cb85b6c0 perf: reduce POS loyalty member search and render limit from 200 to 100 for improved performance
admin.suherdy pushed to 19.0 at abdul.aziz/pos_loyalty_multi_level 2026-06-03 03:02:19 +00:00
af99678406 feat: patch PosOrder to implement multi-level membership program selection logic
admin.suherdy pushed to 19.0 at admin.suherdy/pos_loyalty_member_custom 2026-06-03 02:54:06 +00:00
a1915323df perf: limit initial POS loyalty member load to 200 records to improve startup time
admin.suherdy pushed to 19.0 at admin.suherdy/pos_bluetooth_thermal_printer 2026-06-03 02:46:28 +00:00
5524546dab feat: implement order and line notes for basic receipts in ESC/POS generator and update receipt data mapping