Report - Purchase

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 $it; echo ' '.' '; } 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 Date Material Name Supplier Name Quantity UOM Rate  () Value  () Exchange Rate SGST  () CGST  () IGST  () Discount  () Freight  () Package  () Insurance  () Total  ()
pono;?> created_date;?> material_name;?> supplier_name;?> quantity); echo round($rel->quantity);?> UOM;?> rate; echo $rel->rate;?> value; echo $rel->value;?> exchange_rate; echo $rel->exchange_rate;?> sgst; echo $rel->sgst;?> cgst; echo $rel->cgst;?> igst; echo $rel->igst;?> discount; echo $rel->discount;?> freight; echo $rel->freight;?> Package; echo $rel->Package;?> insurance; echo $rel->insurance;?> total,2); echo number_format($rel->total,2,'.','');?>
Total