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


Current Path : /var/www/html/univadmin/js/
Upload File :
Current File : /var/www/html/univadmin/js/univRefund.js

function univAmtRefund(){

    $('#loadtab').load('html_modules/univRefundReport.html?v='+version, () => {
      loadUnivs('univname');
    });
  }


function getrefunddetails(){
    var univcode = $("#univname").val();
    var colgrngfrom = $("#colgrngfrom").val();
    var colgrngto = $("#colgrngto").val();
    var apprngfrom = $("#apprngfrom").val();
    var apprngto = $("#apprngto").val();
    if(univcode == "" || colgrngfrom == "" || colgrngto == "" || apprngfrom == "" || apprngto == ""){
        alert("Fill All Details to Get Reports");
    }else{
        window.location.href = $host_url+"getUnivRefundReports&colgrngfrom="+colgrngfrom+"&colgrngto="+colgrngto+"&apprngfrom="
        +apprngfrom+"&apprngto="+apprngto+"&univcode="+univcode;
    }
}