{ "title" : "Angsuran", "table" : "mags", "filterDate": true, "filterDateData": "mags.tgl", "filter": { "nama": { "title": "Nama", "name": "nama", "type": "text" }, "keterangan": { "title": "Keterangan", "name": "keterangan", "type": "text" }, "pokok": { "title": "Pokok", "name": "pokok", "type": "number" }, "bunga": { "title": "Bunga", "name": "bunga", "type": "number" }, "user": { "title": "User", "name": "user", "type": "text" } }, "format": { "tgl": "date", "pokok": "number", "bunga": "number" }, "name" : ["tgl","kode", "nomor","faktur","nama", "cash","pokok","bunga","keterangan","user","userlog"], "views" : [ "mags.tgl tgl" ,"mags.kode" , "mags.nomor" , "mags.faktur" , "anggota.nama" , "concat(acc.kode,'-',acc.nama) cash" , "mags.pokok pokok" , "mags.bunga bunga" , "mags.keterangan" , "mags.user" , "mags.userlog" ], "search" : ["tgl", "kode", "nomor", "faktur", "nama", "cash", "pokok", "bunga", "keterangan", "user", "userlog"], "join": [ { "table": "anggota", "kode": "kode", "koneksi": "kode", "koneksiTable": "mags" } ,{ "table": "acc", "kode": "kode", "koneksi": "cash", "koneksiTable": "mags" } ], "headName" : ["TANGGAL","KODE", "NOMOR ANGSURAN","FAKTUR","NAMA","AKUN PENERIMA","POKOK","BUNGA","KETERANGAN","USER","USERLOG"], "layout" : "l", "order": [ "mags.tgl DESC, mags.userlog DESC" ] }