admin.suherdy
  • Joined on 2024-12-09
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 created branch main in admin.suherdy/custom_pos_receipt 2026-03-18 00:51:12 +00:00
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 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.
admin.suherdy pushed to main at admin.suherdy/pos_ui_optimization 2026-03-17 07:16:23 +00:00
37971ab74d feat: Initialize module and specify POS UI optimization asset patches.
admin.suherdy created branch 19.0 in admin.suherdy/account_audit_unlink 2026-03-17 03:42:55 +00:00
admin.suherdy pushed to 19.0 at admin.suherdy/account_audit_unlink 2026-03-17 03:42:55 +00:00
dcf02c0331 first commit
admin.suherdy created repository admin.suherdy/account_audit_unlink 2026-03-17 03:32:39 +00:00
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 10:27:45 +00:00
6272b9df6f Chore: remove a console log statement and update a console error message prefix.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 10:21:44 +00:00
bff3b53fcb refactor: Improve statelessness of iframe bridge restoration and CSS injection, and prevent re-binding of image field events.