Frappe PR Bot
feaa16d748
chore(release): Bumped to Version 14.58.1
...
## [14.58.1](https://github.com/frappe/erpnext/compare/v14.58.0...v14.58.1 ) (2024-01-03)
### Bug Fixes
* typerror on multi select dialog ([43cc7e4 ](43cc7e4a59 ))
2024-01-03 15:37:55 +00:00
ruthra kumar
6ca29a93bf
Merge pull request #39123 from frappe/mergify/bp/version-14/pr-39116
...
fix: typerror on multi select dialog (backport #39116 )
2024-01-03 21:06:48 +05:30
ruthra kumar
43cc7e4a59
fix: typerror on multi select dialog
...
(cherry picked from commit 7da9ffa3bd )
2024-01-03 15:26:11 +00:00
Frappe PR Bot
b6a36270b2
chore(release): Bumped to Version 14.58.0
...
# [14.58.0](https://github.com/frappe/erpnext/compare/v14.57.0...v14.58.0 ) (2024-01-03)
### Bug Fixes
* Add missing french translations (backport [#38368 ](https://github.com/frappe/erpnext/issues/38368 )) ([#38513 ](https://github.com/frappe/erpnext/issues/38513 )) ([2c90ee2 ](2c90ee23f9 ))
* **DX:** capture tracebacks with context (backport [#39060 ](https://github.com/frappe/erpnext/issues/39060 )) ([#39062 ](https://github.com/frappe/erpnext/issues/39062 )) ([fe9acc8 ](fe9acc898e ))
* **Hierarchy Chart:** check if company is set before loading children ([#38985 ](https://github.com/frappe/erpnext/issues/38985 )) ([e4d6df3 ](e4d6df39ff ))
* issue occured when creating supplier with contact details (backport [#38147 ](https://github.com/frappe/erpnext/issues/38147 )) ([#39046 ](https://github.com/frappe/erpnext/issues/39046 )) ([81ef7b4 ](81ef7b4c00 ))
* Opening balance in bank reconciliation tool ([#38977 ](https://github.com/frappe/erpnext/issues/38977 )) ([a2cba1b ](a2cba1bf23 ))
* remove bad defaults (backport [#38986 ](https://github.com/frappe/erpnext/issues/38986 )) ([#38987 ](https://github.com/frappe/erpnext/issues/38987 )) ([29d383a ](29d383ad8b ))
* select options should dynamically load dimensions ([bfc94cf ](bfc94cf284 ))
* take quantity into account when setting asset's gross purchase amt (backport [#39056 ](https://github.com/frappe/erpnext/issues/39056 )) ([#39057 ](https://github.com/frappe/erpnext/issues/39057 )) ([b8dce3e ](b8dce3eeac ))
* undefined error in Budget Variance and Profitability report ([cad15cd ](cad15cdec2 ))
* use `Stock Qty` while getting `POS Reserved Qty` (backport [#38962 ](https://github.com/frappe/erpnext/issues/38962 )) ([#38982 ](https://github.com/frappe/erpnext/issues/38982 )) ([7ad42ec](7ad42ec957 ))
* Validate account in Sales/Purchase Taxes and Charges Template ([#39013 ](https://github.com/frappe/erpnext/issues/39013 )) ([c0b5980 ](c0b598074c ))
* work order with multi level, fetch operting cost from sub-assembly (backport [#38992 ](https://github.com/frappe/erpnext/issues/38992 )) ([#39027 ](https://github.com/frappe/erpnext/issues/39027 )) ([88e5c9e ](88e5c9e61b ))
### Features
* Merge taxes from mapped docs ([#38346 ](https://github.com/frappe/erpnext/issues/38346 )) ([c74e6aa ](c74e6aaebb ))
* Show Ledger view for Purchase & Sales Register ([#38801 ](https://github.com/frappe/erpnext/issues/38801 )) ([04fb215 ](04fb215ff5 ))
### Performance Improvements
* index item_code in bom explosion item (backport [#39085 ](https://github.com/frappe/erpnext/issues/39085 )) ([#39087 ](https://github.com/frappe/erpnext/issues/39087 )) ([558861b ](558861b634 ))
2024-01-03 06:01:14 +00:00
Deepesh Garg
fa442ca788
Merge pull request #39091 from frappe/version-14-hotfix
...
chore: release v14
2024-01-03 11:29:59 +05:30
mergify[bot]
558861b634
perf: index item_code in bom explosion item (backport #39085 ) ( #39087 )
...
perf: index item_code in bom explosion item (#39085 )
(cherry picked from commit 739434b727 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2024-01-02 14:43:23 +05:30
mergify[bot]
2c90ee23f9
fix: Add missing french translations (backport #38368 ) ( #38513 )
...
* fix: Add missing french translations (#38368 )
fix: Add missing french translation
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
(cherry picked from commit a1e0197a8b )
# Conflicts:
# erpnext/translations/fr.csv
* chore: resolve merge conflicts
---------
Co-authored-by: noec764 <58433943+noec764@users.noreply.github.com >
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2024-01-02 13:51:43 +05:30
ruthra kumar
78771cd72f
Merge pull request #39071 from frappe/mergify/bp/version-14-hotfix/pr-39067
...
fix: undefined error in Budget Variance and Profitability report (backport #39067 )
2024-01-01 17:49:03 +05:30
ruthra kumar
bfc94cf284
fix: select options should dynamically load dimensions
...
(cherry picked from commit 1a9e091d12 )
2024-01-01 17:41:15 +05:30
ruthra kumar
cad15cdec2
fix: undefined error in Budget Variance and Profitability report
...
'Budget' and 'Budget Account' doesn't have support for dynamic
dimension. It only supports hard-coded ones - Project and Cost Center
(cherry picked from commit 92bc962f60 )
# Conflicts:
# erpnext/accounts/report/profitability_analysis/profitability_analysis.js
2024-01-01 12:08:03 +00:00
ruthra kumar
96dfcd7149
Merge pull request #39068 from frappe/mergify/bp/version-14-hotfix/pr-39023
...
refactor(perf): replace account subquery with 'in' condition (backport #39023 )
2024-01-01 16:29:07 +05:30
ruthra kumar
c7d17d21e8
refactor(perf): replace account subquery with 'in' condition
...
(cherry picked from commit a517125d64 )
2024-01-01 10:13:50 +00:00
mergify[bot]
fe9acc898e
fix(DX): capture tracebacks with context (backport #39060 ) ( #39062 )
...
* fix(DX): capture tracebacks with context (#39060 )
(cherry picked from commit 510fdf7bf6 )
# Conflicts:
# erpnext/manufacturing/doctype/bom_creator/bom_creator.py
* Delete erpnext/manufacturing/doctype/bom_creator/bom_creator.py
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2024-01-01 15:38:22 +05:30
mergify[bot]
b8dce3eeac
fix: take quantity into account when setting asset's gross purchase amt (backport #39056 ) ( #39057 )
...
fix: take quantity into account when setting asset's gross purchase amt (#39056 )
fix: take quantity into account when setting asset's gross purchase amount
(cherry picked from commit 0346f47c1d )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2024-01-01 11:27:46 +05:30
mergify[bot]
81ef7b4c00
fix: issue occured when creating supplier with contact details (backport #38147 ) ( #39046 )
...
* fix: issue occured when creating supplier with contact details
(cherry picked from commit 7842c9fba8 )
# Conflicts:
# erpnext/selling/doctype/customer/customer.py
* fix: Suppier name was not taken when creating address from supplier
(cherry picked from commit 545ef3c234 )
* chore: fix conflicts
* chore: fix linter issues
---------
Co-authored-by: kunhi <kunhimohamed6@gmail.com >
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-12-31 18:06:47 +05:30
mergify[bot]
88e5c9e61b
fix: work order with multi level, fetch operting cost from sub-assembly (backport #38992 ) ( #39027 )
...
* fix: work order with multi level, fetch operting cost from sub-assembly (#38992 )
(cherry picked from commit 70abedc57a )
# Conflicts:
# erpnext/manufacturing/doctype/manufacturing_settings/manufacturing_settings.py
# erpnext/manufacturing/doctype/work_order/test_work_order.py
* chore: fix conflicts
* chore: fix conflicts
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-12-30 11:14:23 +05:30
mergify[bot]
c0b598074c
fix: Validate account in Sales/Purchase Taxes and Charges Template ( #39013 )
...
fix: Validate account in Sales/Purchase Taxes and Charges Template (#39013 )
(cherry picked from commit cd37fd790b )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-12-29 16:15:45 +05:30
Gursheen Kaur Anand
04fb215ff5
feat: Show Ledger view for Purchase & Sales Register ( #38801 )
...
* feat: fetch payments and journals
* refactor: use single qb query for PE and PI
* feat: fetch PE along with SI
* refactor: move repeating code to common controller
* fix: fetch cost center for PE
* feat: fetch JV with PE
* fix: validate party filter for fetching payments
* fix: linting issues
* refactor: use qb to fetch PE JV and Inv
* refactor: move fn to fetch advance taxes to utils & use qb
* fix: filtering through accounting dimensions
* chore: remove debugging print statements
* fix: modify rows and columns for ledger view
* refactor: filter accounting dimensions using qb
* fix: show additional table cols from india compliance api call
* chore: fix typo
* test: purchase register and ledger view
* fix: filter by party in opening row calculation
* fix: exclude cancelled gl entries for opening balance
* chore: change column format for report
* fix: check gl entry status using is_cancelled
* fix: running balance after sorting
* fix: gst itemised registers for india compliance api call
* fix: additional query cols for gst itemised registers
* fix: additional query cols for sales register
* fix: PE in sales register
* fix: tax accounts in sales register
* fix: Sales/Purchase register showing duplicate records
* fix: avoid fetching advance account for party
* refactor: remove unnecessary condition
* fix: remove checking for advance accounts in payments
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-12-29 13:02:17 +05:30
mergify[bot]
a2cba1bf23
fix: Opening balance in bank reconciliation tool ( #38977 )
...
fix: Opening balance in bank reconciliation tool (#38977 )
(cherry picked from commit bbee9b5637 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-12-28 17:53:27 +05:30
mergify[bot]
29d383ad8b
fix: remove bad defaults (backport #38986 ) ( #38987 )
...
fix: remove bad defaults (#38986 )
Child tables can't have a default.
(cherry picked from commit b71b0d5997 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-12-28 14:22:23 +05:30
Rucha Mahabal
e4d6df39ff
fix(Hierarchy Chart): check if company is set before loading children ( #38985 )
...
* fix(Org Chart): check if company is set before loading children
* refactor: avoid assigning undefined values, use empty strings, null instead
* fix: returning to org chart view from employee master does not render chart
- the check for company field is truthy from the employee doctype, so it does not render company field again. Explicitly check for company field on the same page
* fix(Org Chart Mobile): check if company is set before loading children
2023-12-28 12:54:31 +05:30
mergify[bot]
7ad42ec957
fix: use Stock Qty while getting POS Reserved Qty (backport #38962 ) ( #38982 )
...
fix: use `Stock Qty` while getting `POS Reserved Qty`
(cherry picked from commit 7223106417 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-12-28 11:59:47 +05:30
mergify[bot]
c74e6aaebb
feat: Merge taxes from mapped docs ( #38346 )
...
* feat: Merge taxes from mapped docs (#38346 )
* feat: Merge taxes from mapped docs
* chore: ci failures
(cherry picked from commit 9b1c22250f )
* chore: ci failures
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-12-28 10:03:26 +05:30
VihangT
92d61eb19e
fix : correct logic for overlap error ( #38798 )
...
* fix : correct logic for overlap error
* fix :
Updated as per lintels
* fix :
changes as per linters
* fix : correct logic for overlap error
fixing overlap error logic with taking care of sequential time job cards in overlap job card list
Added Provision if time_logs list is empty
2023-12-27 16:11:14 +05:30
Frappe PR Bot
6e479f918d
chore(release): Bumped to Version 14.57.0
...
# [14.57.0](https://github.com/frappe/erpnext/compare/v14.56.0...v14.57.0 ) (2023-12-27)
### Bug Fixes
* allow to set rate manually for service item in BOM ([#38880 ](https://github.com/frappe/erpnext/issues/38880 )) ([c2f692a ](c2f692a4e4 ))
* display all item rate stop messages ([226d0e0 ](226d0e0196 ))
* do not reset the basic rate for the material receipt stock entry ([#38896 ](https://github.com/frappe/erpnext/issues/38896 )) ([98bfcc4 ](98bfcc4c75 ))
* first name error on customer creation ([#38927 ](https://github.com/frappe/erpnext/issues/38927 )) ([28f052d ](28f052d586 ))
* german translations for Lost Quotations ([#38435 ](https://github.com/frappe/erpnext/issues/38435 )) ([81b5e6c ](81b5e6c5f1 ))
* groups for current accounts in German CoAs ([39aa36e ](39aa36e44b ))
* incorrect price list in customer-wise item price report ([7577706 ](7577706a9d ))
* min order qty optional in production plan (backport [#38956 ](https://github.com/frappe/erpnext/issues/38956 )) ([#38957 ](https://github.com/frappe/erpnext/issues/38957 )) ([f6f2712 ](f6f2712db0 ))
* remove rows with zero consumed qty ([f2f4100 ](f2f410093a ))
* reposting not fixing valuation rate for sales return using movin… ([#38895 ](https://github.com/frappe/erpnext/issues/38895 )) ([3a668bb ](3a668bbe96 ))
* reset the incoming rate on changing of the warehouse ([#38909 ](https://github.com/frappe/erpnext/issues/38909 )) ([2770ca1 ](2770ca1b65 ))
* skip jvs against bank accounts ([98198d3 ](98198d35ea ))
* **test:** expect account currency when party account is specified. ([30cb218](30cb218638 ))
* unset discount amount from coupon discounts ([87e8dd0 ](87e8dd0d63 ))
* use party account currency when party account is specified ([d9e0d55 ](d9e0d55b88 ))
* **ux:** make PR and PI Item rate field readonly based on `Maintain Same Rate` (backport [#38942 ](https://github.com/frappe/erpnext/issues/38942 )) ([#38943 ](https://github.com/frappe/erpnext/issues/38943 )) ([1eee203 ](1eee203f7f ))
### Features
* in_party_currency option for AR/AP reports ([3c717db ](3c717db3fd ))
* total_asset_cost field (backport [#38879 ](https://github.com/frappe/erpnext/issues/38879 )) ([#38886 ](https://github.com/frappe/erpnext/issues/38886 )) ([8169c7d ](8169c7de0d ))
### Performance Improvements
* Drop unused/duplicate/sub-optimal indexes (backport [#38884 ](https://github.com/frappe/erpnext/issues/38884 )) ([#38912 ](https://github.com/frappe/erpnext/issues/38912 )) ([b254a72 ](b254a72d41 ))
* use estimated rows instead of actual rows (backport [#38830 ](https://github.com/frappe/erpnext/issues/38830 )) ([#38875 ](https://github.com/frappe/erpnext/issues/38875 )) ([4d1ccd9 ](4d1ccd9e27 ))
2023-12-27 08:40:26 +00:00
rohitwaghchaure
8e8d0ad9aa
Merge pull request #38953 from frappe/version-14-hotfix
...
chore: release v14
2023-12-27 14:09:17 +05:30
rohitwaghchaure
400c78c600
Merge branch 'version-14' into version-14-hotfix
2023-12-27 10:24:01 +05:30
mergify[bot]
f6f2712db0
fix: min order qty optional in production plan (backport #38956 ) ( #38957 )
...
* fix: min order qty optional in production plan (#38956 )
* fix: min order qty optional in production plan
* fix: test cases
(cherry picked from commit b09c9354fb )
# Conflicts:
# erpnext/manufacturing/doctype/bom/bom.json
# erpnext/manufacturing/doctype/production_plan/production_plan.py
* chore: fix conflicts
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-12-26 21:59:09 +05:30
mergify[bot]
1eee203f7f
fix(ux): make PR and PI Item rate field readonly based on Maintain Same Rate (backport #38942 ) ( #38943 )
...
* fix(ux): make PI Item rate field editable
(cherry picked from commit eb5bb9f9a9 )
* fix(ux): make PI Item rate field readonly based on `Maintain Same Rate`
(cherry picked from commit cb9114442b )
* fix(ux): make PR Item rate field readonly based on `Maintain Same Rate`
(cherry picked from commit b1ba210332 )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-12-26 14:45:54 +05:30
ruthra kumar
ec337a1c9f
Merge pull request #38945 from frappe/mergify/bp/version-14-hotfix/pr-38891
...
fix: incorrect price list in customer-wise item price report (backport #38891 )
2023-12-26 12:16:52 +05:30
ruthra kumar
7577706a9d
fix: incorrect price list in customer-wise item price report
...
(cherry picked from commit 9a00edb031 )
2023-12-26 06:17:45 +00:00
mergify[bot]
81b5e6c5f1
fix: german translations for Lost Quotations ( #38435 )
...
* fix: german translations for Lost Quotations (#38435 )
(cherry picked from commit 5952cfa673 )
# Conflicts:
# erpnext/translations/de.csv
* chore: resolve conflicts
---------
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-12-24 16:24:31 +05:30
ruthra kumar
28f052d586
fix: first name error on customer creation ( #38927 )
...
fix: error on customer creation
2023-12-24 16:12:13 +05:30
s-aga-r
2eac618bba
Merge pull request #38892 from s-aga-r/FIX-6565
...
fix: remove rows with zero consumed qty
2023-12-22 15:58:09 +05:30
Deepesh Garg
6f6de13813
Merge pull request #38815 from frappe/mergify/bp/version-14-hotfix/pr-38803
...
fix: groups for current accounts in German CoAs (#38803 )
2023-12-22 08:40:28 +05:30
Deepesh Garg
be1a269f9f
Merge pull request #38857 from frappe/revert-38422-mergify/bp/version-14-hotfix/pr-38250
...
Revert "fix: unset discount amount based on coupon code (backport #38250 )"
2023-12-22 08:40:07 +05:30
Deepesh Garg
0d70be56d2
Merge pull request #38370 from pps190/backport/version-14-hotfix/38289
...
fix: display all item rate stop messages (#38289 )
2023-12-22 08:38:19 +05:30
Deepesh Garg
50655821c1
Merge pull request #38770 from frappe/mergify/bp/version-14-hotfix/pr-38767
...
fix: skip JVs against bank accounts in tax report (#38767 )
2023-12-22 08:37:41 +05:30
mergify[bot]
b254a72d41
perf: Drop unused/duplicate/sub-optimal indexes (backport #38884 ) ( #38912 )
...
* perf: Drop unused/duplicate/sub-optimal indexes (#38884 )
* ci: enable more checks
* perf: Drop unused/duplicate indexes
(cherry picked from commit 787333896c )
# Conflicts:
# erpnext/accounts/doctype/gl_entry/gl_entry.json
# erpnext/patches.txt
* chore: conflicts
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-12-21 21:40:59 +05:30
rohitwaghchaure
2770ca1b65
fix: reset the incoming rate on changing of the warehouse ( #38909 )
2023-12-21 18:49:36 +05:30
mergify[bot]
0d7cb1a9be
chore: additional_asset_cost field (backport #38904 ) (backport #38905 ) ( #38908 )
...
chore: additional_asset_cost field (backport #38904 ) (#38905 )
* chore: additional_asset_cost field (#38904 )
(cherry picked from commit 283763dfb2 )
# Conflicts:
# erpnext/assets/doctype/asset/asset.py
* chore: resolve conflicts in asset.py
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
(cherry picked from commit 3b9feffc00 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-12-21 17:12:01 +05:30
Frappe PR Bot
3abb91b2c4
chore(release): Bumped to Version 14.56.0
...
# [14.56.0](https://github.com/frappe/erpnext/compare/v14.55.2...v14.56.0 ) (2023-12-21)
### Features
* total_asset_cost field (backport [#38879 ](https://github.com/frappe/erpnext/issues/38879 )) (backport [#38886 ](https://github.com/frappe/erpnext/issues/38886 )) ([#38907 ](https://github.com/frappe/erpnext/issues/38907 )) ([a63b8df ](a63b8df867 ))
2023-12-21 11:41:51 +00:00
mergify[bot]
a63b8df867
feat: total_asset_cost field (backport #38879 ) (backport #38886 ) ( #38907 )
...
feat: total_asset_cost field (backport #38879 ) (#38886 )
* feat: total_asset_cost field (#38879 )
(cherry picked from commit d370c60a6c )
# Conflicts:
# erpnext/assets/doctype/asset/asset.json
# erpnext/assets/doctype/asset/asset.py
# erpnext/patches.txt
* chore: resolve conflicts in asset.json
* chore: resolve conflicts in asset.py
* chore: resolve conflicts in patches.txt
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
(cherry picked from commit 8169c7de0d )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-12-21 17:10:04 +05:30
mergify[bot]
3b9feffc00
chore: additional_asset_cost field (backport #38904 ) ( #38905 )
...
* chore: additional_asset_cost field (#38904 )
(cherry picked from commit 283763dfb2 )
# Conflicts:
# erpnext/assets/doctype/asset/asset.py
* chore: resolve conflicts in asset.py
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-12-21 16:56:32 +05:30
Frappe PR Bot
0c13cb829c
chore(release): Bumped to Version 14.55.2
...
## [14.55.2](https://github.com/frappe/erpnext/compare/v14.55.1...v14.55.2 ) (2023-12-21)
### Bug Fixes
* reposting not fixing valuation rate for sales return using movin… (backport [#38895 ](https://github.com/frappe/erpnext/issues/38895 )) ([#38900 ](https://github.com/frappe/erpnext/issues/38900 )) ([8aba707 ](8aba707b6a ))
2023-12-21 10:05:58 +00:00
mergify[bot]
8aba707b6a
fix: reposting not fixing valuation rate for sales return using movin… (backport #38895 ) ( #38900 )
...
fix: reposting not fixing valuation rate for sales return using movin… (#38895 )
fix: reposting not fixing valuation rate for sales return using moving average method
(cherry picked from commit 3a668bbe96 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-12-21 15:34:49 +05:30
rohitwaghchaure
98bfcc4c75
fix: do not reset the basic rate for the material receipt stock entry ( #38896 )
2023-12-21 14:13:55 +05:30
rohitwaghchaure
3a668bbe96
fix: reposting not fixing valuation rate for sales return using movin… ( #38895 )
...
fix: reposting not fixing valuation rate for sales return using moving average method
2023-12-21 14:13:34 +05:30
s-aga-r
f2f410093a
fix: remove rows with zero consumed qty
2023-12-21 11:03:18 +05:30
mergify[bot]
8169c7de0d
feat: total_asset_cost field (backport #38879 ) ( #38886 )
...
* feat: total_asset_cost field (#38879 )
(cherry picked from commit d370c60a6c )
# Conflicts:
# erpnext/assets/doctype/asset/asset.json
# erpnext/assets/doctype/asset/asset.py
# erpnext/patches.txt
* chore: resolve conflicts in asset.json
* chore: resolve conflicts in asset.py
* chore: resolve conflicts in patches.txt
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-12-20 22:57:37 +05:30
Frappe PR Bot
eefac19cc8
chore(release): Bumped to Version 14.55.1
...
## [14.55.1](https://github.com/frappe/erpnext/compare/v14.55.0...v14.55.1 ) (2023-12-20)
### Bug Fixes
* allow to set rate manually for service item in BOM (backport [#38880 ](https://github.com/frappe/erpnext/issues/38880 )) ([#38881 ](https://github.com/frappe/erpnext/issues/38881 )) ([afc0491 ](afc049154d ))
2023-12-20 13:06:21 +00:00
mergify[bot]
afc049154d
fix: allow to set rate manually for service item in BOM (backport #38880 ) ( #38881 )
...
fix: allow to set rate manually for service item in BOM (#38880 )
(cherry picked from commit c2f692a4e4 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-12-20 18:34:31 +05:30
mergify[bot]
4d1ccd9e27
perf: use estimated rows instead of actual rows (backport #38830 ) ( #38875 )
...
* perf: use estimated rows instead of actual rows (#38830 )
(cherry picked from commit 9983283f95 )
# Conflicts:
# erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py
* chore: conflicts
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-12-20 18:17:41 +05:30
Deepesh Garg
c48c8b8ddb
Merge pull request #38858 from GursheenK/unset-discount-amt-coupon-code
...
fix: unset discount amount for removed coupons
2023-12-20 18:17:20 +05:30
rohitwaghchaure
c2f692a4e4
fix: allow to set rate manually for service item in BOM ( #38880 )
2023-12-20 17:53:48 +05:30
ruthra kumar
d94b5a318d
Merge pull request #38872 from frappe/mergify/bp/version-14-hotfix/pr-38838
...
fix: use party account currency when party account is specified (backport #38838 )
2023-12-20 13:09:17 +05:30
Devin Slauenwhite
30cb218638
fix(test): expect account currency when party account is specified.
...
(cherry picked from commit a09241e3c7 )
2023-12-20 07:05:27 +00:00
Devin Slauenwhite
d9e0d55b88
fix: use party account currency when party account is specified
...
(cherry picked from commit c7b961ffa2 )
2023-12-20 07:05:26 +00:00
ruthra kumar
1e9b4e2403
Merge pull request #38800 from pps190/backport/version-14-hotfix/37746
...
feat: in_party_currency option for AR/AP reports (backport #37746 )
2023-12-20 12:25:35 +05:30
Frappe PR Bot
8657ba374a
chore(release): Bumped to Version 14.55.0
...
# [14.55.0](https://github.com/frappe/erpnext/compare/v14.54.2...v14.55.0 ) (2023-12-20)
### Bug Fixes
* close PO on SCO close (backport [#38667 ](https://github.com/frappe/erpnext/issues/38667 )) ([#38680 ](https://github.com/frappe/erpnext/issues/38680 )) ([22b442d ](22b442d593 ))
* **customer:** contact creation for companies ([#38055 ](https://github.com/frappe/erpnext/issues/38055 )) ([ed9b38b ](ed9b38bc8d ))
* **customer:** quick form and integration fixes ([#37386 ](https://github.com/frappe/erpnext/issues/37386 )) ([6ed7c66 ](6ed7c6610a ))
* error while filtering on name on reconciliation tool ([30b6321 ](30b6321fd5 ))
* fetch exc rate of multi currency journals ([bf585de ](bf585de558 ))
* fetch item_tax_template values if fields with fetch_from exisit ([24ae45c ](24ae45ce84 ))
* get customers for leaderboard ([9dfe342 ](9dfe342838 ))
* get items for leaderboard ([812b301 ](812b301aab ))
* get sales partner for leaderboard ([c63f873 ](c63f873a6f ))
* get sales person for leaderboard ([df93447 ](df93447d30 ))
* get suppliers for leaderboard ([7477ff3 ](7477ff3b5c ))
* if not budget then don't validate ([#38861 ](https://github.com/frappe/erpnext/issues/38861 )) ([d375164 ](d375164100 ))
* incoming rate for sales return with Moving Average valuation method ([#38849 ](https://github.com/frappe/erpnext/issues/38849 )) ([7fdac62 ](7fdac62393 ))
* incorrect limit ([#38818 ](https://github.com/frappe/erpnext/issues/38818 )) ([e18dc5c ](e18dc5cea3 ))
* Init internal child table values ([d593f81 ](d593f81a16 ))
* item variant with manufacturer ([#38845 ](https://github.com/frappe/erpnext/issues/38845 )) ([e0c8ff1 ](e0c8ff10da ))
* not able to cancel SCR with Batch ([#38817 ](https://github.com/frappe/erpnext/issues/38817 )) ([fb5090f ](fb5090fd3f ))
* not able to make inter-company po from so ([#38826 ](https://github.com/frappe/erpnext/issues/38826 )) ([23042df ](23042dfc3c ))
* on closed unreserved the production plan qty ([#38848 ](https://github.com/frappe/erpnext/issues/38848 )) ([2184e8e ](2184e8ef58 ))
* Reset SLA on issue doesn't work (backport [#38789 ](https://github.com/frappe/erpnext/issues/38789 )) ([#38790 ](https://github.com/frappe/erpnext/issues/38790 )) ([942f34a ](942f34a734 ))
* supplier removed on selection of item (backport [#38712 ](https://github.com/frappe/erpnext/issues/38712 )) ([#38732 ](https://github.com/frappe/erpnext/issues/38732 )) ([dda95ea ](dda95ea892 ))
* timezone aware SLA banner (backport [#38745 ](https://github.com/frappe/erpnext/issues/38745 )) ([#38746 ](https://github.com/frappe/erpnext/issues/38746 )) ([73d525e ](73d525e84d ))
* **ux:** don't override Item Name and Description in MR (backport [#38720 ](https://github.com/frappe/erpnext/issues/38720 )) ([#38762 ](https://github.com/frappe/erpnext/issues/38762 )) ([f7bfbd8 ](f7bfbd82dd ))
* validation error on reconciling PE to Journals as Invoice ([9836205 ](9836205725 ))
* wrong currency in Stock Balance report (backport [#38778 ](https://github.com/frappe/erpnext/issues/38778 )) ([#38779 ](https://github.com/frappe/erpnext/issues/38779 )) ([e05b23c ](e05b23c388 ))
* wrong paid and cn amount on pos invoice ([77da0da ](77da0da945 ))
### Features
* **RFQ:** special properties in print preview (backport [#38725 ](https://github.com/frappe/erpnext/issues/38725 )) ([#38726 ](https://github.com/frappe/erpnext/issues/38726 )) ([2290750 ](229075048b ))
* set lead name from email ([1469ca7 ](1469ca7d0b ))
### Performance Improvements
* index `return_against` on delivery note (backport [#38827 ](https://github.com/frappe/erpnext/issues/38827 )) ([#38831 ](https://github.com/frappe/erpnext/issues/38831 )) ([4114760 ](4114760efd ))
2023-12-20 04:46:08 +00:00
Deepesh Garg
3a8b7e9b96
Merge pull request #38852 from frappe/version-14-hotfix
...
chore: release v14
2023-12-20 10:14:59 +05:30
mergify[bot]
22b442d593
fix: close PO on SCO close (backport #38667 ) ( #38680 )
...
fix: close PO on SCO close
(cherry picked from commit b023e5d6b3 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-12-20 09:14:54 +05:30
mergify[bot]
f7bfbd82dd
fix(ux): don't override Item Name and Description in MR (backport #38720 ) ( #38762 )
...
fix(ux): don't override Item Name and Description in MR
(cherry picked from commit 726ac6bda1 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-12-20 09:14:03 +05:30
rohitwaghchaure
d375164100
fix: if not budget then don't validate ( #38861 )
2023-12-19 18:19:20 +05:30
rohitwaghchaure
7fdac62393
fix: incoming rate for sales return with Moving Average valuation method ( #38849 )
2023-12-19 18:01:50 +05:30
rohitwaghchaure
2184e8ef58
fix: on closed unreserved the production plan qty ( #38848 )
2023-12-19 17:20:41 +05:30
Gursheen Anand
87e8dd0d63
fix: unset discount amount from coupon discounts
2023-12-19 15:56:59 +05:30
rohitwaghchaure
857843bc29
chore: fix test case ( #38856 )
2023-12-19 15:54:29 +05:30
Gursheen Kaur Anand
37a18299d0
Revert "fix: unset discount amount based on coupon code (backport #38250 )"
2023-12-19 15:35:35 +05:30
rohitwaghchaure
e0c8ff10da
fix: item variant with manufacturer ( #38845 )
2023-12-19 12:45:08 +05:30
ruthra kumar
61b02ec75c
Merge pull request #38843 from frappe/mergify/bp/version-14-hotfix/pr-38797
...
fix: wrong paid and cn amount on pos invoice (backport #38797 )
2023-12-19 11:33:25 +05:30
Dany Robert
939b7f7cbf
test: partial payment for pos invoice
...
(cherry picked from commit 8772628912 )
2023-12-19 05:33:10 +00:00
Dany Robert
77da0da945
fix: wrong paid and cn amount on pos invoice
...
(cherry picked from commit 5cb5e09dbb )
2023-12-19 05:33:09 +00:00
Devin Slauenwhite
226d0e0196
fix: display all item rate stop messages
2023-12-18 14:14:29 -05:00
mergify[bot]
4114760efd
perf: index return_against on delivery note (backport #38827 ) ( #38831 )
...
* perf: index `return_against` on delivery note (#38827 )
There's a multi-column index but that's useful IFF all parts of column
are part of query.
return against on it's own is VERY unique because it's a primary key, we
don't need a multi-column index here.
(cherry picked from commit 8d79365e0d )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/purchase_receipt.json
* chore: conflict
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-12-18 18:10:54 +05:30
rohitwaghchaure
23042dfc3c
fix: not able to make inter-company po from so ( #38826 )
2023-12-18 17:44:17 +05:30
ruthra kumar
9216a852d4
Merge pull request #38824 from frappe/mergify/bp/version-14-hotfix/pr-38820
...
refactor: ignore ERR journals in Statment of Accounts (backport #38820 )
2023-12-18 16:24:57 +05:30
ruthra kumar
6478c80359
refactor: ignore ERR journals in Statment of Accounts
...
(cherry picked from commit 39ef75e2d0 )
2023-12-18 15:59:59 +05:30
rohitwaghchaure
e18dc5cea3
fix: incorrect limit ( #38818 )
2023-12-18 15:59:56 +05:30
rohitwaghchaure
fb5090fd3f
fix: not able to cancel SCR with Batch ( #38817 )
2023-12-18 14:11:36 +05:30
barredterra
39aa36e44b
fix: groups for current accounts in German CoAs
...
(cherry picked from commit 259f313af7 )
2023-12-17 18:24:10 +00:00
Deepesh Garg
20a764a4a3
Merge pull request #38809 from vorasmit/fetch-item-taxes-v14
...
fix: fetch item_tax_template values if fields with fetch_from exisit (#38284 )
2023-12-17 18:51:22 +05:30
Smit Vora
24ae45ce84
fix: fetch item_tax_template values if fields with fetch_from exisit
2023-12-17 14:03:37 +05:30
Deepesh Garg
a14e7f0e84
Merge pull request #38751 from frappe/mergify/bp/version-14-hotfix/pr-38505
...
feat: set lead name from email (#38505 )
2023-12-16 22:29:43 +05:30
Devin Slauenwhite
7eee573fcb
fixup! feat: in_party_currency option for AR/AP reports
...
fix: merge conflict typo
2023-12-16 16:29:01 +00:00
Richard Case
0894022695
chore: update tests
2023-12-16 16:15:00 +00:00
Richard Case
3c717db3fd
feat: in_party_currency option for AR/AP reports
2023-12-16 16:14:44 +00:00
mergify[bot]
942f34a734
fix: Reset SLA on issue doesn't work (backport #38789 ) ( #38790 )
...
fix: Reset SLA on issue doesn't work (#38789 )
This was broken since last refactor where it was spun off to work with
all types of doctypes but client side code was never adapted.
(cherry picked from commit fa1c7b663c )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-12-15 22:02:29 +05:30
Raffael Meyer
4821919695
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-38505
2023-12-15 15:15:37 +01:00
Deepesh Garg
34549b62bd
Merge pull request #38782 from frappe/mergify/bp/version-14-hotfix/pr-38691
...
fix: Init internal child table values (#38691 )
2023-12-15 18:48:10 +05:30
Deepesh Garg
d593f81a16
fix: Init internal child table values
...
(cherry picked from commit 2588970d55 )
2023-12-15 12:45:51 +00:00
mergify[bot]
e05b23c388
fix: wrong currency in Stock Balance report (backport #38778 ) ( #38779 )
...
fix: wrong currency in Stock Balance report
(cherry picked from commit 5a83a16e60 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-12-15 15:32:50 +05:30
ruthra kumar
d4c131b153
Merge pull request #38774 from frappe/mergify/bp/version-14-hotfix/pr-38766
...
fix: validation error on reconciling PE to Journals as Invoice (backport #38766 )
2023-12-15 14:41:43 +05:30
ruthra kumar
9836205725
fix: validation error on reconciling PE to Journals as Invoice
...
With the same exchange rate on Journal Entry and Payment Entry,
reconcilition should not post exc gain/loss journal and should not
throw validation error
(cherry picked from commit 5eeb650dfd )
2023-12-15 13:20:38 +05:30
Gursheen Anand
98198d35ea
fix: skip jvs against bank accounts
...
(cherry picked from commit f7b2380ec1 )
2023-12-15 07:29:14 +00:00
Deepesh Garg
12cd7a7083
Merge pull request #38674 from frappe/mergify/bp/version-14-hotfix/pr-38672
...
fix: get data for leaderboard (#38672 )
2023-12-15 10:15:41 +05:30
Deepesh Garg
e539152c6b
Merge pull request #38753 from barredterra/contact-from-customer-creation
...
fix: address and contact from customer creation (backport #38055 , #37386 , #38060 )
2023-12-15 10:14:58 +05:30
David Arnold
6ed7c6610a
fix(customer): quick form and integration fixes ( #37386 )
2023-12-14 16:50:20 +01:00
barredterra
d6d717c315
test: parse full name
2023-12-14 16:47:46 +01:00
barredterra
935e23449f
refactor: parse full name
2023-12-14 16:47:36 +01:00
David Arnold
ed9b38bc8d
fix(customer): contact creation for companies ( #38055 )
2023-12-14 16:47:15 +01:00
Raffael Meyer
2c52f2ce13
chore: resolve conflicts
2023-12-14 13:51:47 +01:00
barredterra
1469ca7d0b
feat: set lead name from email
...
(cherry picked from commit ceeb724acc )
# Conflicts:
# erpnext/crm/doctype/lead/lead.json
2023-12-14 12:49:40 +00:00
mergify[bot]
73d525e84d
fix: timezone aware SLA banner (backport #38745 ) ( #38746 )
...
fix: timezone aware SLA banner (#38745 )
(cherry picked from commit eaf86a6461 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-12-14 15:59:19 +05:30
ruthra kumar
f6c611d026
Merge pull request #38744 from ruthra-kumar/filter_error_on_reconciliation_tool
...
fix: error while filtering on name on reconciliation tool
2023-12-14 15:10:12 +05:30
ruthra kumar
30b6321fd5
fix: error while filtering on name on reconciliation tool
2023-12-14 14:28:20 +05:30
Frappe PR Bot
20a26c3dd4
chore(release): Bumped to Version 14.54.2
...
## [14.54.2](https://github.com/frappe/erpnext/compare/v14.54.1...v14.54.2 ) (2023-12-14)
### Bug Fixes
* fetch exc rate of multi currency journals ([cdef0bd ](cdef0bd503 ))
2023-12-14 06:20:30 +00:00
ruthra kumar
d975eccaab
Merge pull request #38741 from frappe/mergify/bp/version-14/pr-38717
...
fix: fetch exc rate of multi currency journals on reconciliation (backport #38717 )
2023-12-14 11:49:20 +05:30
ruthra kumar
cdef0bd503
fix: fetch exc rate of multi currency journals
...
(cherry picked from commit 1b3ba25220 )
2023-12-14 06:00:23 +00:00
ruthra kumar
a714114cd9
Merge pull request #38736 from frappe/mergify/bp/version-14-hotfix/pr-38717
...
fix: fetch exc rate of multi currency journals on reconciliation (backport #38717 )
2023-12-14 09:59:44 +05:30
ruthra kumar
bf585de558
fix: fetch exc rate of multi currency journals
...
(cherry picked from commit 1b3ba25220 )
2023-12-14 04:06:43 +00:00
Frappe PR Bot
b7fd24074d
chore(release): Bumped to Version 14.54.1
...
## [14.54.1](https://github.com/frappe/erpnext/compare/v14.54.0...v14.54.1 ) (2023-12-13)
### Bug Fixes
* supplier removed on selection of item (backport [#38712 ](https://github.com/frappe/erpnext/issues/38712 )) (backport [#38732 ](https://github.com/frappe/erpnext/issues/38732 )) ([#38735 ](https://github.com/frappe/erpnext/issues/38735 )) ([d53a9f6 ](d53a9f6530 ))
2023-12-13 19:09:56 +00:00
mergify[bot]
d53a9f6530
fix: supplier removed on selection of item (backport #38712 ) (backport #38732 ) ( #38735 )
...
fix: supplier removed on selection of item (backport #38712 ) (#38732 )
fix: supplier removed on selection of item (#38712 )
(cherry picked from commit db24e24882 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit dda95ea892 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-12-14 00:38:47 +05:30
mergify[bot]
dda95ea892
fix: supplier removed on selection of item (backport #38712 ) ( #38732 )
...
fix: supplier removed on selection of item (#38712 )
(cherry picked from commit db24e24882 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-12-13 19:05:52 +00:00
mergify[bot]
4908d03a88
Revert "fix(ux): don't update qty blindly" (backport #38728 ) (backport #38729 ) ( #38733 )
...
Revert "fix(ux): don't update qty blindly" (backport #38728 ) (#38729 )
Revert "fix(ux): don't update qty blindly" (#38728 )
(cherry picked from commit 6851c5042f )
Co-authored-by: Ankush Menat <ankush@frappe.io >
(cherry picked from commit 0d49dd3648 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-12-14 00:30:36 +05:30
mergify[bot]
229075048b
feat(RFQ): special properties in print preview (backport #38725 ) ( #38726 )
...
feat: RFQ print preview
(cherry picked from commit 27f05145ae )
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
2023-12-14 00:10:58 +05:30
mergify[bot]
0d49dd3648
Revert "fix(ux): don't update qty blindly" (backport #38728 ) ( #38729 )
...
Revert "fix(ux): don't update qty blindly" (#38728 )
(cherry picked from commit 6851c5042f )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-12-13 23:16:26 +05:30
Frappe PR Bot
214861d68f
chore(release): Bumped to Version 14.54.0
...
# [14.54.0](https://github.com/frappe/erpnext/compare/v14.53.0...v14.54.0 ) (2023-12-12)
### Bug Fixes
* 1st row depr. sch. value of asset put to less than 180 days acc. to I.T. S. 32 ([#38697 ](https://github.com/frappe/erpnext/issues/38697 )) ([753a1b5 ](753a1b511d ))
* calc monthly_repayment_amount correctly in regenerate_repayment_schedule ([#38636 ](https://github.com/frappe/erpnext/issues/38636 )) ([008400d ](008400d287 ))
* format only if searched text contain link value text ([b28deaa ](b28deaae2c ))
* limit end date to current date ([cbe15e1 ](cbe15e159a ))
* typo in unittest ([#38673 ](https://github.com/frappe/erpnext/issues/38673 )) ([c87a3c7 ](c87a3c7793 ))
* **ux:** don't update qty blindly (backport [#38608 ](https://github.com/frappe/erpnext/issues/38608 )) ([#38638 ](https://github.com/frappe/erpnext/issues/38638 )) ([29cd474 ](29cd474f44 ))
### Features
* add employee number to client user bootinfo (backport [#38477 ](https://github.com/frappe/erpnext/issues/38477 )) ([#38602 ](https://github.com/frappe/erpnext/issues/38602 )) ([c2a137f ](c2a137f0fb ))
### Reverts
* Revert "refactor: bank transaction (backport #38182 )" (#38653 ) ([7813efa ](7813efad35 )), closes [#38182 ](https://github.com/frappe/erpnext/issues/38182 ) [#38653 ](https://github.com/frappe/erpnext/issues/38653 ) [#38182 ](https://github.com/frappe/erpnext/issues/38182 )
2023-12-12 16:12:27 +00:00
Deepesh Garg
e7b96209cd
Merge pull request #38689 from frappe/version-14-hotfix
...
chore: release v14
2023-12-12 21:40:16 +05:30
Anand Baburajan
753a1b511d
fix: 1st row depr. sch. value of asset put to less than 180 days acc. to I.T. S. 32 ( #38697 )
...
fix: 1st row value of asset put to less than 180 days acc. to IT S. 32
2023-12-12 20:53:44 +05:30
ruthra kumar
6715dd6167
Merge pull request #38677 from frappe/mergify/bp/version-14-hotfix/pr-38673
...
fix: typo in unittest (backport #38673 )
2023-12-12 17:35:16 +05:30
ruthra kumar
a061798a6f
Merge pull request #38686 from frappe/mergify/bp/version-14-hotfix/pr-38685
...
refactor: add `get_list` for virtual child doctypes (backport #38685 )
2023-12-12 15:24:56 +05:30
ruthra kumar
fa79a7cdab
refactor: add get_list for virtual child doctypes
...
(cherry picked from commit 15c90551b6 )
2023-12-12 14:51:41 +05:30
ruthra kumar
6884aac2a0
Merge pull request #38683 from frappe/mergify/bp/version-14-hotfix/pr-38679
...
refactor(test): repost utility deletion flag test (backport #38679 )
2023-12-12 13:33:17 +05:30
ruthra kumar
e61a12b4cb
refactor(test): update repost settings before test case
...
(cherry picked from commit acb6e8e120 )
2023-12-12 07:16:49 +00:00
ruthra kumar
4542a12787
refactor: increase limit and remove explicit call to start_repost
...
(cherry picked from commit ccff588563 )
2023-12-12 07:16:49 +00:00
ruthra kumar
f0408c89ce
refactor: remove explicit commit on repost
...
(cherry picked from commit a97b3db749 )
2023-12-12 07:16:48 +00:00
ruthra kumar
7c080bd60c
refactor(test): repost utility deletion flag test
...
(cherry picked from commit cc15f695b4 )
2023-12-12 07:16:48 +00:00
Raffael Meyer
c87a3c7793
fix: typo in unittest ( #38673 )
...
(cherry picked from commit 6ad298adfc )
2023-12-12 04:26:10 +00:00
barredterra
038a30feb0
chore: deprecate unused method
...
(cherry picked from commit 956c3c50a0 )
2023-12-12 04:24:39 +00:00
barredterra
c63f873a6f
fix: get sales partner for leaderboard
...
(cherry picked from commit 40c1acc961 )
2023-12-12 04:24:39 +00:00
barredterra
df93447d30
fix: get sales person for leaderboard
...
(cherry picked from commit 7babfd4ac4 )
2023-12-12 04:24:39 +00:00
barredterra
7477ff3b5c
fix: get suppliers for leaderboard
...
(cherry picked from commit 65df4b6aa8 )
2023-12-12 04:24:38 +00:00
barredterra
812b301aab
fix: get items for leaderboard
...
(cherry picked from commit 2721ee3a8d )
2023-12-12 04:24:38 +00:00
barredterra
9dfe342838
fix: get customers for leaderboard
...
(cherry picked from commit 137b5a6108 )
2023-12-12 04:24:38 +00:00
Deepesh Garg
7813efad35
Revert "refactor: bank transaction (backport #38182 )" ( #38653 )
...
Revert "refactor: bank transaction (#38182 )"
This reverts commit a4b5fc8100 .
2023-12-10 16:29:27 +05:30
mergify[bot]
29cd474f44
fix(ux): don't update qty blindly (backport #38608 ) ( #38638 )
...
fix(ux): don't update qty blindly
(cherry picked from commit 0156339f34 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-12-08 17:59:46 +05:30
Anand Baburajan
008400d287
fix: calc monthly_repayment_amount correctly in regenerate_repayment_schedule ( #38636 )
2023-12-08 16:34:29 +05:30
Shariq Ansari
4b9d9c0df4
Merge pull request #38626 from frappe/mergify/bp/version-14-hotfix/pr-38623
...
fix: format only if searched text contain link value text (backport #38623 )
2023-12-07 20:51:16 +05:30
Shariq Ansari
b28deaae2c
fix: format only if searched text contain link value text
...
(cherry picked from commit 08ed3cd313 )
2023-12-07 15:17:48 +00:00
Ankush Menat
4e6b8ead8f
chore: remove unused cache=True
...
(cherry picked from commit 6a47a2ceaf )
2023-12-06 20:55:35 +05:30
mergify[bot]
c2a137f0fb
feat: add employee number to client user bootinfo (backport #38477 ) ( #38602 )
...
feat: add employee number to client user bootinfo (#38477 )
(cherry picked from commit 525f656cc1 )
Co-authored-by: Richard Case <110036763+casesolved-co-uk@users.noreply.github.com >
2023-12-06 20:55:06 +05:30
Deepesh Garg
f6fcb7ee26
Merge pull request #38571 from frappe/mergify/bp/version-14-hotfix/pr-38556
...
fix(minor): financial statements period end date (#38556 )
2023-12-06 13:45:45 +05:30
Frappe PR Bot
973d06d96f
chore(release): Bumped to Version 14.53.0
...
# [14.53.0](https://github.com/frappe/erpnext/compare/v14.52.1...v14.53.0 ) (2023-12-05)
### Bug Fixes
* `OperationalError` while selecting Serial No in `Warranty Claim` (backport [#38394 ](https://github.com/frappe/erpnext/issues/38394 )) ([#38413 ](https://github.com/frappe/erpnext/issues/38413 )) ([49296cd ](49296cd5cb ))
* better overlap logic for job card (backport [#38432 ](https://github.com/frappe/erpnext/issues/38432 )) ([#38521 ](https://github.com/frappe/erpnext/issues/38521 )) ([6db63c9 ](6db63c971e ))
* consider the `Valuation Method` while picking incorrect SLE (backport [#38592 ](https://github.com/frappe/erpnext/issues/38592 )) ([#38594 ](https://github.com/frappe/erpnext/issues/38594 )) ([01b2a1f ](01b2a1ffeb ))
* debit credit mismatch in multi-currecy asset purchase receipt ([#38342 ](https://github.com/frappe/erpnext/issues/38342 )) ([fd6a23c ](fd6a23cf41 ))
* don't consider cancelled entries ([#38401 ](https://github.com/frappe/erpnext/issues/38401 )) ([9345334 ](9345334196 ))
* don't show non-stock items in Stock Analytics report (backport [#38543 ](https://github.com/frappe/erpnext/issues/38543 )) ([#38544 ](https://github.com/frappe/erpnext/issues/38544 )) ([2e333e6 ](2e333e6802 ))
* don't update previous doc on rate change (backport [#38493 ](https://github.com/frappe/erpnext/issues/38493 )) ([#38523 ](https://github.com/frappe/erpnext/issues/38523 )) ([b88c7d6 ](b88c7d63de ))
* exclude `invoice_doctypes` from party advance ([1042d4c ](1042d4cfeb ))
* exploded items in Subcontracting Receipt (backport [#38441 ](https://github.com/frappe/erpnext/issues/38441 )) ([#38444 ](https://github.com/frappe/erpnext/issues/38444 )) ([2908d96 ](2908d966b6 ))
* get dynamic link with parenttype contact ([12d3cda ](12d3cda2d9 ))
* incorrect customer outstanding amount ([#38475 ](https://github.com/frappe/erpnext/issues/38475 )) ([c07723d ](c07723d49d ))
* incorrect material request quantity in Production Plan (backport [#38566 ](https://github.com/frappe/erpnext/issues/38566 )) ([#38578 ](https://github.com/frappe/erpnext/issues/38578 )) ([70965ef ](70965efd94 ))
* incorrect ordered qty for Subcontracting Order ([#38415 ](https://github.com/frappe/erpnext/issues/38415 )) ([8e37087 ](8e370876cc ))
* incorrect requested quantity for the subcontracting order (backport [#38455 ](https://github.com/frappe/erpnext/issues/38455 )) ([#38471 ](https://github.com/frappe/erpnext/issues/38471 )) ([497049b ](497049b3fd ))
* item group filter in sales person wise report ([eee9062 ](eee9062814 ))
* make create button translatable ([#38165 ](https://github.com/frappe/erpnext/issues/38165 )) ([c71b31e ](c71b31e3b8 ))
* no fstring in translation ([#38381 ](https://github.com/frappe/erpnext/issues/38381 )) ([cec2574 ](cec25740ea ))
* **pe:** show split alert only on splitting ([8d6d74c ](8d6d74c237 ))
* **regional:** use net figures for sales calc ([#38260 ](https://github.com/frappe/erpnext/issues/38260 )) ([d337533 ](d337533907 ))
* remove hardcoded, implicit rounding loss allowance ([419943a ](419943a9d9 ))
* set cwip account before asset tests ([ecde1d5 ](ecde1d58b5 ))
* show item name as title instead of item group in BOM (backport [#38478 ](https://github.com/frappe/erpnext/issues/38478 )) ([#38480 ](https://github.com/frappe/erpnext/issues/38480 )) ([0df52d2 ](0df52d2c4f ))
* SO ordered qty on PO item removal ([#38378 ](https://github.com/frappe/erpnext/issues/38378 )) ([b7fe163 ](b7fe163de5 ))
* sql error while filtering on finance book in GL ([25ec1fc ](25ec1fce61 ))
* unset discount amount based on coupon code ([7fa97fa ](7fa97fa7b5 ))
* use `docstatus` instead of `status` (backport [#38439 ](https://github.com/frappe/erpnext/issues/38439 )) ([#38442 ](https://github.com/frappe/erpnext/issues/38442 )) ([2dc4b02 ](2dc4b02fc8 ))
* use predefined onload property `load_after_mapping` (backport [#38209 ](https://github.com/frappe/erpnext/issues/38209 )) ([#38518 ](https://github.com/frappe/erpnext/issues/38518 )) ([9f23b7e ](9f23b7e46f ))
* **ux:** make valuation field read only when it can't be modified (backport [#38450 ](https://github.com/frappe/erpnext/issues/38450 )) ([#38463 ](https://github.com/frappe/erpnext/issues/38463 )) ([bec7fb5 ](bec7fb5493 ))
* validate finance_books table length in asset ([#38584 ](https://github.com/frappe/erpnext/issues/38584 )) ([14b908f ](14b908f8ab ))
### Features
* `Company` filter in `Stock Ledger Variance` report (backport [#38553 ](https://github.com/frappe/erpnext/issues/38553 )) ([#38573 ](https://github.com/frappe/erpnext/issues/38573 )) ([6c89f35 ](6c89f351f4 ))
* shift depreciation for assets [v14] [backport of [#38327 ](https://github.com/frappe/erpnext/issues/38327 )] ([#38404 ](https://github.com/frappe/erpnext/issues/38404 )) ([d8c3935 ](d8c3935e64 ))
2023-12-05 17:17:12 +00:00
Deepesh Garg
37bf57cf75
Merge pull request #38589 from frappe/version-14-hotfix
...
chore: release v14
2023-12-05 22:45:16 +05:30
Deepesh Garg
8d4c38f6b9
Merge branch 'version-14' into version-14-hotfix
2023-12-05 22:01:50 +05:30
mergify[bot]
01b2a1ffeb
fix: consider the Valuation Method while picking incorrect SLE (backport #38592 ) ( #38594 )
...
* fix: incorrect SLE for `Moving Average` valuation method
(cherry picked from commit 8beec58670 )
* feat: add `Valuation Method` column in `Stock Ledger Variance` report
(cherry picked from commit 16c297c2ec )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-12-05 18:13:59 +05:30
ruthra kumar
b858d1ceeb
Merge pull request #38585 from frappe/mergify/bp/version-14-hotfix/pr-38580
...
fix: sql error while filtering on finance book in GL (backport #38580 )
2023-12-05 15:07:07 +05:30
Sherin KR
14b908f8ab
fix: validate finance_books table length in asset ( #38584 )
2023-12-05 14:44:59 +05:30
ruthra kumar
25ec1fce61
fix: sql error while filtering on finance book in GL
...
(cherry picked from commit b1d9f3132d )
2023-12-05 09:11:39 +00:00
mergify[bot]
70965efd94
fix: incorrect material request quantity in Production Plan (backport #38566 ) ( #38578 )
...
fix: incorrect material request quantity in Production Plan (#38566 )
(cherry picked from commit aaa9036eca )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-12-05 14:24:54 +05:30
Karol Walczysko
9f43e9e668
Fix: Asset JS fieldname depreciation_schedule to schedules in make_schedules_editable function. ( #38583 )
...
Fix fieldname depreciation_schedule to schedules
Renames the depreciation_schedule fieldname to schedules in the make_schedules_editable function.
2023-12-05 14:22:23 +05:30
ruthra kumar
47ef075759
Merge pull request #38576 from frappe/mergify/bp/version-14-hotfix/pr-38570
...
refactor: ignore unreconcile doc on PI cancel/delete (backport #38570 )
2023-12-05 13:52:22 +05:30
ruthra kumar
4544727654
refactor: ingore on JE cancel as well
...
(cherry picked from commit 1a5d56977e )
2023-12-05 13:32:10 +05:30
mergify[bot]
6c89f351f4
feat: Company filter in Stock Ledger Variance report (backport #38553 ) ( #38573 )
...
feat: `Company` filter in `Stock Ledger Variance` report
(cherry picked from commit fb3421fcce )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-12-05 12:33:14 +05:30
ruthra kumar
35c06fabc5
refactor: ignore unreconcile doc on PI cancel/delete
...
(cherry picked from commit 4ca84eadb6 )
2023-12-05 06:34:13 +00:00
Gursheen Anand
cbe15e159a
fix: limit end date to current date
...
(cherry picked from commit ab6e92aae1 )
2023-12-05 05:54:12 +00:00
Shariq Ansari
3411814ee3
Merge pull request #38563 from frappe/mergify/bp/version-14-hotfix/pr-38562
...
fix: get dynamic link with parenttype contact (backport #38562 )
2023-12-04 19:22:28 +05:30
Shariq Ansari
12d3cda2d9
fix: get dynamic link with parenttype contact
...
(cherry picked from commit 3d7ad71b22 )
2023-12-04 13:51:13 +00:00
ruthra kumar
efc6a8a044
Merge pull request #38546 from frappe/mergify/bp/version-14-hotfix/pr-38283
...
chore: move reconciliation cleanup patch to pre-model sync (backport #38283 )
2023-12-04 14:33:44 +05:30
ruthra kumar
0d913a6401
Merge pull request #38549 from frappe/mergify/bp/version-14-hotfix/pr-38475
...
fix: incorrect customer outstanding amount (backport #38475 )
2023-12-04 13:58:16 +05:30
ruthra kumar
2e3a860a46
chore: resolve conflict
2023-12-04 13:43:41 +05:30
NIYAZ RAZAK
c07723d49d
fix: incorrect customer outstanding amount ( #38475 )
...
* fix: incorrect customer outstanding amount
* chore: resolve linting error
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
---------
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
(cherry picked from commit 3df1d75bdd )
2023-12-04 08:10:42 +00:00
ruthra kumar
7551ba3851
chore: move reconciliation cleanup patch to pre-model
...
(cherry picked from commit f258ab5e98 )
# Conflicts:
# erpnext/patches.txt
2023-12-04 07:33:38 +00:00
ruthra kumar
67f149ee06
Merge pull request #38541 from frappe/mergify/bp/version-14-hotfix/pr-38148
...
refactor: convert Payment Reconciliation to virtual doctype (backport #38148 )
2023-12-04 13:01:49 +05:30
ruthra kumar
d27e588672
chore: resolve conflicts
2023-12-04 12:21:19 +05:30
mergify[bot]
2e333e6802
fix: don't show non-stock items in Stock Analytics report (backport #38543 ) ( #38544 )
...
* fix(ux): stock-item filter for Item Code field
(cherry picked from commit ccdcb7dfcc )
* fix: don't show non-stock items in Stock Analytics report
(cherry picked from commit 01aadbef85 )
* fix: `linter`
(cherry picked from commit 15fff84bb5 )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-12-04 12:18:31 +05:30
ruthra kumar
59773acdd2
chore: clear singles table and reconciliation related tables
...
(cherry picked from commit f31002636b )
# Conflicts:
# erpnext/patches.txt
2023-12-04 06:31:05 +00:00
ruthra kumar
454d789232
chore: remove reconciliation defaults from patch
...
(cherry picked from commit b5dd0c8630 )
# Conflicts:
# erpnext/patches.txt
2023-12-04 06:31:04 +00:00
ruthra kumar
c349c89ae3
refactor: virtual doctype methods
...
(cherry picked from commit 9c7b19e0b7 )
2023-12-04 06:31:04 +00:00
ruthra kumar
36dc7bd55e
refactor: convert payment reconciliation tool to virtual doctype
...
(cherry picked from commit 3a51a3f37e )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.json
2023-12-04 06:31:03 +00:00
ruthra kumar
5a8bf7bf7d
Merge pull request #38539 from frappe/mergify/bp/version-14-hotfix/pr-38220
...
fix: exclude `invoice_doctypes` from party advance (backport #38220 )
2023-12-04 11:19:24 +05:30
Dany Robert
1042d4cfeb
fix: exclude invoice_doctypes from party advance
...
(cherry picked from commit f34ffc2062 )
2023-12-04 05:31:28 +00:00
mergify[bot]
9f23b7e46f
fix: use predefined onload property load_after_mapping (backport #38209 ) ( #38518 )
...
Co-authored-by: Sagar Vora <sagar@resilient.tech >
fix: use predefined onload property `load_after_mapping` (#38209 )
2023-12-04 09:52:16 +05:30
mergify[bot]
b7fe163de5
fix: SO ordered qty on PO item removal ( #38378 )
...
* fix: SO ordered qty on PO item removal (#38378 )
* fix: update ordered_qty for SO when PO items removed
* refactor: use cached value
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 9087e1443e )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.py
* chore: resolve conflicts
---------
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
2023-12-04 09:35:51 +05:30
ruthra kumar
8c9f4c8700
Merge pull request #38527 from frappe/mergify/bp/version-14-hotfix/pr-38525
...
fix: multiple minor fixes in report and Exchange Rate Revaluation (backport #38525 )
2023-12-03 17:04:10 +05:30
ruthra kumar
419943a9d9
fix: remove hardcoded, implicit rounding loss allowance
...
(cherry picked from commit 64266c4d38 )
2023-12-03 11:14:13 +00:00
ruthra kumar
eee9062814
fix: item group filter in sales person wise report
...
(cherry picked from commit f4d418ea6d )
2023-12-03 11:14:12 +00:00
mergify[bot]
6db63c971e
fix: better overlap logic for job card (backport #38432 ) ( #38521 )
...
* fix: better overlap logic for job card (#38432 )
(cherry picked from commit 74eab91042 )
# Conflicts:
# erpnext/manufacturing/doctype/job_card/job_card.py
* chore: fix conflicts
* chore: fixed existing_time_logs not defined
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-12-03 15:15:30 +05:30
mergify[bot]
b88c7d63de
fix: don't update previous doc on rate change (backport #38493 ) ( #38523 )
...
fix: don't update previous doc on rate change
(cherry picked from commit 68f5dd3e7b )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-12-03 14:02:59 +05:30
mergify[bot]
9345334196
fix: don't consider cancelled entries ( #38401 )
...
* fix: don't consider cancelled entries
(cherry picked from commit adfcdb3b65 )
* refactor: get outstanding journal entry using query builder
(cherry picked from commit ff27cccff4 )
---------
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com >
2023-12-02 20:06:48 +05:30
Deepesh Garg
ae285f3417
Merge pull request #38422 from frappe/mergify/bp/version-14-hotfix/pr-38250
...
fix: unset discount amount based on coupon code (#38250 )
2023-12-02 19:42:24 +05:30
mergify[bot]
b813964ee3
chore: changed sort_order to DESC for customer (backport #38498 ) ( #38500 )
...
chore: changed sort_order to DESC for customer (#38498 )
(cherry picked from commit 6bc40373f2 )
Co-authored-by: Sherin KR <sherinkrply@gmail.com >
2023-12-01 19:09:20 +05:30
ruthra kumar
3f311fcc1e
Merge pull request #38485 from frappe/mergify/bp/version-14-hotfix/pr-38440
...
fix(pe): show split alert only on splitting (backport #38440 )
2023-12-01 13:25:47 +05:30
Dany Robert
8d6d74c237
fix(pe): show split alert only on splitting
...
(cherry picked from commit 96b13c59c1 )
2023-12-01 07:10:29 +00:00
mergify[bot]
0df52d2c4f
fix: show item name as title instead of item group in BOM (backport #38478 ) ( #38480 )
...
fix: show item name as title instead of item group in BOM (#38478 )
Item fields in BOM used to show Item Group when Items were set to show title as link fields. Now they show Item Name instead
(cherry picked from commit 3a66aefd2c )
Co-authored-by: Gughan Ravikumar <gughanrk@gmail.com >
2023-12-01 11:32:49 +05:30
mergify[bot]
497049b3fd
fix: incorrect requested quantity for the subcontracting order (backport #38455 ) ( #38471 )
...
* fix: incorrect requested quantity for the subcontracting order
(cherry picked from commit 691e3bb24f )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.py
# erpnext/subcontracting/doctype/subcontracting_order/subcontracting_order.py
# erpnext/subcontracting/doctype/subcontracting_order_item/subcontracting_order_item.json
# erpnext/subcontracting/doctype/subcontracting_order_service_item/subcontracting_order_service_item.json
* chore: fix conflicts
* chore: fix conflicts
* chore: fix conflicts
* chore: fix conflicts
---------
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2023-11-30 20:53:52 +05:30
mergify[bot]
bec7fb5493
fix(ux): make valuation field read only when it can't be modified (backport #38450 ) ( #38463 )
...
* fix(ux): make `basic_rate` field read-only based on purpose
(cherry picked from commit abc7d30024 )
* fix(ux): make PR `rate` field read-only having PO ref
(cherry picked from commit ae294ee470 )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.json
* fix(ux): make PI `rate` field read-only having PR ref
(cherry picked from commit 3d4156cc7d )
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-30 17:32:58 +05:30
Frappe PR Bot
7b6f25cb9e
chore(release): Bumped to Version 14.52.1
...
## [14.52.1](https://github.com/frappe/erpnext/compare/v14.52.0...v14.52.1 ) (2023-11-30)
### Bug Fixes
* use flt on outstanding on AR/AP summary report ([161b0da ](161b0da29a ))
2023-11-30 11:36:02 +00:00
ruthra kumar
865288976c
Merge pull request #38459 from frappe/mergify/bp/version-14/pr-38457
...
fix: use flt on outstanding on AR/AP summary report (backport #38457 )
2023-11-30 17:04:42 +05:30
ruthra kumar
00347cdc8e
Merge pull request #38460 from frappe/mergify/bp/version-14-hotfix/pr-38457
...
refactor: use flt on outstanding on AR/AP summary report (backport #38457 )
2023-11-30 16:52:15 +05:30
ruthra kumar
161b0da29a
fix: use flt on outstanding on AR/AP summary report
...
(cherry picked from commit e4bdd3a28d )
2023-11-30 16:43:58 +05:30
ruthra kumar
b7556f9b30
refactor: use flt on outstanding on AR/AP summary report
...
(cherry picked from commit e4bdd3a28d )
2023-11-30 16:28:13 +05:30
Gursheen Kaur Anand
2b570ed68c
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-38250
2023-11-30 14:15:12 +05:30
ruthra kumar
d82a123cf8
Merge pull request #38447 from frappe/mergify/bp/version-14-hotfix/pr-38446
...
refactor: pass on filter to up front outstanding query as well (backport #38446 )
2023-11-30 13:18:43 +05:30
ruthra kumar
e8ea6022f0
refactor: pass on filter to upfront outstanding query as well
...
(cherry picked from commit cfd3230c75 )
2023-11-30 07:26:29 +00:00
mergify[bot]
2908d966b6
fix: exploded items in Subcontracting Receipt (backport #38441 ) ( #38444 )
...
* fix: exploded items in Subcontracting Receipt
(cherry picked from commit 62b4a263f8 )
# Conflicts:
# erpnext/subcontracting/doctype/subcontracting_receipt_item/subcontracting_receipt_item.json
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-30 12:15:52 +05:30
mergify[bot]
2dc4b02fc8
fix: use docstatus instead of status (backport #38439 ) ( #38442 )
...
fix: use `docstatus` instead of `status`
(cherry picked from commit 1423b38d50 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-30 12:11:53 +05:30
Deepesh Garg
f9f65a53fb
Merge pull request #38430 from frappe/mergify/bp/version-14-hotfix/pr-38429
...
fix(minor): set capital WIP account before asset tests (#38429 )
2023-11-30 08:14:58 +05:30
Gursheen Anand
ecde1d58b5
fix: set cwip account before asset tests
...
(cherry picked from commit ef8e4191cd )
2023-11-29 13:21:46 +00:00
Gursheen Anand
7fa97fa7b5
fix: unset discount amount based on coupon code
...
(cherry picked from commit 6518582ed3 )
# Conflicts:
# erpnext/public/js/utils/sales_common.js
2023-11-29 10:25:18 +00:00
rohitwaghchaure
72db68dd39
Merge pull request #38410 from frappe/mergify/bp/version-14-hotfix/pr-38165
...
fix: make create button translatable (backport #38165 )
2023-11-29 13:04:34 +05:30
rohitwaghchaure
d0224cecac
Merge pull request #38418 from frappe/mergify/bp/version-14-hotfix/pr-38415
...
fix: incorrect ordered qty for Subcontracting Order (backport #38415 )
2023-11-29 13:03:04 +05:30
mergify[bot]
49296cd5cb
fix: OperationalError while selecting Serial No in Warranty Claim (backport #38394 ) ( #38413 )
...
* refactor: use arrow function
(cherry picked from commit 1763824e5f )
* refactor: use DocType `Fetch From` instead of `frm.add_fetch`
(cherry picked from commit 01044ca8e9 )
# Conflicts:
# erpnext/support/doctype/warranty_claim/warranty_claim.json
* refactor: use `frm.set_query` to add filters
(cherry picked from commit 640dfab827 )
* refactor: don't use `cur_frm`
(cherry picked from commit 9fadf5f426 )
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-29 12:27:03 +05:30
s-aga-r
55e4951445
chore: conflicts
2023-11-29 12:25:16 +05:30
rohitwaghchaure
8e370876cc
fix: incorrect ordered qty for Subcontracting Order ( #38415 )
...
(cherry picked from commit fddf341f44 )
# Conflicts:
# erpnext/controllers/tests/test_subcontracting_controller.py
2023-11-29 06:52:34 +00:00
Patrick Eissler
c71b31e3b8
fix: make create button translatable ( #38165 )
...
* fix: make all create buttons translatable
* style: use double quotes
---------
Co-authored-by: PatrickDenis-stack <77415730+PatrickDenis-stack@users.noreply.github.com >
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
(cherry picked from commit 8e4b591ea2 )
2023-11-29 04:53:26 +00:00
Deepesh Garg
44b11750d3
chore: v14 patch release ( #38408 )
...
* feat: shift depreciation for assets [v14] [backport of #38327 ] (#38404 )
feat: shift depreciation for assets
* fix: no fstring in translation (#38381 )
fix: no fstring in translation (#38381 )
(cherry picked from commit 8f00481c5f )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
* fix: debit credit mismatch in multi-currecy asset purchase receipt (#38342 )
fix: debit credit mismatch in multi-currecy asset purchase receipt (#38342 )
* fix: Debit credit mimatch in multicurrecy asset purchase receipt
* test: multi currency purchase receipt
* chore: update init files
* test: roolback
(cherry picked from commit add238c892 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
* fix(regional): use net figures for sales calc (#38260 )
fix(regional): use net figures for sales calc (#38260 )
(cherry picked from commit 663bb8726c )
Co-authored-by: Dany Robert <danyrt@wahni.com >
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
Co-authored-by: Dany Robert <danyrt@wahni.com >
2023-11-29 10:20:53 +05:30
mergify[bot]
d337533907
fix(regional): use net figures for sales calc ( #38260 )
...
fix(regional): use net figures for sales calc (#38260 )
(cherry picked from commit 663bb8726c )
Co-authored-by: Dany Robert <danyrt@wahni.com >
2023-11-29 09:09:08 +05:30
mergify[bot]
fd6a23cf41
fix: debit credit mismatch in multi-currecy asset purchase receipt ( #38342 )
...
fix: debit credit mismatch in multi-currecy asset purchase receipt (#38342 )
* fix: Debit credit mimatch in multicurrecy asset purchase receipt
* test: multi currency purchase receipt
* chore: update init files
* test: roolback
(cherry picked from commit add238c892 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-11-29 09:07:42 +05:30
mergify[bot]
cec25740ea
fix: no fstring in translation ( #38381 )
...
fix: no fstring in translation (#38381 )
(cherry picked from commit 8f00481c5f )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-11-29 09:06:04 +05:30
Frappe PR Bot
9170ffc371
chore(release): Bumped to Version 14.52.0
...
# [14.52.0](https://github.com/frappe/erpnext/compare/v14.51.0...v14.52.0 ) (2023-11-29)
### Features
* shift depreciation for assets [v14] [backport of [#38327 ](https://github.com/frappe/erpnext/issues/38327 )] ([#38404 ](https://github.com/frappe/erpnext/issues/38404 )) ([53d083a ](53d083a121 ))
2023-11-29 00:48:28 +00:00
Anand Baburajan
6c805fff15
Merge pull request #38405 from frappe/mergify/bp/version-14/pr-38404
...
feat: shift depreciation for assets [v14] [backport of #38327 ] (backport #38404 )
2023-11-29 06:16:47 +05:30
Anand Baburajan
53d083a121
feat: shift depreciation for assets [v14] [backport of #38327 ] ( #38404 )
...
feat: shift depreciation for assets
(cherry picked from commit d8c3935e64 )
2023-11-29 00:46:14 +00:00
Anand Baburajan
d8c3935e64
feat: shift depreciation for assets [v14] [backport of #38327 ] ( #38404 )
...
feat: shift depreciation for assets
2023-11-29 06:15:22 +05:30
Frappe PR Bot
47d37aa628
chore(release): Bumped to Version 14.51.0
...
# [14.51.0](https://github.com/frappe/erpnext/compare/v14.50.0...v14.51.0 ) (2023-11-28)
### Bug Fixes
* Alert message and make sure invoice due dates are different for effective test ([0813f02 ](0813f02ca5 ))
* allow on submit for child table fields ([d72fbe9 ](d72fbe9125 ))
* annual income and expenses in digest ([7dce68b ](7dce68bdcc ))
* check reposting settings before allowing editable si ([f777d24 ](f777d24679 ))
* condition in other bundle utils ([e96ef73 ](e96ef7338e ))
* create contact if existing customer doesn't have contact ([bb2aa90 ](bb2aa904b2 ))
* do not set repost flag without validating voucher ([3ad6d08 ](3ad6d0890a ))
* filter bundle items based on disabled check ([8a3a068 ](8a3a0688ba ))
* fiscal year using future date ([b0aa4ef ](b0aa4efd3d ))
* has_product_bundle util to only check for enabled bundles ([fd19ac5 ](fd19ac55e3 ))
* job card overlap validation (backport [#38345 ](https://github.com/frappe/erpnext/issues/38345 )) ([#38347 ](https://github.com/frappe/erpnext/issues/38347 )) ([9cf8955 ](9cf8955d24 ))
* Merge conflicts ([e7183e3 ](e7183e3ea9 ))
* Negative Qty and Rates in SO/PO ([#38253 ](https://github.com/frappe/erpnext/issues/38253 )) ([50f3b01 ](50f3b01eb7 ))
* Payment Reco Issue and chart of account importer ([730a3bb ](730a3bb7ce ))
* Re-add no.of rows split in alert message ([fb19e7f ](fb19e7f15e ))
* **regional:** item wise tax calc issue ([0448d56 ](0448d56a4f ))
* Server Error while creating Product Bundle (backport [#38377 ](https://github.com/frappe/erpnext/issues/38377 )) ([#38379 ](https://github.com/frappe/erpnext/issues/38379 )) ([ca6a788 ](ca6a78882c ))
* skip disabled bundles for non-report utils ([445e9c9 ](445e9c9041 ))
* skip fixed assets in parent ([5dcd806 ](5dcd806176 ))
* stock availability not showing ([#38382 ](https://github.com/frappe/erpnext/issues/38382 )) ([3929cc3 ](3929cc30ca ))
* validation for existing bundles ([ae960e7 ](ae960e735a ))
### Features
* add disabled field in product bundle ([8d5efc9 ](8d5efc901d ))
* new Report "Lost Quotations" ([#38309 ](https://github.com/frappe/erpnext/issues/38309 )) ([1773e31 ](1773e31499 ))
2023-11-28 16:24:55 +00:00
rohitwaghchaure
6260241c55
Merge pull request #38384 from frappe/version-14-hotfix
...
chore: release v14
2023-11-28 21:53:33 +05:30
Shariq Ansari
6871331ff3
Merge pull request #38399 from frappe/mergify/bp/version-14-hotfix/pr-38398
...
fix(CRM): create contact if existing customer doesn't have contact (backport #38398 )
2023-11-28 20:45:08 +05:30
Shariq Ansari
bb2aa904b2
fix: create contact if existing customer doesn't have contact
...
(cherry picked from commit 23b0b8ba36 )
2023-11-28 14:19:59 +00:00
mergify[bot]
e490bd7785
refactor(Translations): prisoner exchange with HRMS (backport #37376 ) ( #37403 )
...
* refactor: migrate translations to HRMS
* chore: resolve conflicts
* style: remove whitespace
To make the linter happy
---------
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
2023-11-28 17:50:28 +05:30
mergify[bot]
ca6a78882c
fix: Server Error while creating Product Bundle (backport #38377 ) ( #38379 )
...
* fix: product bundle search input
(cherry picked from commit 729fc738af )
* fix: don't select all fields
(cherry picked from commit 8c3713b649 )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-28 15:26:36 +05:30
Raffael Meyer
321ac4c5f0
style: remove whitespace ( #38388 )
...
To make the linter happy
2023-11-28 15:22:35 +05:30
rohitwaghchaure
3929cc30ca
fix: stock availability not showing ( #38382 )
...
fix: stock availability now showing
2023-11-28 15:16:35 +05:30
mergify[bot]
25f67923ea
chore: fix flaky test case (backport #38369 ) ( #38372 )
...
chore: fix flaky test case (#38369 )
(cherry picked from commit ad3634be7c )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-11-28 08:36:46 +05:30
ruthra kumar
5dc7faba0c
Merge pull request #38358 from frappe/mergify/bp/version-14-hotfix/pr-38354
...
refactor: handle rounding loss on AR/AP reports (backport #38354 )
2023-11-27 12:16:27 +05:30
ruthra kumar
2aa9171027
refactor: handle rounding loss on AR/AP reports
...
(cherry picked from commit 592ce45da7 )
2023-11-27 06:22:44 +00:00
mergify[bot]
730a3bb7ce
fix: Payment Reco Issue and chart of account importer
...
fix: Payment Reco Issue and chart of account importer
2023-11-27 10:30:46 +05:30
ruthra kumar
e9a2b002d8
Merge pull request #38355 from frappe/mergify/bp/version-14-hotfix/pr-38081
...
fix: check reposting ledger settings before setting repost flag (backport #38081 )
2023-11-27 09:28:59 +05:30
ruthra kumar
faf025454f
chore: resolve conflict
2023-11-27 09:08:23 +05:30
Marica
50f3b01eb7
fix: Negative Qty and Rates in SO/PO ( #38253 )
...
* fix: Don't allow negative qty in SO/PO
* fix: Type casting for safe comparisons
* fix: Grammar in error message
* fix: Negative rates should be allowed via Update Items in SO/PO
* fix: Use `non_negative` property in docfield & emove code validation
2023-11-27 09:06:27 +05:30
Gursheen Anand
f777d24679
fix: check reposting settings before allowing editable si
...
(cherry picked from commit 894ae1fe0f )
2023-11-27 03:35:38 +00:00
Gursheen Anand
d72fbe9125
fix: allow on submit for child table fields
...
(cherry picked from commit 5fae2f6d57 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json
2023-11-27 03:35:37 +00:00
Gursheen Anand
3ad6d0890a
fix: do not set repost flag without validating voucher
...
(cherry picked from commit ad5edbb1de )
2023-11-27 03:35:37 +00:00
Gursheen Anand
776c884403
refactor: validate reposting settings for editables inv
...
(cherry picked from commit 780b827adc )
2023-11-27 03:35:37 +00:00
mergify[bot]
a4b5fc8100
refactor: bank transaction ( #38182 )
...
refactor: bank transaction (#38182 )
(cherry picked from commit 5426b93387 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-11-26 18:58:04 +05:30
Deepesh Garg
b0547b5619
Merge pull request #38074 from frappe/mergify/bp/version-14-hotfix/pr-37859
...
fix: `split_invoices_based_on_payment_terms` (#37859 )
2023-11-26 18:15:11 +05:30
mergify[bot]
9cf8955d24
fix: job card overlap validation (backport #38345 ) ( #38347 )
...
* fix: job card overlap validation (#38345 )
(cherry picked from commit d8245cef72 )
# Conflicts:
# erpnext/manufacturing/doctype/job_card/job_card.py
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-11-26 17:44:02 +05:30
Deepesh Garg
f7c820ffad
Merge pull request #38331 from frappe/mergify/bp/version-14-hotfix/pr-38309
...
feat: new Report "Lost Quotations" (#38309 )
2023-11-25 17:36:27 +05:30
Raffael Meyer
1773e31499
feat: new Report "Lost Quotations" ( #38309 )
...
(cherry picked from commit 477d9fa87e )
2023-11-24 21:27:50 +00:00
Deepesh Garg
466d0849e8
Merge pull request #38313 from frappe/mergify/bp/version-14-hotfix/pr-36797
...
fix(regional): item wise tax calc issue (#36797 )
2023-11-24 16:31:03 +05:30
Deepesh Garg
28b6afcb10
Merge pull request #38315 from frappe/mergify/bp/version-14-hotfix/pr-38269
...
fix: skip fixed assets in product bundle (#38269 )
2023-11-24 16:30:05 +05:30
Deepesh Garg
bdde30a456
Merge pull request #38324 from frappe/mergify/bp/version-14-hotfix/pr-38273
...
fix: annual income and expenses in email digest (#38273 )
2023-11-24 16:29:16 +05:30
Gursheen Kaur Anand
aea169d4d4
chore: resolve conflicts
2023-11-24 15:30:19 +05:30
Gursheen Anand
b0aa4efd3d
fix: fiscal year using future date
...
(cherry picked from commit 728cc9f725 )
2023-11-24 09:51:29 +00:00
Gursheen Anand
7dce68bdcc
fix: annual income and expenses in digest
...
(cherry picked from commit 52305e3000 )
# Conflicts:
# erpnext/accounts/utils.py
2023-11-24 09:51:29 +00:00
Frappe PR Bot
436ba6f244
chore(release): Bumped to Version 14.50.0
...
# [14.50.0](https://github.com/frappe/erpnext/compare/v14.49.0...v14.50.0 ) (2023-11-24)
### Bug Fixes
* don't depreciate non-depreciable assets on scrapping [v14] ([#38294 ](https://github.com/frappe/erpnext/issues/38294 )) ([5261aba ](5261aba81f ))
* partial cancel of gle and ple (backport [#35609 ](https://github.com/frappe/erpnext/issues/35609 )) ([80bc235 ](80bc235d6e ))
* patch - Duplicate entry quality inspection parameter (backport [#38262 ](https://github.com/frappe/erpnext/issues/38262 )) ([#38263 ](https://github.com/frappe/erpnext/issues/38263 )) ([756f08b ](756f08b9ba ))
* Supplier `Primary Contact` (backport [#38268 ](https://github.com/frappe/erpnext/issues/38268 )) ([#38285 ](https://github.com/frappe/erpnext/issues/38285 )) ([f170cb9 ](f170cb9214 ))
### Features
* add Bank Transaction to connections in Journal and Payment Entry ([#38297 ](https://github.com/frappe/erpnext/issues/38297 )) ([06c6da5 ](06c6da5c0d ))
### Performance Improvements
* optimize total_purchase_cost update ([a88d322 ](a88d322e4f ))
2023-11-24 08:47:31 +00:00
ruthra kumar
79ded4bf19
Merge pull request #38320 from ruthra-kumar/version-14
...
chore: release v14
2023-11-24 14:16:16 +05:30
ruthra kumar
5af23e760c
Merge branch 'version-14-hotfix' into version-14
2023-11-24 13:26:25 +05:30
ruthra kumar
7601861f21
Merge pull request #38318 from frappe/mergify/bp/version-14-hotfix/pr-38298
...
perf: optimize update_purchase_cost method (backport #38298 )
2023-11-24 12:20:57 +05:30
ruthra kumar
1d1af26f7a
chore: resolve conflict
2023-11-24 11:54:55 +05:30
ruthra kumar
47093bebd3
refactor: update project costing based on frequency
...
(cherry picked from commit dd016e6ced )
2023-11-24 06:20:04 +00:00
ruthra kumar
205d971253
refactor: make update_project_cost optional through Buying Settings
...
(cherry picked from commit 0fe6dcd742 )
2023-11-24 06:20:04 +00:00
ruthra kumar
49a787b1a8
refactor: provide UI button to recalculate when needed
...
(cherry picked from commit bcbe6c4a53 )
# Conflicts:
# erpnext/projects/doctype/project/project.py
2023-11-24 06:20:04 +00:00
ruthra kumar
a88d322e4f
perf: optimize total_purchase_cost update
...
(cherry picked from commit aa17110bde )
2023-11-24 06:20:02 +00:00
Deepesh Garg
dfdaad0111
Merge pull request #38300 from frappe/mergify/bp/version-14-hotfix/pr-38297
...
feat: add Bank Transaction to connections in Journal and Payment Entry (#38297 )
2023-11-24 10:06:59 +05:30
ruthra kumar
d80e8c6b15
Merge pull request #38311 from frappe/mergify/bp/version-14-hotfix/pr-38296
...
chore: index to speed up basic submit/cancel functions on purchase invoice (backport #38296 )
2023-11-24 10:04:59 +05:30
Gursheen Anand
d7d5317b0e
chore: linting issues
...
(cherry picked from commit 1657337887 )
2023-11-24 04:30:38 +00:00
Gursheen Anand
445e9c9041
fix: skip disabled bundles for non-report utils
...
(cherry picked from commit 362f377f61 )
2023-11-24 04:30:38 +00:00
Gursheen Anand
e96ef7338e
fix: condition in other bundle utils
...
(cherry picked from commit 8bdb61cb87 )
2023-11-24 04:30:38 +00:00
Gursheen Anand
ae960e735a
fix: validation for existing bundles
...
(cherry picked from commit 67f43d37df )
2023-11-24 04:30:38 +00:00
Gursheen Anand
fd19ac55e3
fix: has_product_bundle util to only check for enabled bundles
...
(cherry picked from commit 3543f86c63 )
2023-11-24 04:30:38 +00:00
Gursheen Anand
8a3a0688ba
fix: filter bundle items based on disabled check
...
(cherry picked from commit 874774fe6c )
2023-11-24 04:30:37 +00:00
Gursheen Anand
8d5efc901d
feat: add disabled field in product bundle
...
(cherry picked from commit ee76af7681 )
2023-11-24 04:30:37 +00:00
Gursheen Anand
5dcd806176
fix: skip fixed assets in parent
...
(cherry picked from commit f9713eeb56 )
2023-11-24 04:30:36 +00:00
Dany Robert
0448d56a4f
fix(regional): item wise tax calc issue
...
(cherry picked from commit 89ddf3272e )
2023-11-24 04:28:23 +00:00
ruthra kumar
f74132b0be
chore: speed up Purchase Invoice cancellation
...
(cherry picked from commit 1efff268b0 )
2023-11-24 04:16:22 +00:00
ruthra kumar
6353deacf0
chore: index to speed up queries on JE child table reference
...
(cherry picked from commit 24fcd67f8b )
2023-11-24 04:16:21 +00:00
mergify[bot]
756f08b9ba
fix: patch - Duplicate entry quality inspection parameter (backport #38262 ) ( #38263 )
...
fix: patch - Duplicate entry quality inspection parameter (#38262 )
(cherry picked from commit 0ca7527f7a )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-11-23 22:39:14 +05:30
Raffael Meyer
2293696ab4
chore: resolve conflicts
2023-11-23 15:10:29 +01:00
Raffael Meyer
06c6da5c0d
feat: add Bank Transaction to connections in Journal and Payment Entry ( #38297 )
...
* feat(Payment Entry): Bank Transaction connection
* feat(Journal Entry): Bank Transaction connection
(cherry picked from commit 3be345e605 )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.json
2023-11-23 13:03:38 +00:00
Anand Baburajan
5261aba81f
fix: don't depreciate non-depreciable assets on scrapping [v14] ( #38294 )
...
fix: don't depreciate non-depreciable assets on scrapping
2023-11-23 14:15:40 +05:30
mergify[bot]
f170cb9214
fix: Supplier Primary Contact (backport #38268 ) ( #38285 )
...
fix: Supplier `Primary Contact`
(cherry picked from commit 627165dc7c )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-23 11:45:57 +05:30
ruthra kumar
8055773425
Merge pull request #38281 from frappe/mergify/bp/version-14-hotfix/pr-38258
...
refactor: rename 'Unreconcile Payments' doctype to singular 'Unreconcile Payment' (backport #38258 )
2023-11-23 11:09:11 +05:30
ruthra kumar
82fa58d4e3
chore: update new unreconcile doctype name in JS and PY files
...
(cherry picked from commit 74f9e34182 )
2023-11-23 05:09:23 +00:00
ruthra kumar
57c6d616e6
chore: rename 'unreconcile payments' to 'unreconcile payment'
...
(cherry picked from commit 9006c9b747 )
2023-11-23 05:09:23 +00:00
ruthra kumar
639512a7c2
Merge pull request #38279 from frappe/mergify/bp/version-14-hotfix/pr-38257
...
refactor: optmize outstanding amount query (backport #38257 )
2023-11-23 10:16:11 +05:30
ruthra kumar
ac13e7362c
refactor: optimize outstanding vouchers query
...
(cherry picked from commit 8b04c1d4f6 )
2023-11-23 04:12:42 +00:00
Marica
1e7dfd3071
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-37859
2023-11-22 20:51:30 +05:30
marination
e7183e3ea9
fix: Merge conflicts
2023-11-22 16:16:37 +01:00
ruthra kumar
c4e57040b7
Merge pull request #38205 from vorasmit/partial-cancel
...
fix: partial cancel of gle and ple (backport #35609 )
2023-11-22 10:27:05 +05:30
Smit Vora
c1a7d614a2
test: partial cancel for gl entries reversal
2023-11-22 10:07:38 +05:30
Frappe PR Bot
7392f9c662
chore(release): Bumped to Version 14.49.0
...
# [14.49.0](https://github.com/frappe/erpnext/compare/v14.48.1...v14.49.0 ) (2023-11-22)
### Bug Fixes
* add revaluation journal filter in Payable report ([d0698b3 ](d0698b32bb ))
* attributes were mandatory for manufacturers ([430980a ](430980a836 ))
* duplicate field in `Closing Stock Balance` ([#38105 ](https://github.com/frappe/erpnext/issues/38105 )) ([1f16c47 ](1f16c47a2c ))
* incorrect incoming rate for serial and batch items in standalone debit note ([#38121 ](https://github.com/frappe/erpnext/issues/38121 )) ([9a34518 ](9a34518e54 ))
* pass check permission in render_address ([1ccd5e4 ](1ccd5e4ff5 ))
* payment entry rounding error ([49735bc ](49735bc120 ))
* remove ESS role when not mapped to employee (backport [#37867 ](https://github.com/frappe/erpnext/issues/37867 )) ([#38132 ](https://github.com/frappe/erpnext/issues/38132 )) ([bc01007 ](bc01007c16 ))
* round `unreconciled_amount` before asserting ([392ee2e ](392ee2e0fd ))
* set asset's valuation_rate according to asset quantity (backport [#38254 ](https://github.com/frappe/erpnext/issues/38254 )) ([#38255 ](https://github.com/frappe/erpnext/issues/38255 )) ([00def82 ](00def82843 ))
* set default asset quantity as 1 [v14] ([#38224 ](https://github.com/frappe/erpnext/issues/38224 )) ([3daf6f8 ](3daf6f822a ))
* show party values when naming by is not naming series ([dd76695 ](dd76695d3a ))
* Supplier Quotation fields ([#37963 ](https://github.com/frappe/erpnext/issues/37963 )) ([883eaee ](883eaee014 ))
* test case for rounded total with cash disc ([9b5185a ](9b5185adc9 ))
* **Timesheet:** reset billing hours equal to hours if they exceed actual hours (backport [#38134 ](https://github.com/frappe/erpnext/issues/38134 )) ([#38152 ](https://github.com/frappe/erpnext/issues/38152 )) ([c7c751e ](c7c751ecd0 ))
* **Timesheet:** warn user if billing hours > actual hours instead of resetting (backport [#38239 ](https://github.com/frappe/erpnext/issues/38239 )) ([#38240 ](https://github.com/frappe/erpnext/issues/38240 )) ([e08f114 ](e08f1145c9 ))
* update modified timestamp ([2849e0d ](2849e0daed ))
* valuation rate in report Item Prices ([#38161 ](https://github.com/frappe/erpnext/issues/38161 )) ([a70696e ](a70696ea77 ))
* wrong round off and rounded total ([296433a ](296433a1dd ))
### Features
* add `Supplier Delivery Note` field in SCR (backport [#38127 ](https://github.com/frappe/erpnext/issues/38127 )) ([#38155 ](https://github.com/frappe/erpnext/issues/38155 )) ([8d4a19c ](8d4a19cecf ))
* Add accounting dimensions to Supplier Quotation ([51e33e1 ](51e33e1556 ))
* virtual parent doctype ([8dbf2ce ](8dbf2ced79 ))
2023-11-22 04:16:31 +00:00
Deepesh Garg
aa6ef76043
Merge pull request #38247 from frappe/version-14-hotfix
...
chore: release v14
2023-11-22 09:43:45 +05:30
Deepesh Garg
f6f5ff0be9
Merge branch 'version-14' into version-14-hotfix
2023-11-22 00:28:38 +05:30
mergify[bot]
00def82843
fix: set asset's valuation_rate according to asset quantity (backport #38254 ) ( #38255 )
...
fix: set asset's valuation_rate according to asset quantity (#38254 )
(cherry picked from commit e2bb4e2baa )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-11-21 22:53:31 +05:30
mergify[bot]
e08f1145c9
fix(Timesheet): warn user if billing hours > actual hours instead of resetting (backport #38239 ) ( #38240 )
...
fix(Timesheet): warn user if billing hours > actual hours instead of resetting (#38239 )
* revert: "fix(Timesheet): reset billing hours equal to hours if they exceed actual hours"
This reverts commit 0ec8034507 .
* fix: warn user if billing hours > actual hours
(cherry picked from commit ac91030b31 )
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2023-11-21 13:41:08 +05:30
ruthra kumar
ddf82cf433
Merge pull request #38235 from frappe/mergify/bp/version-14-hotfix/pr-38234
...
test: prevent rounding loss based validation error (backport #38234 )
2023-11-21 12:30:34 +05:30
ruthra kumar
59a5e132fe
test: prevent rounding loss based validation error
...
(cherry picked from commit 56e991b7f4 )
2023-11-21 06:41:36 +00:00
ruthra kumar
7fc7105c48
Merge pull request #38217 from rtdany10/payment-reco-rounding-issue
...
fix: round `unreconciled_amount` before asserting
2023-11-21 11:33:42 +05:30
Anand Baburajan
3daf6f822a
fix: set default asset quantity as 1 [v14] ( #38224 )
...
fix: set default asset quantity as 1
2023-11-20 22:27:25 +05:30
ruthra kumar
d7278477d6
Merge pull request #38213 from frappe/mergify/bp/version-14-hotfix/pr-38210
...
refactor: extend billed amount update flag to POS Invoice as well (backport #38210 )
2023-11-20 15:02:44 +05:30
ruthra kumar
d0571530eb
Merge pull request #38215 from frappe/mergify/bp/version-14-hotfix/pr-38212
...
refactor: update scheduled job for bulk transaction (backport #38212 )
2023-11-20 14:49:10 +05:30
Dany Robert
392ee2e0fd
fix: round unreconciled_amount before asserting
2023-11-20 14:36:58 +05:30
ruthra kumar
562a55122b
refactor: update scheduled job for bulk transaction
...
(cherry picked from commit fb06ad7330 )
2023-11-20 08:51:08 +00:00
ruthra kumar
b226adeb2f
Merge pull request #38150 from frappe/mergify/bp/version-14-hotfix/pr-38038
...
refactor: supercharge Bulk actions (backport #38038 )
2023-11-20 14:16:27 +05:30
ruthra kumar
12f027b3f4
chore: resolve conflict
2023-11-20 14:15:33 +05:30
ruthra kumar
9f8aa7c59d
refactor: add flag to POS Invoice
...
(cherry picked from commit 83a13e22b7 )
# Conflicts:
# erpnext/accounts/doctype/pos_invoice/pos_invoice.json
2023-11-20 08:36:52 +00:00
ruthra kumar
40f904391e
refactor: set default for 'update_billed_amount_in_delivery_note'
...
(cherry picked from commit ee0c64215d )
2023-11-20 08:36:51 +00:00
ruthra kumar
bfb85527dc
Merge pull request #38196 from frappe/mergify/bp/version-14-hotfix/pr-38159
...
refactor: provision to truncate `remarks` in General Ledger and Accounts Receivable/Payable reports (backport #38159 )
2023-11-20 13:30:39 +05:30
ruthra kumar
b868e2bd5b
chore: resolve conflicts
2023-11-20 12:33:51 +05:30
Sagar Vora
b7e74b479f
Merge pull request #38198 from frappe/mergify/bp/version-14-hotfix/pr-37963
...
fix: Supplier Quotation fields (backport #37963 )
2023-11-20 11:46:25 +05:30
Sagar Vora
7c92ecdc9d
chore: resolve conflicts
2023-11-20 11:39:15 +05:30
Smit Vora
80bc235d6e
fix: partial cancel of gle and ple (backport #35609 )
2023-11-20 10:56:56 +05:30
Vishakh Desai
883eaee014
fix: Supplier Quotation fields ( #37963 )
...
(cherry picked from commit c2bda2c705 )
# Conflicts:
# erpnext/buying/doctype/supplier_quotation/supplier_quotation.json
2023-11-20 04:42:39 +00:00
ruthra kumar
ae319760a0
refactor: add substring logic in ar/ap report
...
(cherry picked from commit a9bf906545 )
2023-11-20 04:38:04 +00:00
ruthra kumar
4e2d0aa892
refactor: provision to set remarks length in accounts settings
...
(cherry picked from commit 97090ff367 )
# Conflicts:
# erpnext/accounts/doctype/accounts_settings/accounts_settings.json
2023-11-20 04:38:04 +00:00
Deepesh Garg
5afb8b59c9
Merge pull request #38190 from frappe/mergify/bp/version-14-hotfix/pr-38171
...
fix: wrong round off and rounded total (#38171 )
2023-11-19 19:44:04 +05:30
Deepesh Garg
8136657dfc
Merge pull request #38146 from GursheenK/show-party-values-when-naming-series-unset
...
fix(minor): show party values when naming by is not naming series
2023-11-19 19:23:57 +05:30
Dany Robert
9b5185adc9
fix: test case for rounded total with cash disc
...
(cherry picked from commit cc60c328fe )
2023-11-19 13:49:06 +00:00
Dany Robert
296433a1dd
fix: wrong round off and rounded total
...
(cherry picked from commit 3a487bd33a )
2023-11-19 13:49:05 +00:00
Deepesh Garg
5033f189f9
Merge pull request #38172 from frappe/mergify/bp/version-14-hotfix/pr-38142
...
feat: Add accounting dimensions to Supplier Quotation (#38142 )
2023-11-19 19:10:39 +05:30
Deepesh Garg
d85185db2e
Merge pull request #38175 from frappe/mergify/bp/version-14-hotfix/pr-38163
...
fix: attributes were mandatory for manufacturers (#38163 )
2023-11-19 19:08:46 +05:30
Deepesh Garg
76b6e0407d
Merge pull request #38179 from frappe/mergify/bp/version-14-hotfix/pr-38161
...
fix: valuation rate in report Item Prices (#38161 )
2023-11-19 18:47:40 +05:30
Deepesh Garg
2fdc575441
Merge pull request #38181 from pps190/fix-pe-precision-bp
...
fix: payment entry rounding error (#38177 )
2023-11-19 18:47:01 +05:30
Deepesh Garg
7b9afa43ff
chore: resolve conflicts
2023-11-19 18:34:47 +05:30
Devin Slauenwhite
49735bc120
fix: payment entry rounding error
2023-11-18 15:09:44 +00:00
Patrick Eissler
a70696ea77
fix: valuation rate in report Item Prices ( #38161 )
...
Co-authored-by: PatrickDenis-stack <77415730+PatrickDenis-stack@users.noreply.github.com >
(cherry picked from commit 32f622ef80 )
2023-11-18 14:55:12 +00:00
barredterra
2849e0daed
fix: update modified timestamp
...
Was missing in 434c2a1815
2023-11-18 15:44:36 +01:00
Deepesh Garg
da27c0fb2d
chore: resolve conflicts
2023-11-18 20:10:28 +05:30
PatrickDenis-stack
430980a836
fix: attributes were mandatory for manufacturers
...
(cherry picked from commit 434c2a1815 )
2023-11-18 14:38:57 +00:00
Deepesh Garg
51e33e1556
feat: Add accounting dimensions to Supplier Quotation
...
(cherry picked from commit 089da459f7 )
# Conflicts:
# erpnext/buying/doctype/supplier_quotation/supplier_quotation.json
# erpnext/patches.txt
2023-11-18 14:11:16 +00:00
mergify[bot]
8d4a19cecf
feat: add Supplier Delivery Note field in SCR (backport #38127 ) ( #38155 )
...
* feat: add `Supplier Delivery Note` field in SCR
(cherry picked from commit da80e4dbce )
# Conflicts:
# erpnext/subcontracting/doctype/subcontracting_receipt/subcontracting_receipt.json
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-18 18:53:55 +05:30
s-aga-r
9a34518e54
fix: incorrect incoming rate for serial and batch items in standalone debit note ( #38121 )
2023-11-18 18:48:25 +05:30
Sagar Vora
39841f9edd
Merge pull request #38168 from frappe/mergify/bp/version-14-hotfix/pr-38167
...
fix: pass check permission in `render_address` (backport #38167 )
2023-11-18 17:39:38 +05:30
Vishakh Desai
1ccd5e4ff5
fix: pass check permission in render_address
...
(cherry picked from commit 45299fe4b3 )
2023-11-18 12:08:24 +00:00
Gursheen Kaur Anand
05d514ca8e
Merge branch 'version-14-hotfix' into show-party-values-when-naming-series-unset
2023-11-17 20:36:11 +05:30
mergify[bot]
c7c751ecd0
fix(Timesheet): reset billing hours equal to hours if they exceed actual hours (backport #38134 ) ( #38152 )
...
fix(Timesheet): reset billing hours equal to hours if they exceed actual hours (#38134 )
(cherry picked from commit 20c6e9fca2 )
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2023-11-17 18:28:10 +05:30
ruthra kumar
fa1f623801
refactor: raise exception on invalid date
...
(cherry picked from commit a393a6b76c )
2023-11-17 10:56:24 +00:00
ruthra kumar
8dbe753a25
refactor: update traceback on retry
...
(cherry picked from commit a52a1b49af )
2023-11-17 10:56:24 +00:00
ruthra kumar
a060000b70
refactor: support list view filters
...
(cherry picked from commit 93295bf25b )
2023-11-17 10:56:24 +00:00
ruthra kumar
b615cfc540
chore: resolve linting issue
...
(cherry picked from commit 73639db910 )
2023-11-17 10:56:24 +00:00
ruthra kumar
32b6eed691
refactor: rollback for retries and UI alerts
...
(cherry picked from commit c320288690 )
2023-11-17 10:56:23 +00:00
ruthra kumar
ad03008a1a
refactor: barebones retry functionality
...
(cherry picked from commit 0aa1636d04 )
2023-11-17 10:56:23 +00:00
ruthra kumar
2ec1a2f862
chore: show retried in list view
...
(cherry picked from commit 194d70f8a0 )
2023-11-17 10:56:23 +00:00
ruthra kumar
f5f48f7480
refactor: add basic functionalities
...
(cherry picked from commit af35590549 )
2023-11-17 10:56:23 +00:00
ruthra kumar
8dbf2ced79
feat: virtual parent doctype
...
(cherry picked from commit a248b13cc3 )
2023-11-17 10:56:22 +00:00
ruthra kumar
b951dbfced
chore: make from_doctype readonly
...
(cherry picked from commit b0dfc936a1 )
2023-11-17 10:56:22 +00:00
ruthra kumar
863a200989
chore: add indexes
...
(cherry picked from commit 73090fa130 )
2023-11-17 10:56:22 +00:00
ruthra kumar
8dafe103bd
chore: add list view filters
...
(cherry picked from commit ade09bc709 )
2023-11-17 10:56:22 +00:00
ruthra kumar
eda9800c93
refactor: simplify logging logic bulk_transaction
...
(cherry picked from commit ebd74a4e5b )
2023-11-17 10:56:22 +00:00
ruthra kumar
6d983b5f45
chore: rearrange fields
...
(cherry picked from commit c4f8f3613f )
2023-11-17 10:56:21 +00:00
ruthra kumar
65614497ed
chore: convert child to normal table
...
(cherry picked from commit e5a8ad54e2 )
2023-11-17 10:56:21 +00:00
ruthra kumar
785bec98d3
chore: remove 'Bulk Transaction Log' doctype
...
(cherry picked from commit 815c616f18 )
2023-11-17 10:56:21 +00:00
Gursheen Kaur Anand
6b08aa2198
Merge branch 'version-14-hotfix' into show-party-values-when-naming-series-unset
2023-11-17 14:21:52 +05:30
Gursheen Anand
dd76695d3a
fix: show party values when naming by is not naming series
2023-11-17 12:50:08 +05:30
Frappe PR Bot
236a064cd3
chore(release): Bumped to Version 14.48.1
...
## [14.48.1](https://github.com/frappe/erpnext/compare/v14.48.0...v14.48.1 ) (2023-11-17)
### Bug Fixes
* add revaluation journal filter in Payable report ([4eb37cc ](4eb37cce26 ))
2023-11-17 04:38:02 +00:00
ruthra kumar
dd685e50df
Merge pull request #38140 from frappe/mergify/bp/version-14/pr-38119
...
fix: add revaluation journal filter in Payable report (backport #38119 )
2023-11-17 10:06:30 +05:30
ruthra kumar
85853295c4
Merge pull request #38138 from frappe/mergify/bp/version-14-hotfix/pr-38119
...
fix: add revaluation journal filter in Payable report (backport #38119 )
2023-11-17 10:04:51 +05:30
ruthra kumar
4eb37cce26
fix: add revaluation journal filter in Payable report
...
(cherry picked from commit 134201794a )
2023-11-17 10:03:24 +05:30
ruthra kumar
d0698b32bb
fix: add revaluation journal filter in Payable report
...
(cherry picked from commit 134201794a )
2023-11-17 10:02:13 +05:30
mergify[bot]
bc01007c16
fix: remove ESS role when not mapped to employee (backport #37867 ) ( #38132 )
...
fix: remove ESS role when not mapped to employee (#37867 )
* fix: remove ESS role when not mapped to employee
* fix: emp role removal on unlinking
* fix: test case for user employee role mapping
* fix: mapped employee and user on creation
(cherry picked from commit 56b8d1b927 )
Co-authored-by: Dany Robert <danyrt@wahni.com >
2023-11-16 20:27:53 +05:30
Anand Baburajan
fb2ca3e172
Merge pull request #38114 from frappe/mergify/bp/version-14/pr-38112
...
chore: change read only condition of asset quantity field (backport #38111 ) (backport #38112 )
2023-11-15 18:03:01 +05:30
mergify[bot]
7d66cb2195
chore: change read only condition of asset quantity field (backport #38111 ) ( #38112 )
...
chore: change read only condition of asset quantity field (#38111 )
chore: change read only condition of asset quantity
(cherry picked from commit 6e0362dee8 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
(cherry picked from commit 58cb4303ee )
2023-11-15 12:32:19 +00:00
mergify[bot]
58cb4303ee
chore: change read only condition of asset quantity field (backport #38111 ) ( #38112 )
...
chore: change read only condition of asset quantity field (#38111 )
chore: change read only condition of asset quantity
(cherry picked from commit 6e0362dee8 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-11-15 18:01:28 +05:30
Deepesh Garg
56c70d300b
Merge pull request #38106 from frappe/mergify/bp/version-14-hotfix/pr-38105
...
fix: duplicate field (#38105 )
2023-11-15 13:29:35 +05:30
Arjun
1f16c47a2c
fix: duplicate field in Closing Stock Balance ( #38105 )
...
(cherry picked from commit 908b21f7fd )
2023-11-15 07:06:34 +00:00
Anand Baburajan
7b14e9d5f6
Merge pull request #38100 from frappe/mergify/bp/version-14/pr-38098
...
chore: refetch item images on transaction save (backport #38095 ) (backport #38098 )
2023-11-14 20:15:28 +05:30
mergify[bot]
966adfc081
chore: refetch item images on transaction save (backport #38095 ) ( #38098 )
...
* chore: refetch item images on transaction save (#38095 )
chore: re fetch item images on transaction save
(cherry picked from commit e93a19ffb5 )
# Conflicts:
# erpnext/accounts/doctype/pos_invoice_item/pos_invoice_item.json
# erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json
# erpnext/selling/doctype/quotation_item/quotation_item.json
* chore: fix conflict in pos_invoice_item.json
* chore: fix conflict in sales_invoice_item.json
* chore: fix conflict in quotation_item.json
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
(cherry picked from commit d1a8202624 )
2023-11-14 14:43:12 +00:00
mergify[bot]
d1a8202624
chore: refetch item images on transaction save (backport #38095 ) ( #38098 )
...
* chore: refetch item images on transaction save (#38095 )
chore: re fetch item images on transaction save
(cherry picked from commit e93a19ffb5 )
# Conflicts:
# erpnext/accounts/doctype/pos_invoice_item/pos_invoice_item.json
# erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json
# erpnext/selling/doctype/quotation_item/quotation_item.json
* chore: fix conflict in pos_invoice_item.json
* chore: fix conflict in sales_invoice_item.json
* chore: fix conflict in quotation_item.json
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-11-14 20:11:23 +05:30
Frappe PR Bot
7a2df24129
chore(release): Bumped to Version 14.48.0
...
# [14.48.0](https://github.com/frappe/erpnext/compare/v14.47.4...v14.48.0 ) (2023-11-14)
### Bug Fixes
* asset depreciation ledger (backport [#37991 ](https://github.com/frappe/erpnext/issues/37991 )) ([#37992 ](https://github.com/frappe/erpnext/issues/37992 )) ([043dc1b ](043dc1b14b ))
* close `Credit Limit Crossed` dialog (backport [#38052 ](https://github.com/frappe/erpnext/issues/38052 )) ([#38058 ](https://github.com/frappe/erpnext/issues/38058 )) ([6979c3e ](6979c3e490 ))
* COA Importer app related issues ([#37238 ](https://github.com/frappe/erpnext/issues/37238 )) ([57ce73d ](57ce73d540 ))
* german translations of Accounts Settings ([b75aae9 ](b75aae99ca ))
* indentation issue in the Production Plan Summary report (backport [#38019 ](https://github.com/frappe/erpnext/issues/38019 )) ([#38068 ](https://github.com/frappe/erpnext/issues/38068 )) ([c552884 ](c5528844fd ))
* make adjustment entry using stock reconciliation (backport [#37995 ](https://github.com/frappe/erpnext/issues/37995 )) ([#38008 ](https://github.com/frappe/erpnext/issues/38008 )) ([984703c ](984703c3c9 ))
* make item field read-only in batch (backport [#38010 ](https://github.com/frappe/erpnext/issues/38010 )) ([#38033 ](https://github.com/frappe/erpnext/issues/38033 )) ([424ebd1 ](424ebd154a ))
* minor change added to test_case ([6b34568 ](6b34568128 ))
* minor issue ([0eab723 ](0eab723243 ))
* new logic for handling revaluation journals ([9c0d80c ](9c0d80cef4 ))
* pick serial nos from selected batch only ([#37988 ](https://github.com/frappe/erpnext/issues/37988 )) ([db29180 ](db29180eec ))
* sales order not assigned to territory orders ([#37905 ](https://github.com/frappe/erpnext/issues/37905 )) ([#38024 ](https://github.com/frappe/erpnext/issues/38024 )) ([620f4f2 ](620f4f2c10 ))
* Set right party name in bank transaction ([21b430a ](21b430a575 ))
* **translations:** suggestions from review ([4d2169e ](4d2169e48e ))
* Use `process.extract` to get the corresponding party doc name of the result ([b0a184e ](b0a184e937 ))
### Features
* **accounts_receivable:** test_case added for multi-select customer group ([cf0d936 ](cf0d936195 ))
* multi-select customer group in AR Report ([935286f ](935286ff94 ))
2023-11-14 12:57:28 +00:00
Deepesh Garg
ecb116aa99
Merge pull request #38086 from frappe/version-14-hotfix
...
chore: release v14
2023-11-14 18:25:20 +05:30
mergify[bot]
8446e87cc2
chore: delete comments and unlink attachments on company transactions deletion (backport #38077 ) ( #38078 )
...
* chore: delete comments and unlink attachments on company transactions deletion
(cherry picked from commit 2f9e96e324 )
* fix: unrelated transation date typo
(cherry picked from commit b097bb20d9 )
---------
Co-authored-by: anandbaburajan <anandbaburajan@gmail.com >
2023-11-13 19:20:52 +05:30
marination
fb19e7f15e
fix: Re-add no.of rows split in alert message
...
(cherry picked from commit 1fc5844025 )
2023-11-13 10:46:39 +00:00
marination
c840f30a20
style: Remove spaces introduced via merge conflict
...
(cherry picked from commit 4b4b176fcf )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/test_payment_entry.py
2023-11-13 10:46:39 +00:00
marination
0813f02ca5
fix: Alert message and make sure invoice due dates are different for effective test
...
- Make invoice due dates are different so that the invoice with the earliest due date is allocated first in the test
- Translate voucher type, simplify alert message. The invoice could be "split" into 1 row, no. of rows in the message seems unnecessary.
(cherry picked from commit 56ac3424d2 )
2023-11-13 10:46:38 +00:00
marination
a7e2867526
test: get_outstanding_reference_documents (triggered via UI)
...
(cherry picked from commit 162c0497d1 )
2023-11-13 10:46:38 +00:00
marination
077f3928cf
refactor: split_invoices_based_on_payment_terms
...
- Invoices were in the wrong order due to the logic. The invoices with payment terms were added first and the rest after.
- Overly long function with unnecessary loops (reduced to one main loop) and complexity
- The split row as per payment terms was not ordered. So the second installment was allocated first
(cherry picked from commit 6bd56d2d5f )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.py
2023-11-13 10:46:38 +00:00
mergify[bot]
c5528844fd
fix: indentation issue in the Production Plan Summary report (backport #38019 ) ( #38068 )
...
fix: indentation issue in the Production Plan Summary report (#38019 )
fix: Production Plan Summary report
(cherry picked from commit 4a111f7362 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-11-13 14:03:45 +05:30
ruthra kumar
55885e84ab
Merge pull request #38066 from frappe/mergify/bp/version-14/pr-38064
...
refactor: add revaluation journal checkbox in AR/AP summary reports (backport #38064 )
2023-11-13 12:15:34 +05:30
ruthra kumar
2faf2ce468
Merge pull request #38065 from frappe/mergify/bp/version-14-hotfix/pr-38064
...
refactor: add revaluation journal checkbox in AR/AP summary reports (backport #38064 )
2023-11-13 12:15:27 +05:30
ruthra kumar
7ab18fc434
refactor: add revaluation journal checkbox in AR/AP summary reports
...
(cherry picked from commit 95edd82638 )
2023-11-13 06:39:03 +00:00
ruthra kumar
a104a4bca6
refactor: add revaluation journal checkbox in AR/AP summary reports
...
(cherry picked from commit 95edd82638 )
2023-11-13 06:38:38 +00:00
mergify[bot]
6979c3e490
fix: close Credit Limit Crossed dialog (backport #38052 ) ( #38058 )
...
fix: close `Credit Limit Crossed` dialog (#38052 )
(cherry picked from commit 94faa44697 )
Co-authored-by: Arjun <arjun99c@gmail.com >
2023-11-12 18:07:31 +05:30
mergify[bot]
57ce73d540
fix: COA Importer app related issues ( #37238 )
...
fix: COA Importer app related issues (#37238 )
* fix: COA Importer app related issues
* fix: Clear all account links fields befor import
* fix: Attribute error
(cherry picked from commit 8634abc021 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-11-12 17:40:56 +05:30
mergify[bot]
424ebd154a
fix: make item field read-only in batch (backport #38010 ) ( #38033 )
...
* fix: make item field read-only in batch
(cherry picked from commit 779260fb49 )
# Conflicts:
# erpnext/stock/doctype/batch/batch.json
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-11 10:51:36 +05:30
Frappe PR Bot
7c7dc5328e
chore(release): Bumped to Version 14.47.4
...
## [14.47.4](https://github.com/frappe/erpnext/compare/v14.47.3...v14.47.4 ) (2023-11-10)
### Bug Fixes
* new logic for handling revaluation journals ([010ccf8 ](010ccf80f5 ))
2023-11-10 07:46:10 +00:00
ruthra kumar
cb655226de
Merge pull request #38037 from frappe/mergify/bp/version-14/pr-38004
...
fix: handling of exchange rate journals in AR/AP (backport #38004 )
2023-11-10 13:14:45 +05:30
ruthra kumar
010ccf80f5
fix: new logic for handling revaluation journals
...
(cherry picked from commit 1d8fcd66e6 )
2023-11-10 12:05:46 +05:30
ruthra kumar
13ea910fa6
Merge pull request #38035 from frappe/mergify/bp/version-14-hotfix/pr-38004
...
fix: handling of exchange rate journals in AR/AP (backport #38004 )
2023-11-10 11:59:03 +05:30
ruthra kumar
9c0d80cef4
fix: new logic for handling revaluation journals
...
(cherry picked from commit 1d8fcd66e6 )
2023-11-10 11:17:46 +05:30
mergify[bot]
620f4f2c10
fix: sales order not assigned to territory orders ( #37905 ) ( #38024 )
...
fix: sales order not assigned to territory orders (#37905 )
filtered sales order are not assigned to 'territory_orders' which results in 0 order amount and 0 billing amount in the output
(cherry picked from commit 45b4bfc947 )
Co-authored-by: jabir-elat <44110258+jabir-elat@users.noreply.github.com >
2023-11-09 21:52:43 +05:30
ruthra kumar
89695022c7
Merge pull request #38021 from frappe/mergify/bp/version-14/pr-37860
...
refactor: ignore disabled account while selecting Income Accounts (backport #37860 )
2023-11-09 17:28:14 +05:30
Frappe PR Bot
50627733b4
chore(release): Bumped to Version 14.47.3
...
## [14.47.3](https://github.com/frappe/erpnext/compare/v14.47.2...v14.47.3 ) (2023-11-09)
### Bug Fixes
* make adjustment entry using stock reconciliation (backport [#37995 ](https://github.com/frappe/erpnext/issues/37995 )) (backport [#38008 ](https://github.com/frappe/erpnext/issues/38008 )) ([#38018 ](https://github.com/frappe/erpnext/issues/38018 )) ([7942ad4 ](7942ad488e ))
2023-11-09 11:24:29 +00:00
mergify[bot]
7942ad488e
fix: make adjustment entry using stock reconciliation (backport #37995 ) (backport #38008 ) ( #38018 )
...
fix: make adjustment entry using stock reconciliation (backport #37995 ) (#38008 )
* fix: make adjustment entry using stock reconciliation (#37995 )
fix: do adjustment entry using stock reconciliation
(cherry picked from commit a8216b9727 )
# Conflicts:
# erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.json
# erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py
* chore: fix conflicts
* fix: conflicts
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit 984703c3c9 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-11-09 16:53:14 +05:30
ruthra kumar
c3d7348c73
refactor: ignore disabled account while selecting Income Accounts
...
(cherry picked from commit 6e3e094c95 )
2023-11-09 11:14:38 +00:00
Deepesh Garg
ad178db28f
Merge pull request #38012 from frappe/mergify/bp/version-14-hotfix/pr-37716
...
feat: multi-select customer group in AR Report (backport #37716 )
2023-11-09 14:05:59 +05:30
mergify[bot]
984703c3c9
fix: make adjustment entry using stock reconciliation (backport #37995 ) ( #38008 )
...
* fix: make adjustment entry using stock reconciliation (#37995 )
fix: do adjustment entry using stock reconciliation
(cherry picked from commit a8216b9727 )
# Conflicts:
# erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.json
# erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py
* chore: fix conflicts
* fix: conflicts
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-11-09 13:40:14 +05:30
vishal
6b34568128
fix: minor change added to test_case
...
(cherry picked from commit 30402033bc )
2023-11-09 07:35:16 +00:00
vishal
cf0d936195
feat(accounts_receivable): test_case added for multi-select customer group
...
(cherry picked from commit de445b32f5 )
2023-11-09 07:35:16 +00:00
vishal
0eab723243
fix: minor issue
...
(cherry picked from commit b60c57a97d )
2023-11-09 07:35:15 +00:00
vishal
935286ff94
feat: multi-select customer group in AR Report
...
(cherry picked from commit 8903c1bc6f )
2023-11-09 07:35:15 +00:00
Frappe PR Bot
9a2674ea29
chore(release): Bumped to Version 14.47.2
...
## [14.47.2](https://github.com/frappe/erpnext/compare/v14.47.1...v14.47.2 ) (2023-11-09)
### Bug Fixes
* pick serial nos from selected batch only (backport [#37988 ](https://github.com/frappe/erpnext/issues/37988 )) ([#38011 ](https://github.com/frappe/erpnext/issues/38011 )) ([0405aae](0405aae4a0 ))
2023-11-09 07:28:50 +00:00
mergify[bot]
0405aae4a0
fix: pick serial nos from selected batch only (backport #37988 ) ( #38011 )
...
fix: pick serial nos from selected batch only (#37988 )
* fix: pick current serial nos from selected batch only
* test: add test case for current qty and current serial nos
(cherry picked from commit db29180eec )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-09 12:57:03 +05:30
s-aga-r
db29180eec
fix: pick serial nos from selected batch only ( #37988 )
...
* fix: pick current serial nos from selected batch only
* test: add test case for current qty and current serial nos
2023-11-09 12:30:22 +05:30
ruthra kumar
b5bed65d9e
Merge pull request #38001 from frappe/mergify/bp/version-14-hotfix/pr-37860
...
refactor: ignore disabled account while selecting Income Accounts (backport #37860 )
2023-11-09 10:41:13 +05:30
ruthra kumar
3f7f5bd8f0
refactor: ignore disabled account while selecting Income Accounts
...
(cherry picked from commit 6e3e094c95 )
2023-11-09 04:45:53 +00:00
Frappe PR Bot
3f433b1b8b
chore(release): Bumped to Version 14.47.1
...
## [14.47.1](https://github.com/frappe/erpnext/compare/v14.47.0...v14.47.1 ) (2023-11-08)
### Bug Fixes
* asset depreciation ledger (backport [#37991 ](https://github.com/frappe/erpnext/issues/37991 )) ([#37992 ](https://github.com/frappe/erpnext/issues/37992 )) ([0ac78a9 ](0ac78a96a9 ))
2023-11-08 18:40:20 +00:00
Anand Baburajan
0532f72cb1
Merge pull request #37996 from frappe/mergify/bp/version-14/pr-37992
...
fix: asset depreciation ledger (backport #37991 ) (backport #37992 )
2023-11-09 00:09:05 +05:30
mergify[bot]
0ac78a96a9
fix: asset depreciation ledger (backport #37991 ) ( #37992 )
...
* fix: asset depreciation ledger (#37991 )
* fix: include opening acc depr while calculating asset depr ledger report
* chore: include opening acc depr properly in acc depr amt
* chore: add cost_center in asset depr ledger report
* fix: handle finance books properly in asset depr ledger report
* chore: rename 'include default book entries' to 'include default FB entries'
(cherry picked from commit 9a171db97f )
# Conflicts:
# erpnext/accounts/report/balance_sheet/balance_sheet.js
# erpnext/accounts/report/cash_flow/cash_flow.js
# erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.js
# erpnext/accounts/report/trial_balance/trial_balance.js
# erpnext/translations/pl.csv
# erpnext/translations/tr.csv
* chore: fix conflict in balance_sheet.js
* chore: fix conflict in cash_flow.js
* chore: fix conflict in consolidated_financial_statement.js
* chore: fix conflict in trial_balance.js
* chore: fix conflict in tr.csv
* chore: fix conflict in pl.csv
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
(cherry picked from commit 043dc1b14b )
2023-11-08 18:07:42 +00:00
mergify[bot]
043dc1b14b
fix: asset depreciation ledger (backport #37991 ) ( #37992 )
...
* fix: asset depreciation ledger (#37991 )
* fix: include opening acc depr while calculating asset depr ledger report
* chore: include opening acc depr properly in acc depr amt
* chore: add cost_center in asset depr ledger report
* fix: handle finance books properly in asset depr ledger report
* chore: rename 'include default book entries' to 'include default FB entries'
(cherry picked from commit 9a171db97f )
# Conflicts:
# erpnext/accounts/report/balance_sheet/balance_sheet.js
# erpnext/accounts/report/cash_flow/cash_flow.js
# erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.js
# erpnext/accounts/report/trial_balance/trial_balance.js
# erpnext/translations/pl.csv
# erpnext/translations/tr.csv
* chore: fix conflict in balance_sheet.js
* chore: fix conflict in cash_flow.js
* chore: fix conflict in consolidated_financial_statement.js
* chore: fix conflict in trial_balance.js
* chore: fix conflict in tr.csv
* chore: fix conflict in pl.csv
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-11-08 23:36:17 +05:30
Deepesh Garg
c5a6b17c15
Merge pull request #37825 from frappe/mergify/bp/version-14-hotfix/pr-37278
...
fix: german translations of Accounts Settings (backport #37278 )
2023-11-08 18:44:11 +05:30
Deepesh Garg
16c3f3bcbd
Merge pull request #37913 from frappe/mergify/bp/version-14-hotfix/pr-37299
...
fix: Set right party name in bank transaction (backport #37299 )
2023-11-08 12:28:10 +05:30
Frappe PR Bot
4d804951c6
chore(release): Bumped to Version 14.47.0
...
# [14.47.0](https://github.com/frappe/erpnext/compare/v14.46.7...v14.47.0 ) (2023-11-08)
### Bug Fixes
* `TypeError` in PR for non-stock item ([ef4471f ](ef4471f8c0 ))
* add missing disbursement account in update_old_loans patch ([ad64065 ](ad64065ec6 ))
* add translation wrapper (backport [#37911 ](https://github.com/frappe/erpnext/issues/37911 )) ([#37946 ](https://github.com/frappe/erpnext/issues/37946 )) ([c53d281 ](c53d281b9e ))
* don't reset rate if greater than zero in standalone debit note (backport [#37935 ](https://github.com/frappe/erpnext/issues/37935 )) ([#37940 ](https://github.com/frappe/erpnext/issues/37940 )) ([64658fc ](64658fc790 ))
* fetch asset received but not billed account only when needed ([7df4009 ](7df4009dd3 ))
* gov compliance for tax withholding report ([#37590 ](https://github.com/frappe/erpnext/issues/37590 )) ([273cc35 ](273cc35b91 ))
* In-Transit Warehouse company filter (backport [#37796 ](https://github.com/frappe/erpnext/issues/37796 )) ([#37797 ](https://github.com/frappe/erpnext/issues/37797 )) ([0b1da08 ](0b1da08d78 ))
* link between parent and child procedure (backport [#37903 ](https://github.com/frappe/erpnext/issues/37903 )) ([#37943 ](https://github.com/frappe/erpnext/issues/37943 )) ([24da29a ](24da29a817 ))
* list index out of range ([#37880 ](https://github.com/frappe/erpnext/issues/37880 )) ([05fed9e ](05fed9e352 ))
* make `Material Request Item` required if `Material Request` is set in PO (backport [#37928 ](https://github.com/frappe/erpnext/issues/37928 )) ([#37936 ](https://github.com/frappe/erpnext/issues/37936 )) ([c870120 ](c87012046d ))
* permission error while creating Supplier Quotation from Portal (backport [#37864 ](https://github.com/frappe/erpnext/issues/37864 )) ([#37870 ](https://github.com/frappe/erpnext/issues/37870 )) ([1a3dae0 ](1a3dae0f9a ))
* **plaid:** Do not sync pending transactions ([ffdc11b ](ffdc11bbf6 ))
* POS change amount gl entry with no amount ([#37799 ](https://github.com/frappe/erpnext/issues/37799 )) ([5e1a89b ](5e1a89b3f9 ))
* Quality Inspection Parameter migration - DuplicateEntryError due to case sensitivity (backport [#37499 ](https://github.com/frappe/erpnext/issues/37499 )) ([#37916 ](https://github.com/frappe/erpnext/issues/37916 )) ([eb3630b ](eb3630bcf8 ))
* remove voucher type and no for Item and Warehouse based reposting (backport [#37849 ](https://github.com/frappe/erpnext/issues/37849 )) ([#37850 ](https://github.com/frappe/erpnext/issues/37850 )) ([e19cade ](e19cade12d ))
* standard submit perm in repost ledger for editable invoices (backport [#37826 ](https://github.com/frappe/erpnext/issues/37826 )) ([#37854 ](https://github.com/frappe/erpnext/issues/37854 )) ([69b569d ](69b569df46 ))
* status for over delivery or billing ([d8e7430 ](d8e743013f ))
* type error on new payment entry ([38184f7 ](38184f77c7 ))
* typo in AR report ([3d72ec7 ](3d72ec7ca4 ))
* validate so item with qtn ([4a225b0 ](4a225b069b ))
### Features
* reserved production plan sub assembly items (backport [#37884 ](https://github.com/frappe/erpnext/issues/37884 )) ([#37926 ](https://github.com/frappe/erpnext/issues/37926 )) ([4de97a4 ](4de97a4fcb ))
* settings page for repost ([09cde5d ](09cde5da08 ))
* **Stock Balance:** add filters from route (backport [#37836 ](https://github.com/frappe/erpnext/issues/37836 )) ([#37839 ](https://github.com/frappe/erpnext/issues/37839 )) ([e8a706a ](e8a706a5ea ))
### Performance Improvements
* Add index to supplier invoice field (backport [#37861 ](https://github.com/frappe/erpnext/issues/37861 )) ([#37862 ](https://github.com/frappe/erpnext/issues/37862 )) ([2c93f81 ](2c93f81d59 ))
* index return against for purchase invoice (backport [#37881 ](https://github.com/frappe/erpnext/issues/37881 )) ([#37882 ](https://github.com/frappe/erpnext/issues/37882 )) ([fed25fa ](fed25fac76 ))
2023-11-08 06:19:10 +00:00
Deepesh Garg
c5ddb4153a
Merge pull request #37965 from frappe/version-14-hotfix
...
chore: release v14
2023-11-08 11:47:53 +05:30
ruthra kumar
b0ed3c2f0a
Merge pull request #37977 from ruthra-kumar/add_voucher_detail_no_to_payment_ledger
...
refactor: Add voucher_detail_no to payment ledger
2023-11-08 11:23:15 +05:30
ruthra kumar
3f8d58c9c6
refactor: add voucher_detail_no to PLE doctype
2023-11-08 10:53:16 +05:30
ruthra kumar
8a3139f6f5
Merge pull request #37901 from frappe/mergify/bp/version-14-hotfix/pr-37887
...
chore: performance optimization on payment ledger entry doctype (backport #37887 )
2023-11-08 10:48:30 +05:30
ruthra kumar
0b601d8cae
chore: performance optimization on payment ledger entry doctype
...
(cherry picked from commit f14d1eb871 )
2023-11-08 10:23:52 +05:30
ruthra kumar
9be71e45b9
Merge pull request #37975 from frappe/mergify/bp/version-14-hotfix/pr-37971
...
refactor: optimize bulk transaction for speed (backport #37971 )
2023-11-08 07:08:42 +05:30
ruthra kumar
e58604a90f
refactor: optimize for speed
...
(cherry picked from commit 416bd400bb )
2023-11-08 01:03:28 +00:00
mergify[bot]
e895bb3a63
chore: typo in Stock Entry enqueue msg (backport #37970 ) ( #37972 )
...
chore: typo in `Stock Entry` enqueue msg
(cherry picked from commit ee60fa940c )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-07 15:57:20 +00:00
ruthra kumar
38a5e6f10b
Merge pull request #37967 from frappe/mergify/bp/version-14-hotfix/pr-37954
...
refactor: expand repost to `Expense Claim` and make it configurable (backport #37954 )
2023-11-07 16:24:44 +05:30
ruthra kumar
8f0cf1b7dc
chore: resolve conflict
2023-11-07 15:56:35 +05:30
ruthra kumar
3da2597703
refactor: update permissions for repost settings
...
(cherry picked from commit 10b9570429 )
2023-11-07 10:14:36 +00:00
ruthra kumar
82bf726b83
refactor(test): repost test case for purchase invoice
...
(cherry picked from commit 11c8d9fcf1 )
2023-11-07 10:14:35 +00:00
ruthra kumar
7d4dc67b61
refactor: select distinct types
...
(cherry picked from commit 61705047b0 )
2023-11-07 10:14:33 +00:00
ruthra kumar
35f5498913
refactor(test): update repost settings for test cases
...
(cherry picked from commit ac79b8483f )
2023-11-07 10:14:32 +00:00
ruthra kumar
ed557274d2
refactor: support for expense claim repost
...
(cherry picked from commit b651b36fff )
2023-11-07 10:14:30 +00:00
ruthra kumar
18e6931d78
refactor: configurable repost settings
...
(cherry picked from commit 5a068410c6 )
2023-11-07 10:14:29 +00:00
ruthra kumar
560a45b343
chore: patch to update default repost settings value
...
(cherry picked from commit ebb186c8df )
# Conflicts:
# erpnext/patches.txt
2023-11-07 10:14:28 +00:00
ruthra kumar
09cde5da08
feat: settings page for repost
...
(cherry picked from commit d582a73795 )
2023-11-07 10:14:21 +00:00
ruthra kumar
503c0f33bb
Merge pull request #37957 from frappe/mergify/bp/version-14-hotfix/pr-37956
...
fix: type error on new payment entry (backport #37956 )
2023-11-07 12:47:10 +05:30
ruthra kumar
38184f77c7
fix: type error on new payment entry
...
(cherry picked from commit adff287160 )
2023-11-07 12:40:16 +05:30
Frappe PR Bot
449b641560
chore(release): Bumped to Version 14.46.7
...
## [14.46.7](https://github.com/frappe/erpnext/compare/v14.46.6...v14.46.7 ) (2023-11-06)
### Bug Fixes
* typo in AR report ([d54e756 ](d54e756453 ))
2023-11-06 15:33:32 +00:00
ruthra kumar
3cc5e5591d
Merge pull request #37951 from frappe/mergify/bp/version-14/pr-37948
...
fix: typo in AR report (backport #37948 )
2023-11-06 21:00:23 +05:30
ruthra kumar
bc5e01e846
Merge pull request #37949 from frappe/mergify/bp/version-14-hotfix/pr-37948
...
fix: typo in AR report (backport #37948 )
2023-11-06 20:55:22 +05:30
ruthra kumar
d54e756453
fix: typo in AR report
...
(cherry picked from commit 67e74d03ed )
2023-11-06 15:00:11 +00:00
ruthra kumar
3d72ec7ca4
fix: typo in AR report
...
(cherry picked from commit 67e74d03ed )
2023-11-06 14:56:44 +00:00
mergify[bot]
c53d281b9e
fix: add translation wrapper (backport #37911 ) ( #37946 )
...
fix: add translation wrapper
(cherry picked from commit 8722318081 )
Co-authored-by: hyaray <hyaray@vip.qq.com >
2023-11-06 19:52:11 +05:30
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
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
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
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
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
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
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
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