Frappe PR Bot
9febca2981
chore(release): Bumped to Version 15.65.1
...
## [15.65.1](https://github.com/frappe/erpnext/compare/v15.65.0...v15.65.1 ) (2025-06-11)
### Bug Fixes
* unpack non-iterable NoneType object error ([f92b5b9 ](f92b5b9a2e ))
v15.65.1
2025-06-11 12:51:34 +00:00
Sagar Vora
62efd09f2f
Merge pull request #48021 from frappe/mergify/bp/version-15/pr-48019
...
fix: unpack non-iterable NoneType object error in patch (backport #48019 )
2025-06-11 12:50:06 +00:00
priyanshshah2442
f92b5b9a2e
fix: unpack non-iterable NoneType object error
...
(cherry picked from commit 7d940faa4f )
2025-06-11 12:49:17 +00:00
Frappe PR Bot
dc8bb792d7
chore(release): Bumped to Version 15.65.0
...
# [15.65.0](https://github.com/frappe/erpnext/compare/v15.64.1...v15.65.0 ) (2025-06-10)
### Bug Fixes
* add .length in list validation ([#47974 ](https://github.com/frappe/erpnext/issues/47974 )) ([66f41d4 ](66f41d44c4 ))
* add change log for bug fix in Additional Discount functionality ([f27e591 ](f27e591d88 ))
* add draft transactions also in calculated mismatch report ([23b5d2d ](23b5d2db2c ))
* add user permission while fetching ple ([a2cdd91 ](a2cdd91a0d ))
* **asset:** make purchase date mandatory ([a5e5553 ](a5e5553520 ))
* AttributeError due to incorrect object ([43d4e26 ](43d4e26ac5 ))
* available qty in BOM Stock Report ([84b2f87 ](84b2f871ba ))
* better description of tab name ([#44697 ](https://github.com/frappe/erpnext/issues/44697 )) ([d05b49b ](d05b49b0f8 ))
* changes in report ([78c6386 ](78c63869e0 ))
* changes to report and patch ([5237ff8 ](5237ff8d94 ))
* conflicts ([aa29c5d ](aa29c5dde2 ))
* consider expired batches in the stock reco (backport [#47909 ](https://github.com/frappe/erpnext/issues/47909 )) ([#47919 ](https://github.com/frappe/erpnext/issues/47919 )) ([2e78e14 ](2e78e14c7e ))
* consider user permission while populating the data ([617b065 ](617b0658b8 ))
* do not create repeat work orders ([795108c ](795108c1dd ))
* do not remove item which has zero qty and zero valuation ([ef77791 ](ef77791bd6 ))
* ensure proper float conversion for discount values ([d24c2c4 ](d24c2c4cca ))
* fetch correct item tax template on item rate update ([#47973 ](https://github.com/frappe/erpnext/issues/47973 )) ([f88e682 ](f88e68230a ))
* fieldtype to Currency for discount amounts ([59dd5fe ](59dd5fee26 ))
* incorrect warehouse in MR ([8156d89 ](8156d89903 ))
* key-error for COGS By Item Group report (backport [#47914 ](https://github.com/frappe/erpnext/issues/47914 )) ([#47915 ](https://github.com/frappe/erpnext/issues/47915 )) ([996fb75 ](996fb7552a ))
* patch to set discount percentange in case of mismatch ([039c47e ](039c47e3f2 ))
* pos permission error on strict permission (backport [#47896 ](https://github.com/frappe/erpnext/issues/47896 )) ([#47897 ](https://github.com/frappe/erpnext/issues/47897 )) ([0314a39 ](0314a39fab ))
* Project argument is passed correctly for MR creation ([e98ad4c ](e98ad4ce27 ))
* remove currency col ([35035c2 ](35035c2a31 ))
* remove use sales invoice check ([#47908 ](https://github.com/frappe/erpnext/issues/47908 )) ([1b15507 ](1b1550708d ))
* **report:** include descendants when filtering by parent item group ([d21bfa2 ](d21bfa219d ))
* **sales order:** error message on creation of work order from sales order ([129cd7a ](129cd7ae8a ))
* stock adjustment entry during reposting (backport [#47878 ](https://github.com/frappe/erpnext/issues/47878 )) ([#47883 ](https://github.com/frappe/erpnext/issues/47883 )) ([e5d06f8 ](e5d06f8c86 ))
* stock reco qty with inventory dimension (backport [#47918 ](https://github.com/frappe/erpnext/issues/47918 )) ([#47922 ](https://github.com/frappe/erpnext/issues/47922 )) ([6d2c14c ](6d2c14c75e ))
* test case to verify correct setting of discount amount and percentage ([06ea957 ](06ea957ae5 ))
* throw permission error ([#47976 ](https://github.com/frappe/erpnext/issues/47976 )) ([9167d2e ](9167d2ef64 ))
* typo ([8b4824f ](8b4824fef5 ))
* update currency based on transaction ([eaeb18c ](eaeb18c651 ))
* zero division error in purchase receipt ([b99f8fd ](b99f8fd021 ))
### Features
* Add hook to update gl dict by apps ([76c2477 ](76c2477d23 ))
* add validation for inter company transactions ([9a47c50 ](9a47c507c0 ))
* populate Timer dialog project field from Timesheet parent_project (backport [#47971 ](https://github.com/frappe/erpnext/issues/47971 )) ([#48001 ](https://github.com/frappe/erpnext/issues/48001 )) ([66b0426 ](66b0426155 ))
* report to verify discount amount mismatch ([b3eb49d ](b3eb49d39d ))
### Performance Improvements
* Batch GLE/SLE rename commits (backport [#47950 ](https://github.com/frappe/erpnext/issues/47950 )) ([#47951 ](https://github.com/frappe/erpnext/issues/47951 )) ([f490de9 ](f490de9285 ))
### Reverts
* Revert "fix: calculate discount percentage if discount amount is specified (#…" ([5a5449c ](5a5449c60c ))
v15.65.0
2025-06-10 14:33:55 +00:00
ruthra kumar
bd11146f02
Merge pull request #47996 from frappe/version-15-hotfix
...
chore: release v15
2025-06-10 20:02:19 +05:30
rohitwaghchaure
33f1d7a5fe
Merge pull request #48004 from frappe/mergify/bp/version-15-hotfix/pr-47998
...
fix: incorrect warehouse in MR (backport #47998 )
2025-06-10 18:41:17 +05:30
rohitwaghchaure
60de0474a1
chore: fix conflicts
2025-06-10 18:19:27 +05:30
Rohit Waghchaure
8156d89903
fix: incorrect warehouse in MR
...
(cherry picked from commit 2b9ca79291 )
# Conflicts:
# erpnext/manufacturing/doctype/production_plan/production_plan.py
2025-06-10 12:41:26 +00:00
mergify[bot]
66b0426155
feat: populate Timer dialog project field from Timesheet parent_project (backport #47971 ) ( #48001 )
...
feat: populate Timer dialog project field from Timesheet parent_project (#47971 )
* feat: default parent project in timer dialog > project
* chore: fix formatting
* fix: remove unnecessary or condition
---------
(cherry picked from commit bc87609264 )
Co-authored-by: Rahul Agrawal <12agrawalrahul@gmail.com >
Co-authored-by: Rahul Agrawal <deathstarconsole@Rahuls-MacBook-Air.local >
2025-06-10 18:07:28 +05:30
rohitwaghchaure
60b12b8319
Merge pull request #47992 from frappe/mergify/bp/version-15-hotfix/pr-47969
...
fix: do not create repeat work orders (backport #47969 )
2025-06-10 16:40:54 +05:30
ruthra kumar
112d40db22
Merge pull request #47994 from frappe/mergify/bp/version-15-hotfix/pr-47981
...
refactor(Work Order): query_sales_order (backport #47981 )
2025-06-10 15:01:09 +05:30
ruthra kumar
0d0b05bf6c
Merge pull request #47991 from frappe/mergify/bp/version-15-hotfix/pr-47923
...
fix: update currency based on transaction (backport #47923 )
2025-06-10 14:42:05 +05:30
rohitwaghchaure
c2d7e8c471
chore: fix conflicts
2025-06-10 14:38:18 +05:30
rohitwaghchaure
ccb0f7ac42
chore: fix conflicts
2025-06-10 14:36:31 +05:30
rohitwaghchaure
781b66e252
chore: fix conflicts
2025-06-10 14:35:23 +05:30
barredterra
efd3b1c966
refactor(Work Order): query_sales_order
...
- Use `get_list` instead of `db.sql_list`
The method is used for setting link options in the frontend and the Link field doesn't ignore permissions, so get_list should be fine here.
- Added type hints to enable argument validation
(cherry picked from commit 2dbdacf905 )
2025-06-10 09:03:18 +00:00
Rohit Waghchaure
795108c1dd
fix: do not create repeat work orders
...
(cherry picked from commit 384f4e120a )
# Conflicts:
# erpnext/manufacturing/doctype/production_plan/production_plan.js
# erpnext/manufacturing/doctype/production_plan/test_production_plan.py
# erpnext/manufacturing/doctype/production_plan_sub_assembly_item/production_plan_sub_assembly_item.json
2025-06-10 09:00:27 +00:00
rohitwaghchaure
7348778220
Merge pull request #47941 from frappe/mergify/bp/version-15-hotfix/pr-47888
...
fix: do not remove item which has zero qty and zero valuation (backport #47888 )
2025-06-10 14:29:54 +05:30
DHINESH00
eaeb18c651
fix: update currency based on transaction
...
(cherry picked from commit fc4f38eed1 )
2025-06-10 08:56:37 +00:00
rohitwaghchaure
78607b5812
Merge pull request #47987 from frappe/mergify/bp/version-15-hotfix/pr-47942
...
fix: available qty in BOM Stock Report (backport #47942 )
2025-06-10 14:02:43 +05:30
Sagar Vora
823cfeaf4f
Merge pull request #47978 from frappe/mergify/bp/version-15-hotfix/pr-47976
...
fix: throw permission error (backport #47976 )
2025-06-10 07:37:10 +00:00
Sagar Vora
aa29c5dde2
fix: conflicts
2025-06-10 13:05:37 +05:30
ruthra kumar
713b17c3a5
Merge pull request #47990 from frappe/mergify/bp/version-15-hotfix/pr-47989
...
fix: Include draft transactions in the `Calculated Discount Mismatch` report (backport #47989 )
2025-06-10 12:58:05 +05:30
priyanshshah2442
23b5d2db2c
fix: add draft transactions also in calculated mismatch report
...
(cherry picked from commit 4e1abc1814 )
2025-06-10 07:12:03 +00:00
Rohit Waghchaure
84b2f871ba
fix: available qty in BOM Stock Report
...
(cherry picked from commit ea689bbe3f )
2025-06-10 06:50:51 +00:00
Sagar Vora
ac78bfb55b
Merge pull request #47985 from frappe/mergify/bp/version-15-hotfix/pr-47946
...
fix: patch and report for incorrect discount values (backport #47946 )
2025-06-10 06:10:23 +00:00
priyanshshah2442
59dd5fee26
fix: fieldtype to Currency for discount amounts
...
(cherry picked from commit f781a39dbe )
2025-06-10 06:04:09 +00:00
Sagar Vora
35035c2a31
fix: remove currency col
...
(cherry picked from commit 9bf9b34ac4 )
2025-06-10 06:04:08 +00:00
Sagar Vora
78c63869e0
fix: changes in report
...
(cherry picked from commit 33e793354c )
2025-06-10 06:04:08 +00:00
priyanshshah2442
06ea957ae5
fix: test case to verify correct setting of discount amount and percentage
...
(cherry picked from commit 3f0c5be5d9 )
2025-06-10 06:04:08 +00:00
priyanshshah2442
f27e591d88
fix: add change log for bug fix in Additional Discount functionality
...
(cherry picked from commit 9120927a65 )
2025-06-10 06:04:08 +00:00
priyanshshah2442
d24c2c4cca
fix: ensure proper float conversion for discount values
...
(cherry picked from commit 3dcb801a37 )
2025-06-10 06:04:07 +00:00
Sagar Vora
5237ff8d94
fix: changes to report and patch
...
(cherry picked from commit daad6137f8 )
2025-06-10 06:04:07 +00:00
priyanshshah2442
b3eb49d39d
feat: report to verify discount amount mismatch
...
(cherry picked from commit 62dd6df24f )
2025-06-10 06:04:07 +00:00
priyanshshah2442
039c47e3f2
fix: patch to set discount percentange in case of mismatch
...
(cherry picked from commit f7eda8a156 )
2025-06-10 06:04:06 +00:00
ruthra kumar
7ecb4d3d6f
Merge pull request #47968 from aerele/validate-intercompany-rate
...
Add validation for inter company transactions rate
2025-06-10 11:12:26 +05:30
ruthra kumar
76a9e45ff8
Merge pull request #47982 from frappe/mergify/bp/version-15-hotfix/pr-47974
...
fix: add .length in list validation (backport #47974 )
2025-06-10 10:25:21 +05:30
ruthra kumar
c69a0f150d
Merge pull request #47934 from thomasantony12/so_bug_on_wo
...
fix(sales order): error message on creation of work order from sales order
2025-06-10 10:19:33 +05:30
l0gesh29
66f41d44c4
fix: add .length in list validation ( #47974 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
(cherry picked from commit c8cec8cedf )
2025-06-09 23:16:36 +00:00
Khushi Rawat
7393a9f470
Merge pull request #47980 from frappe/mergify/bp/version-15-hotfix/pr-47979
...
fix: AttributeError due to incorrect object (backport #47979 )
2025-06-10 00:31:45 +05:30
Khushi Rawat
43d4e26ac5
fix: AttributeError due to incorrect object
...
(cherry picked from commit 351796bce6 )
2025-06-09 18:46:03 +00:00
Aayush Dalal
9167d2ef64
fix: throw permission error ( #47976 )
...
Co-authored-by: Sagar Vora <16315650+sagarvora@users.noreply.github.com >
(cherry picked from commit 8b6a8d0c4f )
# Conflicts:
# erpnext/stock/utils.py
2025-06-09 17:29:58 +00:00
Diptanil Saha
f88e68230a
fix: fetch correct item tax template on item rate update ( #47973 )
2025-06-09 19:23:33 +05:30
ravibharathi656
3aee14176c
test: pass sales invoice name instead of doc
2025-06-09 19:12:51 +05:30
ravibharathi656
d6796da464
test: add unit test for inter company transaction rate validation
2025-06-09 19:12:51 +05:30
ravibharathi656
9a47c507c0
feat: add validation for inter company transactions
2025-06-09 19:12:51 +05:30
ruthra kumar
95d1d7047d
Merge pull request #47967 from frappe/mergify/bp/version-15-hotfix/pr-47865
...
fix: consider user permission while populating the data (backport #47865 )
2025-06-09 15:41:37 +05:30
l0gesh29
a2cdd91a0d
fix: add user permission while fetching ple
...
(cherry picked from commit 1a4bb30923 )
2025-06-09 09:53:13 +00:00
l0gesh29
617b0658b8
fix: consider user permission while populating the data
...
(cherry picked from commit 074dc6d7dd )
2025-06-09 09:53:13 +00:00
Khushi Rawat
d8e9ed417d
Merge pull request #47943 from frappe/mergify/bp/version-15-hotfix/pr-47547
...
fix(asset): make purchase date mandatory (backport #47547 )
2025-06-09 14:48:57 +05:30