From 973d06d96f93e9af22182465e750d055907d0cc8 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 5 Dec 2023 17:17:12 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.53.0 # [14.53.0](https://github.com/frappe/erpnext/compare/v14.52.1...v14.53.0) (2023-12-05) ### Bug Fixes * `OperationalError` while selecting Serial No in `Warranty Claim` (backport [#38394](https://github.com/frappe/erpnext/issues/38394)) ([#38413](https://github.com/frappe/erpnext/issues/38413)) ([49296cd](https://github.com/frappe/erpnext/commit/49296cd5cb97836156c29d644acd147c36c30c50)) * better overlap logic for job card (backport [#38432](https://github.com/frappe/erpnext/issues/38432)) ([#38521](https://github.com/frappe/erpnext/issues/38521)) ([6db63c9](https://github.com/frappe/erpnext/commit/6db63c971eb88ad68b916c1947e81806c0440638)) * consider the `Valuation Method` while picking incorrect SLE (backport [#38592](https://github.com/frappe/erpnext/issues/38592)) ([#38594](https://github.com/frappe/erpnext/issues/38594)) ([01b2a1f](https://github.com/frappe/erpnext/commit/01b2a1ffebe31f63741e98d4e4c07fc09716546e)) * debit credit mismatch in multi-currecy asset purchase receipt ([#38342](https://github.com/frappe/erpnext/issues/38342)) ([fd6a23c](https://github.com/frappe/erpnext/commit/fd6a23cf41997e1ada5adb7d28dcc091979aabcf)) * don't consider cancelled entries ([#38401](https://github.com/frappe/erpnext/issues/38401)) ([9345334](https://github.com/frappe/erpnext/commit/9345334196484f3d89c1be11bcb0598cf38cfab7)) * don't show non-stock items in Stock Analytics report (backport [#38543](https://github.com/frappe/erpnext/issues/38543)) ([#38544](https://github.com/frappe/erpnext/issues/38544)) ([2e333e6](https://github.com/frappe/erpnext/commit/2e333e6802ad880700920e5df70b87495a67a657)) * don't update previous doc on rate change (backport [#38493](https://github.com/frappe/erpnext/issues/38493)) ([#38523](https://github.com/frappe/erpnext/issues/38523)) ([b88c7d6](https://github.com/frappe/erpnext/commit/b88c7d63deebb331f49512191565f359221b75e7)) * exclude `invoice_doctypes` from party advance ([1042d4c](https://github.com/frappe/erpnext/commit/1042d4cfeb158a224ea722816fec346a940f2c98)) * exploded items in Subcontracting Receipt (backport [#38441](https://github.com/frappe/erpnext/issues/38441)) ([#38444](https://github.com/frappe/erpnext/issues/38444)) ([2908d96](https://github.com/frappe/erpnext/commit/2908d966b620c4462b96d79e46f08e6bed3ff1df)) * get dynamic link with parenttype contact ([12d3cda](https://github.com/frappe/erpnext/commit/12d3cda2d9bf2d8b5fd1c8b74db3011ecace487a)) * incorrect customer outstanding amount ([#38475](https://github.com/frappe/erpnext/issues/38475)) ([c07723d](https://github.com/frappe/erpnext/commit/c07723d49d065a29e9b6985c746c82cce1815d6d)) * incorrect material request quantity in Production Plan (backport [#38566](https://github.com/frappe/erpnext/issues/38566)) ([#38578](https://github.com/frappe/erpnext/issues/38578)) ([70965ef](https://github.com/frappe/erpnext/commit/70965efd941389b03280a39a41448800e0747a02)) * incorrect ordered qty for Subcontracting Order ([#38415](https://github.com/frappe/erpnext/issues/38415)) ([8e37087](https://github.com/frappe/erpnext/commit/8e370876cc14ec7ec5099b1fad003049680ed8b0)) * incorrect requested quantity for the subcontracting order (backport [#38455](https://github.com/frappe/erpnext/issues/38455)) ([#38471](https://github.com/frappe/erpnext/issues/38471)) ([497049b](https://github.com/frappe/erpnext/commit/497049b3fd7139c59b0f117ddaea9fbd2df98e18)) * item group filter in sales person wise report ([eee9062](https://github.com/frappe/erpnext/commit/eee906281480fbed66e3ad823bd4e0386ed07bd3)) * make create button translatable ([#38165](https://github.com/frappe/erpnext/issues/38165)) ([c71b31e](https://github.com/frappe/erpnext/commit/c71b31e3b8d577d99bfd904faa02c9b6022f6c6a)) * no fstring in translation ([#38381](https://github.com/frappe/erpnext/issues/38381)) ([cec2574](https://github.com/frappe/erpnext/commit/cec25740eae25dec8519af756636a521faf3e6b5)) * **pe:** show split alert only on splitting ([8d6d74c](https://github.com/frappe/erpnext/commit/8d6d74c23700dc22e27e2cfce4af0227a4ab3be3)) * **regional:** use net figures for sales calc ([#38260](https://github.com/frappe/erpnext/issues/38260)) ([d337533](https://github.com/frappe/erpnext/commit/d337533907a17ada35bfe0da070e0ee6ae13a24d)) * remove hardcoded, implicit rounding loss allowance ([419943a](https://github.com/frappe/erpnext/commit/419943a9d9ea748088702935844ed616f616400a)) * set cwip account before asset tests ([ecde1d5](https://github.com/frappe/erpnext/commit/ecde1d58b5f3dbc0bbbf2fc96a867b7e25ae5776)) * show item name as title instead of item group in BOM (backport [#38478](https://github.com/frappe/erpnext/issues/38478)) ([#38480](https://github.com/frappe/erpnext/issues/38480)) ([0df52d2](https://github.com/frappe/erpnext/commit/0df52d2c4f900e2110798347eac306c16536f8e7)) * SO ordered qty on PO item removal ([#38378](https://github.com/frappe/erpnext/issues/38378)) ([b7fe163](https://github.com/frappe/erpnext/commit/b7fe163de5ece72a91862695537274c6aeb7eb06)) * sql error while filtering on finance book in GL ([25ec1fc](https://github.com/frappe/erpnext/commit/25ec1fce6105249defd835601e0132735cdd189b)) * unset discount amount based on coupon code ([7fa97fa](https://github.com/frappe/erpnext/commit/7fa97fa7b58a83266c669c6fd7d170f66f162154)) * use `docstatus` instead of `status` (backport [#38439](https://github.com/frappe/erpnext/issues/38439)) ([#38442](https://github.com/frappe/erpnext/issues/38442)) ([2dc4b02](https://github.com/frappe/erpnext/commit/2dc4b02fc853ec1cf40ab1da1126811e0f9e2862)) * use predefined onload property `load_after_mapping` (backport [#38209](https://github.com/frappe/erpnext/issues/38209)) ([#38518](https://github.com/frappe/erpnext/issues/38518)) ([9f23b7e](https://github.com/frappe/erpnext/commit/9f23b7e46f52390317b13b29ca5ddbe9842effe1)) * **ux:** make valuation field read only when it can't be modified (backport [#38450](https://github.com/frappe/erpnext/issues/38450)) ([#38463](https://github.com/frappe/erpnext/issues/38463)) ([bec7fb5](https://github.com/frappe/erpnext/commit/bec7fb54936867f438bea60f42637089eedf9f8b)) * validate finance_books table length in asset ([#38584](https://github.com/frappe/erpnext/issues/38584)) ([14b908f](https://github.com/frappe/erpnext/commit/14b908f8ab243c94cf1bd0ecde52055dcdbc5e7b)) ### Features * `Company` filter in `Stock Ledger Variance` report (backport [#38553](https://github.com/frappe/erpnext/issues/38553)) ([#38573](https://github.com/frappe/erpnext/issues/38573)) ([6c89f35](https://github.com/frappe/erpnext/commit/6c89f351f46c7d1ba1d0d5129b0f59e093d91a59)) * shift depreciation for assets [v14] [backport of [#38327](https://github.com/frappe/erpnext/issues/38327)] ([#38404](https://github.com/frappe/erpnext/issues/38404)) ([d8c3935](https://github.com/frappe/erpnext/commit/d8c3935e64f240b938f90558554ef57d6b9f46f0)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ca5062d835e..8406ce635b9 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.52.1" +__version__ = "14.53.0" def get_default_company(user=None):