v15.38.1
frappe-pr-bot
released this
23 Jan 06:38
·
14 commits
to version-15
since this release
What's Changed
- Updated the "Income Tax Computation" report to include all deductions marked as Is Income Tax Component when calculating the total tax deducted; previously, only deductions with Variable Based On Taxable Salary were considered. #2641
- Ensured that the Payroll Based On and Consider Unmarked Attendance As values are translated correctly in the note displayed on the Salary Slip form. #2656
- The Designation field in Job Applicant has been updated to fetch from the associated Job Opening. #2652
- Fixed absence marking for the Default Shift when employees have future shift assignments; employees are now correctly marked absent on non-overlapping dates without check-ins. #2666
- Fixed an issue where the Bank Reconciliation tool failed to match Expense Claims with tax due to incorrect amount comparison. #2594
- Resolved a KeyError that occurred when matching transactions to Expense Claims in the bank reconciliation tool. #2592
- Fixed an issue in the Full and Final Statement where selecting a Leave Encashment document in the payables table did not set the payable account and encashment amount. #2677
- Fixed an issue in the Income Tax Computation report where the standard tax exemption was not applied to employees without the Allow Tax Exemption flag set. Added a default value for Total Exemption when calculating standard tax exemptions. #2674
- Fixed an issue where Employees with experience matching the upper limit of a slab were assigned the wrong Gratuity Rule Slab during Gratuity calculation. #2675
- Resolved an error where the Notifications page failed to load due to a date parsing issue. Updated
frappe-ui
to a fixed version to improve predictability and avoid unexpected breaking changes. #2684 - Fixed an issue where employees with other active shift assignments were excluded from being marked in Attendance; now, all employees assigned to a Shift Type, including those with it as their default shift, are included during attendance processing. #2688
New Contributors
- @conncampbell made their first contribution in #2594
Full Changelog: v15.38.0...v15.38.1