From 147499bc9c2b570e50c9ab0ffad077d4ec1d25ac Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Tue, 12 Apr 2022 23:01:09 +0530 Subject: [PATCH] chore: change log and version bump --- erpnext/__init__.py | 2 +- erpnext/change_log/v13/v13_26_0.md | 31 ++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 erpnext/change_log/v13/v13_26_0.md diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b19f1cecaaa6..b34176ed34ad 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ from erpnext.hooks import regional_overrides -__version__ = '13.25.2' +__version__ = "13.26.0" def get_default_company(user=None): """Get default company for user""" diff --git a/erpnext/change_log/v13/v13_26_0.md b/erpnext/change_log/v13/v13_26_0.md new file mode 100644 index 000000000000..67450983dfb5 --- /dev/null +++ b/erpnext/change_log/v13/v13_26_0.md @@ -0,0 +1,31 @@ +## Version 13.25.0 Release Notes + +### Features & Enhancements + +- feat: Receivable/Payable Account column and filter in AR/AP report ([#30620](https://github.com/frappe/erpnext/pull/30620)) +- feat(india): e-invoicing for intra-state union territory transactions ([#30626](https://github.com/frappe/erpnext/pull/30626)) +- feat: Ignore permlevel for specific fields ([#30686](https://github.com/frappe/erpnext/pull/30686)) +- feat: 'customer' column and more filter to Payment terms status report ([#30499](https://github.com/frappe/erpnext/pull/30499)) + +### Fixes + +- fix: fallback to item_name if description is not found ([#30619](https://github.com/frappe/erpnext/pull/30619)) +- fix: Deferred Revenue/Expense Account validation ([#30602](https://github.com/frappe/erpnext/pull/30602)) +- fix(pos): reload doc before set value ([#30610](https://github.com/frappe/erpnext/pull/30610)) +- fix: Exchange gain and loss button in Payment Entry ([#30606](https://github.com/frappe/erpnext/pull/30606)) +- fix(pos): cannot change paid amount in pos payments ([#30657](https://github.com/frappe/erpnext/pull/30657)) +- fix: hide pending qty only if original item is assigned ([#30599](https://github.com/frappe/erpnext/pull/30599)) +- fix(pos): reload doc before set value ([#30611](https://github.com/frappe/erpnext/pull/30611)) +- fix: Handle multiple item transfer in separate SEs against WO ([#30674](https://github.com/frappe/erpnext/pull/30674)) +- fix(patch): check null values in is_cancelled patch ([#30594](https://github.com/frappe/erpnext/pull/30594)) +- fix: Download JSON for GSTR-1 report ([#30651](https://github.com/frappe/erpnext/pull/30651)) +- fix: remove bad defaults from BOM operation ([#30644](https://github.com/frappe/erpnext/pull/30644)) +- fix: update translation ([#30474](https://github.com/frappe/erpnext/pull/30474)) +- fix: dont reassign mutable (list) to a different field ([#30634](https://github.com/frappe/erpnext/pull/30634)) +- fix: update translation ([#30654](https://github.com/frappe/erpnext/pull/30654)) +- fix: ignore item-less maintenance visit for sr no ([#30684](https://github.com/frappe/erpnext/pull/30684)) +- fix: removed unused courses template ([#30596](https://github.com/frappe/erpnext/pull/30596)) +- fix: Implicit ignore pricing rule check on returns ([#30662](https://github.com/frappe/erpnext/pull/30662)) +- fix: warehouse naming when suffix is present ([#30621](https://github.com/frappe/erpnext/pull/30621)) +- fix: Ignore disabled tax categories ([#30542](https://github.com/frappe/erpnext/pull/30542)) +