From c4b07900034883de89ecdbc25616a82ff5945e8d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 26 Jul 2023 04:10:45 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.32.0 # [14.32.0](https://github.com/frappe/erpnext/compare/v14.31.3...v14.32.0) (2023-07-26) ### Bug Fixes * added missing option Partially Received in the status dropdown field ([4fa93b0](https://github.com/frappe/erpnext/commit/4fa93b05c62b7f340a94e9e84d9d2e132ea35b99)) * allocation logic on 'Get Outstanding Invoices' btn in PE ([14600fa](https://github.com/frappe/erpnext/commit/14600fa19007e3a00bc2d987f04f2a7b29d99536)) * allow both custodian and location while creating asset ([#36263](https://github.com/frappe/erpnext/issues/36263)) ([2b47f58](https://github.com/frappe/erpnext/commit/2b47f5815e17d0f2733de68b1a8b493d9eeb898d)) * Ambiguous column error while submitting stock entry (backport [#36209](https://github.com/frappe/erpnext/issues/36209)) ([#36222](https://github.com/frappe/erpnext/issues/36222)) ([844ec58](https://github.com/frappe/erpnext/commit/844ec58f6bc69c70606032aa1c02366f19656f79)) * apply discount on item after applying price list ([#36316](https://github.com/frappe/erpnext/issues/36316)) ([cff6e72](https://github.com/frappe/erpnext/commit/cff6e72838b9a118de269f1ed4d6806d1474bbbd)) * apply terms validaton only in Sales/Purchase documents ([8f24292](https://github.com/frappe/erpnext/commit/8f24292155c0112b0f5d2a394e6fbf1e8d138db3)) * broken overallocation validation in payment entry ([e1d31aa](https://github.com/frappe/erpnext/commit/e1d31aad4d8f3d5276022732d5d35f0c77639df4)) * clear accounting dimension value when based on field changes ([1fe6d4e](https://github.com/frappe/erpnext/commit/1fe6d4ef1f9550854bd357bb961cc2c74d81bf44)) * customer filter in process soa ([5938af9](https://github.com/frappe/erpnext/commit/5938af9c3f4752034991188ae2f4eec89f8a8ba5)) * Default fiscal year in accounting, buying and sellingcharts ([8ca3d6b](https://github.com/frappe/erpnext/commit/8ca3d6b7f3554617f8fb5131a7bd570418c1dac5)) * fetch acc dimension fieldname ([542c804](https://github.com/frappe/erpnext/commit/542c80433d55c12109c28333c5e3e56910e6f162)) * FY in naming series variable for orders ([6a6a3ae](https://github.com/frappe/erpnext/commit/6a6a3ae3c3b8c8c52788cdbab0ca265e0621da46)) * group by in fixed asset register ([#36310](https://github.com/frappe/erpnext/issues/36310)) ([6cca18e](https://github.com/frappe/erpnext/commit/6cca18e1689a4ef66a77cc224c3a128b2877a93a)) * Ignore permissions while submitting account closing balance record ([#35536](https://github.com/frappe/erpnext/issues/35536)) ([c2976ef](https://github.com/frappe/erpnext/commit/c2976ef6430385391aa939e18c86984e43c49b1e)) * itemised tax breakup ([6f2e639](https://github.com/frappe/erpnext/commit/6f2e6391822564f771a92a01435ec4923c59a05f)) * made item or warehouse filter mandatory (backport [#36208](https://github.com/frappe/erpnext/issues/36208)) ([#36215](https://github.com/frappe/erpnext/issues/36215)) ([57cf3c2](https://github.com/frappe/erpnext/commit/57cf3c28f896bf619563917d63b6f718ef5c8cbe)) * no default email account causing reposting issue ([026f9f5](https://github.com/frappe/erpnext/commit/026f9f5a69400c2bd2b076dd05a7551b35cfdffb)) * **regional:** set `frappe.flags.company` temporarily, where required ([73e9b38](https://github.com/frappe/erpnext/commit/73e9b38cda37b52f917f9d781a11d3035f0e055e)) * set new purchase_receipt_amount on asset split ([#36272](https://github.com/frappe/erpnext/issues/36272)) ([e867fe7](https://github.com/frappe/erpnext/commit/e867fe77a40a5d2abbc66fcda42d2615bb49bf5f)) * timeout error while cancelling the Purchase Receipt ([0575005](https://github.com/frappe/erpnext/commit/0575005c8708a0c1b0dd2601c04b04a96fa6d613)) * Trial Balance report considering cancelled entries ([ca4f86d](https://github.com/frappe/erpnext/commit/ca4f86d5af917a67042df6d78ec264d2a78e5fef)) ### Features * filter based on accounting dimension in profitability analysis ([ba95df2](https://github.com/frappe/erpnext/commit/ba95df2a74fb3a637a2865882cc267ac9cdbd29f)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 5bc2c53cdc3..9d6576461f9 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.31.3" +__version__ = "14.32.0" def get_default_company(user=None):