| "href" : "javascript:loan_add_popup.show();" | "href" : "javascript:loan_add_popup.show();" | ||||
| }, | }, | ||||
| { "$template": "Separator" }, | { "$template": "Separator" }, | ||||
| { "value": "Export", "icon": "mdi mdi-file-export" , "href": "export.html"}, | |||||
| { "value": "Import", "icon": "mdi mdi-file-upload" , "href": "import.html"}, | |||||
| { "$template": "Separator" }, | |||||
| { "value": "New", "icon": "mdi mdi-file-export", "badge": "20" , "href" : "transaction_new.html"}, | { "value": "New", "icon": "mdi mdi-file-export", "badge": "20" , "href" : "transaction_new.html"}, | ||||
| { "value": "Submitted", "icon": "mdi mdi-file-upload", "badge": "50", "href" : "transaction_submit.html" }, | { "value": "Submitted", "icon": "mdi mdi-file-upload", "badge": "50", "href" : "transaction_submit.html" }, | ||||
| { "value": "Approved", "icon": "mdi mdi-file-upload", "badge": "35" ,"href" : "transaction_submit.html"}, | { "value": "Approved", "icon": "mdi mdi-file-upload", "badge": "35" ,"href" : "transaction_submit.html"}, | ||||
| ] | ] | ||||
| } | } | ||||
| }, | }, | ||||
| { | |||||
| "value": "Trails", | |||||
| "autowidth": true, | |||||
| "icon": "mdi mdi-bank-transfer", | |||||
| "submenu": { | |||||
| "data": [ | |||||
| { | |||||
| "value": "List all", "icon": "mdi mdi-table-column-plus-before" , | |||||
| }, | |||||
| { "$template": "Separator" }, | |||||
| { "value": "Export", "icon": "mdi mdi-file-export" , "href" : "javascript:loan_add_popup.show();"}, | |||||
| { "value": "Import", "icon": "mdi mdi-file-upload" , "href" : "javascript:loan_add_popup.show();"} | |||||
| ] | |||||
| } | |||||
| }, | |||||
| { | { | ||||
| "value": "Clients", | "value": "Clients", | ||||
| "icon": "mdi mdi-account-supervisor-circle", | "icon": "mdi mdi-account-supervisor-circle", |