ruthra kumar
c69f3d330a
Merge pull request #51712 from frappe/version-14-hotfix
...
chore: release v14
2026-01-13 20:13:30 +05:30
ruthra kumar
dbfd4ea4d3
Merge pull request #51331 from frappe/mergify/bp/version-14-hotfix/pr-50413
...
fix: don't duplicate default income account to Item (backport #50413 )
2026-01-12 20:34:03 +05:30
barredterra
8d28dcb18b
chore: resolve conflicts
2026-01-11 17:59:27 +01:00
rohitwaghchaure
4b0ddbf73a
Merge pull request #51591 from frappe/mergify/bp/version-14-hotfix/pr-51588
...
fix: negative stock issue for higher precision (backport #51586 ) (backport #51588 )
2026-01-08 16:11:20 +05:30
rohitwaghchaure
cddf1e1ee5
chore: fix conflicts
...
Refactor delivery note tests to improve clarity and organization. Remove redundant test cases and ensure proper valuation checks for batch and serial items.
2026-01-08 15:18:53 +05:30
rohitwaghchaure
22e5aba02b
chore: fix conflicts
...
Refactor test cases for delivery notes to handle negative stock and higher precision.
(cherry picked from commit 5193dbba9b )
2026-01-08 09:35:44 +00:00
Rohit Waghchaure
21d13859a0
fix: negative stock issue for higher precision
...
(cherry picked from commit 87be020c78 )
# Conflicts:
# erpnext/stock/doctype/delivery_note/test_delivery_note.py
(cherry picked from commit 1bbeecff12 )
# Conflicts:
# erpnext/stock/doctype/delivery_note/test_delivery_note.py
2026-01-08 09:35:44 +00:00
Frappe PR Bot
18fbe69892
chore(release): Bumped to Version 14.92.9
...
## [14.92.9](https://github.com/frappe/erpnext/compare/v14.92.8...v14.92.9 ) (2026-01-07)
### Bug Fixes
* update filters on period closing voucher ([6499a1d ](6499a1dae0 ))
v14.92.9
2026-01-07 04:58:04 +00:00
ruthra kumar
f2043baf36
Merge pull request #51539 from frappe/version-14-hotfix
...
chore: release v14
2026-01-07 10:26:40 +05:30
ruthra kumar
6267b9aea5
Merge pull request #51486 from frappe/mergify/bp/version-14-hotfix/pr-51467
...
fix: update filters on period closing voucher (backport #51467 )
2026-01-05 10:53:20 +05:30
SowmyaArunachalam
6499a1dae0
fix: update filters on period closing voucher
...
(cherry picked from commit 7ab1e1f677 )
2026-01-05 05:20:31 +00:00
Sagar Vora
478992812f
Merge pull request #51410 from frappe/revert-51302-pin-urllib3
2025-12-31 13:22:41 +05:30
Sagar Vora
634dd11d72
Revert "fix(deps): pin urllib3"
2025-12-31 13:18:09 +05:30
Frappe PR Bot
29134db5b4
chore(release): Bumped to Version 14.92.8
...
## [14.92.8](https://github.com/frappe/erpnext/compare/v14.92.7...v14.92.8 ) (2025-12-30)
### Bug Fixes
* **stock:** update last incoming rate in serial no doctype ([5e12937 ](5e129374b9 ))
v14.92.8
2025-12-30 13:33:09 +00:00
ruthra kumar
a2597c9608
Merge pull request #51390 from frappe/version-14-hotfix
...
chore: release v14
2025-12-30 19:01:44 +05:30
rohitwaghchaure
0e6586734a
Merge pull request #51365 from aerele/fix/serial-item-incoming-rate
...
fix(stock): update last incoming rate in serial no doctype
2025-12-29 23:31:07 +05:30
Sudharsanan11
5e129374b9
fix(stock): update last incoming rate in serial no doctype
2025-12-29 16:54:09 +05:30
Raffael Meyer
55d2a54785
fix: don't duplicate default income account to Item ( #50413 )
...
* fix: don't duplicate default income account to Item
Only store _Default Income Account_ in **Item** if it's different from the **Company**'s _Default Income Account_.
Resolves #48231
* refactor: move db call out of loop
* docs: add docstring
(cherry picked from commit b6cb9d4799 )
# Conflicts:
# erpnext/controllers/selling_controller.py
2025-12-25 09:23:09 +00:00
Frappe PR Bot
b3bf456ea2
chore(release): Bumped to Version 14.92.7
...
## [14.92.7](https://github.com/frappe/erpnext/compare/v14.92.6...v14.92.7 ) (2025-12-24)
### Bug Fixes
* available qty not fetched on selection of batch ([9841438 ](98414385e5 ))
* **deps:** pin urllib3<2 ([1dee100 ](1dee10077c ))
* disable uv ([d713f39 ](d713f39fce ))
* **patch:** fallback for frankfurter settings v14 patch ([5c9e0bb ](5c9e0bba2f ))
### Performance Improvements
* optimize company monthly sales query using date range ([#48942 ](https://github.com/frappe/erpnext/issues/48942 )) ([e9c1d0a ](e9c1d0ad52 ))
v14.92.7
2025-12-24 08:23:59 +00:00
rohitwaghchaure
932dc66871
Merge pull request #51279 from frappe/version-14-hotfix
...
chore: release v14
2025-12-24 13:52:30 +05:30
Akhil Narang
3a6d056fd3
Merge pull request #51302 from akhilnarang/pin-urllib3
...
fix(deps): pin urllib3
2025-12-24 12:52:26 +05:30
Akhil Narang
d713f39fce
fix: disable uv
...
Seems to cause an issue with dependency resolution when installation dev dependencies
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2025-12-24 12:29:21 +05:30
Akhil Narang
1dee10077c
fix(deps): pin urllib3<2
...
v2 has breaking changes, and some other ERPNext dependencies pull in newer requests, which has urllib3<3 mentioned.
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2025-12-24 11:26:39 +05:30
ruthra kumar
c86cf5b9c6
Merge pull request #51291 from frappe/mergify/bp/version-14-hotfix/pr-51285
...
fix(patch): handle currency exchange settings frankfurter api update for older versions (backport #51285 )
2025-12-23 20:46:16 +05:30
diptanilsaha
5c9e0bba2f
fix(patch): fallback for frankfurter settings v14 patch
...
(cherry picked from commit 50bb1ce31d )
2025-12-23 12:11:25 +00:00
rohitwaghchaure
793688710a
Merge pull request #51261 from rohitwaghchaure/fixed-support-53592
...
fix: available qty not fetched on selection of batch
2025-12-22 16:52:30 +05:30
Rohit Waghchaure
98414385e5
fix: available qty not fetched on selection of batch
2025-12-22 16:47:38 +05:30
Diptanil Saha
33f7b742ec
Merge pull request #51147 from frappe/mergify/bp/version-14-hotfix/pr-48942
2025-12-17 11:57:24 +05:30
Yash Chaubey
e9c1d0ad52
perf: optimize company monthly sales query using date range ( #48942 )
...
* perf: optimize company monthly sales query using date range instead of DATE_FORMAT
* perf: optimize company monthly sales query using date range
(cherry picked from commit 4ede97ae2b )
2025-12-17 06:07:27 +00:00
Frappe PR Bot
e733b41ab3
chore(release): Bumped to Version 14.92.6
...
## [14.92.6](https://github.com/frappe/erpnext/compare/v14.92.5...v14.92.6 ) (2025-12-16)
### Bug Fixes
* **asset:** calculate depreciation amount for non prorata based schedules ([8de0d60 ](8de0d60581 ))
* **asset:** prorata daily depr amount calculation ([bc58fd1 ](bc58fd1fa4 ))
* **currency exchange settings:** added backward compatibility for frankfurter api ([a15b010 ](a15b010868 ))
* **share balance:** use currency field instead of int for rate and amount ([a299392 ](a299392128 ))
* Short circuit guest perm checks ([6f6cbb7 ](6f6cbb717e ))
* **transaction-deletion:** Add virtual doctypes to the list of ignored doctypes (backport [#51063 ](https://github.com/frappe/erpnext/issues/51063 )) ([#51086 ](https://github.com/frappe/erpnext/issues/51086 )) ([67c0d08 ](67c0d08569 ))
* update expected schedules on test case test_schedule_for_straight_line_method_for_existing_asset ([6ea7393 ](6ea7393f7d ))
v14.92.6
2025-12-16 15:12:25 +00:00
ruthra kumar
39fd4a827c
Merge pull request #51125 from frappe/version-14-hotfix
...
chore: release v14
2025-12-16 20:40:57 +05:30
mergify[bot]
67c0d08569
fix(transaction-deletion): Add virtual doctypes to the list of ignored doctypes (backport #51063 ) ( #51086 )
...
* fix: Add virtual doctypes to the list of ignored doctypes in transaction deletion
(cherry picked from commit c7a7cb2b90 )
* refactor: switch to `or_filters` so the query hits the DB only once
(cherry picked from commit 45a7195abe )
* refactor: remove redundant assignment of doctypes_to_be_ignored_list
(cherry picked from commit 0f7d89f4d1 )
---------
Co-authored-by: KerollesFathy <kerollesfhabib@gmail.com >
2025-12-14 14:31:02 +05:30
Ankush Menat
6f6cbb717e
fix: Short circuit guest perm checks
2025-12-14 12:12:35 +05:30
Diptanil Saha
387657fa92
Merge pull request #51044 from frappe/mergify/bp/version-14-hotfix/pr-51037
...
fix(currency exchange settings): added backward compatibility for frankfurter api (backport #51037 )
2025-12-11 16:27:54 +05:30
Diptanil Saha
ef03d90a08
chore: resolve conflict
2025-12-11 15:58:30 +05:30
diptanilsaha
a15b010868
fix(currency exchange settings): added backward compatibility for frankfurter api
...
(cherry picked from commit 5c2bb66028 )
# Conflicts:
# erpnext/patches.txt
2025-12-11 10:26:17 +00:00
Khushi Rawat
9d00afe1b1
Merge pull request #50964 from aerele/daily-prorata-depr-amount-calculation
...
fix(asset): prorata daily depr amount calculation
2025-12-10 14:22:17 +05:30
Navin-S-R
6ea7393f7d
fix: update expected schedules on test case test_schedule_for_straight_line_method_for_existing_asset
2025-12-10 13:35:57 +05:30
Navin-S-R
8de0d60581
fix(asset): calculate depreciation amount for non prorata based schedules
2025-12-10 12:38:27 +05:30
Diptanil Saha
a67092894f
Merge pull request #51002 from frappe/mergify/bp/version-14-hotfix/pr-51001
...
fix(share balance): use currency field instead of int for rate and amount (backport #51001 )
2025-12-10 10:38:26 +05:30
Diptanil Saha
77b9044d8d
chore: resolve conflict
2025-12-10 09:56:15 +05:30
Diptanil Saha
ba9f571886
chore: resolve conflict
2025-12-10 09:52:37 +05:30
diptanilsaha
a299392128
fix(share balance): use currency field instead of int for rate and amount
...
(cherry picked from commit 2fe5fad884 )
# Conflicts:
# erpnext/accounts/doctype/share_balance/share_balance.json
# erpnext/accounts/doctype/share_balance/share_balance.py
2025-12-10 04:21:05 +00:00
Navin-S-R
bc58fd1fa4
fix(asset): prorata daily depr amount calculation
2025-12-08 15:38:48 +05:30
Frappe PR Bot
1920259180
chore(release): Bumped to Version 14.92.5
...
## [14.92.5](https://github.com/frappe/erpnext/compare/v14.92.4...v14.92.5 ) (2025-12-03)
### Bug Fixes
* **Job Card:** avoid Type Error when completed_qty is None (backport [#50447 ](https://github.com/frappe/erpnext/issues/50447 )) ([#50760 ](https://github.com/frappe/erpnext/issues/50760 )) ([5e05873 ](5e05873226 ))
* update uom when item changes ([a3b120b ](a3b120b3b2 ))
v14.92.5
2025-12-03 05:43:40 +00:00
Diptanil Saha
ea1ca7111d
Merge pull request #50867 from frappe/version-14-hotfix
2025-12-03 11:12:16 +05:30
rohitwaghchaure
10f1c9c3ac
Merge pull request #50763 from aerele/support-52987
...
fix: update uom when item changes
2025-11-26 23:42:32 +05:30
Pugazhendhi Velu
a3b120b3b2
fix: update uom when item changes
2025-11-26 16:07:27 +00:00
mergify[bot]
5e05873226
fix(Job Card): avoid Type Error when completed_qty is None (backport #50447 ) ( #50760 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
fix(Job Card): avoid Type Error when completed_qty is None (#50447 )
2025-11-26 14:55:53 +01:00
ruthra kumar
14a7ab71b4
Merge pull request #50747 from frappe/version-14-hotfix
...
chore: release v14
2025-11-26 10:17:16 +05:30