Lines 3004-3009
CREATE TABLE `aqorders` ( -- information related to the basket line items
Link Here
|
3004 |
`quantityreceived` smallint(6) NOT NULL default 0, -- the quantity that have been received so far |
3004 |
`quantityreceived` smallint(6) NOT NULL default 0, -- the quantity that have been received so far |
3005 |
`cancelledby` varchar(10) default NULL, -- not used? always NULL |
3005 |
`cancelledby` varchar(10) default NULL, -- not used? always NULL |
3006 |
`datecancellationprinted` date default NULL, -- the date the line item was deleted |
3006 |
`datecancellationprinted` date default NULL, -- the date the line item was deleted |
|
|
3007 |
`cancellationreason` text default NULL, -- reason of cancellation |
3007 |
`order_internalnote` mediumtext, -- notes related to this order line, made for staff |
3008 |
`order_internalnote` mediumtext, -- notes related to this order line, made for staff |
3008 |
`order_vendornote` mediumtext, -- notes related to this order line, made for vendor |
3009 |
`order_vendornote` mediumtext, -- notes related to this order line, made for vendor |
3009 |
`supplierreference` mediumtext, -- not used? always NULL |
3010 |
`supplierreference` mediumtext, -- not used? always NULL |