Merge branch 'main' of https://github.com/updidev/bpkd-sidata
This commit is contained in:
@@ -83,8 +83,8 @@
|
|||||||
<tr class="headings">
|
<tr class="headings">
|
||||||
<th rowspan=2>No</th>
|
<th rowspan=2>No</th>
|
||||||
<th rowspan=2>Nama Rekening</th>
|
<th rowspan=2>Nama Rekening</th>
|
||||||
<th colspan=2 class="text-right">Jumlah</th>
|
<th rowspan=2 class="text-right">Sisa Tahun Anggaran Sebelumnya</th>
|
||||||
<th rowspan=2 class="text-right">Sisa</th>
|
<th colspan=2 class="text-right">Total Salur</th>
|
||||||
<th colspan=2 class="text-right">Jan</th>
|
<th colspan=2 class="text-right">Jan</th>
|
||||||
<th colspan=2 class="text-right">Feb</th>
|
<th colspan=2 class="text-right">Feb</th>
|
||||||
<th colspan=2 class="text-right">Mar</th>
|
<th colspan=2 class="text-right">Mar</th>
|
||||||
@@ -447,9 +447,9 @@
|
|||||||
"columns": [
|
"columns": [
|
||||||
{ "data": null},
|
{ "data": null},
|
||||||
{ "data": "kode_rekening", "width": "400px" },
|
{ "data": "kode_rekening", "width": "400px" },
|
||||||
|
{ "data": null, "className":"text-right text-primary" },
|
||||||
{ "data": null, "className":"text-right " },
|
{ "data": null, "className":"text-right " },
|
||||||
{ "data": null, "className":"text-right text-success" },
|
{ "data": null, "className":"text-right text-success" },
|
||||||
{ "data": null, "className":"text-right text-primary" },
|
|
||||||
{ "data": "spsbulan1", "className":"text-right" },
|
{ "data": "spsbulan1", "className":"text-right" },
|
||||||
{ "data": null, "className":"text-right text-success" },
|
{ "data": null, "className":"text-right text-success" },
|
||||||
{ "data": "spsbulan2", "className":"text-right" },
|
{ "data": "spsbulan2", "className":"text-right" },
|
||||||
@@ -496,9 +496,9 @@
|
|||||||
total+=parseFloat(sps[i]);
|
total+=parseFloat(sps[i]);
|
||||||
totalReal+=parseFloat(real[i]);
|
totalReal+=parseFloat(real[i]);
|
||||||
})
|
})
|
||||||
$("td:eq(2)", nRow).html(separateNumberIndo(total));
|
$("td:eq(3)", nRow).html(separateNumberIndo(total));
|
||||||
$("td:eq(3)", nRow).html(separateNumberIndo(totalReal));
|
$("td:eq(4)", nRow).html(separateNumberIndo(totalReal));
|
||||||
$("td:eq(4)", nRow).html(separateNumberIndo(aData["sisa"]));
|
$("td:eq(2)", nRow).html(separateNumberIndo(aData["sisa"]));
|
||||||
|
|
||||||
return nRow;
|
return nRow;
|
||||||
},
|
},
|
||||||
@@ -546,9 +546,9 @@
|
|||||||
return $("<tr/>")
|
return $("<tr/>")
|
||||||
.append( "<td></td>")
|
.append( "<td></td>")
|
||||||
.append( "<td class=\'text-left " + textmuted +"\'><strong>"+labelGroup+"</strong></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-right " + textmuted +"\'><strong>"+ separateNumberIndo(total) +"</strong></td>" )
|
||||||
.append( "<td class='text-success text-right'><strong>"+ separateNumberIndo(totalReal) +"</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-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-success text-right'><strong>"+ separateNumberIndo(sumReal[0]) +"</strong></td>" )
|
||||||
.append( "<td class=\'text-right " + textmuted +"\'><strong>"+ separateNumberIndo(sum[1]) +"</strong></td>" )
|
.append( "<td class=\'text-right " + textmuted +"\'><strong>"+ separateNumberIndo(sum[1]) +"</strong></td>" )
|
||||||
|
|||||||
Reference in New Issue
Block a user