The variable is for getting the number of overtime minutes of the date.
Name | Possible Value | Usage | Description | Optional |
---|---|---|---|---|
Basic Form | N/A | [OVERTIME_MINUTES] | To get the number of overtime minutes of the date. | N/A |
EFFECTIVE_TIME_RELATIVE | A positive integer | [OVERTIME_MINUTES(EFFECTIVE_TIME_RELATIVE=10)] | To set the shift end time 10 minutes later for calculating the overtime minutes | Yes |
THRESHOLD | A positive integer | [OVERTIME_MINUTES(THRESHOLD=15)] | The total overtime minutes will only be counted if it is over the 15 minutes threshold. The 15 minutes threshold will be counted in the result. It can be used with the parameter "DISCARD_THRESHOLD". | Yes |
DISCARD_THRESHOLD | N/A | [OVERTIME_MINUTES(THRESHOLD=15,DISCARD_THRESHOLD)] | It should be used with the parameter "THRESHOLD". The 15 minutes threshold will be deducted from the result. | Yes |
BEFORE_START_TIME | N/A | [OVERTIME_MINUTES(BEFORE_START_TIME)] | To count the staff Early in minutes as OT | Yes |