MMCT TEAM
Server IP : 2a02:4780:3:1378:0:3736:a38e:10  /  Your IP : 3.138.123.118
Web Server : LiteSpeed
System : Linux sg-nme-web1278.main-hosting.eu 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User : u926327694 ( 926327694)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u926327694/domains/smsoft.in/public_html/demo/src/../

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u926327694/domains/smsoft.in/public_html/demo/src/../recpt_report_subhead_print.php
<?php 

    // First we execute our common code to connection to the database and start the session 
    require("common.php"); 
     
    // At the top of the page we check to see whether the user is logged in or not 
    if(!isset($_SESSION['user']) && !isset($_SESSION['Mng_User'])) 
    { 
        // If they are not, we redirect them to the login page. 
        header("Location: login.php"); 
         
        // Remember that this die statement is absolutely critical.  Without it, 
        // people can view your members-only content without logging in. 
        die("Redirecting to login.php"); 
    } 
     
    // Everything below this point in the file is secured by the login system 
     
    // We can display the user's username to them by reading it from the session array.  Remember that because 
    // a username is user submitted content we must use htmlentities on it before displaying it to the user. 
?> 






<?php include "config/config.php";
$r=mysqli_query($con,"select * from class");
$r1=mysqli_query($con,"select * from division");
$r2=mysqli_query($con,"select * from head  ");
?>

<!DOCTYPE html>
<html>
<head>
  <!-- start: Meta -->
  <meta charset="utf-8">
<title>Receipt Report List</title>  <meta name="description" content="Bootstrap Metro Dashboard">
  <meta name="author" content="Dennis Ji">
  <meta name="keyword" content="Metro, Metro UI, Dashboard, Bootstrap, Admin, Template, Theme, Responsive, Fluid, Retina">
  <!-- end: Meta -->
  
  <!-- start: Mobile Specific -->
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <!-- end: Mobile Specific -->
  
  <!-- start: CSS -->
  <link id="bootstrap-style" href="css/bootstrap.min.css" rel="stylesheet">
  <link href="css/bootstrap-responsive.min.css" rel="stylesheet">
  <link id="base-style" href="css/style.css" rel="stylesheet">
  <link id="base-style-responsive" href="css/style-responsive.css" rel="stylesheet">
  <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,latin-ext' rel='stylesheet' type='text/css'>
  <!-- end: CSS -->
  

  <!-- The HTML5 shim, for IE6-8 support of HTML5 elements -->
  <!--[if lt IE 9]>
      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
    <link id="ie-style" href="css/ie.css" rel="stylesheet">
  <![endif]-->
  
  <!--[if IE 9]>
    <link id="ie9style" href="css/ie9.css" rel="stylesheet">
  <![endif]-->
    
  <!-- start: Favicon -->
  <link rel="shortcut icon" href="img/favicon.ico">
  <!-- end: Favicon -->
  
    <style type="text/css">
<!--
.style1 {
  color: #3300CC;
  font-weight: bold;
}
.style2 {
  color: #FF0000;
  font-weight: bold;
}
.style4 {
  color: #CC00FF;
  font-weight: bold;
}
-->
</style>

    







     <script src="https://code.jquery.com/jquery-3.3.1.js"></script>
 <script src="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script>
 <script src="https://cdn.datatables.net/buttons/2.2.2/js/dataTables.buttons.min.js"></script>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js"></script>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.32/pdfmake.min.js"></script>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.32/vfs_fonts.js"></script>
 <script src="https://cdn.datatables.net/buttons/1.5.1/js/buttons.html5.min.js"></script>
 <script src="https://cdn.datatables.net/buttons/2.2.2/js/buttons.colVis.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css"/>
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/buttons/1.5.1/css/buttons.dataTables.min.css"/>
    <script type="text/javascript">
    	$.fn.dataTable.ext.errMode = 'none';
        $(document).ready(function() {
    $('#example').DataTable( {
        dom: 'Bfrtip',
        buttons: [
            'copyHtml5',
            'excelHtml5',
            'csvHtml5',
            'pdfHtml5',
            'colvis'
        ]
    } );
} );
                $(document).ready(function() {
    $('#example1').DataTable( {
        dom: 'Bfrtip',
        buttons: [
            'copyHtml5',
            'excelHtml5',
            'csvHtml5',
            'pdfHtml5'
        ]
    } );
} );
    $(document).ready(function() {
    $('#example2').DataTable( {
        dom: 'Bfrtip',
        buttons: [
            'copyHtml5',
            'excelHtml5',
            'csvHtml5',
            'pdfHtml5'
        ]
    } );
} );
     $(document).ready(function() {
    $('#example3').DataTable( {
        dom: 'Bfrtip',
        buttons: [
            'copyHtml5',
            'excelHtml5',
            'csvHtml5',
            'pdfHtml5'
        ]
    } );
} );
    $(document).ready(function() {
    $('#example4').DataTable( {
        dom: 'Bfrtip',
        buttons: [
            'copyHtml5',
            'excelHtml5',
            'csvHtml5',
            'pdfHtml5'
        ]
    } );
} );
    </script>
        <script src="js/jquery-migrate-1.0.0.min.js"></script>
    
    
        <script src="js/jquery-ui-1.10.0.custom.min.js"></script>
    
      <script src="js/jquery.ui.touch-punch.js"></script>
    
        <script src="js/modernizr.js"></script>
  <script src="js/bootstrap.min.js"></script>
    
          
         <script src="js/jquery.cookie.js"></script>
    
        <script src='js/fullcalendar.min.js'></script>
    
        

         <script src="js/excanvas.js"></script>
    <script src="js/jquery.flot.js"></script>
    <script src="js/jquery.flot.pie.js"></script>
    <script src="js/jquery.flot.stack.js"></script>
    <script src="js/jquery.flot.resize.min.js"></script>
    
        <script src="js/jquery.chosen.min.js"></script>
    
        <script src="js/jquery.uniform.min.js"></script>
        
        <script src="js/jquery.cleditor.min.js"></script>
    
        <script src="js/jquery.noty.js"></script>
    
        <script src="js/jquery.elfinder.min.js"></script>
    
        <script src="js/jquery.raty.min.js"></script>
    
        <script src="js/jquery.iphone.toggle.js"></script>
    
        <script src="js/jquery.uploadify-3.1.min.js"></script>
    
        <script src="js/jquery.gritter.min.js"></script>
    
        <script src="js/jquery.imagesloaded.js"></script>
    
        <script src="js/jquery.masonry.min.js"></script>
    
        <script src="js/jquery.knob.modified.js"></script>
    
        <script src="js/jquery.sparkline.min.js"></script>
    
        <script src="js/counter.js"></script>
    
        <script src="js/retina.js"></script>

        <script src="js/custom.js"></script>
        <style>
            .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
        </style>
</head>

<body onLoad="myFunction()">
		<!-- start: Header -->

	<!-- start: Header -->

			
		



<div class="table-responsive">
<table width="945" border="3" align="center">
  <tr>
    <td width="337">Date(From):<?php if($a=isset($_POST["from"]))
	{
	echo "<font color='Blue'><b> $_POST[from] </b> </font>";
	}
	?></td>
    <td width="269">Date(To):<?php if($b=isset($_POST["to"]))
	{
	echo "<font color='Blue'><b> $_POST[to] </b> </font>";
	}
	?></td>
	<td></td>
    </tr>
  <tr>
    <td>Class:<?php if($e=isset($_POST["Class"]))
	{
	echo "<font color='Blue'><b> $_POST[Class] </b> </font>";
	}
	?></td>
    <td>Division:<?php if($f=isset($_POST["Division"]))
	{
	echo "<font color='Blue'><b> $_POST[Division] </b> </font>";
	}
	?></td>
    <td>Payment Mode :<?php if($g=isset($_POST["paym"]))
	{
	echo "<font color='Blue'><b> $_POST[paym] </b> </font>";
	}
	?></td>
    </tr>
</table>
</div>
<br>

<div class="box-content">
<div class="row-fluid sortable">		
				<div class="box span12">
					<div class="box-header" data-original-title>
						<h2><i class="halflings-icon white user"></i><span class="break"></span>Students</h2>
						<div class="box-icon">
							
						</div>
					</div>
					<div class="box-content" >
					
					

<?php 


 




?>
							
						
	
					

							<div class="table-responsive">
						<table id="example" class="table table-striped table-bordered bootstrap-datatable datatable">
						  <thead>
							 <tr>
							     <th>Sr. No.</th>
								 <th>Date</th>
								 <th>Recipt No.</th>
								 <th>Class</th>
								 <th>Div</th>
								 <th>Reg No.</th>
								 <th>Student Name</th>
								 <th>Bank</th>
<?php
if ($_SERVER['REQUEST_METHOD'] == 'POST') 
{
    $sub_head=$_POST['sub_head'];
    if($sub_head!="")
    {
        $sub_head=implode(",",$sub_head);
        $sel_sub_head=mysqli_query($con,"select `Name` from sub_head where `Sub_Id` in($sub_head)");
    }
    else
    {
        $sel_sub_head=mysqli_query($con,"select `Name` from sub_head");
    }
    
    while($res_subhead=mysqli_fetch_array($sel_sub_head))
    {
?>
        
                                <th><?php echo $res_subhead['Name']; ?></th>
<?php
    }
}
?>
						    </tr>
						  </thead>   
						  <tbody>

						  
							
							
<?php
if ($_SERVER['REQUEST_METHOD'] == 'POST') 
{
	$argu="";
if (isset($_POST['Class']))
 if ($_POST['Class'] != NULL)
 {
 $Class=$_POST["Class"]; 
 $argu=$argu."and stud_basic.Class='$Class'";                 
 }
 
 $counter_arg = "";

$counter = $_POST['counter'];
if($counter !="")
{
    $counter_arg = "AND paid_fees.Recp_Book_Name = '$counter' ";
}



if (isset($_POST['Division']))
 if ($_POST['Division'] != NULL)
 {
 $Division=$_POST["Division"]; 
 $argu=$argu." and  stud_basic.Division='$Division'";  
 }


 if (isset($_POST['paym']))
 if ($_POST['paym'] != NULL)
 {
 $paym=$_POST["paym"]; 
 $argu=$argu."and paid_fees.Mode='$paym'";                 
 }

$from =$_POST['from'];


 $to= $_POST['to'];
 $to=date('Y-m-d',strtotime($to));
 $from=date('Y-m-d',strtotime($from));

$date1=date_create("$from");
$date2=date_create("$to");
$diff=date_diff($date1,$date2);
$difff= $diff->format("%a");
?>
	
		<?php
		$bank_arg="";
if($_POST['Bank_Code']!="")
{
    $bank_id=$_POST['Bank_Code'];
    $bank_arg="AND bankaccounts.Id=$bank_id";
}
    $sqll= "SELECT DISTINCT(paid_fees.Recipt_No),stud_basic.Class,stud_basic.Division,stud_basic.Name,paid_fees.Head_Id,
paid_fees.Grand_Total,paid_fees.Paid_date,stud_basic.Stud_Id,paid_fees.Mode,paid_fees.DateNumber,paid_fees.Recp_Book_No as recpno,bankaccounts.Bank_Name,bankaccounts.Account_Number,stud_basic.Reg_No, paid_fees.Fees_id
FROM stud_basic JOIN stud_basic2 on stud_basic.Stud_Id = stud_basic2.Stud_Id  JOIN paid_fees on 
stud_basic2.Stud_Id = paid_fees.Stud_Id inner join head on head.Head_Id=paid_fees.Head_Id inner join bankaccounts on head.Bank_Code=bankaccounts.Id
WHERE  paid_fees.Paid_date >= '$from' and paid_fees.Paid_date <= '$to' $argu $bank_arg $counter_arg order by ReciptCounter,paid_fees.Paid_date,paid_fees.Recipt_No asc";    

//echo "$sqll<br>";
 $res=mysqli_query($con,"$sqll");
$counter=0;
$ftot=0;
 while($data=mysqli_fetch_array($res))
 {
 ?><tr>
 	<?php 
 	$counter=$counter+1
 	 ?>     
 	                       <td><?php echo $counter; ?></td>
							<td><?php echo Date('d-m-Y',strtotime($data['6'])); ?></td>
							<td><?php echo $data['0']; ?></td>
							<td><?php echo $data['1']; ?></td>
							<td><?php echo $data['2']; ?></td>
							<td><?php echo $data['Reg_No']; ?></td>
							<td><a href="stud_profile.php?key=<?php echo "$data[Stud_Id]";   ?>" ><?php echo "$data[3]"; ?></a></td>
							 <td><?php echo $data['Bank_Name']; ?>(<?php echo $data['Account_Number']; ?>)</td>
							 <?php
							 $sub_head=$_POST['sub_head'];
    if($sub_head!="")
    {
        $sub_head=implode(",",$sub_head);
        $sel_sub_head=mysqli_query($con,"select `Name`,Sub_id from sub_head where `Sub_Id` in($sub_head)");
    }
    else
    {
        $sel_sub_head=mysqli_query($con,"select `Name`,Sub_id from sub_head");
    }
    
    while($res_subhead=mysqli_fetch_array($sel_sub_head))
    {
        ?>
        <td>
            <?php
                $paid_res=mysqli_query($con,"SELECT * FROM `paid_fees` WHERE `Recipt_No` = '$data[recpno]'");
							$paid=mysqli_fetch_array($paid_res);
							$subid_arr=explode("/",$paid['Subhead_Ids']);
							$amount_arr=explode("/",$paid['Sub_Amounts']);
							 $index= array_search($res_subhead['Sub_id'],$subid_arr,true);
                            if($index != ""){
                                echo $amount_arr[$index];
                            }else{
                                echo "0";
                            }
            ?>
        </td>
							 <?php
    }
							 }
							  ?>
							
							
							
							
							
							
						
							<?php
							date_add($date1,date_interval_create_from_date_string("1 days"));
							
							?> 
				</tr> 
				<tr>
				    <td><span style="display:none;"><?php echo $counter+10; ?></span></td>
				    <td></td>
				    <td></td>
				    <td></td>
				    <td></td>
				    <td></td>
				    <td></td>
				    <td><b>Total</b></td>
                            <?php
                            if ($_SERVER['REQUEST_METHOD'] == 'POST') 
                            {
                                $sub_head=$_POST['sub_head'];
                                if($sub_head!="")
                                {
                                    $sub_head=implode(",",$sub_head);
                                    $sel_sub_head=mysqli_query($con,"select `Name`,Sub_Id from sub_head where `Sub_Id` in($sub_head)");
                                }
                                else
                                {
                                    $sel_sub_head=mysqli_query($con,"select `Name`,Sub_Id from sub_head");
                                }
                                
                                while($res_subhead=mysqli_fetch_array($sel_sub_head))
                                {
                                    $ssub=$res_subhead['Sub_Id'];
                            ?>
                    <td><b>
                        <?php
                            $paid_res=mysqli_query($con,"SELECT * FROM `paid_fees` WHERE `Subhead_Ids` LIKE '%$ssub%' AND paid_fees.Paid_date >= '$from' and paid_fees.Paid_date <= '$to' $argu $bank_arg");
                            $total_sub_amt=0;
							while($paid=mysqli_fetch_array($paid_res))
							{
							    $subid_arr=explode("/",$paid['Subhead_Ids']);
							    $amount_arr=explode("/",$paid['Sub_Amounts']);
							    $index= array_search($ssub,$subid_arr,true);
                                if($index != ""){
                                    $total_sub_amt=$total_sub_amt+$amount_arr[$index];
                                }
							}
							echo $total_sub_amt;
            ?>
                    </b></td>
                            <?php
                                }
                            }
                            ?>
				</tr>
<?php
 }
?>

						  </tbody>
					  </table> 

										</div>
					  
	


					
					</div> </div> </div>
							  	           
		
    

	
		

	
	<div class="clearfix"></div>
	
	
	<div class="clearfix"></div>
	
	<footer>

		<p>
			<span style="text-align:left;float:left">&copy; 2018 <a href="http://evisioninfotech.in" alt="Bootstrap_Metro_Dashboard">e vision infotech</a></span>
			
		</p>

	</footer>

</body>
</html>

	


MMCT - 2023