The lineitem detail table that is related to the invoice.

Table Indexes

Table Fields

FieldDescription
custpkCustomer PK foreign key. Not actively used.
int
descriptDescription of the item. Description can be of any length.
text
discountAny discount that is to be applied to item in a percentage (0.10 for 10%)
numeric(5,2)
extratextAny extratext that is set by custom type field input. Used for things like Sizes, Colors, special needs etc.
text
invpkForeign key to the Invoice table
int
itempknot used - items are linked by sku.
int
itemtotalTotal for the item. Calculated by the bus object and stored.
numeric(11,2)
pkPrimary Key for the Lineitems table
int
pricePrice of the item added. Overridable and separate from Inventory price.
numeric(11,2)
qtyQuantity of the item added.
numeric(7,2)
sku
char(15)
storepk
int
taxrateTaxrate that applies to this item. (not used at this time)
numeric(9,2)
timestamp_column
timestamp
typeItem type. Used for custom subtypes embedded into HTML.
char(5)
weightWeight of the item.
numeric(11,2)
xml
text


Last Updated: 6/13/2003