Doxygen
This commit is contained in:
parent
0459477097
commit
a59ac280bc
@ -57,7 +57,7 @@ class ActionComm extends CommonObject
|
|||||||
var $datef; // Date action end (datep2)
|
var $datef; // Date action end (datep2)
|
||||||
var $durationp = -1; // -1=Unkown duration // deprecated
|
var $durationp = -1; // -1=Unkown duration // deprecated
|
||||||
var $fulldayevent = 0; // 1=Event on full day
|
var $fulldayevent = 0; // 1=Event on full day
|
||||||
var $punctual = 1; // Milestone // TODO Not sure we need this. Milestone is already event with end date = start date
|
var $punctual = 1; // Milestone // deprecated. Milestone is already event with end date = start date
|
||||||
var $percentage; // Percentage
|
var $percentage; // Percentage
|
||||||
var $location; // Location
|
var $location; // Location
|
||||||
|
|
||||||
|
|||||||
@ -51,10 +51,10 @@ create table llx_actioncomm
|
|||||||
|
|
||||||
priority smallint,
|
priority smallint,
|
||||||
fulldayevent smallint NOT NULL default 0,
|
fulldayevent smallint NOT NULL default 0,
|
||||||
punctual smallint NOT NULL default 1,
|
punctual smallint NOT NULL default 1, -- deprecated. milestone is event with date start = date end
|
||||||
percent smallint NOT NULL default 0,
|
percent smallint NOT NULL default 0,
|
||||||
location varchar(128),
|
location varchar(128),
|
||||||
durationp real, -- duree planifiee
|
durationp real, -- planed duration
|
||||||
durationa real, -- deprecated
|
durationa real, -- deprecated
|
||||||
note text,
|
note text,
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user