| OperationPersonnel-class | R Documentation |
Operation-related personnel are classified under this class. These personnel
have different scheduled rest days and thus have a different method of
calculating premium for overtime work compared to Clerk-class.
This class is further classified into Technical-class and
ProductionPersonnel-class.
rdinteger vector with length of 12
This represents budgeted working hours of not more than 8 hours per day rendered on a scheduled rest day. Each element of the vector represents a month.
rdOTinteger vector with length of 12
This represents budgeted working hours of more than 8 hours per day rendered on a scheduled rest day. Each element of the vector represents a month.
shinteger vector with length of 12
This represents budgeted working hours of not more than 8 hours per day rendered on a special holiday. Each element of the vector represents a month.
Only regular employees are entitled to a premium pay for this type of holiday.
shOTinteger vector with length of 12
This represents budgeted working hours of more than 8 hours per day rendered on a special holiday. Each element of the vector represents a month.
Only regular employees are entitled to a premium pay for this type of holiday.
lhinteger vector with length of 12
This represents budgeted working hours of not more than 8 hours per day rendered on a legal holiday. Each element of the vector represents a month.
lhOTinteger vector with length of 12
This represents budgeted working hours of more than 8 hours per day rendered on a legal holiday. Each element of the vector represents a month.
nhinteger vector with length of 12
This represents budgeted working hours of not more than 8 hours per day rendered on a negotiated holiday. Each element of the vector represents a month.
Only regular employees are entitled to a premium pay for this type of holiday.
nhOTinteger vector with length of 12
This represents budgeted working hours of more than 8 hours per day rendered on a negotiated holiday. Each element of the vector represents a month.
Only regular employees are entitled to a premium pay for this type of holiday.
rsinteger vector with length of 12
This represents budgeted working hours of not more than 8 hours per day rendered on a special holiday and a rest day. Each element of the vector represents a month.
Only regular employees are entitled to a compounded premium pay for this type of holiday.
rsOTinteger vector with length of 12
This represents budgeted working hours of more than 8 hours per day rendered on a special holiday and a rest day. Each element of the vector represents a month.
Only regular employees are entitled to a compounded premium pay for this type of holiday.
rlinteger vector with length of 12
This represents budgeted working hours of not more than 8 hours per day rendered on a legal holiday and a rest day. Each element of the vector represents a month.
rlOTinteger vector with length of 12
This represents budgeted working hours of more than 8 hours per day rendered on a legal holiday and a rest day. Each element of the vector represents a month.
rninteger vector with length of 12
This represents budgeted working hours of not more than 8 hours per day rendered on a negotiated holiday and a rest day. Each element of the vector represents a month.
Only regular employees are entitled to a compounded premium pay for this type of holiday.
rnOTinteger vector with length of 12
This represents budgeted working hours of more than 8 hours per day rendered on a negotiated holiday and a rest day. Each element of the vector represents a month.
Only regular employees are entitled to a compounded premium pay for this type of holiday.
NonStaff-class
operation_personnel()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.