admission_date) {
?>
| lang->line('admission_date'); ?> |
customlib->getSchoolDateFormat(), $this->customlib->dateyyyymmddTodateformat($student['admission_date']));
}
?>
|
| lang->line('date_of_birth'); ?> |
customlib->getSchoolDateFormat(), $this->customlib->dateyyyymmddTodateformat($student['dob']));
}
?> |
category) {
?>
| lang->line('category'); ?> |
|
mobile_no) {?>
| lang->line('mobile_no'); ?> |
|
cast) {?>
| lang->line('cast'); ?> |
|
religion) {?>
| lang->line('religion'); ?> |
|
student_email) {?>
| lang->line('email'); ?> |
|
$field_value) {
?>
| name; ?> |
field_value) && is_array(json_decode($field_value->field_value, true)) && (json_last_error() == JSON_ERROR_NONE)) {
$field_array = json_decode($field_value->field_value);
echo "";
foreach ($field_array as $each_key => $each_value) {
echo "- " . $each_value . "
";
}
echo " ";
} else {
$display_field = $field_value->field_value;
if ($field_value->type == "link") {
$display_field = "" . $field_value->field_value . "";
}
echo $display_field;
}
?>
|
lang->line('address'); ?> lang->line('detail'); ?>
current_address) {?>
| lang->line('current_address'); ?> |
|
permanent_address) {?>
| lang->line('permanent_address'); ?> |
|
father_name) || ($sch_setting->father_phone) || ($sch_setting->father_occupation) || ($sch_setting->father_pic) || ($sch_setting->mother_name) || ($sch_setting->mother_phone) || ($sch_setting->mother_occupation) || ($sch_setting->mother_pic) || ($sch_setting->guardian_name) || ($sch_setting->guardian_occupation) || ($sch_setting->guardian_relation) || ($sch_setting->guardian_phone) || ($sch_setting->guardian_email) || ($sch_setting->guardian_pic) || ($sch_setting->guardian_address)) {
?>
lang->line('parent'); ?> / lang->line('guardian_details'); ?>
father_name) {
?>
| lang->line('father_name'); ?> |
|
father_pic) {
?>
" > |
father_phone) {?>
| lang->line('father_phone'); ?> |
|
father_occupation) {?>
| lang->line('father_occupation'); ?> |
|
| mother_name) {echo $this->lang->line('mother_name');}?> |
mother_name) {echo $student['mother_name'];}?> |
mother_pic) {
?> " > |
mother_phone) {?>
| lang->line('mother_phone'); ?> |
|
mother_occupation) {?>
| lang->line('mother_occupation'); ?> |
|
| guardian_name) {echo $this->lang->line('guardian_name');}?> |
guardian_name) {echo $student['guardian_name'];}?> |
guardian_pic) {
?> " > |
guardian_email) {?>
| lang->line('guardian_email'); ?> |
|
guardian_relation) {?>
| lang->line('guardian_relation'); ?> |
|
guardian_phone) {?>
| lang->line('guardian_phone'); ?> |
|
guardian_occupation) {?>
| lang->line('guardian_occupation'); ?> |
|
guardian_address) {?>
| lang->line('guardian_address'); ?> |
|
route_list) {
?>
lang->line('transport') . " " . $this->lang->line('details'); ?>
| lang->line('route'); ?> |
|
| lang->line('vehicle_no'); ?> |
|
| lang->line('driver_name'); ?> |
|
| lang->line('driver_contact'); ?> |
|
hostel_id) {
?>
lang->line('hostel') . " " . $this->lang->line('details') ?>
| lang->line('hostel'); ?> |
|
| lang->line('room_no'); ?> |
|
| lang->line('room_type'); ?> |
|
lang->line('miscellaneous_details'); ?>
is_blood_group) {?>
| lang->line('blood_group'); ?> |
|
is_student_house) {?>
| lang->line('house'); ?> |
|
student_height) {?>
| lang->line('height'); ?> |
|
student_weight) {?>
| lang->line('weight'); ?> |
|
measurement_date) {
?>
| lang->line('measurement_date'); ?> |
customlib->getSchoolDateFormat(), $this->customlib->dateyyyymmddTodateformat($student['measurement_date']));
}
?> |
previous_school_details) {?>
| lang->line('previous_school_details'); ?> |
|
national_identification_no) {?>
| lang->line('national_identification_no'); ?> |
|
local_identification_no) {?>
| lang->line('local_identification_no'); ?> |
|
bank_account_no) {?>
| lang->line('bank_account_no'); ?> |
|
bank_name) {?>
| lang->line('bank_name'); ?> |
|
ifsc_code) {?>
| lang->line('ifsc_code'); ?> |
|
studentmodule_lib->hasActive('fees')) {
?>
lang->line('no_record_found'); ?>
| 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'); ?> |
$fee) {
foreach ($fee->fees as $fee_key => $fee_value) {
$fee_paid = 0;
$fee_discount = 0;
$fee_fine = 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;
}
}
$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;
if (($fee_value->due_date != "0000-00-00" && $fee_value->due_date != null) && (strtotime($fee_value->due_date) < strtotime(date('Y-m-d')))) {
$total_fees_fine_amount = $total_fees_fine_amount + $fee_value->fine_amount;
}
?>
0 && strtotime($fee_value->due_date) < strtotime(date('Y-m-d'))) {
?>
| name;
?> |
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, '.', ''));
}
?>
|
amount_detail)) {
$fee_deposits = json_decode(($fee_value->amount_detail));
foreach ($fee_deposits as $fee_deposits_key => $fee_deposits_value) {
?>
|
|
|
|
; ?>backend/images/table-arrow.png) |
student_fees_deposite_id . "/" . $fee_deposits_value->inv_no; ?>
description == "") {
?>
lang->line('no_description'); ?>
description; ?>
|
payment_mode; ?> |
customlib->getSchoolDateFormat(), $this->customlib->dateyyyymmddTodateformat($fee_deposits_value->date)); ?>
|
amount_discount, 2, '.', '')); ?> |
amount_fine, 2, '.', '')); ?> |
amount, 2, '.', '')); ?> |
|
$discount_value) {
?>
| lang->line('discount'); ?> |
|
|
lang->line('discount_of') . " " . $currency_symbol . $discount_value['amount'] . " " . $this->lang->line($discount_value['status']) . " : " . $discount_value['payment_id']; ?>
description == "") {
?>
lang->line('no_description'); ?>
' . $this->lang->line('discount_of') . " " . $currency_symbol . $discount_value['amount'] . " " . $this->lang->line($discount_value['status']);
}
?>
|
|
|
|
|
|
|
|
|
|
|
lang->line('grand_total'); ?> |
+" . number_format($total_fees_fine_amount, 2, '.', '') . "";
?> |
|
|
|
|
|
|
|
lang->line('exam') . " " . $this->lang->line('result'); ?>
lang->line('no_record_found'); ?>
$exam_value) {
?>
exam;
?>
exam_result)) {
if ($exam_value->exam_result['exam_connection'] == 0) {
if (!empty($exam_value->exam_result['result'])) {
$exam_quality_points = 0;
$exam_total_points = 0;
$exam_credit_hour = 0;
$exam_grand_total = 0;
$exam_get_total = 0;
$exam_pass_status = 1;
$exam_absent_status = 0;
$total_exams = 0;
?>
exam_type != "gpa") {
?>
exam_type == "gpa") {
?>
exam_result['exam_connection'] == 1) {
$exam_connected_exam = ($exam_value->exam_result['exam_result']['exam_result_' . $exam_value->exam_group_class_batch_exam_id]);
if (!empty($exam_connected_exam)) {
$exam_quality_points = 0;
$exam_total_points = 0;
$exam_credit_hour = 0;
$exam_grand_total = 0;
$exam_get_total = 0;
$exam_pass_status = 1;
$exam_absent_status = 0;
$total_exams = 0;
?>
| lang->line('subject') ?> |
exam_type == "gpa") {
?>
lang->line('grade') . " " . $this->lang->line('point') ?> |
lang->line('credit') . " " . $this->lang->line('hours') ?> |
lang->line('quality') . " " . $this->lang->line('points'); ?> |
exam_type != "gpa") {
?>
lang->line('max') . " " . $this->lang->line('marks') ?> |
lang->line('min') . " " . $this->lang->line('marks') ?> |
lang->line('marks') . " " . $this->lang->line('obtained') ?> |
exam_type == "coll_grade_system" || $exam_value->exam_type == "school_grade_system") {
?>
lang->line('grade'); ?> |
exam_type == "basic_system") {
?>
lang->line('result'); ?>
|
lang->line('remark') ?> |
$exam_result_value) {
$exam_grand_total = $exam_grand_total + $exam_result_value->max_marks;
$exam_get_total = $exam_get_total + $exam_result_value->get_marks;
$percentage_grade = ($exam_result_value->get_marks * 100) / $exam_result_value->max_marks;
if ($exam_result_value->get_marks < $exam_result_value->min_marks) {
$exam_pass_status = 0;
}
?>
| name); ?> |
exam_type != "gpa") {
?>
max_marks); ?> |
min_marks); ?> |
get_marks;
if ($exam_result_value->attendence == "absent") {
$exam_absent_status = 1;
echo " " . $this->lang->line('abs');
}
?>
|
exam_type == "gpa") {
?>
get_marks * 100) / $exam_result_value->max_marks;
$point = findGradePoints($exam_grade, $exam_value->exam_type, $percentage_grade);
$exam_total_points = $exam_total_points + $point;
echo number_format($point, 2, '.', '');
?>
|
credit_hours;
$exam_credit_hour = $exam_credit_hour + $exam_result_value->credit_hours;
?> |
credit_hours * $point, 2, '.', '');
$exam_quality_points = $exam_quality_points + ($exam_result_value->credit_hours * $point);
?> |
exam_type == "coll_grade_system" || $exam_value->exam_type == "school_grade_system") {
?>
exam_type, $percentage_grade); ?> |
exam_type == "basic_system") {
?>
get_marks < $exam_result_value->min_marks) {
?>
|
note); ?> |
exam_type != "gpa") {
?>
exam_type == "gpa") {
?>
lang->line('consolidated') . " " . $this->lang->line('marksheet'); ?>
exam_type == "coll_grade_system" || $exam_value->exam_type == "school_grade_system") {
?>
| lang->line('exam') ?> |
exam_result['exams'] as $each_exam_key => $each_exam_value) {
?>
exam; ?>
|
lang->line('consolidate') ?> |
| lang->line('marks') . " " . $this->lang->line('obtained'); ?> |
exam_result['exams'])) {
$consolidate_exam_result = "pass";
foreach ($exam_value->exam_result['exams'] as $each_exam_key => $each_exam_value) {
?>
exam_result['exam_result'], $each_exam_value->id);
$consolidate_get_percentage_mark = getConsolidateRatio($exam_value->exam_result['exam_connection_list'], $each_exam_value->id, $consolidate_each->get_marks);
if ($consolidate_each->exam_status == "fail") {
$consolidate_exam_result = "fail";
}
echo $consolidate_get_percentage_mark;
$consolidate_get_total = $consolidate_get_total + ($consolidate_get_percentage_mark);
$consolidate_max_total = $consolidate_max_total + ($consolidate_each->max_marks);
?>
|
0){
$consolidate_percentage_grade = ($consolidate_get_total * 100) / $consolidate_max_total;
}else{
$consolidate_percentage_grade = 0;
}
echo $consolidate_get_total . "/" . $consolidate_max_total . " [" . findExamGrade($exam_grade, $exam_value->exam_type, $consolidate_percentage_grade) . "]";
$consolidate_exam_result_percentage = $consolidate_percentage_grade;
?> |
exam_type == "basic_system") {
?>
| lang->line('exam'); ?> |
exam_result['exams'] as $each_exam_key => $each_exam_value) {
?>
exam; ?>
|
lang->line('consolidate'); ?> |
| lang->line('marks') . " " . $this->lang->line('obtained') ?> |
exam_result['exams'])) {
$consolidate_exam_result = "pass";
foreach ($exam_value->exam_result['exams'] as $each_exam_key => $each_exam_value) {
?>
exam_result['exam_result'], $each_exam_value->id);
$consolidate_get_percentage_mark = getConsolidateRatio($exam_value->exam_result['exam_connection_list'], $each_exam_value->id, $consolidate_each->get_marks);
if ($consolidate_each->exam_status == "fail") {
$consolidate_exam_result = "fail";
}
echo $consolidate_get_percentage_mark;
$consolidate_get_total = $consolidate_get_total + ($consolidate_get_percentage_mark);
$consolidate_max_total = $consolidate_max_total + ($consolidate_each->max_marks);
?>
|
0){
$consolidate_percentage_grade = ($consolidate_get_total * 100) / $consolidate_max_total;
}else{
$consolidate_percentage_grade = 0;
}
echo $consolidate_get_total . "/" . $consolidate_max_total . " [" . findExamGrade($exam_grade, $exam_value->exam_type, $consolidate_percentage_grade) . "]";
$consolidate_exam_result_percentage = $consolidate_percentage_grade;
?> |
exam_type == "gpa") {
?>
| lang->line('exam') ?> |
exam_result['exams'] as $each_exam_key => $each_exam_value) {
?>
exam; ?>
|
lang->line('consolidate'); ?> |
| lang->line('marks') . " " . $this->lang->line('obtained') ?> |
exam_result['exams'] as $each_exam_key => $each_exam_value) {
?>
exam_result['exam_result'], $each_exam_value->id, $exam_grade, $exam_value->exam_type);
$consolidate_exam_result = ($consolidate_each->total_points / $consolidate_each->total_exams);
echo $consolidate_each->total_points . "/" . $consolidate_each->total_exams . "=" . number_format($consolidate_exam_result, 2, '.', '');
$consolidate_get_percentage_mark = getConsolidateRatio($exam_value->exam_result['exam_connection_list'], $each_exam_value->id, $consolidate_exam_result);
$consolidate_get_total = $consolidate_get_total + ($consolidate_get_percentage_mark);
$consolidate_subjects_total = $consolidate_subjects_total + $consolidate_each->total_exams;
?>
|
exam_type, $consolidate_percentage_grade) . "]";
?>
|