v15.58.0
frappe/hrmsv15.58.0Feb 11, 2026by frappe-pr-bot
AI Summary
Feature release improving Employee Onboarding workflow and enhancing reporting capabilities for attendance and advances.
Key Highlights
- Renames Status field to Boarding Status in Employee Onboarding
- Fixes list-to-report view switch error in Employee Onboarding
- Shift Attendance report now shows records even without check-in
- Shift Attendance report respects user access rights
- Adds 'Returned Amount' column to Employee Advance Summary report
New Features
- Renamed Status field to Boarding Status in Employee Onboarding
- Enhanced Shift Attendance report to show all attendance records
- New Returned Amount column in Employee Advance Summary report
Full Release Notes
## What's Changed * Renames the _Status_ field to _Boarding Status_ in **Employee Onboarding** and updates list filters accordingly, so switching from the list to the report view now works without an error. (https://github.com/frappe/hrms/pull/4081) * The "Shift Attendance" report now shows **Attendance** records even when no check-in exists, so absences and manual entries appear in the results. It also respects each user’s access rights, displaying only the records they are allowed to view. (https://github.com/frappe/hrms/pull/4084) * Adds “Returned Amount” column to "Employee Advance Summary" report so users can see repayments without manually adding the field. (https://github.com/frappe/hrms/pull/4099) **Full Changelog**: https://github.com/frappe/hrms/compare/v15.57.1...v15.58.0 **Authors**: @asmitahase, @nareshkannasln, @sarathibalamurugan **Reviewers**: @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: - style - refactor - test - docs - build - ci - chore </details>