Frappe PR Bot
6e479f918d
chore(release): Bumped to Version 14.57.0
...
# [14.57.0](https://github.com/frappe/erpnext/compare/v14.56.0...v14.57.0 ) (2023-12-27)
### Bug Fixes
* allow to set rate manually for service item in BOM ([#38880 ](https://github.com/frappe/erpnext/issues/38880 )) ([c2f692a ](c2f692a4e4 ))
* display all item rate stop messages ([226d0e0 ](226d0e0196 ))
* do not reset the basic rate for the material receipt stock entry ([#38896 ](https://github.com/frappe/erpnext/issues/38896 )) ([98bfcc4 ](98bfcc4c75 ))
* first name error on customer creation ([#38927 ](https://github.com/frappe/erpnext/issues/38927 )) ([28f052d ](28f052d586 ))
* german translations for Lost Quotations ([#38435 ](https://github.com/frappe/erpnext/issues/38435 )) ([81b5e6c ](81b5e6c5f1 ))
* groups for current accounts in German CoAs ([39aa36e ](39aa36e44b ))
* incorrect price list in customer-wise item price report ([7577706 ](7577706a9d ))
* min order qty optional in production plan (backport [#38956 ](https://github.com/frappe/erpnext/issues/38956 )) ([#38957 ](https://github.com/frappe/erpnext/issues/38957 )) ([f6f2712 ](f6f2712db0 ))
* remove rows with zero consumed qty ([f2f4100 ](f2f410093a ))
* reposting not fixing valuation rate for sales return using movin… ([#38895 ](https://github.com/frappe/erpnext/issues/38895 )) ([3a668bb ](3a668bbe96 ))
* reset the incoming rate on changing of the warehouse ([#38909 ](https://github.com/frappe/erpnext/issues/38909 )) ([2770ca1 ](2770ca1b65 ))
* skip jvs against bank accounts ([98198d3 ](98198d35ea ))
* **test:** expect account currency when party account is specified. ([30cb218](30cb218638 ))
* unset discount amount from coupon discounts ([87e8dd0 ](87e8dd0d63 ))
* use party account currency when party account is specified ([d9e0d55 ](d9e0d55b88 ))
* **ux:** make PR and PI Item rate field readonly based on `Maintain Same Rate` (backport [#38942 ](https://github.com/frappe/erpnext/issues/38942 )) ([#38943 ](https://github.com/frappe/erpnext/issues/38943 )) ([1eee203 ](1eee203f7f ))
### Features
* in_party_currency option for AR/AP reports ([3c717db ](3c717db3fd ))
* total_asset_cost field (backport [#38879 ](https://github.com/frappe/erpnext/issues/38879 )) ([#38886 ](https://github.com/frappe/erpnext/issues/38886 )) ([8169c7d ](8169c7de0d ))
### Performance Improvements
* Drop unused/duplicate/sub-optimal indexes (backport [#38884 ](https://github.com/frappe/erpnext/issues/38884 )) ([#38912 ](https://github.com/frappe/erpnext/issues/38912 )) ([b254a72 ](b254a72d41 ))
* use estimated rows instead of actual rows (backport [#38830 ](https://github.com/frappe/erpnext/issues/38830 )) ([#38875 ](https://github.com/frappe/erpnext/issues/38875 )) ([4d1ccd9 ](4d1ccd9e27 ))
2023-12-27 08:40:26 +00:00
rohitwaghchaure
8e8d0ad9aa
Merge pull request #38953 from frappe/version-14-hotfix
...
chore: release v14
2023-12-27 14:09:17 +05:30
rohitwaghchaure
400c78c600
Merge branch 'version-14' into version-14-hotfix
2023-12-27 10:24:01 +05:30
mergify[bot]
f6f2712db0
fix: min order qty optional in production plan (backport #38956 ) ( #38957 )
...
* fix: min order qty optional in production plan (#38956 )
* fix: min order qty optional in production plan
* fix: test cases
(cherry picked from commit b09c9354fb )
# Conflicts:
# erpnext/manufacturing/doctype/bom/bom.json
# erpnext/manufacturing/doctype/production_plan/production_plan.py
* chore: fix conflicts
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-12-26 21:59:09 +05:30
mergify[bot]
1eee203f7f
fix(ux): make PR and PI Item rate field readonly based on Maintain Same Rate (backport #38942 ) ( #38943 )
...
* fix(ux): make PI Item rate field editable
(cherry picked from commit eb5bb9f9a9 )
* fix(ux): make PI Item rate field readonly based on `Maintain Same Rate`
(cherry picked from commit cb9114442b )
* fix(ux): make PR Item rate field readonly based on `Maintain Same Rate`
(cherry picked from commit b1ba210332 )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-12-26 14:45:54 +05:30
ruthra kumar
ec337a1c9f
Merge pull request #38945 from frappe/mergify/bp/version-14-hotfix/pr-38891
...
fix: incorrect price list in customer-wise item price report (backport #38891 )
2023-12-26 12:16:52 +05:30
ruthra kumar
7577706a9d
fix: incorrect price list in customer-wise item price report
...
(cherry picked from commit 9a00edb031 )
2023-12-26 06:17:45 +00:00
mergify[bot]
81b5e6c5f1
fix: german translations for Lost Quotations ( #38435 )
...
* fix: german translations for Lost Quotations (#38435 )
(cherry picked from commit 5952cfa673 )
# Conflicts:
# erpnext/translations/de.csv
* chore: resolve conflicts
---------
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-12-24 16:24:31 +05:30
ruthra kumar
28f052d586
fix: first name error on customer creation ( #38927 )
...
fix: error on customer creation
2023-12-24 16:12:13 +05:30
s-aga-r
2eac618bba
Merge pull request #38892 from s-aga-r/FIX-6565
...
fix: remove rows with zero consumed qty
2023-12-22 15:58:09 +05:30
Deepesh Garg
6f6de13813
Merge pull request #38815 from frappe/mergify/bp/version-14-hotfix/pr-38803
...
fix: groups for current accounts in German CoAs (#38803 )
2023-12-22 08:40:28 +05:30
Deepesh Garg
be1a269f9f
Merge pull request #38857 from frappe/revert-38422-mergify/bp/version-14-hotfix/pr-38250
...
Revert "fix: unset discount amount based on coupon code (backport #38250 )"
2023-12-22 08:40:07 +05:30
Deepesh Garg
0d70be56d2
Merge pull request #38370 from pps190/backport/version-14-hotfix/38289
...
fix: display all item rate stop messages (#38289 )
2023-12-22 08:38:19 +05:30
Deepesh Garg
50655821c1
Merge pull request #38770 from frappe/mergify/bp/version-14-hotfix/pr-38767
...
fix: skip JVs against bank accounts in tax report (#38767 )
2023-12-22 08:37:41 +05:30
mergify[bot]
b254a72d41
perf: Drop unused/duplicate/sub-optimal indexes (backport #38884 ) ( #38912 )
...
* perf: Drop unused/duplicate/sub-optimal indexes (#38884 )
* ci: enable more checks
* perf: Drop unused/duplicate indexes
(cherry picked from commit 787333896c )
# Conflicts:
# erpnext/accounts/doctype/gl_entry/gl_entry.json
# erpnext/patches.txt
* chore: conflicts
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-12-21 21:40:59 +05:30
rohitwaghchaure
2770ca1b65
fix: reset the incoming rate on changing of the warehouse ( #38909 )
2023-12-21 18:49:36 +05:30
mergify[bot]
0d7cb1a9be
chore: additional_asset_cost field (backport #38904 ) (backport #38905 ) ( #38908 )
...
chore: additional_asset_cost field (backport #38904 ) (#38905 )
* chore: additional_asset_cost field (#38904 )
(cherry picked from commit 283763dfb2 )
# Conflicts:
# erpnext/assets/doctype/asset/asset.py
* chore: resolve conflicts in asset.py
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
(cherry picked from commit 3b9feffc00 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-12-21 17:12:01 +05:30
Frappe PR Bot
3abb91b2c4
chore(release): Bumped to Version 14.56.0
...
# [14.56.0](https://github.com/frappe/erpnext/compare/v14.55.2...v14.56.0 ) (2023-12-21)
### Features
* total_asset_cost field (backport [#38879 ](https://github.com/frappe/erpnext/issues/38879 )) (backport [#38886 ](https://github.com/frappe/erpnext/issues/38886 )) ([#38907 ](https://github.com/frappe/erpnext/issues/38907 )) ([a63b8df ](a63b8df867 ))
2023-12-21 11:41:51 +00:00
mergify[bot]
a63b8df867
feat: total_asset_cost field (backport #38879 ) (backport #38886 ) ( #38907 )
...
feat: total_asset_cost field (backport #38879 ) (#38886 )
* feat: total_asset_cost field (#38879 )
(cherry picked from commit d370c60a6c )
# Conflicts:
# erpnext/assets/doctype/asset/asset.json
# erpnext/assets/doctype/asset/asset.py
# erpnext/patches.txt
* chore: resolve conflicts in asset.json
* chore: resolve conflicts in asset.py
* chore: resolve conflicts in patches.txt
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
(cherry picked from commit 8169c7de0d )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-12-21 17:10:04 +05:30
mergify[bot]
3b9feffc00
chore: additional_asset_cost field (backport #38904 ) ( #38905 )
...
* chore: additional_asset_cost field (#38904 )
(cherry picked from commit 283763dfb2 )
# Conflicts:
# erpnext/assets/doctype/asset/asset.py
* chore: resolve conflicts in asset.py
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-12-21 16:56:32 +05:30
Frappe PR Bot
0c13cb829c
chore(release): Bumped to Version 14.55.2
...
## [14.55.2](https://github.com/frappe/erpnext/compare/v14.55.1...v14.55.2 ) (2023-12-21)
### Bug Fixes
* reposting not fixing valuation rate for sales return using movin… (backport [#38895 ](https://github.com/frappe/erpnext/issues/38895 )) ([#38900 ](https://github.com/frappe/erpnext/issues/38900 )) ([8aba707 ](8aba707b6a ))
2023-12-21 10:05:58 +00:00
mergify[bot]
8aba707b6a
fix: reposting not fixing valuation rate for sales return using movin… (backport #38895 ) ( #38900 )
...
fix: reposting not fixing valuation rate for sales return using movin… (#38895 )
fix: reposting not fixing valuation rate for sales return using moving average method
(cherry picked from commit 3a668bbe96 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-12-21 15:34:49 +05:30
rohitwaghchaure
98bfcc4c75
fix: do not reset the basic rate for the material receipt stock entry ( #38896 )
2023-12-21 14:13:55 +05:30
rohitwaghchaure
3a668bbe96
fix: reposting not fixing valuation rate for sales return using movin… ( #38895 )
...
fix: reposting not fixing valuation rate for sales return using moving average method
2023-12-21 14:13:34 +05:30
s-aga-r
f2f410093a
fix: remove rows with zero consumed qty
2023-12-21 11:03:18 +05:30
mergify[bot]
8169c7de0d
feat: total_asset_cost field (backport #38879 ) ( #38886 )
...
* feat: total_asset_cost field (#38879 )
(cherry picked from commit d370c60a6c )
# Conflicts:
# erpnext/assets/doctype/asset/asset.json
# erpnext/assets/doctype/asset/asset.py
# erpnext/patches.txt
* chore: resolve conflicts in asset.json
* chore: resolve conflicts in asset.py
* chore: resolve conflicts in patches.txt
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-12-20 22:57:37 +05:30
Frappe PR Bot
eefac19cc8
chore(release): Bumped to Version 14.55.1
...
## [14.55.1](https://github.com/frappe/erpnext/compare/v14.55.0...v14.55.1 ) (2023-12-20)
### Bug Fixes
* allow to set rate manually for service item in BOM (backport [#38880 ](https://github.com/frappe/erpnext/issues/38880 )) ([#38881 ](https://github.com/frappe/erpnext/issues/38881 )) ([afc0491 ](afc049154d ))
2023-12-20 13:06:21 +00:00
mergify[bot]
afc049154d
fix: allow to set rate manually for service item in BOM (backport #38880 ) ( #38881 )
...
fix: allow to set rate manually for service item in BOM (#38880 )
(cherry picked from commit c2f692a4e4 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-12-20 18:34:31 +05:30
mergify[bot]
4d1ccd9e27
perf: use estimated rows instead of actual rows (backport #38830 ) ( #38875 )
...
* perf: use estimated rows instead of actual rows (#38830 )
(cherry picked from commit 9983283f95 )
# Conflicts:
# erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py
* chore: conflicts
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-12-20 18:17:41 +05:30
Deepesh Garg
c48c8b8ddb
Merge pull request #38858 from GursheenK/unset-discount-amt-coupon-code
...
fix: unset discount amount for removed coupons
2023-12-20 18:17:20 +05:30
rohitwaghchaure
c2f692a4e4
fix: allow to set rate manually for service item in BOM ( #38880 )
2023-12-20 17:53:48 +05:30
ruthra kumar
d94b5a318d
Merge pull request #38872 from frappe/mergify/bp/version-14-hotfix/pr-38838
...
fix: use party account currency when party account is specified (backport #38838 )
2023-12-20 13:09:17 +05:30
Devin Slauenwhite
30cb218638
fix(test): expect account currency when party account is specified.
...
(cherry picked from commit a09241e3c7 )
2023-12-20 07:05:27 +00:00
Devin Slauenwhite
d9e0d55b88
fix: use party account currency when party account is specified
...
(cherry picked from commit c7b961ffa2 )
2023-12-20 07:05:26 +00:00
ruthra kumar
1e9b4e2403
Merge pull request #38800 from pps190/backport/version-14-hotfix/37746
...
feat: in_party_currency option for AR/AP reports (backport #37746 )
2023-12-20 12:25:35 +05:30
Frappe PR Bot
8657ba374a
chore(release): Bumped to Version 14.55.0
...
# [14.55.0](https://github.com/frappe/erpnext/compare/v14.54.2...v14.55.0 ) (2023-12-20)
### Bug Fixes
* close PO on SCO close (backport [#38667 ](https://github.com/frappe/erpnext/issues/38667 )) ([#38680 ](https://github.com/frappe/erpnext/issues/38680 )) ([22b442d ](22b442d593 ))
* **customer:** contact creation for companies ([#38055 ](https://github.com/frappe/erpnext/issues/38055 )) ([ed9b38b ](ed9b38bc8d ))
* **customer:** quick form and integration fixes ([#37386 ](https://github.com/frappe/erpnext/issues/37386 )) ([6ed7c66 ](6ed7c6610a ))
* error while filtering on name on reconciliation tool ([30b6321 ](30b6321fd5 ))
* fetch exc rate of multi currency journals ([bf585de ](bf585de558 ))
* fetch item_tax_template values if fields with fetch_from exisit ([24ae45c ](24ae45ce84 ))
* get customers for leaderboard ([9dfe342 ](9dfe342838 ))
* get items for leaderboard ([812b301 ](812b301aab ))
* get sales partner for leaderboard ([c63f873 ](c63f873a6f ))
* get sales person for leaderboard ([df93447 ](df93447d30 ))
* get suppliers for leaderboard ([7477ff3 ](7477ff3b5c ))
* if not budget then don't validate ([#38861 ](https://github.com/frappe/erpnext/issues/38861 )) ([d375164 ](d375164100 ))
* incoming rate for sales return with Moving Average valuation method ([#38849 ](https://github.com/frappe/erpnext/issues/38849 )) ([7fdac62 ](7fdac62393 ))
* incorrect limit ([#38818 ](https://github.com/frappe/erpnext/issues/38818 )) ([e18dc5c ](e18dc5cea3 ))
* Init internal child table values ([d593f81 ](d593f81a16 ))
* item variant with manufacturer ([#38845 ](https://github.com/frappe/erpnext/issues/38845 )) ([e0c8ff1 ](e0c8ff10da ))
* not able to cancel SCR with Batch ([#38817 ](https://github.com/frappe/erpnext/issues/38817 )) ([fb5090f ](fb5090fd3f ))
* not able to make inter-company po from so ([#38826 ](https://github.com/frappe/erpnext/issues/38826 )) ([23042df ](23042dfc3c ))
* on closed unreserved the production plan qty ([#38848 ](https://github.com/frappe/erpnext/issues/38848 )) ([2184e8e ](2184e8ef58 ))
* Reset SLA on issue doesn't work (backport [#38789 ](https://github.com/frappe/erpnext/issues/38789 )) ([#38790 ](https://github.com/frappe/erpnext/issues/38790 )) ([942f34a ](942f34a734 ))
* supplier removed on selection of item (backport [#38712 ](https://github.com/frappe/erpnext/issues/38712 )) ([#38732 ](https://github.com/frappe/erpnext/issues/38732 )) ([dda95ea ](dda95ea892 ))
* timezone aware SLA banner (backport [#38745 ](https://github.com/frappe/erpnext/issues/38745 )) ([#38746 ](https://github.com/frappe/erpnext/issues/38746 )) ([73d525e ](73d525e84d ))
* **ux:** don't override Item Name and Description in MR (backport [#38720 ](https://github.com/frappe/erpnext/issues/38720 )) ([#38762 ](https://github.com/frappe/erpnext/issues/38762 )) ([f7bfbd8 ](f7bfbd82dd ))
* validation error on reconciling PE to Journals as Invoice ([9836205 ](9836205725 ))
* wrong currency in Stock Balance report (backport [#38778 ](https://github.com/frappe/erpnext/issues/38778 )) ([#38779 ](https://github.com/frappe/erpnext/issues/38779 )) ([e05b23c ](e05b23c388 ))
* wrong paid and cn amount on pos invoice ([77da0da ](77da0da945 ))
### Features
* **RFQ:** special properties in print preview (backport [#38725 ](https://github.com/frappe/erpnext/issues/38725 )) ([#38726 ](https://github.com/frappe/erpnext/issues/38726 )) ([2290750 ](229075048b ))
* set lead name from email ([1469ca7 ](1469ca7d0b ))
### Performance Improvements
* index `return_against` on delivery note (backport [#38827 ](https://github.com/frappe/erpnext/issues/38827 )) ([#38831 ](https://github.com/frappe/erpnext/issues/38831 )) ([4114760 ](4114760efd ))
2023-12-20 04:46:08 +00:00
Deepesh Garg
3a8b7e9b96
Merge pull request #38852 from frappe/version-14-hotfix
...
chore: release v14
2023-12-20 10:14:59 +05:30
mergify[bot]
22b442d593
fix: close PO on SCO close (backport #38667 ) ( #38680 )
...
fix: close PO on SCO close
(cherry picked from commit b023e5d6b3 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-12-20 09:14:54 +05:30
mergify[bot]
f7bfbd82dd
fix(ux): don't override Item Name and Description in MR (backport #38720 ) ( #38762 )
...
fix(ux): don't override Item Name and Description in MR
(cherry picked from commit 726ac6bda1 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-12-20 09:14:03 +05:30
rohitwaghchaure
d375164100
fix: if not budget then don't validate ( #38861 )
2023-12-19 18:19:20 +05:30
rohitwaghchaure
7fdac62393
fix: incoming rate for sales return with Moving Average valuation method ( #38849 )
2023-12-19 18:01:50 +05:30
rohitwaghchaure
2184e8ef58
fix: on closed unreserved the production plan qty ( #38848 )
2023-12-19 17:20:41 +05:30
Gursheen Anand
87e8dd0d63
fix: unset discount amount from coupon discounts
2023-12-19 15:56:59 +05:30
rohitwaghchaure
857843bc29
chore: fix test case ( #38856 )
2023-12-19 15:54:29 +05:30
Gursheen Kaur Anand
37a18299d0
Revert "fix: unset discount amount based on coupon code (backport #38250 )"
2023-12-19 15:35:35 +05:30
rohitwaghchaure
e0c8ff10da
fix: item variant with manufacturer ( #38845 )
2023-12-19 12:45:08 +05:30
ruthra kumar
61b02ec75c
Merge pull request #38843 from frappe/mergify/bp/version-14-hotfix/pr-38797
...
fix: wrong paid and cn amount on pos invoice (backport #38797 )
2023-12-19 11:33:25 +05:30
Dany Robert
939b7f7cbf
test: partial payment for pos invoice
...
(cherry picked from commit 8772628912 )
2023-12-19 05:33:10 +00:00
Dany Robert
77da0da945
fix: wrong paid and cn amount on pos invoice
...
(cherry picked from commit 5cb5e09dbb )
2023-12-19 05:33:09 +00:00
Devin Slauenwhite
226d0e0196
fix: display all item rate stop messages
2023-12-18 14:14:29 -05:00
mergify[bot]
4114760efd
perf: index return_against on delivery note (backport #38827 ) ( #38831 )
...
* perf: index `return_against` on delivery note (#38827 )
There's a multi-column index but that's useful IFF all parts of column
are part of query.
return against on it's own is VERY unique because it's a primary key, we
don't need a multi-column index here.
(cherry picked from commit 8d79365e0d )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/purchase_receipt.json
* chore: conflict
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-12-18 18:10:54 +05:30
rohitwaghchaure
23042dfc3c
fix: not able to make inter-company po from so ( #38826 )
2023-12-18 17:44:17 +05:30
ruthra kumar
9216a852d4
Merge pull request #38824 from frappe/mergify/bp/version-14-hotfix/pr-38820
...
refactor: ignore ERR journals in Statment of Accounts (backport #38820 )
2023-12-18 16:24:57 +05:30
ruthra kumar
6478c80359
refactor: ignore ERR journals in Statment of Accounts
...
(cherry picked from commit 39ef75e2d0 )
2023-12-18 15:59:59 +05:30
rohitwaghchaure
e18dc5cea3
fix: incorrect limit ( #38818 )
2023-12-18 15:59:56 +05:30
rohitwaghchaure
fb5090fd3f
fix: not able to cancel SCR with Batch ( #38817 )
2023-12-18 14:11:36 +05:30
barredterra
39aa36e44b
fix: groups for current accounts in German CoAs
...
(cherry picked from commit 259f313af7 )
2023-12-17 18:24:10 +00:00
Deepesh Garg
20a764a4a3
Merge pull request #38809 from vorasmit/fetch-item-taxes-v14
...
fix: fetch item_tax_template values if fields with fetch_from exisit (#38284 )
2023-12-17 18:51:22 +05:30
Smit Vora
24ae45ce84
fix: fetch item_tax_template values if fields with fetch_from exisit
2023-12-17 14:03:37 +05:30
Deepesh Garg
a14e7f0e84
Merge pull request #38751 from frappe/mergify/bp/version-14-hotfix/pr-38505
...
feat: set lead name from email (#38505 )
2023-12-16 22:29:43 +05:30
Devin Slauenwhite
7eee573fcb
fixup! feat: in_party_currency option for AR/AP reports
...
fix: merge conflict typo
2023-12-16 16:29:01 +00:00
Richard Case
0894022695
chore: update tests
2023-12-16 16:15:00 +00:00
Richard Case
3c717db3fd
feat: in_party_currency option for AR/AP reports
2023-12-16 16:14:44 +00:00
mergify[bot]
942f34a734
fix: Reset SLA on issue doesn't work (backport #38789 ) ( #38790 )
...
fix: Reset SLA on issue doesn't work (#38789 )
This was broken since last refactor where it was spun off to work with
all types of doctypes but client side code was never adapted.
(cherry picked from commit fa1c7b663c )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-12-15 22:02:29 +05:30
Raffael Meyer
4821919695
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-38505
2023-12-15 15:15:37 +01:00
Deepesh Garg
34549b62bd
Merge pull request #38782 from frappe/mergify/bp/version-14-hotfix/pr-38691
...
fix: Init internal child table values (#38691 )
2023-12-15 18:48:10 +05:30
Deepesh Garg
d593f81a16
fix: Init internal child table values
...
(cherry picked from commit 2588970d55 )
2023-12-15 12:45:51 +00:00
mergify[bot]
e05b23c388
fix: wrong currency in Stock Balance report (backport #38778 ) ( #38779 )
...
fix: wrong currency in Stock Balance report
(cherry picked from commit 5a83a16e60 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-12-15 15:32:50 +05:30
ruthra kumar
d4c131b153
Merge pull request #38774 from frappe/mergify/bp/version-14-hotfix/pr-38766
...
fix: validation error on reconciling PE to Journals as Invoice (backport #38766 )
2023-12-15 14:41:43 +05:30
ruthra kumar
9836205725
fix: validation error on reconciling PE to Journals as Invoice
...
With the same exchange rate on Journal Entry and Payment Entry,
reconcilition should not post exc gain/loss journal and should not
throw validation error
(cherry picked from commit 5eeb650dfd )
2023-12-15 13:20:38 +05:30
Gursheen Anand
98198d35ea
fix: skip jvs against bank accounts
...
(cherry picked from commit f7b2380ec1 )
2023-12-15 07:29:14 +00:00
Deepesh Garg
12cd7a7083
Merge pull request #38674 from frappe/mergify/bp/version-14-hotfix/pr-38672
...
fix: get data for leaderboard (#38672 )
2023-12-15 10:15:41 +05:30
Deepesh Garg
e539152c6b
Merge pull request #38753 from barredterra/contact-from-customer-creation
...
fix: address and contact from customer creation (backport #38055 , #37386 , #38060 )
2023-12-15 10:14:58 +05:30
David Arnold
6ed7c6610a
fix(customer): quick form and integration fixes ( #37386 )
2023-12-14 16:50:20 +01:00
barredterra
d6d717c315
test: parse full name
2023-12-14 16:47:46 +01:00
barredterra
935e23449f
refactor: parse full name
2023-12-14 16:47:36 +01:00
David Arnold
ed9b38bc8d
fix(customer): contact creation for companies ( #38055 )
2023-12-14 16:47:15 +01:00
Raffael Meyer
2c52f2ce13
chore: resolve conflicts
2023-12-14 13:51:47 +01:00
barredterra
1469ca7d0b
feat: set lead name from email
...
(cherry picked from commit ceeb724acc )
# Conflicts:
# erpnext/crm/doctype/lead/lead.json
2023-12-14 12:49:40 +00:00
mergify[bot]
73d525e84d
fix: timezone aware SLA banner (backport #38745 ) ( #38746 )
...
fix: timezone aware SLA banner (#38745 )
(cherry picked from commit eaf86a6461 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-12-14 15:59:19 +05:30
ruthra kumar
f6c611d026
Merge pull request #38744 from ruthra-kumar/filter_error_on_reconciliation_tool
...
fix: error while filtering on name on reconciliation tool
2023-12-14 15:10:12 +05:30
ruthra kumar
30b6321fd5
fix: error while filtering on name on reconciliation tool
2023-12-14 14:28:20 +05:30
Frappe PR Bot
20a26c3dd4
chore(release): Bumped to Version 14.54.2
...
## [14.54.2](https://github.com/frappe/erpnext/compare/v14.54.1...v14.54.2 ) (2023-12-14)
### Bug Fixes
* fetch exc rate of multi currency journals ([cdef0bd ](cdef0bd503 ))
2023-12-14 06:20:30 +00:00
ruthra kumar
d975eccaab
Merge pull request #38741 from frappe/mergify/bp/version-14/pr-38717
...
fix: fetch exc rate of multi currency journals on reconciliation (backport #38717 )
2023-12-14 11:49:20 +05:30
ruthra kumar
cdef0bd503
fix: fetch exc rate of multi currency journals
...
(cherry picked from commit 1b3ba25220 )
2023-12-14 06:00:23 +00:00
ruthra kumar
a714114cd9
Merge pull request #38736 from frappe/mergify/bp/version-14-hotfix/pr-38717
...
fix: fetch exc rate of multi currency journals on reconciliation (backport #38717 )
2023-12-14 09:59:44 +05:30
ruthra kumar
bf585de558
fix: fetch exc rate of multi currency journals
...
(cherry picked from commit 1b3ba25220 )
2023-12-14 04:06:43 +00:00
Frappe PR Bot
b7fd24074d
chore(release): Bumped to Version 14.54.1
...
## [14.54.1](https://github.com/frappe/erpnext/compare/v14.54.0...v14.54.1 ) (2023-12-13)
### Bug Fixes
* supplier removed on selection of item (backport [#38712 ](https://github.com/frappe/erpnext/issues/38712 )) (backport [#38732 ](https://github.com/frappe/erpnext/issues/38732 )) ([#38735 ](https://github.com/frappe/erpnext/issues/38735 )) ([d53a9f6 ](d53a9f6530 ))
2023-12-13 19:09:56 +00:00
mergify[bot]
d53a9f6530
fix: supplier removed on selection of item (backport #38712 ) (backport #38732 ) ( #38735 )
...
fix: supplier removed on selection of item (backport #38712 ) (#38732 )
fix: supplier removed on selection of item (#38712 )
(cherry picked from commit db24e24882 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit dda95ea892 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-12-14 00:38:47 +05:30
mergify[bot]
dda95ea892
fix: supplier removed on selection of item (backport #38712 ) ( #38732 )
...
fix: supplier removed on selection of item (#38712 )
(cherry picked from commit db24e24882 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-12-13 19:05:52 +00:00
mergify[bot]
4908d03a88
Revert "fix(ux): don't update qty blindly" (backport #38728 ) (backport #38729 ) ( #38733 )
...
Revert "fix(ux): don't update qty blindly" (backport #38728 ) (#38729 )
Revert "fix(ux): don't update qty blindly" (#38728 )
(cherry picked from commit 6851c5042f )
Co-authored-by: Ankush Menat <ankush@frappe.io >
(cherry picked from commit 0d49dd3648 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-12-14 00:30:36 +05:30
mergify[bot]
229075048b
feat(RFQ): special properties in print preview (backport #38725 ) ( #38726 )
...
feat: RFQ print preview
(cherry picked from commit 27f05145ae )
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
2023-12-14 00:10:58 +05:30
mergify[bot]
0d49dd3648
Revert "fix(ux): don't update qty blindly" (backport #38728 ) ( #38729 )
...
Revert "fix(ux): don't update qty blindly" (#38728 )
(cherry picked from commit 6851c5042f )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-12-13 23:16:26 +05:30
Frappe PR Bot
214861d68f
chore(release): Bumped to Version 14.54.0
...
# [14.54.0](https://github.com/frappe/erpnext/compare/v14.53.0...v14.54.0 ) (2023-12-12)
### Bug Fixes
* 1st row depr. sch. value of asset put to less than 180 days acc. to I.T. S. 32 ([#38697 ](https://github.com/frappe/erpnext/issues/38697 )) ([753a1b5 ](753a1b511d ))
* calc monthly_repayment_amount correctly in regenerate_repayment_schedule ([#38636 ](https://github.com/frappe/erpnext/issues/38636 )) ([008400d ](008400d287 ))
* format only if searched text contain link value text ([b28deaa ](b28deaae2c ))
* limit end date to current date ([cbe15e1 ](cbe15e159a ))
* typo in unittest ([#38673 ](https://github.com/frappe/erpnext/issues/38673 )) ([c87a3c7 ](c87a3c7793 ))
* **ux:** don't update qty blindly (backport [#38608 ](https://github.com/frappe/erpnext/issues/38608 )) ([#38638 ](https://github.com/frappe/erpnext/issues/38638 )) ([29cd474 ](29cd474f44 ))
### Features
* add employee number to client user bootinfo (backport [#38477 ](https://github.com/frappe/erpnext/issues/38477 )) ([#38602 ](https://github.com/frappe/erpnext/issues/38602 )) ([c2a137f ](c2a137f0fb ))
### Reverts
* Revert "refactor: bank transaction (backport #38182 )" (#38653 ) ([7813efa ](7813efad35 )), closes [#38182 ](https://github.com/frappe/erpnext/issues/38182 ) [#38653 ](https://github.com/frappe/erpnext/issues/38653 ) [#38182 ](https://github.com/frappe/erpnext/issues/38182 )
2023-12-12 16:12:27 +00:00
Deepesh Garg
e7b96209cd
Merge pull request #38689 from frappe/version-14-hotfix
...
chore: release v14
2023-12-12 21:40:16 +05:30
Anand Baburajan
753a1b511d
fix: 1st row depr. sch. value of asset put to less than 180 days acc. to I.T. S. 32 ( #38697 )
...
fix: 1st row value of asset put to less than 180 days acc. to IT S. 32
2023-12-12 20:53:44 +05:30
ruthra kumar
6715dd6167
Merge pull request #38677 from frappe/mergify/bp/version-14-hotfix/pr-38673
...
fix: typo in unittest (backport #38673 )
2023-12-12 17:35:16 +05:30
ruthra kumar
a061798a6f
Merge pull request #38686 from frappe/mergify/bp/version-14-hotfix/pr-38685
...
refactor: add `get_list` for virtual child doctypes (backport #38685 )
2023-12-12 15:24:56 +05:30
ruthra kumar
fa79a7cdab
refactor: add get_list for virtual child doctypes
...
(cherry picked from commit 15c90551b6 )
2023-12-12 14:51:41 +05:30
ruthra kumar
6884aac2a0
Merge pull request #38683 from frappe/mergify/bp/version-14-hotfix/pr-38679
...
refactor(test): repost utility deletion flag test (backport #38679 )
2023-12-12 13:33:17 +05:30
ruthra kumar
e61a12b4cb
refactor(test): update repost settings before test case
...
(cherry picked from commit acb6e8e120 )
2023-12-12 07:16:49 +00:00
ruthra kumar
4542a12787
refactor: increase limit and remove explicit call to start_repost
...
(cherry picked from commit ccff588563 )
2023-12-12 07:16:49 +00:00
ruthra kumar
f0408c89ce
refactor: remove explicit commit on repost
...
(cherry picked from commit a97b3db749 )
2023-12-12 07:16:48 +00:00
ruthra kumar
7c080bd60c
refactor(test): repost utility deletion flag test
...
(cherry picked from commit cc15f695b4 )
2023-12-12 07:16:48 +00:00
Raffael Meyer
c87a3c7793
fix: typo in unittest ( #38673 )
...
(cherry picked from commit 6ad298adfc )
2023-12-12 04:26:10 +00:00
barredterra
038a30feb0
chore: deprecate unused method
...
(cherry picked from commit 956c3c50a0 )
2023-12-12 04:24:39 +00:00
barredterra
c63f873a6f
fix: get sales partner for leaderboard
...
(cherry picked from commit 40c1acc961 )
2023-12-12 04:24:39 +00:00
barredterra
df93447d30
fix: get sales person for leaderboard
...
(cherry picked from commit 7babfd4ac4 )
2023-12-12 04:24:39 +00:00
barredterra
7477ff3b5c
fix: get suppliers for leaderboard
...
(cherry picked from commit 65df4b6aa8 )
2023-12-12 04:24:38 +00:00
barredterra
812b301aab
fix: get items for leaderboard
...
(cherry picked from commit 2721ee3a8d )
2023-12-12 04:24:38 +00:00
barredterra
9dfe342838
fix: get customers for leaderboard
...
(cherry picked from commit 137b5a6108 )
2023-12-12 04:24:38 +00:00
Deepesh Garg
7813efad35
Revert "refactor: bank transaction (backport #38182 )" ( #38653 )
...
Revert "refactor: bank transaction (#38182 )"
This reverts commit a4b5fc8100 .
2023-12-10 16:29:27 +05:30
mergify[bot]
29cd474f44
fix(ux): don't update qty blindly (backport #38608 ) ( #38638 )
...
fix(ux): don't update qty blindly
(cherry picked from commit 0156339f34 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-12-08 17:59:46 +05:30
Anand Baburajan
008400d287
fix: calc monthly_repayment_amount correctly in regenerate_repayment_schedule ( #38636 )
2023-12-08 16:34:29 +05:30
Shariq Ansari
4b9d9c0df4
Merge pull request #38626 from frappe/mergify/bp/version-14-hotfix/pr-38623
...
fix: format only if searched text contain link value text (backport #38623 )
2023-12-07 20:51:16 +05:30
Shariq Ansari
b28deaae2c
fix: format only if searched text contain link value text
...
(cherry picked from commit 08ed3cd313 )
2023-12-07 15:17:48 +00:00
Ankush Menat
4e6b8ead8f
chore: remove unused cache=True
...
(cherry picked from commit 6a47a2ceaf )
2023-12-06 20:55:35 +05:30
mergify[bot]
c2a137f0fb
feat: add employee number to client user bootinfo (backport #38477 ) ( #38602 )
...
feat: add employee number to client user bootinfo (#38477 )
(cherry picked from commit 525f656cc1 )
Co-authored-by: Richard Case <110036763+casesolved-co-uk@users.noreply.github.com >
2023-12-06 20:55:06 +05:30
Deepesh Garg
f6fcb7ee26
Merge pull request #38571 from frappe/mergify/bp/version-14-hotfix/pr-38556
...
fix(minor): financial statements period end date (#38556 )
2023-12-06 13:45:45 +05:30
Frappe PR Bot
973d06d96f
chore(release): Bumped to Version 14.53.0
...
# [14.53.0](https://github.com/frappe/erpnext/compare/v14.52.1...v14.53.0 ) (2023-12-05)
### Bug Fixes
* `OperationalError` while selecting Serial No in `Warranty Claim` (backport [#38394 ](https://github.com/frappe/erpnext/issues/38394 )) ([#38413 ](https://github.com/frappe/erpnext/issues/38413 )) ([49296cd ](49296cd5cb ))
* better overlap logic for job card (backport [#38432 ](https://github.com/frappe/erpnext/issues/38432 )) ([#38521 ](https://github.com/frappe/erpnext/issues/38521 )) ([6db63c9 ](6db63c971e ))
* consider the `Valuation Method` while picking incorrect SLE (backport [#38592 ](https://github.com/frappe/erpnext/issues/38592 )) ([#38594 ](https://github.com/frappe/erpnext/issues/38594 )) ([01b2a1f ](01b2a1ffeb ))
* debit credit mismatch in multi-currecy asset purchase receipt ([#38342 ](https://github.com/frappe/erpnext/issues/38342 )) ([fd6a23c ](fd6a23cf41 ))
* don't consider cancelled entries ([#38401 ](https://github.com/frappe/erpnext/issues/38401 )) ([9345334 ](9345334196 ))
* don't show non-stock items in Stock Analytics report (backport [#38543 ](https://github.com/frappe/erpnext/issues/38543 )) ([#38544 ](https://github.com/frappe/erpnext/issues/38544 )) ([2e333e6 ](2e333e6802 ))
* don't update previous doc on rate change (backport [#38493 ](https://github.com/frappe/erpnext/issues/38493 )) ([#38523 ](https://github.com/frappe/erpnext/issues/38523 )) ([b88c7d6 ](b88c7d63de ))
* exclude `invoice_doctypes` from party advance ([1042d4c ](1042d4cfeb ))
* exploded items in Subcontracting Receipt (backport [#38441 ](https://github.com/frappe/erpnext/issues/38441 )) ([#38444 ](https://github.com/frappe/erpnext/issues/38444 )) ([2908d96 ](2908d966b6 ))
* get dynamic link with parenttype contact ([12d3cda ](12d3cda2d9 ))
* incorrect customer outstanding amount ([#38475 ](https://github.com/frappe/erpnext/issues/38475 )) ([c07723d ](c07723d49d ))
* incorrect material request quantity in Production Plan (backport [#38566 ](https://github.com/frappe/erpnext/issues/38566 )) ([#38578 ](https://github.com/frappe/erpnext/issues/38578 )) ([70965ef ](70965efd94 ))
* incorrect ordered qty for Subcontracting Order ([#38415 ](https://github.com/frappe/erpnext/issues/38415 )) ([8e37087 ](8e370876cc ))
* incorrect requested quantity for the subcontracting order (backport [#38455 ](https://github.com/frappe/erpnext/issues/38455 )) ([#38471 ](https://github.com/frappe/erpnext/issues/38471 )) ([497049b ](497049b3fd ))
* item group filter in sales person wise report ([eee9062 ](eee9062814 ))
* make create button translatable ([#38165 ](https://github.com/frappe/erpnext/issues/38165 )) ([c71b31e ](c71b31e3b8 ))
* no fstring in translation ([#38381 ](https://github.com/frappe/erpnext/issues/38381 )) ([cec2574 ](cec25740ea ))
* **pe:** show split alert only on splitting ([8d6d74c ](8d6d74c237 ))
* **regional:** use net figures for sales calc ([#38260 ](https://github.com/frappe/erpnext/issues/38260 )) ([d337533 ](d337533907 ))
* remove hardcoded, implicit rounding loss allowance ([419943a ](419943a9d9 ))
* set cwip account before asset tests ([ecde1d5 ](ecde1d58b5 ))
* show item name as title instead of item group in BOM (backport [#38478 ](https://github.com/frappe/erpnext/issues/38478 )) ([#38480 ](https://github.com/frappe/erpnext/issues/38480 )) ([0df52d2 ](0df52d2c4f ))
* SO ordered qty on PO item removal ([#38378 ](https://github.com/frappe/erpnext/issues/38378 )) ([b7fe163 ](b7fe163de5 ))
* sql error while filtering on finance book in GL ([25ec1fc ](25ec1fce61 ))
* unset discount amount based on coupon code ([7fa97fa ](7fa97fa7b5 ))
* use `docstatus` instead of `status` (backport [#38439 ](https://github.com/frappe/erpnext/issues/38439 )) ([#38442 ](https://github.com/frappe/erpnext/issues/38442 )) ([2dc4b02 ](2dc4b02fc8 ))
* use predefined onload property `load_after_mapping` (backport [#38209 ](https://github.com/frappe/erpnext/issues/38209 )) ([#38518 ](https://github.com/frappe/erpnext/issues/38518 )) ([9f23b7e ](9f23b7e46f ))
* **ux:** make valuation field read only when it can't be modified (backport [#38450 ](https://github.com/frappe/erpnext/issues/38450 )) ([#38463 ](https://github.com/frappe/erpnext/issues/38463 )) ([bec7fb5 ](bec7fb5493 ))
* validate finance_books table length in asset ([#38584 ](https://github.com/frappe/erpnext/issues/38584 )) ([14b908f ](14b908f8ab ))
### Features
* `Company` filter in `Stock Ledger Variance` report (backport [#38553 ](https://github.com/frappe/erpnext/issues/38553 )) ([#38573 ](https://github.com/frappe/erpnext/issues/38573 )) ([6c89f35 ](6c89f351f4 ))
* shift depreciation for assets [v14] [backport of [#38327 ](https://github.com/frappe/erpnext/issues/38327 )] ([#38404 ](https://github.com/frappe/erpnext/issues/38404 )) ([d8c3935 ](d8c3935e64 ))
2023-12-05 17:17:12 +00:00
Deepesh Garg
37bf57cf75
Merge pull request #38589 from frappe/version-14-hotfix
...
chore: release v14
2023-12-05 22:45:16 +05:30
Deepesh Garg
8d4c38f6b9
Merge branch 'version-14' into version-14-hotfix
2023-12-05 22:01:50 +05:30
mergify[bot]
01b2a1ffeb
fix: consider the Valuation Method while picking incorrect SLE (backport #38592 ) ( #38594 )
...
* fix: incorrect SLE for `Moving Average` valuation method
(cherry picked from commit 8beec58670 )
* feat: add `Valuation Method` column in `Stock Ledger Variance` report
(cherry picked from commit 16c297c2ec )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-12-05 18:13:59 +05:30
ruthra kumar
b858d1ceeb
Merge pull request #38585 from frappe/mergify/bp/version-14-hotfix/pr-38580
...
fix: sql error while filtering on finance book in GL (backport #38580 )
2023-12-05 15:07:07 +05:30
Sherin KR
14b908f8ab
fix: validate finance_books table length in asset ( #38584 )
2023-12-05 14:44:59 +05:30
ruthra kumar
25ec1fce61
fix: sql error while filtering on finance book in GL
...
(cherry picked from commit b1d9f3132d )
2023-12-05 09:11:39 +00:00
mergify[bot]
70965efd94
fix: incorrect material request quantity in Production Plan (backport #38566 ) ( #38578 )
...
fix: incorrect material request quantity in Production Plan (#38566 )
(cherry picked from commit aaa9036eca )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-12-05 14:24:54 +05:30
Karol Walczysko
9f43e9e668
Fix: Asset JS fieldname depreciation_schedule to schedules in make_schedules_editable function. ( #38583 )
...
Fix fieldname depreciation_schedule to schedules
Renames the depreciation_schedule fieldname to schedules in the make_schedules_editable function.
2023-12-05 14:22:23 +05:30
ruthra kumar
47ef075759
Merge pull request #38576 from frappe/mergify/bp/version-14-hotfix/pr-38570
...
refactor: ignore unreconcile doc on PI cancel/delete (backport #38570 )
2023-12-05 13:52:22 +05:30
ruthra kumar
4544727654
refactor: ingore on JE cancel as well
...
(cherry picked from commit 1a5d56977e )
2023-12-05 13:32:10 +05:30
mergify[bot]
6c89f351f4
feat: Company filter in Stock Ledger Variance report (backport #38553 ) ( #38573 )
...
feat: `Company` filter in `Stock Ledger Variance` report
(cherry picked from commit fb3421fcce )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-12-05 12:33:14 +05:30
ruthra kumar
35c06fabc5
refactor: ignore unreconcile doc on PI cancel/delete
...
(cherry picked from commit 4ca84eadb6 )
2023-12-05 06:34:13 +00:00
Gursheen Anand
cbe15e159a
fix: limit end date to current date
...
(cherry picked from commit ab6e92aae1 )
2023-12-05 05:54:12 +00:00
Shariq Ansari
3411814ee3
Merge pull request #38563 from frappe/mergify/bp/version-14-hotfix/pr-38562
...
fix: get dynamic link with parenttype contact (backport #38562 )
2023-12-04 19:22:28 +05:30
Shariq Ansari
12d3cda2d9
fix: get dynamic link with parenttype contact
...
(cherry picked from commit 3d7ad71b22 )
2023-12-04 13:51:13 +00:00
ruthra kumar
efc6a8a044
Merge pull request #38546 from frappe/mergify/bp/version-14-hotfix/pr-38283
...
chore: move reconciliation cleanup patch to pre-model sync (backport #38283 )
2023-12-04 14:33:44 +05:30
ruthra kumar
0d913a6401
Merge pull request #38549 from frappe/mergify/bp/version-14-hotfix/pr-38475
...
fix: incorrect customer outstanding amount (backport #38475 )
2023-12-04 13:58:16 +05:30
ruthra kumar
2e3a860a46
chore: resolve conflict
2023-12-04 13:43:41 +05:30
NIYAZ RAZAK
c07723d49d
fix: incorrect customer outstanding amount ( #38475 )
...
* fix: incorrect customer outstanding amount
* chore: resolve linting error
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
---------
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
(cherry picked from commit 3df1d75bdd )
2023-12-04 08:10:42 +00:00
ruthra kumar
7551ba3851
chore: move reconciliation cleanup patch to pre-model
...
(cherry picked from commit f258ab5e98 )
# Conflicts:
# erpnext/patches.txt
2023-12-04 07:33:38 +00:00
ruthra kumar
67f149ee06
Merge pull request #38541 from frappe/mergify/bp/version-14-hotfix/pr-38148
...
refactor: convert Payment Reconciliation to virtual doctype (backport #38148 )
2023-12-04 13:01:49 +05:30
ruthra kumar
d27e588672
chore: resolve conflicts
2023-12-04 12:21:19 +05:30
mergify[bot]
2e333e6802
fix: don't show non-stock items in Stock Analytics report (backport #38543 ) ( #38544 )
...
* fix(ux): stock-item filter for Item Code field
(cherry picked from commit ccdcb7dfcc )
* fix: don't show non-stock items in Stock Analytics report
(cherry picked from commit 01aadbef85 )
* fix: `linter`
(cherry picked from commit 15fff84bb5 )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-12-04 12:18:31 +05:30
ruthra kumar
59773acdd2
chore: clear singles table and reconciliation related tables
...
(cherry picked from commit f31002636b )
# Conflicts:
# erpnext/patches.txt
2023-12-04 06:31:05 +00:00
ruthra kumar
454d789232
chore: remove reconciliation defaults from patch
...
(cherry picked from commit b5dd0c8630 )
# Conflicts:
# erpnext/patches.txt
2023-12-04 06:31:04 +00:00
ruthra kumar
c349c89ae3
refactor: virtual doctype methods
...
(cherry picked from commit 9c7b19e0b7 )
2023-12-04 06:31:04 +00:00
ruthra kumar
36dc7bd55e
refactor: convert payment reconciliation tool to virtual doctype
...
(cherry picked from commit 3a51a3f37e )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.json
2023-12-04 06:31:03 +00:00
ruthra kumar
5a8bf7bf7d
Merge pull request #38539 from frappe/mergify/bp/version-14-hotfix/pr-38220
...
fix: exclude `invoice_doctypes` from party advance (backport #38220 )
2023-12-04 11:19:24 +05:30
Dany Robert
1042d4cfeb
fix: exclude invoice_doctypes from party advance
...
(cherry picked from commit f34ffc2062 )
2023-12-04 05:31:28 +00:00
mergify[bot]
9f23b7e46f
fix: use predefined onload property load_after_mapping (backport #38209 ) ( #38518 )
...
Co-authored-by: Sagar Vora <sagar@resilient.tech >
fix: use predefined onload property `load_after_mapping` (#38209 )
2023-12-04 09:52:16 +05:30
mergify[bot]
b7fe163de5
fix: SO ordered qty on PO item removal ( #38378 )
...
* fix: SO ordered qty on PO item removal (#38378 )
* fix: update ordered_qty for SO when PO items removed
* refactor: use cached value
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 9087e1443e )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.py
* chore: resolve conflicts
---------
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
2023-12-04 09:35:51 +05:30
ruthra kumar
8c9f4c8700
Merge pull request #38527 from frappe/mergify/bp/version-14-hotfix/pr-38525
...
fix: multiple minor fixes in report and Exchange Rate Revaluation (backport #38525 )
2023-12-03 17:04:10 +05:30
ruthra kumar
419943a9d9
fix: remove hardcoded, implicit rounding loss allowance
...
(cherry picked from commit 64266c4d38 )
2023-12-03 11:14:13 +00:00
ruthra kumar
eee9062814
fix: item group filter in sales person wise report
...
(cherry picked from commit f4d418ea6d )
2023-12-03 11:14:12 +00:00
mergify[bot]
6db63c971e
fix: better overlap logic for job card (backport #38432 ) ( #38521 )
...
* fix: better overlap logic for job card (#38432 )
(cherry picked from commit 74eab91042 )
# Conflicts:
# erpnext/manufacturing/doctype/job_card/job_card.py
* chore: fix conflicts
* chore: fixed existing_time_logs not defined
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-12-03 15:15:30 +05:30
mergify[bot]
b88c7d63de
fix: don't update previous doc on rate change (backport #38493 ) ( #38523 )
...
fix: don't update previous doc on rate change
(cherry picked from commit 68f5dd3e7b )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-12-03 14:02:59 +05:30
mergify[bot]
9345334196
fix: don't consider cancelled entries ( #38401 )
...
* fix: don't consider cancelled entries
(cherry picked from commit adfcdb3b65 )
* refactor: get outstanding journal entry using query builder
(cherry picked from commit ff27cccff4 )
---------
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com >
2023-12-02 20:06:48 +05:30
Deepesh Garg
ae285f3417
Merge pull request #38422 from frappe/mergify/bp/version-14-hotfix/pr-38250
...
fix: unset discount amount based on coupon code (#38250 )
2023-12-02 19:42:24 +05:30
mergify[bot]
b813964ee3
chore: changed sort_order to DESC for customer (backport #38498 ) ( #38500 )
...
chore: changed sort_order to DESC for customer (#38498 )
(cherry picked from commit 6bc40373f2 )
Co-authored-by: Sherin KR <sherinkrply@gmail.com >
2023-12-01 19:09:20 +05:30
ruthra kumar
3f311fcc1e
Merge pull request #38485 from frappe/mergify/bp/version-14-hotfix/pr-38440
...
fix(pe): show split alert only on splitting (backport #38440 )
2023-12-01 13:25:47 +05:30
Dany Robert
8d6d74c237
fix(pe): show split alert only on splitting
...
(cherry picked from commit 96b13c59c1 )
2023-12-01 07:10:29 +00:00
mergify[bot]
0df52d2c4f
fix: show item name as title instead of item group in BOM (backport #38478 ) ( #38480 )
...
fix: show item name as title instead of item group in BOM (#38478 )
Item fields in BOM used to show Item Group when Items were set to show title as link fields. Now they show Item Name instead
(cherry picked from commit 3a66aefd2c )
Co-authored-by: Gughan Ravikumar <gughanrk@gmail.com >
2023-12-01 11:32:49 +05:30
mergify[bot]
497049b3fd
fix: incorrect requested quantity for the subcontracting order (backport #38455 ) ( #38471 )
...
* fix: incorrect requested quantity for the subcontracting order
(cherry picked from commit 691e3bb24f )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.py
# erpnext/subcontracting/doctype/subcontracting_order/subcontracting_order.py
# erpnext/subcontracting/doctype/subcontracting_order_item/subcontracting_order_item.json
# erpnext/subcontracting/doctype/subcontracting_order_service_item/subcontracting_order_service_item.json
* chore: fix conflicts
* chore: fix conflicts
* chore: fix conflicts
* chore: fix conflicts
---------
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2023-11-30 20:53:52 +05:30
mergify[bot]
bec7fb5493
fix(ux): make valuation field read only when it can't be modified (backport #38450 ) ( #38463 )
...
* fix(ux): make `basic_rate` field read-only based on purpose
(cherry picked from commit abc7d30024 )
* fix(ux): make PR `rate` field read-only having PO ref
(cherry picked from commit ae294ee470 )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.json
* fix(ux): make PI `rate` field read-only having PR ref
(cherry picked from commit 3d4156cc7d )
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-30 17:32:58 +05:30
Frappe PR Bot
7b6f25cb9e
chore(release): Bumped to Version 14.52.1
...
## [14.52.1](https://github.com/frappe/erpnext/compare/v14.52.0...v14.52.1 ) (2023-11-30)
### Bug Fixes
* use flt on outstanding on AR/AP summary report ([161b0da ](161b0da29a ))
2023-11-30 11:36:02 +00:00
ruthra kumar
865288976c
Merge pull request #38459 from frappe/mergify/bp/version-14/pr-38457
...
fix: use flt on outstanding on AR/AP summary report (backport #38457 )
2023-11-30 17:04:42 +05:30
ruthra kumar
00347cdc8e
Merge pull request #38460 from frappe/mergify/bp/version-14-hotfix/pr-38457
...
refactor: use flt on outstanding on AR/AP summary report (backport #38457 )
2023-11-30 16:52:15 +05:30
ruthra kumar
161b0da29a
fix: use flt on outstanding on AR/AP summary report
...
(cherry picked from commit e4bdd3a28d )
2023-11-30 16:43:58 +05:30
ruthra kumar
b7556f9b30
refactor: use flt on outstanding on AR/AP summary report
...
(cherry picked from commit e4bdd3a28d )
2023-11-30 16:28:13 +05:30
Gursheen Kaur Anand
2b570ed68c
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-38250
2023-11-30 14:15:12 +05:30
ruthra kumar
d82a123cf8
Merge pull request #38447 from frappe/mergify/bp/version-14-hotfix/pr-38446
...
refactor: pass on filter to up front outstanding query as well (backport #38446 )
2023-11-30 13:18:43 +05:30
ruthra kumar
e8ea6022f0
refactor: pass on filter to upfront outstanding query as well
...
(cherry picked from commit cfd3230c75 )
2023-11-30 07:26:29 +00:00
mergify[bot]
2908d966b6
fix: exploded items in Subcontracting Receipt (backport #38441 ) ( #38444 )
...
* fix: exploded items in Subcontracting Receipt
(cherry picked from commit 62b4a263f8 )
# Conflicts:
# erpnext/subcontracting/doctype/subcontracting_receipt_item/subcontracting_receipt_item.json
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-30 12:15:52 +05:30
mergify[bot]
2dc4b02fc8
fix: use docstatus instead of status (backport #38439 ) ( #38442 )
...
fix: use `docstatus` instead of `status`
(cherry picked from commit 1423b38d50 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-30 12:11:53 +05:30
Deepesh Garg
f9f65a53fb
Merge pull request #38430 from frappe/mergify/bp/version-14-hotfix/pr-38429
...
fix(minor): set capital WIP account before asset tests (#38429 )
2023-11-30 08:14:58 +05:30
Gursheen Anand
ecde1d58b5
fix: set cwip account before asset tests
...
(cherry picked from commit ef8e4191cd )
2023-11-29 13:21:46 +00:00
Gursheen Anand
7fa97fa7b5
fix: unset discount amount based on coupon code
...
(cherry picked from commit 6518582ed3 )
# Conflicts:
# erpnext/public/js/utils/sales_common.js
2023-11-29 10:25:18 +00:00
rohitwaghchaure
72db68dd39
Merge pull request #38410 from frappe/mergify/bp/version-14-hotfix/pr-38165
...
fix: make create button translatable (backport #38165 )
2023-11-29 13:04:34 +05:30
rohitwaghchaure
d0224cecac
Merge pull request #38418 from frappe/mergify/bp/version-14-hotfix/pr-38415
...
fix: incorrect ordered qty for Subcontracting Order (backport #38415 )
2023-11-29 13:03:04 +05:30
mergify[bot]
49296cd5cb
fix: OperationalError while selecting Serial No in Warranty Claim (backport #38394 ) ( #38413 )
...
* refactor: use arrow function
(cherry picked from commit 1763824e5f )
* refactor: use DocType `Fetch From` instead of `frm.add_fetch`
(cherry picked from commit 01044ca8e9 )
# Conflicts:
# erpnext/support/doctype/warranty_claim/warranty_claim.json
* refactor: use `frm.set_query` to add filters
(cherry picked from commit 640dfab827 )
* refactor: don't use `cur_frm`
(cherry picked from commit 9fadf5f426 )
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-29 12:27:03 +05:30
s-aga-r
55e4951445
chore: conflicts
2023-11-29 12:25:16 +05:30
rohitwaghchaure
8e370876cc
fix: incorrect ordered qty for Subcontracting Order ( #38415 )
...
(cherry picked from commit fddf341f44 )
# Conflicts:
# erpnext/controllers/tests/test_subcontracting_controller.py
2023-11-29 06:52:34 +00:00
Patrick Eissler
c71b31e3b8
fix: make create button translatable ( #38165 )
...
* fix: make all create buttons translatable
* style: use double quotes
---------
Co-authored-by: PatrickDenis-stack <77415730+PatrickDenis-stack@users.noreply.github.com >
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
(cherry picked from commit 8e4b591ea2 )
2023-11-29 04:53:26 +00:00
Deepesh Garg
44b11750d3
chore: v14 patch release ( #38408 )
...
* feat: shift depreciation for assets [v14] [backport of #38327 ] (#38404 )
feat: shift depreciation for assets
* fix: no fstring in translation (#38381 )
fix: no fstring in translation (#38381 )
(cherry picked from commit 8f00481c5f )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
* fix: debit credit mismatch in multi-currecy asset purchase receipt (#38342 )
fix: debit credit mismatch in multi-currecy asset purchase receipt (#38342 )
* fix: Debit credit mimatch in multicurrecy asset purchase receipt
* test: multi currency purchase receipt
* chore: update init files
* test: roolback
(cherry picked from commit add238c892 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
* fix(regional): use net figures for sales calc (#38260 )
fix(regional): use net figures for sales calc (#38260 )
(cherry picked from commit 663bb8726c )
Co-authored-by: Dany Robert <danyrt@wahni.com >
---------
Co-authored-by: Anand Baburajan <anandbaburajan@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: Dany Robert <danyrt@wahni.com >
2023-11-29 10:20:53 +05:30
mergify[bot]
d337533907
fix(regional): use net figures for sales calc ( #38260 )
...
fix(regional): use net figures for sales calc (#38260 )
(cherry picked from commit 663bb8726c )
Co-authored-by: Dany Robert <danyrt@wahni.com >
2023-11-29 09:09:08 +05:30
mergify[bot]
fd6a23cf41
fix: debit credit mismatch in multi-currecy asset purchase receipt ( #38342 )
...
fix: debit credit mismatch in multi-currecy asset purchase receipt (#38342 )
* fix: Debit credit mimatch in multicurrecy asset purchase receipt
* test: multi currency purchase receipt
* chore: update init files
* test: roolback
(cherry picked from commit add238c892 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-11-29 09:07:42 +05:30
mergify[bot]
cec25740ea
fix: no fstring in translation ( #38381 )
...
fix: no fstring in translation (#38381 )
(cherry picked from commit 8f00481c5f )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-11-29 09:06:04 +05:30
Frappe PR Bot
9170ffc371
chore(release): Bumped to Version 14.52.0
...
# [14.52.0](https://github.com/frappe/erpnext/compare/v14.51.0...v14.52.0 ) (2023-11-29)
### Features
* shift depreciation for assets [v14] [backport of [#38327 ](https://github.com/frappe/erpnext/issues/38327 )] ([#38404 ](https://github.com/frappe/erpnext/issues/38404 )) ([53d083a ](53d083a121 ))
2023-11-29 00:48:28 +00:00
Anand Baburajan
6c805fff15
Merge pull request #38405 from frappe/mergify/bp/version-14/pr-38404
...
feat: shift depreciation for assets [v14] [backport of #38327 ] (backport #38404 )
2023-11-29 06:16:47 +05:30
Anand Baburajan
53d083a121
feat: shift depreciation for assets [v14] [backport of #38327 ] ( #38404 )
...
feat: shift depreciation for assets
(cherry picked from commit d8c3935e64 )
2023-11-29 00:46:14 +00:00
Anand Baburajan
d8c3935e64
feat: shift depreciation for assets [v14] [backport of #38327 ] ( #38404 )
...
feat: shift depreciation for assets
2023-11-29 06:15:22 +05:30
Frappe PR Bot
47d37aa628
chore(release): Bumped to Version 14.51.0
...
# [14.51.0](https://github.com/frappe/erpnext/compare/v14.50.0...v14.51.0 ) (2023-11-28)
### Bug Fixes
* Alert message and make sure invoice due dates are different for effective test ([0813f02 ](0813f02ca5 ))
* allow on submit for child table fields ([d72fbe9 ](d72fbe9125 ))
* annual income and expenses in digest ([7dce68b ](7dce68bdcc ))
* check reposting settings before allowing editable si ([f777d24 ](f777d24679 ))
* condition in other bundle utils ([e96ef73 ](e96ef7338e ))
* create contact if existing customer doesn't have contact ([bb2aa90 ](bb2aa904b2 ))
* do not set repost flag without validating voucher ([3ad6d08 ](3ad6d0890a ))
* filter bundle items based on disabled check ([8a3a068 ](8a3a0688ba ))
* fiscal year using future date ([b0aa4ef ](b0aa4efd3d ))
* has_product_bundle util to only check for enabled bundles ([fd19ac5 ](fd19ac55e3 ))
* job card overlap validation (backport [#38345 ](https://github.com/frappe/erpnext/issues/38345 )) ([#38347 ](https://github.com/frappe/erpnext/issues/38347 )) ([9cf8955 ](9cf8955d24 ))
* Merge conflicts ([e7183e3 ](e7183e3ea9 ))
* Negative Qty and Rates in SO/PO ([#38253 ](https://github.com/frappe/erpnext/issues/38253 )) ([50f3b01 ](50f3b01eb7 ))
* Payment Reco Issue and chart of account importer ([730a3bb ](730a3bb7ce ))
* Re-add no.of rows split in alert message ([fb19e7f ](fb19e7f15e ))
* **regional:** item wise tax calc issue ([0448d56 ](0448d56a4f ))
* Server Error while creating Product Bundle (backport [#38377 ](https://github.com/frappe/erpnext/issues/38377 )) ([#38379 ](https://github.com/frappe/erpnext/issues/38379 )) ([ca6a788 ](ca6a78882c ))
* skip disabled bundles for non-report utils ([445e9c9 ](445e9c9041 ))
* skip fixed assets in parent ([5dcd806 ](5dcd806176 ))
* stock availability not showing ([#38382 ](https://github.com/frappe/erpnext/issues/38382 )) ([3929cc3 ](3929cc30ca ))
* validation for existing bundles ([ae960e7 ](ae960e735a ))
### Features
* add disabled field in product bundle ([8d5efc9 ](8d5efc901d ))
* new Report "Lost Quotations" ([#38309 ](https://github.com/frappe/erpnext/issues/38309 )) ([1773e31 ](1773e31499 ))
2023-11-28 16:24:55 +00:00
rohitwaghchaure
6260241c55
Merge pull request #38384 from frappe/version-14-hotfix
...
chore: release v14
2023-11-28 21:53:33 +05:30
Shariq Ansari
6871331ff3
Merge pull request #38399 from frappe/mergify/bp/version-14-hotfix/pr-38398
...
fix(CRM): create contact if existing customer doesn't have contact (backport #38398 )
2023-11-28 20:45:08 +05:30
Shariq Ansari
bb2aa904b2
fix: create contact if existing customer doesn't have contact
...
(cherry picked from commit 23b0b8ba36 )
2023-11-28 14:19:59 +00:00
mergify[bot]
e490bd7785
refactor(Translations): prisoner exchange with HRMS (backport #37376 ) ( #37403 )
...
* refactor: migrate translations to HRMS
* chore: resolve conflicts
* style: remove whitespace
To make the linter happy
---------
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
2023-11-28 17:50:28 +05:30
mergify[bot]
ca6a78882c
fix: Server Error while creating Product Bundle (backport #38377 ) ( #38379 )
...
* fix: product bundle search input
(cherry picked from commit 729fc738af )
* fix: don't select all fields
(cherry picked from commit 8c3713b649 )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-28 15:26:36 +05:30
Raffael Meyer
321ac4c5f0
style: remove whitespace ( #38388 )
...
To make the linter happy
2023-11-28 15:22:35 +05:30
rohitwaghchaure
3929cc30ca
fix: stock availability not showing ( #38382 )
...
fix: stock availability now showing
2023-11-28 15:16:35 +05:30
mergify[bot]
25f67923ea
chore: fix flaky test case (backport #38369 ) ( #38372 )
...
chore: fix flaky test case (#38369 )
(cherry picked from commit ad3634be7c )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-11-28 08:36:46 +05:30
ruthra kumar
5dc7faba0c
Merge pull request #38358 from frappe/mergify/bp/version-14-hotfix/pr-38354
...
refactor: handle rounding loss on AR/AP reports (backport #38354 )
2023-11-27 12:16:27 +05:30
ruthra kumar
2aa9171027
refactor: handle rounding loss on AR/AP reports
...
(cherry picked from commit 592ce45da7 )
2023-11-27 06:22:44 +00:00
mergify[bot]
730a3bb7ce
fix: Payment Reco Issue and chart of account importer
...
fix: Payment Reco Issue and chart of account importer
2023-11-27 10:30:46 +05:30
ruthra kumar
e9a2b002d8
Merge pull request #38355 from frappe/mergify/bp/version-14-hotfix/pr-38081
...
fix: check reposting ledger settings before setting repost flag (backport #38081 )
2023-11-27 09:28:59 +05:30
ruthra kumar
faf025454f
chore: resolve conflict
2023-11-27 09:08:23 +05:30
Marica
50f3b01eb7
fix: Negative Qty and Rates in SO/PO ( #38253 )
...
* fix: Don't allow negative qty in SO/PO
* fix: Type casting for safe comparisons
* fix: Grammar in error message
* fix: Negative rates should be allowed via Update Items in SO/PO
* fix: Use `non_negative` property in docfield & emove code validation
2023-11-27 09:06:27 +05:30
Gursheen Anand
f777d24679
fix: check reposting settings before allowing editable si
...
(cherry picked from commit 894ae1fe0f )
2023-11-27 03:35:38 +00:00
Gursheen Anand
d72fbe9125
fix: allow on submit for child table fields
...
(cherry picked from commit 5fae2f6d57 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json
2023-11-27 03:35:37 +00:00
Gursheen Anand
3ad6d0890a
fix: do not set repost flag without validating voucher
...
(cherry picked from commit ad5edbb1de )
2023-11-27 03:35:37 +00:00
Gursheen Anand
776c884403
refactor: validate reposting settings for editables inv
...
(cherry picked from commit 780b827adc )
2023-11-27 03:35:37 +00:00
mergify[bot]
a4b5fc8100
refactor: bank transaction ( #38182 )
...
refactor: bank transaction (#38182 )
(cherry picked from commit 5426b93387 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-11-26 18:58:04 +05:30
Deepesh Garg
b0547b5619
Merge pull request #38074 from frappe/mergify/bp/version-14-hotfix/pr-37859
...
fix: `split_invoices_based_on_payment_terms` (#37859 )
2023-11-26 18:15:11 +05:30
mergify[bot]
9cf8955d24
fix: job card overlap validation (backport #38345 ) ( #38347 )
...
* fix: job card overlap validation (#38345 )
(cherry picked from commit d8245cef72 )
# Conflicts:
# erpnext/manufacturing/doctype/job_card/job_card.py
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-11-26 17:44:02 +05:30
Deepesh Garg
f7c820ffad
Merge pull request #38331 from frappe/mergify/bp/version-14-hotfix/pr-38309
...
feat: new Report "Lost Quotations" (#38309 )
2023-11-25 17:36:27 +05:30
Raffael Meyer
1773e31499
feat: new Report "Lost Quotations" ( #38309 )
...
(cherry picked from commit 477d9fa87e )
2023-11-24 21:27:50 +00:00
Deepesh Garg
466d0849e8
Merge pull request #38313 from frappe/mergify/bp/version-14-hotfix/pr-36797
...
fix(regional): item wise tax calc issue (#36797 )
2023-11-24 16:31:03 +05:30
Deepesh Garg
28b6afcb10
Merge pull request #38315 from frappe/mergify/bp/version-14-hotfix/pr-38269
...
fix: skip fixed assets in product bundle (#38269 )
2023-11-24 16:30:05 +05:30
Deepesh Garg
bdde30a456
Merge pull request #38324 from frappe/mergify/bp/version-14-hotfix/pr-38273
...
fix: annual income and expenses in email digest (#38273 )
2023-11-24 16:29:16 +05:30
Gursheen Kaur Anand
aea169d4d4
chore: resolve conflicts
2023-11-24 15:30:19 +05:30
Gursheen Anand
b0aa4efd3d
fix: fiscal year using future date
...
(cherry picked from commit 728cc9f725 )
2023-11-24 09:51:29 +00:00
Gursheen Anand
7dce68bdcc
fix: annual income and expenses in digest
...
(cherry picked from commit 52305e3000 )
# Conflicts:
# erpnext/accounts/utils.py
2023-11-24 09:51:29 +00:00
Frappe PR Bot
436ba6f244
chore(release): Bumped to Version 14.50.0
...
# [14.50.0](https://github.com/frappe/erpnext/compare/v14.49.0...v14.50.0 ) (2023-11-24)
### Bug Fixes
* don't depreciate non-depreciable assets on scrapping [v14] ([#38294 ](https://github.com/frappe/erpnext/issues/38294 )) ([5261aba ](5261aba81f ))
* partial cancel of gle and ple (backport [#35609 ](https://github.com/frappe/erpnext/issues/35609 )) ([80bc235 ](80bc235d6e ))
* patch - Duplicate entry quality inspection parameter (backport [#38262 ](https://github.com/frappe/erpnext/issues/38262 )) ([#38263 ](https://github.com/frappe/erpnext/issues/38263 )) ([756f08b ](756f08b9ba ))
* Supplier `Primary Contact` (backport [#38268 ](https://github.com/frappe/erpnext/issues/38268 )) ([#38285 ](https://github.com/frappe/erpnext/issues/38285 )) ([f170cb9 ](f170cb9214 ))
### Features
* add Bank Transaction to connections in Journal and Payment Entry ([#38297 ](https://github.com/frappe/erpnext/issues/38297 )) ([06c6da5 ](06c6da5c0d ))
### Performance Improvements
* optimize total_purchase_cost update ([a88d322 ](a88d322e4f ))
2023-11-24 08:47:31 +00:00
ruthra kumar
79ded4bf19
Merge pull request #38320 from ruthra-kumar/version-14
...
chore: release v14
2023-11-24 14:16:16 +05:30
ruthra kumar
5af23e760c
Merge branch 'version-14-hotfix' into version-14
2023-11-24 13:26:25 +05:30
ruthra kumar
7601861f21
Merge pull request #38318 from frappe/mergify/bp/version-14-hotfix/pr-38298
...
perf: optimize update_purchase_cost method (backport #38298 )
2023-11-24 12:20:57 +05:30
ruthra kumar
1d1af26f7a
chore: resolve conflict
2023-11-24 11:54:55 +05:30
ruthra kumar
47093bebd3
refactor: update project costing based on frequency
...
(cherry picked from commit dd016e6ced )
2023-11-24 06:20:04 +00:00
ruthra kumar
205d971253
refactor: make update_project_cost optional through Buying Settings
...
(cherry picked from commit 0fe6dcd742 )
2023-11-24 06:20:04 +00:00
ruthra kumar
49a787b1a8
refactor: provide UI button to recalculate when needed
...
(cherry picked from commit bcbe6c4a53 )
# Conflicts:
# erpnext/projects/doctype/project/project.py
2023-11-24 06:20:04 +00:00
ruthra kumar
a88d322e4f
perf: optimize total_purchase_cost update
...
(cherry picked from commit aa17110bde )
2023-11-24 06:20:02 +00:00
Deepesh Garg
dfdaad0111
Merge pull request #38300 from frappe/mergify/bp/version-14-hotfix/pr-38297
...
feat: add Bank Transaction to connections in Journal and Payment Entry (#38297 )
2023-11-24 10:06:59 +05:30
ruthra kumar
d80e8c6b15
Merge pull request #38311 from frappe/mergify/bp/version-14-hotfix/pr-38296
...
chore: index to speed up basic submit/cancel functions on purchase invoice (backport #38296 )
2023-11-24 10:04:59 +05:30
Gursheen Anand
d7d5317b0e
chore: linting issues
...
(cherry picked from commit 1657337887 )
2023-11-24 04:30:38 +00:00
Gursheen Anand
445e9c9041
fix: skip disabled bundles for non-report utils
...
(cherry picked from commit 362f377f61 )
2023-11-24 04:30:38 +00:00
Gursheen Anand
e96ef7338e
fix: condition in other bundle utils
...
(cherry picked from commit 8bdb61cb87 )
2023-11-24 04:30:38 +00:00
Gursheen Anand
ae960e735a
fix: validation for existing bundles
...
(cherry picked from commit 67f43d37df )
2023-11-24 04:30:38 +00:00
Gursheen Anand
fd19ac55e3
fix: has_product_bundle util to only check for enabled bundles
...
(cherry picked from commit 3543f86c63 )
2023-11-24 04:30:38 +00:00
Gursheen Anand
8a3a0688ba
fix: filter bundle items based on disabled check
...
(cherry picked from commit 874774fe6c )
2023-11-24 04:30:37 +00:00
Gursheen Anand
8d5efc901d
feat: add disabled field in product bundle
...
(cherry picked from commit ee76af7681 )
2023-11-24 04:30:37 +00:00
Gursheen Anand
5dcd806176
fix: skip fixed assets in parent
...
(cherry picked from commit f9713eeb56 )
2023-11-24 04:30:36 +00:00
Dany Robert
0448d56a4f
fix(regional): item wise tax calc issue
...
(cherry picked from commit 89ddf3272e )
2023-11-24 04:28:23 +00:00
ruthra kumar
f74132b0be
chore: speed up Purchase Invoice cancellation
...
(cherry picked from commit 1efff268b0 )
2023-11-24 04:16:22 +00:00
ruthra kumar
6353deacf0
chore: index to speed up queries on JE child table reference
...
(cherry picked from commit 24fcd67f8b )
2023-11-24 04:16:21 +00:00
mergify[bot]
756f08b9ba
fix: patch - Duplicate entry quality inspection parameter (backport #38262 ) ( #38263 )
...
fix: patch - Duplicate entry quality inspection parameter (#38262 )
(cherry picked from commit 0ca7527f7a )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-11-23 22:39:14 +05:30
Raffael Meyer
2293696ab4
chore: resolve conflicts
2023-11-23 15:10:29 +01:00
Raffael Meyer
06c6da5c0d
feat: add Bank Transaction to connections in Journal and Payment Entry ( #38297 )
...
* feat(Payment Entry): Bank Transaction connection
* feat(Journal Entry): Bank Transaction connection
(cherry picked from commit 3be345e605 )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.json
2023-11-23 13:03:38 +00:00
Anand Baburajan
5261aba81f
fix: don't depreciate non-depreciable assets on scrapping [v14] ( #38294 )
...
fix: don't depreciate non-depreciable assets on scrapping
2023-11-23 14:15:40 +05:30
mergify[bot]
f170cb9214
fix: Supplier Primary Contact (backport #38268 ) ( #38285 )
...
fix: Supplier `Primary Contact`
(cherry picked from commit 627165dc7c )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-23 11:45:57 +05:30
ruthra kumar
8055773425
Merge pull request #38281 from frappe/mergify/bp/version-14-hotfix/pr-38258
...
refactor: rename 'Unreconcile Payments' doctype to singular 'Unreconcile Payment' (backport #38258 )
2023-11-23 11:09:11 +05:30
ruthra kumar
82fa58d4e3
chore: update new unreconcile doctype name in JS and PY files
...
(cherry picked from commit 74f9e34182 )
2023-11-23 05:09:23 +00:00
ruthra kumar
57c6d616e6
chore: rename 'unreconcile payments' to 'unreconcile payment'
...
(cherry picked from commit 9006c9b747 )
2023-11-23 05:09:23 +00:00
ruthra kumar
639512a7c2
Merge pull request #38279 from frappe/mergify/bp/version-14-hotfix/pr-38257
...
refactor: optmize outstanding amount query (backport #38257 )
2023-11-23 10:16:11 +05:30
ruthra kumar
ac13e7362c
refactor: optimize outstanding vouchers query
...
(cherry picked from commit 8b04c1d4f6 )
2023-11-23 04:12:42 +00:00
Marica
1e7dfd3071
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-37859
2023-11-22 20:51:30 +05:30
marination
e7183e3ea9
fix: Merge conflicts
2023-11-22 16:16:37 +01:00
ruthra kumar
c4e57040b7
Merge pull request #38205 from vorasmit/partial-cancel
...
fix: partial cancel of gle and ple (backport #35609 )
2023-11-22 10:27:05 +05:30
Smit Vora
c1a7d614a2
test: partial cancel for gl entries reversal
2023-11-22 10:07:38 +05:30
Frappe PR Bot
7392f9c662
chore(release): Bumped to Version 14.49.0
...
# [14.49.0](https://github.com/frappe/erpnext/compare/v14.48.1...v14.49.0 ) (2023-11-22)
### Bug Fixes
* add revaluation journal filter in Payable report ([d0698b3 ](d0698b32bb ))
* attributes were mandatory for manufacturers ([430980a ](430980a836 ))
* duplicate field in `Closing Stock Balance` ([#38105 ](https://github.com/frappe/erpnext/issues/38105 )) ([1f16c47 ](1f16c47a2c ))
* incorrect incoming rate for serial and batch items in standalone debit note ([#38121 ](https://github.com/frappe/erpnext/issues/38121 )) ([9a34518 ](9a34518e54 ))
* pass check permission in render_address ([1ccd5e4 ](1ccd5e4ff5 ))
* payment entry rounding error ([49735bc ](49735bc120 ))
* remove ESS role when not mapped to employee (backport [#37867 ](https://github.com/frappe/erpnext/issues/37867 )) ([#38132 ](https://github.com/frappe/erpnext/issues/38132 )) ([bc01007 ](bc01007c16 ))
* round `unreconciled_amount` before asserting ([392ee2e ](392ee2e0fd ))
* set asset's valuation_rate according to asset quantity (backport [#38254 ](https://github.com/frappe/erpnext/issues/38254 )) ([#38255 ](https://github.com/frappe/erpnext/issues/38255 )) ([00def82 ](00def82843 ))
* set default asset quantity as 1 [v14] ([#38224 ](https://github.com/frappe/erpnext/issues/38224 )) ([3daf6f8 ](3daf6f822a ))
* show party values when naming by is not naming series ([dd76695 ](dd76695d3a ))
* Supplier Quotation fields ([#37963 ](https://github.com/frappe/erpnext/issues/37963 )) ([883eaee ](883eaee014 ))
* test case for rounded total with cash disc ([9b5185a ](9b5185adc9 ))
* **Timesheet:** reset billing hours equal to hours if they exceed actual hours (backport [#38134 ](https://github.com/frappe/erpnext/issues/38134 )) ([#38152 ](https://github.com/frappe/erpnext/issues/38152 )) ([c7c751e ](c7c751ecd0 ))
* **Timesheet:** warn user if billing hours > actual hours instead of resetting (backport [#38239 ](https://github.com/frappe/erpnext/issues/38239 )) ([#38240 ](https://github.com/frappe/erpnext/issues/38240 )) ([e08f114 ](e08f1145c9 ))
* update modified timestamp ([2849e0d ](2849e0daed ))
* valuation rate in report Item Prices ([#38161 ](https://github.com/frappe/erpnext/issues/38161 )) ([a70696e ](a70696ea77 ))
* wrong round off and rounded total ([296433a ](296433a1dd ))
### Features
* add `Supplier Delivery Note` field in SCR (backport [#38127 ](https://github.com/frappe/erpnext/issues/38127 )) ([#38155 ](https://github.com/frappe/erpnext/issues/38155 )) ([8d4a19c ](8d4a19cecf ))
* Add accounting dimensions to Supplier Quotation ([51e33e1 ](51e33e1556 ))
* virtual parent doctype ([8dbf2ce ](8dbf2ced79 ))
2023-11-22 04:16:31 +00:00
Deepesh Garg
aa6ef76043
Merge pull request #38247 from frappe/version-14-hotfix
...
chore: release v14
2023-11-22 09:43:45 +05:30
Deepesh Garg
f6f5ff0be9
Merge branch 'version-14' into version-14-hotfix
2023-11-22 00:28:38 +05:30
mergify[bot]
00def82843
fix: set asset's valuation_rate according to asset quantity (backport #38254 ) ( #38255 )
...
fix: set asset's valuation_rate according to asset quantity (#38254 )
(cherry picked from commit e2bb4e2baa )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-11-21 22:53:31 +05:30
mergify[bot]
e08f1145c9
fix(Timesheet): warn user if billing hours > actual hours instead of resetting (backport #38239 ) ( #38240 )
...
fix(Timesheet): warn user if billing hours > actual hours instead of resetting (#38239 )
* revert: "fix(Timesheet): reset billing hours equal to hours if they exceed actual hours"
This reverts commit 0ec8034507 .
* fix: warn user if billing hours > actual hours
(cherry picked from commit ac91030b31 )
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2023-11-21 13:41:08 +05:30
ruthra kumar
ddf82cf433
Merge pull request #38235 from frappe/mergify/bp/version-14-hotfix/pr-38234
...
test: prevent rounding loss based validation error (backport #38234 )
2023-11-21 12:30:34 +05:30
ruthra kumar
59a5e132fe
test: prevent rounding loss based validation error
...
(cherry picked from commit 56e991b7f4 )
2023-11-21 06:41:36 +00:00
ruthra kumar
7fc7105c48
Merge pull request #38217 from rtdany10/payment-reco-rounding-issue
...
fix: round `unreconciled_amount` before asserting
2023-11-21 11:33:42 +05:30
Anand Baburajan
3daf6f822a
fix: set default asset quantity as 1 [v14] ( #38224 )
...
fix: set default asset quantity as 1
2023-11-20 22:27:25 +05:30
ruthra kumar
d7278477d6
Merge pull request #38213 from frappe/mergify/bp/version-14-hotfix/pr-38210
...
refactor: extend billed amount update flag to POS Invoice as well (backport #38210 )
2023-11-20 15:02:44 +05:30
ruthra kumar
d0571530eb
Merge pull request #38215 from frappe/mergify/bp/version-14-hotfix/pr-38212
...
refactor: update scheduled job for bulk transaction (backport #38212 )
2023-11-20 14:49:10 +05:30
Dany Robert
392ee2e0fd
fix: round unreconciled_amount before asserting
2023-11-20 14:36:58 +05:30
ruthra kumar
562a55122b
refactor: update scheduled job for bulk transaction
...
(cherry picked from commit fb06ad7330 )
2023-11-20 08:51:08 +00:00
ruthra kumar
b226adeb2f
Merge pull request #38150 from frappe/mergify/bp/version-14-hotfix/pr-38038
...
refactor: supercharge Bulk actions (backport #38038 )
2023-11-20 14:16:27 +05:30
ruthra kumar
12f027b3f4
chore: resolve conflict
2023-11-20 14:15:33 +05:30
ruthra kumar
9f8aa7c59d
refactor: add flag to POS Invoice
...
(cherry picked from commit 83a13e22b7 )
# Conflicts:
# erpnext/accounts/doctype/pos_invoice/pos_invoice.json
2023-11-20 08:36:52 +00:00
ruthra kumar
40f904391e
refactor: set default for 'update_billed_amount_in_delivery_note'
...
(cherry picked from commit ee0c64215d )
2023-11-20 08:36:51 +00:00
ruthra kumar
bfb85527dc
Merge pull request #38196 from frappe/mergify/bp/version-14-hotfix/pr-38159
...
refactor: provision to truncate `remarks` in General Ledger and Accounts Receivable/Payable reports (backport #38159 )
2023-11-20 13:30:39 +05:30
ruthra kumar
b868e2bd5b
chore: resolve conflicts
2023-11-20 12:33:51 +05:30
Sagar Vora
b7e74b479f
Merge pull request #38198 from frappe/mergify/bp/version-14-hotfix/pr-37963
...
fix: Supplier Quotation fields (backport #37963 )
2023-11-20 11:46:25 +05:30
Sagar Vora
7c92ecdc9d
chore: resolve conflicts
2023-11-20 11:39:15 +05:30
Smit Vora
80bc235d6e
fix: partial cancel of gle and ple (backport #35609 )
2023-11-20 10:56:56 +05:30
Vishakh Desai
883eaee014
fix: Supplier Quotation fields ( #37963 )
...
(cherry picked from commit c2bda2c705 )
# Conflicts:
# erpnext/buying/doctype/supplier_quotation/supplier_quotation.json
2023-11-20 04:42:39 +00:00
ruthra kumar
ae319760a0
refactor: add substring logic in ar/ap report
...
(cherry picked from commit a9bf906545 )
2023-11-20 04:38:04 +00:00
ruthra kumar
4e2d0aa892
refactor: provision to set remarks length in accounts settings
...
(cherry picked from commit 97090ff367 )
# Conflicts:
# erpnext/accounts/doctype/accounts_settings/accounts_settings.json
2023-11-20 04:38:04 +00:00
Deepesh Garg
5afb8b59c9
Merge pull request #38190 from frappe/mergify/bp/version-14-hotfix/pr-38171
...
fix: wrong round off and rounded total (#38171 )
2023-11-19 19:44:04 +05:30
Deepesh Garg
8136657dfc
Merge pull request #38146 from GursheenK/show-party-values-when-naming-series-unset
...
fix(minor): show party values when naming by is not naming series
2023-11-19 19:23:57 +05:30
Dany Robert
9b5185adc9
fix: test case for rounded total with cash disc
...
(cherry picked from commit cc60c328fe )
2023-11-19 13:49:06 +00:00
Dany Robert
296433a1dd
fix: wrong round off and rounded total
...
(cherry picked from commit 3a487bd33a )
2023-11-19 13:49:05 +00:00
Deepesh Garg
5033f189f9
Merge pull request #38172 from frappe/mergify/bp/version-14-hotfix/pr-38142
...
feat: Add accounting dimensions to Supplier Quotation (#38142 )
2023-11-19 19:10:39 +05:30
Deepesh Garg
d85185db2e
Merge pull request #38175 from frappe/mergify/bp/version-14-hotfix/pr-38163
...
fix: attributes were mandatory for manufacturers (#38163 )
2023-11-19 19:08:46 +05:30
Deepesh Garg
76b6e0407d
Merge pull request #38179 from frappe/mergify/bp/version-14-hotfix/pr-38161
...
fix: valuation rate in report Item Prices (#38161 )
2023-11-19 18:47:40 +05:30
Deepesh Garg
2fdc575441
Merge pull request #38181 from pps190/fix-pe-precision-bp
...
fix: payment entry rounding error (#38177 )
2023-11-19 18:47:01 +05:30
Deepesh Garg
7b9afa43ff
chore: resolve conflicts
2023-11-19 18:34:47 +05:30
Devin Slauenwhite
49735bc120
fix: payment entry rounding error
2023-11-18 15:09:44 +00:00
Patrick Eissler
a70696ea77
fix: valuation rate in report Item Prices ( #38161 )
...
Co-authored-by: PatrickDenis-stack <77415730+PatrickDenis-stack@users.noreply.github.com >
(cherry picked from commit 32f622ef80 )
2023-11-18 14:55:12 +00:00
barredterra
2849e0daed
fix: update modified timestamp
...
Was missing in 434c2a1815
2023-11-18 15:44:36 +01:00
Deepesh Garg
da27c0fb2d
chore: resolve conflicts
2023-11-18 20:10:28 +05:30
PatrickDenis-stack
430980a836
fix: attributes were mandatory for manufacturers
...
(cherry picked from commit 434c2a1815 )
2023-11-18 14:38:57 +00:00
Deepesh Garg
51e33e1556
feat: Add accounting dimensions to Supplier Quotation
...
(cherry picked from commit 089da459f7 )
# Conflicts:
# erpnext/buying/doctype/supplier_quotation/supplier_quotation.json
# erpnext/patches.txt
2023-11-18 14:11:16 +00:00
mergify[bot]
8d4a19cecf
feat: add Supplier Delivery Note field in SCR (backport #38127 ) ( #38155 )
...
* feat: add `Supplier Delivery Note` field in SCR
(cherry picked from commit da80e4dbce )
# Conflicts:
# erpnext/subcontracting/doctype/subcontracting_receipt/subcontracting_receipt.json
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-18 18:53:55 +05:30
s-aga-r
9a34518e54
fix: incorrect incoming rate for serial and batch items in standalone debit note ( #38121 )
2023-11-18 18:48:25 +05:30
Sagar Vora
39841f9edd
Merge pull request #38168 from frappe/mergify/bp/version-14-hotfix/pr-38167
...
fix: pass check permission in `render_address` (backport #38167 )
2023-11-18 17:39:38 +05:30
Vishakh Desai
1ccd5e4ff5
fix: pass check permission in render_address
...
(cherry picked from commit 45299fe4b3 )
2023-11-18 12:08:24 +00:00
Gursheen Kaur Anand
05d514ca8e
Merge branch 'version-14-hotfix' into show-party-values-when-naming-series-unset
2023-11-17 20:36:11 +05:30
mergify[bot]
c7c751ecd0
fix(Timesheet): reset billing hours equal to hours if they exceed actual hours (backport #38134 ) ( #38152 )
...
fix(Timesheet): reset billing hours equal to hours if they exceed actual hours (#38134 )
(cherry picked from commit 20c6e9fca2 )
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2023-11-17 18:28:10 +05:30
ruthra kumar
fa1f623801
refactor: raise exception on invalid date
...
(cherry picked from commit a393a6b76c )
2023-11-17 10:56:24 +00:00
ruthra kumar
8dbe753a25
refactor: update traceback on retry
...
(cherry picked from commit a52a1b49af )
2023-11-17 10:56:24 +00:00
ruthra kumar
a060000b70
refactor: support list view filters
...
(cherry picked from commit 93295bf25b )
2023-11-17 10:56:24 +00:00
ruthra kumar
b615cfc540
chore: resolve linting issue
...
(cherry picked from commit 73639db910 )
2023-11-17 10:56:24 +00:00
ruthra kumar
32b6eed691
refactor: rollback for retries and UI alerts
...
(cherry picked from commit c320288690 )
2023-11-17 10:56:23 +00:00
ruthra kumar
ad03008a1a
refactor: barebones retry functionality
...
(cherry picked from commit 0aa1636d04 )
2023-11-17 10:56:23 +00:00
ruthra kumar
2ec1a2f862
chore: show retried in list view
...
(cherry picked from commit 194d70f8a0 )
2023-11-17 10:56:23 +00:00
ruthra kumar
f5f48f7480
refactor: add basic functionalities
...
(cherry picked from commit af35590549 )
2023-11-17 10:56:23 +00:00
ruthra kumar
8dbf2ced79
feat: virtual parent doctype
...
(cherry picked from commit a248b13cc3 )
2023-11-17 10:56:22 +00:00
ruthra kumar
b951dbfced
chore: make from_doctype readonly
...
(cherry picked from commit b0dfc936a1 )
2023-11-17 10:56:22 +00:00
ruthra kumar
863a200989
chore: add indexes
...
(cherry picked from commit 73090fa130 )
2023-11-17 10:56:22 +00:00
ruthra kumar
8dafe103bd
chore: add list view filters
...
(cherry picked from commit ade09bc709 )
2023-11-17 10:56:22 +00:00
ruthra kumar
eda9800c93
refactor: simplify logging logic bulk_transaction
...
(cherry picked from commit ebd74a4e5b )
2023-11-17 10:56:22 +00:00
ruthra kumar
6d983b5f45
chore: rearrange fields
...
(cherry picked from commit c4f8f3613f )
2023-11-17 10:56:21 +00:00
ruthra kumar
65614497ed
chore: convert child to normal table
...
(cherry picked from commit e5a8ad54e2 )
2023-11-17 10:56:21 +00:00
ruthra kumar
785bec98d3
chore: remove 'Bulk Transaction Log' doctype
...
(cherry picked from commit 815c616f18 )
2023-11-17 10:56:21 +00:00
Gursheen Kaur Anand
6b08aa2198
Merge branch 'version-14-hotfix' into show-party-values-when-naming-series-unset
2023-11-17 14:21:52 +05:30
Gursheen Anand
dd76695d3a
fix: show party values when naming by is not naming series
2023-11-17 12:50:08 +05:30
Frappe PR Bot
236a064cd3
chore(release): Bumped to Version 14.48.1
...
## [14.48.1](https://github.com/frappe/erpnext/compare/v14.48.0...v14.48.1 ) (2023-11-17)
### Bug Fixes
* add revaluation journal filter in Payable report ([4eb37cc ](4eb37cce26 ))
2023-11-17 04:38:02 +00:00
ruthra kumar
dd685e50df
Merge pull request #38140 from frappe/mergify/bp/version-14/pr-38119
...
fix: add revaluation journal filter in Payable report (backport #38119 )
2023-11-17 10:06:30 +05:30
ruthra kumar
85853295c4
Merge pull request #38138 from frappe/mergify/bp/version-14-hotfix/pr-38119
...
fix: add revaluation journal filter in Payable report (backport #38119 )
2023-11-17 10:04:51 +05:30
ruthra kumar
4eb37cce26
fix: add revaluation journal filter in Payable report
...
(cherry picked from commit 134201794a )
2023-11-17 10:03:24 +05:30
ruthra kumar
d0698b32bb
fix: add revaluation journal filter in Payable report
...
(cherry picked from commit 134201794a )
2023-11-17 10:02:13 +05:30
mergify[bot]
bc01007c16
fix: remove ESS role when not mapped to employee (backport #37867 ) ( #38132 )
...
fix: remove ESS role when not mapped to employee (#37867 )
* fix: remove ESS role when not mapped to employee
* fix: emp role removal on unlinking
* fix: test case for user employee role mapping
* fix: mapped employee and user on creation
(cherry picked from commit 56b8d1b927 )
Co-authored-by: Dany Robert <danyrt@wahni.com >
2023-11-16 20:27:53 +05:30
Anand Baburajan
fb2ca3e172
Merge pull request #38114 from frappe/mergify/bp/version-14/pr-38112
...
chore: change read only condition of asset quantity field (backport #38111 ) (backport #38112 )
2023-11-15 18:03:01 +05:30
mergify[bot]
7d66cb2195
chore: change read only condition of asset quantity field (backport #38111 ) ( #38112 )
...
chore: change read only condition of asset quantity field (#38111 )
chore: change read only condition of asset quantity
(cherry picked from commit 6e0362dee8 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
(cherry picked from commit 58cb4303ee )
2023-11-15 12:32:19 +00:00
mergify[bot]
58cb4303ee
chore: change read only condition of asset quantity field (backport #38111 ) ( #38112 )
...
chore: change read only condition of asset quantity field (#38111 )
chore: change read only condition of asset quantity
(cherry picked from commit 6e0362dee8 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-11-15 18:01:28 +05:30
Deepesh Garg
56c70d300b
Merge pull request #38106 from frappe/mergify/bp/version-14-hotfix/pr-38105
...
fix: duplicate field (#38105 )
2023-11-15 13:29:35 +05:30
Arjun
1f16c47a2c
fix: duplicate field in Closing Stock Balance ( #38105 )
...
(cherry picked from commit 908b21f7fd )
2023-11-15 07:06:34 +00:00
Anand Baburajan
7b14e9d5f6
Merge pull request #38100 from frappe/mergify/bp/version-14/pr-38098
...
chore: refetch item images on transaction save (backport #38095 ) (backport #38098 )
2023-11-14 20:15:28 +05:30
mergify[bot]
966adfc081
chore: refetch item images on transaction save (backport #38095 ) ( #38098 )
...
* chore: refetch item images on transaction save (#38095 )
chore: re fetch item images on transaction save
(cherry picked from commit e93a19ffb5 )
# Conflicts:
# erpnext/accounts/doctype/pos_invoice_item/pos_invoice_item.json
# erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json
# erpnext/selling/doctype/quotation_item/quotation_item.json
* chore: fix conflict in pos_invoice_item.json
* chore: fix conflict in sales_invoice_item.json
* chore: fix conflict in quotation_item.json
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
(cherry picked from commit d1a8202624 )
2023-11-14 14:43:12 +00:00
mergify[bot]
d1a8202624
chore: refetch item images on transaction save (backport #38095 ) ( #38098 )
...
* chore: refetch item images on transaction save (#38095 )
chore: re fetch item images on transaction save
(cherry picked from commit e93a19ffb5 )
# Conflicts:
# erpnext/accounts/doctype/pos_invoice_item/pos_invoice_item.json
# erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json
# erpnext/selling/doctype/quotation_item/quotation_item.json
* chore: fix conflict in pos_invoice_item.json
* chore: fix conflict in sales_invoice_item.json
* chore: fix conflict in quotation_item.json
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-11-14 20:11:23 +05:30
Frappe PR Bot
7a2df24129
chore(release): Bumped to Version 14.48.0
...
# [14.48.0](https://github.com/frappe/erpnext/compare/v14.47.4...v14.48.0 ) (2023-11-14)
### Bug Fixes
* asset depreciation ledger (backport [#37991 ](https://github.com/frappe/erpnext/issues/37991 )) ([#37992 ](https://github.com/frappe/erpnext/issues/37992 )) ([043dc1b ](043dc1b14b ))
* close `Credit Limit Crossed` dialog (backport [#38052 ](https://github.com/frappe/erpnext/issues/38052 )) ([#38058 ](https://github.com/frappe/erpnext/issues/38058 )) ([6979c3e ](6979c3e490 ))
* COA Importer app related issues ([#37238 ](https://github.com/frappe/erpnext/issues/37238 )) ([57ce73d ](57ce73d540 ))
* german translations of Accounts Settings ([b75aae9 ](b75aae99ca ))
* indentation issue in the Production Plan Summary report (backport [#38019 ](https://github.com/frappe/erpnext/issues/38019 )) ([#38068 ](https://github.com/frappe/erpnext/issues/38068 )) ([c552884 ](c5528844fd ))
* make adjustment entry using stock reconciliation (backport [#37995 ](https://github.com/frappe/erpnext/issues/37995 )) ([#38008 ](https://github.com/frappe/erpnext/issues/38008 )) ([984703c ](984703c3c9 ))
* make item field read-only in batch (backport [#38010 ](https://github.com/frappe/erpnext/issues/38010 )) ([#38033 ](https://github.com/frappe/erpnext/issues/38033 )) ([424ebd1 ](424ebd154a ))
* minor change added to test_case ([6b34568 ](6b34568128 ))
* minor issue ([0eab723 ](0eab723243 ))
* new logic for handling revaluation journals ([9c0d80c ](9c0d80cef4 ))
* pick serial nos from selected batch only ([#37988 ](https://github.com/frappe/erpnext/issues/37988 )) ([db29180 ](db29180eec ))
* sales order not assigned to territory orders ([#37905 ](https://github.com/frappe/erpnext/issues/37905 )) ([#38024 ](https://github.com/frappe/erpnext/issues/38024 )) ([620f4f2 ](620f4f2c10 ))
* Set right party name in bank transaction ([21b430a ](21b430a575 ))
* **translations:** suggestions from review ([4d2169e ](4d2169e48e ))
* Use `process.extract` to get the corresponding party doc name of the result ([b0a184e ](b0a184e937 ))
### Features
* **accounts_receivable:** test_case added for multi-select customer group ([cf0d936 ](cf0d936195 ))
* multi-select customer group in AR Report ([935286f ](935286ff94 ))
2023-11-14 12:57:28 +00:00
Deepesh Garg
ecb116aa99
Merge pull request #38086 from frappe/version-14-hotfix
...
chore: release v14
2023-11-14 18:25:20 +05:30
mergify[bot]
8446e87cc2
chore: delete comments and unlink attachments on company transactions deletion (backport #38077 ) ( #38078 )
...
* chore: delete comments and unlink attachments on company transactions deletion
(cherry picked from commit 2f9e96e324 )
* fix: unrelated transation date typo
(cherry picked from commit b097bb20d9 )
---------
Co-authored-by: anandbaburajan <anandbaburajan@gmail.com >
2023-11-13 19:20:52 +05:30
marination
fb19e7f15e
fix: Re-add no.of rows split in alert message
...
(cherry picked from commit 1fc5844025 )
2023-11-13 10:46:39 +00:00
marination
c840f30a20
style: Remove spaces introduced via merge conflict
...
(cherry picked from commit 4b4b176fcf )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/test_payment_entry.py
2023-11-13 10:46:39 +00:00
marination
0813f02ca5
fix: Alert message and make sure invoice due dates are different for effective test
...
- Make invoice due dates are different so that the invoice with the earliest due date is allocated first in the test
- Translate voucher type, simplify alert message. The invoice could be "split" into 1 row, no. of rows in the message seems unnecessary.
(cherry picked from commit 56ac3424d2 )
2023-11-13 10:46:38 +00:00
marination
a7e2867526
test: get_outstanding_reference_documents (triggered via UI)
...
(cherry picked from commit 162c0497d1 )
2023-11-13 10:46:38 +00:00
marination
077f3928cf
refactor: split_invoices_based_on_payment_terms
...
- Invoices were in the wrong order due to the logic. The invoices with payment terms were added first and the rest after.
- Overly long function with unnecessary loops (reduced to one main loop) and complexity
- The split row as per payment terms was not ordered. So the second installment was allocated first
(cherry picked from commit 6bd56d2d5f )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.py
2023-11-13 10:46:38 +00:00
mergify[bot]
c5528844fd
fix: indentation issue in the Production Plan Summary report (backport #38019 ) ( #38068 )
...
fix: indentation issue in the Production Plan Summary report (#38019 )
fix: Production Plan Summary report
(cherry picked from commit 4a111f7362 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-11-13 14:03:45 +05:30
ruthra kumar
55885e84ab
Merge pull request #38066 from frappe/mergify/bp/version-14/pr-38064
...
refactor: add revaluation journal checkbox in AR/AP summary reports (backport #38064 )
2023-11-13 12:15:34 +05:30
ruthra kumar
2faf2ce468
Merge pull request #38065 from frappe/mergify/bp/version-14-hotfix/pr-38064
...
refactor: add revaluation journal checkbox in AR/AP summary reports (backport #38064 )
2023-11-13 12:15:27 +05:30
ruthra kumar
7ab18fc434
refactor: add revaluation journal checkbox in AR/AP summary reports
...
(cherry picked from commit 95edd82638 )
2023-11-13 06:39:03 +00:00
ruthra kumar
a104a4bca6
refactor: add revaluation journal checkbox in AR/AP summary reports
...
(cherry picked from commit 95edd82638 )
2023-11-13 06:38:38 +00:00
mergify[bot]
6979c3e490
fix: close Credit Limit Crossed dialog (backport #38052 ) ( #38058 )
...
fix: close `Credit Limit Crossed` dialog (#38052 )
(cherry picked from commit 94faa44697 )
Co-authored-by: Arjun <arjun99c@gmail.com >
2023-11-12 18:07:31 +05:30
mergify[bot]
57ce73d540
fix: COA Importer app related issues ( #37238 )
...
fix: COA Importer app related issues (#37238 )
* fix: COA Importer app related issues
* fix: Clear all account links fields befor import
* fix: Attribute error
(cherry picked from commit 8634abc021 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-11-12 17:40:56 +05:30
mergify[bot]
424ebd154a
fix: make item field read-only in batch (backport #38010 ) ( #38033 )
...
* fix: make item field read-only in batch
(cherry picked from commit 779260fb49 )
# Conflicts:
# erpnext/stock/doctype/batch/batch.json
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-11 10:51:36 +05:30
Frappe PR Bot
7c7dc5328e
chore(release): Bumped to Version 14.47.4
...
## [14.47.4](https://github.com/frappe/erpnext/compare/v14.47.3...v14.47.4 ) (2023-11-10)
### Bug Fixes
* new logic for handling revaluation journals ([010ccf8 ](010ccf80f5 ))
2023-11-10 07:46:10 +00:00
ruthra kumar
cb655226de
Merge pull request #38037 from frappe/mergify/bp/version-14/pr-38004
...
fix: handling of exchange rate journals in AR/AP (backport #38004 )
2023-11-10 13:14:45 +05:30
ruthra kumar
010ccf80f5
fix: new logic for handling revaluation journals
...
(cherry picked from commit 1d8fcd66e6 )
2023-11-10 12:05:46 +05:30
ruthra kumar
13ea910fa6
Merge pull request #38035 from frappe/mergify/bp/version-14-hotfix/pr-38004
...
fix: handling of exchange rate journals in AR/AP (backport #38004 )
2023-11-10 11:59:03 +05:30
ruthra kumar
9c0d80cef4
fix: new logic for handling revaluation journals
...
(cherry picked from commit 1d8fcd66e6 )
2023-11-10 11:17:46 +05:30
mergify[bot]
620f4f2c10
fix: sales order not assigned to territory orders ( #37905 ) ( #38024 )
...
fix: sales order not assigned to territory orders (#37905 )
filtered sales order are not assigned to 'territory_orders' which results in 0 order amount and 0 billing amount in the output
(cherry picked from commit 45b4bfc947 )
Co-authored-by: jabir-elat <44110258+jabir-elat@users.noreply.github.com >
2023-11-09 21:52:43 +05:30
ruthra kumar
89695022c7
Merge pull request #38021 from frappe/mergify/bp/version-14/pr-37860
...
refactor: ignore disabled account while selecting Income Accounts (backport #37860 )
2023-11-09 17:28:14 +05:30
Frappe PR Bot
50627733b4
chore(release): Bumped to Version 14.47.3
...
## [14.47.3](https://github.com/frappe/erpnext/compare/v14.47.2...v14.47.3 ) (2023-11-09)
### Bug Fixes
* make adjustment entry using stock reconciliation (backport [#37995 ](https://github.com/frappe/erpnext/issues/37995 )) (backport [#38008 ](https://github.com/frappe/erpnext/issues/38008 )) ([#38018 ](https://github.com/frappe/erpnext/issues/38018 )) ([7942ad4 ](7942ad488e ))
2023-11-09 11:24:29 +00:00
mergify[bot]
7942ad488e
fix: make adjustment entry using stock reconciliation (backport #37995 ) (backport #38008 ) ( #38018 )
...
fix: make adjustment entry using stock reconciliation (backport #37995 ) (#38008 )
* fix: make adjustment entry using stock reconciliation (#37995 )
fix: do adjustment entry using stock reconciliation
(cherry picked from commit a8216b9727 )
# Conflicts:
# erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.json
# erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py
* chore: fix conflicts
* fix: conflicts
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit 984703c3c9 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-11-09 16:53:14 +05:30
ruthra kumar
c3d7348c73
refactor: ignore disabled account while selecting Income Accounts
...
(cherry picked from commit 6e3e094c95 )
2023-11-09 11:14:38 +00:00
Deepesh Garg
ad178db28f
Merge pull request #38012 from frappe/mergify/bp/version-14-hotfix/pr-37716
...
feat: multi-select customer group in AR Report (backport #37716 )
2023-11-09 14:05:59 +05:30
mergify[bot]
984703c3c9
fix: make adjustment entry using stock reconciliation (backport #37995 ) ( #38008 )
...
* fix: make adjustment entry using stock reconciliation (#37995 )
fix: do adjustment entry using stock reconciliation
(cherry picked from commit a8216b9727 )
# Conflicts:
# erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.json
# erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py
* chore: fix conflicts
* fix: conflicts
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-11-09 13:40:14 +05:30
vishal
6b34568128
fix: minor change added to test_case
...
(cherry picked from commit 30402033bc )
2023-11-09 07:35:16 +00:00
vishal
cf0d936195
feat(accounts_receivable): test_case added for multi-select customer group
...
(cherry picked from commit de445b32f5 )
2023-11-09 07:35:16 +00:00
vishal
0eab723243
fix: minor issue
...
(cherry picked from commit b60c57a97d )
2023-11-09 07:35:15 +00:00
vishal
935286ff94
feat: multi-select customer group in AR Report
...
(cherry picked from commit 8903c1bc6f )
2023-11-09 07:35:15 +00:00
Frappe PR Bot
9a2674ea29
chore(release): Bumped to Version 14.47.2
...
## [14.47.2](https://github.com/frappe/erpnext/compare/v14.47.1...v14.47.2 ) (2023-11-09)
### Bug Fixes
* pick serial nos from selected batch only (backport [#37988 ](https://github.com/frappe/erpnext/issues/37988 )) ([#38011 ](https://github.com/frappe/erpnext/issues/38011 )) ([0405aae](0405aae4a0 ))
2023-11-09 07:28:50 +00:00
mergify[bot]
0405aae4a0
fix: pick serial nos from selected batch only (backport #37988 ) ( #38011 )
...
fix: pick serial nos from selected batch only (#37988 )
* fix: pick current serial nos from selected batch only
* test: add test case for current qty and current serial nos
(cherry picked from commit db29180eec )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-09 12:57:03 +05:30
s-aga-r
db29180eec
fix: pick serial nos from selected batch only ( #37988 )
...
* fix: pick current serial nos from selected batch only
* test: add test case for current qty and current serial nos
2023-11-09 12:30:22 +05:30
ruthra kumar
b5bed65d9e
Merge pull request #38001 from frappe/mergify/bp/version-14-hotfix/pr-37860
...
refactor: ignore disabled account while selecting Income Accounts (backport #37860 )
2023-11-09 10:41:13 +05:30
ruthra kumar
3f7f5bd8f0
refactor: ignore disabled account while selecting Income Accounts
...
(cherry picked from commit 6e3e094c95 )
2023-11-09 04:45:53 +00:00
Frappe PR Bot
3f433b1b8b
chore(release): Bumped to Version 14.47.1
...
## [14.47.1](https://github.com/frappe/erpnext/compare/v14.47.0...v14.47.1 ) (2023-11-08)
### Bug Fixes
* asset depreciation ledger (backport [#37991 ](https://github.com/frappe/erpnext/issues/37991 )) ([#37992 ](https://github.com/frappe/erpnext/issues/37992 )) ([0ac78a9 ](0ac78a96a9 ))
2023-11-08 18:40:20 +00:00
Anand Baburajan
0532f72cb1
Merge pull request #37996 from frappe/mergify/bp/version-14/pr-37992
...
fix: asset depreciation ledger (backport #37991 ) (backport #37992 )
2023-11-09 00:09:05 +05:30
mergify[bot]
0ac78a96a9
fix: asset depreciation ledger (backport #37991 ) ( #37992 )
...
* fix: asset depreciation ledger (#37991 )
* fix: include opening acc depr while calculating asset depr ledger report
* chore: include opening acc depr properly in acc depr amt
* chore: add cost_center in asset depr ledger report
* fix: handle finance books properly in asset depr ledger report
* chore: rename 'include default book entries' to 'include default FB entries'
(cherry picked from commit 9a171db97f )
# Conflicts:
# erpnext/accounts/report/balance_sheet/balance_sheet.js
# erpnext/accounts/report/cash_flow/cash_flow.js
# erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.js
# erpnext/accounts/report/trial_balance/trial_balance.js
# erpnext/translations/pl.csv
# erpnext/translations/tr.csv
* chore: fix conflict in balance_sheet.js
* chore: fix conflict in cash_flow.js
* chore: fix conflict in consolidated_financial_statement.js
* chore: fix conflict in trial_balance.js
* chore: fix conflict in tr.csv
* chore: fix conflict in pl.csv
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
(cherry picked from commit 043dc1b14b )
2023-11-08 18:07:42 +00:00
mergify[bot]
043dc1b14b
fix: asset depreciation ledger (backport #37991 ) ( #37992 )
...
* fix: asset depreciation ledger (#37991 )
* fix: include opening acc depr while calculating asset depr ledger report
* chore: include opening acc depr properly in acc depr amt
* chore: add cost_center in asset depr ledger report
* fix: handle finance books properly in asset depr ledger report
* chore: rename 'include default book entries' to 'include default FB entries'
(cherry picked from commit 9a171db97f )
# Conflicts:
# erpnext/accounts/report/balance_sheet/balance_sheet.js
# erpnext/accounts/report/cash_flow/cash_flow.js
# erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.js
# erpnext/accounts/report/trial_balance/trial_balance.js
# erpnext/translations/pl.csv
# erpnext/translations/tr.csv
* chore: fix conflict in balance_sheet.js
* chore: fix conflict in cash_flow.js
* chore: fix conflict in consolidated_financial_statement.js
* chore: fix conflict in trial_balance.js
* chore: fix conflict in tr.csv
* chore: fix conflict in pl.csv
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-11-08 23:36:17 +05:30
Deepesh Garg
c5a6b17c15
Merge pull request #37825 from frappe/mergify/bp/version-14-hotfix/pr-37278
...
fix: german translations of Accounts Settings (backport #37278 )
2023-11-08 18:44:11 +05:30
Deepesh Garg
16c3f3bcbd
Merge pull request #37913 from frappe/mergify/bp/version-14-hotfix/pr-37299
...
fix: Set right party name in bank transaction (backport #37299 )
2023-11-08 12:28:10 +05:30
Frappe PR Bot
4d804951c6
chore(release): Bumped to Version 14.47.0
...
# [14.47.0](https://github.com/frappe/erpnext/compare/v14.46.7...v14.47.0 ) (2023-11-08)
### Bug Fixes
* `TypeError` in PR for non-stock item ([ef4471f ](ef4471f8c0 ))
* add missing disbursement account in update_old_loans patch ([ad64065 ](ad64065ec6 ))
* add translation wrapper (backport [#37911 ](https://github.com/frappe/erpnext/issues/37911 )) ([#37946 ](https://github.com/frappe/erpnext/issues/37946 )) ([c53d281 ](c53d281b9e ))
* don't reset rate if greater than zero in standalone debit note (backport [#37935 ](https://github.com/frappe/erpnext/issues/37935 )) ([#37940 ](https://github.com/frappe/erpnext/issues/37940 )) ([64658fc ](64658fc790 ))
* fetch asset received but not billed account only when needed ([7df4009 ](7df4009dd3 ))
* gov compliance for tax withholding report ([#37590 ](https://github.com/frappe/erpnext/issues/37590 )) ([273cc35 ](273cc35b91 ))
* In-Transit Warehouse company filter (backport [#37796 ](https://github.com/frappe/erpnext/issues/37796 )) ([#37797 ](https://github.com/frappe/erpnext/issues/37797 )) ([0b1da08 ](0b1da08d78 ))
* link between parent and child procedure (backport [#37903 ](https://github.com/frappe/erpnext/issues/37903 )) ([#37943 ](https://github.com/frappe/erpnext/issues/37943 )) ([24da29a ](24da29a817 ))
* list index out of range ([#37880 ](https://github.com/frappe/erpnext/issues/37880 )) ([05fed9e ](05fed9e352 ))
* make `Material Request Item` required if `Material Request` is set in PO (backport [#37928 ](https://github.com/frappe/erpnext/issues/37928 )) ([#37936 ](https://github.com/frappe/erpnext/issues/37936 )) ([c870120 ](c87012046d ))
* permission error while creating Supplier Quotation from Portal (backport [#37864 ](https://github.com/frappe/erpnext/issues/37864 )) ([#37870 ](https://github.com/frappe/erpnext/issues/37870 )) ([1a3dae0 ](1a3dae0f9a ))
* **plaid:** Do not sync pending transactions ([ffdc11b ](ffdc11bbf6 ))
* POS change amount gl entry with no amount ([#37799 ](https://github.com/frappe/erpnext/issues/37799 )) ([5e1a89b ](5e1a89b3f9 ))
* Quality Inspection Parameter migration - DuplicateEntryError due to case sensitivity (backport [#37499 ](https://github.com/frappe/erpnext/issues/37499 )) ([#37916 ](https://github.com/frappe/erpnext/issues/37916 )) ([eb3630b ](eb3630bcf8 ))
* remove voucher type and no for Item and Warehouse based reposting (backport [#37849 ](https://github.com/frappe/erpnext/issues/37849 )) ([#37850 ](https://github.com/frappe/erpnext/issues/37850 )) ([e19cade ](e19cade12d ))
* standard submit perm in repost ledger for editable invoices (backport [#37826 ](https://github.com/frappe/erpnext/issues/37826 )) ([#37854 ](https://github.com/frappe/erpnext/issues/37854 )) ([69b569d ](69b569df46 ))
* status for over delivery or billing ([d8e7430 ](d8e743013f ))
* type error on new payment entry ([38184f7 ](38184f77c7 ))
* typo in AR report ([3d72ec7 ](3d72ec7ca4 ))
* validate so item with qtn ([4a225b0 ](4a225b069b ))
### Features
* reserved production plan sub assembly items (backport [#37884 ](https://github.com/frappe/erpnext/issues/37884 )) ([#37926 ](https://github.com/frappe/erpnext/issues/37926 )) ([4de97a4 ](4de97a4fcb ))
* settings page for repost ([09cde5d ](09cde5da08 ))
* **Stock Balance:** add filters from route (backport [#37836 ](https://github.com/frappe/erpnext/issues/37836 )) ([#37839 ](https://github.com/frappe/erpnext/issues/37839 )) ([e8a706a ](e8a706a5ea ))
### Performance Improvements
* Add index to supplier invoice field (backport [#37861 ](https://github.com/frappe/erpnext/issues/37861 )) ([#37862 ](https://github.com/frappe/erpnext/issues/37862 )) ([2c93f81 ](2c93f81d59 ))
* index return against for purchase invoice (backport [#37881 ](https://github.com/frappe/erpnext/issues/37881 )) ([#37882 ](https://github.com/frappe/erpnext/issues/37882 )) ([fed25fa ](fed25fac76 ))
2023-11-08 06:19:10 +00:00
Deepesh Garg
c5ddb4153a
Merge pull request #37965 from frappe/version-14-hotfix
...
chore: release v14
2023-11-08 11:47:53 +05:30
ruthra kumar
b0ed3c2f0a
Merge pull request #37977 from ruthra-kumar/add_voucher_detail_no_to_payment_ledger
...
refactor: Add voucher_detail_no to payment ledger
2023-11-08 11:23:15 +05:30
ruthra kumar
3f8d58c9c6
refactor: add voucher_detail_no to PLE doctype
2023-11-08 10:53:16 +05:30
ruthra kumar
8a3139f6f5
Merge pull request #37901 from frappe/mergify/bp/version-14-hotfix/pr-37887
...
chore: performance optimization on payment ledger entry doctype (backport #37887 )
2023-11-08 10:48:30 +05:30
ruthra kumar
0b601d8cae
chore: performance optimization on payment ledger entry doctype
...
(cherry picked from commit f14d1eb871 )
2023-11-08 10:23:52 +05:30
ruthra kumar
9be71e45b9
Merge pull request #37975 from frappe/mergify/bp/version-14-hotfix/pr-37971
...
refactor: optimize bulk transaction for speed (backport #37971 )
2023-11-08 07:08:42 +05:30
ruthra kumar
e58604a90f
refactor: optimize for speed
...
(cherry picked from commit 416bd400bb )
2023-11-08 01:03:28 +00:00
mergify[bot]
e895bb3a63
chore: typo in Stock Entry enqueue msg (backport #37970 ) ( #37972 )
...
chore: typo in `Stock Entry` enqueue msg
(cherry picked from commit ee60fa940c )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-07 15:57:20 +00:00
ruthra kumar
38a5e6f10b
Merge pull request #37967 from frappe/mergify/bp/version-14-hotfix/pr-37954
...
refactor: expand repost to `Expense Claim` and make it configurable (backport #37954 )
2023-11-07 16:24:44 +05:30
ruthra kumar
8f0cf1b7dc
chore: resolve conflict
2023-11-07 15:56:35 +05:30
ruthra kumar
3da2597703
refactor: update permissions for repost settings
...
(cherry picked from commit 10b9570429 )
2023-11-07 10:14:36 +00:00
ruthra kumar
82bf726b83
refactor(test): repost test case for purchase invoice
...
(cherry picked from commit 11c8d9fcf1 )
2023-11-07 10:14:35 +00:00
ruthra kumar
7d4dc67b61
refactor: select distinct types
...
(cherry picked from commit 61705047b0 )
2023-11-07 10:14:33 +00:00
ruthra kumar
35f5498913
refactor(test): update repost settings for test cases
...
(cherry picked from commit ac79b8483f )
2023-11-07 10:14:32 +00:00
ruthra kumar
ed557274d2
refactor: support for expense claim repost
...
(cherry picked from commit b651b36fff )
2023-11-07 10:14:30 +00:00
ruthra kumar
18e6931d78
refactor: configurable repost settings
...
(cherry picked from commit 5a068410c6 )
2023-11-07 10:14:29 +00:00
ruthra kumar
560a45b343
chore: patch to update default repost settings value
...
(cherry picked from commit ebb186c8df )
# Conflicts:
# erpnext/patches.txt
2023-11-07 10:14:28 +00:00
ruthra kumar
09cde5da08
feat: settings page for repost
...
(cherry picked from commit d582a73795 )
2023-11-07 10:14:21 +00:00
ruthra kumar
503c0f33bb
Merge pull request #37957 from frappe/mergify/bp/version-14-hotfix/pr-37956
...
fix: type error on new payment entry (backport #37956 )
2023-11-07 12:47:10 +05:30
ruthra kumar
38184f77c7
fix: type error on new payment entry
...
(cherry picked from commit adff287160 )
2023-11-07 12:40:16 +05:30
Frappe PR Bot
449b641560
chore(release): Bumped to Version 14.46.7
...
## [14.46.7](https://github.com/frappe/erpnext/compare/v14.46.6...v14.46.7 ) (2023-11-06)
### Bug Fixes
* typo in AR report ([d54e756 ](d54e756453 ))
2023-11-06 15:33:32 +00:00
ruthra kumar
3cc5e5591d
Merge pull request #37951 from frappe/mergify/bp/version-14/pr-37948
...
fix: typo in AR report (backport #37948 )
2023-11-06 21:00:23 +05:30
ruthra kumar
bc5e01e846
Merge pull request #37949 from frappe/mergify/bp/version-14-hotfix/pr-37948
...
fix: typo in AR report (backport #37948 )
2023-11-06 20:55:22 +05:30
ruthra kumar
d54e756453
fix: typo in AR report
...
(cherry picked from commit 67e74d03ed )
2023-11-06 15:00:11 +00:00
ruthra kumar
3d72ec7ca4
fix: typo in AR report
...
(cherry picked from commit 67e74d03ed )
2023-11-06 14:56:44 +00:00
mergify[bot]
c53d281b9e
fix: add translation wrapper (backport #37911 ) ( #37946 )
...
fix: add translation wrapper
(cherry picked from commit 8722318081 )
Co-authored-by: hyaray <hyaray@vip.qq.com >
2023-11-06 19:52:11 +05:30
Frappe PR Bot
94b38b900c
chore(release): Bumped to Version 14.46.6
...
## [14.46.6](https://github.com/frappe/erpnext/compare/v14.46.5...v14.46.6 ) (2023-11-06)
### Bug Fixes
* don't reset rate if greater than zero in standalone debit note (backport [#37935 ](https://github.com/frappe/erpnext/issues/37935 )) (backport [#37940 ](https://github.com/frappe/erpnext/issues/37940 )) ([#37945 ](https://github.com/frappe/erpnext/issues/37945 )) ([235f166 ](235f1664e0 ))
2023-11-06 14:15:53 +00:00
mergify[bot]
235f1664e0
fix: don't reset rate if greater than zero in standalone debit note (backport #37935 ) (backport #37940 ) ( #37945 )
...
fix: don't reset rate if greater than zero in standalone debit note (backport #37935 ) (#37940 )
* fix: don't reset rate if greater than zero in standalone debit note
(cherry picked from commit 5cce522ecd )
* fix(test): `test_gl_entries_for_standalone_debit_note`
(cherry picked from commit f9fc6c9c9d )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
(cherry picked from commit 64658fc790 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-11-06 19:37:15 +05:30
mergify[bot]
24da29a817
fix: link between parent and child procedure (backport #37903 ) ( #37943 )
...
* fix: link between parent and child procedure
(cherry picked from commit 05f24ede96 )
* chore: add missing filters for `Parent Procedure`
(cherry picked from commit 8fbd4cea5b )
* test: add test case for Quality Procedure`
(cherry picked from commit 30c6b83a10 )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-06 19:28:19 +05:30
mergify[bot]
64658fc790
fix: don't reset rate if greater than zero in standalone debit note (backport #37935 ) ( #37940 )
...
* fix: don't reset rate if greater than zero in standalone debit note
(cherry picked from commit 5cce522ecd )
* fix(test): `test_gl_entries_for_standalone_debit_note`
(cherry picked from commit f9fc6c9c9d )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-06 19:27:28 +05:30
mergify[bot]
c87012046d
fix: make Material Request Item required if Material Request is set in PO (backport #37928 ) ( #37936 )
...
fix: make `Material Request Item` required if `Material Request` is set in PO
(cherry picked from commit a9d91189b0 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-06 17:26:37 +05:30
Frappe PR Bot
21ad1dba19
chore(release): Bumped to Version 14.46.5
...
## [14.46.5](https://github.com/frappe/erpnext/compare/v14.46.4...v14.46.5 ) (2023-11-06)
### Bug Fixes
* additional filter in ar/ap report ([930aee1 ](930aee1d70 ))
2023-11-06 06:42:02 +00:00
ruthra kumar
9c356a0ac2
Merge pull request #37929 from frappe/mergify/bp/version-14/pr-37873
...
refactor: 'group only by voucher' flag in AR/AP report (backport #37869 ) (backport #37873 )
2023-11-06 12:10:29 +05:30
ruthra kumar
930aee1d70
fix: additional filter in ar/ap report
...
empty commit
2023-11-06 11:51:39 +05:30
mergify[bot]
4de97a4fcb
feat: reserved production plan sub assembly items (backport #37884 ) ( #37926 )
...
feat: reserved production plan sub assembly items (#37884 )
(cherry picked from commit 34d3eb88b3 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-11-06 11:40:21 +05:30
ruthra kumar
932d1e7c62
Merge pull request #37924 from frappe/mergify/bp/version-14-hotfix/pr-37879
...
refactor: flag to toggle billed amy update in DN for Credit Note (backport #37879 )
2023-11-06 11:24:08 +05:30
ruthra kumar
a8b26ebc6b
refactor: group only by voucher flag in AR/AP report
...
(cherry picked from commit 23beb46d15 )
(cherry picked from commit ee5898a773 )
2023-11-06 05:53:50 +00:00
ruthra kumar
71ad448281
refactor(test): enable billed amt update on Sales Return(Cr Note)
...
(cherry picked from commit 0c5bdbdcf3 )
2023-11-06 09:40:32 +05:30
ruthra kumar
6eb867a1e4
refactor: flag to toggle billed amy update in DN for Credit Note
...
(cherry picked from commit a3191f1c8c )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.json
2023-11-06 03:11:20 +00:00
mergify[bot]
5e1a89b3f9
fix: POS change amount gl entry with no amount ( #37799 )
...
fix: POS change amount gl entry with no amount (#37799 )
(cherry picked from commit 2b02ef0066 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-11-05 17:56:19 +05:30
Frappe PR Bot
b2b8b72952
chore(release): Bumped to Version 14.46.4
...
## [14.46.4](https://github.com/frappe/erpnext/compare/v14.46.3...v14.46.4 ) (2023-11-05)
### Bug Fixes
* Quality Inspection Parameter migration - DuplicateEntryError due to case sensitivity (backport [#37499 ](https://github.com/frappe/erpnext/issues/37499 )) (backport [#37916 ](https://github.com/frappe/erpnext/issues/37916 )) ([#37919 ](https://github.com/frappe/erpnext/issues/37919 )) ([555ebc1](555ebc190c ))
2023-11-05 06:41:12 +00:00
mergify[bot]
555ebc190c
fix: Quality Inspection Parameter migration - DuplicateEntryError due to case sensitivity (backport #37499 ) (backport #37916 ) ( #37919 )
...
fix: Quality Inspection Parameter migration - DuplicateEntryError due to case sensitivity (backport #37499 ) (#37916 )
fix: Quality Inspection Parameter migration - DuplicateEntryError due to case sensitivity (#37499 )
* fix: account for case-insensitive database primary key for parameter names
* chore: linting
(cherry picked from commit b099590b2c )
Co-authored-by: Richard Case <110036763+casesolved-co-uk@users.noreply.github.com >
(cherry picked from commit eb3630bcf8 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-11-05 12:10:04 +05:30
viralkansodiya15
05fed9e352
fix: list index out of range ( #37880 )
...
* fix: list index out of range
* fix: changes in error message
* fix: change error message and date comparision
* fix: change a return a value when disposal date is equal to available for use date
* fix: changes to fix linter test failing
2023-11-05 11:54:39 +05:30
mergify[bot]
eb3630bcf8
fix: Quality Inspection Parameter migration - DuplicateEntryError due to case sensitivity (backport #37499 ) ( #37916 )
...
fix: Quality Inspection Parameter migration - DuplicateEntryError due to case sensitivity (#37499 )
* fix: account for case-insensitive database primary key for parameter names
* chore: linting
(cherry picked from commit b099590b2c )
Co-authored-by: Richard Case <110036763+casesolved-co-uk@users.noreply.github.com >
2023-11-05 06:16:23 +00:00
ruthra kumar
c2001bec15
Merge pull request #37915 from ruthra-kumar/prevent_precision_based_validation_error_reconciliation
...
refactor: avoid precision based validation error on reconciliation
2023-11-05 05:58:32 +05:30
ruthra kumar
be925d2d33
refactor: avoid precision based validation error on reconciliation
2023-11-05 05:22:09 +05:30
marination
b0a184e937
fix: Use process.extract to get the corresponding party doc name of the result
...
- rapidfuzz accepts an iterable or a dict. dict input gives the dict key and value in the result
(cherry picked from commit e0a03789ae )
2023-11-04 15:48:18 +00:00
marination
21b430a575
fix: Set right party name in bank transaction
...
- If party name and docname are different, set the docname in Bank Transaction
(cherry picked from commit ff1dc72d74 )
2023-11-04 15:48:18 +00:00
Anand Baburajan
65dfef021a
chore: rename depreciation_amount_based_on_num_days_in_month to daily_prorata_based [v14] ( #37898 )
...
chore: rename depreciation_amount_based_on_num_days_in_month to daily_prorata_based
2023-11-03 20:18:20 +00:00
Anand Baburajan
86c6ae6275
chore: rename daily_depreciation in asset to depreciation_amount_based_on_num_days_in_month [v14] ( #37895 )
...
chore: rename daily_depreciation to depreciation_amount_based_on_num_days_in_month
2023-11-03 23:26:34 +05:30
mergify[bot]
fed25fac76
perf: index return against for purchase invoice (backport #37881 ) ( #37882 )
...
perf: index return against for purchase invoice (#37881 )
(cherry picked from commit 469ae2c7f1 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-11-03 21:59:46 +05:30
Frappe PR Bot
58eaaaa8ad
chore(release): Bumped to Version 14.46.3
...
## [14.46.3](https://github.com/frappe/erpnext/compare/v14.46.2...v14.46.3 ) (2023-11-03)
### Bug Fixes
* add missing disbursement account in update_old_loans patch ([00bbf0f ](00bbf0fbc5 ))
2023-11-03 16:29:27 +00:00
Anand Baburajan
df00bde748
Merge pull request #37894 from frappe/mergify/bp/version-14/pr-37889
...
fix: add missing disbursement account in update_old_loans patch (backport #37889 )
2023-11-03 21:57:35 +05:30
anandbaburajan
00bbf0fbc5
fix: add missing disbursement account in update_old_loans patch
...
(cherry picked from commit ad64065ec6 )
2023-11-03 16:25:46 +00:00
Anand Baburajan
6b5cffc77a
Merge pull request #37889 from anandbaburajan/update_old_loans_disb_account
...
fix: add missing disbursement account in update_old_loans patch
2023-11-03 21:45:33 +05:30
anandbaburajan
ad64065ec6
fix: add missing disbursement account in update_old_loans patch
2023-11-03 20:57:52 +05:30
mergify[bot]
1a3dae0f9a
fix: permission error while creating Supplier Quotation from Portal (backport #37864 ) ( #37870 )
...
* fix: permission error while creating Supplier Quotation from Portal
(cherry picked from commit e019d43d0b )
# Conflicts:
# erpnext/controllers/buying_controller.py
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-03 16:24:36 +05:30
ruthra kumar
15308c9aac
Merge pull request #37875 from frappe/mergify/bp/version-14-hotfix/pr-37852
...
refactor: better ledger comparision report (backport #37852 )
2023-11-03 13:25:22 +05:30
ruthra kumar
09ba6c1266
Merge pull request #37873 from frappe/mergify/bp/version-14-hotfix/pr-37869
...
refactor: 'group only by voucher' flag in AR/AP report (backport #37869 )
2023-11-03 13:25:04 +05:30
ruthra kumar
afa6ed9e22
refactor(test): for ledger comparision report
...
(cherry picked from commit 639f427d6d )
2023-11-03 07:22:59 +00:00
ruthra kumar
3d2ff7eea3
refactor: better output on gl and pl comparison report
...
(cherry picked from commit 539f0251d9 )
2023-11-03 07:22:58 +00:00
ruthra kumar
ee5898a773
refactor: group only by voucher flag in AR/AP report
...
(cherry picked from commit 23beb46d15 )
2023-11-03 07:00:25 +00:00
mergify[bot]
2c93f81d59
perf: Add index to supplier invoice field (backport #37861 ) ( #37862 )
...
fix: Add index to supplier invoice field (#37861 )
* fix: Add index to supplier invoice field
* chore: remove unintetional changes
(cherry picked from commit c37e374fdd )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-11-03 11:52:07 +05:30
mergify[bot]
e19cade12d
fix: remove voucher type and no for Item and Warehouse based reposting (backport #37849 ) ( #37850 )
...
* fix: remove voucher type and no for Item and Warehouse based reposting
(cherry picked from commit 0104897d69 )
* chore: fix test cases
---------
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2023-11-02 15:15:53 +05:30
mergify[bot]
273cc35b91
fix: gov compliance for tax withholding report ( #37590 )
...
* refactor: avoid relying only on against in tds docs query
(cherry picked from commit 705dadae8e )
* chore: change column order
(cherry picked from commit 7ecc0d5a04 )
* fix: sort by section code
(cherry picked from commit 4471ad581e )
* feat: proprietorship & partnership options in entity type
(cherry picked from commit ed2457bddf )
# Conflicts:
# erpnext/buying/doctype/supplier/supplier.json
# erpnext/selling/doctype/customer/customer.json
* chore: linting issues
(cherry picked from commit 75441017c6 )
* feat: add cols for supplier inv details
(cherry picked from commit 6d5ccde864 )
* chore: resolve conflicts
* chore: resolve conflicts
* chore: linting issues
---------
Co-authored-by: Gursheen Anand <gursheen@frappe.io >
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
2023-11-02 14:34:23 +05:30
mergify[bot]
69b569df46
fix: standard submit perm in repost ledger for editable invoices (backport #37826 ) ( #37854 )
...
fix: standard submit perm in repost ledger for editable invoices (#37826 )
* fix: ignore perm while reposting ledger
* fix: use flag in save
* fix: remove unnecessary save
(cherry picked from commit 1b808e1d7c )
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
2023-11-02 14:33:33 +05:30
Frappe PR Bot
99338b6d01
chore(release): Bumped to Version 14.46.2
...
## [14.46.2](https://github.com/frappe/erpnext/compare/v14.46.1...v14.46.2 ) (2023-11-02)
### Bug Fixes
* `TypeError` in PR for non-stock item (backport [#37819 ](https://github.com/frappe/erpnext/issues/37819 )) (backport [#37841 ](https://github.com/frappe/erpnext/issues/37841 )) ([#37853 ](https://github.com/frappe/erpnext/issues/37853 )) ([f6418c1 ](f6418c14dd ))
2023-11-02 08:33:41 +00:00
mergify[bot]
f6418c14dd
fix: TypeError in PR for non-stock item (backport #37819 ) (backport #37841 ) ( #37853 )
...
fix: `TypeError` in PR for non-stock item
(cherry picked from commit 028b3e2fbf )
(cherry picked from commit ef4471f8c0 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-02 14:02:07 +05:30
rohitwaghchaure
a07d58bd0e
Merge pull request #37841 from frappe/mergify/bp/version-14-hotfix/pr-37819
...
fix: `TypeError` in PR for non-stock item (backport #37819 )
2023-11-02 13:34:23 +05:30
ruthra kumar
50fdc9dda0
Merge pull request #37846 from frappe/mergify/copy/version-14-hotfix/pr-37845
...
chore: add std permissions for Process Payment Reconciilation log (copy #37845 )
2023-11-02 12:10:27 +05:30
ruthra kumar
9b0a46853f
chore: std permissions for Process Payment Reconciilation log
...
(cherry picked from commit a9fceeb00f )
2023-11-02 06:10:54 +00:00
ruthra kumar
64d7590bd0
Merge pull request #37843 from frappe/mergify/bp/version-14-hotfix/pr-37838
...
refactor: pass limits to JE and PE queries in reconciliation tool (backport #37838 )
2023-11-02 11:08:51 +05:30
mergify[bot]
e8a706a5ea
feat(Stock Balance): add filters from route (backport #37836 ) ( #37839 )
...
feat(Stock Balance): add filters from route
(cherry picked from commit 38e5e4a893 )
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
2023-11-02 10:46:42 +05:30
ruthra kumar
289236d065
refactor: pass limits to JE and PE queries in reconciliation tool
...
(cherry picked from commit 54e8ce1ac5 )
2023-11-02 05:13:08 +00:00
s-aga-r
ef4471f8c0
fix: TypeError in PR for non-stock item
...
(cherry picked from commit 028b3e2fbf )
2023-11-02 05:10:19 +00:00
ruthra kumar
e616a0bb63
Merge pull request #37833 from frappe/mergify/bp/version-14-hotfix/pr-37832
...
refactor: checkbox to toggle remarks in General Ledger (backport #37832 )
2023-11-02 08:06:40 +05:30
ruthra kumar
174b76f6ff
refactor: checkbox to toggle remarks in General Ledger
...
(cherry picked from commit 8fa677b8e8 )
2023-11-02 07:28:42 +05:30
mergify[bot]
875d7f8b72
refactor: update fields label and remove unused fields from BIN (backport #37827 ) ( #37829 )
...
* refactor: rearrange fields and update label
(cherry picked from commit ec1a7869f8 )
* refactor: remove unused fields `fcfs_rate` and `ma_rate` from Bin
(cherry picked from commit f0a1f4ac7c )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-01 16:41:33 +05:30
Raffael Meyer
2c1fdecc91
chore: resolve merge conflicts
2023-11-01 11:54:29 +01:00
barredterra
4d2169e48e
fix(translations): suggestions from review
...
(cherry picked from commit 115f024260 )
2023-11-01 09:43:41 +00:00
barredterra
b75aae99ca
fix: german translations of Accounts Settings
...
(cherry picked from commit b3486b43c4 )
# Conflicts:
# erpnext/translations/de.csv
2023-11-01 09:43:40 +00:00
Deepesh Garg
f502ec2268
Merge pull request #37821 from frappe/mergify/bp/version-14-hotfix/pr-37635
...
fix: validate sales order item with quotation (backport #37635 )
2023-11-01 15:13:26 +05:30
Deepesh Garg
0196d7ac23
Merge pull request #37717 from frappe/mergify/bp/version-14-hotfix/pr-37690
...
fix(plaid): Do not sync pending transactions (#37690 )
2023-11-01 14:12:33 +05:30
Deepesh Garg
357697702b
chore: resolve conflicts
2023-11-01 14:11:36 +05:30
Gursheen Anand
4a225b069b
fix: validate so item with qtn
...
(cherry picked from commit 17ebc1ea80 )
2023-11-01 08:34:50 +00:00
Deepesh Garg
28c9458482
Merge pull request #37815 from frappe/mergify/bp/version-14-hotfix/pr-37680
...
fix: status when over delivery or billing in SO (#37680 )
2023-11-01 14:03:59 +05:30
Gursheen Anand
d8e743013f
fix: status for over delivery or billing
...
(cherry picked from commit d69b0d76dd )
2023-11-01 07:00:14 +00:00
Frappe PR Bot
42ccc092fe
chore(release): Bumped to Version 14.46.1
...
## [14.46.1](https://github.com/frappe/erpnext/compare/v14.46.0...v14.46.1 ) (2023-11-01)
### Bug Fixes
* fetch asset received but not billed account only when needed ([487aa35 ](487aa35ee3 ))
2023-11-01 06:43:35 +00:00
Deepesh Garg
222bce62bf
Merge pull request #37814 from frappe/mergify/bp/version-14/pr-37812
...
fix: fetch asset received but not billed account only when needed (#37737 )
2023-11-01 12:12:02 +05:30
Deepesh Garg
487aa35ee3
fix: fetch asset received but not billed account only when needed
...
(cherry picked from commit 3a8736374c )
(cherry picked from commit 7df4009dd3 )
2023-11-01 06:41:33 +00:00
Deepesh Garg
555cc62e50
Merge pull request #37812 from frappe/mergify/bp/version-14-hotfix/pr-37737
...
fix: fetch asset received but not billed account only when needed (backport #37737 )
2023-11-01 12:10:04 +05:30
Deepesh Garg
7df4009dd3
fix: fetch asset received but not billed account only when needed
...
(cherry picked from commit 3a8736374c )
2023-11-01 04:49:59 +00:00
ruthra kumar
08a9a9d188
Merge pull request #37806 from frappe/mergify/bp/version-14-hotfix/pr-37795
...
chore: update default limit values in reconciliation tool (backport #37795 )
2023-10-31 20:37:40 +05:30
ruthra kumar
e98be384f9
Merge pull request #37804 from frappe/mergify/bp/version-14-hotfix/pr-37793
...
refactor: pull remarks only if needed on AR/AP report (backport #37793 )
2023-10-31 20:37:06 +05:30
ruthra kumar
fdf2977ce2
chore: update default limit values in reconciliation tool
...
(cherry picked from commit 1fd888175f )
2023-10-31 14:22:29 +00:00
ruthra kumar
3276f39740
refactor: pull remarks only if needed on AR/AP report
...
(cherry picked from commit eb73017798 )
2023-10-31 14:21:52 +00:00
mergify[bot]
0b1da08d78
fix: In-Transit Warehouse company filter (backport #37796 ) ( #37797 )
...
fix: In-Transit Warehouse company filter (#37796 )
(cherry picked from commit daf2ec063c )
Co-authored-by: hyaray <hyaray@vip.qq.com >
2023-10-31 18:53:37 +05:30
Frappe PR Bot
0f848fd968
chore(release): Bumped to Version 14.46.0
...
# [14.46.0](https://github.com/frappe/erpnext/compare/v14.45.4...v14.46.0 ) (2023-10-31)
### Bug Fixes
* add regional support to extend purchase gl entries ([d02ebd6 ](d02ebd6215 ))
* avoid name clash in delivery stop (backport [#37306 ](https://github.com/frappe/erpnext/issues/37306 )) ([#37701 ](https://github.com/frappe/erpnext/issues/37701 )) ([556095d ](556095daaa ))
* Cash flow mapping fix ([#37522 ](https://github.com/frappe/erpnext/issues/37522 )) ([8e31379 ](8e31379ecc ))
* close employee loan on write off ([#37638 ](https://github.com/frappe/erpnext/issues/37638 )) ([922ace4 ](922ace4076 ))
* **defaults:** apply discount and provisonal defaults from item group and brand if available (backport [#37466 ](https://github.com/frappe/erpnext/issues/37466 )) ([#37703 ](https://github.com/frappe/erpnext/issues/37703 )) ([a0893dd ](a0893ddf96 ))
* **delivery:** rename dt fetch stop action (backport [#37605 ](https://github.com/frappe/erpnext/issues/37605 )) ([#37606 ](https://github.com/frappe/erpnext/issues/37606 )) ([8660faa ](8660faaa54 ))
* GL Entries for receiving non CWIP assets using Purchase Receipt ([#37660 ](https://github.com/frappe/erpnext/issues/37660 )) ([80774e2 ](80774e2da1 ))
* incorrect cost center in the purchase invoice (backport [#37591 ](https://github.com/frappe/erpnext/issues/37591 )) ([#37609 ](https://github.com/frappe/erpnext/issues/37609 )) ([50daf70 ](50daf701dd ))
* incorrect material request quantity in production plan ([#37785 ](https://github.com/frappe/erpnext/issues/37785 )) ([25718d9 ](25718d9f1b ))
* incorrect process loss validation for multiple finished items (backport [#37576 ](https://github.com/frappe/erpnext/issues/37576 )) ([#37656 ](https://github.com/frappe/erpnext/issues/37656 )) ([638c271 ](638c271d70 ))
* indexing on Delivery Note Item (backport [#37766 ](https://github.com/frappe/erpnext/issues/37766 )) ([#37777 ](https://github.com/frappe/erpnext/issues/37777 )) ([9b66a06 ](9b66a06c86 ))
* make changes that enable gantt view for job cards (backport [#37661 ](https://github.com/frappe/erpnext/issues/37661 )) ([#37756 ](https://github.com/frappe/erpnext/issues/37756 )) ([712ddb7 ](712ddb75be ))
* **minor:** filter bank accounts in bank statement import ([#37525 ](https://github.com/frappe/erpnext/issues/37525 )) ([1cb9f4c ](1cb9f4cf8b ))
* **minor:** filter tax template based on company in subscription ([#37562 ](https://github.com/frappe/erpnext/issues/37562 )) ([c05e0a4 ](c05e0a4ffc ))
* **minor:** set tax values for item variants (backport [#37674 ](https://github.com/frappe/erpnext/issues/37674 )) ([#37738 ](https://github.com/frappe/erpnext/issues/37738 )) ([fabcfc1 ](fabcfc1fce ))
* negative current qty causing recursion issue ([#37752 ](https://github.com/frappe/erpnext/issues/37752 )) ([f1407bc ](f1407bcfd2 ))
* overallocation on Payment with PO/SO ([d71b885 ](d71b885fb8 ))
* purchase receipt with stock and asset items ([375be8c ](375be8cd93 ))
* remove from or target warehouse for non internal transfer entries (backport [#37612 ](https://github.com/frappe/erpnext/issues/37612 )) ([#37628 ](https://github.com/frappe/erpnext/issues/37628 )) ([78b7c26 ](78b7c26420 ))
* set correct `purchase_sle` in `get_last_sle()` ([#37708 ](https://github.com/frappe/erpnext/issues/37708 )) ([86cf156 ](86cf156968 ))
* set empty value for tax template in item details ([#37496 ](https://github.com/frappe/erpnext/issues/37496 )) ([ec208b8 ](ec208b8df5 ))
* typeerror on tds payable monthly report ([fea27d5 ](fea27d5e2e ))
* update existing doc if possible ([89f07dc ](89f07dcfac ))
* wrong german translation ([#37658 ](https://github.com/frappe/erpnext/issues/37658 )) ([fa5780c ](fa5780ca81 ))
### Features
* allow return of components for SCO that don't have SCR created (backport [#37686 ](https://github.com/frappe/erpnext/issues/37686 )) ([#37692 ](https://github.com/frappe/erpnext/issues/37692 )) ([e96d5b3 ](e96d5b314a ))
* **delivery:** link to delivery notes list view from delivery trip (backport [#37604 ](https://github.com/frappe/erpnext/issues/37604 )) ([#37695 ](https://github.com/frappe/erpnext/issues/37695 )) ([c58fefb ](c58fefb359 ))
### Reverts
* Revert "fix: set empty value for tax template in item details (#37496 )" ([ca13816 ](ca13816ca1 )), closes [#37496 ](https://github.com/frappe/erpnext/issues/37496 ) [#37496 ](https://github.com/frappe/erpnext/issues/37496 )
2023-10-31 12:45:11 +00:00
rohitwaghchaure
c117ab851a
Merge pull request #37788 from frappe/version-14-hotfix
...
chore: release v14
2023-10-31 18:13:28 +05:30
rohitwaghchaure
b7b62a8966
Merge branch 'version-14' into version-14-hotfix
2023-10-31 17:38:42 +05:30
Samuel Danieli
86cf156968
fix: set correct purchase_sle in get_last_sle() ( #37708 )
...
sle_dict may look like this:
{
'incoming': [
{... Stock Entry ...},
{... Purchase Receipt ...}
],
'outgoing': [
{... Stock Entry ...}
]
}
2023-10-31 16:07:10 +05:30
rohitwaghchaure
25718d9f1b
fix: incorrect material request quantity in production plan ( #37785 )
2023-10-31 15:12:35 +05:30
mergify[bot]
9b66a06c86
fix: indexing on Delivery Note Item (backport #37766 ) ( #37777 )
...
fix: indexing on Delivery Note Item (#37766 )
fix: added indexing on Delivery Note Item
(cherry picked from commit 056b74b162 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-10-31 14:31:38 +05:30
ruthra kumar
7c2bd24d0b
Merge pull request #37765 from frappe/mergify/bp/version-14/pr-37761
...
chore: add index to posting_date in PLE (backport #37761 )
2023-10-30 17:39:53 +05:30
ruthra kumar
af57cc6c5f
Merge pull request #37762 from frappe/mergify/bp/version-14-hotfix/pr-37761
...
chore: add index to posting_date in PLE (backport #37761 )
2023-10-30 17:31:08 +05:30
ruthra kumar
25448fcdbc
chore: add index to posting_date in PLE
...
(cherry picked from commit ca69845238 )
2023-10-30 17:01:38 +05:30
ruthra kumar
69e83ff6ab
chore: add index to posting_date in PLE
...
(cherry picked from commit ca69845238 )
2023-10-30 16:59:56 +05:30
ruthra kumar
87a8c8d08e
Merge pull request #37760 from frappe/mergify/bp/version-14-hotfix/pr-37720
...
refactor: ignore cancelled GLE's while looking for currency of existing entries (backport #37720 )
2023-10-30 16:52:50 +05:30
ruthra kumar
4c01128827
refactor: ignore cancelled GLE's while looking for currency
...
(cherry picked from commit 8d9b90f3f5 )
2023-10-30 10:43:02 +00:00
mergify[bot]
712ddb75be
fix: make changes that enable gantt view for job cards (backport #37661 ) ( #37756 )
...
fix: make changes that enable gantt view for job cards (#37661 )
* fix: make changes that enable gantt view for job cards
* fix: add fields on listview and remove from json file
* fix: undo modified date
---------
Co-authored-by: Dietmar Fischer <fischer@kk-software.de >
(cherry picked from commit 500435b856 )
Co-authored-by: Didiman1998 <118364772+Didiman1998@users.noreply.github.com >
2023-10-30 15:20:26 +05:30
Frappe PR Bot
78a9edf6c9
chore(release): Bumped to Version 14.45.4
...
## [14.45.4](https://github.com/frappe/erpnext/compare/v14.45.3...v14.45.4 ) (2023-10-30)
### Bug Fixes
* negative current qty causing recursion issue (backport [#37752 ](https://github.com/frappe/erpnext/issues/37752 )) ([#37753 ](https://github.com/frappe/erpnext/issues/37753 )) ([20ca948 ](20ca948e6b ))
2023-10-30 08:55:38 +00:00
mergify[bot]
20ca948e6b
fix: negative current qty causing recursion issue (backport #37752 ) ( #37753 )
...
fix: negative current qty causing recursion issue (#37752 )
(cherry picked from commit f1407bcfd2 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-10-30 14:23:39 +05:30
rohitwaghchaure
f1407bcfd2
fix: negative current qty causing recursion issue ( #37752 )
2023-10-30 13:53:48 +05:30
mergify[bot]
b605b08ec1
refactor: remove extraneous disabled filters (backport #37732 ) ( #37748 )
...
* refactor: remove extraneous disabled filters
(cherry picked from commit f276fbba4f )
# Conflicts:
# erpnext/accounts/report/profitability_analysis/profitability_analysis.js
# erpnext/public/js/controllers/accounts.js
* chore: `conflicts`
---------
Co-authored-by: Bernd Oliver Sünderhauf <46800703+bosue@users.noreply.github.com >
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-10-30 10:10:16 +05:30
mergify[bot]
fabcfc1fce
fix(minor): set tax values for item variants (backport #37674 ) ( #37738 )
...
* fix: copy all child fields to item variant
(cherry picked from commit 5deba1b6f9 )
* fix: only update if variant table empty
(cherry picked from commit d436a40739 )
---------
Co-authored-by: Gursheen Anand <gursheen@frappe.io >
2023-10-29 12:16:34 +05:30
Anand Baburajan
cfb9d8c6be
Merge pull request #37730 from frappe/mergify/copy/version-14/pr-37725
...
chore: allow wip_composite_asset in the MR PO PR PI flow (copy #37723 ) (copy #37725 )
2023-10-27 19:31:38 +05:30
mergify[bot]
6a6a5b0a75
chore: allow wip_composite_asset in the MR PO PR PI flow (copy #37723 ) ( #37725 )
...
* chore: allow wip_composite_asset in the MR PO PR PI flow
(cherry picked from commit 0e5bea33a3 )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.py
* chore: resolve conflict
---------
Co-authored-by: anandbaburajan <anandbaburajan@gmail.com >
(cherry picked from commit 3f296eea3a )
2023-10-27 13:26:16 +00:00
mergify[bot]
3f296eea3a
chore: allow wip_composite_asset in the MR PO PR PI flow (copy #37723 ) ( #37725 )
...
* chore: allow wip_composite_asset in the MR PO PR PI flow
(cherry picked from commit 0e5bea33a3 )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.py
* chore: resolve conflict
---------
Co-authored-by: anandbaburajan <anandbaburajan@gmail.com >
2023-10-27 18:54:47 +05:30
Deepesh Garg
ffdc11bbf6
fix(plaid): Do not sync pending transactions
...
(cherry picked from commit 46ea868559 )
# Conflicts:
# erpnext/erpnext_integrations/doctype/plaid_settings/plaid_settings.py
2023-10-27 06:08:46 +00:00
Frappe PR Bot
8e4e4a9fb4
chore(release): Bumped to Version 14.45.3
...
## [14.45.3](https://github.com/frappe/erpnext/compare/v14.45.2...v14.45.3 ) (2023-10-27)
### Bug Fixes
* typeerror on tds payable monthly report ([52cfe3f ](52cfe3f612 ))
2023-10-27 03:54:13 +00:00
ruthra kumar
254dd3d9bf
Merge pull request #37715 from frappe/mergify/bp/version-14/pr-37714
...
fix: typeerror on tds payable monthly report (backport #37714 )
2023-10-27 09:22:22 +05:30
Frappe PR Bot
83b3785202
chore(release): Bumped to Version 14.45.2
...
## [14.45.2](https://github.com/frappe/erpnext/compare/v14.45.1...v14.45.2 ) (2023-10-27)
### Bug Fixes
* purchase receipt with stock and asset items ([848928e ](848928e7d1 ))
2023-10-27 03:44:35 +00:00
Deepesh Garg
b017f4a817
Merge pull request #37712 from frappe/mergify/bp/version-14/pr-37705
...
fix: purchase receipt with stock and asset items (#37705 )
2023-10-27 09:12:57 +05:30
ruthra kumar
52cfe3f612
fix: typeerror on tds payable monthly report
...
(cherry picked from commit fea27d5e2e )
2023-10-27 03:23:30 +00:00
ruthra kumar
fd21dcd3b5
Merge pull request #37714 from ruthra-kumar/fix_typeerror_in_tds_montly_report
...
fix: typeerror on tds payable monthly report
2023-10-27 08:52:11 +05:30
ruthra kumar
fea27d5e2e
fix: typeerror on tds payable monthly report
2023-10-27 07:41:30 +05:30
Smit Vora
848928e7d1
fix: purchase receipt with stock and asset items
...
(cherry picked from commit 375be8cd93 )
2023-10-26 17:53:09 +00:00
Deepesh Garg
0f4e50185e
Merge pull request #37705 from vorasmit/backport-asserts
...
fix: purchase receipt with stock and asset items
2023-10-26 23:22:18 +05:30
mergify[bot]
a0893ddf96
fix(defaults): apply discount and provisonal defaults from item group and brand if available (backport #37466 ) ( #37703 )
...
fix(defaults): apply discount and provisonal defaults from item group and brand if available (#37466 )
(cherry picked from commit 1612d7ba3f )
Co-authored-by: David Arnold <dgx.arnold@gmail.com >
2023-10-26 18:14:23 +05:30
mergify[bot]
556095daaa
fix: avoid name clash in delivery stop (backport #37306 ) ( #37701 )
...
fix: avoid name clash in delivery stop (#37306 )
* fix(stock): avoid name clash in delivery stop with Document.lock()
* chore(stock): format delivery stop json according to doctype builder
(cherry picked from commit 681782121c )
Co-authored-by: David Arnold <dgx.arnold@gmail.com >
2023-10-26 18:12:01 +05:30
Smit Vora
375be8cd93
fix: purchase receipt with stock and asset items
2023-10-26 17:59:42 +05:30
Frappe PR Bot
38665760cd
chore(release): Bumped to Version 14.45.1
...
## [14.45.1](https://github.com/frappe/erpnext/compare/v14.45.0...v14.45.1 ) (2023-10-26)
### Bug Fixes
* add regional support to extend purchase gl entries ([7558b62 ](7558b622a4 ))
* update existing doc if possible ([e457d39 ](e457d39b5d ))
2023-10-26 08:52:24 +00:00
Deepesh Garg
f5120a6dd0
Merge pull request #37699 from frappe/mergify/bp/version-14/pr-37687
...
fix: add regional support to extend purchase gl entries (#37595 )
2023-10-26 14:20:48 +05:30
Deepesh Garg
519bf3d377
chore: resolve conflicts
...
(cherry picked from commit fa490ef2f0 )
2023-10-26 08:45:32 +00:00
Deepesh Garg
cef2231d6a
chore: resolve conflicts
...
(cherry picked from commit e01e9ebc37 )
2023-10-26 08:45:32 +00:00
Smit Vora
e457d39b5d
fix: update existing doc if possible
...
(cherry picked from commit ff7108a3b1 )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/purchase_receipt.py
(cherry picked from commit 89f07dcfac )
2023-10-26 08:45:32 +00:00
Smit Vora
7558b622a4
fix: add regional support to extend purchase gl entries
...
(cherry picked from commit 77cc91d06b )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py
# erpnext/controllers/stock_controller.py
# erpnext/stock/doctype/purchase_receipt/purchase_receipt.py
(cherry picked from commit d02ebd6215 )
2023-10-26 08:45:31 +00:00
mergify[bot]
c58fefb359
feat(delivery): link to delivery notes list view from delivery trip (backport #37604 ) ( #37695 )
...
feat(delivery): link to delivery notes list view from delivery trip
(cherry picked from commit 85488cd0dc )
Co-authored-by: David Arnold <dgx.arnold@gmail.com >
2023-10-26 13:12:44 +05:30
mergify[bot]
e96d5b314a
feat: allow return of components for SCO that don't have SCR created (backport #37686 ) ( #37692 )
...
* feat: allow return of components for SCO that don't have SCR created
(cherry picked from commit 8e3b9ec879 )
* fix: consider returned qty while calculating unsupplied qty
(cherry picked from commit 3290df5593 )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-10-26 06:14:02 +00:00
Deepesh Garg
a615535ca5
Merge pull request #37687 from frappe/mergify/bp/version-14-hotfix/pr-37595
...
fix: add regional support to extend purchase gl entries (#37595 )
2023-10-25 23:09:28 +05:30
Deepesh Garg
fa490ef2f0
chore: resolve conflicts
2023-10-25 19:46:51 +05:30
Deepesh Garg
e01e9ebc37
chore: resolve conflicts
2023-10-25 19:42:02 +05:30
Smit Vora
89f07dcfac
fix: update existing doc if possible
...
(cherry picked from commit ff7108a3b1 )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/purchase_receipt.py
2023-10-25 14:05:19 +00:00
Smit Vora
d02ebd6215
fix: add regional support to extend purchase gl entries
...
(cherry picked from commit 77cc91d06b )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py
# erpnext/controllers/stock_controller.py
# erpnext/stock/doctype/purchase_receipt/purchase_receipt.py
2023-10-25 14:05:17 +00:00
mergify[bot]
f5e9913746
refactor: rename field Over Order Allowance to Blanket Order Allowance (backport #37669 ) ( #37681 )
...
* refactor: rename field `Over Order Allowance` to `Blanket Order Allowance`
(cherry picked from commit 8ffa2bfe25 )
* chore: patch to rename field `over_order_allowance`
(cherry picked from commit fcfcf6957e )
# Conflicts:
# erpnext/patches.txt
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-10-25 09:55:24 +00:00
mergify[bot]
a7b75a4cc1
chore: fixed test case non_internal_transfer_delivery_note (backport #37671 ) ( #37675 )
...
chore: fixed test case non_internal_transfer_delivery_note (#37671 )
(cherry picked from commit 2bcff4c7f2 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-10-25 13:50:01 +05:30
rohitwaghchaure
6b951bd17a
chore(release): Bumped to Version 14.45.0
2023-10-25 12:30:31 +05:30
ruthra kumar
912c315286
Merge pull request #37667 from frappe/mergify/bp/version-14-hotfix/pr-37625
...
refactor: set exchange rate on foreign currency JE from Bank Reconciliation (backport #37625 )
2023-10-25 12:24:37 +05:30
Frappe PR Bot
f35a0c227d
chore: release v14 ( #37654 )
...
* fix(delivery): rename dt fetch stop action (backport #37605 ) (#37606 )
fix(delivery): rename dt fetch stop action
(cherry picked from commit 79d51a0a0b )
Co-authored-by: David Arnold <dgx.arnold@gmail.com >
* fix: incorrect cost center in the purchase invoice (backport #37591 ) (#37609 )
* fix: incorrect cost center in the purchase invoice (#37591 )
(cherry picked from commit 14b009b093 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
* fix(minor): filter bank accounts in bank statement import (#37525 )
fix(minor): filter bank accounts in bank statement import (#37525 )
fix: filter by company in bank account
(cherry picked from commit 9d392970f0 )
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
* fix: set empty value for tax template in item details (#37496 )
* fix: set empty value for tax template in item details (#37496 )
* fix: empty tax template for items with invalid templates
* fix: test for empty tax template
* fix: test for item tax template calculation
* fix: test for pos inv tax template calculation
(cherry picked from commit b0d440c34b )
# Conflicts:
# erpnext/accounts/doctype/pos_invoice/test_pos_invoice.py
* chore: resolve conflicts
---------
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
* fix(minor): filter tax template based on company in subscription (#37562 )
fix: filter tax template based on company
(cherry picked from commit 1a2f659de2 )
Co-authored-by: Gursheen Anand <gursheen@frappe.io >
* fix: Cash flow mapping fix (#37522 )
Cash flow mapping fix
* fix: remove from or target warehouse for non internal transfer entries (backport #37612 ) (#37628 )
fix: remove from or target warehouse for non internal transfer entries (#37612 )
(cherry picked from commit 5136fe196b )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
* Revert "fix: set empty value for tax template in item details (#37496 )"
Revert "fix: set empty value for tax template in item details (#37496 )"
This reverts commit ec208b8df5 .
* refactor: gain_loss posting date fields in the allocation table
(cherry picked from commit 55dbcee36a )
* refactor: introduce fields in popup
(cherry picked from commit 5323bb7bee )
* refactor: pass gain loss posting date to controller
(cherry picked from commit 7e600a6494 )
* test: varying posting date for gain loss journal
(cherry picked from commit 514d5434a3 )
* fix: overallocation on Payment with PO/SO
(cherry picked from commit 23df4205f8 )
# Conflicts:
# erpnext/accounts/utils.py
* test: overalloction on reconciliation when PO is involved
(cherry picked from commit 946228d783 )
* refactor(test): make use of utility methods
(cherry picked from commit 547993f801 )
* chore: fix flakiness `test_sales_order_partial_advance_payment`
(cherry picked from commit 4dff2c7a0d )
* chore: resolve conflict
* fix: close employee loan on write off (#37638 )
* fix: exclude written off amount while calculating loan repayment
* fix: revert exclude written off amount while calculating loan repayment
* fix: close employee loan on write off
* refactor: button on PE to filter associated Journals
(cherry picked from commit 150728deaa )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.js
* chore: resolve conflict
* fix: incorrect process loss validation for multiple finished items (backport #37576 ) (#37656 )
fix: incorrect process loss validation for multiple finished items (#37576 )
(cherry picked from commit 92cbe580e6 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
* chore: fixed test cases related to Internal Transfer (#37659 )
* fix: GL Entries for receiving non CWIP assets using Purchase Receipt (#37660 )
* fix: GL Entries for receiving non CWIP assets using Purchase Receipt
* fix: rearrange functions
* chore: rearrange functions
* chore: rearrange functions
* fix: Purchase Invoice GL entires for assets
* test: cwip accounting unit tests
* chore: Attribute error
* chore: Purchase Invoice tests
* chore: Missing asset account
* chore: Missing asset account
* chore: update tests
* fix: Internal transfer GL Entries
* test: Deprecate tests
* test: Depricate tests
* test: Depricate tests
* chore: make `Reserve Stock` checkbox visible in SO
* refactor: rename field `Auto Reserve Stock for Sales Order`
* feat: add fields to hold SO and SO Item ref in PR Item
* test: Deprecate tests
* test: Depricate tests
* test: Depricate tests
* refactor: Remove expense included in valuation accounts
* chore: Add back default in transit warehousefield
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
* fix: wrong german translation (#37658 )
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: David Arnold <dgx.arnold@gmail.com >
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
Co-authored-by: Gursheen Anand <gursheen@frappe.io >
Co-authored-by: saeedkola <mohammedsaeedk@gmail.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-10-25 12:03:24 +05:30
ruthra kumar
2317f6a000
chore: resolve conflict
2023-10-25 11:27:51 +05:30
ruthra kumar
91130854d8
refactor: handle bank transaction in foreign currency
...
(cherry picked from commit 74a0d6408a )
2023-10-25 05:39:51 +00:00
ruthra kumar
677d728e67
refactor: exc rate on foreign currency JE from Bank Reconciliation
...
(cherry picked from commit 89f484282a )
# Conflicts:
# erpnext/accounts/doctype/bank_reconciliation_tool/bank_reconciliation_tool.py
2023-10-25 05:39:51 +00:00
Raffael Meyer
fa5780ca81
fix: wrong german translation ( #37658 )
2023-10-25 09:13:06 +05:30
Deepesh Garg
80774e2da1
fix: GL Entries for receiving non CWIP assets using Purchase Receipt ( #37660 )
...
* fix: GL Entries for receiving non CWIP assets using Purchase Receipt
* fix: rearrange functions
* chore: rearrange functions
* chore: rearrange functions
* fix: Purchase Invoice GL entires for assets
* test: cwip accounting unit tests
* chore: Attribute error
* chore: Purchase Invoice tests
* chore: Missing asset account
* chore: Missing asset account
* chore: update tests
* fix: Internal transfer GL Entries
* test: Deprecate tests
* test: Depricate tests
* test: Depricate tests
* chore: make `Reserve Stock` checkbox visible in SO
* refactor: rename field `Auto Reserve Stock for Sales Order`
* feat: add fields to hold SO and SO Item ref in PR Item
* test: Deprecate tests
* test: Depricate tests
* test: Depricate tests
* refactor: Remove expense included in valuation accounts
* chore: Add back default in transit warehousefield
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-10-25 09:12:27 +05:30
rohitwaghchaure
72d32a4901
chore: fixed test cases related to Internal Transfer ( #37659 )
2023-10-24 19:10:23 +05:30
mergify[bot]
638c271d70
fix: incorrect process loss validation for multiple finished items (backport #37576 ) ( #37656 )
...
fix: incorrect process loss validation for multiple finished items (#37576 )
(cherry picked from commit 92cbe580e6 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-10-24 18:03:34 +05:30
ruthra kumar
356b1bdb38
Merge pull request #37647 from frappe/mergify/copy/version-14-hotfix/pr-37200
...
refactor: button in Payment Entry to filter associated Journals (copy #37200 )
2023-10-24 10:23:53 +05:30
ruthra kumar
0b082f0edc
chore: resolve conflict
2023-10-24 09:44:41 +05:30
ruthra kumar
be90be37c7
refactor: button on PE to filter associated Journals
...
(cherry picked from commit 150728deaa )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.js
2023-10-24 04:09:06 +00:00
Anand Baburajan
922ace4076
fix: close employee loan on write off ( #37638 )
...
* fix: exclude written off amount while calculating loan repayment
* fix: revert exclude written off amount while calculating loan repayment
* fix: close employee loan on write off
2023-10-24 09:38:08 +05:30
ruthra kumar
920de792ce
Merge pull request #37646 from frappe/mergify/bp/version-14-hotfix/pr-37586
...
fix: overallocation on purchase order to multiple invoices (backport #37586 )
2023-10-24 09:22:19 +05:30
ruthra kumar
d576fc7490
chore: resolve conflict
2023-10-24 08:48:53 +05:30
ruthra kumar
7b9daeff66
chore: fix flakiness test_sales_order_partial_advance_payment
...
(cherry picked from commit 4dff2c7a0d )
2023-10-24 03:14:52 +00:00
ruthra kumar
c921d7d409
refactor(test): make use of utility methods
...
(cherry picked from commit 547993f801 )
2023-10-24 03:14:51 +00:00
ruthra kumar
c8922ad566
test: overalloction on reconciliation when PO is involved
...
(cherry picked from commit 946228d783 )
2023-10-24 03:14:51 +00:00
ruthra kumar
d71b885fb8
fix: overallocation on Payment with PO/SO
...
(cherry picked from commit 23df4205f8 )
# Conflicts:
# erpnext/accounts/utils.py
2023-10-24 03:14:51 +00:00
ruthra kumar
f413530493
Merge pull request #37643 from frappe/mergify/bp/version-14-hotfix/pr-37630
...
refactor: configurable exchange gain or loss posting date (backport #37630 )
2023-10-24 05:50:57 +05:30
ruthra kumar
ae788e8358
test: varying posting date for gain loss journal
...
(cherry picked from commit 514d5434a3 )
2023-10-23 15:57:16 +00:00
ruthra kumar
515bed8c80
refactor: pass gain loss posting date to controller
...
(cherry picked from commit 7e600a6494 )
2023-10-23 15:57:16 +00:00
ruthra kumar
063d658b04
refactor: introduce fields in popup
...
(cherry picked from commit 5323bb7bee )
2023-10-23 15:57:15 +00:00
ruthra kumar
fa7fa85d92
refactor: gain_loss posting date fields in the allocation table
...
(cherry picked from commit 55dbcee36a )
2023-10-23 15:57:14 +00:00
Deepesh Garg
ca13816ca1
Revert "fix: set empty value for tax template in item details ( #37496 )"
...
Revert "fix: set empty value for tax template in item details (#37496 )"
This reverts commit ec208b8df5 .
2023-10-23 15:11:33 +05:30
mergify[bot]
78b7c26420
fix: remove from or target warehouse for non internal transfer entries (backport #37612 ) ( #37628 )
...
fix: remove from or target warehouse for non internal transfer entries (#37612 )
(cherry picked from commit 5136fe196b )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-10-23 12:27:01 +05:30
saeedkola
8e31379ecc
fix: Cash flow mapping fix ( #37522 )
...
Cash flow mapping fix
2023-10-23 11:14:06 +05:30
mergify[bot]
c05e0a4ffc
fix(minor): filter tax template based on company in subscription ( #37562 )
...
fix: filter tax template based on company
(cherry picked from commit 1a2f659de2 )
Co-authored-by: Gursheen Anand <gursheen@frappe.io >
2023-10-23 11:01:23 +05:30
mergify[bot]
ec208b8df5
fix: set empty value for tax template in item details ( #37496 )
...
* fix: set empty value for tax template in item details (#37496 )
* fix: empty tax template for items with invalid templates
* fix: test for empty tax template
* fix: test for item tax template calculation
* fix: test for pos inv tax template calculation
(cherry picked from commit b0d440c34b )
# Conflicts:
# erpnext/accounts/doctype/pos_invoice/test_pos_invoice.py
* chore: resolve conflicts
---------
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
2023-10-23 10:15:46 +05:30
mergify[bot]
1cb9f4cf8b
fix(minor): filter bank accounts in bank statement import ( #37525 )
...
fix(minor): filter bank accounts in bank statement import (#37525 )
fix: filter by company in bank account
(cherry picked from commit 9d392970f0 )
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
2023-10-23 10:04:02 +05:30
mergify[bot]
50daf701dd
fix: incorrect cost center in the purchase invoice (backport #37591 ) ( #37609 )
...
* fix: incorrect cost center in the purchase invoice (#37591 )
(cherry picked from commit 14b009b093 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-10-20 17:02:56 +05:30
mergify[bot]
8660faaa54
fix(delivery): rename dt fetch stop action (backport #37605 ) ( #37606 )
...
fix(delivery): rename dt fetch stop action
(cherry picked from commit 79d51a0a0b )
Co-authored-by: David Arnold <dgx.arnold@gmail.com >
2023-10-20 16:12:42 +05:30
Frappe PR Bot
6931db98f1
chore(release): Bumped to Version 14.44.1
...
## [14.44.1](https://github.com/frappe/erpnext/compare/v14.44.0...v14.44.1 ) (2023-10-19)
### Bug Fixes
* billed_qty to show a sum of all invoiced qty from the purchase order item. (backport [#37539 ](https://github.com/frappe/erpnext/issues/37539 )) ([#37558 ](https://github.com/frappe/erpnext/issues/37558 )) ([ac7d6d6 ](ac7d6d6d59 ))
* consider received qty while creating SO -> MR (backport [#37414 ](https://github.com/frappe/erpnext/issues/37414 )) ([#37514 ](https://github.com/frappe/erpnext/issues/37514 )) ([1b94510 ](1b94510f08 ))
* don't set finance books if gross_purchase_amount is not set (backport [#37480 ](https://github.com/frappe/erpnext/issues/37480 )) ([#37482 ](https://github.com/frappe/erpnext/issues/37482 )) ([0590f21 ](0590f21814 ))
* e-commerce permissions for address ([#37554 ](https://github.com/frappe/erpnext/issues/37554 )) ([022f85d ](022f85dd08 ))
* german tranlations of "Is Return" ([f9b2355 ](f9b2355066 ))
* GL Entries not getting created for PR Return (backport [#37513 ](https://github.com/frappe/erpnext/issues/37513 )) ([#37516 ](https://github.com/frappe/erpnext/issues/37516 )) ([c32258e ](c32258e4b6 ))
* **gp:** wrong `allocated_amount` on multi sales person invoice ([d266423 ](d266423011 ))
* Incorrect vat amount in KSA VAT report ([44f7de0 ](44f7de0f31 ))
* inflated total amt in TDS report using back calculation ([78e22af ](78e22af3ca ))
* Issues related to RFQ and Supplier Quotation on Portal (backport [#37565 ](https://github.com/frappe/erpnext/issues/37565 )) ([#37577 ](https://github.com/frappe/erpnext/issues/37577 )) ([e1504ef ](e1504efd40 ))
* keep customer/supplier website role by default ([76ef61c ](76ef61c24f ))
* keyerror on gl and pl comparision report ([6f143d3 ](6f143d35aa ))
* payment entry count on supplier dashboard (backport [#37571 ](https://github.com/frappe/erpnext/issues/37571 )) ([#37575 ](https://github.com/frappe/erpnext/issues/37575 )) ([95abd79 ](95abd7908f ))
* same Serial No get mapped while creating SO -> DN ([#37527 ](https://github.com/frappe/erpnext/issues/37527 )) ([5025850 ](5025850258 ))
* serial and batch no get removed on save of return DN ([#37476 ](https://github.com/frappe/erpnext/issues/37476 )) ([f1814a1 ](f1814a1a2a ))
* Stock Reconciliation Insufficient Stock Error ([#37494 ](https://github.com/frappe/erpnext/issues/37494 )) ([9406ddb ](9406ddbff0 ))
* **test:** project test case (backport [#37541 ](https://github.com/frappe/erpnext/issues/37541 )) ([#37543 ](https://github.com/frappe/erpnext/issues/37543 )) ([e23710b ](e23710bf00 ))
* use `flt` to ignore TypeError ([#37481 ](https://github.com/frappe/erpnext/issues/37481 )) ([d2b22db ](d2b22db500 ))
### Performance Improvements
* index `dn_detail` in `Delivery Note Item` (backport [#37528 ](https://github.com/frappe/erpnext/issues/37528 )) ([#37530 ](https://github.com/frappe/erpnext/issues/37530 )) ([001c230 ](001c230688 ))
2023-10-19 11:36:28 +00:00
Deepesh Garg
fdb2e94b5c
Merge pull request #37545 from frappe/version-14-hotfix
...
chore: release v14
2023-10-19 17:04:34 +05:30
mergify[bot]
e1504efd40
fix: Issues related to RFQ and Supplier Quotation on Portal (backport #37565 ) ( #37577 )
...
* fix: Issues related to RFQ and Supplier Quotation on Portal (#37565 )
fix: RFQ and Supplier Quotation for Portal
(cherry picked from commit 2851a41310 )
* chore: removed backport changes
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-10-19 13:50:55 +05:30
mergify[bot]
95abd7908f
fix: payment entry count on supplier dashboard (backport #37571 ) ( #37575 )
...
fix: payment entry count on supplier dashboard (#37571 )
(cherry picked from commit 10311ff114 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-10-19 13:38:24 +05:30
mergify[bot]
022f85dd08
fix: e-commerce permissions for address ( #37554 )
...
* fix: E-commerce permissions
(cherry picked from commit f4d74990fe )
# Conflicts:
# erpnext/controllers/selling_controller.py
* chore: conflicts
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-10-18 17:21:46 +05:30
Deepesh Garg
837a6b5f50
Merge pull request #37555 from frappe/mergify/bp/version-14-hotfix/pr-37550
...
chore: Add accounting dimensions to Sales Order Item table (backport #37550 )
2023-10-18 17:09:14 +05:30
ruthra kumar
f6a550faae
Merge pull request #37569 from frappe/mergify/bp/version-14-hotfix/pr-37105
...
refactor: move `unreconcile` button into a drop down (backport #37105 )
2023-10-18 16:31:52 +05:30
ruthra kumar
54f672e144
refactor: add unreconcile btn to purchase invoice
...
(cherry picked from commit 94ce43b0d5 )
2023-10-18 10:58:20 +00:00
ruthra kumar
e8d082560a
refactor: move unreconcile btn inside a drop down
...
(cherry picked from commit f2b0ac6868 )
2023-10-18 10:58:19 +00:00
mergify[bot]
ac7d6d6d59
fix: billed_qty to show a sum of all invoiced qty from the purchase order item. (backport #37539 ) ( #37558 )
...
fix: billed_qty to show a sum of all invoiced qty from the purchase order item.
(cherry picked from commit 8a72f4f58a )
Co-authored-by: HarryPaulo <paulo_fabris@hotmail.com >
2023-10-18 06:00:29 +00:00
ruthra kumar
e2e89492e0
Merge pull request #37556 from frappe/mergify/bp/version-14-hotfix/pr-37549
...
refactor: use account in key while grouping voucher in ar/ap report (backport #37549 )
2023-10-18 09:41:24 +05:30
ruthra kumar
760eab961d
test: report output if party is missing
...
(cherry picked from commit 244cec64b2 )
2023-10-18 03:40:35 +00:00
ruthra kumar
3499089323
refactor: use account in key while grouping voucher in ar/ap report
...
(cherry picked from commit 601ab4567e )
2023-10-18 03:40:34 +00:00
Deepesh Garg
7db6988364
chore: resolve conflicts
2023-10-18 09:00:49 +05:30
Deepesh Garg
bfa93cd3f6
chore: Add accounting dimensions to Sales Order Item table
...
(cherry picked from commit e31db18912 )
# Conflicts:
# erpnext/patches.txt
2023-10-17 17:25:57 +00:00
mergify[bot]
e23710bf00
fix(test): project test case (backport #37541 ) ( #37543 )
...
fix(test): project test case
(cherry picked from commit fd6aee15e6 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-10-17 15:03:16 +05:30
s-aga-r
5025850258
fix: same Serial No get mapped while creating SO -> DN ( #37527 )
...
* fix: same Serial No get mapped while creating SO -> DN
* test: add test case for DN with repetitive serial item
2023-10-17 12:20:23 +05:30
ruthra kumar
473610506c
Merge pull request #37540 from frappe/mergify/bp/version-14-hotfix/pr-37330
...
refactor: checkbox to toggle exchange rate inheritence in PO->PI (backport #37330 )
2023-10-17 10:55:27 +05:30
ruthra kumar
71cb7d37ee
refactor: checkbox to toggle exchange rate inheritence in PO->PI
...
(cherry picked from commit 08315522bb )
2023-10-17 04:16:50 +00:00
Deepesh Garg
5b1016c17d
Merge pull request #37524 from deepeshgarg007/ksa_vat
...
fix: Incorrect vat amount in KSA VAT report
2023-10-16 18:41:25 +05:30
Ankush Menat
d598dad50e
Merge pull request #37533 from frappe/mergify/bp/version-14-hotfix/pr-37532
...
fix: keep customer/supplier website role by default (backport #37532 )
2023-10-16 17:33:44 +05:30
Ankush Menat
76ef61c24f
fix: keep customer/supplier website role by default
...
(cherry picked from commit d2096cfdb7 )
2023-10-16 12:01:17 +00:00
mergify[bot]
001c230688
perf: index dn_detail in Delivery Note Item (backport #37528 ) ( #37530 )
...
* perf: index `dn_detail` in `Delivery Note Item`
(cherry picked from commit 5b4528e614 )
# Conflicts:
# erpnext/stock/doctype/delivery_note_item/delivery_note_item.json
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-10-16 16:48:55 +05:30
Deepesh Garg
44f7de0f31
fix: Incorrect vat amount in KSA VAT report
2023-10-16 14:37:16 +05:30
mergify[bot]
c32258e4b6
fix: GL Entries not getting created for PR Return (backport #37513 ) ( #37516 )
...
* fix: GL Entries not getting created for PR Return
(cherry picked from commit 46add06a29 )
* test: add test case for PR return with zero rate
(cherry picked from commit 253d4782c6 )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.py
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-10-16 01:24:10 +05:30
mergify[bot]
1b94510f08
fix: consider received qty while creating SO -> MR (backport #37414 ) ( #37514 )
...
fix: consider received qty while creating SO -> MR
(cherry picked from commit b2cee396ac )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-10-16 01:23:13 +05:30
ruthra kumar
65b7fb1293
Merge pull request #37511 from frappe/mergify/bp/version-14-hotfix/pr-37319
...
test: use fixtures for sales and purchase invoice (backport #37319 )
2023-10-15 12:44:13 +05:30
ruthra kumar
d1f6d62d72
chore: fix flaky test case
2023-10-15 12:19:34 +05:30
ruthra kumar
77e7a6cde7
Merge pull request #37512 from ruthra-kumar/back_calculate_tds
...
fix: inflated total amt in TDS report using back calculation
2023-10-15 11:54:25 +05:30
ruthra kumar
78e22af3ca
fix: inflated total amt in TDS report using back calculation
2023-10-15 11:23:52 +05:30
ruthra kumar
7f903532f3
chore: resovle conflicts
2023-10-15 10:44:37 +05:30
ruthra kumar
8d1eac89e3
refactor(test): make sure TDS Payable is available for testing
...
(cherry picked from commit fbabf4ac2e )
2023-10-15 04:47:43 +00:00
ruthra kumar
d78316869b
refactor(test): make use of @change_settings in PI test cases
...
(cherry picked from commit 0207d6e7c9 )
2023-10-15 04:47:43 +00:00
ruthra kumar
33becb7b32
refactor(test): use test fixture in purchase invoice
...
(cherry picked from commit a2e064d214 )
2023-10-15 04:47:43 +00:00
ruthra kumar
b97fdbe6fc
refactor(test): use test fixture in subscription
...
(cherry picked from commit 3bdf4f628c )
# Conflicts:
# erpnext/accounts/doctype/subscription/test_subscription.py
2023-10-15 04:47:42 +00:00
ruthra kumar
5699a8daa2
refactor(test): use @change_settings to fix failing test cases
...
(cherry picked from commit de9baef84a )
2023-10-15 04:47:42 +00:00
ruthra kumar
91a5bd8615
refactor(test): fix broken test cases in Sales Invoice
...
(cherry picked from commit 8ebe5733ac )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2023-10-15 04:47:42 +00:00
ruthra kumar
485cb7dd28
refactor(test): use @change_settings in sales invoice
...
(cherry picked from commit 58065f31b1 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2023-10-15 04:47:42 +00:00
ruthra kumar
9d6b434d1f
refactor(test): unset accounts frozen date
...
(cherry picked from commit fc50b174eb )
2023-10-15 04:47:41 +00:00
ruthra kumar
405d1528c3
test: use fixtures for sales and purchase invoice
...
(cherry picked from commit c322e5f381 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2023-10-15 04:47:41 +00:00
s-aga-r
f1814a1a2a
fix: serial and batch no get removed on save of return DN ( #37476 )
...
* fix: serial and batch no get removed on save of return DN
* test: add test case for DN return with product bundle
2023-10-15 09:57:39 +05:30
s-aga-r
9406ddbff0
fix: Stock Reconciliation Insufficient Stock Error ( #37494 )
...
* fix: Stock Reconciliation Insufficient Stock Error
* fix: linter
* test: add test case for Stock Reco Batch Item
2023-10-14 16:53:29 +05:30
ruthra kumar
bae6c5bf5f
Merge pull request #37500 from frappe/mergify/bp/version-14-hotfix/pr-37435
...
fix(gp): wrong `allocated_amount` when grouped by Sales Person (backport #37435 )
2023-10-14 12:54:33 +05:30
ruthra kumar
cf9acd1ff6
Merge pull request #37501 from frappe/mergify/bp/version-14-hotfix/pr-37495
...
fix: keyerror on gl and pl comparision report (backport #37495 )
2023-10-14 12:54:09 +05:30
ruthra kumar
6f143d35aa
fix: keyerror on gl and pl comparision report
...
(cherry picked from commit ad00df0af6 )
2023-10-14 06:46:18 +00:00
Dany Robert
d266423011
fix(gp): wrong allocated_amount on multi sales person invoice
...
(cherry picked from commit bda82bf1e9 )
2023-10-14 06:43:15 +00:00
s-aga-r
d2b22db500
fix: use flt to ignore TypeError ( #37481 )
2023-10-13 10:22:20 +05:30
ruthra kumar
c43d0b81e3
Merge pull request #37488 from frappe/mergify/bp/version-14-hotfix/pr-37484
...
refactor(patch): ignore links on closing balance patch (backport #37484 )
2023-10-13 09:59:08 +05:30
ruthra kumar
cf0ab51348
refactor(patch): ignore links on closing balance patch
...
(cherry picked from commit 17ca8756a7 )
2023-10-13 03:50:02 +00:00
mergify[bot]
0590f21814
fix: don't set finance books if gross_purchase_amount is not set (backport #37480 ) ( #37482 )
...
fix: don't set finance books if gross_purchase_amount is not set (#37480 )
(cherry picked from commit 18e3a8907a )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-10-12 19:44:36 +05:30
Sagar Vora
bbdf26c82e
Merge pull request #37468 from frappe/mergify/bp/version-14-hotfix/pr-37418
...
fix: german tranlations of "Is Return" (backport #37418 )
2023-10-12 13:05:49 +05:30
ruthra kumar
020d2e2ca6
Merge pull request #37464 from frappe/mergify/bp/version-14-hotfix/pr-37436
...
refactor: for non-repost fields, don't validate (backport #37436 )
2023-10-12 10:51:42 +05:30
ruthra kumar
f434548204
Merge pull request #37465 from frappe/mergify/bp/version-14-hotfix/pr-37459
...
refactor: add validation for Advances in SI/PI (backport #37459 )
2023-10-12 10:51:18 +05:30
barredterra
f9b2355066
fix: german tranlations of "Is Return"
...
(cherry picked from commit 38ca164662 )
2023-10-12 02:21:05 +00:00
Frappe PR Bot
2815952a03
chore(release): Bumped to Version 14.44.0
...
# [14.44.0](https://github.com/frappe/erpnext/compare/v14.43.1...v14.44.0 ) (2023-10-12)
### Bug Fixes
* added validation for the batch on stock reco ([#37174 ](https://github.com/frappe/erpnext/issues/37174 )) ([4c337a6 ](4c337a6f44 ))
* ageing summary in AR ([15d2024 ](15d2024b8e ))
* allocate amt for payment term invoices ([b22ac13 ](b22ac137f5 ))
* call validate before setting repost flag ([bec3e8e ](bec3e8ed96 ))
* do not run bg job for single doc ([4123e7b ](4123e7b244 ))
* **Employee:** enable `no_copy` for `relieving_date` (backport [#37344 ](https://github.com/frappe/erpnext/issues/37344 )) ([#37358 ](https://github.com/frappe/erpnext/issues/37358 )) ([2b38b78 ](2b38b780ba ))
* exception on exporting errored rows ([e58b3b1 ](e58b3b11e9 ))
* fetch company details for Lead based quotation ([c1d40a6](c1d40a6bfa ))
* fetch dependent task subject and project (backport [#37401 ](https://github.com/frappe/erpnext/issues/37401 )) ([#37421 ](https://github.com/frappe/erpnext/issues/37421 )) ([0aad942 ](0aad942312 ))
* ignore cancelled gle in voucher-wise balance report ([#36417 ](https://github.com/frappe/erpnext/issues/36417 )) ([ee1255a ](ee1255a716 ))
* incorrect status of the returned purchase receipt ([#37300 ](https://github.com/frappe/erpnext/issues/37300 )) ([63f4573 ](63f45739e0 ))
* linting issues ([6c8a65e ](6c8a65e03b ))
* negative valuation rate in PR return ([#37424 ](https://github.com/frappe/erpnext/issues/37424 )) ([26ad688 ](26ad688584 ))
* payment request rounding in multi-currency and on status update ([eed5863 ](eed58634ba ))
* production plan reserved qty incorrect calculation (backport [#37400 ](https://github.com/frappe/erpnext/issues/37400 )) ([#37458 ](https://github.com/frappe/erpnext/issues/37458 )) ([573b159 ](573b159541 ))
* split inv allocated amt on server side ([06b0477 ](06b04770fc ))
* typo in doctype name and qb ([606c99e ](606c99e57c ))
* **ux:** allow MR to Stop until fully received (backport [#37452 ](https://github.com/frappe/erpnext/issues/37452 )) ([#37456 ](https://github.com/frappe/erpnext/issues/37456 )) ([fb0b426 ](fb0b426fe4 ))
* validation for si ([3dc68e3 ](3dc68e3b00 ))
### Features
* add repost btn in invoice ([cde848d ](cde848dc7f ))
* allow on submit fields ([f5245f6 ](f5245f6b3f ))
* allow repost for pi ([2d13dda ](2d13dda49c ))
* composite WIP asset ([#37352 ](https://github.com/frappe/erpnext/issues/37352 )) ([0ecd7d2 ](0ecd7d2bf5 ))
* disable currency exchange api. ([#33593 ](https://github.com/frappe/erpnext/issues/33593 )) ([1ca0516 ](1ca0516fe5 ))
* filter on voucher no ([cb35218 ](cb35218eec ))
* introduce unreconcile doctype ([ae8355c ](ae8355c953 ))
* UI for unreconcile ([9531a45 ](9531a45b94 ))
* unreconcile support for journal entry ([cd2d335 ](cd2d335256 ))
* validate negative stock for inventory dimension ([#37373 ](https://github.com/frappe/erpnext/issues/37373 )) ([1480aca ](1480acabb0 ))
2023-10-12 02:15:37 +00:00
Deepesh Garg
33f4fae8cd
Merge pull request #37430 from frappe/version-14-hotfix
...
chore: release v14
2023-10-12 07:43:46 +05:30
ruthra kumar
d37a1811db
refactor: add validation for Advances in SI/PI
...
(cherry picked from commit 0cdd6435a5 )
2023-10-11 14:34:38 +00:00
ruthra kumar
8dd26949b7
refactor: for non-repost fields, don't validate
...
(cherry picked from commit c1782c5015 )
2023-10-11 14:34:29 +00:00
s-aga-r
26ad688584
fix: negative valuation rate in PR return ( #37424 )
...
* fix: negative valuation rate in PR return
* test: add test case for PR return
2023-10-11 18:44:32 +05:30
Frappe PR Bot
48ceead9d0
chore(release): Bumped to Version 14.43.1
...
## [14.43.1](https://github.com/frappe/erpnext/compare/v14.43.0...v14.43.1 ) (2023-10-11)
### Bug Fixes
* fetch company details for Lead based quotation ([e4ed1d6 ](e4ed1d684d ))
2023-10-11 11:14:16 +00:00
ruthra kumar
9dd33739f9
Merge pull request #37460 from frappe/mergify/bp/version-14/pr-37371
...
fix: fetch company details for Lead based quotation (backport #37370 ) (backport #37371 )
2023-10-11 16:42:42 +05:30
ruthra kumar
e4ed1d684d
fix: fetch company details for Lead based quotation
...
(cherry picked from commit f388864fd5 )
(cherry picked from commit c1d40a6bfa )
2023-10-11 10:46:00 +00:00
mergify[bot]
573b159541
fix: production plan reserved qty incorrect calculation (backport #37400 ) ( #37458 )
...
fix: production plan reserved qty incorrect calculation (#37400 )
(cherry picked from commit f3238f9105 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-10-11 14:41:32 +05:30
mergify[bot]
fb0b426fe4
fix(ux): allow MR to Stop until fully received (backport #37452 ) ( #37456 )
...
fix(ux): allow MR to Stop until fully received
(cherry picked from commit 0d7a0f393d )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-10-11 13:51:29 +05:30
ruthra kumar
63ff1f1eaa
Merge pull request #37399 from frappe/mergify/bp/version-14-hotfix/pr-37194
...
feat: editable purchase invoice (backport #37194 )
2023-10-10 21:05:56 +05:30
ruthra kumar
4d79a4e7b3
Merge pull request #37420 from frappe/mergify/bp/version-14-hotfix/pr-37204
...
fix: allocate payment amount for split invoices in PE (backport #37204 )
2023-10-10 21:04:26 +05:30
ruthra kumar
97f9656460
Merge pull request #37419 from frappe/mergify/bp/version-14-hotfix/pr-37123
...
fix: payment request rounding in multi-currency and on status update (backport #37123 )
2023-10-10 21:03:52 +05:30
ruthra kumar
14ddcd6c24
Merge pull request #37427 from frappe/mergify/bp/version-14-hotfix/pr-36417
...
fix: ignore cancelled gle in voucher-wise balance report (backport #36417 )
2023-10-10 21:03:21 +05:30
Deepesh Garg
9689c1fcec
Merge branch 'version-14' into version-14-hotfix
2023-10-10 20:19:26 +05:30
Gursheen Kaur Anand
ee1255a716
fix: ignore cancelled gle in voucher-wise balance report ( #36417 )
...
fix: ignore cancelled gle
(cherry picked from commit 1ddfaa7605 )
2023-10-10 08:09:32 +00:00
ruthra kumar
b0ac097327
chore: resolve conflicts
2023-10-10 11:31:19 +05:30
ruthra kumar
5d97a69e32
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-37194
2023-10-10 11:10:09 +05:30
mergify[bot]
0aad942312
fix: fetch dependent task subject and project (backport #37401 ) ( #37421 )
...
fix: fetch dependent task subject and project (#37401 )
(cherry picked from commit 78eaf5d035 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-10-10 11:06:33 +05:30
ruthra kumar
debfbc4761
refactor: remove references in repost doctypes upon parent doc delet
...
(cherry picked from commit ed7f67b1a8 )
2023-10-10 11:01:05 +05:30
Gursheen Anand
3dc68e3b00
fix: validation for si
...
(cherry picked from commit 61c6ebbb95 )
2023-10-10 10:58:19 +05:30
Gursheen Anand
bec3e8ed96
fix: call validate before setting repost flag
...
(cherry picked from commit 8ef0d88708 )
2023-10-10 10:58:19 +05:30
Gursheen Anand
4123e7b244
fix: do not run bg job for single doc
...
(cherry picked from commit 1856050ef9 )
2023-10-10 10:58:19 +05:30
Gursheen Anand
c9bcf79e83
refactor: remove repeated validation for voucher
...
(cherry picked from commit a856091ff4 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.py
2023-10-10 10:58:19 +05:30
Gursheen Anand
677525b2cf
refactor: use repost accounting legder
...
(cherry picked from commit 7ebf083683 )
2023-10-10 10:58:19 +05:30
Gursheen Anand
8c83bbc096
refactor: remove unused method
...
(cherry picked from commit ba7212c98b )
2023-10-10 10:58:19 +05:30
Gursheen Anand
a512d27dbb
test: reposted acc entries for pi
...
(cherry picked from commit c66c438575 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
2023-10-10 10:58:19 +05:30
Gursheen Anand
6c8a65e03b
fix: linting issues
...
(cherry picked from commit c88f6d1fa7 )
2023-10-10 10:58:19 +05:30
Gursheen Anand
2d13dda49c
feat: allow repost for pi
...
(cherry picked from commit 23470bf52d )
2023-10-10 10:58:19 +05:30
Gursheen Anand
cde848dc7f
feat: add repost btn in invoice
...
(cherry picked from commit e77814fbc0 )
2023-10-10 10:58:19 +05:30
Gursheen Anand
79e414cb97
refactor: move reposting logic to common controller
...
(cherry picked from commit 68effd93bd )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.py
2023-10-10 10:58:19 +05:30
Gursheen Anand
f5245f6b3f
feat: allow on submit fields
...
(cherry picked from commit e922ec60eb )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
2023-10-10 10:58:19 +05:30
ruthra kumar
dc804f216d
Merge pull request #37402 from frappe/mergify/bp/version-14-hotfix/pr-36879
...
feat: Unreconcile Payments (backport #36879 )
2023-10-10 10:39:54 +05:30
Gursheen Anand
bc0db696c9
chore: remove unused variable
...
(cherry picked from commit 545f2ccdf1 )
2023-10-10 04:42:15 +00:00
Gursheen Anand
06b04770fc
fix: split inv allocated amt on server side
...
(cherry picked from commit b3aa201eb5 )
2023-10-10 04:42:15 +00:00
Gursheen Anand
b22ac137f5
fix: allocate amt for payment term invoices
...
(cherry picked from commit ac28a5b372 )
2023-10-10 04:42:15 +00:00
David Arnold
eed58634ba
fix: payment request rounding in multi-currency and on status update
...
(cherry picked from commit 6e1ad4c5bd )
2023-10-10 04:38:31 +00:00
mergify[bot]
24852e46c1
chore: rewrite query using query builder (backport #37310 ) ( #37415 )
...
* chore: rewrite query using query builder
(cherry picked from commit 25718f5cc7 )
* chore: fix shopping cart tests
(cherry picked from commit fb51cae88b )
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-10-09 20:56:43 +05:30
Deepesh Garg
50521d4efe
Merge pull request #37322 from frappe/mergify/bp/version-14-hotfix/pr-37119
...
chore: add regional support for getting payment entries (#37119 )
2023-10-09 19:28:07 +05:30
ruthra kumar
8fc705ea6a
chore: resolve conflicts
2023-10-09 15:17:47 +05:30
ruthra kumar
63274527d2
test: multi currency invoice unreconciliation
...
exchange gain/loss associated with the unreconcile invoice should be
cancelled as well
(cherry picked from commit d398775715 )
2023-10-09 06:15:09 +00:00
ruthra kumar
aba51ee352
refactor(test): more modularization
...
(cherry picked from commit 5c09fdf941 )
2023-10-09 06:15:09 +00:00
ruthra kumar
4bd83b5058
refactor: cancel gain/loss JE on multi currency transactions
...
(cherry picked from commit 1d93d66c30 )
2023-10-09 06:15:09 +00:00
ruthra kumar
75d3093aea
refactor: only cancel specific gain/loss je
...
(cherry picked from commit 5dbcf7d2b9 )
2023-10-09 06:15:09 +00:00
ruthra kumar
669d692844
refactor: display allocated amount in account currency with symbol
...
(cherry picked from commit 6fd1c1bca2 )
2023-10-09 06:15:09 +00:00
ruthra kumar
606c99e57c
fix: typo in doctype name and qb
...
(cherry picked from commit 9a1588f1cc )
2023-10-09 06:15:08 +00:00
ruthra kumar
cf308912a1
test: more granular unreconciliation
...
(cherry picked from commit 67980188a7 )
2023-10-09 06:15:08 +00:00
ruthra kumar
f5718390b7
refactor: unlink individual vouchers from payments
...
(cherry picked from commit 9b6eac23b6 )
2023-10-09 06:15:08 +00:00
ruthra kumar
8954bd7759
chore: type info
...
(cherry picked from commit b4dc2bdf28 )
2023-10-09 06:15:08 +00:00
ruthra kumar
3cbaea389b
refactor: convert raw sql to query_builder
...
(cherry picked from commit 0130aea2aa )
2023-10-09 06:15:07 +00:00
ruthra kumar
335cb5fd28
refactor: single fetch and unlinking logic for JE and PE
...
(cherry picked from commit de910ab152 )
2023-10-09 06:15:07 +00:00
ruthra kumar
cd2d335256
feat: unreconcile support for journal entry
...
(cherry picked from commit 285963acdb )
2023-10-09 06:15:07 +00:00
ruthra kumar
1a69db0f80
refactor: modularisation and group by voucher_no
...
(cherry picked from commit cce96669f0 )
2023-10-09 06:15:07 +00:00
ruthra kumar
84e4a2509c
chore: rename and add trigger in journal entry
...
(cherry picked from commit 0ccb6d8242 )
2023-10-09 06:15:06 +00:00
ruthra kumar
f4e1959cc7
chore: code cleanup
...
(cherry picked from commit 69683776a5 )
2023-10-09 06:15:06 +00:00
ruthra kumar
7651ecbc2b
chore: fetch logic for payment entry
...
(cherry picked from commit 1981f3837a )
2023-10-09 06:15:06 +00:00
ruthra kumar
e464f5e419
chore: move functions to a separate file in utils
...
(cherry picked from commit 25fe752185 )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.js
# erpnext/public/js/erpnext.bundle.js
2023-10-09 06:15:06 +00:00
ruthra kumar
1e93d0bcc4
chore: move dialog building function to utils.js file
...
(cherry picked from commit 5981c7e0ad )
2023-10-09 06:15:05 +00:00
ruthra kumar
b886589657
refactor: add UI elements
...
(cherry picked from commit 58dc0e52e1 )
2023-10-09 06:15:05 +00:00
ruthra kumar
3a670264b2
chore: delete unreoncile doc upon parent doc deletion
...
(cherry picked from commit 6bbe47c671 )
2023-10-09 06:15:05 +00:00
ruthra kumar
2fd500ce26
chore: track changes
...
(cherry picked from commit 489a545bbb )
2023-10-09 06:15:04 +00:00
ruthra kumar
9422422dcc
refactor: remove references using framework
...
(cherry picked from commit 42df0d3d67 )
2023-10-09 06:15:04 +00:00
ruthra kumar
37fc82cd11
chore: delete references upon parent deletion
...
(cherry picked from commit fbdfb8151c )
2023-10-09 06:15:04 +00:00
ruthra kumar
cb35218eec
feat: filter on voucher no
...
(cherry picked from commit 41eb2c9f5a )
2023-10-09 06:15:04 +00:00
ruthra kumar
9531a45b94
feat: UI for unreconcile
...
(cherry picked from commit fc6be5bfb9 )
2023-10-09 06:15:03 +00:00
ruthra kumar
fb41f5f88c
test: basic unreconcile function
...
(cherry picked from commit 0faffaa8db )
2023-10-09 06:15:03 +00:00
ruthra kumar
b9647ac0a4
refactor: adding 'Get Allocations' button
...
(cherry picked from commit 5114a9580d )
2023-10-09 06:15:03 +00:00
ruthra kumar
77fa0f68df
chore: working state on barebones functions
...
(cherry picked from commit e48a90efe6 )
2023-10-09 06:15:03 +00:00
ruthra kumar
ae8355c953
feat: introduce unreconcile doctype
...
(cherry picked from commit dc71623295 )
2023-10-09 06:15:02 +00:00
ruthra kumar
c42ef922d2
Merge pull request #37396 from frappe/mergify/bp/version-14-hotfix/pr-37395
...
fix: exception on exporting errored rows (backport #37395 )
2023-10-08 18:39:49 +05:30
ruthra kumar
e58b3b11e9
fix: exception on exporting errored rows
...
(cherry picked from commit d3c6000904 )
2023-10-08 12:52:16 +00:00
ruthra kumar
8f0e10bfbe
Merge pull request #37388 from frappe/mergify/bp/version-14-hotfix/pr-37289
...
fix: ageing summary in SOA AR (backport #37289 )
2023-10-08 12:25:51 +05:30
Gursheen Kaur Anand
77d719af6e
chore: linting issues
2023-10-07 15:40:27 +05:30
Gursheen Kaur Anand
3f59518d01
chore: resolve conflicts
2023-10-07 15:21:50 +05:30
Gursheen Anand
24b1100c8f
test: process soa for gl and ar
...
(cherry picked from commit 644e25e587 )
2023-10-07 09:40:32 +00:00
Gursheen Anand
c29eab12df
refactor: separate function for statement dict
...
(cherry picked from commit 67f878ff8c )
# Conflicts:
# erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.py
2023-10-07 09:40:32 +00:00
Gursheen Anand
15d2024b8e
fix: ageing summary in AR
...
(cherry picked from commit d9eb44e62d )
2023-10-07 09:40:32 +00:00
rohitwaghchaure
1480acabb0
feat: validate negative stock for inventory dimension ( #37373 )
...
* feat: validate negative stock for inventory dimension
* test: test case for validate negative stock for inv dimension
2023-10-06 17:55:32 +05:30
rohitwaghchaure
4c337a6f44
fix: added validation for the batch on stock reco ( #37174 )
2023-10-06 13:06:13 +05:30
rohitwaghchaure
63f45739e0
fix: incorrect status of the returned purchase receipt ( #37300 )
2023-10-06 11:58:15 +05:30
ruthra kumar
55a9a8fd51
Merge pull request #37371 from frappe/mergify/bp/version-14-hotfix/pr-37370
...
fix: fetch company details for Lead based quotation (backport #37370 )
2023-10-05 14:25:14 +05:30
ruthra kumar
c1d40a6bfa
fix: fetch company details for Lead based quotation
...
(cherry picked from commit f388864fd5 )
2023-10-05 08:21:26 +00:00
ruthra kumar
bbc13c719e
Merge pull request #37367 from frappe/mergify/bp/version-14-hotfix/pr-37359
...
refactor: add `access_key` field to facilitate use of exchangerate.host provider (backport #37359 )
2023-10-05 12:57:41 +05:30
ruthra kumar
3b49079ad7
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-37359
2023-10-05 12:17:07 +05:30
ruthra kumar
6fad2bad11
Merge pull request #37369 from frappe/mergify/bp/version-14-hotfix/pr-33593
...
feat: disable currency exchange api. (backport #33593 )
2023-10-05 10:25:40 +05:30
Devin Slauenwhite
1ca0516fe5
feat: disable currency exchange api. ( #33593 )
...
(cherry picked from commit 179a31ed5e )
2023-10-05 04:03:15 +00:00
ruthra kumar
04b8527ba8
chore: refactor test case for exchangerate.host provider
...
(cherry picked from commit c8e3dc6c4c )
2023-10-05 03:50:28 +00:00
ruthra kumar
98a9007e9f
refactor: introduce access_key field
...
(cherry picked from commit 81591a34c2 )
# Conflicts:
# erpnext/accounts/doctype/currency_exchange_settings/currency_exchange_settings.json
2023-10-05 03:50:28 +00:00
ruthra kumar
64a50cfabf
Merge pull request #37366 from frappe/mergify/bp/version-14-hotfix/pr-37294
...
refactor: block Payment Entry as ref in Journals from UI (backport #37294 )
2023-10-05 09:20:20 +05:30
ruthra kumar
587a965bdf
refactor: block Payment Entry as ref in JE from UI
...
(cherry picked from commit d391e81505 )
2023-10-05 03:25:04 +00:00
ruthra kumar
52c0900576
Merge pull request #37363 from frappe/mergify/copy/version-14-hotfix/pr-37362
...
test: fixing test_capitalization_with_wip_composite_asset (copy #37362 )
2023-10-05 08:38:20 +05:30
anandbaburajan
67a43c353c
test: fixing test_capitalization_with_wip_composite_asset
...
(cherry picked from commit 9468513d7c )
2023-10-04 16:44:31 +00:00
mergify[bot]
2b38b780ba
fix(Employee): enable no_copy for relieving_date (backport #37344 ) ( #37358 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
Co-authored-by: Jignesh (GreyCube Technologies) <jignesh@greycube.in >
fix(Employee): enable `no_copy` for `relieving_date` (#37344 )
2023-10-04 14:29:45 +05:30
Anand Baburajan
0ecd7d2bf5
feat: composite WIP asset ( #37352 )
...
feat: wip composite asset
2023-10-04 10:29:14 +05:30
Smit Vora
f7de825e89
chore: add regional support for getting payment entries ( #37119 )
...
chore: add regional support for get payment entries
(cherry picked from commit 3e282bfbce )
2023-10-02 10:32:40 +00:00