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, whereXis the week's number andYYYYthe year, only if TAB_OBJECTIF.OBJ_PERIODE =0"MX YYYY": Date calculated into activity reports is a month, whereXis the month's number andYYYYthe year, only if TAB_OBJECTIF.OBJ_PERIODE =1"TX YYYY": Date calculated into activity reports is a quarter, whereXis the quarter's number andYYYYthe year, only if TAB_OBJECTIF.OBJ_PERIODE =2"SX YYYY": Date calculated into activity reports is a half-year, whereXis the half-year's number andYYYYthe year, only if TAB_OBJECTIF.OBJ_PERIODE =3"SX": Date calculated into activity reports is a week, whereXis the week's number, only if TAB_OBJECTIF.OBJ_PERIODE =0"MX": Date calculated into activity reports is a month, whereXis the month's number, only if TAB_OBJECTIF.OBJ_PERIODE =1"TX": Date calculated into activity reports is a quarter, whereXis the quarter's number, only if TAB_OBJECTIF.OBJ_PERIODE =2"SX": Date calculated into activity reports is a half-year, whereXis 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: '<'