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.226.166.207
<html><head>
<style>
body {
background-color: #f77b15
}
.header {
font-size: 40;
font-family:'Constantia';
color:#FFFF;
margin-top: 10px;
margin-bottom: 25px;
background-image: url('C:/Users/RULAB/Desktop/Master Files/revalogo.jpg');
padding-bottom: 1px;
height:75px;
}
</style>
</head>
<body>
<center><div class="row clearfix" style="padding: 5% 7% 4% 7%;">
<div class="header" style="background-color: #ffffff; height:55px;">
<h2 style="font-size: inherit; color: #df6a06;">
Logisys REVA Reports
</h2>
</div>
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-8" style="background-color: #ffffff; font: message-box;">
<div class="card" style="align-items: center;width: fit-content;height: 500px;">
<form name="reports" style="text-align-last: left;">
<label for="univcode"><b><span style="font-size:20; font-family:'Mangal'; color:#077D78;">University Name: </span></b></label>
<select id="univcode" name="univcode" style="width: 170; height: 26; border: outset;"required="">
<option value="Select" style="font-size:14; font-family:'Consolas';">--Select--</option>
<option value="030" style="font-size:14; font-family:'Consolas';">030 - Reva Uninversity</option>
</select><br><br><br>
<label for="fdeggrp"><b><span style="font-size:20; font-family:'Mangal'; color:#077D78;">Degree Group: </span></b></label>
<select id="fdeggrp" name="fdeggrp" style="width: 170; height: 26; border: outset;"required="">
<option value="Select" style="font-size:14; font-family:'Consolas';">--Select--</option>
<option value="%" style="font-size:14; font-family:'Consolas';">ALL </option>
<option value="UG" style="font-size:14; font-family:'Consolas';">UG - Under Graduate</option>
<option value="PG" style="font-size:14; font-family:'Consolas';">PG - Post Graduate</option>
<option value="UGEN" style="font-size:14; font-family:'Consolas';">UGEN - UG Engineering</option>
<option value="PGEN" style="font-size:14; font-family:'Consolas';">PGEN - PG Engineering </option>
</select><br><br><br>
<label for="fdate"><b><span style="font-size:20; font-family:'Mangal'; color:#077D78;">Date Range: </span></b></label>
<input type="text" id="fdatefrom" name="fdatefrom" rows="1" cols="20" style="width: 100; height: 25; border: outset;" required="">
  <span style="font-size:20;"> To</span>  
<input type="text" id="fdateto" name="fdateto" rows="1" cols="20" style="width: 100; height: 25; border: outset;" required="">
<br><br><br>
<label for="fyear"><b><span style="font-size:20; font-family:'Mangal'; color:#077D78;">Year: </span></b></label>
<select id="fyear" name="deggrp" style="width: 100; height: 26; border: outset;" required="">
<option value="Select" style="font-size:14; font-family:'Consolas';">--Select--</option>
<option value="2022" style="font-size:14; font-family:'Consolas';">2022</option>
</select>   
<label for="fexamtype"><b><span style="font-size:20; font-family:'Mangal'; color:#077D78;">Exam Mode: </span></b></label>
<select id="fexamtype" name="fexamtype" style="width: 100; height: 26; border: outset;" required="">
<option value="Select" style="font-size:14; font-family:'Consolas';">--Select--</option>
<option value="3" style="font-size:14; font-family:'Consolas';">DEC 2022 / JAN 2023</option>
</select><br><br><br>
   <label for="frtype"><b><span style="font-size:20; font-family:'Mangal'; color:#077D78;">Report: </span></b></label>
<select id="frtype" name="frtype" style="width: 300; height: 26; border: outset;" required="">
<option value="Select" style="font-size:14; font-family:'Consolas';">--Select--</option>
<option value="exaEeePaidCsv" style="font-size:14; font-family:'Consolas';">SRN wise payment report </option>
<option value="revaQpindentCsv" style="font-size:14; font-family:'Consolas';">Qpindent with Subject Count</option>
<option value="QPINDENTSRN" style="font-size:14; font-family:'Consolas';">Qpindent with SRN</option>
<option value="roomsummary" style="font-size:14; font-family:'Consolas';">Room Allotment Summary </option>
<option value="roomsummarydetail" style="font-size:14; font-family:'Consolas';">Room Allotment Detailed </option>
<option value="RVPCReport" style="font-size:14; font-family:'Consolas';">RV PC Report</option>
</select><br><br><br>
                  <label for="rpttype"><b><span style="font-size:20; font-family:'Mangal'; color:#077D78;">Report Type: </span></b></label><br>
             <input type="radio" id="PDF" name="rpttype" value="PDF" checked="" required="required">
<span style="font-size:24;">PDF</span>
<input type="radio" id="Excel" name="rpttype" value="Excel">
<span style="font-size:24;">Excel</span><br><br><br>
<button id="rpttype" type="button" value="Generate Report" onclick="getReports()" style="font-family: 'MoolBoran'; font-size:20; height:30;
width:140; text-align-last: center; border: outset;"><b>Generate</b></button>   
<button type="reset" value="Reset" style="font-family: 'MoolBoran'; font-size:20; height:30;
width:140; text-align-last: center; border: outset;"><b>Reset </b></button>
<!--<input type="reset" value="Reset"/>-->
</form>
</div></div></div></center>
<script>
var $host_url="http://universitysolutions.in/univadmin/app.php?a=";
function getReports(){
univcode = document.getElementById('univcode').value;
deggrp = document.getElementById('fdeggrp').value;
fdatefrom = document.getElementById('fdatefrom').value;
fdateto = document.getElementById('fdateto').value;
fyear = document.getElementById('fyear').value;
fexamtype = document.getElementById('fexamtype').value;
frtype = document.getElementById('frtype').value;
rpttype= document.getElementById('rpttype').value;
if(frtype == 'exaEeePaidCsv'){
if(document.reports.rpttype.value =='PDF' )
alert("PDF not found");
else if(document.reports.rpttype.value == 'Excel')
window.open($host_url+"exaEeePaidCsv"+"&univcode="+univcode+"&fdeggrp="+deggrp+"&fdatefrom="+fdatefrom+"&fdateto="+fdateto,'_blank');
}
if(frtype == 'revaQpindentCsv'){
if(document.reports.rpttype.value =='PDF' )
alert("PDF not found");
else if(document.reports.rpttype.value == 'Excel')
window.open($host_url+"revaQpindentCsv"+"&fdeggrp="+deggrp+"&univcode="+univcode+"&fyear="+fyear+"&fexamtype="+fexamtype+"&fdatefrom="+fdatefrom+"&fdateto="+fdateto,'_blank');
}
if(frtype == 'QPINDENTSRN'){
if(document.reports.rpttype.value =='PDF' )
alert("PDF not found");
else if(document.reports.rpttype.value == 'Excel')
window.open($host_url+"QPINDENTSRN"+"&fdeggrp="+deggrp+"&univcode="+univcode+"&fyear="+fyear+"&fexamtype="+fexamtype+"&fdatefrom="+fdatefrom+"&fdateto="+fdateto,'_blank');
}
if(frtype == 'roomsummary'){
if(document.reports.rpttype.value =='PDF' )
alert("PDF not found");
else if(document.reports.rpttype.value == 'Excel')
window.open($host_url+"roomsummary"+"&univcode="+univcode+"&fdeggrp="+deggrp+"&fdatefrom="+fdatefrom+"&fdateto="+fdateto,'_blank');
}
if(frtype == 'roomsummarydetail'){
if(document.reports.rpttype.value =='PDF' )
alert("PDF not found");
else if(document.reports.rpttype.value == 'Excel')
window.open($host_url+"roomsummarydetail"+"&univcode="+univcode+"&fdeggrp="+deggrp+"&fdatefrom="+fdatefrom+"&fdateto="+fdateto,'_blank');
}
if(frtype == 'RVPCReport'){
if(document.reports.rpttype.value =='PDF' )
alert("PDF not found");
else if(document.reports.rpttype.value == 'Excel')
window.open($host_url+"RVPCReport"+"&univcode="+univcode+"&fdeggrp="+"&fcorrtype='%'"+deggrp+"&fdatefrom="+fdatefrom+"&fdateto="+fdateto,'_blank');
}
}</script>
</body></html>
|