v15.56.0
frappe/hrmsv15.56.0Jan 27, 2026by frappe-pr-bot
AI Summary
This release mirrors v16.2.0's bug fixes for the v15 branch, including the Organizational Chart accessibility, Salary Slip tax component filtering, and permission checks.
Key Highlights
- Organizational Chart accessibility for Employees
- Fixed Employee Separation report error
- Salary Slip ignores disabled tax components
- Permission checks for confidential employee fields
- Expense Claim tax calculation fix
New Features
- Organizational Chart accessibility
- Expense Claim tax and charges logic update
Full Release Notes
## What's Changed * Employees can now open the Organizational Chart page, thanks to the added Employee role in its access permissions. (https://github.com/frappe/hrms/pull/3995) * Fixes the error that occurred when opening the report view from the **Employee Separation** list by filtering on _Boarding Status_ instead of _Status_. Users can now switch between these views without the query error message. (https://github.com/frappe/hrms/pull/4005) * **Salary Slip** now ignores disabled tax components, so only active taxes appear in the breakdown and totals. (https://github.com/frappe/hrms/pull/4009) * **Expense Claim** now adds taxes and charges to the _Allocated Amount_ when applying employee advances, reducing unallocated balances and displaying accurate claim totals. (https://github.com/frappe/hrms/pull/4015) * Adds permission checks when fetching data from **Employee** records, preventing Desk and Website users without the right permissions from viewing confidential employee fields. (https://github.com/frappe/hrms/pull/4011) **Full Changelog**: https://github.com/frappe/hrms/compare/v15.55.0...v15.56.0 **Authors**: @Gubbu77, @PugazhendhiVelu, @nareshkannasln, @iamkhanraheel, @G-karthick0501 **Reviewers**: @ruchamahabal, @iamkhanraheel, @asmitahase <details> <summary>AI content</summary> For these release notes, we used an LLM (OpenAI o3) to review and summarise the code changes, along with the associated issue and PR descriptions. It may contain typical errors and inaccuracies. You can read the prompt [here](https://github.com/barredterra/pretty_release_notes). Changes with the following labels were excluded: - skip-release-notes Changes with the following types were excluded: - chore - style - build - ci - refactor - docs - test </details>