mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-11 02:12:33 +01:00
Doc
This commit is contained in:
@@ -34,7 +34,7 @@ create table llx_product_fournisseur_price
|
||||
quantity double,
|
||||
remise_percent 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.
|
||||
default_vat_code varchar(10),
|
||||
barcode varchar(180) DEFAULT NULL, -- barcode
|
||||
|
||||
Reference in New Issue
Block a user