From 0476accf262b02af368da497d138c02c8a9493f8 Mon Sep 17 00:00:00 2001 From: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> Date: Tue, 24 Aug 2021 16:27:10 +0530 Subject: [PATCH] fix: Payment Reconciliation link in Accounting Workspace (#27085) --- .../workspace/accounting/accounting.json | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/workspace/accounting/accounting.json b/erpnext/accounts/workspace/accounting/accounting.json index 10a4001502f..7e3ecaf3ab6 100644 --- a/erpnext/accounts/workspace/accounting/accounting.json +++ b/erpnext/accounts/workspace/accounting/accounting.json @@ -588,7 +588,7 @@ { "hidden": 0, "is_query_report": 0, - "label": "Bank Statement", + "label": "Banking and Payments", "onboard": 0, "type": "Card Break" }, @@ -642,6 +642,24 @@ "onboard": 0, "type": "Link" }, + { + "hidden": 0, + "is_query_report": 0, + "label": "Payment Entry", + "link_to": "Payment Entry", + "link_type": "DocType", + "onboard": 0, + "type": "Link" + }, + { + "hidden": 0, + "is_query_report": 0, + "label": "Payment Reconciliation", + "link_to": "Payment Reconciliation", + "link_type": "DocType", + "onboard": 0, + "type": "Link" + }, { "hidden": 0, "is_query_report": 0, @@ -1064,7 +1082,7 @@ "type": "Link" } ], - "modified": "2021-06-10 03:17:31.427945", + "modified": "2021-08-23 16:06:34.167267", "modified_by": "Administrator", "module": "Accounts", "name": "Accounting",