prepare db for margin on contracts
This commit is contained in:
parent
5c9950f486
commit
b372a8c5ba
@ -53,6 +53,8 @@ create table llx_contratdet
|
|||||||
total_localtax2 double(24,8) DEFAULT 0, -- Total Local tax 2 de la ligne
|
total_localtax2 double(24,8) DEFAULT 0, -- Total Local tax 2 de la ligne
|
||||||
total_ttc double(24,8) DEFAULT 0, -- Total TTC de la ligne toute quantite et incluant remise ligne et globale
|
total_ttc double(24,8) DEFAULT 0, -- Total TTC de la ligne toute quantite et incluant remise ligne et globale
|
||||||
info_bits integer DEFAULT 0, -- TVA NPR ou non
|
info_bits integer DEFAULT 0, -- TVA NPR ou non
|
||||||
|
fk_product_fournisseur_price int(11) DEFAULT NULL, -- supplier price id
|
||||||
|
buy_price_ht double(24,8) DEFAULT '0.00000000', -- buying price
|
||||||
|
|
||||||
fk_user_author integer NOT NULL DEFAULT 0,
|
fk_user_author integer NOT NULL DEFAULT 0,
|
||||||
fk_user_ouverture integer,
|
fk_user_ouverture integer,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user