Frappe PR Bot
b6902ef960
chore(release): Bumped to Version 15.105.0
...
# [15.105.0](https://github.com/frappe/erpnext/compare/v15.104.3...v15.105.0 ) (2026-04-21)
### Bug Fixes
* add portal user ownership check to supplier quotation (backport [#54298 ](https://github.com/frappe/erpnext/issues/54298 )) ([#54299 ](https://github.com/frappe/erpnext/issues/54299 )) ([1e4cafa ](1e4cafaa0e ))
* changed qty validation from qty field to stock_qty (backport [#54352 ](https://github.com/frappe/erpnext/issues/54352 )) ([#54356 ](https://github.com/frappe/erpnext/issues/54356 )) ([1ccbc9f ](1ccbc9f621 ))
* clear conditions table when calculate_based_on is set to Fixed ([35bd437 ](35bd43775c ))
* clear shipping rule conditions for fixed shipping rule ([9e10ecc ](9e10ecc4cb ))
* **dashboard-trends:** set default fiscal year and company before val… (backport [#54339 ](https://github.com/frappe/erpnext/issues/54339 )) ([#54399 ](https://github.com/frappe/erpnext/issues/54399 )) ([799f897 ](799f897036 ))
* fetch item tax template from item group when creating item ([#54405 ](https://github.com/frappe/erpnext/issues/54405 )) ([ffa0268 ](ffa0268a57 ))
* move make_dimension_in_accounting_doctypes from after_insert to on_update (backport [#54172 ](https://github.com/frappe/erpnext/issues/54172 )) ([#54317 ](https://github.com/frappe/erpnext/issues/54317 )) ([d9d8fc6 ](d9d8fc6912 ))
* negative batch report showing same batch-warehouse multiple times ([3229fce ](3229fce9a5 ))
* non-collapsible in customer quick entry ([9ee0594 ](9ee059465a ))
* **pos_invoice_item:** fetch `grant_commission` from `item_code` (backport [#54413 ](https://github.com/frappe/erpnext/issues/54413 )) ([#54417 ](https://github.com/frappe/erpnext/issues/54417 )) ([813f464 ](813f4644a0 ))
* reset base_rounded_total when rounded_total resets (backport [#54241 ](https://github.com/frappe/erpnext/issues/54241 )) ([#54303 ](https://github.com/frappe/erpnext/issues/54303 )) ([28367ac ](28367ac966 ))
* **vat audit report:** fallback to item name when item code is missing ([#54049 ](https://github.com/frappe/erpnext/issues/54049 )) ([2c1ea8d ](2c1ea8d30c ))
### Features
* enhance tax withholding details report with additional columns support (backport [#54409 ](https://github.com/frappe/erpnext/issues/54409 )) ([#54432 ](https://github.com/frappe/erpnext/issues/54432 )) ([e223260 ](e22326065d ))
v15.105.0
2026-04-21 19:53:50 +00:00
diptanilsaha
489ff20021
Merge pull request #54438 from frappe/version-15-hotfix
2026-04-22 01:22:15 +05:30
diptanilsaha
bd957a9bbc
Revert "feat: enhance tax withholding details report with additional columns support (backport #54409 )" ( #54458 )
2026-04-21 18:49:08 +00:00
Lakshit Jain
e22326065d
feat: enhance tax withholding details report with additional columns support (backport #54409 ) ( #54432 )
2026-04-22 00:02:19 +05:30
Ravibharathi
bd4eb71205
Merge pull request #54423 from frappe/mergify/bp/version-15-hotfix/pr-54415
...
fix: clear conditions table when calculate_based_on is set to Fixed (backport #54415 )
2026-04-20 19:44:36 +05:30
ravibharathi656
9e10ecc4cb
fix: clear shipping rule conditions for fixed shipping rule
...
(cherry picked from commit d6bb0ae093 )
2026-04-20 13:53:03 +00:00
sarathibalamurugan
35bd43775c
fix: clear conditions table when calculate_based_on is set to Fixed
...
(cherry picked from commit d73920be12 )
2026-04-20 13:53:02 +00:00
mergify[bot]
813f4644a0
fix(pos_invoice_item): fetch grant_commission from item_code (backport #54413 ) ( #54417 )
...
* fix(pos_invoice_item): fetch `grant_commission` from `item_code` (#54413 )
(cherry picked from commit 6c51e4cd1f )
# Conflicts:
# erpnext/accounts/doctype/pos_invoice_item/pos_invoice_item.json
* chore: resolve conflicts
---------
Co-authored-by: diptanilsaha <diptanil@frappe.io >
2026-04-20 11:48:06 +00:00
Ravibharathi
2c1ea8d30c
fix(vat audit report): fallback to item name when item code is missing ( #54049 )
...
* fix(vat audit report): fallback to item name when item code is missing
* fix: validate south africa company selection
* fix: simplify parent item lookup
* fix: handle missing item mapping
* fix: use list instead of set
2026-04-20 15:56:37 +05:30
Pandiyan P
ffa0268a57
fix: fetch item tax template from item group when creating item ( #54405 )
2026-04-20 11:58:16 +05:30
mergify[bot]
1ccbc9f621
fix: changed qty validation from qty field to stock_qty (backport #54352 ) ( #54356 )
...
fix: changed qty validation from qty field to stock_qty (#54352 )
(cherry picked from commit ba01d66c24 )
Co-authored-by: Jatin3128 <140256508+Jatin3128@users.noreply.github.com >
2026-04-20 10:53:44 +05:30
mergify[bot]
799f897036
fix(dashboard-trends): set default fiscal year and company before val… (backport #54339 ) ( #54399 )
...
* fix(dashboard-trends): set default fiscal year and company before val… (#54339 )
* fix(dashboard-trends): set default fiscal year and company before validating filters Ensure and are populated with default values
* fix(dashboard-trends): ensure fiscal_year and company are properly set before validation to avoid empty filter issues
* Update erpnext/controllers/trends.py
---------
Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com >
(cherry picked from commit d61b5fd5f6 )
# Conflicts:
# erpnext/controllers/trends.py
* chore: resolve conflicts
---------
Co-authored-by: Ahmed AbuKhatwa <82771130+AhmedAbokhatwa@users.noreply.github.com >
Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com >
2026-04-19 19:34:19 +05:30
mergify[bot]
6b7bdfdfd3
Fix : None handling in pricing rule free item quantity calculation (backport #54375 ) ( #54395 )
...
Fix : None handling in pricing rule free item quantity calculation (#54375 )
* fix(pricing_rule): handle None qty in transaction_qty calculation
* Update erpnext/accounts/doctype/pricing_rule/utils.py
---------
(cherry picked from commit 82438d6c72 )
Co-authored-by: Jaganath-Tridots <jaganath@tridotstech.com >
Co-authored-by: Jagan <jagan@DESKTOP-HPDMQ06.localdomain >
Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com >
2026-04-19 07:57:37 +00:00
rohitwaghchaure
e3374933ed
Merge pull request #54359 from frappe/mergify/bp/version-15-hotfix/pr-54354
...
fix: negative batch report showing same batch-warehouse multiple times (backport #54354 )
2026-04-17 21:26:16 +05:30
Rohit Waghchaure
3229fce9a5
fix: negative batch report showing same batch-warehouse multiple times
...
(cherry picked from commit 700572980d )
2026-04-17 15:41:47 +00:00
mergify[bot]
d9d8fc6912
fix: move make_dimension_in_accounting_doctypes from after_insert to on_update (backport #54172 ) ( #54317 )
...
* fix: move make_dimension_in_accounting_doctypes from after_insert to on_update
(cherry picked from commit ee067e6015 )
# Conflicts:
# erpnext/accounts/doctype/accounting_dimension/accounting_dimension.py
* chore: resolve conflicts in accounting_dimension.py
---------
Co-authored-by: Shllokkk <shllokosan23@gmail.com >
2026-04-17 15:14:17 +05:30
mergify[bot]
28367ac966
fix: reset base_rounded_total when rounded_total resets (backport #54241 ) ( #54303 )
...
* fix: reset base_rounded_total when rounded_total resets
(cherry picked from commit f8d278b733 )
# Conflicts:
# erpnext/controllers/tests/test_taxes_and_totals.py
# erpnext/public/js/controllers/taxes_and_totals.js
* chore: spelling mistake
(cherry picked from commit e2ac476587 )
* chore: resolve conflicts
---------
Co-authored-by: ljain112 <ljain112@gmail.com >
2026-04-16 10:39:57 +05:30
NaviN
67632e81d0
Merge pull request #54308 from frappe/mergify/bp/version-15-hotfix/pr-54306
...
fix: non-collapsible in customer quick entry (backport #54306 )
2026-04-15 17:32:16 +05:30
PKSowmiya05
9ee059465a
fix: non-collapsible in customer quick entry
...
(cherry picked from commit 53e120269d )
2026-04-15 11:56:39 +00:00
mergify[bot]
1e4cafaa0e
fix: add portal user ownership check to supplier quotation (backport #54298 ) ( #54299 )
...
Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com >
fix: add portal user ownership check to supplier quotation (#54298 )
2026-04-15 06:07:23 +00:00
Frappe PR Bot
fc3ceff42f
chore(release): Bumped to Version 15.104.3
...
## [15.104.3](https://github.com/frappe/erpnext/compare/v15.104.2...v15.104.3 ) (2026-04-14)
### Bug Fixes
* account change in warehouse (backport [#54182 ](https://github.com/frappe/erpnext/issues/54182 )) ([#54204 ](https://github.com/frappe/erpnext/issues/54204 )) ([430705f ](430705f56c ))
* hardcoded precision causing decimal issues ([7754504 ](77545042a5 ))
* inventory dimension patch (backport [#54141 ](https://github.com/frappe/erpnext/issues/54141 )) ([#54145 ](https://github.com/frappe/erpnext/issues/54145 )) ([deb67db ](deb67db4a0 ))
* inventory dimension patch (backport [#54147 ](https://github.com/frappe/erpnext/issues/54147 )) ([#54148 ](https://github.com/frappe/erpnext/issues/54148 )) ([a56d698 ](a56d6984d1 ))
* inventory dimensions should not be mandatory unnecesarily (backport [#54064 ](https://github.com/frappe/erpnext/issues/54064 )) ([#54133 ](https://github.com/frappe/erpnext/issues/54133 )) ([a26c845 ](a26c845332 ))
* last SLE not updated in the file ([8408e81 ](8408e81335 ))
* **list_opportunity_report:** parameterized `lost_reason` ([#54160 ](https://github.com/frappe/erpnext/issues/54160 )) ([1604c21 ](1604c21602 ))
* make operation mandatory when any sub operation row is added (backport [#54245 ](https://github.com/frappe/erpnext/issues/54245 )) ([#54247 ](https://github.com/frappe/erpnext/issues/54247 )) ([cbe5ad6 ](cbe5ad6337 ))
* preserve asset movement field properties after save ([a87015e ](a87015e8e6 ))
* quality inspection item code fetch perm issue (backport [#54121 ](https://github.com/frappe/erpnext/issues/54121 )) ([#54126 ](https://github.com/frappe/erpnext/issues/54126 )) ([bcd6d99 ](bcd6d99549 ))
* remove unneccessary function for serial no status updation (backport [#54191 ](https://github.com/frappe/erpnext/issues/54191 )) ([#54196 ](https://github.com/frappe/erpnext/issues/54196 )) ([cb24d94 ](cb24d9404d ))
* **sales invoice:** toggle Get Items From button based on is_return and POS view (backport [#52594 ](https://github.com/frappe/erpnext/issues/52594 )) ([#54138 ](https://github.com/frappe/erpnext/issues/54138 )) ([5de4102 ](5de4102dda ))
* sanitize genericode import inputs and secure XML parser (backport [#53302 ](https://github.com/frappe/erpnext/issues/53302 )) ([#54174 ](https://github.com/frappe/erpnext/issues/54174 )) ([76e910e ](76e910e8c0 ))
* set default posting time in RIV ([6e438e7 ](6e438e71eb ))
* **stock:** remove float precision to fix precision issue (backport [#54284 ](https://github.com/frappe/erpnext/issues/54284 )) ([#54288 ](https://github.com/frappe/erpnext/issues/54288 )) ([0e9b3b4 ](0e9b3b459a ))
* **stock:** update bin to zero when no previous sle exists (backport [#54236 ](https://github.com/frappe/erpnext/issues/54236 )) ([#54263 ](https://github.com/frappe/erpnext/issues/54263 )) ([46a1c6f ](46a1c6fda0 ))
* update return value in workstation list view indicator (backport [#54198 ](https://github.com/frappe/erpnext/issues/54198 )) ([#54200 ](https://github.com/frappe/erpnext/issues/54200 )) ([0a3f9f0 ](0a3f9f0b9f ))
* update_nsm only in warehouse creation ([#54165 ](https://github.com/frappe/erpnext/issues/54165 )) ([e9c1a09 ](e9c1a09af3 ))
v15.104.3
2026-04-14 18:20:17 +00:00
diptanilsaha
c74a44e526
Merge pull request #54282 from frappe/version-15-hotfix
2026-04-14 23:48:43 +05:30
mergify[bot]
8b3d65ae78
Revert "fix: sync paid and received amount" (backport #54238 ) ( #54292 )
...
Co-authored-by: Vishnu Priya Baskaran <145791817+ervishnucs@users.noreply.github.com >
fix: sync paid and received amount" (#54238 )
2026-04-14 22:27:04 +05:30
mergify[bot]
0e9b3b459a
fix(stock): remove float precision to fix precision issue (backport #54284 ) ( #54288 )
...
Co-authored-by: Sudharsanan Ashok <135326972+Sudharsanan11@users.noreply.github.com >
fix(stock): remove float precision to fix precision issue (#54284 )
2026-04-14 11:33:23 +00:00
mergify[bot]
46a1c6fda0
fix(stock): update bin to zero when no previous sle exists (backport #54236 ) ( #54263 )
...
Co-authored-by: Sudharsanan Ashok <135326972+Sudharsanan11@users.noreply.github.com >
fix(stock): update bin to zero when no previous sle exists (#54236 )
2026-04-13 15:49:45 +00:00
mergify[bot]
cbe5ad6337
fix: make operation mandatory when any sub operation row is added (backport #54245 ) ( #54247 )
...
Co-authored-by: Sudarshan <73628063+sudarsan2001@users.noreply.github.com >
fix: make operation mandatory when any sub operation row is added (#54245 )
2026-04-13 21:06:05 +05:30
mergify[bot]
17ce550417
Fix(bom): refetch the rate of item when 'source_from_supplier' is updated (backport #54187 ) ( #54207 )
...
Co-authored-by: Sambhav Saxena <76242518+sambhavsaxena@users.noreply.github.com >
Fix(bom): refetch the rate of item when 'source_from_supplier' is updated (#54187 )
2026-04-10 23:44:55 +05:30
mergify[bot]
430705f56c
fix: account change in warehouse (backport #54182 ) ( #54204 )
...
Co-authored-by: nishkagosalia <nishka.gosalia@gmail.com >
2026-04-10 20:32:33 +05:30
mergify[bot]
0a3f9f0b9f
fix: update return value in workstation list view indicator (backport #54198 ) ( #54200 )
...
Co-authored-by: Praveenkumar Dhanasekar <164200710+Praveenku-mar@users.noreply.github.com >
fix: update return value in workstation list view indicator (#54198 )
2026-04-10 16:50:32 +05:30
mergify[bot]
cb24d9404d
fix: remove unneccessary function for serial no status updation (backport #54191 ) ( #54196 )
...
Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com >
fix: remove unneccessary function for serial no status updation (#54191 )
2026-04-10 10:53:04 +00:00
Nishka Gosalia
bc6780d4c7
Merge pull request #54179 from frappe/revert-54170-mergify/bp/version-15-hotfix/pr-54165
...
fix: update_nsm only in warehouse creation (backport #54165 )"
2026-04-09 18:31:00 +05:30
Nishka Gosalia
8b16c310f4
Revert "fix: update_nsm only in warehouse creation (backport #54165 )"
2026-04-09 18:12:46 +05:30
mergify[bot]
76e910e8c0
fix: sanitize genericode import inputs and secure XML parser (backport #53302 ) ( #54174 )
...
Co-authored-by: Shllokkk <shllokosan23@gmail.com >
2026-04-09 11:30:24 +00:00
Frappe PR Bot
8aede87290
chore(release): Bumped to Version 15.104.2
...
## [15.104.2](https://github.com/frappe/erpnext/compare/v15.104.1...v15.104.2 ) (2026-04-09)
### Bug Fixes
* set default posting time in RIV ([041f99c ](041f99c926 ))
v15.104.2
2026-04-09 11:15:07 +00:00
rohitwaghchaure
1b2c7ca21f
Merge pull request #54169 from frappe/mergify/bp/version-15/pr-54162
...
fix: set default posting time in RIV (backport #54161 ) (backport #54162 )
2026-04-09 16:43:37 +05:30
Nishka Gosalia
c44ec7eab4
Merge pull request #54170 from frappe/mergify/bp/version-15-hotfix/pr-54165
...
fix: update_nsm only in warehouse creation (backport #54165 )
2026-04-09 16:29:32 +05:30
Nishka Gosalia
e9c1a09af3
fix: update_nsm only in warehouse creation ( #54165 )
...
(cherry picked from commit b0e3fa3979 )
2026-04-09 10:28:14 +00:00
rohitwaghchaure
db3a40409f
chore: fix conflicts
...
Removed unused method reset_repost_only_accounting_ledgers and fixed the validate method to set default posting time.
(cherry picked from commit 2df574baae )
2026-04-09 09:58:50 +00:00
Rohit Waghchaure
041f99c926
fix: set default posting time in RIV
...
(cherry picked from commit a7ece65536 )
# Conflicts:
# erpnext/stock/doctype/repost_item_valuation/repost_item_valuation.py
(cherry picked from commit 6e438e71eb )
2026-04-09 09:58:50 +00:00
rohitwaghchaure
8843068da9
Merge pull request #54162 from frappe/mergify/bp/version-15-hotfix/pr-54161
...
fix: set default posting time in RIV (backport #54161 )
2026-04-09 15:28:12 +05:30
rohitwaghchaure
2df574baae
chore: fix conflicts
...
Removed unused method reset_repost_only_accounting_ledgers and fixed the validate method to set default posting time.
2026-04-09 14:24:07 +05:30
Rohit Waghchaure
6e438e71eb
fix: set default posting time in RIV
...
(cherry picked from commit a7ece65536 )
# Conflicts:
# erpnext/stock/doctype/repost_item_valuation/repost_item_valuation.py
2026-04-09 08:26:57 +00:00
diptanilsaha
1604c21602
fix(list_opportunity_report): parameterized lost_reason ( #54160 )
2026-04-09 07:23:12 +00:00
Aarol D'Souza
97c4cd140b
Merge pull request #54157 from frappe/mergify/bp/version-15-hotfix/pr-54129
...
refactor: update reset password method name (backport #54129 )
2026-04-09 12:30:37 +05:30
mergify[bot]
9d64d4ac05
Merge branch 'version-15-hotfix' into mergify/bp/version-15-hotfix/pr-54129
2026-04-09 06:42:06 +00:00
mergify[bot]
5de4102dda
fix(sales invoice): toggle Get Items From button based on is_return and POS view (backport #52594 ) ( #54138 )
...
Co-authored-by: NaviN <118178330+Navin-S-R@users.noreply.github.com >
Co-authored-by: Navin-S-R <navin@aerele.in >
fix(sales invoice): toggle Get Items From button based on is_return and POS view (#52594 )
2026-04-09 11:58:07 +05:30
AarDG10
39a473455d
refactor: update reset password method name
...
(cherry picked from commit c4d74483e1 )
2026-04-09 06:23:37 +00:00
Frappe PR Bot
b88f3f69b0
chore(release): Bumped to Version 15.104.1
...
## [15.104.1](https://github.com/frappe/erpnext/compare/v15.104.0...v15.104.1 ) (2026-04-09)
### Bug Fixes
* last SLE not updated in the file ([3a2dc6f ](3a2dc6f9ee ))
v15.104.1
2026-04-09 05:20:24 +00:00
rohitwaghchaure
dba8abbabf
Merge pull request #54154 from frappe/mergify/bp/version-15/pr-54150
...
fix: last SLE not updated in the file (backport #54132 ) (backport #54150 )
2026-04-09 10:48:53 +05:30
rohitwaghchaure
c1591c37db
chore: fix conflicts
...
(cherry picked from commit c70259687a )
2026-04-09 04:48:38 +00:00