customlib->getSchoolCurrencyFormat(); if (!empty($student_list)) { ?>
lang->line('collection_date'); ?>: customlib->dateformat(date('Y-m-d',$date)); ?>
lang->line('collection_list'); ?>
$student_value) { if (isJSON($student_value->amount_detail)) { $fees_details = (json_decode($student_value->amount_detail)); foreach ($fees_details as $fees_key => $fees_value) { if(strtotime($fees_value->date) == $date){ $total_fine+=$fees_value->amount_fine; $total_amount+=$fees_value->amount; ?>
lang->line('admission_no') ?> lang->line('name') ?> lang->line('father_name') ?> lang->line('class') ?> lang->line('payment_mode') ?> lang->line('inv_no') ?> lang->line('collected_by') ?> lang->line('fine') ?> lang->line('amount') ?> lang->line('total') ?>
admission_no;?> customlib->getFullName($student_value->firstname,$student_value->middlename,$student_value->lastname,$sch_setting->middlename,$sch_setting->lastname); ?> father_name;?> class . " (" . $student_value->section . ")" ?> payment_mode; ?> student_fees_deposite_id."/".$fees_value->inv_no; ?> collected_by; } ?> amount_fine); ?> amount); ?> amount_fine+$fees_value->amount); ?>
lang->line('grand_total'); ?>
lang->line('no_record_found'); ?>