Change Absen to Presensi
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
<li class="list-group-item text-dark border-bottom">Data UMKM</li>
|
||||
</a>
|
||||
<a href="<?php echo base_url('index.php/')?>admin/absensi" style="text-decoration:none;">
|
||||
<li class="list-group-item bg-primary text-white border-bottom">Absensi</li>
|
||||
<li class="list-group-item bg-primary text-white border-bottom">Presensi</li>
|
||||
</a>
|
||||
<a href="<?php echo base_url('index.php/')?>admin/laporan" style="text-decoration:none;">
|
||||
<li class="list-group-item text-dark border-bottom">Laporan</li>
|
||||
@@ -73,18 +73,18 @@
|
||||
</div>
|
||||
<div class="col col-md-9 col-lg-9 col-sm-12 col-12">
|
||||
<div class="card">
|
||||
<h5 class="card-header">Absensi</h5>
|
||||
<h5 class="card-header">Presensi</h5>
|
||||
<div class="card-body">
|
||||
<div>
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo base_url('index.php/')?>admin/absensi" class="nav-link">Absen Aktif</a>
|
||||
<a href="<?php echo base_url('index.php/')?>admin/absensi" class="nav-link">Presensi Aktif</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo base_url('index.php/')?>admin/daftarabsen" class="nav-link active">Data Absensi</a>
|
||||
<a href="<?php echo base_url('index.php/')?>admin/daftarabsen" class="nav-link active">Data Presensi</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo base_url('index.php/')?>admin/progresabsen" class="nav-link">Progres Absensi</a>
|
||||
<a href="<?php echo base_url('index.php/')?>admin/progresabsen" class="nav-link">Progres Presensi</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -108,12 +108,12 @@
|
||||
if (isset($del_msg)){
|
||||
if($del_msg=='error'){
|
||||
?>
|
||||
<div class="alert alert-danger" role="alert">Tidak bisa menghapus absen bulan ke <strong><?php echo $del_absen ?></strong>
|
||||
tahun <strong><?php echo $tahun ?></strong>, kerena terdapat data absensi UMKM yang aktif !</div>
|
||||
<div class="alert alert-danger" role="alert">Tidak bisa menghapus presensi bulan ke <strong><?php echo $del_absen ?></strong>
|
||||
tahun <strong><?php echo $tahun ?></strong>, kerena terdapat data presensi UMKM yang aktif !</div>
|
||||
<?php } elseif($del_msg=='errorlaporan'){ ?>
|
||||
<div class="alert alert-danger" role="alert">
|
||||
Tidak bisa menghapus absen bulan ke <strong><?php echo $del_absen ?></strong> tahun <strong><?php echo $tahun ?></strong>
|
||||
, kerena absen untuk tahun <strong><?php echo $tahun ?></strong> sudah ditutup !
|
||||
Tidak bisa menghapus presensi bulan ke <strong><?php echo $del_absen ?></strong> tahun <strong><?php echo $tahun ?></strong>
|
||||
, kerena presensi untuk tahun <strong><?php echo $tahun ?></strong> sudah ditutup !
|
||||
</div>
|
||||
<?php } elseif($del_msg=='sucess'){ ?>
|
||||
<div class="alert alert-success" role="alert">Data berhasil terhapus !</div>
|
||||
@@ -130,8 +130,8 @@
|
||||
|
||||
<?php if($notifikasi){?>
|
||||
<div class="alert alert-warning" role="alert">
|
||||
Absensi untuk tahun <strong><?php echo $tahun ?></strong> sudah <strong>DITUTUP</strong>,
|
||||
Anda <strong>tidak bisa</strong> melakukan operasi apapun terhadap absensi yang sudah ditutup !
|
||||
Presensi untuk tahun <strong><?php echo $tahun ?></strong> sudah <strong>DITUTUP</strong>,
|
||||
Anda <strong>tidak bisa</strong> melakukan operasi apapun terhadap presensi yang sudah ditutup !
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
@@ -139,7 +139,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Bln</th>
|
||||
<th>Jml Absensi</th>
|
||||
<th>Jml Presensi</th>
|
||||
<th>Jml UMKM</th>
|
||||
<th>Rata-rata Aset</th>
|
||||
<th>Rata-rata Omset/Bln</th>
|
||||
|
||||
Reference in New Issue
Block a user