From b404f00eced9e563bd679101c8a3a6139bee46fd Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 5 Mar 2025 13:28:51 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.83.2 ## [14.83.2](https://github.com/frappe/erpnext/compare/v14.83.1...v14.83.2) (2025-03-05) ### Bug Fixes * Add permission check in POS's `Toggle Recent Orders` (backport [#46010](https://github.com/frappe/erpnext/issues/46010)) ([#46273](https://github.com/frappe/erpnext/issues/46273)) ([557a05b](https://github.com/frappe/erpnext/commit/557a05b0ad69b98a080335f925ddf7871127674e)) * auto allocation for negative amount outstanding for Customers in Payment Entry ([8e02dcf](https://github.com/frappe/erpnext/commit/8e02dcfcaa0dd56cbd62996dfc176d8ca710e5e9)) * change voucher_type and voucher_no field type to data ([df4f4d9](https://github.com/frappe/erpnext/commit/df4f4d9a310a1010bdb1c749f29ecc51a0d397ec)) * consolidate gl entries by project in General Ledger Report (backport [#46314](https://github.com/frappe/erpnext/issues/46314)) ([#46320](https://github.com/frappe/erpnext/issues/46320)) ([b3b7e62](https://github.com/frappe/erpnext/commit/b3b7e62a9016a1976946008627ad1887158b1f2d)) * do not include opening invoices in billed items to be received report ([cedf577](https://github.com/frappe/erpnext/commit/cedf577b4c6f4e0de839bfda69fd755fc52032b9)) * don't allow renaming account while system is actively in use (backport [#46176](https://github.com/frappe/erpnext/issues/46176)) ([#46209](https://github.com/frappe/erpnext/issues/46209)) ([167069b](https://github.com/frappe/erpnext/commit/167069b823a01bd0a7eda2cc1e6689a49514e5c3)) * exclude cancelled gl entries ([369a692](https://github.com/frappe/erpnext/commit/369a692af9c777d365671253b1cac9510b5de147)) * incorrect batch picked in the pick list ([ac25d3e](https://github.com/frappe/erpnext/commit/ac25d3e1c4de3842e81a5edda78e50c2f8501c6d)) * incorrectly billed amount in the purchase receipt ([ca94ad3](https://github.com/frappe/erpnext/commit/ca94ad3a2440102f1c64229d4111c4237beec1ab)) * inventory dimension for maintence visit ([69a8e0d](https://github.com/frappe/erpnext/commit/69a8e0dfacb80405d76b01ebd3c2d6dc8902223c)) * only include submitted docs for internal received quantity validation (backport [#46262](https://github.com/frappe/erpnext/issues/46262)) ([#46303](https://github.com/frappe/erpnext/issues/46303)) ([90b5f0b](https://github.com/frappe/erpnext/commit/90b5f0b7bf2e0e8a9baca1c069bfe5ddd9c17052)) * **patch:** Ensure SLE indexes (backport [#46131](https://github.com/frappe/erpnext/issues/46131)) ([#46134](https://github.com/frappe/erpnext/issues/46134)) ([f8bbcab](https://github.com/frappe/erpnext/commit/f8bbcab3a517b1f1bc06968bd49e239a7f2e6ea1)) ### Performance Improvements * don't track seen for POS Invoice (backport [#46187](https://github.com/frappe/erpnext/issues/46187)) ([#46188](https://github.com/frappe/erpnext/issues/46188)) ([b41ee66](https://github.com/frappe/erpnext/commit/b41ee667b9f6c97f071b6e3da1694ce0b07cd6f0)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b931bac5c1e..7692829dd90 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.83.1" +__version__ = "14.83.2" def get_default_company(user=None):