v16.5.0
frappe/hrmsv16.5.0Apr 15, 2026by frappe-pr-bot
AI Summary
Updates the HR Setup workspace by renaming 'People' and adding new dashboard links, while fixing navigation and report access issues.
Key Highlights
- Renames the 'People' workspace to 'HR Setup' in the navigation
- Adds links to Overtime Slip, Arrear, and Payroll Correction on the Employee dashboard
- Fixes the 'Frappe HR' navigation link to open the correct People desk page
- Fixes the 'Employee Information' report link to open the standard report view
New Features
- Renames 'People' workspace to 'HR Setup'
- Adds dashboard links for Overtime Slip, Arrear, and Payroll Correction
Full Release Notes
## Features * Adds _Department_ and _Branch_ filters to "Monthly Attendance Sheet", so you can view attendance only for the chosen department or branch. The _Department_ dropdown now lists departments belonging to the currently selected company. (https://github.com/frappe/hrms/pull/4352) * Renames the "People" workspace to **HR Setup** in the navigation. Shows _Employment Type_ in the **Employee** list and adds links to **Overtime Slip**, **Arrear**, and **Payroll Correction** on each employee's dashboard. (https://github.com/frappe/hrms/pull/4382) ## Bug Fixes * Fixes the "Frappe HR" navigation link so it now opens the correct People desk page. (https://github.com/frappe/hrms/pull/4354) * Adds permission checks when viewing leave details, so only users with access to the related **Employee** record can see leave balances. (https://github.com/frappe/hrms/pull/4363) * The "Employee Information" report link on the HR setup dashboard now opens the standard report view instead of the query builder version. (https://github.com/frappe/hrms/pull/4383) * Stops zero-amount additional salary components with _Remove If Zero Valued_ enabled from appearing more than once on a **Salary Slip**. (https://github.com/frappe/hrms/pull/4393) **Authors**: @abishektridots-ctrl, @krishna-254, @iamkhanraheel, @asmitahase, @ruthra-kumar **Reviewers**: @asmitahase, @deepeshgarg007, @ruchamahabal <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: - test - build - style - ci - docs - chore - refactor </details>