new : add user id on line for tracking feature
This commit is contained in:
parent
3f87b0c225
commit
908bf50e69
@ -63,7 +63,7 @@ create table llx_facturedet
|
|||||||
situation_percent real, -- % progression of lines invoicing
|
situation_percent real, -- % progression of lines invoicing
|
||||||
fk_prev_id integer, -- id of the line in the previous situation,
|
fk_prev_id integer, -- id of the line in the previous situation,
|
||||||
fk_unit integer DEFAULT NULL, -- id of the unit code¡
|
fk_unit integer DEFAULT NULL, -- id of the unit code¡
|
||||||
|
fk_user integer DEFAULT NULL, -- id of the user associated to line
|
||||||
fk_multicurrency integer,
|
fk_multicurrency integer,
|
||||||
multicurrency_code varchar(255),
|
multicurrency_code varchar(255),
|
||||||
multicurrency_subprice double(24,8) DEFAULT 0,
|
multicurrency_subprice double(24,8) DEFAULT 0,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user