You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
1.9 KiB
JSON

{
"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"
]
}