TAB_OBJECTIF Class
Objective.
OBJ_CATEGORIE
Tinyint(1)Category of activity reports :
0
: Commercial reporting1
: Human resources reporting2
: Recruiment reporting3
: Activity & expenses reporting4
: Global reporting5
: Billing reporting
Default: 0
OBJ_DATE
Varchar(30)Period's date :
""
: All dates calculated into activity reports for TAB_OBJECTIF.OBJ_PERIODE are concerned"SX YYYY"
: Date calculated into activity reports is a week, whereX
is the week's number andYYYY
the year, only if TAB_OBJECTIF.OBJ_PERIODE =0
"MX YYYY"
: Date calculated into activity reports is a month, whereX
is the month's number andYYYY
the year, only if TAB_OBJECTIF.OBJ_PERIODE =1
"TX YYYY"
: Date calculated into activity reports is a quarter, whereX
is the quarter's number andYYYY
the year, only if TAB_OBJECTIF.OBJ_PERIODE =2
"SX YYYY"
: Date calculated into activity reports is a half-year, whereX
is the half-year's number andYYYY
the year, only if TAB_OBJECTIF.OBJ_PERIODE =3
"SX"
: Date calculated into activity reports is a week, whereX
is the week's number, only if TAB_OBJECTIF.OBJ_PERIODE =0
"MX"
: Date calculated into activity reports is a month, whereX
is the month's number, only if TAB_OBJECTIF.OBJ_PERIODE =1
"TX"
: Date calculated into activity reports is a quarter, whereX
is the quarter's number, only if TAB_OBJECTIF.OBJ_PERIODE =2
"SX"
: Date calculated into activity reports is a half-year, whereX
is the half-year's number, only if TAB_OBJECTIF.OBJ_PERIODE =3
Default: ''
OBJ_INDICATEUR
Varchar(30)Indicator of activity reports.
Could be one of those, except -1
, inside :
Default: ''
OBJ_OPERATEUR
Char(2)Operator used to compare :
<
: Objective is achieved for a value less to TAB_OBJECTIF.OBJ_VALUE<=
: Objective is achieved for a value less or equal to TAB_OBJECTIF.OBJ_VALUE=
: Objective is achieved for a value equal to TAB_OBJECTIF.OBJ_VALUE>
: Objective is achieved for a value greater to TAB_OBJECTIF.OBJ_VALUE>=
: Objective is achieved for a value greater or equal to TAB_OBJECTIF.OBJ_VALUE
Default: '<'