Ajoute
price_ttc float(12,4) DEFAULT 0, price_base_type varchar(3) DEFAULT 'HT',
This commit is contained in:
parent
fba788844d
commit
56f967f6dc
@ -30,6 +30,8 @@ create table llx_product
|
|||||||
description text,
|
description text,
|
||||||
note text,
|
note text,
|
||||||
price double,
|
price double,
|
||||||
|
price_ttc float(12,4) DEFAULT 0,
|
||||||
|
price_base_type varchar(3) DEFAULT 'HT',
|
||||||
tva_tx double,
|
tva_tx double,
|
||||||
fk_user_author integer,
|
fk_user_author integer,
|
||||||
envente tinyint DEFAULT 1,
|
envente tinyint DEFAULT 1,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user