Add anual report feature

This commit is contained in:
2021-09-17 21:26:28 +07:00
parent 8da0a69176
commit cd74f850b0
23 changed files with 1155 additions and 18 deletions

View File

@@ -23,7 +23,11 @@ class ProgresAbsen extends CI_Controller {
public function index()
{
if($this->input->get()){
$get = $this->input->get();
$data['tahun_laporan'] = $get['tahun'];
$data['msg'] = $get['msg'];
}
$data['tahun_list']= $this->AbsenModel->getAbsenTahun();
$data['user_logged'] = $this->session->userdata('user_logged');