Commit Graph

22 Commits

Author SHA1 Message Date
59e9ea98a9 fix: prevent interaction with reward and negative price lines in split bill screen 2026-06-08 11:31:41 +07:00
4b32aba967 feat: restrict split or transfer of discount and manual adjustment lines in POS split bill screen 2026-06-08 10:12:46 +07:00
f425cd2e2c feat: prioritize non-waiter employees when setting the default cashier in login screen 2026-06-05 22:41:32 +07:00
c560cba1eb feat: implement automatic register unlock and maintain order screen focus after order submission 2026-06-05 17:00:05 +07:00
383bf63f19 feat: prevent refunding cancelled pos orders on both server and client side 2026-06-05 15:40:46 +07:00
3ce178a631 fix: update Reflect.get receiver to target in pos_store proxy handlers 2026-06-03 15:20:14 +07:00
05ab799192 docs: update README to clarify order attribution and refine UI streamlining feature descriptions 2026-06-02 10:17:32 +07:00
28518e8cb0 feat: add getOrderlines and lines proxy getters to pos_store service 2026-06-01 22:35:03 +07:00
d2fe0b9f3d feat: disable Table Checker button when order is empty or contains unsent items 2026-06-01 22:26:52 +07:00
c877b0ddb8 fix: synchronize employee identification logic for empty orders across POS components and services 2026-06-01 08:14:19 +07:00
cd9ed0a22e feat: implement automatic incremental Table Checker printing upon order submission 2026-05-28 09:17:52 +07:00
c3e4eca9c6 feat: implement pin-based authorization for POS navigation, new order creation, and order restoration 2026-05-26 16:41:03 +07:00
1d3190cc5a feat: pass printBillActionTriggered flag to printReceipt method in action pad 2026-05-26 11:37:01 +07:00
0fee144295 feat: rename Basic Receipt button to Table Checker in action pad and receipt screen 2026-05-26 10:01:12 +07:00
16e5e25c76 feat: enforce PIN on order load and improve employee attribution logic for POS orders 2026-05-25 17:46:08 +07:00
1d7162cf61 feat: hide Course, Transfer Course, and Save Order buttons in POS UI 2026-05-25 10:53:05 +07:00
b0d52af074 feat: add support for transfer destination table tracking in PosStore to handle table assignment logic 2026-05-21 19:46:52 +07:00
2f01444db1 refactor: replace custom hash utility with Sha1.hash for employee PIN verification 2026-05-19 18:36:28 +07:00
74ce803f20 refactor: replace global Sha1 utility with importable hash function in PosStore 2026-05-19 17:25:30 +07:00
fa564e86f0 refactor: update field labels and definitions for POS order audit fields 2026-05-18 11:01:33 +07:00
6cf02ba859 refactor: centralize payment authorization logic in PoS store and update UI components 2026-05-12 15:52:29 +07:00
5d13d172ad first commit 2026-05-12 13:15:13 +07:00