Hi everyone,
I’m trying to implement an automated overtime pay in Frappe HR (ERPNext). The requirement is:
If an employee optionally works on a Sunday (which is normally a holiday/week-off), the system should automatically calculate and allocate an extra overtime payment for that day in the payroll.
Could anyone guide me on:
• Is there a built-in configuration in Frappe HR / Payroll to handle this Sunday overtime scenario out of the box?
• If not, what would be the recommended approach — a custom Salary Component, an Additional Salary entry, a scheduled job, or a custom server script?
• Which DocTypes would be involved (e.g., Attendance, Holiday List, Salary Component, Additional Salary, Salary Slip)?