0xV3NOMx
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 : 3.138.120.112


Current Path : /var/www/html/mum/jsold/
Upload File :
Current File : /var/www/html/mum/jsold/load-report-js-files.js

					  
/* 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 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 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();
}