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.141.12.236


Current Path : /proc/thread-self/root/var/www/html/univadmin_bkp/univadmin/Reports/
Upload File :
Current File : //proc/thread-self/root/var/www/html/univadmin_bkp/univadmin/Reports/reports.html

<html>
<head>
</head>
<body >
<center> <div class="row clearfix"  style="padding: 10% 10% 8% 10%;">
<div class="header" style="background-color: #29d82ba1;">
                <h2>
                    University Wise  Report
                </h2>
            </div>
    <div class="col-lg-8 col-md-8 col-sm-8 col-xs-8" style="background-color: floralwhite; font: message-box;">
        <div class="card" style="align-items: center;width: fit-content;">
            
            <div class="body" style="height:60vh">
                <div class="row clearfix">
                    <div class="col-lg-5 col-lg-offset-3 col-md-5 col-md-offset-3 col-sm-8 col-xs-8">
                        <b>University Name</b>
                       <div class="m-b-20">
                       </br>
                            <select class="form-control" id="univname" name="univname" onchange="">
                            <option value="">Select</option>
                                <option value="041">041 - BCU</option>
                                <option value="042">042 - BNU</option>
                                <option value="023">023 - DUD</option>
                            </select>
                        </div>
 </br>
 </br>

                        <b>Degree Group</b>
                        <div class="m-b-20">
                                               </br>
                            <select  class="form-control" id = "deggrp" name="deggrp" onchange="">
                            <option value="">Select</option>
                                <option value="UG">Under Graudate</option>
                                <option value="PG">Post Graudate</option>
                            </select>
                            <!-- <input id="stuid" placeholder="Mobile / Reg. No." class='form-control' type="text" onchange="UploadDocument()" >   -->
                        </div>
                            </br>
                            </br>
                         
                                 <label for="fcollfrom" style="font-weight: bold;">Degree Range:</label>
                                    <input type="text" id="fdegfrom" name="fdegfrom" required = "true"> To

                                    <input type="text" id="fdegto" name="fdegto" required = "true"><br><br>

                                    <label for="fcollfrom" style="font-weight: bold;">College Range:</label>
                                    <input type="text" id="fcollfrom" name="fcollfrom"> To

                                    <input type="text" id="fcollto" name="fcollto"><br><br>
                                    </br>
                                    </br>
                                          <b>Report Type</b>
                        <div class="m-b-20">
                        </br>
                            <select class="form-control" id="reportType" name="reportType" onchange="">
                            <option value="">Select</option>
                                <option value="examapprdsum">
                                EXAM APPLICATION / APPEARED SUMMARY CANDSUM (COURSE / EXAM / COLLEGE)</option>
                                <option value="exmfeedetnewexcel">EXAM FEE DETAILS (NEW FORMAT)</option>
                                <option value="PRPendingDetailed_Report">PR PENDING (DETAILS)</option>
                                <option value="PRPENDING_REG_NO_WISE_Excel">PR PENDING (REG. NO. WISE)</option>
                                <option value="admsummmaryreport">ADMISSION SUMMARY (COURSE / CATEGORY)</option>
                                <option value="exmapp_reg_rep_count">EXAM APPLICATION REGULAR / REPEATER STUDENT COUNT</option>
                                <option value="qpwisestdcountcsv">Qpwise Student list</option>


                            </select>
                        </div>
                        </br>
                        </br>
                                   <input type="radio"  id  = "pdf" name="rpttype" value="PDF"> PDF
                                    <input type="radio"  id  = "excel" name="rpttype" value="excel"> Excel

                      
                        <div class="row" id="report">
                            <div class="col-md-12">
                            </br>
                               <button style="margin-left: 8px;" 
                               class="btn btn-block btn-lg bg-mycol waves-effect" 
                               onclick="getReports()"   id="get Reports">Generate</button>
                            </div>
                        </div>
                    
             </div>
            </div>
        </div>
    </div> </center>
<script>
var $host_url="http://192.168.0.32/univadmin/app.php?a=";

/*function loadCollege(){

    $('#loadtab').load('html_modules/reports.html?v='+version, () => loadUnivs('univname') );
    $('#deggrp').load('html_modules/reports.html?v='+version, () => getdegree() );

}*/
/*function getdegree(){
    $.ajax({
        type: 'post',
        url: $host_url+'getdeggrp',
        success: function(response){
            var {error_code, data,status} = response;            
            // console.log("collcollcoll",data);
            if(error_code == 0)
            {
                var deg = data;
                var options;
                options +=`<option value="All">All</option>`;

                for(var i = 0; i< deg.length; i++)
                {
                    options += `<option value="${deg[i].ffaculty}">${deg[i].ffaculty}</options>`;
                }
                $("#deggrp").html(options);
            }
        }
    });
}*/

    function getReports(){
    univcode = document.getElementById('univname').value;
    deggrp = document.getElementById('deggrp').value;
     fdegfrom = document.getElementById('fdegfrom').value;
    fdegto = document.getElementById('fdegto').value;
    fcollfrom = document.getElementById('fcollfrom').value;
    fcollto = document.getElementById('fcollto').value;
   reportType = document.getElementById('reportType').value; 

    if(reportType=='examapprdsum'){
        if (document.getElementById('pdf').checked){
      window.open($host_url+"examapprdsum"+"&deggrp="+deggrp+"&univcode="+univcode+"&fdegfrom="+fdegfrom+"&fdegto="+fdegto+"&fcollfrom="+fcollfrom+"&fcollto="+fcollto, '_blank');
    }
    else {
      window.open($host_url+"examapprdsumexcel"+"&deggrp="+deggrp+"&univcode="+univcode+"&fdegfrom="+fdegfrom+"&fdegto="+fdegto+"&fcollfrom="+fcollfrom+"&fcollto="+fcollto, '_blank');
    }
    }
     if(reportType=='examapprdsum'){
    if(document.getElementById('pdf').checked){
     Alert('No PDF Found..');
    }
    else {
      window.open($host_url+"exmfeedetnewexcel"+"&deggrp="+deggrp+"&univcode="+univcode+"&fdegfrom="+fdegfrom+"&fdegto="+fdegto+"&fcollfrom="+fcollfrom+"&fcollto="+fcollto, '_blank');
    }
     }
    /*if(document.getElementById('pdf').checked){
      window.open($host_url+"PRPendingDetailed_Report"+"&deggrp="+deggrp+"&univcode="+univcode+"&fdegfrom="+fdegfrom+"&fdegto="+fdegto+"&fcollfrom="+fcollfrom+"&fcollto="+fcollto, '_blank');
    }
    else {
      window.open($host_url+"PRPendingDetailed_excelnew"+"&deggrp="+deggrp+"&univcode="+univcode+"&fdegfrom="+fdegfrom+"&fdegto="+fdegto+"&fcollfrom="+fcollfrom+"&fcollto="+fcollto, '_blank');
    }
    if(document.getElementById('pdf').checked){
      window.open( '_blank');
    }
    else {
      window.open($host_url+"PRPENDING_REG_NO_WISE_Excel"+"&deggrp="+deggrp+"&univcode="+univcode+"&fdegfrom="+fdegfrom+"&fdegto="+fdegto+"&fcollfrom="+fcollfrom+"&fcollto="+fcollto, '_blank');
    }
    if(document.getElementById('pdf').checked){
      window.open($host_url+"admsummmaryreport"+"&deggrp="+deggrp+"&univcode="+univcode+"&fdegfrom="+fdegfrom+"&fdegto="+fdegto+"&fcollfrom="+fcollfrom+"&fcollto="+fcollto, '_blank');
    }
    else {
      window.open($host_url+"admsummmaryexcel"+"&deggrp="+deggrp+"&univcode="+univcode+"&fdegfrom="+fdegfrom+"&fdegto="+fdegto+"&fcollfrom="+fcollfrom+"&fcollto="+fcollto, '_blank');
    }
    if(document.getElementById('pdf').checked){
      window.open($host_url+"exmapp_reg_rep_count_Report"+"&deggrp="+deggrp+"&univcode="+univcode+"&fdegfrom="+fdegfrom+"&fdegto="+fdegto+"&fcollfrom="+fcollfrom+"&fcollto="+fcollto, '_blank');
    }
    else {
      window.open($host_url+"exmapp_reg_rep_count"+"&deggrp="+deggrp+"&univcode="+univcode+"&fdegfrom="+fdegfrom+"&fdegto="+fdegto+"&fcollfrom="+fcollfrom+"&fcollto="+fcollto, '_blank');
    }
    if(document.getElementById('pdf').checked){
      window.open($host_url+"examapprdsum"+"&deggrp="+deggrp+"&univcode="+univcode+"&fdegfrom="+fdegfrom+"&fdegto="+fdegto+"&fcollfrom="+fcollfrom+"&fcollto="+fcollto, '_blank');
    }
    else {
      window.open($host_url+"examapprdsumexcel"+"&deggrp="+deggrp+"&univcode="+univcode+"&fdegfrom="+fdegfrom+"&fdegto="+fdegto+"&fcollfrom="+fcollfrom+"&fcollto="+fcollto, '_blank');
    }
    if(document.getElementById('pdf').checked){
        window.open( '_blank');
    }
    else {
      window.open($host_url+"qpwisestdcountcsv"+"&deggrp="+deggrp+"&univcode="+univcode+"&fdegfrom="+fdegfrom+"&fdegto="+fdegto+"&fcollfrom="+fcollfrom+"&fcollto="+fcollto, '_blank');
    }*/
    
}</script>