v15.58.5

frappe/hrmsv15.58.5Mar 25, 2026by frappe-pr-bot

AI Summary

Corrects Payroll Entry payment classification to ensure cash payments are recorded as Cash Entry and bank payments as Bank Entry.

Key Highlights

  • Records cash payments as 'Cash Entry'
  • Records bank payments as 'Bank Entry'
  • Prevents misclassification of cash transactions

Full Release Notes

## What's Changed
* **Payroll Entry** now records cash payments as "Cash Entry" and bank payments as "Bank Entry," preventing misclassification of cash transactions. (https://github.com/frappe/hrms/pull/4249)


**Full Changelog**: https://github.com/frappe/hrms/compare/v15.58.4...v15.58.5
**Authors**: @elshafei-developer, @barredterra
**Reviewers**: @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:
- test
 - style
 - chore
 - build
 - refactor
 - ci
 - docs

</details>