Tahun Anggaran 2019/2020

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 ""; echo ""; if($row_rapb->id_satuan == 1) { $nama_satuan =""; } else { $nama_satuan = $row_rapb->nama_satuan; } echo ""; echo ""; if($row_rapb->besaran == NULL) { echo ""; } else { $tot_besaran = number_format($row_rapb->besaran,0,',','.'); echo ""; } if($row_rapb->total == NULL || $row_rapb->total == '0') { echo ""; } else { $tot_agr = number_format($row_rapb->total,0,',','.'); echo ""; } if($row_rapb->stat_agr == '1' || $row_rapb->stat_agr == '11') { echo ""; }else{ echo ""; } if($row_rapb->stat_agr == '1' || $row_rapb->stat_agr == '2' || $row_rapb->stat_agr=='8') { 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 ""; } ?>
KODE M.A. URAIAN
JUMLAH SATUAN VOLUME BESARAN TOTAL STATUS AKSI
".$row_rapb->no_mtagr."".$row_rapb->nama_mtagr."".$row_rapb->jumlah."".$nama_satuan."".$row_rapb->volume."".$tot_besaran."".$tot_agr."".$row_rapb->stat_ajuan."".anchor('anggaran/ajukan_agr_rapb/'.$id_sub.'/'.$id_ma.'/'.$row_rapb->id_detail,$row_rapb->stat_ajuan)."".anchor('anggaran/edit_rapb/'.$id_sub.'/'.$id_ma.'/'.$row_rapb->id_detail,'')."
TOTAL ".$total."
Kembali',array('class'=>'btn btn-secondary'));?>