From 52257c946e5d87f31571f78cf471cafc91387120 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 8 Apr 2025 13:08:39 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.56.0 # [15.56.0](https://github.com/frappe/erpnext/compare/v15.55.5...v15.56.0) (2025-04-08) ### Bug Fixes * **accounting:** update outstanding amount based on update_outstanding_for_self ([fb06f88](https://github.com/frappe/erpnext/commit/fb06f886d261c2b674ff3851a5b0bcdde1bdfb0f)) * add `Not Cancelled` filter for `payment_entry` in Bank Transaction ([5d47db7](https://github.com/frappe/erpnext/commit/5d47db78e635354cc91a4bc5b2d92e4776c818f0)) * check payments against orders for getting request amount ([cf7252d](https://github.com/frappe/erpnext/commit/cf7252d3e732759d8d160335e501fdb0972856ad)) * condition to update the last puurchase rate ([353fa0c](https://github.com/frappe/erpnext/commit/353fa0cbc3d90ac5da683b24412f074a81fc5aea)) * correct mapping(schedule_date) sales order to material request ([e2c8ed2](https://github.com/frappe/erpnext/commit/e2c8ed2afdc2cb169003cce03665ba72528709eb)) * correct payment request amount ([23c76aa](https://github.com/frappe/erpnext/commit/23c76aa530cd07c428cc23daf17b3bdcfabb025b)) * decimal values causing incorrect batch picking ([c5efdda](https://github.com/frappe/erpnext/commit/c5efddae16ae0f31088ab84cb8e15996a37e654a)) * do not use self object for setting party and party type ([d1311e6](https://github.com/frappe/erpnext/commit/d1311e619db233cda64c47833538c1669b3bb17e)) * **Dunning:** undefined variable (backport [#46868](https://github.com/frappe/erpnext/issues/46868)) ([#46869](https://github.com/frappe/erpnext/issues/46869)) ([f63595c](https://github.com/frappe/erpnext/commit/f63595cf0cd0d18a6a7aafc2519c0dd86c6e4315)) * empty party filter on change of party type in General Ledger Report. ([95cc282](https://github.com/frappe/erpnext/commit/95cc2827c6fa76bb84e859e75b974c1317ca7c69)) * expense account in the stock entry ([62f342e](https://github.com/frappe/erpnext/commit/62f342ef8b09abe821fbe8deebbd68054ee7fd85)) * Fix fieldtype in UnReconcile dialog ([7dfff8d](https://github.com/frappe/erpnext/commit/7dfff8d3a2f3374873b0460b43673a871c01d8bf)) * for deadlock issue keep status as In Progress ([34e66b1](https://github.com/frappe/erpnext/commit/34e66b1b2777301dec7b4a7be0a1bc0b26b70e2b)) * ignore backflush setting on subcontracting return ([ca56150](https://github.com/frappe/erpnext/commit/ca56150918423c197d3ffcad92d866965ebfd34c)) * improved rounding adjustment when applying discount (backport [#46720](https://github.com/frappe/erpnext/issues/46720)) ([7b864be](https://github.com/frappe/erpnext/commit/7b864bece8d8e0a4bef66607c52ed5f046b84756)) * include auto_reconcile_vouchers flag in background job ([26f93f5](https://github.com/frappe/erpnext/commit/26f93f57b8e488fb8d340631021f7663948734e7)) * incorrect condition ([502b8f2](https://github.com/frappe/erpnext/commit/502b8f25b3fefc5c9f8fa31c14aeb8fb4335c272)) * inventory dimensions columns visibility depends on filter ([fe0e5c2](https://github.com/frappe/erpnext/commit/fe0e5c2d48e529835bbd07cd334f14ddc2dec81f)) * make message translatable (backport [#46863](https://github.com/frappe/erpnext/issues/46863)) ([#46866](https://github.com/frappe/erpnext/issues/46866)) ([d7bb4a2](https://github.com/frappe/erpnext/commit/d7bb4a288cb810882115f836ced846d883287600)) * multiple Bank Reconciliation Tool issues ([#46644](https://github.com/frappe/erpnext/issues/46644)) ([e168483](https://github.com/frappe/erpnext/commit/e168483a58f8eb3a96234f8474d0dfe0413dd857)) * **payment term:** allocate payment amount when payment term is fetched from order ([1b9980b](https://github.com/frappe/erpnext/commit/1b9980bb86225213949e3db2681ece877c23b7fd)) * **portal:** context pay_amount for button ([b7ae17a](https://github.com/frappe/erpnext/commit/b7ae17aaaf18be38be8ac53c826ff4f9a73a9058)) * **portal:** payment amount for orders ([b0302d7](https://github.com/frappe/erpnext/commit/b0302d71b7a001e1298f3cc5c43c793c6525da32)) * pos checking opened entry closed or not (backport [#46726](https://github.com/frappe/erpnext/issues/46726)) ([#46830](https://github.com/frappe/erpnext/issues/46830)) ([80f144a](https://github.com/frappe/erpnext/commit/80f144ac2236fc6f935a5f9897c716129e3d7a4c)) * pos closed dialog on pos closing entry (backport [#46881](https://github.com/frappe/erpnext/issues/46881)) ([#46882](https://github.com/frappe/erpnext/issues/46882)) ([c1fe8f6](https://github.com/frappe/erpnext/commit/c1fe8f600070e1db74eed4d7c9fda3d44c1c7eac)) * pos opening entry's status not getting updated on cancel (backport [#46909](https://github.com/frappe/erpnext/issues/46909)) ([#46911](https://github.com/frappe/erpnext/issues/46911)) ([8b11d13](https://github.com/frappe/erpnext/commit/8b11d13cd4c3b155ebfebe7ad45dbb3e80500685)) * remove against_voucher from General Ledger Report ([ba1e7e1](https://github.com/frappe/erpnext/commit/ba1e7e17fbcbdb4aeff41cca8ee54bae7871b364)) * remove all serial/batch fields when use button is unselected ([13f1afa](https://github.com/frappe/erpnext/commit/13f1afa14127cb3fb2e3772857ffb24787591b26)) * removed customer_group query in customer.js ([1aac8d3](https://github.com/frappe/erpnext/commit/1aac8d31f467eb68b0d1fb6f2d3f6584770146db)) * removed hardcoded search fields to fix performance issue ([48822f6](https://github.com/frappe/erpnext/commit/48822f6feefe0dbbcae9efcb746e8375de3b10b9)) * resolve conflicts ([4d8984e](https://github.com/frappe/erpnext/commit/4d8984e4e962562c768227d72f36326eff8f8fe0)) * restrict customer change if creating from opportunity ([2661147](https://github.com/frappe/erpnext/commit/26611475f6fd63eda6bbe3fea4a3b1c754efe68b)) * set draft QC in purchase document on creation of qc ([54159b9](https://github.com/frappe/erpnext/commit/54159b9e5e54893572e64e1e7cf54933d620b92a)) * slow query ([23dc9d5](https://github.com/frappe/erpnext/commit/23dc9d58720330d5de17b737883d6d3d5ae064dd)) * slow query ([af0fb13](https://github.com/frappe/erpnext/commit/af0fb131a22c07d82802959bcc2c88189146af20)) * stock entry repack amount calculation ([8c61639](https://github.com/frappe/erpnext/commit/8c61639062e9cf88b750cc237836c25919607b1a)) * Translate UnReconcile dialog title (backport [#46818](https://github.com/frappe/erpnext/issues/46818)) ([#46861](https://github.com/frappe/erpnext/issues/46861)) ([fcade5d](https://github.com/frappe/erpnext/commit/fcade5d8cd87fd51d002aee190af1271b6c6c672)) * update outstanding with precision ([e115409](https://github.com/frappe/erpnext/commit/e1154090f66e3d204136b24a47f89ff97223e5fe)) * update payment amount if automatically_fetch_payment_terms is enabled ([ea289a4](https://github.com/frappe/erpnext/commit/ea289a40fb4656bbac9ba7cc49e62a1caca4bd38)) * update posting date before running validations ([2bf44dc](https://github.com/frappe/erpnext/commit/2bf44dc326ea285bd9a65daa7ea6a7269ac8629d)) * use `grand_total_diff` instead of `rounding_adjustment` in `taxes_and_totals` ([55b17b9](https://github.com/frappe/erpnext/commit/55b17b918f9df9bea12a801013455c761121f03d)) * use docstatus for status filter ([ab52524](https://github.com/frappe/erpnext/commit/ab52524f12a2e937e3e8d8ec33851d363bf3a390)) * use get instead of dot operator to access dict value ([f2df8e5](https://github.com/frappe/erpnext/commit/f2df8e531d345d26c42057f17a84dc4de790bb3b)) * use work_order bom_no if no bom present in operation ([c6979ab](https://github.com/frappe/erpnext/commit/c6979ab260dcb6ce97bbdff6b28b8efd4ec2da41)) * user permissions in sales and purchase report ([c705623](https://github.com/frappe/erpnext/commit/c705623fdc1a002169344c4165279f18fbe4fdb0)) * validate if pos is opened before pos invoice creation (backport [#46907](https://github.com/frappe/erpnext/issues/46907)) ([#46910](https://github.com/frappe/erpnext/issues/46910)) ([999ab28](https://github.com/frappe/erpnext/commit/999ab28bf089aac0a0558c6cf149b14564b96bc6)) * valuation rate not updating for raw materials ([454dd3a](https://github.com/frappe/erpnext/commit/454dd3a2f11451c4dd530c32ee4577fc8bafb21c)) ### Features * allow UOMs to select for which converstion rate defined in item master ([288aad6](https://github.com/frappe/erpnext/commit/288aad6f5dbd6865da6d58cc6c66032e6347edc6)) * **Customer:** add Dunning to dashboard ([1128b5f](https://github.com/frappe/erpnext/commit/1128b5f09c89929700b9f5b4a8bdcdf0348bc73f)) * option to recreate Stock Ledger Entries against stock transactions ([64fdcb7](https://github.com/frappe/erpnext/commit/64fdcb752dc0937010e61089bb3498bc0b1483ba)) ### Performance Improvements * reduce query when validating any doc ([890abf6](https://github.com/frappe/erpnext/commit/890abf6b90a25b57a35a76afe6a12ee76f418d49)) * Stock entry cancel is slow ([1bdfd33](https://github.com/frappe/erpnext/commit/1bdfd338166b357bbd48456fb9d9527c68846021)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a0c63c96ff6..3244606893b 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.55.5" +__version__ = "15.56.0" def get_default_company(user=None):