Frappe PR Bot
de03618b09
chore(release): Bumped to Version 15.66.0
...
# [15.66.0](https://github.com/frappe/erpnext/compare/v15.65.4...v15.66.0 ) (2025-06-25)
### Bug Fixes
* add descendants item groups to fetch the barcode items ([5cabdbf ](5cabdbfe06 ))
* add is_group filter for warehouse ([ad0819f ](ad0819feee ))
* add party and party_name columns to trend reports ([ceab26d ](ceab26d5f1 ))
* add validation for exchange gain/loss entries ([153ed04 ](153ed04161 ))
* **asset-invoice:** handle asset invoice cancellation ([d3daeaf ](d3daeaf475 ))
* auto append_taxes_from_item_tax_template in backend ([2bf8dff ](2bf8dffb60 ))
* coa reset root_type on unchecking is_group on new_node (backport [#48156 ](https://github.com/frappe/erpnext/issues/48156 )) ([#48160 ](https://github.com/frappe/erpnext/issues/48160 )) ([7c2bf02 ](7c2bf026ef ))
* contract autoname ([1223f55 ](1223f5551f ))
* fallback expense account and cost center in subcontracting receipt ([ac22c42 ](ac22c422c8 ))
* get already billed amount from current doc instead of database ([#48079 ](https://github.com/frappe/erpnext/issues/48079 )) ([c2c5e45 ](c2c5e45bc6 ))
* incoming rate for the stand-alone credit note ([ad40bfe ](ad40bfe4ea ))
* modify query to fetch valid return qty ([764c71d ](764c71d3e1 ))
* naming series field in bank transaction (backport [#48121 ](https://github.com/frappe/erpnext/issues/48121 )) ([#48149 ](https://github.com/frappe/erpnext/issues/48149 )) ([f0ddf1b ](f0ddf1b223 ))
* **open_opportunity:** remove company=null filter (backport [#48222 ](https://github.com/frappe/erpnext/issues/48222 )) ([#48224 ](https://github.com/frappe/erpnext/issues/48224 )) ([2d7a7d9 ](2d7a7d9988 ))
* permission issue during reposting ([6896216 ](6896216276 ))
* pos item details fetch uoms on stock settings allow_uom_with_conversion_rate_defined_in_item configuration (backport [#48178 ](https://github.com/frappe/erpnext/issues/48178 )) ([#48179 ](https://github.com/frappe/erpnext/issues/48179 )) ([991ddfe ](991ddfe187 ))
* pos item price in get_item and item search (backport [#47925 ](https://github.com/frappe/erpnext/issues/47925 )) ([#48217 ](https://github.com/frappe/erpnext/issues/48217 )) ([f8cfbda ](f8cfbda4e0 ))
* resolved conflicts ([881dcf8 ](881dcf817f ))
* SABB validation during the LCV ([b3d337a ](b3d337a45b ))
* setup wizard load chart of accounts and fiscal year on change of country (backport [#48125 ](https://github.com/frappe/erpnext/issues/48125 )) ([#48128 ](https://github.com/frappe/erpnext/issues/48128 )) ([f85b08d ](f85b08d2f5 ))
* stock adjustment entry to make stock balance zero (backport [#48245 ](https://github.com/frappe/erpnext/issues/48245 )) ([#48247 ](https://github.com/frappe/erpnext/issues/48247 )) ([41d22d0 ](41d22d0255 ))
* stock reconciliation validation for serial and batch ([89376dd ](89376ddf8d ))
* target inventory dimension for stock entry ([4e70005 ](4e70005937 ))
* Update indexing to populate correct values in trends report chart ([24f892d ](24f892d582 ))
* update journal entry title on amend ([4341ac7 ](4341ac7e7a ))
* Update transaction currency to company currency to show correct currency symbol ([651b952 ](651b9521b9 ))
* use currency from opportunity while creating quotation ([#45540 ](https://github.com/frappe/erpnext/issues/45540 )) ([a6c5738 ](a6c5738f4b ))
* use set_query on sales_order link field in work order ([b33bec4 ](b33bec4dad ))
### Features
* add naming series for Contract Doctype ([b3c43e8 ](b3c43e8527 ))
* add search field for contract doctype ([27b5d94 ](27b5d9493a ))
v15.66.0
2025-06-25 04:48:04 +00:00
ruthra kumar
ecd30c5809
Merge pull request #48229 from frappe/version-15-hotfix
...
chore: release v15
2025-06-25 10:16:37 +05:30
mergify[bot]
41d22d0255
fix: stock adjustment entry to make stock balance zero (backport #48245 ) ( #48247 )
...
fix: stock adjustment entry to make stock balance zero (#48245 )
(cherry picked from commit 66eeda6410 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2025-06-24 22:16:24 +05:30
ruthra kumar
a913cfea7e
Merge pull request #48239 from frappe/mergify/bp/version-15-hotfix/pr-45540
...
fix: use currency from opportunity while creating quotation (backport #45540 )
2025-06-24 19:35:10 +05:30
Sugesh G
a6c5738f4b
fix: use currency from opportunity while creating quotation ( #45540 )
...
(cherry picked from commit d748b491ee )
2025-06-24 12:10:24 +00:00
ruthra kumar
3a6956ba05
Merge pull request #48230 from frappe/mergify/bp/version-15-hotfix/pr-47627
...
fix: auto append_taxes_from_item_tax_template in backend (backport #47627 )
2025-06-24 17:38:14 +05:30
ruthra kumar
1deadb8daa
Merge pull request #48236 from frappe/mergify/bp/version-15-hotfix/pr-48226
...
Trends reports (backport #48226 )
2025-06-24 17:36:44 +05:30
ruthra kumar
463ad0a163
Merge pull request #48235 from frappe/mergify/bp/version-15-hotfix/pr-48079
...
fix: get already billed amount from current doc instead of database (backport #48079 )
2025-06-24 17:35:37 +05:30
ljain112
f6bb86574e
chore: fix test case for auto tax appending
2025-06-24 16:45:41 +05:30
Khushi Rawat
889a14b557
Merge pull request #48120 from aerele/fix/asset-invoice-cancel-validation
...
fix(asset-invoice): handle asset invoice cancellation
2025-06-24 16:24:18 +05:30
ljain112
0b96e1e3ef
chore: resolve conflicts
2025-06-24 15:52:24 +05:30
Karuppasamy923
24f892d582
fix: Update indexing to populate correct values in trends report chart
...
(cherry picked from commit b08d66113c )
2025-06-24 10:18:44 +00:00
Karuppasamy923
651b9521b9
fix: Update transaction currency to company currency to show correct currency symbol
...
(cherry picked from commit b0e201a332 )
2025-06-24 10:18:44 +00:00
Lakshit Jain
c2c5e45bc6
fix: get already billed amount from current doc instead of database ( #48079 )
...
* fix: get already billed amount from current doc instead of database
* fix: throw overbilling validation for all items in single call
* refactor: minor fixes
---------
Co-authored-by: Sagar Vora <16315650+sagarvora@users.noreply.github.com >
(cherry picked from commit 47c3c4808e )
2025-06-24 10:11:43 +00:00
ljain112
1ccdb67c55
chore: resolve conflicts
2025-06-24 15:31:34 +05:30
ljain112
2bf8dffb60
fix: auto append_taxes_from_item_tax_template in backend
...
(cherry picked from commit 4cb1fa2b6b )
# Conflicts:
# erpnext/controllers/accounts_controller.py
# erpnext/controllers/tests/test_accounts_controller.py
2025-06-24 09:48:21 +00:00
mergify[bot]
6511eb4c7c
refactor: track completed app setup wizards and re-run the setup wizard upon new app installation. (backport #47691 ) ( #48223 )
...
* refactor: track completed app setup wizards and re-run the setup wizard upon new app installation. (#47691 )
(cherry picked from commit 75b5ba6e67 )
# Conflicts:
# erpnext/hooks.py
# erpnext/setup/install.py
* chore: fix conflicts
* chore: fix conflicts
* chore: fix conflicts
* fix: permission issue
* fix: space
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2025-06-24 14:51:15 +05:30
Mihir Kandoi
5aed023434
Merge pull request #48225 from frappe/mergify/bp/version-15-hotfix/pr-48078
...
fix: fallback expense account and cost center in subcontracting receipt (backport #48078 )
2025-06-24 12:14:28 +05:30
rohitwaghchaure
764c81a146
Merge pull request #48215 from frappe/mergify/bp/version-15-hotfix/pr-48195
...
fix: incoming rate for the stand-alone credit note (backport #48195 )
2025-06-24 12:02:17 +05:30
mergify[bot]
2d7a7d9988
fix(open_opportunity): remove company=null filter (backport #48222 ) ( #48224 )
...
* fix(open_opportunity): remove company=null filter (#48222 )
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
(cherry picked from commit c8c1c96298 )
# Conflicts:
# erpnext/crm/number_card/open_opportunity/open_opportunity.json
* chore: resolve conflicts
---------
Co-authored-by: Akhil Narang <me@akhilnarang.dev >
2025-06-24 11:56:08 +05:30
Mihir Kandoi
ac22c422c8
fix: fallback expense account and cost center in subcontracting receipt
...
(cherry picked from commit cf1d4362e5 )
2025-06-24 06:20:50 +00:00
rohitwaghchaure
f560286610
chore: fix conflicts
2025-06-24 11:34:04 +05:30
ruthra kumar
19a6ce3605
Merge pull request #48220 from frappe/mergify/bp/version-15-hotfix/pr-48180
...
fix: update journal entry title on amend (backport #48180 )
2025-06-24 10:11:28 +05:30
ravibharathi656
4341ac7e7a
fix: update journal entry title on amend
...
(cherry picked from commit 4a3ee4df29 )
2025-06-24 04:04:04 +00:00
ruthra kumar
866780b383
Merge pull request #48212 from frappe/mergify/bp/version-15-hotfix/pr-48162
...
fix: add validation for exchange gain/loss entries (backport #48162 )
2025-06-24 09:19:14 +05:30
ruthra kumar
ca2f4e801e
Merge pull request #48213 from frappe/mergify/bp/version-15-hotfix/pr-48053
...
fix: add descendants item groups to fetch the barcode items (backport #48053 )
2025-06-24 09:18:19 +05:30
mergify[bot]
f8cfbda4e0
fix: pos item price in get_item and item search (backport #47925 ) ( #48217 )
...
fix: pos item price in get_item and item search (#47925 )
* fix: pos get item and item search
* refactor: resolved linter issue and renamed variables
* fix: uom on get_item
* fix: incorrect item quantity on pos selector
* refactor: remove unused import
(cherry picked from commit 919684a787 )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-06-23 22:42:47 +05:30
Rohit Waghchaure
ad40bfe4ea
fix: incoming rate for the stand-alone credit note
...
(cherry picked from commit b06eca8dcb )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2025-06-23 15:40:49 +00:00
pugazhendhivelu
5cabdbfe06
fix: add descendants item groups to fetch the barcode items
...
(cherry picked from commit 4b82fe2611 )
2025-06-23 14:01:23 +00:00
i-am-vimal
153ed04161
fix: add validation for exchange gain/loss entries
...
(cherry picked from commit 5c9eddd31e )
2025-06-23 14:00:09 +00:00
ruthra kumar
78013d3d8f
Merge pull request #48209 from frappe/mergify/bp/version-15-hotfix/pr-48200
...
chore: better label and desciption for pegged currency flag (backport #48200 )
2025-06-23 19:29:40 +05:30
ruthra kumar
b6dda08290
chore: better label and desciption for pegged currency flag
...
(cherry picked from commit c5cd7d91c4 )
2025-06-23 12:14:42 +00:00
ruthra kumar
1ea876bc7a
Merge pull request #48199 from frappe/mergify/bp/version-15-hotfix/pr-48096
...
fix: add party and party_name columns to trend reports (backport #48096 )
2025-06-23 15:58:34 +05:30
ruthra kumar
b92662a095
Merge pull request #48197 from frappe/mergify/bp/version-15-hotfix/pr-48186
...
fix: add is_group filter for warehouse (backport #48186 )
2025-06-23 15:44:29 +05:30
Karuppasamy923
ceab26d5f1
fix: add party and party_name columns to trend reports
...
(cherry picked from commit d05204a960 )
2025-06-23 10:12:18 +00:00
Karuppasamy923
ad0819feee
fix: add is_group filter for warehouse
...
(cherry picked from commit a29ae9cf90 )
2025-06-23 10:07:10 +00:00
rohitwaghchaure
c5bf889391
Merge pull request #48182 from frappe/mergify/bp/version-15-hotfix/pr-48181
...
fix: SABB validation during the LCV (backport #48181 )
2025-06-22 12:17:04 +05:30
Khushi Rawat
7303ee4bea
Merge pull request #48175 from frappe/mergify/bp/version-15-hotfix/pr-48151
...
fix: duplicate naming issue in contract doctype (backport #48151 )
2025-06-22 00:47:47 +05:30
Rohit Waghchaure
b3d337a45b
fix: SABB validation during the LCV
...
(cherry picked from commit e958f886d3 )
2025-06-20 15:55:02 +00:00
mergify[bot]
991ddfe187
fix: pos item details fetch uoms on stock settings allow_uom_with_conversion_rate_defined_in_item configuration (backport #48178 ) ( #48179 )
...
fix: pos item details fetch uoms on stock settings allow_uom_with_conversion_rate_defined_in_item configuration (#48178 )
(cherry picked from commit 4aa4942a17 )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-06-20 16:23:42 +05:30
Khushi Rawat
881dcf817f
fix: resolved conflicts
2025-06-20 14:23:02 +05:30
khushi8112
c07d5b6dec
chore: remove unused import
...
(cherry picked from commit a1c0727d7b )
2025-06-20 07:29:35 +00:00
khushi8112
4c2f555379
refactor: remove test case
...
(cherry picked from commit 4a027125bc )
2025-06-20 07:29:35 +00:00
khushi8112
27b5d9493a
feat: add search field for contract doctype
...
(cherry picked from commit 0665691b88 )
2025-06-20 07:29:35 +00:00
khushi
b3c43e8527
feat: add naming series for Contract Doctype
...
(cherry picked from commit bf56c73c6c )
# Conflicts:
# erpnext/crm/doctype/contract/contract.json
2025-06-20 07:29:35 +00:00
khushi
1005ee64cd
refactor: remove autoname
...
(cherry picked from commit a4bb7c4e95 )
2025-06-20 07:29:34 +00:00
khushi
8150638519
chore: linters check
...
(cherry picked from commit f7e63936a9 )
2025-06-20 07:29:34 +00:00
khushi
194e15fe6e
chore: test contract autoname
...
(cherry picked from commit b55d1e61c7 )
2025-06-20 07:29:34 +00:00
khushi
1223f5551f
fix: contract autoname
...
(cherry picked from commit e13e2bffe2 )
2025-06-20 07:29:33 +00:00
mergify[bot]
f0ddf1b223
fix: naming series field in bank transaction (backport #48121 ) ( #48149 )
...
fix: naming series field in bank transaction (#48121 )
* fix: naming series field in bank transaction
* fix: default naming_series
(cherry picked from commit c94764ab52 )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-06-20 11:52:53 +05:30