Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-12 | 1.7 kB | |
v14.89.1 source code.tar.gz | 2025-08-12 | 16.6 MB | |
v14.89.1 source code.zip | 2025-08-12 | 18.8 MB | |
Totals: 3 Items | 35.3 MB | 1 |
What's Changed
- Fixes a crash that occurs when the Presentation Currency filter matches the account currency in "Trial Balance" and other financial statement reports. (https://github.com/frappe/erpnext/pull/49024)
- Adds search indexing to Inter Company Reference and Subcontracting Receipt fields in Purchase Receipt, making them easier to search and reducing submission delays. (https://github.com/frappe/erpnext/pull/49018)
- Shows only active accounts in the Expense Head dropdown of Purchase Invoice items, hiding any disabled accounts. (https://github.com/frappe/erpnext/pull/49048)
- Fixes duplicate voucher rows in "Tax Withholding Details" report when cost center allocations are used, combining each voucher into a single entry with the correct total tax amount. (https://github.com/frappe/erpnext/pull/49115)
- Stops system-generated exchange gain or loss journal entries from being cancelled when reposting Sales Invoice, Purchase Invoice, or Purchase Receipt, so the foreign currency adjustment remains in place. (https://github.com/frappe/erpnext/pull/48998)
Full Changelog: https://github.com/frappe/erpnext/compare/v14.89.0...v14.89.1 Authors: @l0gesh29, @diptanilsaha, @ravibharathi656, @rohitwaghchaure, @MithiliG Reviewers: @ruthra-kumar, @mihir-kandoi