Overtime Computation

OVERTIME-RELATED SYSTEM FEATURES:

  1. On Settings > General Settings, HRs can set an overtime amount. Moreover, the system will use the Employee’s hourly rate if the checkbox is checked.
  2. Another feature is located on “Salary/Benefits Information” page under “Deduction/Contribution Information” section where HRs can set different Overtime amount for each user. Note that the amount entered is divided by 8 in order to get the hourly rate.

COMPUTATIONS:

  1. Ordinary Day
    hourly_rate x 125% (1.25) x hours_worked
  2. Rest Day
    hourly_rate x 169% (1.69) x hours_worked
  3. Special Holiday
    hourly_rate x 169% (1.69) x hours_worked
  4. Special Holiday + Rest Day
    hourly_rate x 195% (1.95) x hours_worked
  5. Regular Holiday
    hourly_rate x 260% (2.60) x hours_worked
  6. Regular Holiday + Rest Day
    hourly_rate x 338% (3.38) x hours_worked
  7. Double Holiday
    hourly_rate x 390% (3.9) x hours_worked
  8. Double Holiday + Rest Day
    hourly_rate x 507% (5.07) x hours_worked