Holds the history for inventory item label printing.
Fields
Field |
Field Type |
Null |
Notes |
Description |
ITEMDETAILS
|
nvarchar(150)
|
false
|
|
Description of item printed on label.
|
PRINTSESSIONID
|
uniqueidentifier
|
false
|
|
Session ID of label printing.
|
QUANTITY
|
int
|
false
|
|
Number of labels to be printed for item.
|
BARCODE
|
nvarchar(25)
|
false
|
|
SKU of item to be printed.
|
SALEPRICE
|
money
|
false
|
|
The sale price of the item.
|
ISEXPORT
|
bit
|
false
|
|
Determines whether the barcode was printed or exported.
|
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.
|
LABELPRINTFORMATCODE
|
tinyint
|
false
|
|
The format for the labels to be printed.
|
LABELPRINTFORMAT
|
nvarchar(20) (Computed)
|
true
|
|
Provides a translation for the 'LABELPRINTFORMATCODE' field.
|