The temporary lineitems table. This table is used only on the Web for items added before an invoice is created. Items are added here and then discarded when the 'real' invoice is created.

Table Indexes

Table Fields

FieldDescription
custpk
int
descriptDescription of the item added.
char(50)
discountAny discount that might apply to this item (0.10 for 10%)
numeric(5,2)
extratextAny extratext added to the item (usually by custom subtypes like size, colors).
text
invpkForeign key to the Invoice table
int
itempk
int
itemtotalThe item total of the item. Calculated by the bus object and stored on save.
numeric(11,2)
pkLineitem Primary key
int
priceThe price of the item added.
numeric(11,2)
qtyQuantity added.
numeric(7,2)
skuSku of the item added.
char(15)
storepk
int
taxrateTaxrate that applies to this item.
numeric(9,2)
timestampDate and time the item was added to the shopping cart.
datetime
timestamp_column
timestamp
typeType of this item used for custom subtypes like color, size etc.
char(5)
weightWeight of this item if it's physical.
numeric(11,2)
xmlXML Properties stores custom subtypes.
text


Last Updated: 6/13/2003