buat laporan

This commit is contained in:
hafifierahman
2021-11-12 01:16:54 +08:00
parent a4e02a3914
commit ec7c29250a
6 changed files with 41 additions and 209 deletions
@@ -41,21 +41,13 @@
<thead class="thead-dark">
<tr>
<th>Bil</th>
<th>No Pelanggan</th>
<th>No K/P</th>
<th>Nama</th>
<th>Yuran Ahli</th>
</tr>
</thead>
</table>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Bilangan Surat : <span id="bilangan_surat">3</span>
Jumlah Pinjaman : <span id="jumlah_pinjaman">RM 3,000.00</span>
</div>
</div>
</div>
</div>
</div>
@@ -107,10 +99,8 @@
$.each(data,function(index,customers){
tablecustomers.row.add([
counter,
customers['nopelanggan'],
customers['kpbaru'],
customers['nama'],
customers['yuranahli']
customers['nama']
]).draw();
});