You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an issue where the amounts on my old payslips change when I set the Payslip Batch to Done.
For example below is the rule used:
Here is the formula: where 23 represents the number of working days in the month. We update this value manually each month based on the actual number of working days.
For example, an employee with a salary of 1000 had 21 working days in a particular month, and the payslip is in a 'done' state. However, when I change the payslip batch to "Done" status the salary amount on the old payslip changes to approximately 933.
My general expectation is that the amount on a finalized payslip should not change.
Could you please advise on what might be causing this issue and what steps I can take to prevent it?
Thank you.
The text was updated successfully, but these errors were encountered:
abhinavvaidya-tsd
changed the title
Odoo 16: Old Done Payslip are Changing due to change in Payslip rules
Odoo 16: Old "Done" Payslip are Changing due to change in Payslip Batch Status to "Done"
Jun 11, 2024
Hi Team,
Odoo version: 16
I am encountering an issue where the amounts on my old payslips change when I set the Payslip Batch to Done.
For example below is the rule used:
Here is the formula: where 23 represents the number of working days in the month. We update this value manually each month based on the actual number of working days.
worked_days.WORK100.number_of_days * contract.wage / 23
For example, an employee with a salary of 1000 had 21 working days in a particular month, and the payslip is in a 'done' state. However, when I change the payslip batch to "Done" status the salary amount on the old payslip changes to approximately 933.
My general expectation is that the amount on a finalized payslip should not change.
Could you please advise on what might be causing this issue and what steps I can take to prevent it?
Thank you.
The text was updated successfully, but these errors were encountered: