customlib->getSchoolCurrencyFormat(); $language = $this->customlib->getLanguage(); $language_name = $language["short_code"]; ?>

lang->line('fees_collection'); ?>lang->line('student_fee'); ?>

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

" alt="No Image">
rte) {?>
lang->line('name'); ?> customlib->getFullName($student['firstname'], $student['middlename'], $student['lastname'], $sch_setting->middlename, $sch_setting->lastname); ?> lang->line('class_section'); ?>
lang->line('father_name'); ?> lang->line('admission_no'); ?>
lang->line('mobile_no'); ?> lang->line('roll_no'); ?>
lang->line('category'); ?> lang->line('rte'); ?>
lang->line('print_selected'); ?> lang->line('date'); ?>: customlib->getSchoolDateFormat()); ?>
lang->line('student_fees') . ": " . $student['firstname'] . " " . $student['lastname'] ?>
$fee) { foreach ($fee->fees as $fee_key => $fee_value) { $fee_paid = 0; $fee_discount = 0; $fee_fine = 0; $fees_fine_amount = 0; if (!empty($fee_value->amount_detail)) { $fee_deposits = json_decode(($fee_value->amount_detail)); foreach ($fee_deposits as $fee_deposits_key => $fee_deposits_value) { $fee_paid = $fee_paid + $fee_deposits_value->amount; $fee_discount = $fee_discount + $fee_deposits_value->amount_discount; $fee_fine = $fee_fine + $fee_deposits_value->amount_fine; } } if (($fee_value->due_date != "0000-00-00" && $fee_value->due_date != null) && (strtotime($fee_value->due_date) < strtotime(date('Y-m-d')))) { $fees_fine_amount = $fee_value->fine_amount; $total_fees_fine_amount = $total_fees_fine_amount + $fee_value->fine_amount; } $total_amount = $total_amount + $fee_value->amount; $total_discount_amount = $total_discount_amount + $fee_discount; $total_deposite_amount = $total_deposite_amount + $fee_paid; $total_fine_amount = $total_fine_amount + $fee_fine; $feetype_balance = $fee_value->amount - ($fee_paid + $fee_discount); $total_balance_amount = $total_balance_amount + $feetype_balance; ?> 0 && strtotime($fee_value->due_date) < strtotime(date('Y-m-d'))) { ?> amount_detail)) { $fee_deposits = json_decode(($fee_value->amount_detail)); foreach ($fee_deposits as $fee_deposits_key => $fee_deposits_value) { ?> $discount_value) { ?>
lang->line('fees_group'); ?> lang->line('fees_code'); ?> lang->line('due_date'); ?> lang->line('status'); ?> lang->line('amount') ?> lang->line('payment_id'); ?> lang->line('mode'); ?> lang->line('date'); ?> lang->line('discount'); ?> lang->line('fine'); ?> lang->line('paid'); ?> lang->line('balance'); ?> lang->line('action'); ?>
name . " (" . $fee_value->type . ")"; ?> code; ?> due_date == "0000-00-00") { } else { echo date($this->customlib->getSchoolDateFormat(), $this->customlib->dateyyyymmddTodateformat($fee_value->due_date)); } ?> lang->line('paid'); ?>amount_detail)) { ?>lang->line('partial'); ?>lang->line('unpaid'); ?> amount; if (($fee_value->due_date != "0000-00-00" && $fee_value->due_date != null) && (strtotime($fee_value->due_date) < strtotime(date('Y-m-d')))) { ?> fine_amount); ?> 0) { $display_none = ""; echo (number_format($feetype_balance, 2, '.', '')); } ?>
student_fees_deposite_id . "/" . $fee_deposits_value->inv_no; ?> lang->line(strtolower($fee_deposits_value->payment_mode)); ?> customlib->getSchoolDateFormat(), $this->customlib->dateyyyymmddTodateformat($fee_deposits_value->date)); ?> amount_discount, 2, '.', '')); ?> amount_fine, 2, '.', '')); ?> amount, 2, '.', '')); ?>
rbac->hasPrivilege('collect_fees', 'can_delete')) {?>
lang->line('discount'); ?> lang->line('discount_of') . " " . $currency_symbol . $discount_value['amount'] . " " . $this->lang->line($discount_value['status']) . " : " . $discount_value['payment_id']; ?> ' . $this->lang->line('discount_of') . " " . $currency_symbol . $discount_value['amount'] . " " . $this->lang->line($discount_value['status']); } ?>
rbac->hasPrivilege('collect_fees', 'can_delete')) {?>
lang->line('grand_total'); ?> +" . number_format($total_fees_fine_amount, 2, '.', '') . ""; ?>