session->flashdata('success')) {
echo '
'.$this->session->flashdata('success').'
';
}elseif ($this->session->flashdata('error')) {
echo '
'.$this->session->flashdata('error').'
';
}
?>
KODE M.A. |
URAIAN |
= $sub_judul;?> |
ANGGARAN |
PENGAJUAN |
STATUS |
AKSI |
result() as $row_rapb)
{
echo "";
echo "".$row_rapb->no_mtagr." | ";
echo "".$row_rapb->nama_mtagr." | ";
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 "".$tot_agr." | ";
echo "".$tot_pengajuan." | ";
if($row_rapb->stat_realisasi == '7')
{
echo "".anchor('anggaran/realisasi_cair/'.$id_sub.'/'.$kd_fakultas.'/'.$id_ma.'/'.$row_rapb->id_detail,$row_rapb->stat_ajuan)." | ";
}else{
echo "".$row_rapb->stat_ajuan." | ";
}
if($row_rapb->stat_realisasi=='1' || $row_rapb->stat_realisasi=='6' || $row_rapb->stat_realisasi=='7' || $row_rapb->stat_realisasi=='11')
{
echo " | ";
}else{
echo "".anchor('anggaran/realisasi_edit/'.$id_sub.'/'.$kd_fakultas.'/'.$id_ma.'/'.$row_rapb->id_detail,'')." | ";
}
}
echo "
";
}
?>
TOTAL |
=anchor('anggaran/realisasi_rapb/'.$id_thn_akad.'/'.$kd_fakultas,'
Kembali',array('class'=>'btn btn-secondary'));?>