Report - Month-wise-Inward()

input->get('ab'); $last = $this->input->get('dat'); $new = date("F", strtotime($last)) . "\n"; foreach ($month as $rel) { ?>
Supplier Name Material Name Quantity Total Value  (₹)
supplier_name; ?> material_name; ?> quantity); echo round($rel->quantity); ?> total, 2, '.', ''); echo number_format($rel->total, 2, '.', ''); ?>