Order Value - Released
input->post('financialyear')){
$ab=$this->input->post('financialyear');
echo '('.$ab.')';
echo ' ';
}
if($this->input->post('month')){
$m=$this->input->post('month');
echo '('.$m.')';
echo ' ';
}
if($this->input->post('from_date') && $this->input->post('to_date')){
$frm = $this->input->post('from_date');
$t = $this->input->post('to_date');
echo $frm.'-to-'.$t;
}
if($this->input->post('total_order_value_From') && $this->input->post('total_order_value_To')){
$tfrm = $this->input->post('total_order_value_From');
$tt = $this->input->post('total_order_value_To');
echo 'Total Order Value between'.' '.'RS.'.$tfrm.'-to-'.'RS.'.$tt;
}
?>
| PO No | PO Type | PO Date | Released Date | Requested Department | Total Order Value ( ) |
|---|---|---|---|---|---|
| PONO?> | POType?> | PODate);echo $date->format('d-m-Y'); ?> | ReleasedDate);echo $date->format('d-m-Y'); ?> | Dept_Name?> | TotalOrderValue,2,'.',''); echo number_format($rel->TotalOrderValue,2,'.','')?> |