Field |
Field Type |
Null |
Notes |
Description |
MINIMUMAMOUNT |
money |
|
Default = 0 |
The minimum amount this box requires before it is reported |
DESCRIPTION |
nvarchar(50) |
|
Default = '' |
The name of the Box number |
BOXNUMBER |
nvarchar(5) |
|
Default = '' |
The box number |
SEQUENCE |
int |
|
Default = 0 |
The sequence for the display order of the Box numbers |
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. |
VIEWDESCRIPTION |
nvarchar(255) |
|
Default = '' |
This is the long name of the Box Number for the View minimum form |
ISDROPDOWNITEM |
bit |
|
Default = 0 |
These records will only be used in the View 1099 Box Minimums form |