Change Absen to Presensi
This commit is contained in:
@@ -61,7 +61,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>
|
||||
@@ -74,18 +74,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 active">Absen Aktif</a>
|
||||
<a href="<?php echo base_url('index.php/')?>admin/absensi" class="nav-link active">Presensi Aktif</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo base_url('index.php/')?>admin/daftarabsen" class="nav-link">Data Absensi</a>
|
||||
<a href="<?php echo base_url('index.php/')?>admin/daftarabsen" class="nav-link">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>
|
||||
@@ -94,14 +94,14 @@
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header bg-primary text-white">
|
||||
Status Absensi
|
||||
Status Presensi
|
||||
</div>
|
||||
<?php if($active_absen){?>
|
||||
|
||||
<div class="card-body">
|
||||
<div class="row">
|
||||
<div class="col col-md-9 col-lg-9 col-sm-12 col-12">
|
||||
<h3>Absensi Bulan <?php echo $bulan ?> Tahun <?php echo $data_absen->tahun ?></h3>
|
||||
<h3>Presensi Bulan <?php echo $bulan ?> Tahun <?php echo $data_absen->tahun ?></h3>
|
||||
</div>
|
||||
<div class="col text-right">
|
||||
<a class="btn btn-sm btn-warning" href="<?php echo base_url('index.php/')?>admin/detailabsen?id_absen=<?php echo $data_absen->id_absen ?>">Lihat Detail</a>
|
||||
@@ -151,7 +151,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<label>Progres Absensi</label>
|
||||
<label>Progres Presensi</label>
|
||||
<div class="progress" style="height: 25px;">
|
||||
<div class="progress-bar progress-bar-striped bg-success" role="progressbar" style="width: <?php echo $prosentase_signed_absensi?>%" aria-valuenow="<?php echo $signed_absensi ?>" aria-valuemin="0" aria-valuemax="<?php echo $data_absen->jumlah_umkm ?>"><?php echo $signed_absensi ?></div>
|
||||
<div class="progress-bar progress-bar-striped bg-secondary" role="progressbar" style="width: <?php echo $prosentase_unsigned_absensi?>%" aria-valuenow="<?php echo $unsigned_absensi ?>" aria-valuemin="0" aria-valuemax="<?php echo $data_absen->jumlah_umkm ?>"><?php echo $unsigned_absensi ?></div>
|
||||
@@ -194,10 +194,10 @@
|
||||
<div class="card-body text-center">
|
||||
<img src="<?php echo base_url()?>assets/images/search.png" width="150" /><br>
|
||||
<div class="alert alert-warning" role="alert">
|
||||
Tidak ada <strong>absen aktif</strong> saat ini.
|
||||
Tidak ada <strong>presensi aktif</strong> saat ini.
|
||||
</div>
|
||||
<div>
|
||||
<a href="<?php echo base_url('index.php/')?>admin/tambahabsen" class="btn btn-lg btn-success">Buat Absensi</a>
|
||||
<a href="<?php echo base_url('index.php/')?>admin/tambahabsen" class="btn btn-lg btn-success">Buat Presensi</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -53,7 +53,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 text-dark border-bottom">Absensi</li>
|
||||
<li class="list-group-item text-dark 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>
|
||||
|
||||
@@ -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">Data Absensi</a>
|
||||
<a href="<?php echo base_url('index.php/')?>admin/daftarabsen" class="nav-link">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>
|
||||
<li class="nav-item">
|
||||
<a href="" class="nav-link active">
|
||||
@@ -97,13 +97,13 @@
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header bg-primary text-white" >
|
||||
Detail Absensi
|
||||
Detail Presensi
|
||||
</div>
|
||||
|
||||
<div class="card-body">
|
||||
<div class="row">
|
||||
<div class="col col-md-9 col-lg-9 col-sm-12 col-12">
|
||||
<h3>Absensi Bulan <?php echo $bulan ?> Tahun <?php echo $data_absen->tahun ?></h3>
|
||||
<h3>Presensi Bulan <?php echo $bulan ?> Tahun <?php echo $data_absen->tahun ?></h3>
|
||||
</div>
|
||||
<div class="col text-right">
|
||||
<label>status </label>
|
||||
@@ -157,7 +157,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<label>Progres Absensi</label>
|
||||
<label>Progres Presensi</label>
|
||||
<div class="progress" style="height: 25px;">
|
||||
<div class="progress-bar progress-bar-striped bg-success" role="progressbar" style="width: <?php echo $prosentase_signed_absensi?>%" aria-valuenow="<?php echo $signed_absensi ?>" aria-valuemin="0" aria-valuemax="<?php echo $data_absen->jumlah_umkm ?>"><?php echo $signed_absensi ?></div>
|
||||
<div class="progress-bar progress-bar-striped bg-secondary" role="progressbar" style="width: <?php echo $prosentase_unsigned_absensi?>%" aria-valuenow="<?php echo $unsigned_absensi ?>" aria-valuemin="0" aria-valuemax="<?php echo $data_absen->jumlah_umkm ?>"><?php echo $unsigned_absensi ?></div>
|
||||
|
||||
@@ -52,7 +52,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 text-dark border-bottom">Absensi</li>
|
||||
<li class="list-group-item text-dark 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>
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
<li class="list-group-item bg-primary text-white 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 text-dark border-bottom">Absensi</li>
|
||||
<li class="list-group-item text-dark 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>
|
||||
@@ -204,7 +204,7 @@
|
||||
<hr>
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo base_url('index.php/')?>admin/detailumkm?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link active">Absensi</a>
|
||||
<a href="<?php echo base_url('index.php/')?>admin/detailumkm?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link active">Presensi</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo base_url('index.php/')?>admin/produk?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link">Produk</a>
|
||||
|
||||
@@ -52,7 +52,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 text-dark border-bottom">Absensi</li>
|
||||
<li class="list-group-item text-dark 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>
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
<li class="list-group-item bg-primary text-white 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 text-dark border-bottom">Absensi</li>
|
||||
<li class="list-group-item text-dark 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>
|
||||
|
||||
@@ -61,7 +61,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 text-dark border-bottom">Absensi</li>
|
||||
<li class="list-group-item text-dark border-bottom">Presensi</li>
|
||||
</a>
|
||||
<a href="<?php echo base_url('index.php/')?>admin/laporan" style="text-decoration:none;">
|
||||
<li class="list-group-item bg-primary text-white border-bottom">Laporan</li>
|
||||
|
||||
@@ -61,7 +61,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 text-dark border-bottom">Absensi</li>
|
||||
<li class="list-group-item text-dark border-bottom">Presensi</li>
|
||||
</a>
|
||||
<a href="<?php echo base_url('index.php/')?>admin/laporan" style="text-decoration:none;">
|
||||
<li class="list-group-item bg-primary text-white border-bottom">Laporan</li>
|
||||
|
||||
@@ -61,7 +61,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 text-dark border-bottom">Absensi</li>
|
||||
<li class="list-group-item text-dark border-bottom">Presensi</li>
|
||||
</a>
|
||||
<a href="<?php echo base_url('index.php/')?>admin/laporan" style="text-decoration:none;">
|
||||
<li class="list-group-item bg-primary text-white border-bottom">Laporan</li>
|
||||
|
||||
@@ -61,7 +61,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 text-dark border-bottom">Absensi</li>
|
||||
<li class="list-group-item text-dark border-bottom">Presensi</li>
|
||||
</a>
|
||||
<a href="<?php echo base_url('index.php/')?>admin/laporan" style="text-decoration:none;">
|
||||
<li class="list-group-item bg-primary text-white border-bottom">Laporan</li>
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
<li class="list-group-item bg-primary text-white 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 text-dark border-bottom">Absensi</li>
|
||||
<li class="list-group-item text-dark 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>
|
||||
@@ -204,7 +204,7 @@
|
||||
<hr>
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo base_url('index.php/')?>admin/detailumkm?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link active">Absensi</a>
|
||||
<a href="<?php echo base_url('index.php/')?>admin/detailumkm?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link active">Presensi</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo base_url('index.php/')?>admin/produk?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link">Produk</a>
|
||||
|
||||
@@ -53,7 +53,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>
|
||||
@@ -66,18 +66,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">Data Absensi</a>
|
||||
<a href="<?php echo base_url('index.php/')?>admin/daftarabsen" class="nav-link">Data Presensi</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo base_url('index.php/')?>admin/progresabsen" class="nav-link active">Progres Absensi</a>
|
||||
<a href="<?php echo base_url('index.php/')?>admin/progresabsen" class="nav-link active">Progres Presensi</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -88,7 +88,7 @@
|
||||
if($msg=='error!'){
|
||||
?>
|
||||
<div class="alert alert-danger" role="alert">Tidak bisa membuat laporan tahun <strong><?php echo $tahun_laporan ?></strong>
|
||||
, kerena absen belum lengkap 12 bulan</div>
|
||||
, kerena presensi belum lengkap 12 bulan</div>
|
||||
<?php }elseif($msg=='sucess'){ ?>
|
||||
<div class="alert alert-success" role="alert">Laporan tahun <strong><?php echo $tahun_laporan ?></strong> berhasil dibuat !</div>
|
||||
<?php } }?>
|
||||
|
||||
@@ -53,7 +53,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 text-dark border-bottom">Absensi</li>
|
||||
<li class="list-group-item text-dark 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>
|
||||
|
||||
@@ -53,7 +53,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 text-dark border-bottom">Absensi</li>
|
||||
<li class="list-group-item text-dark 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>
|
||||
|
||||
@@ -65,7 +65,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>
|
||||
@@ -78,21 +78,21 @@
|
||||
</div>
|
||||
<div class="col-md-9" >
|
||||
<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">Data Absensi</a>
|
||||
<a href="<?php echo base_url('index.php/')?>admin/daftarabsen" class="nav-link">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>
|
||||
<li class="nav-item">
|
||||
<a href="" class="nav-link active">Buat Absensi</a>
|
||||
<a href="" class="nav-link active">Buat Presensi</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -102,14 +102,14 @@
|
||||
<?php
|
||||
if(isset($error_tutup_tahun)){
|
||||
?>
|
||||
<div class="alert alert-danger" role="alert">Gagal, Absensi untuk tahun <strong><?php echo $error_tutup_tahun ?></strong> sudah ditutup !</div>
|
||||
<div class="alert alert-danger" role="alert">Gagal, Presensi untuk tahun <strong><?php echo $error_tutup_tahun ?></strong> sudah ditutup !</div>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
if(isset($error_last_mont)){
|
||||
?>
|
||||
<div class="alert alert-danger" role="alert">Gagal, Absensi bulan sebelumnya <strong>( <?php echo $error_last_mont ?> <?php echo $tahun ?> )</strong> belum dibuat !</div>
|
||||
<div class="alert alert-danger" role="alert">Gagal, Presensi bulan sebelumnya <strong>( <?php echo $error_last_mont ?> <?php echo $tahun ?> )</strong> belum dibuat !</div>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
@@ -52,7 +52,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 text-dark border-bottom">Absensi</li>
|
||||
<li class="list-group-item text-dark 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>
|
||||
|
||||
@@ -53,7 +53,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 text-dark border-bottom">Absensi</li>
|
||||
<li class="list-group-item text-dark 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>
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
<li class="list-group-item bg-primary text-white 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 text-dark border-bottom">Absensi</li>
|
||||
<li class="list-group-item text-dark 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>
|
||||
@@ -82,7 +82,7 @@
|
||||
if($del_msg=='error'){
|
||||
?>
|
||||
<div class="alert alert-danger" role="alert">Tidak bisa menghapus <strong><?php echo $del_umkm ?></strong>
|
||||
, kerena terdapat data absensi yang terkait !</div>
|
||||
, kerena terdapat data presensi yang terkait !</div>
|
||||
<?php }elseif($del_msg=='sucess'){ ?>
|
||||
<div class="alert alert-success" role="alert">Data berhasil terhapus !</div>
|
||||
<?php }} ?>
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
if($del_msg=='error'){
|
||||
?>
|
||||
<div class="alert alert-danger" role="alert">Tidak bisa menghapus <strong><?php echo $del_umkm ?></strong>
|
||||
, kerena terdapat data absensi yang terkait !</div>
|
||||
, kerena terdapat data presensi yang terkait !</div>
|
||||
<?php }elseif($del_msg=='sucess'){ ?>
|
||||
<div class="alert alert-success" role="alert">Data berhasil terhapus !</div>
|
||||
<?php }} ?>
|
||||
|
||||
@@ -190,10 +190,10 @@
|
||||
<hr>
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo base_url('index.php/')?>user/detailumkm?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link active">Absen</a>
|
||||
<a href="<?php echo base_url('index.php/')?>user/detailumkm?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link active">Presensi</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo base_url('index.php/')?>user/riwayatabsensi?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link">Riwayat Absen</a>
|
||||
<a href="<?php echo base_url('index.php/')?>user/riwayatabsensi?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link">Riwayat Presensi</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo base_url('index.php/')?>user/produk?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link">Produk</a>
|
||||
@@ -208,7 +208,7 @@
|
||||
<div class="col col-12">
|
||||
<div class="card">
|
||||
<div class="card-header bg-primary text-white">
|
||||
Absen Aktif
|
||||
Presensi Aktif
|
||||
</div>
|
||||
<?php if($active_absen){?>
|
||||
|
||||
@@ -235,14 +235,14 @@
|
||||
if($msg=='success'){
|
||||
?>
|
||||
<div class="col col-md-12">
|
||||
<div class="alert alert-success" role="alert">Absensi berhasil tersimpan !</div>
|
||||
<div class="alert alert-success" role="alert">Presensi berhasil tersimpan !</div>
|
||||
</div>
|
||||
<?php
|
||||
} else {
|
||||
|
||||
?>
|
||||
<div class="col col-md-12">
|
||||
<div class="alert alert-danger" role="alert">Absensi gagal !</div>
|
||||
<div class="alert alert-danger" role="alert">Presensi gagal !</div>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<div class="col col-12">
|
||||
<hr>
|
||||
<button type="submit" class="btn btn-primary">Update Absen</button>
|
||||
<button type="submit" class="btn btn-primary">Update Presensi</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
@@ -191,10 +191,10 @@
|
||||
<hr>
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo base_url('index.php/')?>user/detailumkm?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link">Absen</a>
|
||||
<a href="<?php echo base_url('index.php/')?>user/detailumkm?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link">Presensi</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo base_url('index.php/')?>user/riwayatabsensi?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link">Riwayat Absen</a>
|
||||
<a href="<?php echo base_url('index.php/')?>user/riwayatabsensi?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link">Riwayat Presensi</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo base_url('index.php/')?>user/produk?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link active">Produk</a>
|
||||
|
||||
@@ -190,10 +190,10 @@
|
||||
<hr>
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo base_url('index.php/')?>user/detailumkm?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link">Absen</a>
|
||||
<a href="<?php echo base_url('index.php/')?>user/detailumkm?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link">Presensi</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo base_url('index.php/')?>user/riwayatabsensi?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link active">Riwayat Absen</a>
|
||||
<a href="<?php echo base_url('index.php/')?>user/riwayatabsensi?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link active">Riwayat Presensi</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo base_url('index.php/')?>user/produk?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link">Produk</a>
|
||||
|
||||
@@ -191,10 +191,10 @@
|
||||
<hr>
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo base_url('index.php/')?>user/detailumkm?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link">Absen</a>
|
||||
<a href="<?php echo base_url('index.php/')?>user/detailumkm?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link">Presensi</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo base_url('index.php/')?>user/riwayatabsensi?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link">Riwayat Absen</a>
|
||||
<a href="<?php echo base_url('index.php/')?>user/riwayatabsensi?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link">Riwayat Presensi</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo base_url('index.php/')?>user/produk?id_umkm=<?php echo $umkm->id_umkm ?>" class="nav-link">Produk</a>
|
||||
|
||||
Reference in New Issue
Block a user