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 : 18.191.171.136


Current Path : /var/www/oasis/Report_details/
Upload File :
Current File : /var/www/oasis/Report_details/generateadmissionreg.php

<?php
$main_src=substr($_SERVER['SCRIPT_FILENAME'],0,strlen($_SERVER['SCRIPT_FILENAME'])-7);
//$pdf_writer_class =$main_src."/tarka_pdf/fpdf.php";
$pdf_writer_class =$main_src."/tcpdf/tcpdf.php";
require_once($pdf_writer_class);
// ini_set('memory_limit','900M');
// ini_set('max_execution_time',0);

class MYPDF extends TCPDF {
    public $aobj_context;
    protected $last_page_flag = false;
    public function setData($aobj_context){
    	$this->aobj_context = $aobj_context;
    }

    public function Close() {
	    $this->last_page_flag = true;
	    parent::Close();
  	}
    public function Header() {
        // get the current page break margin
        $bMargin = $this->getBreakMargin();
        // get current auto-page-break mode
        $auto_page_break = $this->AutoPageBreak;
        // disable auto-page-break
        $this->SetAutoPageBreak(false, 0);
        // set bacground image

        $this->SetMargins(10,62,20,true);	
		$this->SetFillColor(248, 248 ,255);		
		$img_path = $this->aobj_context->main_src.'/'.$this->aobj_context->mobj_data["db"]."/img/logo.jpg";

		$exam_no = $this->aobj_context->mobj_data["exam_no"];
		if($exam_no == '')
			$exam_no = 'A';
		
		if(file_exists($img_path)) 
			$this->Image($img_path,6,6,20,20);
		
		$this->SetFont('Times','B',13);
		$this->SetY(5);
		$this->Cell(0,4,$this->aobj_context->FUNIVNAME,0,1,'C');
		//state
		$this->SetFont('Times','',11);
		$this->Cell(0,4,$this->aobj_context->s_state,0,1,'C');
		$this->SetFont('Times','B',12);
		$this->Cell(0,4,'POST GRADUATE ADMISSION APPROVAL OF FIRST  YEAR  STUDENTS ADMITTED  DURING THE ACADEMIC YEAR 2021-22',0,1,'C');
				 
		$this->SetFont('Times','B',12);
		$this->Ln(8);
	
		$cur_year = date("Y");
		$nextyear = ($cur_year+1)-2000;
		//'.$cur_year.'-'.$nextyear.'
		// if($exam_no == 'A')
			$this->Cell(0,5,'NAME OF THE DEPARTMENT / COLLEGE  :','0',1,'L');
		// else	
        $this->Ln(3.60);
			$this->Cell(0,5,'COURSE:','0',1,'L');

		// $this->Cell(0,5,"Degree : {$this->aobj_context->degree}",'0',1,'C');

		// $this->Ln(1);
		// $this->Cell(0,5,"Combination : {$this->aobj_context->combcode}",'0',1,'C');

	
		
		
		if($this->aobj_context->laspage != "lastpage")
		{
				$qurey = "select count(*)  as fcombcnt from studadm where 
				fcollcode = '{$this->aobj_context->fcollcode}' and 
				fdegree = '{$this->aobj_context->fdegree}' 
				and fcombcode = '{$this->aobj_context->fcombcode}'
				and IFNULL(FAPPSTATUS,'') = 'verified' 
				and IFNULL(ffinsub,'') = 'T'
				and fexamno = '{$exam_no}'
				and ifnull(fdeleted,'') <> 'T'";

				$combcnt = $this->aobj_context->mobj_db->GetRow($qurey);

				$this->Ln(2);
				//$this->Ln(3);
			$this->SetFont('Times','B',10);

			$this->Cell(8,8,'Sl.',"LRT",0,"C");
			$this->Cell(28,8,'App. No.',"LRT",0,"C");
			$this->Cell(25,8,'Admn. Date',"LRT",0,"C");
			$this->Cell(75,8,'Name of',"LRT",0,"C");
			$this->Cell(13,8,'Gender',"LRT",0,"C");
			$this->Cell(12,8,'Cand',"LRT",0,"C");
			// $this->Cell(19,8,'Cat.in',"LRT",0,"C");
			$this->Cell(70,8,'In which University',"LRT",0,"C");
			$this->Cell(22,8,'Reg.No. &',"LRT",0,"C");
			$this->Cell(15,8,'% in',"LRT",0,"C");
			$this->Cell(14,8,'Marks',"LRT",0,"C");
			$this->Cell(14,8,'TC',"LRT",0,"C");
			$this->Cell(14,8,'Migr',"LRT",0,"C");
			$this->Cell(14,8,'Caste &',"LRT",0,"C");
            $this->Cell(63,4,'Details of Fees paid',"LRT",0,"C");
            $this->Cell(21,8,'Remarks',"LRT",1,"C");
            // $this->Cell(0,4,'',"LRT",1,0);
            // $this->Cell(70,5,'',1,0);


			$this->Cell(8,4,"NO","LR",0,"C");
			$this->Cell(28,4,"","LR",0,"C");
			$this->Cell(25,4,"","LR",0,"C");
			$this->Cell(75,4,"the Candidate","LR",0,"C");
			$this->Cell(13,4,"","LR",0,"C");
			$this->Cell(12,4,"Cat.","LR",0,"C");
			// $this->Cell(19,4,"which","LR",0,"C");
			$this->Cell(70,4,"Degree obtained","LR",0,"C");
			$this->Cell(22,4,"Year","LR",0,"C");
			$this->Cell(15,4,"Deg","LR",0,"C");
			$this->Cell(14,4,"card ","LR",0,"C");
			$this->Cell(14,4,"Cert","LR",0,"C");
			$this->Cell(14,4,"Cert.","LR",0,"C");
			$this->Cell(14,4,"Income","LR",0,"C");
            $this->Cell(20,4,"Amount","LRT",0,"C");
            $this->Cell(20,4,"Ch.No/","LRT",0,"C");
            $this->Cell(23,4,"Ch.No/","LRT",0,"C");
            $this->Cell(21,4,"","LR",1,"C");

            

			$this->Cell(8,4,"","LRB",0,"C");
			$this->Cell(28,4,"","LRB",0,"C");
			$this->Cell(25,4,"","LRB",0,"C");
			$this->Cell(75,4,"","LRB",0,"C");
			$this->Cell(13,4,"","LRB",0,"C");
			$this->Cell(12,4,"","LRB",0,"C");
			// $this->Cell(19,4,"selected","LRB",0,"C");
			$this->Cell(70,4,"","LRB",0,"C");
			$this->Cell(22,4,"of passing","LRB",0,"C");
			$this->Cell(15,4,"","LRB",0,"C");
			$this->Cell(14,4,"","LRB",0,"C");
			$this->Cell(14,4,"","LRB",0,"C");
			$this->Cell(14,4,"","LRB",0,"C");
			$this->Cell(14,4,"","LRB",0,"C");
            $this->Cell(20,4,"","LRB",0,"C");
            $this->Cell(20,4,"Rec.No","LRB",0,"C");
            $this->Cell(23,4,"Rec.Date","LRB",0,"C");            
            $this->Cell(21,4,"","LRB",1,"C");



		}
       
        $this->SetAutoPageBreak($auto_page_break, $bMargin);
        // set the starting point for the page content    
    }

    public function Footer() 
    {
        $this->SetY(-20);
        $this->SetFont('helvetica', 'I', 8);
        $this->Ln(1);
        if($this->aobj_context->laspage != "lastpage")
		{
	        $this->Cell(0, 6,'Note : Documents Enclosed,  ELIGCERT - Eligibility Certificate, SSLCMC - SSLC Marks Card, PUMC - PUC Marks Card.', 0, 1, 'L');
        }
        $this->Cell(100, 10,'IP : '.$_SERVER["REMOTE_ADDR"], 0, 0, 'L');
        $this->Cell(110, 10,'Date : ' .$this->aobj_context->current_date, 0, 0, 'C');

        $this->Cell(70, 10,'Page ' .$this->getPageNumGroupAlias().'/'.$this->getPageGroupAlias(), 0, 1, 'R');
    }
}

class AddmissionApplication
{	
	function DefaultConstructor($aobj_context)
	{
		$this->aobj_context=$aobj_context;
		//$this->pdf=  new FPDF();
		$this->collcode=$_SESSION['collcode'];
		$this->degree = $aobj_context->mobj_data["degree_code"];
		$this->ip=$_SERVER["REMOTE_ADDR"];
		$get_date="select DATE_FORMAT(now(), '%d/%m/%Y') as now_date";
		$obj=$this->aobj_context->mobj_db->GetRow($get_date);

		$get_coll_name="select FUNIVNAME as 'FUNIVNAME',FUNIVCODE,
		FUNIVADD1 as 'state', pdf_logo_path,
		ifnull(FEXAMAPPREQ,'F') as FEXAMAPPREQ From control";

		$lobj_get_coll_name=$this->aobj_context->mobj_db->GetRow($get_coll_name);
		
		$aobj_context->FUNIVNAME=$lobj_get_coll_name['FUNIVNAME'];
		$aobj_context->s_state=$lobj_get_coll_name['state'];
		$aobj_context->pdf_logo_path=$lobj_get_coll_name['pdf_logo_path'];
		$aobj_context->FEXAMAPPREQ=$lobj_get_coll_name['FEXAMAPPREQ'];
		$aobj_context->FUNIVCODE=$lobj_get_coll_name['FUNIVCODE']; 

		$get_college_name="select concat(fcollcode,' - ',FCOLLNAME,', ',FTOWN) as col_name from college where FCOLLCODE='{$this->collcode}'";
		$lobj_get_college_name = $this->aobj_context->mobj_db->GetRow($get_college_name);
		$aobj_context->col_name = $lobj_get_college_name['col_name'];
		$this->aobj_context->current_date =  $obj['now_date'];

		$this->current_date = $obj['now_date'];

		$get_degree_name="select concat(fdegree,'-',fdescpn) as degree from degree where fdegree='{$this->degree}' and fexamno = 'A'";
		
		$lobj_get_degree_name = $this->aobj_context->mobj_db->GetRow($get_degree_name);
		$aobj_context->degree = $lobj_get_degree_name['degree'];
		
		$this->pdf= new MYPDF('L');
		
		$this->pdf->setData($aobj_context);
	}

	
		
	function writeReport($admCollData)
	{

		$pdf=$this->pdf;

		$oldcombcode = '';
		$newcombcode = '';
		$i = 0;
        $slno=1;
		$Total = 0;
        $this->pdf->AddPage('L','A3');
		foreach($admCollData as $key => $value)
		{

     $doc = explode(',',$value['fdoc']);
     $this->pdf->SetFont('Times','B',10);


			$this->pdf->Cell(8,8,$slno++,"LRTB",0,"C");
			$this->pdf->Cell(28,8,$value['fappno'],"LRTB",0,"C");
			$this->pdf->Cell(25,8,$value['fadmdate'],"LRTB",0,"C");
			$this->pdf->Cell(75,8,$value['fname'],"LRTB",0,"L");
			$this->pdf->Cell(13,8,$value['fgender'],"LRTB",0,"C");
			$this->pdf->Cell(12,8,$value['fcat'],"LRTB",0,"C");
			// $this->pdf->Cell(19,8,'',"LRTB",0,"C");
			$this->pdf->Cell(70,8,$value['funivname'],"LRTB",0,"L");
			$this->pdf->Cell(22,8,$value['fqualexregno'],"LRTB",0,"C");
			$this->pdf->Cell(15,8,$value['fqpercentage'],"LRTB",0,"C");
			
            foreach($doc as $key => $val){
                $doc1 = explode('-',$val);
                if($doc1[0] == "PUMC")
                {    
                    $this->pdf->Cell(14,8,$doc1[1],"LRTB",0,"C");
                }else if($doc1[0] == "CASTE")
                {    
                    $this->pdf->Cell(14,8,$doc1[1],"LRTB",0,"C");
                }else if($doc1[0] == "MIGCERT")
                {    
                    $this->pdf->Cell(14,8,$doc1[1],"LRTB",0,"C");
                }else if($doc1[0] == "INCOME")
                {    
                    $this->pdf->Cell(14,8,$doc1[1],"LRTB",0,"C");
                }
                
              }

            $this->pdf->Cell(20,8,$value['ftotfee'],"LRTB",0,"C");
            $this->pdf->Cell(20,8,$value['ffeenumber'],"LRTB",0,"C");
            $this->pdf->Cell(23,8,$value['ffeedate'],"LRTB",0,"C");
            $this->pdf->Cell(21,8,'',"LRTB",1,"C");
			


        if($this->pdf->getY() > 180)
        $this->pdf->AddPage('L','A3');
		}
			
		
	}
		
	function SendOutput()
	{
		ob_end_clean();
		$this->pdf->Output("Admission_Summary_{$_SESSION['collcode']}.pdf","I");
	}	 
}

function generateadmissionreg($aobj_context)
{

    
	$aobj_context->mobj_db->SetFetchMode(ADODB_FETCH_ASSOC);

	$degree_code = $aobj_context->mobj_data["degree_code"];
	$exam_no = $aobj_context->mobj_data["exam_no"];
	$appfrom = $aobj_context->mobj_data["appfrom"];
	$appto = $aobj_context->mobj_data["appto"];
    $collcode=$_SESSION['collcode'];

	

	$query = "select ifnull(sa.fappno,'') as fappno,ifnull(DATE_FORMAT(sa.fadmdate,'%d/%m/%Y'),'') AS fadmdate,
    ifnull(sa.fname,'') as fname,ifnull(sa.fgender,'') as fgender,
    ifnull(sa.fcaste,'') as fcat,ifnull(sa.fqyear,'') as fqyear,ifnull(sa.fqpercentage,'') as       fqpercentage,ifnull(sa.funivname,'') as funivname,
    ifnull(sa.fqualexregno,'') as fqualexregno,ifnull(sa.ffeenumber,'') as ffeenumber,ifnull(DATE_FORMAT(sa.ffeedate,'%d/%m/%Y'),'') AS ffeedate,
    ifnull(sa.ftotfee,'') as ftotfee,
    group_concat(fdoctype,'-',if(ifnull(sd.file_path,'-') = '-','No','Yes')) as fdoc
    from studadm sa 
    inner join studoc sd on sa.fcollcode = sd.fcollcode and sa.fdegree = sd.fdegree and
    sa.fappno = sd.login_cnt
    where sa.fcollcode = '{$_SESSION['collcode']}' 
	AND (sa.faregno BETWEEN '{$appfrom}' AND '{$appto}' OR faregno IS NULL) 
    and sa.fdegree = '{$degree_code}'
    and sa.fexamno = '{$exam_no}'
    group by fappno";

	

	$admCollData = $aobj_context->mobj_db->GetAll($query);


   
     

	$class_obj = new AddmissionApplication();
	
	$class_obj->DefaultConstructor($aobj_context);

	$class_obj->writeReport($admCollData);

	$class_obj->SendOutput();
}


function moneyFormatIndia($num) {
    $explrestunits = "" ;
    if(strlen($num)>3) {
        $lastthree = substr($num, strlen($num)-3, strlen($num));
        $restunits = substr($num, 0, strlen($num)-3); // extracts the last three digits
        $restunits = (strlen($restunits)%2 == 1)?"0".$restunits:$restunits; // explodes the remaining digits in 2's formats, adds a zero in the beginning to maintain the 2's grouping.
        $expunit = str_split($restunits, 2);
        for($i=0; $i<sizeof($expunit); $i++) {
            // creates each of the 2's group and adds a comma to the end
            if($i==0) {
                $explrestunits .= (int)$expunit[$i].","; // if is first value , convert into integer
            } else {
                $explrestunits .= $expunit[$i].",";
            }
        }
        $thecash = $explrestunits.$lastthree;
    } else {
        $thecash = $num;
    }
    return $thecash; // writes the final format where $currency is the currency symbol.
}

?>