From 66b2b89bcdf67d215aa304e5fb381d410ecbc9f3 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 16 Dec 2025 15:33:15 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.92.0 # [15.92.0](https://github.com/frappe/erpnext/compare/v15.91.3...v15.92.0) (2025-12-16) ### Bug Fixes * **accounts:** handle drop ship in company linked address validation ([b340d7d](https://github.com/frappe/erpnext/commit/b340d7d4f42cff1e5ae1bf27bf401f9455596196)) * add link filters for item group in quickentry ([981c9c7](https://github.com/frappe/erpnext/commit/981c9c76c1b8b3916eea1f3809290b5958a0a3b5)) * add missing query key in 'Reports To' field filter ([e1dc80b](https://github.com/frappe/erpnext/commit/e1dc80b6d859efc955f88083d0c7accdd3e0b38c)) * add validation for transferred qty and handle MR transfer status for in-transit entry. (backport [#50683](https://github.com/frappe/erpnext/issues/50683)) ([#51134](https://github.com/frappe/erpnext/issues/51134)) ([6a6398a](https://github.com/frappe/erpnext/commit/6a6398a3928b83fa0da6e85fecd387e9f24bf86e)) * **currency exchange settings:** added backward compatibility for frankfurter api ([8d32ba9](https://github.com/frappe/erpnext/commit/8d32ba9a2eeadb855df9d77cb028b0ef304763b3)) * delayed tasks summary chart color ([325fc61](https://github.com/frappe/erpnext/commit/325fc619dc2e03cb68d0f77534c5b31eddab2d48)) * ensure fresh `grand_total_diff` is used for each calculation ([2d198e6](https://github.com/frappe/erpnext/commit/2d198e698abeaf79352c106f62c6b53d4bdc02c4)) * ensure type on method parameter ([16c8b74](https://github.com/frappe/erpnext/commit/16c8b74d52fd48e99f063ee4e42ea7934f646b24)) * incorrect invoice qty ([ebbecdb](https://github.com/frappe/erpnext/commit/ebbecdba23ff3e0f9b7cc710b23616ee75c0dab3)) * **manufacturing:** add validation for disassemble qty ([cdc0429](https://github.com/frappe/erpnext/commit/cdc04292f2aecd74e84e4c9465da768a2a80f293)) * **manufacturing:** get items for disassembly order ([279cf6f](https://github.com/frappe/erpnext/commit/279cf6fe007528f624f8f1e5ef7d169124584756)) * mark navbar item as translatable ([ec3a226](https://github.com/frappe/erpnext/commit/ec3a226a83c3ec2245d668f5b8877596e83fa319)) * only show net gl balance as opening in general ledger ([0d5e45b](https://github.com/frappe/erpnext/commit/0d5e45bb7c45dce5b8368ec63c5721ba4bcadb42)) * **payment entry:** fetch gain loss account from company boot ([c01e40d](https://github.com/frappe/erpnext/commit/c01e40da3cc5f8e7441dce86ba96a917348d27f8)) * precision issue on job card submission ([4ee4a57](https://github.com/frappe/erpnext/commit/4ee4a57f722499c3b72765b6e4dde807bd930f83)) * preserve user-entered exchange rates in ERR journal entries ([fa04e36](https://github.com/frappe/erpnext/commit/fa04e368d3e32452f45b49863bb40d7a2136daaa)) * prevent dispatch address copying on drop ship ([5d5dff9](https://github.com/frappe/erpnext/commit/5d5dff9103c45ebb8f157d168184477163ffba42)) * prevent self in "Reports To" dropdown (UI-level check) ([9e8bb9b](https://github.com/frappe/erpnext/commit/9e8bb9b235f6723b28fe0568915ee52ed2e52262)) * putaway rule not applying on serial nos ([df820ae](https://github.com/frappe/erpnext/commit/df820aece678ab6d18a54eb491a72066c6002d5d)) * re-calculate outstanding / write-off amount during submission ([5bfdc01](https://github.com/frappe/erpnext/commit/5bfdc010f3392d8df3e7b3841218df8456a84e62)) * **Rename Tool:** use "Link" field instead of "Select" ([2aff169](https://github.com/frappe/erpnext/commit/2aff16928c7b242ea74de9829b1ca330de72e999)) * **Rename Tool:** use "Link" field instead of "Select" (backport [#50995](https://github.com/frappe/erpnext/issues/50995)) ([#51138](https://github.com/frappe/erpnext/issues/51138)) ([53bb2cf](https://github.com/frappe/erpnext/commit/53bb2cf7c0e9c6f41ac436942cf7cf74c5153b36)) * Serial/Batches not fetching when creating Material Transfer from Purchase Receipt ([f3c70a6](https://github.com/frappe/erpnext/commit/f3c70a66b5daa8eab56cf169b896d771e67a606c)) * **share balance:** use currency field instead of int for rate and amount ([a8ed281](https://github.com/frappe/erpnext/commit/a8ed2815a47601ae2ba507afe5c979e3b622592b)) * Short circuit guest perm checks ([dab8ac7](https://github.com/frappe/erpnext/commit/dab8ac7b1d36446785310de5c15a88275241c583)) * stock ageing report ([d098572](https://github.com/frappe/erpnext/commit/d09857294cb4ab6c670d45f60d44f053febb7515)) * **stock:** remove total bar in chart view ([918f8ca](https://github.com/frappe/erpnext/commit/918f8ca79b66bb291ade3782bc009c4474f73586)) * **subcontract:** ignore BOM qty validation for alternative items (backport [#51122](https://github.com/frappe/erpnext/issues/51122)) ([#51135](https://github.com/frappe/erpnext/issues/51135)) ([2c9c6c3](https://github.com/frappe/erpnext/commit/2c9c6c379829fc889fe1e2bb3c1dbe98d9309aad)) * **trial_balance:** remove hardcoded precision for currency values ([99b69c1](https://github.com/frappe/erpnext/commit/99b69c121e9cc28ab146228bbc5f1e8aed8d13e1)) * use dummy translations for custom field labels ([#49875](https://github.com/frappe/erpnext/issues/49875)) ([088bbac](https://github.com/frappe/erpnext/commit/088bbac543a228319f5ee4dd1247c7b6e48eb794)) * validate available stock with multiple dimensions (backport [#50937](https://github.com/frappe/erpnext/issues/50937)) ([#50983](https://github.com/frappe/erpnext/issues/50983)) ([98eeff8](https://github.com/frappe/erpnext/commit/98eeff8775ec9ca4f6ae1d040cfe37343ffaa1da)) * validate budget after cost center allocation ([a2b6e4a](https://github.com/frappe/erpnext/commit/a2b6e4a1c587ce2f7e017f39944899f76e3e2f7d)) ### Features * introduce extended bank transaction fields (backport [#50021](https://github.com/frappe/erpnext/issues/50021)) ([#51112](https://github.com/frappe/erpnext/issues/51112)) ([a61890e](https://github.com/frappe/erpnext/commit/a61890ec2b5dfbe77b286d5c32c6e560b9eca075)) ### Performance Improvements * move all hourly/daily jobs to maintenance queue (backport [#47504](https://github.com/frappe/erpnext/issues/47504)) ([#51005](https://github.com/frappe/erpnext/issues/51005)) ([46ca347](https://github.com/frappe/erpnext/commit/46ca347578732b2be08ba43e7c6ec5f1ebd590b0)) * sabb validate serial no ([#51132](https://github.com/frappe/erpnext/issues/51132)) ([3a9888a](https://github.com/frappe/erpnext/commit/3a9888aad93d030af773b09b35be313232d8109f)) ### Reverts * changes to install_fixtures ([19dc26e](https://github.com/frappe/erpnext/commit/19dc26ea16cbb963fb6353c4c16d2aebb1be26fa)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 828d00f3c19..3b3642b6625 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.91.3" +__version__ = "15.92.0" def get_default_company(user=None):