Add Anual Chart Report Feature
This commit is contained in:
@@ -215,6 +215,7 @@
|
||||
<th>Omset Bulan Ini</th>
|
||||
<th>Jumlah l</th>
|
||||
<th>Jumlah p</th>
|
||||
<th>status</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -258,6 +259,11 @@
|
||||
<td><?php echo rupiah($absensi->omset) ?></td>
|
||||
<td><?php echo $absensi->karyawan_l ?></td>
|
||||
<td><?php echo $absensi->karyawan_p ?></td>
|
||||
<?php if($absensi->signed=='3'){ ?>
|
||||
<td><span class="badge badge-sm badge-warning">By system</span></td>
|
||||
<?php }elseif($absensi->signed=='1'){ ?>
|
||||
<td><span class="badge badge-sm badge-success">By Owner</span></td>
|
||||
<?php } ?>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user