From 6e479f918d900175bac25bb878d2ebed58c52cf8 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 27 Dec 2023 08:40:26 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.57.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [14.57.0](https://github.com/frappe/erpnext/compare/v14.56.0...v14.57.0) (2023-12-27) ### Bug Fixes * allow to set rate manually for service item in BOM ([#38880](https://github.com/frappe/erpnext/issues/38880)) ([c2f692a](https://github.com/frappe/erpnext/commit/c2f692a4e4f3dd5089fe4949c6cd74574282fdb1)) * display all item rate stop messages ([226d0e0](https://github.com/frappe/erpnext/commit/226d0e0196f8c5defddc600348364d39fa703f27)) * do not reset the basic rate for the material receipt stock entry ([#38896](https://github.com/frappe/erpnext/issues/38896)) ([98bfcc4](https://github.com/frappe/erpnext/commit/98bfcc4c758b61f714c53ea0f00246731a30fdaf)) * first name error on customer creation ([#38927](https://github.com/frappe/erpnext/issues/38927)) ([28f052d](https://github.com/frappe/erpnext/commit/28f052d586c2781136b2e6497b7f3731a5b5227e)) * german translations for Lost Quotations ([#38435](https://github.com/frappe/erpnext/issues/38435)) ([81b5e6c](https://github.com/frappe/erpnext/commit/81b5e6c5f13da686d4472168b731e7e284a4e9c2)) * groups for current accounts in German CoAs ([39aa36e](https://github.com/frappe/erpnext/commit/39aa36e44b66123443c66e3503c1d6bb8c277447)) * incorrect price list in customer-wise item price report ([7577706](https://github.com/frappe/erpnext/commit/7577706a9dc0a050cc3ed401f44f15a528b8d573)) * min order qty optional in production plan (backport [#38956](https://github.com/frappe/erpnext/issues/38956)) ([#38957](https://github.com/frappe/erpnext/issues/38957)) ([f6f2712](https://github.com/frappe/erpnext/commit/f6f2712db0cd8cec3940e7e31678d909307887b9)) * remove rows with zero consumed qty ([f2f4100](https://github.com/frappe/erpnext/commit/f2f410093aa688d004637cb3a7a0052498351d8e)) * reposting not fixing valuation rate for sales return using movin… ([#38895](https://github.com/frappe/erpnext/issues/38895)) ([3a668bb](https://github.com/frappe/erpnext/commit/3a668bbe9694fdd6e8265869c6943e42f889ac41)) * reset the incoming rate on changing of the warehouse ([#38909](https://github.com/frappe/erpnext/issues/38909)) ([2770ca1](https://github.com/frappe/erpnext/commit/2770ca1b659a3217e249b60155434052d0a62730)) * skip jvs against bank accounts ([98198d3](https://github.com/frappe/erpnext/commit/98198d35eaa8909396a6ced5ad274931b7f90dcf)) * **test:** expect account currency when party account is specified. ([30cb218](https://github.com/frappe/erpnext/commit/30cb2186380f0eafce20fcdbcaf3b209dfd6b46b)) * unset discount amount from coupon discounts ([87e8dd0](https://github.com/frappe/erpnext/commit/87e8dd0d63068b93c713c4636e97cc3edda411fd)) * use party account currency when party account is specified ([d9e0d55](https://github.com/frappe/erpnext/commit/d9e0d55b88e428f80a9e84eb4309f2c153b7028f)) * **ux:** make PR and PI Item rate field readonly based on `Maintain Same Rate` (backport [#38942](https://github.com/frappe/erpnext/issues/38942)) ([#38943](https://github.com/frappe/erpnext/issues/38943)) ([1eee203](https://github.com/frappe/erpnext/commit/1eee203f7fb840e3aeb23b5a07231764cb2afef3)) ### Features * in_party_currency option for AR/AP reports ([3c717db](https://github.com/frappe/erpnext/commit/3c717db3fd2d88f3fbad053c0b71b9a99b62c9b6)) * total_asset_cost field (backport [#38879](https://github.com/frappe/erpnext/issues/38879)) ([#38886](https://github.com/frappe/erpnext/issues/38886)) ([8169c7d](https://github.com/frappe/erpnext/commit/8169c7de0d06ce031f44c30016d1f17744655bf5)) ### Performance Improvements * Drop unused/duplicate/sub-optimal indexes (backport [#38884](https://github.com/frappe/erpnext/issues/38884)) ([#38912](https://github.com/frappe/erpnext/issues/38912)) ([b254a72](https://github.com/frappe/erpnext/commit/b254a72d41bd701cf93752771681b0f55e93a6f7)) * use estimated rows instead of actual rows (backport [#38830](https://github.com/frappe/erpnext/issues/38830)) ([#38875](https://github.com/frappe/erpnext/issues/38875)) ([4d1ccd9](https://github.com/frappe/erpnext/commit/4d1ccd9e27302d161e899fc6b6b02f33a1743844)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 85dbe99af84e..8386b715981f 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import frappe -__version__ = "14.56.0" +__version__ = "14.57.0" def get_default_company(user=None):