-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimpanan.json
More file actions
26 lines (26 loc) · 878 Bytes
/
simpanan.json
File metadata and controls
26 lines (26 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
{
"no": "1",
"kode_transaksi": "TRK0008",
"tgl_transaksi": "26 April 2024 - 13:17",
"id_anggota": "Anggota",
"nama_anggota": "Widi Aljatsiyah",
"dept": "Engineering",
"jenis+penarikan": "Simpanan Pokok",
"jumlah": "10.000.000",
"user": "Admin",
"cetak": "<button class='btn btn-secondary' type='button'><i class='fal fa-print mr-1'></i></button>"
},
{
"no": "2",
"kode_transaksi": "TRK00010",
"tgl_transaksi": "26 April 2024 - 13:17",
"id_anggota": "Pengguna",
"nama_anggota": "Walgiman",
"dept": "Produksi BOPP",
"jenis+penarikan": "Simpanan Sukarela",
"jumlah": "1.000.000",
"user": "Admin",
"cetak": "<button class='btn btn-secondary' type='button'><i class='fal fa-print mr-1'></i></button>"
}
]