Overtime Charges
Overtime charge has different rates. We assume the monthly salary at $a and hourly rate $b=a/30, then:
1. Overtime on working days
| Overtime Hours | Overtime Charge Rate (c) | Charge Hours(d) | Overtime Payment(e=bcd) |
|---|---|---|---|
| <2 hours on working days | 1.34 * b | actual overtime hours | 1.34 * b * actual overtime hours |
| 2~4 hours on working days | 1.67 * b | actual overtime hours | 1.67 * b * actual overtime hours |
2. Overtime on rest days
| Overtime Hours | Overtime Charge Rate (c) | Charge Hours(d) | Overtime Payment(e=bcd) |
|---|---|---|---|
| <2 hours on rest days | 1.34 * b | actual overtime hours | 1.34 * b * actual overtime hours |
| 2~8 hours on rest days | 1.67 * b | actual overtime hours | 1.67 * b * actual overtime hours |
| 8~12 hours on rest days | 2.67 * b | actual overtime hours | 2.67 * b * actual overtime hours |
3. Overtime on regular leaves
| Overtime Hours | Overtime Charge Rate (c) | Charge Hours(d) | Overtime Payment(e=bcd) |
|---|---|---|---|
| <8 hours on regular leaves | b | 8 hours (fixed) | b * 8 |
| 8~12 hours on regular leaves | 2 * b | actual overtime hours | 2 * b * actual overtime hours |
4. Overtime on holidays
| Overtime Hours | Overtime Charge Rate (c) | Charge Hours(d) | Overtime Payment(e=bcd) |
|---|---|---|---|
| <8 hours on holidays | b | 8 hours (fixed) | b * 8 |
| 8~10 hours on holidays | 1.34 * b | actual overtime hours | 1.34 * b * actual overtime hours |
| 10~12 hours on holidays | 1.67 * b | actual overtime hours | 1.67 * b * actual overtime hours |
How can we help?
A premium WordPress theme with an integrated Knowledge Base,
providing 24/7 community-based support.


