Configurations in database
Last updated on
Target release | 2025/04/21 |
Document owner | Thao |
Developer | Trung Tran |
QA | Thao |
đ§â Product Requirement
Thêm Config: show/hide dòng Cash Owed to [server name]
đŻ Objective
select * from Configurations where ConfigurationName='SystemConfigValue.ShowHideCashOwedToEmployeeEmployeeReport'
select * from Configurations where ConfigurationName='SystemConfigValue.ShowHideCashOwedToEmployeeShiftReport'
Rules:
- Value =0: Không show dòng Cash Owed to [server name]
- Value = 1: (default) Show dòng Cash Owed to [server name]
Reports:
- Employee report (BO & POS): summary and details
- Shifts report (BO & POS): shifts report and details
đ¨ User interaction and design
- Employee report (BO & POS): summary and details
- Shifts report (BO & POS): shifts report and details
â ď¸ Out of Scope
- End of shift
- QOrder / POS: Manual or Auto Settlement

