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 1d49c9de258..a1269489edc 100644 --- a/erpnext/accounts/doctype/bank_reconciliation_tool/bank_reconciliation_tool.json +++ b/erpnext/accounts/doctype/bank_reconciliation_tool/bank_reconciliation_tool.json @@ -1,129 +1,134 @@ { - "actions": [], - "creation": "2020-12-02 10:13:02.148040", - "doctype": "DocType", - "editable_grid": 1, - "engine": "InnoDB", - "field_order": [ - "company", - "bank_account", - "column_break_1", - "bank_statement_from_date", - "bank_statement_to_date", - "column_break_2", - "account_opening_balance", - "bank_statement_closing_balance", - "section_break_1", - "reconciliation_tool_cards", - "reconciliation_tool_dt", - "no_bank_transactions" - ], - "fields": [ + "actions": [], + "creation": "2020-12-02 10:13:02.148040", + "doctype": "DocType", + "editable_grid": 1, + "engine": "InnoDB", + "field_order": [ + "company", + "bank_account", + "column_break_1", + "bank_statement_from_date", + "bank_statement_to_date", + "column_break_2", + "filtered_by_reference_date", + "from_reference_date", + "to_reference_date", + "account_opening_balance", + "bank_statement_closing_balance", + "section_break_1", + "reconciliation_tool_cards", + "reconciliation_tool_dt", + "no_bank_transactions" + ], + "fields": [ { - "fieldname": "company", - "fieldtype": "Link", - "label": "Company", - "options": "Company" + "fieldname": "company", + "fieldtype": "Link", + "label": "Company", + "options": "Company" }, { - "fieldname": "bank_account", - "fieldtype": "Link", - "label": "Bank Account", - "options": "Bank Account" + "fieldname": "bank_account", + "fieldtype": "Link", + "label": "Bank Account", + "options": "Bank Account" }, { - "fieldname": "column_break_1", - "fieldtype": "Column Break" + "fieldname": "column_break_1", + "fieldtype": "Column Break" }, { - "depends_on": "eval: doc.bank_account", - "fieldname": "bank_statement_from_date", - "fieldtype": "Date", - "label": "From Date" + "depends_on": "eval: doc.bank_account", + "fieldname": "bank_statement_from_date", + "fieldtype": "Date", + "label": "From Date" }, { - "depends_on": "eval: doc.bank_statement_from_date", - "fieldname": "bank_statement_to_date", - "fieldtype": "Date", - "label": "To Date" + "depends_on": "eval: doc.bank_statement_from_date", + "fieldname": "bank_statement_to_date", + "fieldtype": "Date", + "label": "To Date" }, { - "fieldname": "column_break_2", - "fieldtype": "Column Break" + "fieldname": "column_break_2", + "fieldtype": "Column Break" }, { - "depends_on": "eval: doc.bank_statement_from_date", - "fieldname": "account_opening_balance", - "fieldtype": "Currency", - "label": "Account Opening Balance", - "options": "Currency", - "read_only": 1 + "depends_on": "eval: doc.bank_statement_from_date", + "fieldname": "account_opening_balance", + "fieldtype": "Currency", + "label": "Account Opening Balance", + "options": "Currency", + "read_only": 1 }, { - "depends_on": "eval: doc.bank_statement_to_date", - "fieldname": "bank_statement_closing_balance", - "fieldtype": "Currency", - "label": "Closing Balance", - "options": "Currency" + "depends_on": "eval: doc.bank_statement_to_date", + "fieldname": "bank_statement_closing_balance", + "fieldtype": "Currency", + "label": "Closing Balance", + "options": "Currency" }, { - "fieldname": "section_break_1", - "fieldtype": "Section Break", - "label": "Reconcile" + "fieldname": "section_break_1", + "fieldtype": "Section Break", + "label": "Reconcile" }, { - "fieldname": "reconciliation_tool_cards", - "fieldtype": "HTML" + "fieldname": "reconciliation_tool_cards", + "fieldtype": "HTML" }, { - "fieldname": "reconciliation_tool_dt", - "fieldtype": "HTML" + "fieldname": "reconciliation_tool_dt", + "fieldtype": "HTML" }, { - "fieldname": "no_bank_transactions", - "fieldtype": "HTML" + "fieldname": "no_bank_transactions", + "fieldtype": "HTML", + "options": "