Home > Technical > Table Definitions > DISCOUNTRATE
Discounts are now stored in DISCHDR.
This table contains the discounts that can be applied to an item sale on DynaPOS.
Column |
Type |
Description |
INT(4) |
A unique number assigned by the system to identify the discount. |
|
INTORDER |
INT(4) |
The order in which the discounts are displayed to the operator. |
VARCHAR(10) |
Can be '$' for a dollar discount or '%' for a percentage discount. |
|
DBLRATE |
DECIMAL9(19,4) |
The dollar (or percentage, depending on strType) discount to be given. |
STRDESCRIPTION |
VARCHAR(20) |
A description for this discount. If not set, the system will create one based on the strType and dblRate fields. |
Primary Key: CTRCODE
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |