Back
/*
Table: scaleItems

Columns:
    plu varchar
    price float
    itemdesc varchar
    exceptionprice float
    weight tinyint
    bycount tinyint
    tare float
    shelflife int
    text text
    reportingClass varchar
    label int
    graphics int

Depends on:
    none

Use:
This holds info for deli-scale items. It's
formatted to match what the Hobart
DataGateWeigh file wants to see in a CSV
*/
Back