Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-26 | 1.6 kB | |
v14.90.0 source code.tar.gz | 2025-08-26 | 16.6 MB | |
v14.90.0 source code.zip | 2025-08-26 | 18.8 MB | |
Totals: 3 Items | 35.3 MB | 0 |
What's Changed
- Adds "Bank Account" option to Customer, Supplier, and Employee dashboards, opening a new account form with Party Type and Party already filled in. The form now loads immediately without the previous extra server step. (https://github.com/frappe/erpnext/pull/49274)
- Adds an option to create a pre-filled Pricing Rule directly from the "Connections" section of a Supplier form. (https://github.com/frappe/erpnext/pull/49283)
- Adds missing accounting dimensions (such as cost center and project) to ledger entries created from Dunning, allowing the document to submit successfully and appear correctly in dimension-based reports. (https://github.com/frappe/erpnext/pull/49278)
- Clears the Party Type field when a Payment Entry is switched to "Internal Transfer", preventing the "Supplier None not found" error on submission. (https://github.com/frappe/erpnext/pull/49309)
New Contributors
- @niyati34 made their first contribution in https://github.com/frappe/erpnext/pull/49309
Full Changelog: https://github.com/frappe/erpnext/compare/v14.89.2...v14.90.0 Authors: @ravibharathi656, @barredterra, @niyati34 Reviewers: @ruthra-kumar