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
mergify[bot]
db828c08b6
chore: switched frankfurter domain from frankfurter.app to frankfurter.dev (backport #50734 ) ( #50739 )
...
Co-authored-by: diptanilsaha <diptanil@frappe.io >
2025-11-25 15:49:37 +05:30
Frappe PR Bot
993890116b
chore(release): Bumped to Version 14.92.4
...
## [14.92.4](https://github.com/frappe/erpnext/compare/v14.92.3...v14.92.4 ) (2025-11-18)
### Bug Fixes
* current qty in stock reco ([5979683 ](5979683e8e ))
* **process statement of accounts:** use date instead of formatted date ([1ef9471 ](1ef9471c79 ))
v14.92.4
2025-11-18 13:09:28 +00:00
Diptanil Saha
cd437b5a26
Merge pull request #50594 from frappe/version-14-hotfix
2025-11-18 18:37:55 +05:30
Diptanil Saha
e6f505ef81
Merge pull request #50523 from frappe/mergify/bp/version-14-hotfix/pr-49086
...
fix(process statement of accounts): use date instead of formatted date (backport #49086 )
2025-11-13 22:16:06 +05:30
ravibharathi656
1ef9471c79
fix(process statement of accounts): use date instead of formatted date
...
(cherry picked from commit aa3f50ab77 )
2025-11-13 16:24:05 +00:00
rohitwaghchaure
304aad6745
Merge pull request #50490 from frappe/mergify/bp/version-14-hotfix/pr-50487
...
fix: current qty in stock reconciliation (backport #50487 )
2025-11-12 22:49:37 +05:30
rohitwaghchaure
c80fed8b2f
chore: fix conflicts
2025-11-12 13:57:00 +05:30
Rohit Waghchaure
5979683e8e
fix: current qty in stock reco
...
(cherry picked from commit 58315bc963 )
# Conflicts:
# erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py
2025-11-12 08:25:59 +00:00
Frappe PR Bot
457a81123b
chore(release): Bumped to Version 14.92.3
...
## [14.92.3](https://github.com/frappe/erpnext/compare/v14.92.2...v14.92.3 ) (2025-11-11)
### Bug Fixes
* set company before creating asset movement to avoid permission error ([8dc80c9 ](8dc80c948e ))
v14.92.3
2025-11-11 14:42:37 +00:00
Diptanil Saha
d7966183be
Merge pull request #50474 from frappe/version-14-hotfix
2025-11-11 20:11:02 +05:30
Khushi Rawat
367bd58e76
Merge pull request #50378 from frappe/mergify/bp/version-14-hotfix/pr-50367
...
fix: set company before creating asset movement to avoid permission error (backport #50367 )
2025-11-06 10:03:10 +05:30
rehansari26
8dc80c948e
fix: set company before creating asset movement to avoid permission error
...
(cherry picked from commit 8c49c9e500 )
2025-11-05 21:50:18 +00:00
Diptanil Saha
0e3cc120dc
Merge pull request #50334 from frappe/version-14-hotfix
...
chore: release v14
2025-11-04 18:00:16 +05:30
ruthra kumar
b54c5f61d6
Merge pull request #50308 from frappe/mergify/bp/version-14-hotfix/pr-50297
...
chore:there is no company field in bank (backport #50297 )
2025-11-03 14:04:23 +05:30
Nihal Roshan
c51a9025b3
refactor: remove company filter
...
'Bank' doctype has no 'company' field.
(cherry picked from commit f1682ea90e )
2025-11-03 08:31:53 +00:00
Frappe PR Bot
616448f9c9
chore(release): Bumped to Version 14.92.2
...
## [14.92.2](https://github.com/frappe/erpnext/compare/v14.92.1...v14.92.2 ) (2025-10-21)
### Bug Fixes
* do reposting of first transfer entry based on item-wh combination ([85c509e ](85c509ea69 ))
* handle flt conversion for prev_ordered_qty ([9460568 ](94605687c7 ))
v14.92.2
2025-10-21 12:45:22 +00:00
Diptanil Saha
70a8c64ea4
Merge pull request #50181 from frappe/version-14-hotfix
...
chore: release v14
2025-10-21 18:13:40 +05:30
mergify[bot]
00a75d4984
refactor: simplify expression (backport #50168 ) ( #50169 )
...
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
2025-10-19 23:59:31 +02:00
rohitwaghchaure
8b826c2369
Merge pull request #50121 from frappe/mergify/bp/version-14-hotfix/pr-50061
...
fix: do reposting of first transfer entry based on item-wh combination (backport #50061 )
2025-10-16 15:02:52 +05:30
rohitwaghchaure
210786119d
chore: fix conflicts
2025-10-16 00:17:50 +05:30
Rohit Waghchaure
85c509ea69
fix: do reposting of first transfer entry based on item-wh combination
...
(cherry picked from commit 2f25b445ab )
# Conflicts:
# erpnext/stock/stock_ledger.py
2025-10-15 18:44:46 +00:00
Mihir Kandoi
6e35b6b6b3
Merge pull request #50105 from frappe/mergify/bp/version-14-hotfix/pr-50078
...
fix: handle flt conversion for prev_ordered_qty (backport #50078 )
2025-10-15 00:15:14 +05:30
Kavin
94605687c7
fix: handle flt conversion for prev_ordered_qty
...
(cherry picked from commit 77c35ef47f )
2025-10-14 18:10:27 +00:00
Frappe PR Bot
e27518b2d4
chore(release): Bumped to Version 14.92.1
...
## [14.92.1](https://github.com/frappe/erpnext/compare/v14.92.0...v14.92.1 ) (2025-10-14)
### Bug Fixes
* sanitize projects field in tasks webform ([#50089 ](https://github.com/frappe/erpnext/issues/50089 )) ([aadc83d ](aadc83d0d9 ))
v14.92.1
2025-10-14 14:18:29 +00:00
Diptanil Saha
cf71178af6
Merge pull request #50099 from frappe/version-14-hotfix
...
chore: release v14
2025-10-14 19:46:52 +05:30
ruthra kumar
002575244f
Merge pull request #50097 from frappe/mergify/bp/version-14-hotfix/pr-50089
...
fix: sanitize projects field in tasks webform (backport #50089 )
2025-10-14 19:22:52 +05:30
Akhil Narang
aadc83d0d9
fix: sanitize projects field in tasks webform ( #50089 )
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
(cherry picked from commit f8b50d3ffa )
2025-10-14 13:08:25 +00:00
Frappe PR Bot
66f1e2a076
chore(release): Bumped to Version 14.92.0
...
# [14.92.0](https://github.com/frappe/erpnext/compare/v14.91.3...v14.92.0 ) (2025-10-07)
### Bug Fixes
* **Common Code:** fetch canonical URI from Code List (backport [#49882 ](https://github.com/frappe/erpnext/issues/49882 )) ([#49883 ](https://github.com/frappe/erpnext/issues/49883 )) ([9b5183e ](9b5183e0e5 ))
* do not fetch disabled item tax template ([dcae024 ](dcae024fd2 ))
* linter; dont change doc after DB update (backport [#49907 ](https://github.com/frappe/erpnext/issues/49907 )) ([#49909 ](https://github.com/frappe/erpnext/issues/49909 )) ([30a6fe5 ](30a6fe55ca ))
* resolved conflict ([2c383a6 ](2c383a69f9 ))
* Set paid amount automatically only if return entry validated and has negative grand total ([#49829 ](https://github.com/frappe/erpnext/issues/49829 )) ([b7d76d8 ](b7d76d8fad ))
### Features
* dynamic due date in payment terms when fetched from order (backport [#48864 ](https://github.com/frappe/erpnext/issues/48864 )) ([#49937 ](https://github.com/frappe/erpnext/issues/49937 )) ([d82106c ](d82106cb76 ))
v14.92.0
2025-10-07 13:18:52 +00:00
ruthra kumar
1d5935a10f
chore: release v14 ( #49943 )
...
* refactor(Supplier): custom buttons call make methods (backport #49840 ) (#49841 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
* fix(Common Code): fetch canonical URI from Code List (backport #49882 ) (#49883 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
fix(Common Code): fetch canonical URI from Code List (#49882 )
* fix: Set paid amount automatically only if return entry validated and has negative grand total (#49829 )
(cherry picked from commit dcbcc596f2 )
# Conflicts:
# erpnext/public/js/controllers/taxes_and_totals.js
* fix: resolved conflict
* fix: linter; dont change doc after DB update (backport #49907 ) (#49909 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
fix: linter; dont change doc after DB update (#49907 )
* fix: do not fetch disabled item tax template
(cherry picked from commit b10cf4a928 )
# Conflicts:
# erpnext/public/js/controllers/transaction.js
# erpnext/stock/get_item_details.py
* chore: fix conflicts
* chore: fix conflicts
* chore: fix linters issue
* feat: dynamic due date in payment terms when fetched from order (backport #48864 ) (#49937 )
* feat: dynamic due date in payment terms when fetched from order (#48864 )
* fix: dynamic due date when payment terms are fetched from order
* fix(test): use change_settings decorator for settings enable and disable
* fix(test): compare schedule for due_date dynamically
* fix: save conditions for due date at invoice level
* fix: make fields read only and on change of date unset the date condition fields
* fix: remove fetch_form
* fix: correct field assingment
* fix: revert unwanted changes
* refactor: streamline payment term field assignments and enhance discount date handling
* refactor: remove payment_term from fields_to_copy and optimize currency handling in transaction callback
* refactor: ensure default values for payment schedule and discount validity fields
(cherry picked from commit 3c70cbbaf8 )
# Conflicts:
# erpnext/accounts/doctype/payment_schedule/payment_schedule.json
# erpnext/accounts/doctype/payment_schedule/payment_schedule.py
# erpnext/public/js/controllers/transaction.js
# erpnext/selling/doctype/sales_order/test_sales_order.py
# erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.py
* chore: resolve conflicts
---------
Co-authored-by: Lakshit Jain <ljain112@gmail.com >
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
Co-authored-by: ljain112 <ljain112@gmail.com >
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2025-10-07 18:47:23 +05:30