# ERPNext v16.34.1 - Product: ERPNext (https://whatsnew.fyi/product/erpnext) - Vendor: Frappe - Date: 2026-09-02 - Version: v16.34.1 - Original notes: https://github.com/frappe/erpnext/releases/tag/v16.34.1 - Permalink: https://whatsnew.fyi/product/erpnext/releases/v16.34.1 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Add validation to Financial Report Template records to prevent invalid report configurations from being saved - **fixed** — Update the BOM Stock Analysis report so its BOM selector lists only submitted BOM records, excluding draft and cancelled records - **fixed** — Include deductions from Payment Entry records, such as discounts, in the balances shown by the Sales Register and Purchase Register ledger views instead of displaying them as outstanding customer or supplier amounts - **changed** — Update validation messages in Financial Report Template so their standard wording is translated before account-specific details are added ##### Breaking Changes * Adds validation to **Financial Report Template** records to prevent invalid report configurations from being saved. (https://github.com/frappe/erpnext/pull/58704) ##### Bug Fixes * Updates the "BOM Stock Analysis" report so its _BOM_ selector lists only submitted **BOM** records, excluding draft and cancelled records. (https://github.com/frappe/erpnext/pull/58693) * Includes deductions from **Payment Entry** records, such as discounts, in the balances shown by the "Sales Register" and "Purchase Register" ledger views instead of displaying them as outstanding customer or supplier amounts. (https://github.com/frappe/erpnext/pull/58680) * Updates validation messages in **Financial Report Template** so their standard wording is translated before account-specific details are added. (https://github.com/frappe/erpnext/pull/58487) **Authors**: @ervishnucs, @krishna-254, @Abdeali099, @sagarvora **Reviewers**: @diptanilsaha, @sagarvora, @barredterra, @mihir-kandoi
AI content For these release notes, we used an LLM (OpenAI gpt-5.6-luna) 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: - ci - style - build - docs - test - refactor - chore