Fields
Field |
Field Type |
Null |
Notes |
Description |
CALCULATIONTYPECODE
|
tinyint
|
false
|
|
The calculation type for the discount: 0 - Amount, 1 - Percentage.
|
CALCULATIONTYPE
|
nvarchar(11) (Computed)
|
true
|
|
Provides a translation for the 'CALCULATIONTYPECODE' field.
|
PERCENT
|
decimal(5, 2)
|
false
|
|
The percentage of a discount.
|
AMOUNT
|
money
|
false
|
|
The amount for a discount.
|
DISCOUNTNAME
|
nvarchar(100)
|
false
|
|
Name of discount at time of sale.
|
DATEADDED
|
datetime
|
false
|
|
Indicates the date this record was added.
|
DATECHANGED
|
datetime
|
false
|
|
Indicates the date this record was last changed.
|
TS
|
timestamp
|
false
|
|
Timestamp.
|
TSLONG
|
bigint (Computed)
|
true
|
|
Numeric representation of the timestamp.
|