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

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

customlib->getCSRF(); ?>

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

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

lang->line('online') . " " . $this->lang->line('fees') . " " . $this->lang->line('report'); $this->customlib->get_postmessage(); ?>
$collect) { $amount = 0; $discount = 0; $fine = 0; $total = 0; $amountLabel = ""; $discountLabel = ""; $fineLabel = ""; $TotalLabel = ""; $amount += $collect['amount']; $amountLabel .= number_format($collect['amount'], 2, '.', '') . "
"; $discount += $collect['amount_discount']; $discountLabel .= number_format($collect['amount_discount'], 2, '.', '') . "
"; $fine += $collect['amount_fine']; $fineLabel .= number_format($collect['amount_fine'], 2, '.', '') . "
"; $t = $collect['amount'] + $collect['amount_fine']; $TotalLabel .= number_format($t, 2, '.', '') . "
"; $amountLabeltot = number_format($amount, 2, '.', ''); $discountLabeltot = number_format($discount, 2, '.', ''); $fineLabeltot = number_format($fine, 2, '.', ''); $TotalLabeltot = number_format($t, 2, '.', ''); $total += ($amount + $fine); $allamount += $amount; $alldiscount += $discount; $finetotal += $fine; $alltotal += $total; ?>
lang->line('payment_id'); ?> lang->line('date'); ?> lang->line('admission_no'); ?> lang->line('name'); ?> lang->line('class'); ?> lang->line('fee_type'); ?> lang->line('mode'); ?> lang->line('amount'); ?> lang->line('discount'); ?> lang->line('fine'); ?> lang->line('total'); ?>
customlib->getSchoolDateFormat(), $this->customlib->dateyyyymmddTodateformat($collect['date'])); ?> customlib->getFullName($collect['firstname'],$collect['middlename'],$collect['lastname'],$sch_setting->middlename,$sch_setting->lastname); ?>
Total