PermissionEntry Enumeration |
Namespace:
LSRetail.Omni.Domain.DataModel.Base.Setup
Assembly:
LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: Commerce Service for LS Central 2024.6
Syntax public enum PermissionEntry
Members
| Member name | Value | Description |
---|
| Unknown | 0 | |
| ManagerPrivileges | 1 | |
| VoidTransaction | 2 | |
| VoidLine | 3 | |
| ReturnInTransaction | 4 | |
| SuspendTransaction | 5 | |
| AddPayment | 6 | |
| PriceOverRide | 7 | |
| MaxDiscountToGivePercent | 8 | |
| MaxTotalDiscountPercent | 9 | |
| XZYReport | 10 | |
| TenderDeclaration | 11 | |
| FloatingDeclaration | 12 | |
| CreateCustomer | 13 | |
| UpdateCustomer | 14 | |
| CustomerComments | 15 | |
| ViewSalesHistory | 16 | |
| MaxDiscountToGiveAmount | 17 | |
| MaxTotalDiscountAmount | 18 | |
See Also