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.

93 lines
1.9 KiB
JSON

{
"title": "Simpanan",
"table": "msimpan",
"filterDate": true,
"filterDateData": "msimpan.tgl",
"filter": {
"faktur": {
"title": "Faktur",
"name": "faktur",
"type": "text"
},
"nama": {
"title": "Nama",
"name": "nama",
"type": "text"
},
"keterangan": {
"title": "Keterangan",
"name": "keterangan",
"type": "text"
},
"jumlah": {
"title": "Jumlah",
"name": "jumlah",
"type": "number"
},
"username": {
"title": "User",
"name": "username",
"type": "text"
}
},
"name": [
"tgl",
"faktur",
"nama",
"cash",
"jumlah",
"keterangan",
"username",
"userlog"
],
"format": {
"tgl": "date",
"jumlah": "number"
},
"views": [
"msimpan.tgl tgl",
"msimpan.faktur",
"anggota.nama",
"concat(acc.kode,'-',acc.nama) cash",
"msimpan.jumlah jumlah",
"msimpan.keterangan",
"msimpan.username",
"msimpan.userlog"
],
"search": [
"tgl",
"faktur",
"nama",
"cash",
"jumlah",
"keterangan",
"username",
"userlog"
],
"join": [
{
"table": "anggota",
"kode": "kode",
"koneksi": "kode",
"koneksiTable": "msimpan"
}
,{
"table": "acc",
"kode": "kode",
"koneksi": "cash",
"koneksiTable": "msimpan"
}
],
"headName": [
"TANGGAL",
"FAKTUR",
"NAMA",
"AKUN PENERIMA",
"JUMLAH",
"KETERANGAN",
"USER",
"USERLOG"
],
"layout": "l",
"order": ["msimpan.userlog DESC"]
}