Field |
Field Type |
Null |
Notes |
Description |
NAME |
nvarchar(100) |
|
Default = '' |
The department name. |
DESCRIPTION |
nvarchar(255) |
|
Default = '' |
The department description. |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
ISACTIVE |
bit |
|
Default = 1 |
Determines whether the department is active. |
ISTAXABLE |
bit |
|
Default = 1 |
Determines whether the merchandise items belonging to this department are taxable. |
ISDISCOUNTABLE |
bit |
|
Default = 1 |
Determines whether merchandise items belong to this department can be discounted. |