Frappe PR Bot
028e939cca
chore(release): Bumped to Version 14.0.1
...
## [14.0.1](https://github.com/frappe/erpnext/compare/v14.0.0...v14.0.1 ) (2022-08-18)
### Bug Fixes
* add asset repair to accounting dimension list ([65bb1d8 ](65bb1d8cc2 ))
* Add dimension section in subcontracting doctypes (backport [#31849 ](https://github.com/frappe/erpnext/issues/31849 )) ([#31877 ](https://github.com/frappe/erpnext/issues/31877 )) ([50ad612 ](50ad612453 ))
* check item_code in all rows of po_items (backport [#31741 ](https://github.com/frappe/erpnext/issues/31741 )) ([#31842 ](https://github.com/frappe/erpnext/issues/31842 )) ([82f1dd2 ](82f1dd268d ))
* contact search in request for quotation (backport [#31828 ](https://github.com/frappe/erpnext/issues/31828 )) ([#31840 ](https://github.com/frappe/erpnext/issues/31840 )) ([74664a3 ](74664a34c0 ))
* delete custom fields on deletion of inventory dimension ([354a9d6 ](354a9d6169 ))
* **ecommerce:** remove query to non-existing field (backport [#31771 ](https://github.com/frappe/erpnext/issues/31771 )) ([#31773 ](https://github.com/frappe/erpnext/issues/31773 )) ([8737c10 ](8737c10ce4 ))
* getting error to show sales invoice group or print rep… (backport [#31756 ](https://github.com/frappe/erpnext/issues/31756 )) ([#31767 ](https://github.com/frappe/erpnext/issues/31767 )) ([53b9d61 ](53b9d61c46 ))
* incorrect produced-qty in production-plan-item (backport [#31706 ](https://github.com/frappe/erpnext/issues/31706 )) ([#31861 ](https://github.com/frappe/erpnext/issues/31861 )) ([010a0ca ](010a0ca0a9 ))
* incorrect rate in BOM exploded items (backport [#31513 ](https://github.com/frappe/erpnext/issues/31513 )) ([#31864 ](https://github.com/frappe/erpnext/issues/31864 )) ([abe1894 ](abe18945a6 ))
* intercompany SO throws exception ([1d1f12f ](1d1f12f949 ))
* linter (backport [#31763 ](https://github.com/frappe/erpnext/issues/31763 )) ([#31766 ](https://github.com/frappe/erpnext/issues/31766 )) ([3092131 ](3092131913 ))
* Make expense account editable in Purchase Receipt Item (backport [#31730 ](https://github.com/frappe/erpnext/issues/31730 )) ([#31878 ](https://github.com/frappe/erpnext/issues/31878 )) ([b637d4d ](b637d4d5f1 ))
* Make expense account editable in Subcontracting Receipt Item (backport [#31848 ](https://github.com/frappe/erpnext/issues/31848 )) ([#31870 ](https://github.com/frappe/erpnext/issues/31870 )) ([aa5aaa1 ](aa5aaa113e ))
* not able to issue expired batches ([ce5fc5b ](ce5fc5b457 ))
* posting_date of linked vouchers should not affect outstanding ([0faa7b0 ](0faa7b0432 ))
* **projects:** Add missing comma ([623f56a ](623f56a95c ))
* set `billing_address` for purchases in `get_party_details` ([5a28ba8 ](5a28ba8537 ))
* set `company_address` for purchases in `party.js` ([4c82533 ](4c82533239 ))
* specify allowed doctype in queries (backport [#31761 ](https://github.com/frappe/erpnext/issues/31761 )) ([#31764 ](https://github.com/frappe/erpnext/issues/31764 )) ([6dce122 ](6dce122825 ))
* Transit filter for Default Target Warehouse in SE (backport [#31839 ](https://github.com/frappe/erpnext/issues/31839 )) ([#31873 ](https://github.com/frappe/erpnext/issues/31873 )) ([04d3571 ](04d3571dd9 ))
v14.0.1
2022-08-18 08:30:58 +00:00
Deepesh Garg
216cb9b07b
Merge pull request #31881 from frappe/version-14-hotfix
...
chore: weekly version-14 release
2022-08-18 13:59:28 +05:30
mergify[bot]
50ad612453
fix: Add dimension section in subcontracting doctypes (backport #31849 ) ( #31877 )
...
* fix: Add dimension section in subcontracting doctypes (#31849 )
(cherry picked from commit 8704ca783d )
# Conflicts:
# erpnext/patches.txt
* chore: conflicts
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-18 12:04:07 +05:30
Deepesh Garg
6b71af9008
Merge pull request #31883 from frappe/mergify/bp/version-14-hotfix/pr-31875
...
fix(projects): Add missing comma (backport #31875 )
2022-08-18 11:20:55 +05:30
Deepesh Garg
3c8412efdb
Merge pull request #31796 from frappe/mergify/bp/version-14-hotfix/pr-31737
...
fix: incorrect invoice outstanding in reconciliation tool (backport #31737 )
2022-08-18 11:20:26 +05:30
Aditya Hase
623f56a95c
fix(projects): Add missing comma
...
Added with https://github.com/frappe/erpnext/pull/31360
(cherry picked from commit d38778e400 )
2022-08-18 05:49:58 +00:00
mergify[bot]
b637d4d5f1
fix: Make expense account editable in Purchase Receipt Item (backport #31730 ) ( #31878 )
...
fix: Make expense account editable in Purchase Receipt Item (#31730 )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
(cherry picked from commit 1a6508972e )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2022-08-18 11:16:15 +05:30
rohitwaghchaure
601bc64618
Merge pull request #31869 from frappe/mergify/bp/version-14-hotfix/pr-31860
...
fix: delete custom fields on deletion of inventory dimension (backport #31860 )
2022-08-17 21:45:57 +05:30
mergify[bot]
04d3571dd9
fix: Transit filter for Default Target Warehouse in SE (backport #31839 ) ( #31873 )
...
fix: Transit filter for Default Target Warehouse in SE (#31839 )
(cherry picked from commit f1a612245c )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-17 17:26:15 +05:30
mergify[bot]
aa5aaa113e
fix: Make expense account editable in Subcontracting Receipt Item (backport #31848 ) ( #31870 )
...
fix: Make expense account editable in Subcontracting Receipt Item (#31848 )
(cherry picked from commit 2d04e71412 )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-17 16:31:18 +05:30
Rohit Waghchaure
354a9d6169
fix: delete custom fields on deletion of inventory dimension
...
(cherry picked from commit 0b39a0123e )
2022-08-17 10:14:14 +00:00
rohitwaghchaure
c7e2217c92
Merge pull request #31867 from frappe/mergify/bp/version-14-hotfix/pr-31863
...
fix: not able to issue expired batches (backport #31863 )
2022-08-17 15:43:32 +05:30
Rohit Waghchaure
ce5fc5b457
fix: not able to issue expired batches
...
(cherry picked from commit 795c94384a )
2022-08-17 09:16:57 +00:00
mergify[bot]
abe18945a6
fix: incorrect rate in BOM exploded items (backport #31513 ) ( #31864 )
...
fix: incorrect rate in BOM exploded items (#31513 )
(cherry picked from commit 313625c349 )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-17 14:37:40 +05:30
mergify[bot]
010a0ca0a9
fix: incorrect produced-qty in production-plan-item (backport #31706 ) ( #31861 )
...
fix: incorrect produced-qty in production-plan-item (#31706 )
(cherry picked from commit 538cd6fdcf )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-17 13:46:33 +05:30
mergify[bot]
74664a34c0
fix: contact search in request for quotation (backport #31828 ) ( #31840 )
...
fix: contact search in request for quotation (#31828 )
(cherry picked from commit e5e88bb9f1 )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-15 12:19:59 +05:30
mergify[bot]
82f1dd268d
fix: check item_code in all rows of po_items (backport #31741 ) ( #31842 )
...
fix: check item_code in all rows of po_items (#31741 )
fix: check the item code in each row of PO items
(cherry picked from commit 0047e18a9b )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-14 16:00:54 +05:30
mergify[bot]
c3fd802351
refactor: use browser native lazy loading (backport #31814 ) ( #31815 )
...
refactor: use browser native lazy loading (#31814 )
(cherry picked from commit 08d7c48dc7 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-08-09 18:51:27 +05:30
Deepesh Garg
6046f8bc5e
Merge pull request #31798 from frappe/mergify/bp/version-14-hotfix/pr-31779
...
Bug add accouting dimension in asset repair (backport #31779 )
2022-08-09 17:58:35 +05:30
Sagar Vora
adcd21724b
Merge pull request #31793 from frappe/mergify/bp/version-14-hotfix/pr-31733
...
fix: set `billing_address` for purchases in `get_party_details` (backport #31733 )
2022-08-08 12:09:43 +00:00
ruthra kumar
04bdff736b
chore: patch for creating existing dimensions in asset repair
...
(cherry picked from commit 80f508c4b1 )
2022-08-08 11:10:25 +00:00
ruthra kumar
65bb1d8cc2
fix: add asset repair to accounting dimension list
...
(cherry picked from commit 452584c4bd )
2022-08-08 11:10:25 +00:00
Deepesh Garg
ebf766cf62
Merge pull request #31794 from frappe/mergify/bp/version-14-hotfix/pr-31777
...
fix: intercompany SO created from Purchase Order throws exception (backport #31777 )
2022-08-08 16:36:46 +05:30
ruthra kumar
80bf47170f
test: posting_date should not affect outstanding amount calculation
...
(cherry picked from commit ef312b8fc4 )
2022-08-08 10:59:05 +00:00
ruthra kumar
0faa7b0432
fix: posting_date of linked vouchers should not affect outstanding
...
posting_date filter should not be applied for linked vouchers.
(cherry picked from commit 5f1562c5b2 )
2022-08-08 10:59:05 +00:00
ruthra kumar
1d1f12f949
fix: intercompany SO throws exception
...
(cherry picked from commit af0a353b79 )
2022-08-08 10:36:55 +00:00
Sagar Vora
4c82533239
fix: set company_address for purchases in party.js
...
(cherry picked from commit d05082987f )
2022-08-08 07:31:44 +00:00
Sagar Vora
5a28ba8537
fix: set billing_address for purchases in get_party_details
...
(cherry picked from commit a3625b3817 )
2022-08-08 07:31:44 +00:00
mergify[bot]
8737c10ce4
fix(ecommerce): remove query to non-existing field (backport #31771 ) ( #31773 )
...
fix(ecommerce): remove query to non-existing field (#31771 )
(cherry picked from commit 17b9bfd249 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-08-03 16:49:16 +05:30
Ankush Menat
2defb89962
ci: fix automated release regex ( #31770 )
...
[skip ci]
2022-08-03 16:15:32 +05:30
mergify[bot]
53b9d61c46
fix: getting error to show sales invoice group or print rep… (backport #31756 ) ( #31767 )
...
fix: getting error to show sales invoice group or print rep… (#31756 )
fix: formatter getting error to show sales invoice group or print report.
1 - When I view the Gross Profit report in Sales Invoice mode, the table is all broken.
Error on browser console:
TypeError: Cannot read properties of undefined (reading 'indent')
2 - When I try to print, no matter the Group (Sales Invoice, Item Code, Item Group...) nothing happens. in browser log console I have the following error:
TypeError: Cannot read properties of undefined (reading 'content')
i fixed both errors and all working perfectly.
(cherry picked from commit ea88451875 )
Co-authored-by: HarryPaulo <paulo_fabris@hotmail.com >
2022-08-03 11:22:54 +05:30
mergify[bot]
3092131913
fix: linter (backport #31763 ) ( #31766 )
...
fix: linter (#31763 )
(cherry picked from commit 9c580dde39 )
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com >
2022-08-03 11:17:44 +05:30
mergify[bot]
6dce122825
fix: specify allowed doctype in queries (backport #31761 ) ( #31764 )
...
fix: specify allowed doctype in queries (#31761 )
(cherry picked from commit 9baa222976 )
Co-authored-by: Sagar Vora <sagar@resilient.tech >
2022-08-03 11:16:41 +05:30
Ankush Menat
248cc48842
ci: setup releases for v14 ( #31759 )
...
[skip ci]
2022-08-02 12:11:36 +05:30
Deepesh Garg
ebd8f2f45b
chore: verison bump and change log
v14.0.0
2022-08-01 22:29:34 +05:30
rohitwaghchaure
590e91bb80
Merge pull request #31750 from rohitwaghchaure/minor-fix-change-link
...
fix: minor URL link
2022-08-01 14:31:09 +05:30
Rohit Waghchaure
0e7c4314b4
fix: minor changed link
2022-08-01 14:03:12 +05:30
Marica
1a2ffc7c6e
Merge pull request #31601 from pps190/pref-wh-wise-stock-value
...
perf: reduce db calls for warehouse wise stock value chart
2022-07-27 17:47:43 +05:30
HENRY Florian
cc1f837685
fix: update fr translations ( #31687 )
...
* fix: update fr translations
* fix: update fr translation
* fix: update fr translation
* chore: Replace apostrophe encoding by symbol
Co-authored-by: marination <maricadsouza221197@gmail.com >
2022-07-27 17:21:01 +05:30
Nabin Hait
67fefa37ce
Merge pull request #31678 from nabinhait/crm-fixes-5
...
fix: mentions in notes, workspace links, no-of-employees field type and report fixes
2022-07-27 16:50:18 +05:30
Marica
53b6cea610
Merge pull request #31469 from marination/make-image-field-obsolete-in-web-item
...
chore: Make `image` field obsolete in Website Item (redundant)
2022-07-27 15:43:01 +05:30
Marica
4fa58d7931
Merge branch 'develop' into make-image-field-obsolete-in-web-item
2022-07-27 14:53:03 +05:30
Suraj Shetty
273c6ff598
Merge pull request #31690 from phot0n/fix-payments-stuff
2022-07-27 14:37:15 +05:30
Marica
56db91b322
Merge branch 'develop' into make-image-field-obsolete-in-web-item
2022-07-27 14:12:09 +05:30
marination
af38baeb3b
fix: Map Item image to Website Item website_image only if published via UI (v13)
...
- For v12 Items, `website_image` should be mapped from `Item` to `Website Item`
2022-07-27 14:09:49 +05:30
phot0n
0048bcb067
chore: fix linter
2022-07-27 12:34:52 +05:30
phot0n
76493e928f
ci: update install script and patch workflow to accomodate payments app
2022-07-27 12:21:48 +05:30
Nabin Hait
02dd174bc7
Merge branch 'develop' into crm-fixes-5
2022-07-27 11:56:36 +05:30
Deepesh Garg
1e3918d637
Merge pull request #31286 from SolufyPrivateLimited/solufy_rec_pay_report
...
fix: Added total of future amount, Remaining Balance in Payable and Receivable reports
2022-07-27 08:26:16 +05:30
rohitwaghchaure
cdec6f60de
Merge pull request #31681 from rohitwaghchaure/dont-show-zero-qty-data-in-report
...
fix: dont show zero qty available items in stock ageing report
2022-07-27 00:44:11 +05:30