How to calculate and pay overtime salary in erpnext

How to calculate and pay overtime salary in erpnext

Hi, Overtime feature is not available in current setup.

But you can easily handle this with minor customization.

  1. You can add one custom field on the Employee Master for Over Time Hours.

  2. Create Salary Component named “Over Time” and use the over time field created in employee master in formula to calculate Overtime.

  3. Every month you can import the Overtime hours before salary processing via excel file or if you are using bio-metric machine integration, you can write small script to do this job.

This way you can pay the overtime and it will also reflect in the salary slip print out.

1 Like

Can you tell where exactly i should write the script for calculating OT using bio-metric integration.