From 9aa1e7444e018df71b7ae3a3d9af850819ee42bb Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 17 Jan 2024 17:05:44 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.61.0 # [14.61.0](https://github.com/frappe/erpnext/compare/v14.60.1...v14.61.0) (2024-01-17) ### Bug Fixes * added indexing to improve performance ([d9f7070](https://github.com/frappe/erpnext/commit/d9f7070f92216c2422f4e1ad262e9397fb940969)) * added item group in stock reco ([c69a59c](https://github.com/frappe/erpnext/commit/c69a59c3c6c72ba69a8347b2c2940e2aaa49428e)) * broken dimension filters in Sales/Purchase register ([298cdf5](https://github.com/frappe/erpnext/commit/298cdf5f0efe4e0a0e76157ad0719bee10822c4a)) * Cancel asset capitalisation record on cancellation of asset and vice-versa ([1dff960](https://github.com/frappe/erpnext/commit/1dff96057c72991bfc579184d09edc58739fe01a)) * circular dependency error while deleting QC ([dfcb746](https://github.com/frappe/erpnext/commit/dfcb7467741184da20d0f32d62433732a1acbec4)) * composite asset capitalization using asset components ([ac6020a](https://github.com/frappe/erpnext/commit/ac6020a940335747e25fd10f1ba0dcac7ad0e3b5)) * consider all years in holiday list ([3180266](https://github.com/frappe/erpnext/commit/318026615036dfdc6bb169788e25ae0f9a4520e1)) * date in master document for dictionary condition ([670d615](https://github.com/frappe/erpnext/commit/670d61547fb6a7ee86050c2f1020cd247f12df52)) * empty category in Plaid ([1acaa20](https://github.com/frappe/erpnext/commit/1acaa20ee11056c9f79cab333474bf13dfb56bf6)) * ignore cancelled payments in Sales/Purchase Register ([36b8e97](https://github.com/frappe/erpnext/commit/36b8e972f11cb860c06ca3ca1726103be3217bb4)) * incorrect active serial nos due to backdated transactions ([1a26c70](https://github.com/frappe/erpnext/commit/1a26c70df285176dc282426bc715b83c470075e5)) * incorrect percentage received in purchase invoice ([453700d](https://github.com/frappe/erpnext/commit/453700d0abb59ca67234617d35301daa0640a2ab)) * incorrect sql error if account name has '%' ([d0e3458](https://github.com/frappe/erpnext/commit/d0e3458c8c696fcf5be2b2cfbea47dfb1a260193)) * modified date ([e9d2437](https://github.com/frappe/erpnext/commit/e9d2437c7ac0a547191658d4694370af863cd450)) * modified date ([28434d1](https://github.com/frappe/erpnext/commit/28434d101b381b03475f61b222043df17a2aea51)) * modified date was not set ([724c934](https://github.com/frappe/erpnext/commit/724c934fbbf246c181f40535f037827e39e60c74)) * modified date was not updated ([cb67574](https://github.com/frappe/erpnext/commit/cb6757437ed72377ece6c0ded858019ce2b087be)) * pass accounts as list to query ([a6bc5ca](https://github.com/frappe/erpnext/commit/a6bc5cae90465d6d517c59c61769623724f8eacd)) * performance issue related to stock entry (backport [#39301](https://github.com/frappe/erpnext/issues/39301)) ([#39302](https://github.com/frappe/erpnext/issues/39302)) ([dc7c9e7](https://github.com/frappe/erpnext/commit/dc7c9e7affa89dab7daf94f68a7205e07b38763f)) * possible typeerror in consolidated report ([9395f75](https://github.com/frappe/erpnext/commit/9395f7535b32b02806e7c36d4beb6b44a246a134)) * possible typerror in utils.js ([4ea72f4](https://github.com/frappe/erpnext/commit/4ea72f4b692a846bbd27f75054c229c3f7c167dd)) * project filters on Delivery Note and Sales Order ([520cdb6](https://github.com/frappe/erpnext/commit/520cdb6f32f4477aa9fd0456c6b7c6328c5ccfe1)) * project query controller logic ([f2e577b](https://github.com/frappe/erpnext/commit/f2e577bec749fcbba74c224e2869433f24d7a4bb)) * reset default after test ([6bd01f2](https://github.com/frappe/erpnext/commit/6bd01f227eea82f434efa1e3bdb4f9ab2a3e0f26)) * resolved merge conflict ([4edb73d](https://github.com/frappe/erpnext/commit/4edb73d398d921d76e860cb072b00af20c272cca)) * show bill_date and bill_no in Purchase Register ([4b19792](https://github.com/frappe/erpnext/commit/4b197920c1e3e816f76f153fc8d755820a63eaf6)) * **test:** test case for project query ([98967ed](https://github.com/frappe/erpnext/commit/98967ed58487cc63e0ed345c50b6f0fb1be97eea)) * unreconcile Bank Transaction on cancel of payment voucher ([755576b](https://github.com/frappe/erpnext/commit/755576bd78be12ffc0c6584cd659cc7279624fb0)) * use child table values instead of global min max ([d21fc60](https://github.com/frappe/erpnext/commit/d21fc6055cc25a1d4af6c290c2584e3de30fffc5)) * WDV as per IT Act: calculate yearly amount first and then split it based on months ([3989b97](https://github.com/frappe/erpnext/commit/3989b9757968e4cc5f9676dab5e034ea08b0191e)) * wrong file name ([9d256e1](https://github.com/frappe/erpnext/commit/9d256e131df0a3e73993ef6b8faffc7b883ca89f)) ### Features * provision to select the qty field for Product Page ([#39292](https://github.com/frappe/erpnext/issues/39292)) ([d42db11](https://github.com/frappe/erpnext/commit/d42db1174d3f5ffd2f0517e2a39ae10ad05e4eec)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0cfb47a1284..e640a99fdf8 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.60.1" +__version__ = "14.61.0" def get_default_company(user=None):