This commit is contained in:
Pusdatin BPKD Jkt
2023-11-14 10:34:33 +07:00
parent 7cf0a8d4f3
commit 0ad4092d20
@@ -83,8 +83,8 @@
<tr class="headings">
<th rowspan=2>No</th>
<th rowspan=2>Nama Rekening</th>
<th colspan=2 class="text-right">Jumlah</th>
<th rowspan=2 class="text-right">Sisa</th>
<th rowspan=2 class="text-right">Sisa Tahun Anggaran Sebelumnya</th>
<th colspan=2 class="text-right">Total Salur</th>
<th colspan=2 class="text-right">Jan</th>
<th colspan=2 class="text-right">Feb</th>
<th colspan=2 class="text-right">Mar</th>
@@ -447,9 +447,9 @@
"columns": [
{ "data": null},
{ "data": "kode_rekening", "width": "400px" },
{ "data": null, "className":"text-right text-primary" },
{ "data": null, "className":"text-right " },
{ "data": null, "className":"text-right text-success" },
{ "data": null, "className":"text-right text-primary" },
{ "data": "spsbulan1", "className":"text-right" },
{ "data": null, "className":"text-right text-success" },
{ "data": "spsbulan2", "className":"text-right" },
@@ -496,9 +496,9 @@
total+=parseFloat(sps[i]);
totalReal+=parseFloat(real[i]);
})
$("td:eq(2)", nRow).html(separateNumberIndo(total));
$("td:eq(3)", nRow).html(separateNumberIndo(totalReal));
$("td:eq(4)", nRow).html(separateNumberIndo(aData["sisa"]));
$("td:eq(3)", nRow).html(separateNumberIndo(total));
$("td:eq(4)", nRow).html(separateNumberIndo(totalReal));
$("td:eq(2)", nRow).html(separateNumberIndo(aData["sisa"]));
return nRow;
},
@@ -546,9 +546,9 @@
return $("<tr/>")
.append( "<td></td>")
.append( "<td class=\'text-left " + textmuted +"\'><strong>"+labelGroup+"</strong></td>")
.append( "<td class='text-primary text-right'><strong>"+ separateNumberIndo(totalSisa) +"</strong></td>" )
.append( "<td class=\'text-right " + textmuted +"\'><strong>"+ separateNumberIndo(total) +"</strong></td>" )
.append( "<td class='text-success text-right'><strong>"+ separateNumberIndo(totalReal) +"</strong></td>" )
.append( "<td class='text-primary text-right'><strong>"+ separateNumberIndo(totalSisa) +"</strong></td>" )
.append( "<td class=\'text-right " + textmuted +"\'><strong>"+ separateNumberIndo(sum[0]) +"</strong></td>" )
.append( "<td class='text-success text-right'><strong>"+ separateNumberIndo(sumReal[0]) +"</strong></td>" )
.append( "<td class=\'text-right " + textmuted +"\'><strong>"+ separateNumberIndo(sum[1]) +"</strong></td>" )