mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
Update bank_reconciliation_tool.json
Adding fields in bank reconciliation tool
This commit is contained in:
@@ -83,6 +83,24 @@
|
|||||||
"fieldname": "no_bank_transactions",
|
"fieldname": "no_bank_transactions",
|
||||||
"fieldtype": "HTML"
|
"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,
|
"hide_toolbar": 1,
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user