Frappe PR Bot
a4b80d1ec4
chore(release): Bumped to Version 14.38.0
...
# [14.38.0](https://github.com/frappe/erpnext/compare/v14.37.1...v14.38.0 ) (2023-09-06)
### Bug Fixes
* account payable currency and value ([#36859 ](https://github.com/frappe/erpnext/issues/36859 )) ([98c2640 ](98c26403c1 ))
* added ignore_user_permissions to parent field of tree doctypes ([451cc7b ](451cc7bc12 ))
* added validation for unique serial numbers in pos invoice ([#36302 ](https://github.com/frappe/erpnext/issues/36302 )) ([1192736 ](119273639c ))
* allow payment_account of loan repayment to be edited ([#36948 ](https://github.com/frappe/erpnext/issues/36948 )) ([09e2f24 ](09e2f24329 ))
* ask for asset related accounts only when needed (backport [#36960 ](https://github.com/frappe/erpnext/issues/36960 )) ([#36971 ](https://github.com/frappe/erpnext/issues/36971 )) ([58163d5 ](58163d5aa8 ))
* calcuate received/paid amount on rate change in PE ([0a63266 ](0a632660e0 ))
* deduplicate gain/loss JE creation for journals as payment ([9168b3b ](9168b3b0e8 ))
* difference amount in UI should not be calculated ([9bc2b41 ](9bc2b419e3 ))
* fetch discount amount for gle in base currency ([a8b5880 ](a8b58800bb ))
* ignore mandatory fields while saving WO (backport [#36954 ](https://github.com/frappe/erpnext/issues/36954 )) ([#36970 ](https://github.com/frappe/erpnext/issues/36970 )) ([c125dea ](c125dea0f1 ))
* index error on Receivable report based on payment terms ([#36963 ](https://github.com/frappe/erpnext/issues/36963 )) ([e3d64fc ](e3d64fc553 ))
* invalid gain/loss JE created on base currency Expense Claim ([068f1b5 ](068f1b5a6b ))
* only show "Unreconcile" if reconciled ([61752ac ](61752ac2b4 ))
* prorate factor for subscription plan ([#36953 ](https://github.com/frappe/erpnext/issues/36953 )) ([fc79af5 ](fc79af5926 ))
* reduce threshold for bg job fn ([5a226a8 ](5a226a8395 ))
* remove withholding category from common fields ([18f8f7f ](18f8f7f09c ))
* Set the default filter in All Trends Report ([132957f ](132957f59e ))
* Set the default filter in All Trends Report ([420536c ](420536ca52 ))
* when create doc from item dashboard default uom (buying or selling) is not correctly selected (backport [#36892 ](https://github.com/frappe/erpnext/issues/36892 )) ([#36928 ](https://github.com/frappe/erpnext/issues/36928 )) ([5c8bee0 ](5c8bee0a95 ))
### Features
* **RFQ:** optionally send document print ([#36363 ](https://github.com/frappe/erpnext/issues/36363 )) ([345c608 ](345c6084e5 ))
v14.38.0
2023-09-06 05:57:04 +00:00
ruthra kumar
260567e99e
Merge pull request #36969 from frappe/version-14-hotfix
...
chore: release v14
2023-09-06 11:25:38 +05:30
mergify[bot]
58163d5aa8
fix: ask for asset related accounts only when needed (backport #36960 ) ( #36971 )
...
fix: ask for asset related accounts only when needed (#36960 )
* fix: only ask for asset_received_but_not_billed account when needed
* chore: remove unnecessary if condition
* fix: only ask for expenses_included_in_asset_valuation account when needed
(cherry picked from commit 174f95d699 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-09-05 18:14:44 +05:30
mergify[bot]
e3d64fc553
fix: index error on Receivable report based on payment terms ( #36963 )
...
fix: index error on Receivable report based on payment terms
cr note's don't have payment terms. So, skip for them.
(cherry picked from commit b9c556c4a9 )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-09-05 16:32:58 +05:30
mergify[bot]
c125dea0f1
fix: ignore mandatory fields while saving WO (backport #36954 ) ( #36970 )
...
fix: ignore mandatory fields while saving WO (#36954 )
(cherry picked from commit f809e12747 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-05 16:29:03 +05:30
mergify[bot]
119273639c
fix: added validation for unique serial numbers in pos invoice ( #36302 )
...
fix: added validation for unique serial numbers in pos invoice (#36302 )
* fix: added validation for unique serial numbers in pos invoice
* fix: updated title of validation
* fix: removed extra whitespace
* fix: added validation for duplicate batch numbers
---------
Co-authored-by: Ritvik Sardana <ritviksardana@Ritviks-MacBook-Air.local >
(cherry picked from commit a165b37fd7 )
Co-authored-by: RitvikSardana <65544983+RitvikSardana@users.noreply.github.com >
2023-09-05 16:21:33 +05:30
Gursheen Kaur Anand
fc79af5926
fix: prorate factor for subscription plan ( #36953 )
2023-09-05 16:14:16 +05:30
Anand Baburajan
09e2f24329
fix: allow payment_account of loan repayment to be edited ( #36948 )
2023-09-05 12:44:14 +05:30
ruthra kumar
a0c65342a1
Merge pull request #36952 from frappe/mergify/bp/version-14-hotfix/pr-36950
...
refactor: gain/loss je should use same posting date as payment (backport #36950 )
2023-09-05 09:24:10 +05:30
ruthra kumar
01eae2b758
refactor: gain/loss should use same posting date as payment
...
(cherry picked from commit f7865da4d2 )
2023-09-05 03:00:02 +00:00
ruthra kumar
b43c6ff1ae
Merge pull request #36946 from GursheenK/tds_payable_monthly_si_withholding_category
...
fix: TDS payable monthly SI withholding category
2023-09-04 19:01:00 +05:30
Gursheen Anand
18f8f7f09c
fix: remove withholding category from common fields
2023-09-04 17:30:10 +05:30
ruthra kumar
2d2bcd37cb
Merge pull request #36942 from frappe/mergify/bp/version-14-hotfix/pr-36940
...
fix: invalid gain/loss JE created on base currency Expense Claim (backport #36940 )
2023-09-04 15:20:23 +05:30
ruthra kumar
068f1b5a6b
fix: invalid gain/loss JE created on base currency Expense Claim
...
(cherry picked from commit 75d95acb23 )
2023-09-04 08:27:37 +00:00
Ankush Menat
fca154fd60
Merge pull request #36939 from frappe/mergify/bp/version-14-hotfix/pr-36869
...
fix: ignore_user_permissions set to 1 for parent field of tree doctypes (backport #36869 )
2023-09-04 13:27:13 +05:30
RitvikSardana
451cc7bc12
fix: added ignore_user_permissions to parent field of tree doctypes
...
(cherry picked from commit de433d8626 )
2023-09-04 07:17:07 +00:00
mergify[bot]
11e67c7dc0
refactor: remove Recalculate Rate from SCR Item (backport #36929 ) ( #36931 )
...
* refactor: remove `Recalculate Rate` from SCR Item (#36929 )
(cherry picked from commit cd8ddae7c5 )
# Conflicts:
# erpnext/subcontracting/doctype/subcontracting_receipt/subcontracting_receipt.js
# erpnext/subcontracting/doctype/subcontracting_receipt/subcontracting_receipt.py
# erpnext/subcontracting/doctype/subcontracting_receipt_item/subcontracting_receipt_item.json
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-03 19:05:05 +05:30
mergify[bot]
5c8bee0a95
fix: when create doc from item dashboard default uom (buying or selling) is not correctly selected (backport #36892 ) ( #36928 )
...
fix: when create doc from item dashboard default uom (buying or selling) is not correctly selected (#36892 )
fix: when create doc from item dashboard defaut uom is not correctly selected
(cherry picked from commit 24e1144de5 )
Co-authored-by: HENRY Florian <florian.henry@open-concept.pro >
2023-09-03 16:38:44 +05:30
ruthra kumar
553ff11de6
Merge pull request #36925 from frappe/mergify/bp/version-14-hotfix/pr-36911
...
fix: deduplicate gain/loss JE creation for journals as payment (backport #36911 )
2023-09-03 10:56:36 +05:30
ruthra kumar
5523bc5081
chore: resolve merge conflict
2023-09-03 10:28:58 +05:30
ruthra kumar
c8d81cc52d
test: cost center inheritance from payment
...
(cherry picked from commit 0366928db5 )
2023-09-03 04:44:17 +00:00
ruthra kumar
d24c8b1bbc
refactor: use payment's CC for gain/loss if company default is unset
...
(cherry picked from commit d6a3b9a5c7 )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py
2023-09-03 04:44:16 +00:00
ruthra kumar
7fd96d0116
test: extend test to cancellation
...
(cherry picked from commit 79fa562004 )
2023-09-03 04:44:15 +00:00
ruthra kumar
475750302b
test: deduplicate gain/loss JE on reconciling journals against inv
...
(cherry picked from commit cb6da6ec59 )
2023-09-03 04:44:14 +00:00
ruthra kumar
9168b3b0e8
fix: deduplicate gain/loss JE creation for journals as payment
...
(cherry picked from commit 79c6f0165b )
# Conflicts:
# erpnext/controllers/accounts_controller.py
2023-09-03 04:44:13 +00:00
Anand Baburajan
0ff1546b9b
chore: patch to correct asset values if je has workflow [v14] ( #36915 )
...
chore: patch to correct asset values if je has workflow
2023-09-02 18:32:16 +05:30
mergify[bot]
345c6084e5
feat(RFQ): optionally send document print ( #36363 )
...
feat(RFQ): optionally send document print (#36363 )
2023-09-02 17:53:08 +05:30
Deepesh Garg
3820953022
Merge pull request #36917 from frappe/mergify/bp/version-14-hotfix/pr-36900
...
fix: reduce threshold for background job in PCV (#36900 )
2023-09-02 17:46:44 +05:30
Deepesh Garg
78051e7f0f
Merge pull request #36918 from frappe/mergify/bp/version-14-hotfix/pr-36908
...
fix: only show "Unreconcile" if reconciled (#36908 )
2023-09-02 17:46:27 +05:30
barredterra
61752ac2b4
fix: only show "Unreconcile" if reconciled
...
(cherry picked from commit 91e574609f )
2023-09-02 11:43:12 +00:00
Gursheen Anand
5a226a8395
fix: reduce threshold for bg job fn
...
(cherry picked from commit b6e6f2ef8d )
2023-09-02 11:42:08 +00:00
ruthra kumar
543e4c87ea
Merge pull request #36912 from frappe/mergify/bp/version-14-hotfix/pr-36859
...
fix: account payable currency and value (backport #36859 )
2023-09-02 14:38:27 +05:30
Deepesh Garg
0a0b94e1cb
Merge pull request #36884 from Nihantra-Patel/fiscal_year_trends_reports
...
fix: Set the default filter in All Trends Report
2023-09-02 14:37:14 +05:30
RitvikSardana
98c26403c1
fix: account payable currency and value ( #36859 )
...
* fix: account payable currency and value
* fix: added party_type and party in accounts payable report
* chore: code cleanup
* fix: customer group test case failure
* fix: added test case of the issue
* fix: filter toggle for party_type
* fix: filter toggle for party_type
* chore: fix typo
---------
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
(cherry picked from commit e599f75a51 )
2023-09-02 07:39:33 +00:00
Deepesh Garg
d19716142e
Merge pull request #36904 from frappe/mergify/bp/version-14-hotfix/pr-36889
...
fix: fetch currency in discount accounting SI (#36889 )
2023-09-01 22:51:35 +05:30
ruthra kumar
83e3402fea
Merge pull request #36907 from frappe/mergify/bp/version-14-hotfix/pr-36899
...
fix: difference amount calculation logic in Payment Entry UI (backport #36899 )
2023-09-01 17:50:22 +05:30
ruthra kumar
9bc2b419e3
fix: difference amount in UI should not be calculated
...
(cherry picked from commit a7e0709ae8 )
2023-09-01 12:09:21 +00:00
ruthra kumar
b9a5d54e03
Merge pull request #36894 from frappe/mergify/bp/version-14-hotfix/pr-36888
...
fix: calcuate received/paid amount on exchange rate change in Payment Entry (backport #36888 )
2023-09-01 17:37:41 +05:30
Gursheen Anand
a8b58800bb
fix: fetch discount amount for gle in base currency
...
(cherry picked from commit 112cfe6dfa )
2023-09-01 09:42:52 +00:00
ruthra kumar
0a632660e0
fix: calcuate received/paid amount on rate change in PE
...
(cherry picked from commit 64d835374b )
2023-08-31 15:36:44 +00:00
Frappe PR Bot
09d9263082
chore(release): Bumped to Version 14.37.1
...
## [14.37.1](https://github.com/frappe/erpnext/compare/v14.37.0...v14.37.1 ) (2023-08-31)
### Bug Fixes
* calcuate received/paid amount on rate change in PE ([46bea0e ](46bea0e56f ))
v14.37.1
2023-08-31 14:11:41 +00:00
ruthra kumar
38d27a13c3
Merge pull request #36890 from frappe/mergify/bp/version-14/pr-36888
...
fix: calcuate received/paid amount on exchange rate change in Payment Entry (backport #36888 )
2023-08-31 19:39:50 +05:30
ruthra kumar
46bea0e56f
fix: calcuate received/paid amount on rate change in PE
...
(cherry picked from commit 64d835374b )
2023-08-31 13:09:15 +00:00
Nihantra C. Patel
132957f59e
fix: Set the default filter in All Trends Report
2023-08-31 13:38:42 +05:30
Nihantra C. Patel
420536ca52
fix: Set the default filter in All Trends Report
2023-08-31 13:37:30 +05:30
Frappe PR Bot
b95ab3425a
chore(release): Bumped to Version 14.37.0
...
# [14.37.0](https://github.com/frappe/erpnext/compare/v14.36.0...v14.37.0 ) (2023-08-30)
### Bug Fixes
* added valuation field type (Float/Currency) in the filter (backport [#36866 ](https://github.com/frappe/erpnext/issues/36866 )) ([#36868 ](https://github.com/frappe/erpnext/issues/36868 )) ([22247cf ](22247cfa17 ))
* Allow to make return against sales invoice which has closed sales order ([0f98cc8 ](0f98cc85e9 ))
* Asset Category filter is not working in asset depreciation([#36806 ](https://github.com/frappe/erpnext/issues/36806 )) ([bd41cb2 ](bd41cb221b ))
* create entries for only PR items present in LCV ([#36852 ](https://github.com/frappe/erpnext/issues/36852 )) ([d2091cc ](d2091cc22c ))
* error in report when data is not available to load chart in report (backport [#36842 ](https://github.com/frappe/erpnext/issues/36842 )) ([#36853 ](https://github.com/frappe/erpnext/issues/36853 )) ([9789b7b ](9789b7bdef ))
* error listindexoutofrange when save a production plan ([#36807 ](https://github.com/frappe/erpnext/issues/36807 )) ([fd41594 ](fd4159423d ))
* fetch JVs in tax withholding report without party values ([bc6bd81 ](bc6bd81f87 ))
* fetch rounded total while pulling reference details on SO ([adc87f1 ](adc87f16a3 ))
* missing company flag for regional fn ([#36791 ](https://github.com/frappe/erpnext/issues/36791 )) ([c07548a ](c07548a612 ))
* SCR return status (backport [#36793 ](https://github.com/frappe/erpnext/issues/36793 )) ([#36796 ](https://github.com/frappe/erpnext/issues/36796 )) ([6edfcf4 ](6edfcf4de8 ))
* Tax withholding reversal on Debit Notes ([e8dc63c ](e8dc63c89c ))
### Features
* **MR:** Project and Cost Center in Connections (backport [#36794 ](https://github.com/frappe/erpnext/issues/36794 )) ([#36795 ](https://github.com/frappe/erpnext/issues/36795 )) ([4fa0777 ](4fa07777e9 ))
v14.37.0
2023-08-30 13:56:17 +00:00
Deepesh Garg
16edf3ac36
Merge pull request #36861 from frappe/version-14-hotfix
...
chore: release v14
2023-08-30 19:24:48 +05:30
mergify[bot]
22247cfa17
fix: added valuation field type (Float/Currency) in the filter (backport #36866 ) ( #36868 )
...
fix: added valuation field type (Float/Currency) in the filter (#36866 )
(cherry picked from commit dea802dc41 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-08-29 16:57:59 +05:30
mergify[bot]
d2091cc22c
fix: create entries for only PR items present in LCV ( #36852 )
...
fix: create entries for only PR items present in LCV (#36852 )
* fix: check if item code exists in lcv before creating gle
* refactor: use qb to fetch lcv items
(cherry picked from commit 26e8b8f959 )
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
2023-08-29 11:01:40 +05:30
mergify[bot]
9789b7bdef
fix: error in report when data is not available to load chart in report (backport #36842 ) ( #36853 )
...
fix: error in report when data is not available to load chart in report (#36842 )
(cherry picked from commit 3a2933db4d )
Co-authored-by: ViralKansodiya <141210323+viralkansodiya@users.noreply.github.com >
2023-08-28 18:17:50 +05:30