TAB_TYPEHEURE Class
Work unit's type.
TYPEH_ETAT
Tinyint(1)State :
0
: Archived_, if TAB_TYPEHEURE.TYPEH_TYPEACTIVITE = 1 then "With alert if no absences request"_1
: Current, if TAB_TYPEHEURE.TYPEH_TYPEACTIVITE = 1 then "With alert if no absences request"_2
: Archived & "Without alert if no absences request", only if TAB_TYPEHEURE.TYPEH_TYPEACTIVITE = 13
: Current & "Without alert if no absences request", only if TAB_TYPEHEURE.TYPEH_TYPEACTIVITE = 1
Default: 1
TYPEH_PERMISSIONS
Tinyint(1)Access level :
0
: Aucune ressource1
: Toutes les types de ressources2
: Certain types de ressources
Default: 0
TYPEH_TYPEACTIVITE
Tinyint(1)Activity type :
0
: Production1
: Absence2
: Internal3
: Exceptional - Time4
: Exceptional - Calendar
Default: 0
TYPEH_TYPESRESSOURCES
TextList of resource's types allowed.
It is a list of resource's types separated by |
character.
A type's value is :
- integer : TAB_PROFIL.PROFIL_TYPE
Example:
"0|2|3|4"