fix: json issue

This commit is contained in:
sonali
2022-12-21 14:02:54 +05:30
parent 6b5276398e
commit 81e5f71172

View File

@@ -1,129 +1,134 @@
{ {
"actions": [], "actions": [],
"creation": "2020-12-02 10:13:02.148040", "creation": "2020-12-02 10:13:02.148040",
"doctype": "DocType", "doctype": "DocType",
"editable_grid": 1, "editable_grid": 1,
"engine": "InnoDB", "engine": "InnoDB",
"field_order": [ "field_order": [
"company", "company",
"bank_account", "bank_account",
"column_break_1", "column_break_1",
"bank_statement_from_date", "bank_statement_from_date",
"bank_statement_to_date", "bank_statement_to_date",
"column_break_2", "column_break_2",
"account_opening_balance", "filtered_by_reference_date",
"bank_statement_closing_balance", "from_reference_date",
"section_break_1", "to_reference_date",
"reconciliation_tool_cards", "account_opening_balance",
"reconciliation_tool_dt", "bank_statement_closing_balance",
"no_bank_transactions" "section_break_1",
], "reconciliation_tool_cards",
"fields": [ "reconciliation_tool_dt",
"no_bank_transactions"
],
"fields": [
{ {
"fieldname": "company", "fieldname": "company",
"fieldtype": "Link", "fieldtype": "Link",
"label": "Company", "label": "Company",
"options": "Company" "options": "Company"
}, },
{ {
"fieldname": "bank_account", "fieldname": "bank_account",
"fieldtype": "Link", "fieldtype": "Link",
"label": "Bank Account", "label": "Bank Account",
"options": "Bank Account" "options": "Bank Account"
}, },
{ {
"fieldname": "column_break_1", "fieldname": "column_break_1",
"fieldtype": "Column Break" "fieldtype": "Column Break"
}, },
{ {
"depends_on": "eval: doc.bank_account", "depends_on": "eval: doc.bank_account",
"fieldname": "bank_statement_from_date", "fieldname": "bank_statement_from_date",
"fieldtype": "Date", "fieldtype": "Date",
"label": "From Date" "label": "From Date"
}, },
{ {
"depends_on": "eval: doc.bank_statement_from_date", "depends_on": "eval: doc.bank_statement_from_date",
"fieldname": "bank_statement_to_date", "fieldname": "bank_statement_to_date",
"fieldtype": "Date", "fieldtype": "Date",
"label": "To Date" "label": "To Date"
}, },
{ {
"fieldname": "column_break_2", "fieldname": "column_break_2",
"fieldtype": "Column Break" "fieldtype": "Column Break"
}, },
{ {
"depends_on": "eval: doc.bank_statement_from_date", "depends_on": "eval: doc.bank_statement_from_date",
"fieldname": "account_opening_balance", "fieldname": "account_opening_balance",
"fieldtype": "Currency", "fieldtype": "Currency",
"label": "Account Opening Balance", "label": "Account Opening Balance",
"options": "Currency", "options": "Currency",
"read_only": 1 "read_only": 1
}, },
{ {
"depends_on": "eval: doc.bank_statement_to_date", "depends_on": "eval: doc.bank_statement_to_date",
"fieldname": "bank_statement_closing_balance", "fieldname": "bank_statement_closing_balance",
"fieldtype": "Currency", "fieldtype": "Currency",
"label": "Closing Balance", "label": "Closing Balance",
"options": "Currency" "options": "Currency"
}, },
{ {
"fieldname": "section_break_1", "fieldname": "section_break_1",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Reconcile" "label": "Reconcile"
}, },
{ {
"fieldname": "reconciliation_tool_cards", "fieldname": "reconciliation_tool_cards",
"fieldtype": "HTML" "fieldtype": "HTML"
}, },
{ {
"fieldname": "reconciliation_tool_dt", "fieldname": "reconciliation_tool_dt",
"fieldtype": "HTML" "fieldtype": "HTML"
}, },
{ {
"fieldname": "no_bank_transactions", "fieldname": "no_bank_transactions",
"fieldtype": "HTML" "fieldtype": "HTML",
"options": "<div class=\"text-muted text-center\">No Matching Bank Transactions Found</div>"
},
{
"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,
"issingle": 1,
"links": [],
"modified": "2022-12-03 15:40:05.330083",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Bank Reconciliation Tool",
"owner": "Administrator",
"permissions": [
{ {
"depends_on": "eval:doc.filtered_by_reference_date", "create": 1,
"fieldname": "from_reference_date", "delete": 1,
"fieldtype": "Date", "email": 1,
"label": "From Reference Date" "print": 1,
}, "read": 1,
{ "role": "System Manager",
"depends_on": "eval:doc.filtered_by_reference_date", "share": 1,
"fieldname": "to_reference_date", "write": 1
"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,
"issingle": 1,
"links": [],
"modified": "2021-04-21 11:13:49.831769",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Bank Reconciliation Tool",
"owner": "Administrator",
"permissions": [
{
"create": 1,
"delete": 1,
"email": 1,
"print": 1,
"read": 1,
"role": "System Manager",
"share": 1,
"write": 1
} }
], ],
"quick_entry": 1, "quick_entry": 1,
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC" "sort_order": "DESC",
} "states": []
}