Tahun Anggaran 2019/2020

1. PENDAPATAN
db->query($sql_rapb); foreach($query_rapb->result() as $row_rapb) { $tot_agr = number_format($row_rapb->total_anggaran,0,',','.'); $tot_agr_k = number_format($row_rapb->total_anggaran_k,0,',','.'); if($row_rapb->stat_agr == NULL) { $stat_agr = 'Proses BAKU'; }else { $stat_agr = $row_rapb->stat_agr; } if($row_rapb->ket_agr == NULL) { $ket_agr = '-'; }else { $ket_agr = $row_rapb->ket_agr; } echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; } ?>
KODE M.A. URAIAN ANGGARAN
REGULER KHUSUS
".$row_rapb->no_mtagr."".$row_rapb->nama_mtagr."".$tot_agr."".$tot_agr_k."
2. BELANJA
session->flashdata('success')) { echo '
'.$this->session->flashdata('success').'
'; }elseif ($this->session->flashdata('error')) { echo '
'.$this->session->flashdata('error').'
'; } ?>
result() as $row_rapb) { echo ""; echo ""; echo ""; if($row_rapb->stat_realisasi == '1' || $row_rapb->total == NULL || $row_rapb->total == '0') { echo ""; echo ""; echo ""; echo ""; } else { $tot_agr = number_format($row_rapb->total,0,',','.'); //$tot_pencairan = number_format($row_rapb->pencairan,0,',','.'); $tot_pengajuan = number_format($row_rapb->pengajuan,0,',','.'); echo ""; echo ""; if($row_rapb->stat_realisasi == '7') { echo ""; }else{ echo ""; } if($row_rapb->stat_realisasi=='1' || $row_rapb->stat_realisasi=='6' || $row_rapb->stat_realisasi=='7' || $row_rapb->stat_realisasi=='11') { echo ""; }else{ echo ""; } } echo ""; } ?> result() as $row_total) { $total = number_format($row_total->total,0,',','.'); $tot_real = number_format($row_total->total_real,0,',','.'); echo ""; echo ""; } ?>
KODE M.A. URAIAN
ANGGARAN PENGAJUAN STATUS AKSI
".$row_rapb->no_mtagr."".$row_rapb->nama_mtagr."".$tot_agr."".$tot_pengajuan."".anchor('anggaran/realisasi_cair/'.$id_sub.'/'.$kd_fakultas.'/'.$id_ma.'/'.$row_rapb->id_detail,$row_rapb->stat_ajuan)."".$row_rapb->stat_ajuan."".anchor('anggaran/realisasi_edit/'.$id_sub.'/'.$kd_fakultas.'/'.$id_ma.'/'.$row_rapb->id_detail,'')."
TOTAL
".$total."".$tot_real."
Kembali',array('class'=>'btn btn-secondary'));?>