v15.62.1

frappe/hrmsv15.62.1Jul 2, 2026by frappe-pr-bot

AI Summary

Primarily a maintenance release addressing currency handling in expense claims and correcting income tax computation logic to prevent double-counting of earnings from previous periods.

Key Highlights

  • Prevents adding Employee Advances in different currencies to Expense Claims.
  • Fixes 'Income Tax Computation' report to only count earnings from current pay periods.

Full Release Notes

## Bug Fixes
* Prevents **Expense Claim** from adding **Employee Advance** entries in a different currency. Only advances in the same currency as the claim are available to add, so the advance amounts stay in the claim currency. (https://github.com/frappe/hrms/pull/4733)
* The "Income Tax Computation" report now includes _Taxable Earnings Till Date_ and _Tax Deducted Till Date_ from **Salary Structure Assignment** only when the assignment starts in the current pay period. This avoids older amounts being counted again in gross earnings. (https://github.com/frappe/hrms/pull/4811)

**Authors**: @iamkhanraheel, @abhinavapasok
**Reviewers**: @asmitahase, @iamkhanraheel

<details>
<summary>AI content</summary>

 For these release notes, we used an LLM (OpenAI gpt-5.4-mini) 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:
- docs
 - ci
 - chore
 - test
 - build
 - refactor
 - style

</details>