Monday, December 2, 2024
2 changes
1 change
New functionality added to Odoo
Kenya payroll now supports the move from NHIF to SHIF contributions, applying the correct calculation based on the payslip date. Reporting has also been updated so businesses can generate the appropriate NHIF or SHIF reports for the transition period.
Original PR description
Problem ---------- Since 1st October, the SHIF replace the NHIF, the only difference is the computation of the amount. All payslip before and on the 9 October use the NHIF and all new payslip from the 9 October use the SHIF Objective ---------- Adapt the salary rules to compute the good rule. Adapt the NHIF Report to make NHIF or SHIF reports. Solution ---------- Create new SHIF rule parameter with a min amount and rate computation. Create a new report wizard to manage the 2 different rules NHIF and SHIF task-4294419
1 change
New functionality added to Odoo
This update adapts payroll calculations to reflect the recent shift from NHIF to SHIF, which only affects the amount calculation. A new report wizard is created to manage both NHIF and SHIF reporting requirements, ensuring accurate payroll reporting from October 1st onwards.
Original PR description
Problem ---------- Since 1st October, the SHIF replace the NHIF, the only difference is the computation of the amount. All payslip before and on the 9 October use the NHIF and all new payslip from the 9 October use the SHIF Objective ---------- Adapt the salary rules to compute the good rule. Adapt the NHIF Report to make NHIF or SHIF reports. Solution ---------- Create new SHIF rule parameter with a min amount and rate computation. Create a new report wizard to manage the 2 different rules NHIF and SHIF task-4294419