Report - Purchase
Select Customer
SupplierName ; ?>
Select Year
financial_year ; ?>
Select Month
January
February
March
April
May
June
July
August
September
October
November
December
Supplier
Count
Quantity
Value
Total
input->post('financialyear'); $month=$this->input->post('month'); $frm = $this->input->post('from_date'); $t = $this->input->post('to_date'); foreach($spurchse as $rel) { ?>
supplier_name;?>
counts); echo round($rel->counts);?>
quantity); echo round($rel->quantity);?>
value); echo round($rel->value);?>
total); echo round($rel->total);?>
Total