Supplier Details
input->post('client_name')){
$cl=$this->input->post('client_name');
echo $cl;
echo ' '.' ';
}
if($this->input->post('item_name')){
$it=$this->input->post('item_name');
echo implode(" - ",$it);
}
if($this->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;
}
?>
| PO No | IGR Created Date | Time | Material Received Date | Invoice No | Invoice Date | Material Name | Supplier Name | Qty | Value (₹) | Total (₹) |
|---|---|---|---|---|---|---|---|---|---|---|
| pono;?> | created_date;?> | created_time;?> | materialrcvddate;?> | invno;?> | invdate)); ?> | material_name;?> | supplier_name;?> | quantity); echo round($rel->quantity);?> | value; echo $rel->value;?> | total,2); echo number_format($rel->total,2,'.',''); ?> |
| Total |   |   |   |   |   |   |   |