Update llx_product.sql
This commit is contained in:
parent
1e8663b1c8
commit
552a9498be
@ -69,8 +69,8 @@ create table llx_product
|
|||||||
accountancy_code_sell_export varchar(32), -- Selling accountancy code for vat export
|
accountancy_code_sell_export varchar(32), -- Selling accountancy code for vat export
|
||||||
accountancy_code_buy varchar(32), -- Buying accountancy code
|
accountancy_code_buy varchar(32), -- Buying accountancy code
|
||||||
partnumber varchar(32), -- Part/Serial number. TODO To use it into screen if not a duplicate of barcode.
|
partnumber varchar(32), -- Part/Serial number. TODO To use it into screen if not a duplicate of barcode.
|
||||||
capacity float DEFAULT NULL,
|
net_measure float DEFAULT NULL,
|
||||||
capacity_units tinyint DEFAULT NULL,
|
net_measure_units tinyint DEFAULT NULL,
|
||||||
weight float DEFAULT NULL,
|
weight float DEFAULT NULL,
|
||||||
weight_units tinyint DEFAULT NULL,
|
weight_units tinyint DEFAULT NULL,
|
||||||
length float DEFAULT NULL,
|
length float DEFAULT NULL,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user