This commit is contained in:
Izuddin
2022-08-30 13:34:59 +07:00
parent d853d49c8a
commit 0992bf8e3e
10 changed files with 374 additions and 65 deletions
@@ -56,9 +56,9 @@
<div class="card-body">
<table id="tableAKBReal" class="table table-striped">
<thead>
<th>Bulan</th>
<th class="text-right">AKB</th>
<th class="text-right">Realisasi</th>
<th width="30%">Bulan</th>
<th width="35%" class="text-right">AKB</th>
<th width="35%" class="text-right">Realisasi</th>
</thead>
<tbody>
<?php
@@ -73,14 +73,16 @@
$totalAKB+=floatVal($vwAKB["v_akb_".substr("00".($key+1),-2)]);
$totalBKU+=floatVal($vwAKB["v_bku_".substr("00".($key+1),-2)]);
} ?>
<tr>
<td><strong>TOTAL</strong></td>
<td class="text-right"><strong>{{ separateNumberIndo($totalAKB) }}</strong></td>
<td class="text-right"><strong>{{ separateNumberIndo($totalBKU) }}</strong></td>
</tr>
</tbody>
</table>
</div>
<div class="card-footer">
<div class="row">
<div class="col-4"><strong>TOTAL</strong></div>
<div class="col-4 text-right"><strong>{{ separateNumberIndo($totalAKB) }}</strong></div>
<div class="col-4 text-right"><strong>{{ separateNumberIndo($totalBKU) }}</strong></div>
</div>
</div>
</div>
</div>
<div class="col-6">
@@ -95,7 +97,7 @@
{{-- @endif --}}
</div>
</div>
<div class="card-body" style="height:255px; max-height:255px; overflow-y:scroll">
<div class="card-body" style="height:215px; max-height:215px; overflow-y:scroll">
<table class="table table-sm table-striped">
<thead>
<th>No</th>
@@ -114,13 +116,15 @@
<td class="text-right">{{ separateNumberIndo($spd->jml) }}</td>
</tr>
<?php $totalSPD+=floatVal($spd->jml); } ?>
<tr>
<td colspan="3"><strong>TOTAL SPD</strong></td>
<td class="text-right"><strong>{{ separateNumberIndo($totalSPD) }}</strong></td>
</tr>
</tbody>
</table>
</div>
<div class="card-footer">
<div class="row">
<div class="col-6"><strong>TOTAL SPD</strong></div>
<div class="col-6 text-right"><strong>{{ separateNumberIndo($totalSPD) }}</strong></div>
</div>
</div>
</div>
<div class="card">
<div class="card-header">
@@ -133,7 +137,7 @@
{{-- @endif --}}
</div>
</div>
<div class="card-body" style="height:255px; max-height:255px; overflow-y:scroll">
<div class="card-body" style="height:215px; max-height:215px; overflow-y:scroll">
<table class="table table-sm table-striped">
<thead>
<th>No</th>
@@ -152,13 +156,15 @@
<td class="text-right">{{ separateNumberIndo($sp2d->v_spp) }}</td>
</tr>
<?php $totalSP2D+=floatVal($sp2d->v_spp); } ?>
<tr >
<td colspan="3"><strong>TOTAL SP2D</strong></td>
<td class="text-right"><strong>{{ separateNumberIndo($totalSP2D) }}</strong></td>
</tr>
</tbody>
</table>
</div>
<div class="card-footer">
<div class="row">
<div class="col-6"><strong>TOTAL SP2D</strong></div>
<div class="col-6 text-right"><strong>{{ separateNumberIndo($totalSP2D) }}</strong></div>
</div>
</div>
</div>
</div>
</div>