prepare db for margin on contracts

This commit is contained in:
Christophe Battarel 2013-02-13 08:59:40 +01:00
parent 5c9950f486
commit b372a8c5ba

View File

@ -53,6 +53,8 @@ create table llx_contratdet
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
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_ouverture integer,