Update llx_facturedet.sql
This commit is contained in:
parent
025a0dc0b4
commit
5f587efc72
@ -63,7 +63,9 @@ 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_user_author integer, -- user making creation
|
||||||
|
fk_user_modif integer, -- user making last change
|
||||||
|
fk_user_associate integer DEFAULT NULL, -- 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