This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+10 more
Summary
AI summaryBroad release touches Bug Fixes, https://github.com/frappe/erpnext/pull/57085, https://github.com/frappe/erpnext/pull/56700, and Weekly.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Updates Philippines chart of accounts with revised names, numbers and new Intangible Assets section. Updates Philippines chart of accounts with revised names, numbers and new Intangible Assets section. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Feature | Medium |
Adds "Auto Repost Incorrect Valuation Entries (Weekly)" option in Stock Reposting Settings. Adds "Auto Repost Incorrect Valuation Entries (Weekly)" option in Stock Reposting Settings. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Feature | Medium |
Shows Qty (Company) and Qty (Warehouse) on line items in Sales Order, Quotation, Sales Invoice and Delivery Note. Shows Qty (Company) and Qty (Warehouse) on line items in Sales Order, Quotation, Sales Invoice and Delivery Note. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Feature | Medium |
Adds access checks for Terms and Conditions templates before use in documents. Adds access checks for Terms and Conditions templates before use in documents. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Feature | Low |
Allows Asset Repair records for fully depreciated assets and adds an “Asset Repair” button on the Asset form; repairs do not affect asset value or life. Allows Asset Repair records for fully depreciated assets and adds an “Asset Repair” button on the Asset form; repairs do not affect asset value or life. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
| Feature | Low |
Adds permission checks when showing balances in the chart of accounts, limiting visibility to viewable accounts. Adds permission checks when showing balances in the chart of accounts, limiting visibility to viewable accounts. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
| Feature | Low |
Allows Purchase Order created from Material Request to use the same requested item in multiple rows for different prices. Allows Purchase Order created from Material Request to use the same requested item in multiple rows for different prices. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
| Performance | Medium |
General Ledger, Trial Balance, Balance Sheet and Profit and Loss reports now load faster using a faster data source. General Ledger, Trial Balance, Balance Sheet and Profit and Loss reports now load faster using a faster data source. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Bugfix | Medium |
Default letterheads skip loading company logo when document has no company details, fixing PDF export issues. Default letterheads skip loading company logo when document has no company details, fixing PDF export issues. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Bugfix | Medium |
Payment Entry now fills outstanding and total amounts when manually choosing a Journal Entry in another currency. Payment Entry now fills outstanding and total amounts when manually choosing a Journal Entry in another currency. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Bugfix | Medium |
Budget Variance Report chart now shows monthly actual amounts under the correct month. Budget Variance Report chart now shows monthly actual amounts under the correct month. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Bugfix | Medium |
Pick List barcode scans add a new line when Pick Manually is on and increase quantity on repeated scans. Pick List barcode scans add a new line when Pick Manually is on and increase quantity on repeated scans. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Bugfix | Medium |
Transferred Stock Reservation Entry records now copy original Stock UOM from the item. Transferred Stock Reservation Entry records now copy original Stock UOM from the item. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Bugfix | Low |
Uses currency rounding when matching depreciation schedule rows in Asset to linked Journal Entry, preventing duplicate postings due to decimal differences. Uses currency rounding when matching depreciation schedule rows in Asset to linked Journal Entry, preventing duplicate postings due to decimal differences. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
| Bugfix | Low |
Fixes Stock Entry submission failures for items with many serial numbers by checking serials differently for large lists. Fixes Stock Entry submission failures for items with many serial numbers by checking serials differently for large lists. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
| Bugfix | Low |
Keeps transferred quantity on Work Orders using Job Cards; updating required items no longer replaces it with stock transfer quantities. Keeps transferred quantity on Work Orders using Job Cards; updating required items no longer replaces it with stock transfer quantities. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
Full changelog
Features
- Updates the Philippines chart of accounts with revised account names and numbers. Adds an Intangible Assets section with accumulated amortization accounts and new income and expense accounts for exchange gains and losses, gains and losses on asset disposal, and other expense items. (https://github.com/frappe/erpnext/pull/57085)
- Adds the Auto Repost Incorrect Valuation Entries (Weekly) option in Stock Reposting Settings to automatically repost incorrect stock valuation entries weekly. When enabled, it uses "Stock Ledger Variance" and "Stock and Account Value Comparison" to find entries to repost for the current financial year, skips Journal Entry documents, and notifies System Managers when a mismatch cannot be corrected automatically. (https://github.com/frappe/erpnext/pull/56700)
- The "General Ledger", "Trial Balance", "Balance Sheet", and "Profit and Loss" reports now use a faster data source on supported sites, so they load faster. (https://github.com/frappe/erpnext/pull/57098)
Bug Fixes
- Default letterheads now skip loading the company logo when a document has no company details, so those documents still print and export to PDF. The grey letterhead also sets fixed widths for the logo and table on printed pages. (https://github.com/frappe/erpnext/pull/57080)
- Payment Entry now fills in the outstanding and total amounts when you manually choose a Journal Entry in another currency. (https://github.com/frappe/erpnext/pull/57083)
- The "Budget Variance Report" chart now shows monthly actual amounts under the correct month instead of one month earlier. The Budget Against field is excluded from the chart's month labels, so the chart matches the table. (https://github.com/frappe/erpnext/pull/57081)
- In Pick List, barcode scans add a new line when Pick Manually is turned on, and repeated scans increase the picked quantity instead of being limited to the default quantity. Scans also keep the unit already on the line when the barcode uses another unit. (https://github.com/frappe/erpnext/pull/57103)
- Shows Qty (Company) and Qty (Warehouse) on line items in Sales Order, Quotation, Sales Invoice, and Delivery Note. When the Warehouse on a line item changes, both values update. (https://github.com/frappe/erpnext/pull/57105)
- Adds access checks for Terms and Conditions templates before they are used in documents and limits the text to the supported template features. (https://github.com/frappe/erpnext/pull/56977)
- Uses currency rounding when matching depreciation schedule rows in Asset to the linked Journal Entry, which helps prevent duplicate postings caused by small decimal differences. (https://github.com/frappe/erpnext/pull/56966)
- Allows Asset Repair records to be created for assets that are fully depreciated and adds an “Asset Repair” button on the Asset form. For these repairs, Capitalize Repair Cost cannot be edited and the repair does not add to the asset’s value or life. (https://github.com/frappe/erpnext/pull/57077)
- Transferred Stock Reservation Entry records now copy the original Stock UOM from the item, instead of leaving it blank or using a different unit of measure. This avoids validation errors when submitting Work Orders in affected cases. (https://github.com/frappe/erpnext/pull/57113)
- Fixes a case where submitting a Stock Entry for items with serial numbers can fail when there are many Serial and Batch Bundle records. The serial numbers are now checked differently for larger lists. (https://github.com/frappe/erpnext/pull/57118)
- Adds permission checks when showing balances in the chart of accounts, so users only see balances for accounts they can view. (https://github.com/frappe/erpnext/pull/57122)
- Keeps the transferred quantity on Work Orders that use Job Cards. Updating required items no longer replaces it with the quantity from stock transfer records. (https://github.com/frappe/erpnext/pull/57126)
- Allows a Purchase Order created from a Material Request to use the same requested item in more than one row. This lets users split the quantity across rows when they need different prices for each line. (https://github.com/frappe/erpnext/pull/57136)
Authors: @Pandiyan5273, @harisansari008, @venkat102, @Sudharsanan11, @diptanilsaha, @ssakthivelmurugan, @SandraFrappe, @ruthra-kumar, @khushi8112, @mihir-kandoi, @rohitwaghchaure, @iamejaaz
Reviewers: @ruthra-kumar, @khushi8112, @shreyanshj, @mihir-kandoi
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.
Changes with the following labels were excluded:
- skip-release-notes
Changes with the following types were excluded:
- build
- chore
- ci
- refactor
- docs
- test
- style
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Beta — feedback welcome: [email protected]