customlib->getSchoolCurrencyFormat(); ?>
load->view('reports/_finance'); ?>

lang->line('select_criteria'); ?>

customlib->getCSRF(); ?>
lang->line('no_record_found'); ?>

lang->line('fees') . " " . $this->lang->line('collection') . " " . $this->lang->line('report'); ?>

lang->line('fees') . " " . $this->lang->line('collection') . " " . $this->lang->line('report') . "
"; $this->customlib->get_postmessage(); ?>
lang->line('fees') . " " . $this->lang->line('collection') . " " . $this->lang->line('report') . "
"; $this->customlib->get_postmessage(); ?>
$value) { $payment_id = array(); $date = array(); $student_name = array(); $student_class = array(); $fees_type = array(); $pay_mode = array(); $collection_by = array(); $amountLabel = array(); $discountLabel = array(); $fineLabel = array(); $TotalLabel = array(); $admission_no = array(); foreach ($value as $collect) { $payment_id[] = $collect['id'] . "/" . $collect['inv_no']; $date[] = date($this->customlib->getSchoolDateFormat(), $this->customlib->dateyyyymmddTodateformat($collect['date'])); $student_name[] = $this->customlib->getFullName($collect['firstname'],$collect['middlename'],$collect['lastname'],$sch_setting->middlename,$sch_setting->lastname); $admission_no[] = $collect['admission_no']; $student_class[] = $collect['class'] . " (" . $collect['section'] . ")"; $fees_type[] = $collect['type']; $pay_mode[] = $collect['payment_mode']; if(is_array($collect['received_byname'])){ $collection_by[] = $collect['received_byname']['name'] . " (" . $collect['received_byname']['employee_id'] . ")"; } $amountLabel[] = number_format($collect['amount'], 2, '.', ''); $discountLabel[] = number_format($collect['amount_discount'], 2, '.', ''); $fineLabel[] = number_format($collect['amount_fine'], 2, '.', ''); $t = $collect['amount'] + $collect['amount_fine']; $TotalLabel[] = number_format($t, 2, '.', ''); } ?>
lang->line('payment_id'); ?> lang->line('date'); ?> lang->line('admission_no'); ?> lang->line('name'); ?> lang->line('class'); ?> lang->line('fee_type'); ?> lang->line('collect_by'); ?> lang->line('mode'); ?> lang->line('amount'); ?> lang->line('discount'); ?> lang->line('fine'); ?> lang->line('total'); ?>
lang->line('sub') . " " . $this->lang->line('total') ?>
lang->line('grand') . " " . $this->lang->line('total'); ?>