From 8e7c8a648221bdd35b9ecde52a9b56d78b412206 Mon Sep 17 00:00:00 2001 From: sonali Date: Thu, 8 Dec 2022 17:23:08 +0530 Subject: [PATCH] Update bank_reconciliation_tool.json Adding fields in bank reconciliation tool --- .../bank_reconciliation_tool.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/erpnext/accounts/doctype/bank_reconciliation_tool/bank_reconciliation_tool.json b/erpnext/accounts/doctype/bank_reconciliation_tool/bank_reconciliation_tool.json index f666101d3f..1d49c9de25 100644 --- a/erpnext/accounts/doctype/bank_reconciliation_tool/bank_reconciliation_tool.json +++ b/erpnext/accounts/doctype/bank_reconciliation_tool/bank_reconciliation_tool.json @@ -83,6 +83,24 @@ "fieldname": "no_bank_transactions", "fieldtype": "HTML" } + { + "depends_on": "eval:doc.filtered_by_reference_date", + "fieldname": "from_reference_date", + "fieldtype": "Date", + "label": "From Reference Date" + }, + { + "depends_on": "eval:doc.filtered_by_reference_date", + "fieldname": "to_reference_date", + "fieldtype": "Date", + "label": "To Reference Date" + }, + { + "default": "0", + "fieldname": "filtered_by_reference_date", + "fieldtype": "Check", + "label": "Filtered by Reference Date" + } ], "hide_toolbar": 1, "index_web_pages_for_search": 1,