Update bank_reconciliation_tool.json
Adding fields in bank reconciliation tool
This commit is contained in:
parent
447272aa4d
commit
8e7c8a6482
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user