Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 18.188.218.219
/* Include All Manual JS Files*/
function AdmissionListing() // Admission Listing Report
{
var js_path="js/Report/report_admission_list.js";
if(!in_array(js_path,$loaded_js_files_arr))
{
$loaded_js_files_arr.push(js_path);
includeJsFilesMannually(js_path);
}
LoadAdmissionListing();
}
function SubjectListAdmCl() // Subjec Listing Report
{
var js_path="js/Report/report_SubjectListAdmCl.js";
if(!in_array(js_path,$loaded_js_files_arr))
{
$loaded_js_files_arr.push(js_path);
includeJsFilesMannually(js_path);
}
LoadSubjectListAdmCl();
}
function SubjectListGeneral() // SubjectListGeneral Report
{
var js_path="js/Report/report_SubjectListGeneral.js";
if(!in_array(js_path,$loaded_js_files_arr))
{
$loaded_js_files_arr.push(js_path);
includeJsFilesMannually(js_path);
}
LoadSubjectListGeneral();
}
function DegreeList() // DegreeList Report
{
var js_path="js/Report/report_degree_list.js";
if(!in_array(js_path,$loaded_js_files_arr))
{
$loaded_js_files_arr.push(js_path);
includeJsFilesMannually(js_path);
}
LoadDegreeList();
}
function enableMarksListStudentWise() // MarksListStudentWise Report
{
var js_path="js/Report/report_MarksListStudentWise.js";
if(!in_array(js_path,$loaded_js_files_arr))
{
$loaded_js_files_arr.push(js_path);
includeJsFilesMannually(js_path);
}
LoadenableMarksListStudentWise();
}
function enableMarksListSubjectWise() // enableMarksListSubjectWise Report
{
var js_path="js/Report/report_MarksListSubjectWise.js";
if(!in_array(js_path,$loaded_js_files_arr))
{
$loaded_js_files_arr.push(js_path);
includeJsFilesMannually(js_path);
}
LoadenableMarksListSubjectWise();
}
function CandidateListPrinting() // CandidateListPrinting Report
{
var js_path="js/Report/report_candidate_list.js";
if(!in_array(js_path,$loaded_js_files_arr))
{
$loaded_js_files_arr.push(js_path);
includeJsFilesMannually(js_path);
}
LoadCandidateListPrinting();
}
function DailyReport() // DailyReport Report
{
var js_path="js/Report/report_Daily_Report.js";
if(!in_array(js_path,$loaded_js_files_arr))
{
$loaded_js_files_arr.push(js_path);
includeJsFilesMannually(js_path);
}
LoadDailyReport();
}
function DailyReportQp() // DailyReport Report
{
var js_path="js/Report/report_Daily_Report_qp.js";
if(!in_array(js_path,$loaded_js_files_arr))
{
$loaded_js_files_arr.push(js_path);
includeJsFilesMannually(js_path);
}
LoadDailyReportQp();
}
function AdmissionTicket() // report_Admission_Ticket Report
{
var js_path="js/Report/report_Admission_Ticket.js";
if(!in_array(js_path,$loaded_js_files_arr))
{
$loaded_js_files_arr.push(js_path);
includeJsFilesMannually(js_path);
}
LoadAdmissionTicket();
}
function SubjectWiseStudentList() // report_Admission_Ticket Report
{
var js_path="js/Report/subject_wise_students.js";
if(!in_array(js_path,$loaded_js_files_arr))
{
$loaded_js_files_arr.push(js_path);
includeJsFilesMannually(js_path);
}
LoadSubjectWiseStudentList();
}function EnableAppearingListQPWise() // report_Admission_Ticket Report
{
var js_path="js/Report/appear_list_qp_wise.js";
if(!in_array(js_path,$loaded_js_files_arr))
{
$loaded_js_files_arr.push(js_path);
includeJsFilesMannually(js_path);
}
LoadEnableAppearingListQPWise();
}
function RevaluationReport()
{
var js_path="js/Report/revaluation_report.js";
if(!in_array(js_path,$loaded_js_files_arr))
{
$loaded_js_files_arr.push(js_path);
includeJsFilesMannually(js_path);
}
LoadRevaluationReport();
}function EnableTeacherReport()
{
var js_path="js/Report/teacher_report.js";
if(!in_array(js_path,$loaded_js_files_arr))
{
$loaded_js_files_arr.push(js_path);
includeJsFilesMannually(js_path);
}
CallEnableTeacherReport();
}function EnableQPwiseStudentsCount()
{
var js_path="js/Report/report_ra_qp_wise_student_count.js";
if(!in_array(js_path,$loaded_js_files_arr))
{
$loaded_js_files_arr.push(js_path);
includeJsFilesMannually(js_path);
}
CallEnableQPwiseStudentsCount();
}function EnableRoomwiseRegisterNosList()
{
var js_path="js/Report/report_ra_roomwise_register_nos_list.js";
if(!in_array(js_path,$loaded_js_files_arr))
{
$loaded_js_files_arr.push(js_path);
includeJsFilesMannually(js_path);
}
CallEnableRoomwiseRegisterNosList();
}function EnableInvigilatorsDairy()
{
var js_path="js/Report/report_ra_invigilators_dairy.js";
if(!in_array(js_path,$loaded_js_files_arr))
{
$loaded_js_files_arr.push(js_path);
includeJsFilesMannually(js_path);
}
CallEnableInvigilatorsDairy();
}
|