Rohit Waghchaure
824df72eeb
fix: change label name
...
(cherry picked from commit 635174f1ce
)
2024-02-24 07:40:56 +00:00
Gursheen Kaur Anand
e4baacd79e
Merge pull request #40066 from frappe/mergify/bp/version-15-hotfix/pr-40040
...
fix: skip max discount validation for rate adjustment (backport #40040 )
2024-02-23 15:10:38 +05:30
Gursheen Kaur Anand
38b384dfa2
Merge pull request #40064 from frappe/mergify/bp/version-15-hotfix/pr-40035
...
fix: delete PLE containing invoice in against (backport #40035 )
2024-02-23 15:07:48 +05:30
ruthra kumar
10fe201bc8
Merge pull request #40068 from frappe/mergify/bp/version-15-hotfix/pr-39830
...
fix: check_credit_limit on_update_after_submit of Sales Order (backport #39830 )
2024-02-23 14:48:08 +05:30
ruthra kumar
bcb280c5e8
test: credit limit on update after submit
...
(cherry picked from commit 467c0898e9
)
2024-02-23 08:51:39 +00:00
Nihantra C. Patel
83d7111649
fix: check_credit_limit on_update_after_submit of Sales Order
...
(cherry picked from commit 17452b7693
)
2024-02-23 08:51:38 +00:00
Gursheen Anand
cd42089e20
fix: skip SO & DN validation for debit note
...
(cherry picked from commit e2d16955dd
)
2024-02-23 07:28:38 +00:00
Gursheen Anand
3b96aaeead
fix: skip max discount validation for rate adjustment
...
(cherry picked from commit 5a3b133d65
)
2024-02-23 07:28:37 +00:00
Ankush Menat
83b4cc5091
build: specify frappe dependency ( #40061 )
...
build: specify frappe dependency
Added 15.10 as dependency because stock balance depends on https://github.com/frappe/frappe/pull/24346
2024-02-23 12:43:01 +05:30
Gursheen Anand
a75a69a01e
fix: only check for delinked PLEs
...
(cherry picked from commit 146c5b3e16
)
2024-02-23 07:10:08 +00:00
Gursheen Anand
190bd45bd7
fix: delete PLE containing invoice in against
...
(cherry picked from commit c1e1fd8829
)
2024-02-23 07:10:08 +00:00
ruthra kumar
c752bec2d9
Merge pull request #40058 from frappe/mergify/bp/version-15-hotfix/pr-40011
...
fix: Ledger entries for Cr/Dr notes with POS Payments (backport #40011 )
2024-02-23 06:20:30 +05:30
ruthra kumar
8fef484f0f
Merge pull request #40056 from frappe/mergify/bp/version-15-hotfix/pr-39831
...
fix: remove cancelled payment entry from Payment Period Based On Invoice Date (backport #39831 )
2024-02-23 06:20:14 +05:30
ruthra kumar
b40baf5e63
refactor: skip popup for POS invoices
...
(cherry picked from commit 3634c4c284
)
2024-02-23 00:33:08 +00:00
ruthra kumar
2c8ba892ac
test: ledger entries of Cr Note of POS Invoice
...
(cherry picked from commit 4288713abe
)
2024-02-23 00:33:07 +00:00
ruthra kumar
2e07b03307
fix: Cr/Dr notes with POS Payments
...
(cherry picked from commit 68a23730f3
)
2024-02-23 00:33:07 +00:00
Nihantra C. Patel
0be520331c
fix: remove cancelled payment entry from PPBOID report
...
(cherry picked from commit 186cc3d748
)
2024-02-23 00:30:50 +00:00
Nihantra C. Patel
72da3083e6
fix: remove cancelled payment entry from Payment Period Based On Invoice Date
...
(cherry picked from commit a2a8a8f2e0
)
2024-02-23 00:30:50 +00:00
ruthra kumar
a3ddd326d6
Merge pull request #40049 from frappe/mergify/bp/version-15-hotfix/pr-39828
...
fix: translate Sales Pipeline Analytics report (backport #39828 )
2024-02-22 20:46:55 +05:30
Nihantra C. Patel
1c5a7e29f2
fix: translatable columns in Sales Pipeline Analytics report
...
(cherry picked from commit c5050c935b
)
2024-02-22 14:54:53 +00:00
Frappe PR Bot
f723d7b561
chore(release): Bumped to Version 15.14.6
...
## [15.14.6](https://github.com/frappe/erpnext/compare/v15.14.5...v15.14.6 ) (2024-02-22)
### Bug Fixes
* communication_date in party dashboards (backport [#40005 ](https://github.com/frappe/erpnext/issues/40005 )) ([#40043 ](https://github.com/frappe/erpnext/issues/40043 )) ([6662c32
](6662c321a5
))
2024-02-22 11:14:07 +00:00
mergify[bot]
6662c321a5
fix: communication_date in party dashboards (backport #40005 ) ( #40043 )
...
fix: accommodate for changed orderby statement
(cherry picked from commit 87df7ff717
)
Co-authored-by: Gursheen Anand <gursheen@frappe.io>
2024-02-22 16:40:46 +05:30
mergify[bot]
4269ef8c98
fix: communication_date in party dashboards (backport #40005 ) ( #40021 )
...
fix: accommodate for changed orderby statement
(cherry picked from commit 87df7ff717
)
Co-authored-by: Gursheen Anand <gursheen@frappe.io>
2024-02-22 16:20:02 +05:30
mergify[bot]
a543bf47ef
fix: timesheet per billed state edge case (backport #40010 ) ( #40029 )
...
fix: timesheet per billed state edge case (#40010 )
If value is 100.0000x then it won't set status correctly but will set it the next time it's loaded from db.
(cherry picked from commit 38e88db2c9
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
2024-02-22 12:29:53 +05:30
mergify[bot]
c964c45f4e
fix: negative stock error while making stock reconciliation (backport #40016 ) ( #40026 )
...
* fix: negative stock error while making stock reconciliation (#40016 )
fix: negative stock error while making stock reco
(cherry picked from commit da184d709b
)
# Conflicts:
# erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
2024-02-22 11:38:49 +05:30
Nabin Hait
3c98368e45
fix: removed unwanted patch
...
(cherry picked from commit 85471533e9
)
2024-02-22 05:40:58 +00:00
Nabin Hait
6fc4dac4db
fix: Issues regarding asset cancellation and deletion
...
(cherry picked from commit 17f85de6fb
)
# Conflicts:
# erpnext/assets/doctype/asset/depreciation.py
# erpnext/assets/doctype/asset_capitalization/asset_capitalization.py
2024-02-22 05:40:57 +00:00
Frappe PR Bot
afc87a4486
chore(release): Bumped to Version 15.14.5
...
## [15.14.5](https://github.com/frappe/erpnext/compare/v15.14.4...v15.14.5 ) (2024-02-22)
### Bug Fixes
* check for pricing rules on item ([5084b9b
](5084b9bd4b
))
2024-02-22 05:38:47 +00:00
Deepesh Garg
5137966fe5
Merge pull request #40030 from frappe/mergify/bp/version-15/pr-40019
...
fix: TypeError for item pricing rules (#39999 )
2024-02-22 11:07:32 +05:30
Nabin Hait
6f364df48c
Merge pull request #39990 from frappe/mergify/bp/version-15-hotfix/pr-39983
...
fix: Issues regarding asset cancellation and deletion (backport #39983 )
2024-02-22 11:07:01 +05:30
Gursheen Anand
5084b9bd4b
fix: check for pricing rules on item
...
(cherry picked from commit ecd83b12ab
)
(cherry picked from commit 32d9642379
)
2024-02-22 05:36:43 +00:00
mergify[bot]
eaa3849df4
fix: remove microsecond from posting datetime (backport #40017 ) ( #40022 )
...
fix: remove microsecond from posting datetime (#40017 )
(cherry picked from commit 0b04d04da3
)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
2024-02-22 09:51:07 +05:30
mergify[bot]
9f8f3db953
fix: incorrect item name in MR (backport #40018 ) ( #40024 )
...
fix: incorrect item name in MR (#40018 )
(cherry picked from commit 864d7ae04c
)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
2024-02-22 09:50:45 +05:30
Gursheen Kaur Anand
43c218c673
Merge pull request #40019 from frappe/mergify/bp/version-15-hotfix/pr-39999
...
fix: TypeError for item pricing rules (backport #39999 )
2024-02-22 09:10:17 +05:30
Gursheen Anand
32d9642379
fix: check for pricing rules on item
...
(cherry picked from commit ecd83b12ab
)
2024-02-22 03:37:17 +00:00
mergify[bot]
b9181e85dc
perf: new column Posting Datetime in SLE to optimize stock ledger related queries (backport #39800 ) ( #40004 )
...
* perf: new column posting datetime in SLE to optimize stock ledger related queries
(cherry picked from commit d80ca523a4
)
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.py
* test: test cases to test clash timestamp entries
(cherry picked from commit f04676aaed
)
* chore: remove microsecond from posting_datetime
(cherry picked from commit a73ba2c0d2
)
* chore: fix conflicts
---------
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com>
2024-02-21 21:14:28 +05:30
rohitwaghchaure
66a05087b8
Merge pull request #40001 from frappe/mergify/bp/version-15-hotfix/pr-39998
...
fix: Completed Work Orders report not working (backport #39998 )
2024-02-21 17:44:44 +05:30
Rohit Waghchaure
ca03e9cfd3
fix: Completed Work Orders report not working
...
(cherry picked from commit 11f4cb914a
)
2024-02-21 11:21:04 +00:00
Nabin Hait
692867427c
fix: resolved conflict
2024-02-21 11:38:21 +05:30
Nabin Hait
a0c0ab7709
fix: resolved conflict
2024-02-21 11:37:47 +05:30
Nabin Hait
ee2d108bef
fix: removed unwanted patch
...
(cherry picked from commit 85471533e9
)
2024-02-21 05:45:27 +00:00
Nabin Hait
8eb2f67910
fix: Issues regarding asset cancellation and deletion
...
(cherry picked from commit 17f85de6fb
)
# Conflicts:
# erpnext/assets/doctype/asset/depreciation.py
# erpnext/assets/doctype/asset_capitalization/asset_capitalization.py
2024-02-21 05:45:27 +00:00
Frappe PR Bot
3d7e87185c
chore(release): Bumped to Version 15.14.4
...
## [15.14.4](https://github.com/frappe/erpnext/compare/v15.14.3...v15.14.4 ) (2024-02-21)
### Bug Fixes
* 'NoneType' object is not iterable (backport [#39977 ](https://github.com/frappe/erpnext/issues/39977 )) ([#39981 ](https://github.com/frappe/erpnext/issues/39981 )) ([0f87ec1
](0f87ec15ad
))
* **Bank Transaction:** precision for `(un)allocated_amount` ([bf5d2f5
](bf5d2f5fe4
))
* batch filter not working in stock ledger report (backport [#39934 ](https://github.com/frappe/erpnext/issues/39934 )) ([#39935 ](https://github.com/frappe/erpnext/issues/39935 )) ([1513595
](15135952fc
))
* do not empty serial batch fields (backport [#39948 ](https://github.com/frappe/erpnext/issues/39948 )) ([#39956 ](https://github.com/frappe/erpnext/issues/39956 )) ([acd2e93
](acd2e93f8c
))
* fetch company terms ([14fe0af
](14fe0af887
))
* float division by zero ([b954bdf
](b954bdfdf9
))
* group node in warehouse filter in Item-wise Sales Register ([74819b8
](74819b8e70
))
* **Issue:** create communication ([f5d7fbd
](f5d7fbdaf8
))
* no need call for company method in sales invoice js ([bef38f7
](bef38f74fe
))
* not able to make purchase receipt ([3732946
](37329469c3
))
* party item code in Blanket Order ([518b22b
](518b22bffc
))
* reposting failed status not updated (backport [#39970 ](https://github.com/frappe/erpnext/issues/39970 )) ([#39972 ](https://github.com/frappe/erpnext/issues/39972 )) ([46f7569
](46f7569a54
))
* set batch created from bundle to batch field in stock transaction (backport [#39966 ](https://github.com/frappe/erpnext/issues/39966 )) ([#39987 ](https://github.com/frappe/erpnext/issues/39987 )) ([2ee51d3
](2ee51d36ff
))
* show active bom in the dropdown while making stock entry and MR (backport [#39974 ](https://github.com/frappe/erpnext/issues/39974 )) ([#39976 ](https://github.com/frappe/erpnext/issues/39976 )) ([7201448
](720144898f
))
* update_dimension is required and not need party account method ([a56d5b8
](a56d5b805c
))
* use serial batch fields not enabled for new stock entry ([40d4e32
](40d4e3261e
))
2024-02-21 05:29:45 +00:00
rohitwaghchaure
177110349d
Merge pull request #39979 from frappe/version-15-hotfix
...
chore: release v15
2024-02-21 10:58:33 +05:30
rohitwaghchaure
ed553b89a4
Merge branch 'version-15' into version-15-hotfix
2024-02-21 09:34:20 +05:30
mergify[bot]
2ee51d36ff
fix: set batch created from bundle to batch field in stock transaction (backport #39966 ) ( #39987 )
...
fix: set batch created from bundle to batch field in stock transaction (#39966 )
* fix: set batch created from bundle to batch field in stock transaction
* fix: validation for serial and batch no
(cherry picked from commit 4b24fcd221
)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
2024-02-21 00:04:01 +05:30
mergify[bot]
0f87ec15ad
fix: 'NoneType' object is not iterable (backport #39977 ) ( #39981 )
...
fix: 'NoneType' object is not iterable (#39977 )
(cherry picked from commit 8e7d47b3a7
)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
2024-02-20 15:53:12 +05:30
mergify[bot]
720144898f
fix: show active bom in the dropdown while making stock entry and MR (backport #39974 ) ( #39976 )
...
fix: show active bom in the dropdown while making stock entry and MR (#39974 )
(cherry picked from commit 133f8bd92a
)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
2024-02-20 13:13:00 +05:30
mergify[bot]
46f7569a54
fix: reposting failed status not updated (backport #39970 ) ( #39972 )
...
fix: reposting failed status not updated (#39970 )
(cherry picked from commit d4264f7ba1
)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
2024-02-20 12:35:46 +05:30
rohitwaghchaure
a102172982
Merge pull request #39968 from frappe/mergify/bp/version-15-hotfix/pr-39967
...
fix: float division by zero (backport #39967 )
2024-02-20 12:07:38 +05:30