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
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
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
Frappe PR Bot
cf9fc552f0
chore(release): Bumped to Version 14.43.0
...
# [14.43.0](https://github.com/frappe/erpnext/compare/v14.42.0...v14.43.0 ) (2023-10-04)
### Features
* composite WIP asset (backport [#37352 ](https://github.com/frappe/erpnext/issues/37352 )) ([#37360 ](https://github.com/frappe/erpnext/issues/37360 )) ([6947686 ](6947686141 ))
2023-10-04 14:18:28 +00:00
mergify[bot]
6947686141
feat: composite WIP asset (backport #37352 ) ( #37360 )
...
feat: composite WIP asset (#37352 )
feat: wip composite asset
(cherry picked from commit 0ecd7d2bf5 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-10-04 19:46:30 +05:30
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
Frappe PR Bot
9f1b9320e9
chore(release): Bumped to Version 14.42.0
...
# [14.42.0](https://github.com/frappe/erpnext/compare/v14.41.2...v14.42.0 ) (2023-10-04)
### Bug Fixes
* add only float row values for total ([020aedb ](020aedb8b0 ))
* currency symbol in the Supplier Quotation Comparison report ([#37337 ](https://github.com/frappe/erpnext/issues/37337 )) ([82e8606 ](82e8606b3c ))
* Description field for the 'Ignore Available Stock' ([#37293 ](https://github.com/frappe/erpnext/issues/37293 )) ([7f1483a ](7f1483ad70 ))
* do not consider submitted Work Orders in the Production Plan Res… ([#37343 ](https://github.com/frappe/erpnext/issues/37343 )) ([c3aeb2d ](c3aeb2dec5 ))
* ignore user permissions for `Source Warehouse` (backport [#37313 ](https://github.com/frappe/erpnext/issues/37313 )) ([#37314 ](https://github.com/frappe/erpnext/issues/37314 )) ([04f0dfb ](04f0dfb691 ))
* incorrect qty for material request in Production Plan ([#37270 ](https://github.com/frappe/erpnext/issues/37270 )) ([8fe4a4d ](8fe4a4d3aa ))
* Not unique table/alias: 'tabTask' (backport [#37285 ](https://github.com/frappe/erpnext/issues/37285 )) ([#37298 ](https://github.com/frappe/erpnext/issues/37298 )) ([95e0bf5 ](95e0bf5e0e ))
* party format in test ([28756bf ](28756bf7b6 ))
* PCV posting issues ([#37029 ](https://github.com/frappe/erpnext/issues/37029 )) ([92eabe3 ](92eabe3cf5 ))
* process soa filter for multiselect ([4962b67 ](4962b67358 ))
* query for multiselect filter ([6d7aa2a ](6d7aa2ae94 ))
* set route filter values for AP ([49f0f1c ](49f0f1ca09 ))
* set route filter values for AR ([2b30727 ](2b30727fdc ))
* summary report filters ([403ff69 ](403ff697e9 ))
* trial balance report freezes when adding filters (backport [#37264 ](https://github.com/frappe/erpnext/issues/37264 )) ([#37265 ](https://github.com/frappe/erpnext/issues/37265 )) ([6a8146b ](6a8146ba8a ))
* Use default Cost Center of the Company for additional discount ([#37234 ](https://github.com/frappe/erpnext/issues/37234 )) ([e483b4a ](e483b4a78a ))
* validation message for valuation rate ([#37301 ](https://github.com/frappe/erpnext/issues/37301 )) ([643bb05 ](643bb0511c ))
### Features
* asset salvage_value_percentage (backport [#37302 ](https://github.com/frappe/erpnext/issues/37302 )) ([#37334 ](https://github.com/frappe/erpnext/issues/37334 )) ([6daea6c ](6daea6ccb2 ))
2023-10-04 02:15:16 +00:00
ruthra kumar
12a7cb21b5
Merge pull request #37339 from frappe/version-14-hotfix
...
chore: release v14
2023-10-04 07:43:39 +05:30
rohitwaghchaure
643bb0511c
fix: validation message for valuation rate ( #37301 )
2023-10-03 22:56:33 +05:30
rohitwaghchaure
e975a10a75
chore: fix linter issue ( #37349 )
2023-10-03 22:08:37 +05:30
rohitwaghchaure
c3aeb2dec5
fix: do not consider submitted Work Orders in the Production Plan Res… ( #37343 )
...
fix: do not consider submitted Work Orders in the Production Plan Reserve qty
2023-10-03 20:34:10 +05:30
ruthra kumar
fe32787e6e
Merge pull request #37346 from frappe/mergify/bp/version-14-hotfix/pr-37304
...
fix: only float row values for total in AP summary (backport #37304 )
2023-10-03 20:19:54 +05:30
ruthra kumar
f3b872a8e2
refactor: use isinstance over type
...
(cherry picked from commit 67440c38ae )
2023-10-03 14:16:27 +00:00
Gursheen Anand
020aedb8b0
fix: add only float row values for total
...
(cherry picked from commit 1dab195560 )
2023-10-03 14:16:27 +00:00
rohitwaghchaure
82e8606b3c
fix: currency symbol in the Supplier Quotation Comparison report ( #37337 )
...
fix: currency in the Supplier Quotation Comparison report
2023-10-03 18:53:43 +05:30
mergify[bot]
6daea6ccb2
feat: asset salvage_value_percentage (backport #37302 ) ( #37334 )
...
* feat: asset salvage_value_percentage (#37302 )
* feat: asset salvage_value_percentage
* chore: add missing parameter in get_item_details
* chore: change asset depr table colors
(cherry picked from commit fed94845ce )
# Conflicts:
# erpnext/assets/doctype/asset/asset.js
# erpnext/assets/doctype/asset_activity/asset_activity.json
# erpnext/assets/doctype/asset_finance_book/asset_finance_book.json
* chore: resolving conflicts
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-10-03 13:35:10 +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
mergify[bot]
04f0dfb691
fix: ignore user permissions for Source Warehouse (backport #37313 ) ( #37314 )
...
* fix: ignore user permissions for `Source Warehouse` (#37313 )
(cherry picked from commit e7f4b7b190 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
# erpnext/stock/doctype/purchase_receipt/purchase_receipt.json
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-10-01 21:31:17 +05:30
mergify[bot]
95e0bf5e0e
fix: Not unique table/alias: 'tabTask' (backport #37285 ) ( #37298 )
...
fix: Not unique table/alias: 'tabTask' (#37285 )
(cherry picked from commit 361e555118 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-29 15:07:10 +05:30
rohitwaghchaure
7f1483ad70
fix: Description field for the 'Ignore Available Stock' ( #37293 )
2023-09-29 14:35:45 +05:30
Frappe PR Bot
7fd4d3c882
chore(release): Bumped to Version 14.41.2
...
## [14.41.2](https://github.com/frappe/erpnext/compare/v14.41.1...v14.41.2 ) (2023-09-29)
### Bug Fixes
* incorrect qty for material request in Production Plan (backport [#37270 ](https://github.com/frappe/erpnext/issues/37270 )) ([#37290 ](https://github.com/frappe/erpnext/issues/37290 )) ([cfb3a9e ](cfb3a9eabf ))
2023-09-29 06:50:09 +00:00
mergify[bot]
cfb3a9eabf
fix: incorrect qty for material request in Production Plan (backport #37270 ) ( #37290 )
...
fix: incorrect qty for material request in Production Plan (#37270 )
(cherry picked from commit 8fe4a4d3aa )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-09-29 12:18:35 +05:30
HENRY Florian
21c1c7194b
refactor: In Quotation Item, discount_and_margin section should have same collapsible_depends_on as other similar DocType (Sales Order Item,Sales Invoice Item,...) ( #37272 )
2023-09-29 08:29:18 +05:30
Deepesh Garg
81c4279a30
Merge pull request #37282 from frappe/mergify/bp/version-14-hotfix/pr-37268
...
fix: AP AR filters from Party link (backport #37268 )
2023-09-28 19:34:56 +05:30
ruthra kumar
01b54134ae
test: multi select party filter in AR report
...
(cherry picked from commit 2c7d6aec89 )
2023-09-28 06:26:05 +00:00
Gursheen Anand
28756bf7b6
fix: party format in test
...
(cherry picked from commit 59e8abfd57 )
2023-09-28 06:26:05 +00:00
Gursheen Anand
4962b67358
fix: process soa filter for multiselect
...
(cherry picked from commit 4b28154f5e )
2023-09-28 06:26:05 +00:00
Gursheen Anand
403ff697e9
fix: summary report filters
...
(cherry picked from commit f7cb68a45f )
2023-09-28 06:26:04 +00:00
Gursheen Anand
6d7aa2ae94
fix: query for multiselect filter
...
(cherry picked from commit e7239e02d4 )
2023-09-28 06:26:04 +00:00
Gursheen Anand
2b30727fdc
fix: set route filter values for AR
...
(cherry picked from commit 9d15124a6a )
2023-09-28 06:26:04 +00:00
Gursheen Anand
49f0f1ca09
fix: set route filter values for AP
...
(cherry picked from commit 888ed36eed )
2023-09-28 06:26:04 +00:00
rohitwaghchaure
8fe4a4d3aa
fix: incorrect qty for material request in Production Plan ( #37270 )
2023-09-27 20:02:05 +05:30
Frappe PR Bot
1b86e7e2f5
chore(release): Bumped to Version 14.41.1
...
## [14.41.1](https://github.com/frappe/erpnext/compare/v14.41.0...v14.41.1 ) (2023-09-27)
### Bug Fixes
* trial balance report freezes when adding filters (backport [#37264 ](https://github.com/frappe/erpnext/issues/37264 )) ([#37266 ](https://github.com/frappe/erpnext/issues/37266 )) ([53817e4 ](53817e463f ))
2023-09-27 07:08:57 +00:00
mergify[bot]
53817e463f
fix: trial balance report freezes when adding filters (backport #37264 ) ( #37266 )
...
fix: trial balance report freezes when adding filters (#37264 )
fix: Only add onclick if correct data is returned
workaround for https://github.com/frappe/datatable/issues/177
(cherry picked from commit 2dc95e5d59 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-09-27 12:37:05 +05:30
mergify[bot]
6a8146ba8a
fix: trial balance report freezes when adding filters (backport #37264 ) ( #37265 )
...
fix: trial balance report freezes when adding filters (#37264 )
fix: Only add onclick if correct data is returned
workaround for https://github.com/frappe/datatable/issues/177
(cherry picked from commit 2dc95e5d59 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-09-27 12:36:58 +05:30
Deepesh Garg
b18678df4d
Merge pull request #37262 from frappe/mergify/bp/version-14-hotfix/pr-37029
...
fix: PCV posting issues (backport #37029 )
2023-09-27 12:07:54 +05:30
Deepesh Garg
8d813e3256
chore: resolve conflicts
2023-09-27 11:19:39 +05:30
Deepesh Garg
c6966f4e2d
Merge pull request #37263 from frappe/mergify/bp/version-14-hotfix/pr-37234
...
fix: Use default Cost Center of the Company for additional discount (backport #37234 )
2023-09-27 11:18:29 +05:30
Frappe PR Bot
abb6044291
chore(release): Bumped to Version 14.41.0
...
# [14.41.0](https://github.com/frappe/erpnext/compare/v14.40.0...v14.41.0 ) (2023-09-27)
### Bug Fixes
* allow to select parent warehouse in the website item (backport [#37047 ](https://github.com/frappe/erpnext/issues/37047 )) ([#37173 ](https://github.com/frappe/erpnext/issues/37173 )) ([56657b6 ](56657b6122 ))
* AP & AR summary filters to match AR (backport [#37248 ](https://github.com/frappe/erpnext/issues/37248 )) ([#37261 ](https://github.com/frappe/erpnext/issues/37261 )) ([1dc58b3 ](1dc58b3660 ))
* apply gl report filters ([b4bc44d ](b4bc44db4a ))
* german translation of Sales and Purchase Invoice ([#37122 ](https://github.com/frappe/erpnext/issues/37122 )) ([8236814 ](8236814270 ))
* incorrect `Parent Task` getting set for 2nd to nth child Task (backport [#37230 ](https://github.com/frappe/erpnext/issues/37230 )) ([#37240 ](https://github.com/frappe/erpnext/issues/37240 )) ([279f21d ](279f21d1e5 ))
* labels for `Stock Ledger Invariant Check` report (backport [#37150 ](https://github.com/frappe/erpnext/issues/37150 )) ([#37176 ](https://github.com/frappe/erpnext/issues/37176 )) ([f2bcfb5 ](f2bcfb5f97 ))
* **Material Request:** consider project for item details (backport [#37215 ](https://github.com/frappe/erpnext/issues/37215 )) ([#37221 ](https://github.com/frappe/erpnext/issues/37221 )) ([25f800d ](25f800d3f5 ))
* reserved qty for production plan ([#37251 ](https://github.com/frappe/erpnext/issues/37251 )) ([0a0d5b3 ](0a0d5b3e66 ))
* serial number decimal issue ([#37242 ](https://github.com/frappe/erpnext/issues/37242 )) ([78ab201 ](78ab2013e5 ))
* set customer currency in pos_invoice if exists ([e0da8d2 ](e0da8d261f ))
* Update `advance_paid` in SO/PO after unlinking from advance entry ([1181dcf ](1181dcf521 ))
* validate duplicate serial no on submit in DN ([#37243 ](https://github.com/frappe/erpnext/issues/37243 )) ([70e2093 ](70e2093941 ))
### Features
* `Stock Ledger Variance` report (backport [#37165 ](https://github.com/frappe/erpnext/issues/37165 )) ([#37183 ](https://github.com/frappe/erpnext/issues/37183 )) ([02fc67c ](02fc67c83c ))
* Toggle net values in Trial Balance report ([57c82c1 ](57c82c1800 ))
2023-09-27 05:40:33 +00:00
Deepesh Garg
e752027709
Merge pull request #37247 from frappe/version-14-hotfix
...
chore: release v14
2023-09-27 11:09:00 +05:30
vr-greycube
e483b4a78a
fix: Use default Cost Center of the Company for additional discount ( #37234 )
...
fix: Set cost center as default company cost center
When Discount Accounting in enabled in Selling Settings, use Company default Cost Center while making GL entries for additional_discount_account
(cherry picked from commit 4ada5a488e )
2023-09-27 05:09:46 +00:00
Deepesh Garg
92eabe3cf5
fix: PCV posting issues ( #37029 )
...
* fix: PCV posting issues
* fix: process closing entries separately in a background job
* test: Update tests
* chore: fix broken ci
(cherry picked from commit 8c5fcb8257 )
# Conflicts:
# erpnext/accounts/doctype/payment_request/payment_request.json
2023-09-27 04:53:41 +00:00
mergify[bot]
1dc58b3660
fix: AP & AR summary filters to match AR (backport #37248 ) ( #37261 )
...
* fix: set AR filters after rename
(cherry picked from commit 832d7e7d7b )
* fix: change filters for AR summary
(cherry picked from commit 7d96044d8e )
* fix: set new AP summary filters
(cherry picked from commit 76a5d94f37 )
---------
Co-authored-by: Gursheen Anand <gursheen@frappe.io >
2023-09-27 10:22:27 +05:30
rohitwaghchaure
0a0d5b3e66
fix: reserved qty for production plan ( #37251 )
2023-09-26 17:55:33 +05:30
rohitwaghchaure
78ab2013e5
fix: serial number decimal issue ( #37242 )
2023-09-26 16:46:19 +05:30
s-aga-r
70e2093941
fix: validate duplicate serial no on submit in DN ( #37243 )
2023-09-26 16:34:19 +05:30
mergify[bot]
279f21d1e5
fix: incorrect Parent Task getting set for 2nd to nth child Task (backport #37230 ) ( #37240 )
...
fix: incorrect `Parent Task` getting set for 2nd to nth child Task (#37230 )
(cherry picked from commit 73fc974950 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-26 13:32:05 +05:30
Deepesh Garg
ba45299e0d
Merge pull request #37228 from FHenry/14_warning_depreciation_regional_france
...
refactor(region): Splitting of France Regional logic from ERPNext
2023-09-25 14:55:53 +05:30
Florian HENRY
c9ba777e3c
refactor(region): Splitting of France Regional logic from ERPNext
2023-09-25 10:24:32 +02:00
Florian HENRY
ab8a4f7f7b
Merge branch 'version-14-hotfix' of https://github.com/frappe/erpnext into 14_warning_depreciation_regional_france
2023-09-25 10:19:55 +02:00
mergify[bot]
25f800d3f5
fix(Material Request): consider project for item details (backport #37215 ) ( #37221 )
...
fix(Material Request): consider project for item details (#37215 )
fix(Material Request): project in item details
(cherry picked from commit 7c4ebe2733 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-09-24 22:24:56 +05:30
Deepesh Garg
2b8118c5e6
Merge pull request #37218 from frappe/mergify/bp/version-14-hotfix/pr-37211
...
feat: Toggle net values in Trial Balance report (#37211 )
2023-09-24 20:19:06 +05:30
Deepesh Garg
4250a7c4d1
Merge pull request #37217 from frappe/mergify/bp/version-14-hotfix/pr-37213
...
fix: filter gl entries in process soa (#37213 )
2023-09-24 20:18:51 +05:30
Deepesh Garg
81d52b16d9
Merge pull request #37220 from frappe/mergify/bp/version-14-hotfix/pr-37167
...
fix: set customer currency in pos_invoice if exists (#37167 )
2023-09-24 20:18:09 +05:30
milanpethani
e0da8d261f
fix: set customer currency in pos_invoice if exists
...
if currency exists in the profile and customer currency doesn't exists still it will update currency to None, so update customer currency only if exists
(cherry picked from commit 041d52e828 )
2023-09-24 12:24:02 +00:00
Deepesh Garg
57c82c1800
feat: Toggle net values in Trial Balance report
...
(cherry picked from commit 06a45897de )
2023-09-24 12:15:57 +00:00
Gursheen Anand
b4bc44db4a
fix: apply gl report filters
...
(cherry picked from commit 5346c67b02 )
2023-09-24 12:15:44 +00:00
ruthra kumar
d3c9a6d975
Merge pull request #37206 from frappe/mergify/bp/version-14-hotfix/pr-37202
...
refactor: ignore PLE's on PCV cancellation (backport #37202 )
2023-09-22 13:57:53 +05:30
ruthra kumar
9d5fce9091
refactor: ignore PLE's on PCV cancellation
...
(cherry picked from commit 301092dad1 )
2023-09-22 08:00:36 +00:00
ruthra kumar
139a7ce911
Merge pull request #37196 from frappe/mergify/bp/version-14-hotfix/pr-37069
...
fix: Recalculate `advance_paid` in SO/PO after unlinking from advance entry (backport #37069 )
2023-09-22 10:18:00 +05:30
marination
591c720e51
test: Impact on SO of advance PE submit and unlinking/replacement by SI
...
(cherry picked from commit 8a4954d713 )
2023-09-22 03:06:31 +00:00
marination
1181dcf521
fix: Update advance_paid in SO/PO after unlinking from advance entry
...
(cherry picked from commit 426350eee6 )
2023-09-22 03:06:31 +00:00
mergify[bot]
02fc67c83c
feat: Stock Ledger Variance report (backport #37165 ) ( #37183 )
...
feat: `Stock Ledger Variance` report (#37165 )
* feat: `Stock Ledger Variance` report
* refactor: `get_data()`
(cherry picked from commit acda72d616 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-21 07:49:02 +00:00
Deepesh Garg
43f3779f10
Merge pull request #37156 from frappe/mergify/bp/version-14-hotfix/pr-37122
...
fix: german translation of Sales and Purchase Invoice (backport #37122 )
2023-09-20 22:15:43 +05:30
mergify[bot]
f2bcfb5f97
fix: labels for Stock Ledger Invariant Check report (backport #37150 ) ( #37176 )
...
fix: labels for `Stock Ledger Invariant Check` report (#37150 )
refactor: `Stock Ledger Invariant Check` report
(cherry picked from commit f0859ecc60 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-20 19:21:54 +05:30
Raffael Meyer
03e52d3859
chore: resolve conflicts
2023-09-20 14:38:42 +02:00
mergify[bot]
56657b6122
fix: allow to select parent warehouse in the website item (backport #37047 ) ( #37173 )
...
fix: allow to select parent warehouse in the website item (#37047 )
(cherry picked from commit e6199dc802 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-09-20 18:06:30 +05:30
Frappe PR Bot
2713925628
chore(release): Bumped to Version 14.40.0
...
# [14.40.0](https://github.com/frappe/erpnext/compare/v14.39.0...v14.40.0 ) (2023-09-20)
### Bug Fixes
* + btn not appearing for delivery note connection (backport [#36980 ](https://github.com/frappe/erpnext/issues/36980 )) ([#37070 ](https://github.com/frappe/erpnext/issues/37070 )) ([c2a0c1e ](c2a0c1e989 ))
* accepted warehouse and rejected warehouse can't be same (backport [#36973 ](https://github.com/frappe/erpnext/issues/36973 )) ([#37071 ](https://github.com/frappe/erpnext/issues/37071 )) ([b56c9b9 ](b56c9b91f1 ))
* after applying coupon code, field in_words not updated ([#37133 ](https://github.com/frappe/erpnext/issues/37133 )) ([1cb8c64 ](1cb8c64c94 ))
* Apply dimension filter, irrespective of dimesion columns ([9bc44a3 ](9bc44a3b40 ))
* asset validation misfire on debit notes ([b33db6c ](b33db6c79a ))
* company wise deferred accounting fields in item ([#37023 ](https://github.com/frappe/erpnext/issues/37023 )) ([13aaff3 ](13aaff30a5 ))
* Don't allow merging accounts with different currency ([#37074 ](https://github.com/frappe/erpnext/issues/37074 )) ([c41cb39 ](c41cb3930c ))
* don't set from warehouse for purchase material request ([#37132 ](https://github.com/frappe/erpnext/issues/37132 )) ([e62b783 ](e62b783f34 ))
* Duplicate Serial Nos validation in POS ([#36927 ](https://github.com/frappe/erpnext/issues/36927 )) ([366325c ](366325ca3c ))
* fetch logic for repay_from_salary in loan_repayment [v14] ([#37135 ](https://github.com/frappe/erpnext/issues/37135 )) ([480a0ca ](480a0ca7a8 ))
* ignore user permissions for `Source Warehouse` in MR (backport [#37102 ](https://github.com/frappe/erpnext/issues/37102 )) ([#37110 ](https://github.com/frappe/erpnext/issues/37110 )) ([727dcc5 ](727dcc5034 ))
* incorrect stock ledger entries in DN (backport [#36944 ](https://github.com/frappe/erpnext/issues/36944 )) ([#37066 ](https://github.com/frappe/erpnext/issues/37066 )) ([699ad80 ](699ad80802 ))
* packed item using expired price ([413b40f ](413b40f5a7 ))
* POS opening Issue if Product Bundle is available ([#37138 ](https://github.com/frappe/erpnext/issues/37138 )) ([af05864 ](af05864e6d ))
* precision issue and column name ([#37073 ](https://github.com/frappe/erpnext/issues/37073 )) ([f2395a9 ](f2395a9297 ))
* Purchase Receipt Provisional Accounting GL Entries (backport [#37046 ](https://github.com/frappe/erpnext/issues/37046 )) ([#37068 ](https://github.com/frappe/erpnext/issues/37068 )) ([8772e40 ](8772e40bae ))
* Remove redundant code ([#37001 ](https://github.com/frappe/erpnext/issues/37001 )) ([3ecdf02 ](3ecdf028f2 ))
* **ux:** move `get_route_options_for_new_doc` to `refresh` ([#37092 ](https://github.com/frappe/erpnext/issues/37092 )) ([a563fed ](a563fed6dc ))
* validate duplicate serial no in DN ([fffa13f ](fffa13f22b ))
### Features
* provision to create RIV from `Stock Ledger Invariant Check` report (backport [#37115 ](https://github.com/frappe/erpnext/issues/37115 )) ([#37147 ](https://github.com/frappe/erpnext/issues/37147 )) ([29ff0ce ](29ff0ce286 ))
2023-09-20 06:24:47 +00:00
Deepesh Garg
428870a65d
Merge pull request #37153 from frappe/version-14-hotfix
...
chore: release v14
2023-09-20 11:53:07 +05:30
mergify[bot]
c5df164e1c
chore: translations dutch ( #37042 )
...
chore: translations dutch (#37042 )
update: translations dutch
(cherry picked from commit c35dea7177 )
Co-authored-by: RJPvT <48353029+RJPvT@users.noreply.github.com >
2023-09-19 20:41:53 +05:30
HENRY Florian
8c14dbd7ac
chore: translation manual backport of #35697 ( #37053 )
...
chore: translation manual backport of #35697
2023-09-19 20:26:05 +05:30
Raffael Meyer
8236814270
fix: german translation of Sales and Purchase Invoice ( #37122 )
...
* fix: german translation of Purchase Invoice
* fix: german translation of Sales Invoice
(cherry picked from commit 84a9000db2 )
# Conflicts:
# erpnext/translations/de.csv
2023-09-19 14:29:56 +00:00
mergify[bot]
1cb8c64c94
fix: after applying coupon code, field in_words not updated ( #37133 )
...
fix: after applying coupon code, field in_words not updated (#37133 )
* fix: after applying coupon code, field in_words not updated
* fix: changed the order of the function set_total_in_words
(cherry picked from commit 03f0abf6de )
Co-authored-by: RitvikSardana <65544983+RitvikSardana@users.noreply.github.com >
2023-09-19 19:44:29 +05:30
mergify[bot]
699ad80802
fix: incorrect stock ledger entries in DN (backport #36944 ) ( #37066 )
...
fix: incorrect stock ledger entries in DN (#36944 )
(cherry picked from commit 0e83190c19 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-09-19 19:30:47 +05:30
Anand Baburajan
480a0ca7a8
fix: fetch logic for repay_from_salary in loan_repayment [v14] ( #37135 )
...
* fix: fetch logic for repay_from_salary in loan_repayment
* chore: only fetch repay_from_salary if field exists
2023-09-19 15:18:35 +05:30
mergify[bot]
29ff0ce286
feat: provision to create RIV from Stock Ledger Invariant Check report (backport #37115 ) ( #37147 )
...
feat: provision to create RIV from `Stock Ledger Invariant Check` report (#37115 )
* feat: provision to create RIV from `Stock Ledger Invariant Check` report
* fix: `linter`
(cherry picked from commit 9c9d0ecb73 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-19 14:01:47 +05:30
RitvikSardana
af05864e6d
fix: POS opening Issue if Product Bundle is available ( #37138 )
...
fix: POS opening issue because of Product Bundle
2023-09-19 13:09:35 +05:30
mergify[bot]
dfe5f63f59
refactor: more generic filters in Accounts Receivable report (backport #37131 ) ( #37137 )
...
* refactor: replace 'customer' filter with 'party_type' and 'party'
(cherry picked from commit ac650d2e7a )
* chore: remove stale code
(cherry picked from commit 083c82c206 )
* refactor(test): AR output filtered on USD customers
(cherry picked from commit 08d91ab831 )
---------
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-09-19 13:07:30 +05:30
RitvikSardana
366325ca3c
fix: Duplicate Serial Nos validation in POS ( #36927 )
...
* fix: added validation for duplicate serial nos in pos
* chore: code cleanup
* chore: code cleanup
* fix: removed duplicate batch number validation
* chore: code cleanup
2023-09-18 16:32:45 +05:30
rohitwaghchaure
e62b783f34
fix: don't set from warehouse for purchase material request ( #37132 )
2023-09-18 16:10:21 +05:30
ruthra kumar
8ef548f999
Merge pull request #37129 from frappe/mergify/bp/version-14-hotfix/pr-37127
...
refactor: better date filters in `Get Outstanding Invoices` dialog (backport #37127 )
2023-09-18 13:51:48 +05:30
ruthra kumar
4b700b726f
refactor: better date filters in Get Outstanding Invoices dialog
...
(cherry picked from commit 9004721859 )
2023-09-18 07:52:18 +00:00
mergify[bot]
c41cb3930c
fix: Don't allow merging accounts with different currency ( #37074 )
...
* fix: Don't allow merging accounts with different currency (#37074 )
* fix: Don't allow merging accounts with different currency
* test: Update conflicting values
* test: Update conflicting values
(cherry picked from commit 5e21e7cd1d )
# Conflicts:
# erpnext/accounts/doctype/account/account.js
# erpnext/accounts/doctype/account/account.py
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-09-18 13:03:08 +05:30
ruthra kumar
46f94cf387
Merge pull request #37125 from frappe/mergify/bp/version-14-hotfix/pr-33502
...
feat: Toggle display of Account Balance in Chart of Accounts (backport #33502 )
2023-09-18 11:08:51 +05:30
ruthra kumar
79321f56ca
chore: resolve conflicts
2023-09-18 10:39:22 +05:30
ruthra kumar
18702841af
refactor: Show Balance in COA based on Accounts Settings
...
(cherry picked from commit 23fbe86d51 )
2023-09-18 04:44:55 +00:00
ruthra kumar
8b2328c6d3
refactor: show balance checkbox in Accounts Settings
...
(cherry picked from commit 1b78fae6fc )
# Conflicts:
# erpnext/accounts/doctype/accounts_settings/accounts_settings.json
2023-09-18 04:44:55 +00:00
mergify[bot]
13aaff30a5
fix: company wise deferred accounting fields in item ( #37023 )
...
* fix: company wise deferred accounting fields in item (#37023 )
* fix: move deferred accounts in accounting section
* fix: move deferred check boxes in item accounting
* fix: show company wise acc in filters
* fix: fetch item deferred account from child table
* fix: tests using deferred acc
* refactor: use cached value
* fix: cached value call
* feat: patch to migrate deferred acc
* fix: hardcode education module doctypes in patch
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 099468e3cf )
# Conflicts:
# erpnext/patches.txt
# erpnext/patches/v14_0/delete_education_doctypes.py
# erpnext/stock/doctype/item/item.json
* chore: resolve conflicts
* chore: resolve conflicts
---------
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-09-18 09:57:11 +05:30
HENRY Florian
a563fed6dc
fix(ux): move get_route_options_for_new_doc to refresh ( #37092 )
...
fix: move `get_route_options_for_new_doc` to `refresh`
2023-09-16 15:17:26 +05:30
s-aga-r
19a227a970
Merge pull request #37106 from s-aga-r/FIX-1334
...
fix: validate duplicate serial no in DN
2023-09-16 10:56:16 +05:30
mergify[bot]
727dcc5034
fix: ignore user permissions for Source Warehouse in MR (backport #37102 ) ( #37110 )
...
fix: ignore user permissions for `Source Warehouse` in MR (#37102 )
fix: ignore user permissions for Source Warehouse in MR
(cherry picked from commit fc016680c9 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-15 21:47:15 +05:30
ruthra kumar
89b570ecf5
Merge pull request #37109 from frappe/mergify/bp/version-14-hotfix/pr-37108
...
fix: asset validation misfire on debit notes (backport #37108 )
2023-09-15 21:44:45 +05:30
ruthra kumar
b33db6c79a
fix: asset validation misfire on debit notes
...
(cherry picked from commit 097b9892dc )
2023-09-15 14:32:41 +00:00
s-aga-r
e5177a6e46
test: add test case for DN duplicate serial nos
2023-09-15 19:45:02 +05:30
s-aga-r
fffa13f22b
fix: validate duplicate serial no in DN
2023-09-15 17:30:04 +05:30
rohitwaghchaure
f2395a9297
fix: precision issue and column name ( #37073 )
2023-09-14 14:28:05 +05:30
mergify[bot]
3ecdf028f2
fix: Remove redundant code ( #37001 )
...
fix: Remove redundant code (#37001 )
fix: Remove redundant code
(cherry picked from commit 96363dbb07 )
Co-authored-by: ViralKansodiya <141210323+viralkansodiya@users.noreply.github.com >
2023-09-13 21:03:45 +05:30
mergify[bot]
8772e40bae
fix: Purchase Receipt Provisional Accounting GL Entries (backport #37046 ) ( #37068 )
...
* fix: Purchase Receipt Provisional Accounting GL Entries
(cherry picked from commit 6bab0eeaa1 )
* test: Purchase Receipt Provisional Accounting GL Entries
(cherry picked from commit 1c78a5a9aa )
* fix(test): PR Provisional Accounting
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-13 18:16:33 +05:30
mergify[bot]
b56c9b91f1
fix: accepted warehouse and rejected warehouse can't be same (backport #36973 ) ( #37071 )
...
* fix: ignore user permissions for `From Warehouse` in PR
(cherry picked from commit d2f3286115 )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.json
# erpnext/buying/doctype/purchase_order_item/purchase_order_item.json
* chore: `conflicts`
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-13 11:26:13 +00:00
mergify[bot]
c2a0c1e989
fix: + btn not appearing for delivery note connection (backport #36980 ) ( #37070 )
...
fix: move SI and DI connected links to internal_and_external_links
(cherry picked from commit e1a94a9ba1 )
Co-authored-by: anandbaburajan <anandbaburajan@gmail.com >
2023-09-13 16:06:08 +05:30
Deepesh Garg
461b607a6a
Merge pull request #37060 from frappe/mergify/bp/version-14-hotfix/pr-37055
...
fix: Apply dimension filter, irrespective of dimension columns (#37055 )
2023-09-13 11:20:39 +05:30
Deepesh Garg
9bc44a3b40
fix: Apply dimension filter, irrespective of dimesion columns
...
(cherry picked from commit 769db0b3bc )
2023-09-13 04:36:57 +00:00
ruthra kumar
50cfc68d2c
Merge pull request #37058 from frappe/mergify/bp/version-14-hotfix/pr-37057
...
fix: Packed item incorrectly picks expired price on Sales Order (backport #37057 )
2023-09-13 08:47:13 +05:30
ruthra kumar
aa0a756111
test: expired item price should not be picked
...
(cherry picked from commit 055156d28a )
2023-09-13 02:50:24 +00:00
ruthra kumar
413b40f5a7
fix: packed item using expired price
...
(cherry picked from commit 47ffa4983c )
2023-09-13 02:50:23 +00:00
Frappe PR Bot
7af8aec879
chore(release): Bumped to Version 14.39.0
...
# [14.39.0](https://github.com/frappe/erpnext/compare/v14.38.0...v14.39.0 ) (2023-09-12)
### Bug Fixes
* `company` is ambiguous ([fe69d53 ](fe69d5364d ))
* `Parent Task` link with `Project Task` (backport [#37025 ](https://github.com/frappe/erpnext/issues/37025 )) ([#37033 ](https://github.com/frappe/erpnext/issues/37033 )) ([6602787 ](66027877d3 ))
* correct asset daily depr schedule calculation [v14] ([#36991 ](https://github.com/frappe/erpnext/issues/36991 )) ([2ae4463 ](2ae4463b76 ))
* generate pdf only when result exists ([53270dd ](53270dd933 ))
* remove report field db set ([284181d ](284181d766 ))
* show letterhead and terms for AR pdf ([2077b2c ](2077b2cde4 ))
* Update party type for payroll payable account ([f251d6c ](f251d6cb69 ))
* use primary key for link lookup (backport [#36919 ](https://github.com/frappe/erpnext/issues/36919 )) ([#36978 ](https://github.com/frappe/erpnext/issues/36978 )) ([4fede56 ](4fede56d98 ))
* **ux:** docstatus filter for `Reference Name` in QI (backport [#37024 ](https://github.com/frappe/erpnext/issues/37024 )) ([#37028 ](https://github.com/frappe/erpnext/issues/37028 )) ([21be889 ](21be889a77 ))
### Features
* add field for specifying pdf name ([657ca7f ](657ca7ff22 ))
* Add half-yearly asset maintenance periodicity. (backport [#37006 ](https://github.com/frappe/erpnext/issues/37006 )) ([#37014 ](https://github.com/frappe/erpnext/issues/37014 )) ([acd9c69 ](acd9c69201 ))
* provision to set required by from Production Plan ([#37039 ](https://github.com/frappe/erpnext/issues/37039 )) ([d278b11 ](d278b11603 ))
2023-09-12 12:22:33 +00:00
Deepesh Garg
69454fc804
Merge pull request #37043 from frappe/version-14-hotfix
...
chore: release v14
2023-09-12 17:49:56 +05:30
rohitwaghchaure
d278b11603
feat: provision to set required by from Production Plan ( #37039 )
...
* feat: provision to set the Required By date from production plan
* test: added test case for validate schedule_date
2023-09-12 13:32:56 +05:30
mergify[bot]
66027877d3
fix: Parent Task link with Project Task (backport #37025 ) ( #37033 )
...
* feat: new field in `Task` to hold ref of Template Task
(cherry picked from commit b4bcd9ba3f )
# Conflicts:
# erpnext/projects/doctype/task/task.json
* fix: set `Template Task` ref in `Project Task`
(cherry picked from commit d3295c43e3 )
* fix: reload task before save
(cherry picked from commit 5cae2e79bd )
* test: add test case for Task having common subject
(cherry picked from commit 0d5c8f03bd )
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-12 09:04:37 +05:30
Deepesh Garg
1492ce507c
Merge pull request #37011 from frappe/mergify/bp/version-14-hotfix/pr-36843
...
fix: show customer name for naming series in process soa (#36843 )
2023-09-11 21:52:57 +05:30
mergify[bot]
21be889a77
fix(ux): docstatus filter for Reference Name in QI (backport #37024 ) ( #37028 )
...
fix(ux): docstatus filter for `Reference Name` in QI (#37024 )
(cherry picked from commit d739ab6ee3 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-11 18:56:20 +05:30
Gursheen Kaur Anand
a35abf8403
chore: linting issues
2023-09-11 12:06:24 +05:30
Gursheen Kaur Anand
619644af04
chore: resolve conflicts
2023-09-11 11:25:30 +05:30
Florian HENRY
5c0a232e0f
refactor(region): Splitting of France Regional logic from ERPNext
2023-09-10 17:24:01 +02:00
Florian HENRY
7de3d08ce3
refactor(region): Splitting of France Regional logic from ERPNext
2023-09-10 17:23:35 +02:00
Florian HENRY
fb7ca8fca2
refactor(region): Splitting of France Regional logic from ERPNext
2023-09-10 17:19:35 +02:00
Florian HENRY
d9f15e96b5
refactor(region): Splitting of France Regional logic from ERPNext
2023-09-10 17:18:42 +02:00
mergify[bot]
acd9c69201
feat: Add half-yearly asset maintenance periodicity. (backport #37006 ) ( #37014 )
...
feat: Add half-yearly asset maintenance periodicity. (#37006 )
(cherry picked from commit 846ae32d92 )
Co-authored-by: Bernd Oliver Sünderhauf <46800703+bosue@users.noreply.github.com >
2023-09-10 17:26:41 +05:30
Gursheen Anand
284181d766
fix: remove report field db set
...
(cherry picked from commit 060da2c5bc )
2023-09-10 06:51:58 +00:00
Gursheen Anand
f9f1ac3601
test: auto email for ar report
...
(cherry picked from commit a006b66e45 )
2023-09-10 06:51:58 +00:00
Gursheen Anand
53270dd933
fix: generate pdf only when result exists
...
(cherry picked from commit f07f4ce86f )
2023-09-10 06:51:57 +00:00
Gursheen Anand
657ca7ff22
feat: add field for specifying pdf name
...
(cherry picked from commit 5c2a949593 )
# Conflicts:
# erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.py
2023-09-10 06:51:57 +00:00
Gursheen Anand
2077b2cde4
fix: show letterhead and terms for AR pdf
...
(cherry picked from commit 0a9187ea42 )
2023-09-10 06:51:57 +00:00
Deepesh Garg
7ea53cc316
Merge pull request #36964 from GursheenK/test_tds_payable_monthly
...
test: TDS payable monthly report
2023-09-10 11:42:19 +05:30
Deepesh Garg
7acf732a9c
Merge pull request #36976 from frappe/mergify/bp/version-14-hotfix/pr-36898
...
fix: `company` is ambiguous (#36898 )
2023-09-10 11:41:46 +05:30
Deepesh Garg
43d9a10093
Merge pull request #36985 from deepeshgarg007/employee_loan_repayment
...
fix: Update party type for payroll payable account
2023-09-07 10:17:19 +05:30
Anand Baburajan
2ae4463b76
fix: correct asset daily depr schedule calculation [v14] ( #36991 )
...
fix: correct asset daily depr schedule calculation
2023-09-06 22:20:29 +05:30
Deepesh Garg
62569b1b41
Merge pull request #36986 from frappe/mergify/bp/version-14-hotfix/pr-36983
...
chore: Update employee for tests (backport #36983 )
2023-09-06 18:01:17 +05:30
Deepesh Garg
24a4815250
chore: Update employee for tests
...
(cherry picked from commit ae01d70b33 )
2023-09-06 11:02:18 +00:00
Deepesh Garg
1894371b68
chore: Update function
2023-09-06 16:29:12 +05:30
mergify[bot]
e210b28f0d
chore: asset finance books validation (backport #36979 ) ( #36981 )
...
* chore: asset finance books validation (#36979 )
(cherry picked from commit 0077659e93 )
* chore: fix tests
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-09-06 15:39:46 +05:30
Deepesh Garg
f251d6cb69
fix: Update party type for payroll payable account
2023-09-06 15:18:21 +05:30
mergify[bot]
4fede56d98
fix: use primary key for link lookup (backport #36919 ) ( #36978 )
...
fix: use primary key for link lookup (#36919 )
(cherry picked from commit 8ce6b8179e )
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com >
2023-09-06 06:45:58 +00:00
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 ))
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
Dany Robert
fe69d5364d
fix: company is ambiguous
...
(cherry picked from commit 3e1065a561 )
2023-09-06 04:58:54 +00:00
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
Gursheen Anand
dbeb132688
refactor: use accounts mixin
2023-09-05 17:33:30 +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
Gursheen Anand
035eaa5e40
test: tds payable monthly
2023-09-05 15:24:59 +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 ))
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 ))
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
ruthra kumar
e8d7d30682
Merge pull request #36847 from frappe/mergify/bp/version-14-hotfix/pr-36844
...
fix: allocation error on partial payment against sales order (backport #36844 )
2023-08-28 15:43:30 +05:30
ruthra kumar
05f657e690
test: assert rounded amount is calculated
...
(cherry picked from commit 2fdbe82835 )
2023-08-28 09:42:41 +00:00
ruthra kumar
0350c69856
test: allocation err misfire on Sales Order
...
(cherry picked from commit 67a0969b78 )
2023-08-28 09:42:40 +00:00
ruthra kumar
adc87f16a3
fix: fetch rounded total while pulling reference details on SO
...
(cherry picked from commit 714b8289c1 )
2023-08-28 09:42:40 +00:00
mergify[bot]
bd41cb221b
fix: Asset Category filter is not working in asset depreciation( #36806 )
...
fix: Asset Category filter is not working in asset depreciation
fix: Asset Category filter is not working in asset depreciation and balances
Co-authored-by: ubuntu <viralkansodiya167@gmail.com >
(cherry picked from commit 388a42ec7e )
Co-authored-by: ViralKansodiya <141210323+viralkansodiya@users.noreply.github.com >
2023-08-28 11:53:11 +05:30
ruthra kumar
7a5b454e97
Merge pull request #36832 from frappe/mergify/bp/version-14-hotfix/pr-36830
...
test: Exchange Rate Revaluation functions and its impact on ledger (backport #36830 )
2023-08-27 16:05:03 +05:30
ruthra kumar
256c3c81a4
test: Exchange Rate Revaluation functions and its impact on ledger
...
(cherry picked from commit d40504b973 )
2023-08-27 09:41:12 +00:00
mergify[bot]
9b2a84f259
chore: update fr translation for Naming Series ( #36785 )
...
* chore: update fr translation for Naming Series (#36785 )
* chore: update fr translation for Naming Series
* chore: update fr translation
* chore: update fr translation
* chore: update fr translation
(cherry picked from commit e462edc628 )
# Conflicts:
# erpnext/translations/fr.csv
* chore: resolve conflicts
---------
Co-authored-by: HENRY Florian <florian.henry@open-concept.pro >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-26 19:29:57 +05:30
mergify[bot]
c07548a612
fix: missing company flag for regional fn ( #36791 )
...
fix: missing company flag for regional fn (#36791 )
* fix: missing company flag for regional fn
(cherry picked from commit 9bc5952dd5 )
Co-authored-by: Dany Robert <danyrt@wahni.com >
2023-08-26 19:29:15 +05:30
Gourav Saini
0f98cc85e9
fix: Allow to make return against sales invoice which has closed sales order
...
fix: Allow to make return against sales invoice which has closed sales order
2023-08-26 18:04:01 +05:30
Deepesh Garg
aad91c02f3
Merge pull request #36815 from GursheenK/v_14_tax_withholding_jvs_with_no_partytype
...
fix: fetch JVs in tax withholding report with no party type
2023-08-25 19:41:31 +05:30
ruthra kumar
587283e787
Merge pull request #36822 from frappe/mergify/bp/version-14-hotfix/pr-36821
...
test: use mixin and increase coverage in receivable report (backport #36821 )
2023-08-25 18:46:13 +05:30
ruthra kumar
78b0a52d41
test: increase coverage in ar/ap report
...
(cherry picked from commit ce81ffd844 )
2023-08-25 12:42:23 +00:00
ruthra kumar
c4d338a59b
refactor(test): make use of mixin in ar/ap report tests
...
(cherry picked from commit bb7bed4c1a )
2023-08-25 12:42:22 +00:00
Gursheen Anand
bc6bd81f87
fix: fetch JVs in tax withholding report without party values
2023-08-25 15:05:26 +05:30
ViralKansodiya
fd4159423d
fix: error listindexoutofrange when save a production plan ( #36807 )
...
fix: error listindexoutof range when save a production plan
2023-08-25 13:43:53 +05:30
Deepesh Garg
95a6e1d855
Merge pull request #36809 from frappe/mergify/bp/version-14-hotfix/pr-36799
...
fix: Tax withholding reversal on Debit Notes (#36799 )
2023-08-25 09:41:07 +05:30
Deepesh Garg
e8dc63c89c
fix: Tax withholding reversal on Debit Notes
...
(cherry picked from commit 6d9cebfee9 )
2023-08-24 14:02:32 +00:00
mergify[bot]
6edfcf4de8
fix: SCR return status (backport #36793 ) ( #36796 )
...
fix: SCR return status (#36793 )
(cherry picked from commit 723563c167 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-08-24 10:42:59 +05:30
mergify[bot]
4fa07777e9
feat(MR): Project and Cost Center in Connections (backport #36794 ) ( #36795 )
...
feat(MR): Project and Cost Center in Connections (#36794 )
(cherry picked from commit 54ffe41b54 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-08-24 10:15:05 +05:30
ruthra kumar
b1ebd81f77
Merge pull request #36778 from frappe/mergify/bp/version-14-hotfix/pr-36650
...
perf: improve responsiveness of payment reconciliation tool (backport #36650 )
2023-08-23 15:08:47 +05:30
ruthra kumar
20c45c7975
chore: linter fix
2023-08-23 14:15:35 +05:30
ruthra kumar
4a4cba0715
chore: resolve conflict
2023-08-23 13:22:10 +05:30
ruthra kumar
ab9da5281e
refactor: filter for journal entries
...
(cherry picked from commit d01f0f2e96 )
2023-08-23 03:43:29 +00:00
ruthra kumar
c5080abd46
refactor: filter on advance payments
...
(cherry picked from commit 86bac2cf52 )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py
# erpnext/controllers/accounts_controller.py
2023-08-23 03:43:29 +00:00
ruthra kumar
a8c53eeb93
refactor: filter on cr/dr notes
...
(cherry picked from commit 52f609e67a )
2023-08-23 03:43:28 +00:00
ruthra kumar
d727a13562
refactor: trigger on value change
...
(cherry picked from commit e48f8139eb )
2023-08-23 03:43:28 +00:00
ruthra kumar
4556c36736
refactor: limit output to 50 in reconciliation tool
...
(cherry picked from commit 7a381affce )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.json
2023-08-23 03:43:28 +00:00
Frappe PR Bot
d1b2ce35b6
chore(release): Bumped to Version 14.36.0
...
# [14.36.0](https://github.com/frappe/erpnext/compare/v14.35.2...v14.36.0 ) (2023-08-23)
### Bug Fixes
* Accounts Payable Currency bug ([94612b9 ](94612b90ef ))
* Add company filters for account ([e62ffa9 ](e62ffa990d ))
* add missing items labels back ([#36737 ](https://github.com/frappe/erpnext/issues/36737 )) ([3634e80 ](3634e80341 ))
* broken advance field in Accounts Receivable summary rpt ([296a4d7 ](296a4d7a12 ))
* broken consolidated report due to finance book filter ([5bd2a09 ](5bd2a0923f ))
* check tax and charges if it is passed ([1f76c69 ](1f76c6972b ))
* clear dimension defaults after test ([2a467a9 ](2a467a9fbf ))
* dict value for dimension for gl entries defined without the dimension ([11ba553 ](11ba553dbd ))
* dimension name in remark ([01ae513 ](01ae513f70 ))
* divide offsetting amount for multiple dimensions ([1269f2d ](1269f2d301 ))
* divide offsetting amount only when account exists ([2c8c3a0 ](2c8c3a022c ))
* Document Name link validation in Bank Reconciliation Tool ([#36495 ](https://github.com/frappe/erpnext/issues/36495 )) ([83cbc1b ](83cbc1bef6 )), closes [#35540 ](https://github.com/frappe/erpnext/issues/35540 ) [#35540 ](https://github.com/frappe/erpnext/issues/35540 )
* don't throw if item does not have default BOM (backport [#36709 ](https://github.com/frappe/erpnext/issues/36709 )) ([#36734 ](https://github.com/frappe/erpnext/issues/36734 )) ([e1bd9a7 ](e1bd9a7e8d ))
* duplicate acc dimension in test ([cdb66bf ](cdb66bf198 ))
* fetch acc dimensions correctly when fieldname is different from name ([7ac35b4 ](7ac35b496a ))
* fetch accounting dimension details specific to company ([c1f1a21 ](c1f1a21714 ))
* include gain/loss journal in AR/AP reports ([4606079 ](4606079568 ))
* incorrect gl balance on multi company setup ([cb9aad3 ](cb9aad3e87 ))
* incorrect schedule in asset value adjustment ([#36725 ](https://github.com/frappe/erpnext/issues/36725 )) ([a0575ed ](a0575ed2b0 ))
* make offsetting entry for acc dimensions ([3198f26 ](3198f2669d ))
* make offsetting entry for all doctypes ([f578c32 ](f578c3219d ))
* mode of payment fetched from pos profile company in POS ([c74a414 ](c74a414313 ))
* not able to make stock entry ([#36759 ](https://github.com/frappe/erpnext/issues/36759 )) ([873ee38 ](873ee384a1 ))
* Procurement Tracker report not showing material request items ([#36768 ](https://github.com/frappe/erpnext/issues/36768 )) ([6a9935c ](6a9935c00e ))
* reset dimension defaults when company changedin test ([37ef6e9 ](37ef6e959b ))
* **RFQ:** make "update password" and "submit quotation" buttons the same size (backport [#36667 ](https://github.com/frappe/erpnext/issues/36667 )) ([#36686 ](https://github.com/frappe/erpnext/issues/36686 )) ([36147ec ](36147ec02c ))
* timeout error coming during reposting ([#36715 ](https://github.com/frappe/erpnext/issues/36715 )) ([620b21f ](620b21fec5 ))
* **ux:** change batch selection message to alert (backport [#36500 ](https://github.com/frappe/erpnext/issues/36500 )) ([#36697 ](https://github.com/frappe/erpnext/issues/36697 )) ([0a4947a ](0a4947a8f6 ))
* **UX:** Ignore prepared report ([3e23e1f ](3e23e1fb91 ))
### Features
* **RFQ:** make email message fully configurable (backport [#36353 ](https://github.com/frappe/erpnext/issues/36353 )) ([#36531 ](https://github.com/frappe/erpnext/issues/36531 )) ([c308bd5 ](c308bd5309 ))
* Tick on checkbox to include draft timesheets (backport [#36577 ](https://github.com/frappe/erpnext/issues/36577 )) ([#36640 ](https://github.com/frappe/erpnext/issues/36640 )) ([9668615 ](9668615f7e ))
* utility to repost accounting ledgers without cancellation ([#36469 ](https://github.com/frappe/erpnext/issues/36469 )) ([f8d6fe6 ](f8d6fe6be0 ))
### Performance Improvements
* pull latest details only for referenced vouchers ([47345e8 ](47345e81a1 ))
2023-08-23 02:59:58 +00:00
Deepesh Garg
a0a3519cd3
Merge pull request #36763 from frappe/version-14-hotfix
...
chore: release v14
2023-08-23 08:28:36 +05:30
Deepesh Garg
f16386bd07
Merge pull request #36776 from frappe/mergify/bp/version-14-hotfix/pr-36758
...
fix: Accounts Payable Currency bug (#36758 )
2023-08-22 22:37:39 +05:30
RitvikSardana
94612b90ef
fix: Accounts Payable Currency bug
...
(cherry picked from commit 9349bc77c5 )
2023-08-22 17:00:23 +00:00
rohitwaghchaure
6a9935c00e
fix: Procurement Tracker report not showing material request items ( #36768 )
2023-08-22 19:25:50 +05:30
rohitwaghchaure
873ee384a1
fix: not able to make stock entry ( #36759 )
2023-08-22 16:57:08 +05:30
Deepesh Garg
13b1263723
Merge pull request #36738 from frappe/mergify/bp/version-14-hotfix/pr-36737
...
fix: add missing items label back (#36737 )
2023-08-22 07:58:41 +05:30
ruthra kumar
6761874e28
Merge pull request #36749 from frappe/mergify/bp/version-14-hotfix/pr-36748
...
chore: clean up stale code in reconciliation tool (backport #36748 )
2023-08-22 06:47:41 +05:30
ruthra kumar
19eb6af65f
chore: clean up stale code in reconciliation tool
...
(cherry picked from commit e93b927051 )
2023-08-22 00:50:48 +00:00
ruthra kumar
0dc0e287a3
Merge pull request #36741 from frappe/mergify/bp/version-14-hotfix/pr-36727
...
fix: broken advance field in Accounts Receivable summary rpt (backport #36727 )
2023-08-22 06:05:54 +05:30
Anand Baburajan
a0575ed2b0
fix: incorrect schedule in asset value adjustment ( #36725 )
...
* fix: incorrect schedule in asset value adjustment
* chore: remove unnecessary commented code
* test: check schedules in test
* test: improving the test
* chore: better function name
* chore: use None instead of 0 for default value after depr
* chore: typo
2023-08-22 01:40:42 +05:30
ruthra kumar
cb9aad3e87
fix: incorrect gl balance on multi company setup
2023-08-21 21:35:26 +05:30
ruthra kumar
37cee42561
test: add test for receivable summary report
...
(cherry picked from commit af52f21ece )
2023-08-21 15:24:11 +00:00
ruthra kumar
928e475824
refactor: use payment ledger to fetch advance amount
...
(cherry picked from commit 0dc5e5c430 )
2023-08-21 15:24:11 +00:00
ruthra kumar
296a4d7a12
fix: broken advance field in Accounts Receivable summary rpt
...
(cherry picked from commit 896b123fb1 )
2023-08-21 15:24:10 +00:00
ruthra kumar
fe78076cde
Merge pull request #36740 from frappe/mergify/bp/version-14-hotfix/pr-36728
...
fix: include gain/loss journal in AR/AP reports (backport #36728 )
2023-08-21 20:20:35 +05:30
Deepesh Garg
d082e68e83
Merge pull request #36707 from frappe/mergify/bp/version-14-hotfix/pr-36149
...
fix: make offsetting entry for acc dimensions in general ledger (#36149 )
2023-08-21 18:02:56 +05:30
ruthra kumar
4606079568
fix: include gain/loss journal in AR/AP reports
...
(cherry picked from commit e3104f1898 )
2023-08-21 11:53:41 +00:00
Ankush Menat
3634e80341
fix: add missing items labels back ( #36737 )
...
[skip ci]
(cherry picked from commit 86cac1e1d2 )
2023-08-21 10:37:24 +00:00
mergify[bot]
e1bd9a7e8d
fix: don't throw if item does not have default BOM (backport #36709 ) ( #36734 )
...
* fix: don't throw if item does not have default BOM
(cherry picked from commit 268c19e745 )
* fix: throw if `BOM No` is not set
(cherry picked from commit 2e22b019a0 )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-08-21 15:21:11 +05:30
Deepesh Garg
72d9dc6c85
chore: resolve more conflicts
2023-08-21 10:04:20 +05:30
Deepesh Garg
9ec11d9502
Merge pull request #36726 from frappe/mergify/bp/version-14-hotfix/pr-36696
...
fix: mode of payment fetched from pos profile company in POS (#36696 )
2023-08-20 16:05:05 +05:30
Deepesh Garg
2f92981afe
chore: resolve conflicts
2023-08-20 15:47:17 +05:30
Ritvik Sardana
c74a414313
fix: mode of payment fetched from pos profile company in POS
...
(cherry picked from commit 1bdd43d0f6 )
2023-08-20 10:07:56 +00:00
ruthra kumar
e8f1c82089
Merge pull request #36672 from frappe/mergify/bp/version-14-hotfix/pr-36469
...
feat: utility to repost accounting ledgers without cancellation (backport #36469 )
2023-08-19 19:54:55 +05:30
ruthra kumar
6366f5aadb
Merge pull request #36679 from frappe/mergify/bp/version-14-hotfix/pr-36649
...
perf: pull latest details only for referenced vouchers (backport #36649 )
2023-08-19 19:29:00 +05:30
Deepesh Garg
933d4bfceb
Merge pull request #36711 from frappe/mergify/bp/version-14-hotfix/pr-36710
...
fix: broken consolidated report due to finance book filter (#36710 )
2023-08-19 10:25:11 +05:30
Frappe PR Bot
de3b67c327
chore(release): Bumped to Version 14.35.2
...
## [14.35.2](https://github.com/frappe/erpnext/compare/v14.35.1...v14.35.2 ) (2023-08-18)
### Bug Fixes
* timeout error coming during reposting (backport [#36715 ](https://github.com/frappe/erpnext/issues/36715 )) ([#36716 ](https://github.com/frappe/erpnext/issues/36716 )) ([d5a596d ](d5a596dff1 ))
2023-08-18 15:30:59 +00:00
mergify[bot]
d5a596dff1
fix: timeout error coming during reposting (backport #36715 ) ( #36716 )
...
fix: timeout error coming during reposting (#36715 )
(cherry picked from commit 620b21fec5 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-08-18 20:59:20 +05:30
rohitwaghchaure
620b21fec5
fix: timeout error coming during reposting ( #36715 )
2023-08-18 18:33:04 +05:30
ruthra kumar
5bd2a0923f
fix: broken consolidated report due to finance book filter
...
(cherry picked from commit 96847db0ec )
2023-08-18 09:25:18 +00:00
Deepesh Garg
e62ffa990d
fix: Add company filters for account
...
(cherry picked from commit ecca9cb023 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
2023-08-18 07:08:21 +00:00
Gursheen Anand
01ae513f70
fix: dimension name in remark
...
(cherry picked from commit 4f9242d699 )
2023-08-18 07:08:21 +00:00
Gursheen Anand
37ef6e959b
fix: reset dimension defaults when company changedin test
...
(cherry picked from commit 3f5afb9cac )
2023-08-18 07:08:21 +00:00
Gursheen Anand
2a467a9fbf
fix: clear dimension defaults after test
...
(cherry picked from commit 23e56d3ec1 )
2023-08-18 07:08:20 +00:00
Gursheen Anand
7ac35b496a
fix: fetch acc dimensions correctly when fieldname is different from name
...
(cherry picked from commit e19a6f5dcb )
2023-08-18 07:08:20 +00:00
Gursheen Anand
cdb66bf198
fix: duplicate acc dimension in test
...
(cherry picked from commit b3f6d991b5 )
2023-08-18 07:08:20 +00:00
Gursheen Anand
8530a28c62
test: PI offsetting entry for accounting dimension
...
(cherry picked from commit 77deac4fb9 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
2023-08-18 07:08:20 +00:00
Gursheen Anand
2c8c3a022c
fix: divide offsetting amount only when account exists
...
(cherry picked from commit 3a3ffa2307 )
2023-08-18 07:08:19 +00:00
Gursheen Anand
1269f2d301
fix: divide offsetting amount for multiple dimensions
...
(cherry picked from commit 1e1e4b93c1 )
2023-08-18 07:08:19 +00:00
Gursheen Anand
11ba553dbd
fix: dict value for dimension for gl entries defined without the dimension
...
(cherry picked from commit ed3bef1840 )
2023-08-18 07:08:19 +00:00
Gursheen Anand
248d4082c0
test: TB report balanced whenfiltered using acc dimension
...
(cherry picked from commit 4004427892 )
2023-08-18 07:08:19 +00:00
Gursheen Anand
f578c3219d
fix: make offsetting entry for all doctypes
...
(cherry picked from commit 22ba12172f )
2023-08-18 07:08:18 +00:00
Gursheen Anand
c1f1a21714
fix: fetch accounting dimension details specific to company
...
(cherry picked from commit 4e09de4db2 )
2023-08-18 07:08:18 +00:00
Gursheen Anand
3198f2669d
fix: make offsetting entry for acc dimensions
...
(cherry picked from commit d3759b3971 )
2023-08-18 07:08:18 +00:00
Deepesh Garg
a623469778
Merge pull request #36645 from frappe/mergify/bp/version-14-hotfix/pr-36495
...
fix: Document Name link validation in Bank Reconciliation Tool (#36495 )
2023-08-18 09:27:10 +05:30
Deepesh Garg
ee5a1d91ff
chore: resolve conflicts
2023-08-17 20:45:53 +05:30
mergify[bot]
0a4947a8f6
fix(ux): change batch selection message to alert (backport #36500 ) ( #36697 )
...
fix(ux): change batch selection message to alert (#36500 )
* fix(ux): change batch selection message to alert
* chore: linters
(cherry picked from commit 641fe7738c )
Co-authored-by: Dany Robert <danyrt@wahni.com >
2023-08-17 18:03:58 +05:30
Frappe PR Bot
2aa3b30b56
chore(release): Bumped to Version 14.35.1
...
## [14.35.1](https://github.com/frappe/erpnext/compare/v14.35.0...v14.35.1 ) (2023-08-17)
### Bug Fixes
* **ux:** change batch selection message to alert ([#36500 ](https://github.com/frappe/erpnext/issues/36500 )) ([641fe77 ](641fe7738c ))
2023-08-17 12:32:49 +00:00
Dany Robert
641fe7738c
fix(ux): change batch selection message to alert ( #36500 )
...
* fix(ux): change batch selection message to alert
* chore: linters
2023-08-17 18:01:15 +05:30
mergify[bot]
9668615f7e
feat: Tick on checkbox to include draft timesheets (backport #36577 ) ( #36640 )
...
feat: Tick on checkbox to include draft timesheets (#36577 )
feat: Tick on Check box to include Draft Timesheets
(cherry picked from commit 75652799cd )
Co-authored-by: ViralKansodiya <141210323+viralkansodiya@users.noreply.github.com >
2023-08-17 17:13:51 +05:30
Deepesh Garg
506ac10119
Merge pull request #36678 from frappe/mergify/bp/version-14-hotfix/pr-36677
...
fix(UX): Ignore prepared report (#36677 )
2023-08-17 16:08:36 +05:30
mergify[bot]
36147ec02c
fix(RFQ): make "update password" and "submit quotation" buttons the same size (backport #36667 ) ( #36686 )
...
fix(RFQ): make "update password" and "submit quotation" buttons the same size (#36667 )
fix(RFQ): button styling
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-08-17 16:00:17 +05:30
Shariq Ansari
3dd642441b
Merge pull request #36689 from frappe/mergify/bp/version-14-hotfix/pr-36685
...
fix: check tax and charges if it is passed (backport #36685 )
2023-08-17 13:10:42 +05:30
Shariq Ansari
f186015f58
chore: linter fix
...
(cherry picked from commit 21c1141fdb )
2023-08-17 07:40:10 +00:00
Shariq Ansari
1f76c6972b
fix: check tax and charges if it is passed
...
(cherry picked from commit 7ec6909159 )
2023-08-17 07:40:10 +00:00
mergify[bot]
c308bd5309
feat(RFQ): make email message fully configurable (backport #36353 ) ( #36531 )
...
* feat(RFQ): make email message fully configurable (#36353 )
feat: make RFQ message fully configurable
(cherry picked from commit 21080afd92 )
* fix(RFQ): hide description in print and report
---------
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-08-17 12:11:37 +05:30
ruthra kumar
3f33d4cf76
chore: resolve conflicts
2023-08-17 11:07:59 +05:30
ruthra kumar
47345e81a1
perf: pull latest details only for referenced vouchers
...
(cherry picked from commit deb0d71294 )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.py
2023-08-17 03:31:54 +00:00
Deepesh Garg
3e23e1fb91
fix(UX): Ignore prepared report
...
(cherry picked from commit 124c0dbd88 )
2023-08-16 16:03:01 +00:00
ruthra kumar
b6134749c3
chore: resolve conflict
2023-08-16 16:44:07 +05:30
ruthra kumar
f8d6fe6be0
feat: utility to repost accounting ledgers without cancellation ( #36469 )
...
* feat: introduce doctypes for repost
* refactor: basic filters and validations
* chore: basic validations
* chore: added barebones function to generate ledger entries
* chore: repost on submit
* chore: repost in background
* chore: include payment entry and journal entry
* chore: ignore repost doc on cancel
* chore: preview method
* chore: rudimentary form of preview
* refactor: preview template
* refactor: basic background colors to differentiate old and new
* chore: remove commented code
* test: basic functionality
* chore: fix conflict
* chore: prevent repost on invoices with deferred accounting
* refactor(test): rename and test basic validations and methods
* refactor(test): test all validations
* fix(test): use proper name account name
* refactor(test): fix failing test case
* refactor(test): clear old entries
* refactor(test): simpler logic to clear old records
* refactor(test): make use of deletion flag
* refactor(test): split into multiple test cases
(cherry picked from commit e64b004eca )
# Conflicts:
# erpnext/accounts/doctype/journal_entry/journal_entry.js
2023-08-16 11:04:45 +00:00
Frappe PR Bot
b773465b41
chore(release): Bumped to Version 14.35.0
...
# [14.35.0](https://github.com/frappe/erpnext/compare/v14.34.3...v14.35.0 ) (2023-08-16)
### Bug Fixes
* Allow backdated repayment cancels for term loans ([1377cf4 ](1377cf4cf1 ))
* allow negative stock condition for batch item ([#36586 ](https://github.com/frappe/erpnext/issues/36586 )) ([ee04c6d ](ee04c6d5c5 ))
* AR/AP report based on payment terms ([#36574 ](https://github.com/frappe/erpnext/issues/36574 )) ([ac0fff7 ](ac0fff7e94 ))
* better remarks on Cr note created by Reconciliation ([5443592 ](5443592d84 ))
* Button Alignment center in hero slider ([#36607 ](https://github.com/frappe/erpnext/issues/36607 )) ([b131f70 ](b131f70ed6 )), closes [#36561 ](https://github.com/frappe/erpnext/issues/36561 )
* cr/dr note should be posted for exc gain/loss ([349601b ](349601b4b9 ))
* disallow mulitple SO with same PO No ([b901cfd ](b901cfdbe2 ))
* don't show disabled items in `Item Shortage Report` (backport [#36550 ](https://github.com/frappe/erpnext/issues/36550 )) ([#36571 ](https://github.com/frappe/erpnext/issues/36571 )) ([19cfcea ](19cfcea78e ))
* fetch `Stock UOM` from Item if not set (backport [#36606 ](https://github.com/frappe/erpnext/issues/36606 )) ([#36617 ](https://github.com/frappe/erpnext/issues/36617 )) ([8b13185 ](8b13185c25 ))
* Group Account total not showing in Financial Statements ([2912648 ](2912648151 ))
* incorrect available qty for backdated stock reco with batch ([#36581 ](https://github.com/frappe/erpnext/issues/36581 )) ([2800ad3 ](2800ad39d2 ))
* incorrect gain/loss on allocation change on reconciliation tool ([39c439d ](39c439dc4b ))
* Make default sales update frequency as monthly instead of each transaction ([4ca1f3b ](4ca1f3b9cf ))
* move company rename to long queue ([8083c0b ](8083c0b59e ))
* precision issue while submitting the stock entry ([#36575 ](https://github.com/frappe/erpnext/issues/36575 )) ([a864e07 ](a864e07d4f ))
* re-add permission that was unintentionally removed ([#36663 ](https://github.com/frappe/erpnext/issues/36663 )) ([99777d3 ](99777d3fa4 ))
* **RFQ:** link to supplier portal ([eb2f68e ](eb2f68ec98 ))
* standard formula to calculate the "difference" ([#36612 ](https://github.com/frappe/erpnext/issues/36612 )) ([716d5c0 ](716d5c0b98 ))
* Tax withholding post LDC limit consumed ([#36611 ](https://github.com/frappe/erpnext/issues/36611 )) ([1deebe8 ](1deebe8757 ))
* **test:** replace hardcoded reference to adv with dynamic one ([2e6bfa3 ](2e6bfa36de ))
* **test:** test case breakage in Github Actions ([3542df7 ](3542df70f6 ))
* unhide `uom` and `stock_uom` fields in print view ([b49309c ](b49309c160 ))
* validation blocks partial payment for SO and PO ([ce08f03 ](ce08f038d2 ))
* wrap none type rate under flt (backport [#36602 ](https://github.com/frappe/erpnext/issues/36602 )) ([#36604 ](https://github.com/frappe/erpnext/issues/36604 )) ([63c061e ](63c061e5e8 ))
* wrong currency on financial-statement based reports ([#36524 ](https://github.com/frappe/erpnext/issues/36524 )) ([3044f46 ](3044f46c52 ))
### Features
* add voucher totals in tds payable report ([#36568 ](https://github.com/frappe/erpnext/issues/36568 )) ([90b390c ](90b390c2c5 ))
* daily asset depreciation method ([#36587 ](https://github.com/frappe/erpnext/issues/36587 )) ([2918127 ](29181274c8 ))
* Reallow customizing company abbreviation on setup. ([#36646 ](https://github.com/frappe/erpnext/issues/36646 )) ([ca34b63 ](ca34b63470 ))
### Performance Improvements
* **invoice:** Faster return amount query (backport [#36556 ](https://github.com/frappe/erpnext/issues/36556 )) ([#36557 ](https://github.com/frappe/erpnext/issues/36557 )) ([fe41be9 ](fe41be953d ))
2023-08-16 06:34:09 +00:00
Deepesh Garg
787118d00b
Merge pull request #36658 from frappe/version-14-hotfix
...
chore: release v14
2023-08-16 12:02:35 +05:30
Deepesh Garg
67c8350f70
Merge branch 'version-14' into version-14-hotfix
2023-08-16 11:08:08 +05:30
ruthra kumar
cba1c63beb
Merge pull request #36651 from frappe/mergify/bp/version-14-hotfix/pr-36642
...
refactor: toggle for negative item rates in Selling Settings (backport #36642 )
2023-08-16 10:30:24 +05:30
ruthra kumar
2f0e7fcb4a
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-36642
2023-08-16 09:58:31 +05:30
ruthra kumar
44c1b91ca7
Merge pull request #36633 from frappe/mergify/bp/version-14-hotfix/pr-35644
...
refactor: booking exchange gain/loss amount through journal (backport #35644 )
2023-08-16 09:41:25 +05:30
mergify[bot]
1deebe8757
fix: Tax withholding post LDC limit consumed ( #36611 )
...
* fix: Tax withholding post LDC limit consumed (#36611 )
* fix: Tax withholding post LDC limit consumed
* fix: LDC condition check
(cherry picked from commit 985ff9781b )
# Conflicts:
# erpnext/accounts/doctype/tax_withholding_category/test_tax_withholding_category.py
* chore: resolve conflicts
* chore: linting issues
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-16 08:09:38 +05:30
mergify[bot]
99777d3fa4
fix: re-add permission that was unintentionally removed ( #36663 )
...
fix: re-add permission that was unintentionally removed
Remove `Reversal OF ITC` and re-add permissions. Both of them
unintended changes
(cherry picked from commit 45662fa646 )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-08-16 08:09:04 +05:30
mergify[bot]
33d5250cec
chore: add validation for depreciation expense account in asset category (backport #36659 ) ( #36661 )
...
chore: add validation for depreciation expense account in asset category (#36659 )
(cherry picked from commit e0c79d3b53 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-08-15 18:27:01 +05:30
ruthra kumar
e55c160438
chore: resolve conflicts
2023-08-15 08:56:37 +05:30
ruthra kumar
3a82eb4ccf
refactor: toggle for negative rates in Selling Settings
...
(cherry picked from commit a0fc68538f )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
# erpnext/patches.txt
# erpnext/selling/doctype/selling_settings/selling_settings.json
2023-08-15 02:43:54 +00:00
Devin Slauenwhite
ca34b63470
feat: Reallow customizing company abbreviation on setup. ( #36646 )
...
Co-authored-by: Bernd Oliver Sünderhauf <pancho@mailbox.org >
2023-08-14 21:44:03 +05:30
Kevin Shenk
83cbc1bef6
fix: Document Name link validation in Bank Reconciliation Tool ( #36495 )
...
fix: format_row broke Document Name link validation
#35540 broke Voucher Matching, leading to an invalid link exception on submission. This is because the format_row() function overwrites the row data instead of just providing a formatter on the DataTable column, and therefore passes through the formatted (linked) column data instead of the Document Name only.
This patch moves the appropriate frappe.form.formatters.Link function to a dedicated format hook on the DataTable columns definition, both fixing the error and retaining the functionality of #35540 .
(cherry picked from commit 7ab55b1bb2 )
# Conflicts:
# erpnext/public/js/bank_reconciliation_tool/dialog_manager.js
2023-08-14 13:34:31 +00:00
mergify[bot]
716d5c0b98
fix: standard formula to calculate the "difference" ( #36612 )
...
fix: standard formula to calculate the "difference" (#36612 )
(cherry picked from commit 843e77e72d )
Co-authored-by: HarryPaulo <paulo_fabris@hotmail.com >
2023-08-14 18:55:16 +05:30
Gursheen Kaur Anand
90b390c2c5
feat: add voucher totals in tds payable report ( #36568 )
...
* feat: voucher totals in tds payable monthly
* fix: naming series column in tds payable report
* fix: tds computation summary columns
2023-08-14 18:15:21 +05:30
ViralKansodiya
b131f70ed6
fix: Button Alignment center in hero slider ( #36607 )
...
fix: speling in CSS (Button alignment center is not working on hero slider)#36561
2023-08-14 16:20:58 +05:30
ruthra kumar
18cf93d1c8
refactor(test): import missing functions
2023-08-14 11:49:46 +05:30
ruthra kumar
2e6bfa36de
fix(test): replace hardcoded reference to adv with dynamic one
2023-08-14 11:30:35 +05:30
ruthra kumar
b3f4c14a26
chore: resolve conflict in payment_reconciliation.py
...
backport will merge the better remarks PR
https://github.com/frappe/erpnext/pull/36573 wil exchange gain/loss
booking refactor
2023-08-14 10:56:48 +05:30
ruthra kumar
946aadb0c0
chore: resolve conflict in test_sales_invoice.py
2023-08-14 10:52:49 +05:30
ruthra kumar
f92453ae45
chore: resolve merge conflict in accounts/utils.py and its tests
2023-08-14 10:50:31 +05:30
ruthra kumar
7469018d3e
chore: resolve merge conflict
2023-08-14 10:37:56 +05:30
ruthra kumar
61afffc908
chore: cancel gain/loss je while posting reverse gl
...
(cherry picked from commit 46ea814400 )
2023-08-14 04:51:46 +00:00
ruthra kumar
ed0881dacb
chore: don't make gain/loss journal for base currency transactions
...
(cherry picked from commit 567c0ce1e8 )
2023-08-14 04:51:46 +00:00
ruthra kumar
efb293398a
chore(test): use existing company for unit test
...
(cherry picked from commit 804afaa647 )
2023-08-14 04:51:46 +00:00
ruthra kumar
8d32a1f4b3
chore: rename some internal variables
...
(cherry picked from commit d9d6856153 )
2023-08-14 04:51:46 +00:00
ruthra kumar
4c527d6bba
chore: add msgprint for exc JE
...
(cherry picked from commit acc7322874 )
2023-08-14 04:51:45 +00:00
ruthra kumar
2a61d854d3
chore: use frappetestcase
...
(cherry picked from commit 47bbb37291 )
2023-08-14 04:51:45 +00:00
ruthra kumar
052abcb075
refactor(test): assert ledger outstanding
...
(cherry picked from commit 025091161e )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2023-08-14 04:51:45 +00:00
ruthra kumar
3542df70f6
fix(test): test case breakage in Github Actions
...
(cherry picked from commit bfa54d5335 )
2023-08-14 04:51:45 +00:00
ruthra kumar
c5c440b7bc
test: assert ledger after cr note cancellation
...
(cherry picked from commit ae424fdfed )
2023-08-14 04:51:45 +00:00
ruthra kumar
349601b4b9
fix: cr/dr note should be posted for exc gain/loss
...
(cherry picked from commit 95543225cf )
2023-08-14 04:51:44 +00:00
ruthra kumar
09e9b16b93
test: cr notes against invoice
...
(cherry picked from commit e3d2a2c5bd )
2023-08-14 04:51:44 +00:00
ruthra kumar
39c439dc4b
fix: incorrect gain/loss on allocation change on reconciliation tool
...
(cherry picked from commit 506a5775f9 )
2023-08-14 04:51:44 +00:00
ruthra kumar
72a507f888
refactor: create gain/loss on Cr/Dr notes with different exc rates
...
(cherry picked from commit ba1f065765 )
2023-08-14 04:51:44 +00:00
ruthra kumar
22dbe52586
refactor: convert class method to standalone function
...
(cherry picked from commit 1ea1bfebc4 )
2023-08-14 04:51:44 +00:00
ruthra kumar
1999132c28
refactor: split make_exchage_gain_loss_journal into smaller function
...
(cherry picked from commit c0b3b069b5 )
2023-08-14 04:51:43 +00:00
ruthra kumar
57af6d9c21
refactor: cr/dr note will be on single exchange rate
...
(cherry picked from commit c87332d5da )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py
2023-08-14 04:51:43 +00:00
ruthra kumar
a9faa92796
chore: type info
...
(cherry picked from commit 6628632fbb )
2023-08-14 04:51:43 +00:00
ruthra kumar
d9219dc7d2
chore(test): fix broken test case
...
(cherry picked from commit 37895a361c )
2023-08-14 04:51:43 +00:00
ruthra kumar
395f87a0f8
chore(test): fix broken unit test
...
(cherry picked from commit 70dd9d0671 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2023-08-14 04:51:43 +00:00
ruthra kumar
4094fbc3e5
test: journals against sales invoice
...
(cherry picked from commit f3363e813a )
2023-08-14 04:51:42 +00:00
ruthra kumar
513721c338
refactor: handle diff amount in various names
...
(cherry picked from commit f4a65cccc4 )
2023-08-14 04:51:42 +00:00
ruthra kumar
077d98e0fa
refactor: unit tests for journals
...
(cherry picked from commit 5695d6a5a6 )
2023-08-14 04:51:42 +00:00
ruthra kumar
8be312b73e
refactor: dr/cr logic for journals as payments
...
(cherry picked from commit 0567243772 )
2023-08-14 04:51:42 +00:00
ruthra kumar
197e5881aa
refactor: assert payment ledger outstanding in both currencies
...
(cherry picked from commit 73cc1ba654 )
2023-08-14 04:51:41 +00:00
ruthra kumar
7c3fc7eb3b
refactor: cancel gain/loss JE on Journal as payment cancellation
...
(cherry picked from commit 6e18bb6456 )
2023-08-14 04:51:41 +00:00
ruthra kumar
01953bc0e3
refactor: linkage between journal as payment and gain/loss journal
...
(cherry picked from commit f119a1e115 )
# Conflicts:
# erpnext/accounts/doctype/gl_entry/gl_entry.py
2023-08-14 04:51:41 +00:00
ruthra kumar
075a7dfe2e
chore: code cleanup
...
(cherry picked from commit cd42b26839 )
2023-08-14 04:51:41 +00:00
ruthra kumar
86aead3d45
refactor: remove call for setting deductions in payment entry
...
(cherry picked from commit 1bcb728c85 )
# Conflicts:
# erpnext/accounts/utils.py
2023-08-14 04:51:40 +00:00
ruthra kumar
e20b213737
refactor(test): difference amount no updated for exchange gain/loss
...
(cherry picked from commit 72bc5b3a11 )
# Conflicts:
# erpnext/accounts/test/test_utils.py
2023-08-14 04:51:40 +00:00
ruthra kumar
4025442491
refactor(test): exc gain/loss journal for advance in purchase invoice
...
(cherry picked from commit 5b06bd1af4 )
2023-08-14 04:51:40 +00:00
ruthra kumar
f6bb6b78db
refactor: only post on base currency for exchange gain/loss
...
(cherry picked from commit 78bc712756 )
2023-08-14 04:51:40 +00:00
ruthra kumar
00a26ea6e6
refactor(test): payment will have same exch rate - no gain/loss
...
while making payment entry using reference to sales/purchase invoice,
it herits the parent docs exchange rate. so, there will be no exchange
gain/loss
(cherry picked from commit ee2d1fa36e )
2023-08-14 04:51:39 +00:00
ruthra kumar
e2c35f8c85
refactor(test): assert Exc journal when reconciling Journa to invoic
...
(cherry picked from commit 389cadf157 )
2023-08-14 04:51:39 +00:00
ruthra kumar
72e88d22ed
chore: remove debugging statements and fixing failing unit tests
...
(cherry picked from commit ee3ce82ea8 )
2023-08-14 04:51:39 +00:00
ruthra kumar
220bf24555
refactor: exc booking logic for Journal Entry
...
(cherry picked from commit 7b516f8463 )
2023-08-14 04:51:39 +00:00
ruthra kumar
1f76dde025
refactor(test): exc gain/loss booked through journal
...
(cherry picked from commit 00a2e42a47 )
2023-08-14 04:51:38 +00:00
ruthra kumar
59b7e96255
refactor: assert exchange gain/loss amount in reference table
...
(cherry picked from commit 4ff53e1062 )
2023-08-14 04:51:38 +00:00
ruthra kumar
d030f4a100
refactor: remove unused variable, pe should pull in parent exc rate
...
1. 'reference_doc' variable is never set. Hence, removing.
2. set_exchange_rate() relies on ref_doc, which was never
set due to point [1]. Replacing it with 'doc'.
3. Sales/Purchase Invoice has 'conversion_rate' field for tracking
exchange rate. Added a get statement for them as well.
(cherry picked from commit 92ae9c2201 )
2023-08-14 04:51:38 +00:00
ruthra kumar
6c6acef78e
refactor: helper method
...
(cherry picked from commit c1184585ed )
2023-08-14 04:51:38 +00:00
ruthra kumar
a9da619903
chore: fix logic for purchase invoice and some typos
...
(cherry picked from commit 34b5e849a2 )
2023-08-14 04:51:38 +00:00
ruthra kumar
72005bdb39
refactor: add new reference type in journal entry account
...
(cherry picked from commit 13febcac81 )
2023-08-14 04:51:38 +00:00
ruthra kumar
287af687cf
chore: patch to update property setter for Journal Entry Accounts
...
(cherry picked from commit 0587338435 )
2023-08-14 04:51:37 +00:00
ruthra kumar
db46987d4b
refactor: replace with new method in purchase invoice
...
(cherry picked from commit 7e94a1c51b )
2023-08-14 04:51:37 +00:00
ruthra kumar
44110860b4
test: different scenarios for exchange booking
...
(cherry picked from commit 5e1cd1f227 )
2023-08-14 04:51:37 +00:00
ruthra kumar
c06a6bfc09
refactor: book exchange gain/loss through journal
...
(cherry picked from commit 81cd7873d3 )
2023-08-14 04:51:37 +00:00
mergify[bot]
ac0fff7e94
fix: AR/AP report based on payment terms ( #36574 )
...
fix: AR/AP report based on payment terms (#36574 )
* fix: AR/AP report based on payment terms
* fix: AR/AP report based on payment terms
(cherry picked from commit fbb5058531 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-14 09:46:41 +05:30
mergify[bot]
3044f46c52
fix: wrong currency on financial-statement based reports ( #36524 )
...
fix: wrong currency on financial-statement based reports (#36524 )
* add missing field options on financial_statement Total field
* format financial statement code
(cherry picked from commit ce25f9e8c9 )
Co-authored-by: Naufal Afif <naufalafif58@gmail.com >
2023-08-13 17:11:47 +05:30
Deepesh Garg
0a832bc979
Merge pull request #36609 from frappe/mergify/bp/version-14-hotfix/pr-36564
...
fix: Make default sales update frequency as monthly instead of each transaction (#36564 )
2023-08-13 13:20:27 +05:30
Deepesh Garg
e5bc888798
Merge pull request #36614 from deepeshgarg007/loan_repayment_cancel_v14
...
fix: Allow backdated repayment cancels for term loans
2023-08-13 11:57:49 +05:30
ruthra kumar
9172985a9b
Merge pull request #36621 from frappe/mergify/bp/version-14-hotfix/pr-36309
...
fix: allocation validation blocks partial payment for SO and PO (backport #36309 )
2023-08-13 11:39:27 +05:30
Deepesh Garg
a3032910a7
chore: resolve conflicts
2023-08-13 11:37:40 +05:30
ruthra kumar
ce08f038d2
fix: validation blocks partial payment for SO and PO
...
(cherry picked from commit cb2bfabb6f )
2023-08-13 10:58:55 +05:30
ruthra kumar
df632d7ecb
Merge pull request #36620 from frappe/mergify/bp/version-14-hotfix/pr-36590
...
fix: disallow mulitple SO with same Purchase Order No if not enabled in Settings (backport #36590 )
2023-08-13 08:48:27 +05:30
ruthra kumar
1693905703
Merge pull request #36619 from frappe/mergify/bp/version-14-hotfix/pr-36593
...
chore: update permissions for Process Payment Reconciliation (backport #36593 )
2023-08-13 08:43:00 +05:30
ruthra kumar
21d3fb0625
chore: resolve merge conflict
2023-08-13 08:24:01 +05:30
ruthra kumar
c83f10f638
refactor(test): don't set po_no by default
...
(cherry picked from commit 64614cd915 )
# Conflicts:
# erpnext/stock/doctype/delivery_note/test_delivery_note.py
2023-08-13 02:40:42 +00:00
ruthra kumar
b901cfdbe2
fix: disallow mulitple SO with same PO No
...
(cherry picked from commit dbd3fdbb41 )
2023-08-13 02:40:42 +00:00
ruthra kumar
cbcdf30840
chore: update permissions for Process Payment Reconciliation
...
(cherry picked from commit cd28d15292 )
2023-08-13 02:40:38 +00:00
mergify[bot]
8b13185c25
fix: fetch Stock UOM from Item if not set (backport #36606 ) ( #36617 )
...
fix: fetch `Stock UOM` from Item if not set (#36606 )
(cherry picked from commit 539cfd08f0 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-08-12 23:25:05 +05:30
Deepesh Garg
1377cf4cf1
fix: Allow backdated repayment cancels for term loans
2023-08-12 20:01:04 +05:30
Deepesh Garg
4ca1f3b9cf
fix: Make default sales update frequency as monthly instead of each transaction
...
(cherry picked from commit 32863b4922 )
# Conflicts:
# erpnext/selling/doctype/selling_settings/selling_settings.json
2023-08-11 17:10:07 +00:00
Deepesh Garg
347c67a0f1
Merge pull request #36608 from frappe/mergify/bp/version-14-hotfix/pr-36582
...
fix: Group Account total not showing in Financial Statements (#36582 )
2023-08-11 22:33:35 +05:30
Deepesh Garg
2912648151
fix: Group Account total not showing in Financial Statements
...
(cherry picked from commit baf5cddd1b )
2023-08-11 16:27:53 +00:00
Frappe PR Bot
ddcf555486
chore(release): Bumped to Version 14.34.3
...
## [14.34.3](https://github.com/frappe/erpnext/compare/v14.34.2...v14.34.3 ) (2023-08-11)
### Bug Fixes
* wrap none type rate under flt (backport [#36602 ](https://github.com/frappe/erpnext/issues/36602 )) (backport [#36604 ](https://github.com/frappe/erpnext/issues/36604 )) ([#36605 ](https://github.com/frappe/erpnext/issues/36605 )) ([e4e1f03 ](e4e1f03bac ))
2023-08-11 13:28:22 +00:00
mergify[bot]
e4e1f03bac
fix: wrap none type rate under flt (backport #36602 ) (backport #36604 ) ( #36605 )
...
fix: wrap none type rate under flt (backport #36602 ) (#36604 )
fix: wrap none type rate under flt (#36602 )
(cherry picked from commit 627986efa1 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
(cherry picked from commit 63c061e5e8 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-08-11 18:56:29 +05:30
mergify[bot]
63c061e5e8
fix: wrap none type rate under flt (backport #36602 ) ( #36604 )
...
fix: wrap none type rate under flt (#36602 )
(cherry picked from commit 627986efa1 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-08-11 12:55:25 +00:00
mergify[bot]
96663d7e28
chore: set default filter dates if missing (backport #36597 ) ( #36598 )
...
chore: set default filter dates if missing (#36597 )
(cherry picked from commit 98e82e0d99 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-08-11 09:19:14 +00:00
rohitwaghchaure
ee04c6d5c5
fix: allow negative stock condition for batch item ( #36586 )
...
* fix: allow negative stock condition for batch item
* fix: test case
2023-08-11 13:57:27 +05:30
ruthra kumar
a4d6e0092c
Merge pull request #36594 from frappe/mergify/bp/version-14/pr-36593
...
chore: update permissions for Process Payment Reconciliation (backport #36593 )
2023-08-11 12:14:48 +05:30
ruthra kumar
9821f90350
chore: update permissions for Process Payment Reconciliation
...
(cherry picked from commit cd28d15292 )
2023-08-11 06:14:34 +00:00
ruthra kumar
5488785fd8
Merge pull request #36579 from frappe/mergify/bp/version-14-hotfix/pr-36573
...
refactor: 'is system generated' field and better remarks in Journal Entry (backport #36573 )
2023-08-11 09:43:53 +05:30
ruthra kumar
25ac0ce1cc
Merge pull request #36580 from frappe/mergify/bp/version-14-hotfix/pr-36578
...
fix: unhide `uom` and `stock_uom` fields in print view (backport #36578 )
2023-08-11 09:16:07 +05:30
ruthra kumar
727a379581
chore: remove unwanted 'Reversal of ITC' and merge conflicts
2023-08-11 09:12:11 +05:30
Anand Baburajan
29181274c8
feat: daily asset depreciation method ( #36587 )
...
* feat: daily asset depreciation method
* chore: hide depr schedule if no schedules
2023-08-10 22:47:16 +05:30
Frappe PR Bot
35450d7bd9
chore(release): Bumped to Version 14.34.2
...
## [14.34.2](https://github.com/frappe/erpnext/compare/v14.34.1...v14.34.2 ) (2023-08-10)
### Bug Fixes
* incorrect available qty for backdated stock reco with batch (backport [#36581 ](https://github.com/frappe/erpnext/issues/36581 )) ([#36585 ](https://github.com/frappe/erpnext/issues/36585 )) ([bb112ec ](bb112eca05 ))
2023-08-10 12:28:54 +00:00
mergify[bot]
bb112eca05
fix: incorrect available qty for backdated stock reco with batch (backport #36581 ) ( #36585 )
...
fix: incorrect available qty for backdated stock reco with batch (#36581 )
(cherry picked from commit 2800ad39d2 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-08-10 17:57:17 +05:30
rohitwaghchaure
2800ad39d2
fix: incorrect available qty for backdated stock reco with batch ( #36581 )
2023-08-10 17:22:14 +05:30
ruthra kumar
b49309c160
fix: unhide uom and stock_uom fields in print view
...
(cherry picked from commit 11cd163db7 )
2023-08-10 10:18:36 +00:00
ruthra kumar
a04471024d
refactor: enable 'no-copy'
...
(cherry picked from commit 4ed4b0240d )
2023-08-10 10:09:26 +00:00
ruthra kumar
9b0d30c56b
refactor: set flag display condition
...
(cherry picked from commit de17eaef38 )
2023-08-10 10:09:25 +00:00
ruthra kumar
00c7dbceaa
refactor: add is_system_generated field to Journal Entry
...
(cherry picked from commit 3997aa77d4 )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py
2023-08-10 10:09:25 +00:00
ruthra kumar
5443592d84
fix: better remarks on Cr note created by Reconciliation
...
(cherry picked from commit 47cb349362 )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py
2023-08-10 10:09:25 +00:00
Frappe PR Bot
10e25972e1
chore(release): Bumped to Version 14.34.1
...
## [14.34.1](https://github.com/frappe/erpnext/compare/v14.34.0...v14.34.1 ) (2023-08-10)
### Bug Fixes
* precision issue while submitting the stock entry (backport [#36575 ](https://github.com/frappe/erpnext/issues/36575 )) ([#36576 ](https://github.com/frappe/erpnext/issues/36576 )) ([d6ebd1b ](d6ebd1b6f8 ))
2023-08-10 08:06:21 +00:00
mergify[bot]
d6ebd1b6f8
fix: precision issue while submitting the stock entry (backport #36575 ) ( #36576 )
...
fix: precision issue while submitting the stock entry (#36575 )
fix: precision issue while submmiting the stock entry
(cherry picked from commit a864e07d4f )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-08-10 13:34:36 +05:30
rohitwaghchaure
a864e07d4f
fix: precision issue while submitting the stock entry ( #36575 )
...
fix: precision issue while submmiting the stock entry
2023-08-10 13:32:31 +05:30
mergify[bot]
19cfcea78e
fix: don't show disabled items in Item Shortage Report (backport #36550 ) ( #36571 )
...
fix: don't show disabled items in `Item Shortage Report` (#36550 )
(cherry picked from commit 4a7fc1506f )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-08-10 11:29:20 +05:30
Ankush Menat
8083c0b59e
fix: move company rename to long queue
...
(cherry picked from commit 5169006085 )
2023-08-10 10:03:22 +05:30
Anand Baburajan
8abc0adb18
chore: add warning for lending separation ( #36569 )
2023-08-09 15:07:40 +00:00
mergify[bot]
fe41be953d
perf(invoice): Faster return amount query (backport #36556 ) ( #36557 )
...
perf(invoice): Faster return amount query (#36556 )
perf: Faster return amount query
(cherry picked from commit b0c79a0467 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-08-09 14:07:48 +05:30
s-aga-r
c2b5417cb8
Merge pull request #36552 from frappe/mergify/bp/version-14-hotfix/pr-36551
...
fix(RFQ): link to supplier portal (backport #36551 )
2023-08-09 13:55:28 +05:30
Frappe PR Bot
259f3422d5
chore(release): Bumped to Version 14.34.0
...
# [14.34.0](https://github.com/frappe/erpnext/compare/v14.33.2...v14.34.0 ) (2023-08-09)
### Bug Fixes
* **accounts:** Translate columns in AP/AR report ([#36503 ](https://github.com/frappe/erpnext/issues/36503 )) ([6739369 ](67393694de ))
* AP and AR summary ([769d7d7 ](769d7d7554 ))
* check root type only when not none ([46bb309 ](46bb309b8a ))
* cross connect delivery note and sales invoice ([#36183 ](https://github.com/frappe/erpnext/issues/36183 )) ([8501a11 ](8501a1182a ))
* Debit credit difference while submitting Sales Invoice ([#36523 ](https://github.com/frappe/erpnext/issues/36523 )) ([240d866 ](240d866ef4 ))
* don't allow negative rate (backport [#36027 ](https://github.com/frappe/erpnext/issues/36027 )) ([#36465 ](https://github.com/frappe/erpnext/issues/36465 )) ([caa4f33 ](caa4f33169 ))
* enqueue submit/cancel action for stock entry having more than 50 line items (backport [#36532 ](https://github.com/frappe/erpnext/issues/36532 )) ([#36536 ](https://github.com/frappe/erpnext/issues/36536 )) ([9c108a8 ](9c108a8ef7 ))
* fetch ple for all party types ([674dba8 ](674dba8cd7 ))
* fetch ple with party type employee in AP ([1ca9aca ](1ca9aca0d5 ))
* Fix query for financial statement report ([d1590f2 ](d1590f266b ))
* get incoming rate instead of BOM rate (backport [#36496 ](https://github.com/frappe/erpnext/issues/36496 )) ([#36506 ](https://github.com/frappe/erpnext/issues/36506 )) ([bdfbccd ](bdfbccd38e ))
* handle None value in payment_term_outstanding ([b033b3b ](b033b3b0d6 ))
* Lower deduction certificate for multi-company ([#36491 ](https://github.com/frappe/erpnext/issues/36491 )) ([2216875 ](2216875bd6 ))
* payment allocation in invoice payment schedule ([#36440 ](https://github.com/frappe/erpnext/issues/36440 )) ([0e87c86 ](0e87c86aab ))
* search not working for so in the Production Plan ([#36459 ](https://github.com/frappe/erpnext/issues/36459 )) ([8c57d56 ](8c57d56240 ))
* serial no not able to reject for the internal transfer ([#36467 ](https://github.com/frappe/erpnext/issues/36467 )) ([c1819a4 ](c1819a4b21 ))
* stock entry decimal issue (backport [#36530 ](https://github.com/frappe/erpnext/issues/36530 )) ([#36533 ](https://github.com/frappe/erpnext/issues/36533 )) ([5b04708 ](5b04708164 ))
* stock reconciliation negative stock error (backport [#36544 ](https://github.com/frappe/erpnext/issues/36544 )) ([#36549 ](https://github.com/frappe/erpnext/issues/36549 )) ([00b9df0 ](00b9df0bc5 ))
* Tax withholding against order via Payment Entry ([#36493 ](https://github.com/frappe/erpnext/issues/36493 )) ([a234b89 ](a234b8932e ))
* use correct lang separator for frappe (backport [#36519 ](https://github.com/frappe/erpnext/issues/36519 )) ([#36520 ](https://github.com/frappe/erpnext/issues/36520 )) ([f9981d1 ](f9981d1ff3 ))
* **ux:** add `Ordered Qty` column in Get Items From > MR (backport [#36486 ](https://github.com/frappe/erpnext/issues/36486 )) ([#36505 ](https://github.com/frappe/erpnext/issues/36505 )) ([0d7a4b6 ](0d7a4b6ff6 ))
### Features
* ledger comparison report ([#36485 ](https://github.com/frappe/erpnext/issues/36485 )) ([07f235c ](07f235cf7d ))
* **RFQ:** make sending attachments configurable (backport [#36359 ](https://github.com/frappe/erpnext/issues/36359 )) ([#36535 ](https://github.com/frappe/erpnext/issues/36535 )) ([5881960 ](5881960001 ))
### Performance Improvements
* asset depreciation entry posting ([#36461 ](https://github.com/frappe/erpnext/issues/36461 )) ([cd1c175 ](cd1c175439 ))
* defer holiday list imports ([7adad42 ](7adad4272a ))
2023-08-09 03:06:43 +00:00
Deepesh Garg
4f0bb5e643
Merge pull request #36546 from frappe/version-14-hotfix
...
chore: release v14
2023-08-09 08:35:06 +05:30
mergify[bot]
240d866ef4
fix: Debit credit difference while submitting Sales Invoice ( #36523 )
...
* fix: Debit credit difference while submitting Sales Invoice (#36523 )
* fix: Debit credit difference while submitting Sales Invoice
* test(fix): Update gl entry comparison
* test(fix): Update gl entry comparison
(cherry picked from commit 492ea3bcc8 )
# Conflicts:
# erpnext/controllers/accounts_controller.py
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-09 00:04:47 +05:30
mergify[bot]
0e87c86aab
fix: payment allocation in invoice payment schedule ( #36440 )
...
* fix: payment allocation in invoice payment schedule (#36440 )
* fix: payment allocation in invoice payment schedule
* test: payment allocation for payment terms
* chore: linting issues
(cherry picked from commit edbefee10c )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
* chore: resolve conflicts
---------
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-09 00:04:08 +05:30
barredterra
d273948d7a
test(RFQ): get_link
...
(cherry picked from commit 68ad62f7d0 )
2023-08-08 11:25:39 +00:00
barredterra
eb2f68ec98
fix(RFQ): link to supplier portal
...
(cherry picked from commit fd91f2c2e0 )
2023-08-08 11:25:39 +00:00
mergify[bot]
00b9df0bc5
fix: stock reconciliation negative stock error (backport #36544 ) ( #36549 )
...
fix: stock reconciliation negative stock error (#36544 )
fix: stock reco negative stock error
(cherry picked from commit 0b36e7d10e )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-08-08 16:04:52 +05:30
Anand Baburajan
cd1c175439
perf: asset depreciation entry posting ( #36461 )
...
* perf: make post depr entries job daily_long
* perf: optimise post_depreciation_entries and make_depreciation_entry
* chore: more optimisation and dont fail all schedule dates if one date fails
* chore: don't post entries before acc_frozen_upto
* chore: using get_single_value
* refactor: destructure asset object
2023-08-08 15:09:55 +05:30
ruthra kumar
2ca2e67812
Merge pull request #36543 from frappe/mergify/bp/version-14-hotfix/pr-36528
...
refactor: use base_tax_withholding_net_total for treshold validation (backport #36528 )
2023-08-08 14:41:53 +05:30
ruthra kumar
c26a52d791
refactor: use base_tax_withholding_net_total for treshold validation ( #36528 )
...
* refactor: use base_tax_withholding_net_total for treshold validation
* fix: only for non payment entry doctypes
(cherry picked from commit 11d5327d1b )
2023-08-08 08:45:22 +00:00
mergify[bot]
5881960001
feat(RFQ): make sending attachments configurable (backport #36359 ) ( #36535 )
...
* feat(RFQ): make sending attachments configurable (#36359 )
(cherry picked from commit 8cc3df7c2c )
# Conflicts:
# erpnext/buying/doctype/request_for_quotation/request_for_quotation.json
* chore: resolve conflicts
---------
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-08-07 21:17:12 +05:30
mergify[bot]
9c108a8ef7
fix: enqueue submit/cancel action for stock entry having more than 50 line items (backport #36532 ) ( #36536 )
...
fix: enqueue submit/cancel action for stock entry having more than 50 line items (#36532 )
(cherry picked from commit ecba6ee183 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-08-07 21:03:36 +05:30
mergify[bot]
5b04708164
fix: stock entry decimal issue (backport #36530 ) ( #36533 )
...
fix: stock entry decimal issue (#36530 )
(cherry picked from commit 28dfc88789 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-08-07 19:11:19 +05:30
ruthra kumar
d76c2c5738
Merge pull request #36521 from frappe/mergify/bp/version-14-hotfix/pr-36485
...
feat: ledger comparison report (backport #36485 )
2023-08-07 11:52:28 +05:30
ruthra kumar
07f235cf7d
feat: ledger comparison report ( #36485 )
...
* feat: Accounting Ledger comparison report
* chore: barebones methods
* chore: working state
* chore: refactor internal logic
* chore: working multi select filter on Account
* chore: working voucher no filter
* chore: remove debugging statements
* chore: report with currency symbol
* chore: working start and end date filter
* test: basic report function
* refactor(test): test all filters
(cherry picked from commit b86747c9d4 )
2023-08-07 06:00:24 +00:00
Ankush Menat
7adad4272a
perf: defer holiday list imports
...
Only used for configuring but loaded whenever
get_doc("holiday list", ...) is done
(cherry picked from commit 2eea90a873 )
2023-08-07 10:09:49 +05:30
mergify[bot]
f9981d1ff3
fix: use correct lang separator for frappe (backport #36519 ) ( #36520 )
...
* fix: use correct lang separator for frappe
(cherry picked from commit 0218ca538f )
* perf: defer babel import
Only required when configuring but will get loaded everywhere
(cherry picked from commit f574ac11ea )
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-08-07 10:08:59 +05:30
mergify[bot]
8770aa5955
chore: don't merge asset capitalization gl entries (backport #36514 ) ( #36516 )
...
chore: don't merge asset capitalization gl entries (#36514 )
(cherry picked from commit 2d7d86039a )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-08-07 00:20:53 +05:30
Anand Baburajan
2d7d86039a
chore: don't merge asset capitalization gl entries ( #36514 )
2023-08-06 23:34:02 +05:30
mergify[bot]
bdfbccd38e
fix: get incoming rate instead of BOM rate (backport #36496 ) ( #36506 )
...
* fix: get incoming rate instead of BOM rate (#36496 )
* fix: get incoming rate instead of BOM rate
* test: add test case for SCR rm rate
(cherry picked from commit 758b31d895 )
# Conflicts:
# erpnext/controllers/subcontracting_controller.py
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-08-06 14:51:23 +05:30
mergify[bot]
a234b8932e
fix: Tax withholding against order via Payment Entry ( #36493 )
...
fix: Tax withholding against order via Payment Entry (#36493 )
* fix: Tax withholding against order via Payment Entry
* test: Add test case
* fix: Nonetype exceptions
(cherry picked from commit 93767eb7fc )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-05 22:58:55 +05:30
mergify[bot]
2216875bd6
fix: Lower deduction certificate for multi-company ( #36491 )
...
fix: Lower deduction certificate for multi-company (#36491 )
(cherry picked from commit 96035b87d5 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-05 22:44:10 +05:30
mergify[bot]
67393694de
fix(accounts): Translate columns in AP/AR report ( #36503 )
...
fix(accounts): Translate columns in AP/AR report (#36503 )
(cherry picked from commit 559d914c0b )
Co-authored-by: Corentin Flr <10946971+cogk@users.noreply.github.com >
2023-08-05 22:43:44 +05:30
mergify[bot]
0d7a4b6ff6
fix(ux): add Ordered Qty column in Get Items From > MR (backport #36486 ) ( #36505 )
...
fix(ux): add `Ordered Qty` column in Get Items From > MR (#36486 )
(cherry picked from commit e179499764 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-08-05 19:31:55 +05:30
Deepesh Garg
e0fb398be1
Merge pull request #36488 from frappe/mergify/bp/version-14-hotfix/pr-36333
...
fix: AP report does not show expense claim payables (#36333 )
2023-08-04 17:52:52 +05:30
mergify[bot]
cf2a3e2fc5
Contact Doctype don't have any field job_title. ( #36156 )
...
fix: Contact Doctype doesn't have any field called `job_title`
fix: Contact Doctype doesn't have any field called `job_title`
(cherry picked from commit 49be740736 )
Co-authored-by: Sumit Jain <59503001+sumitjain236@users.noreply.github.com >
2023-08-04 17:52:29 +05:30
Gursheen Anand
a79b30e45f
refactor: future payments query
...
(cherry picked from commit f5761e7965 )
2023-08-04 12:14:04 +00:00
Gursheen Anand
769d7d7554
fix: AP and AR summary
...
(cherry picked from commit e355dea4b5 )
2023-08-04 12:14:03 +00:00
Gursheen Anand
674dba8cd7
fix: fetch ple for all party types
...
(cherry picked from commit fd5c4e0a64 )
2023-08-04 12:14:03 +00:00
Gursheen Anand
1ca9aca0d5
fix: fetch ple with party type employee in AP
...
(cherry picked from commit c47a37c3ab )
2023-08-04 12:14:02 +00:00
Deepesh Garg
8e8e59cecb
Merge pull request #36484 from frappe/mergify/bp/version-14-hotfix/pr-36458
...
test: balance sheet report (backport #36458 )
2023-08-04 10:59:11 +05:30
Gursheen Anand
47d0e76999
test: balance sheet report
...
(cherry picked from commit 002bf77314 )
2023-08-04 04:26:17 +00:00
Gursheen Anand
46bb309b8a
fix: check root type only when not none
...
(cherry picked from commit cd98be6088 )
2023-08-04 04:26:17 +00:00
mergify[bot]
dfd356a174
chore: better cost center validation for assets (backport #36477 ) ( #36479 )
...
chore: better cost center validation for assets (#36477 )
(cherry picked from commit 38a612c62e )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-08-03 17:18:56 +05:30
rohitwaghchaure
c1819a4b21
fix: serial no not able to reject for the internal transfer ( #36467 )
2023-08-03 12:19:25 +05:30
mergify[bot]
caa4f33169
fix: don't allow negative rate (backport #36027 ) ( #36465 )
...
* fix: don't allow negative rates (#36027 )
* fix: don't allow negative rate
* test: don't allow negative rate
* fix: only check for -rate on items child table
(cherry picked from commit dedf24b86d )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
* chore: resolve merge conflict
---------
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com >
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-08-02 17:13:22 +05:30
ruthra kumar
e6dca0668c
Merge pull request #36464 from frappe/mergify/bp/version-14-hotfix/pr-36455
...
fix: handle None value in payment_term_outstanding (backport #36455 )
2023-08-02 16:54:38 +05:30
Husam Hammad
b033b3b0d6
fix: handle None value in payment_term_outstanding
...
* Fix payment entry bug: Handle None value in payment_term_outstanding
* fix: Handle None value in payment_term_outstanding V2
fix linting issue
(cherry picked from commit 27ebf14f9d )
2023-08-02 10:59:43 +00:00
rohitwaghchaure
8c57d56240
fix: search not working for so in the Production Plan ( #36459 )
...
fix: search not working for so
2023-08-02 12:47:12 +05:30
Anand Baburajan
8501a1182a
fix: cross connect delivery note and sales invoice ( #36183 )
...
* fix: cross connect delivery note and sales invoice
* chore: remove unnecessary non_standard_fieldname
2023-08-02 09:07:04 +05:30
Deepesh Garg
fb32120e36
Merge pull request #36454 from frappe/mergify/bp/version-14-hotfix/pr-36450
...
fix: Fix query for financial statement report (backport #36450 )
2023-08-01 23:39:44 +05:30
Corentin Flr
d1590f266b
fix: Fix query for financial statement report
...
(cherry picked from commit bd3fc7c434 )
2023-08-01 18:07:16 +00:00