Add Laporan Bulanan, Laporan By Kelurahan, laporan By Kecamatan, and Fix Some Bugs

This commit is contained in:
2021-09-19 21:39:23 +07:00
parent 4a12d026fd
commit b42ee3ba25
25 changed files with 5098 additions and 51 deletions

View File

@@ -198,39 +198,17 @@
</div>
<div class="spasi">&nbsp;</div>
<?php if(isset($tahun_0)){?>
<div class="judul">
<div class="judul" style="width:900px;text-align:left;font-size:14px;">
PERBANDINGAN DENGAN TAHUN <?php echo $tahun_0 ?>
</div>
<div class="spasi">&nbsp;</div>
<div>
<table>
<table style="width:900px;">
<thead>
<tr>
<th></th>
<th>Tahun</th>
<th>Aset</th>
<th>Omset</th>
</tr>
</thead>
<tbody>
<tr>
<td><?php echo $tahun ?></td>
<td><?php echo rupiah($aset_1) ?></td>
<td><?php echo rupiah($omset_1) ?></td>
</tr>
<tr>
<td><?php echo $tahun_0 ?></td>
<td><?php echo rupiah($aset_0) ?></td>
<td><?php echo rupiah($omset_0) ?></td>
</tr>
</tbody>
</table>
</div>
<div class="spasi">&nbsp;</div>
<div>
<table>
<thead>
<tr>
<th></th>
<th>Jml UMKM</th>
<th>Tenaga Kerja</th>
<th>Mikro</th>
@@ -241,6 +219,8 @@
<tbody>
<tr>
<td><?php echo $tahun ?></td>
<td><?php echo rupiah($aset_1) ?></td>
<td><?php echo rupiah($omset_1) ?></td>
<td><?php echo $umkm_1 ?></td>
<td><?php echo $naker_1 ?></td>
<td><?php echo $mikro_1 ?></td>
@@ -248,7 +228,9 @@
<td><?php echo $menengah_1 ?></td>
</tr>
<tr>
<td><?php echo $tahun ?></td>
<td><?php echo $tahun_0 ?></td>
<td><?php echo rupiah($aset_0) ?></td>
<td><?php echo rupiah($omset_0) ?></td>
<td><?php echo $umkm_0 ?></td>
<td><?php echo $naker_0 ?></td>
<td><?php echo $mikro_0 ?></td>
@@ -258,6 +240,7 @@
</tbody>
</table>
</div>
<?php } ?>
<?php } else {?>