Commit Graph

13 Commits

Author SHA1 Message Date
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