Doc
This commit is contained in:
parent
9c50cfeb62
commit
b2c008244e
@ -34,7 +34,7 @@ create table llx_product_fournisseur_price
|
|||||||
quantity double,
|
quantity double,
|
||||||
remise_percent double NOT NULL DEFAULT 0,
|
remise_percent double NOT NULL DEFAULT 0,
|
||||||
remise double NOT NULL DEFAULT 0,
|
remise double NOT NULL DEFAULT 0,
|
||||||
unitprice double(24,8) DEFAULT 0, -- unit price without tax
|
unitprice double(24,8) DEFAULT 0, -- unit price without tax (discount not taken into account, so rounding of price/quantity)
|
||||||
charges double(24,8) DEFAULT 0, -- to store transport cost. Constant PRODUCT_CHARGES must be set to see it.
|
charges double(24,8) DEFAULT 0, -- to store transport cost. Constant PRODUCT_CHARGES must be set to see it.
|
||||||
default_vat_code varchar(10),
|
default_vat_code varchar(10),
|
||||||
barcode varchar(180) DEFAULT NULL, -- barcode
|
barcode varchar(180) DEFAULT NULL, -- barcode
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user