Home > Technical > Table Definitions > SALESMETHOD
This table is used to store the sales methods that can be used at POS, for example Eat In and Takeaway.
Column | Type | Description | ||||
INTCODE | INT | A unique number assigned by the user. | ||||
STRDESCRIPTION | VARCHAR(50) | Description of the Sales Method | ||||
INTTAXTYPE |
INT |
The type of tax to be used for this item:
|
||||
YSNCHARGESERVICE |
VARCHAR(1) |
If 'T' then items sold for this sales method will be charged a service fee. Note, corresponding flags on the item also need to be checked on to say that service fee can be charged on the item. |
||||
YSNCHARGECESS |
VARCHAR(1) |
If 'T' then items sold for this sales method will be charged CESS. Note, corresponding flags on the item also need to be checked on to say that CESS can be charged on the item. |
||||
YSNASKCOVERS |
VARCHAR(1) |
'T' indicates that the POS should ask for covers. This would allow you to ask for covers on something like Takeaway where it would not usually be asked. |
Primary Key: INTCODE
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |