admin.suherdy
  • Joined on 2024-12-09
admin.suherdy created repository admin.suherdy/pos_kitchen_printer 2026-03-21 06:22:22 +00:00
admin.suherdy pushed to 19.0 at admin.suherdy/pos_shift_close 2026-03-20 08:21:37 +00:00
d60b04c690 feat: Add pos_shift_close module to manage multi-shift POS sessions by bypassing draft order checks and transferring orders.
admin.suherdy pushed to 19.0 at admin.suherdy/pos_ui_optimization 2026-03-20 08:20:58 +00:00
14b847d3ba feat: Add author to module manifest.
admin.suherdy pushed to 19.0 at admin.suherdy/pos_shift_close 2026-03-20 08:19:21 +00:00
f659ed99ad first commit
admin.suherdy created branch 19.0 in admin.suherdy/pos_shift_close 2026-03-20 08:19:21 +00:00
admin.suherdy created repository admin.suherdy/pos_shift_close 2026-03-20 08:18:19 +00:00
admin.suherdy pushed to 19.0 at admin.suherdy/pos_employee_role 2026-03-20 01:49:56 +00:00
cc9aeb9103 feat: add basic receipt print button for waiters and restrict payment options based on role
admin.suherdy pushed to 19.0 at admin.suherdy/pos_ui_optimization 2026-03-20 01:34:42 +00:00
896252b61e feat: Add POS UI optimization module for low-RAM devices, implementing incremental loading and safely removing event listeners.
admin.suherdy pushed to 19.0 at admin.suherdy/mrp_packaging_qty 2026-03-19 06:44:43 +00:00
314f028ecf fix: Add script to repair corrupted stock.move.line records missing product_id.
admin.suherdy pushed to 19.0 at admin.suherdy/mrp_packaging_qty 2026-03-19 06:37:56 +00:00
f35ab6f9c5 feat: Uncomment calls to _merge_finished_move_lines and _clean_lingering_decimals in various MRP production methods.
admin.suherdy pushed to 19.0 at admin.suherdy/mrp_packaging_qty 2026-03-19 06:33:58 +00:00
2005b46bae feat: Comment out calls to _merge_finished_move_lines in various methods.
admin.suherdy pushed to 19.0 at admin.suherdy/mrp_packaging_qty 2026-03-19 06:29:59 +00:00
de375fbb6c chore: Comment out calls to _clean_lingering_decimals in mrp_production quantity handling methods.
admin.suherdy pushed to 19.0 at admin.suherdy/mrp_packaging_qty 2026-03-19 06:25:28 +00:00
b484493645 fix: Add product ID check to prevent quantity adjustment errors on move lines without a product.
admin.suherdy pushed to 19.0 at admin.suherdy/mrp_packaging_qty 2026-03-19 06:19:45 +00:00
9d6044dd49 fix: Adjust total consumed quantities for microscopic rounding errors by applying the difference to a single move line instead of individual lines.
admin.suherdy pushed to 19.0 at admin.suherdy/mrp_packaging_qty 2026-03-19 02:54:39 +00:00
12ec80e82c fix: Convert BOM line product quantity to the move's unit of measure before calculating the line quantity.
admin.suherdy pushed to main at admin.suherdy/custom_pos_receipt 2026-03-18 00:51:12 +00:00
b623a14105 first commit
admin.suherdy created branch main in admin.suherdy/custom_pos_receipt 2026-03-18 00:51:12 +00:00
admin.suherdy created repository admin.suherdy/custom_pos_receipt 2026-03-18 00:49:57 +00:00
admin.suherdy pushed to main at admin.suherdy/pos_ui_optimization 2026-03-17 09:40:17 +00:00
0fa1972fe0 fix: Add null checks before attaching/detaching scroll event listeners and refactor product list display count reset logic.
admin.suherdy pushed to main at admin.suherdy/pos_ui_optimization 2026-03-17 09:06:05 +00:00
04af9538f2 refactor: Add t-name attribute and remove owl="1" from OrderWidget template extension.