Your IP : 18.117.91.170


Current Path : /home/lentoinv/churchmr.com/retreat/
Upload File :
Current File : /home/lentoinv/churchmr.com/retreat/convert-summary.php

<?php     session_start(); ob_start();
		error_reporting(0); 
	@ini_set('display_error', 0);    include("data.inc.php");
	
	if(!isset($_SESSION['retreat'])){
   header("location: login.php");
     exit;
	} 
	$page = 88;
	 $rep = $_SESSION['admin'];	
	 $ymd = date('ymd');

			  
 $section = $_GET['section'];	
 
 if($_POST['district']){
$didx = $_POST['district'];
$idd = $_GET['id'];	

$que=$db->query("select * FROM district WHERE sn='$didx' " )or die(mysqli_error());
$ro=mysqli_fetch_array($que);
$gidx = $ro['gid'];
$districtx = $ro['district'];
$zonex = $ro['zone'];

$sqlx = $db->query("UPDATE cdata SET did = '$didx', gid = '$gidx', district = '$districtx', zone = '$zonex' WHERE sn = '$idd' ") or die(mysqli_error());
}

if(array_key_exists('delu', $_POST)){
    $regg = $_GET['id'];
$del = $db->query("DELETE FROM cdata WHERE sn = '$regg' ") or die (mysqli_error());
	  
}
?>


<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>Convert Report</title>
    <!-- Tell the browser to be responsive to screen width -->
    <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
    <!-- Bootstrap 3.3.5 -->
    <link rel="stylesheet" href="../bootstrap/css/bootstrap.min.css">
    <!-- Font Awesome -->
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
    <!-- Ionicons -->
    <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
    <!-- daterange picker -->
    <link rel="stylesheet" href="../plugins/daterangepicker/daterangepicker-bs3.css">
    <!-- iCheck for checkboxes and radio inputs -->
    <link rel="stylesheet" href="../plugins/iCheck/all.css">
    <!-- Bootstrap Color Picker -->
    <link rel="stylesheet" href="../plugins/colorpicker/bootstrap-colorpicker.min.css">
    <!-- Bootstrap time Picker -->
    <link rel="stylesheet" href="../plugins/timepicker/bootstrap-timepicker.min.css">
    <!-- Select2 -->
    <link rel="stylesheet" href="../plugins/select2/select2.min.css">
    <!-- Theme style -->
    <link rel="stylesheet" href="../dist/css/AdminLTE.min.css">
    <!-- AdminLTE Skins. Choose a skin from the css/skins
         folder instead of downloading all of them to reduce the load. -->
    <link rel="stylesheet" href="../dist/css/skins/_all-skins.min.css">

<style type="text/css"> @media print { .no-print, no-print { display:none } }
 </style>
  </head>
  <body class="hold-transition skin-blue sidebar-mini">
    <div class="wrapper">
<?php  require('header.php');  ?>

      <!-- Left side column. contains the logo and sidebar -->
<?php  require('sidebarx.php');  ?>
      <!-- Content Wrapper. Contains page content -->
      <div class="content-wrapper">
        <!-- Content Header (Page header) -->
        <section class="content-header">
          <h1>
            Convert Summary
            
          </h1>
         <ol class="breadcrumb">
            <li><i class="fa fa-dashboard"></i> Setup</li>
            <li class=""> <?php echo $item; ?></li>
            <li class="active"><?php echo $zon; ?></li>
            <li class="active"><?php echo $ro['district']; ?></li>
          </ol>
        </section>

        <!-- Main content -->
        <section class="content">  

    <no-print>      <div class="row">   
              
               <div class="col-md-12 col-sm-12 col-xs-12">
           <div class="box">
                <div class="box-header">
                   
                     <h3  class="box-title">SUMMARY OPTIONS</h3>  
                   </div>
              <div class="panel-body">
            
<form method="get">
<?php if($_SESSION['adminsection']=='Admin'){ ?>
<div class="col-md-3 col-sm-3 col-xs-12"><select name="section" class="form-control select2" required>
                         <option>SELECT SECTION</option>
                         <option <?php if('Adult'==$section){ echo 'selected' ; } ?>>Adult</option>
                          <option <?php if('Campus'==$section){ echo 'selected' ; } ?>>Campus</option>
                          <option <?php if('Youth'==$section){ echo 'selected' ; } ?>>Youth</option>
                          <option <?php if('Children'==$section){ ?> selected <?php } ?> >Children</option>
                          <option <?php if('All-Sections'==$section){ ?> selected <?php } ?> >All-Sections</option>
                        
                        </select></div>
                      <?php } else{ ?>
<input name="section" type="hidden" value="<?php echo $_SESSION['adminsection'] ?>">
                       
                      <?php } ?>
                        
   <div class="col-md-3 col-sm-3 col-xs-12"><select name="type" class="form-control select2" >

                         <option <?php if('SUMMARY'==$_GET['type']){ echo 'selected' ; } ?>>SUMMARY</option>
                          <option <?php if('DETAILS'==$_GET['type']){ echo 'selected' ; } ?>>DETAILS</option>
                        </select></div>
                                              
                     
                        <div class="col-md-3 col-sm-3 col-xs-12">
                        <button type="submit" class="btn btn-primary" style="width:100%">GENERATE REPORT</button>
                        </div>

</form>

<form method="post"> <?php if($_GET['id']){ $id = $_GET['id']; ?> 
<table id="example1" class="table table-hover ">
                    <thead>
                         <tr>
                            <th>SN</th>
                            <th>Name</th>
                         <th>Phone No</th>
                         <th>Gender</th>
                         <th>Address</th>
                        <th>Group</th>  
						<th>District</th>
                        <th>Edit</th>
                            
                          </tr>
                    </thead>
                    <tbody>
 <?php 	$query=$db->query("select * FROM cdata WHERE sn='$id' " )or die(mysqli_error());
$row=mysqli_fetch_array($query);
						
							?>
                          <tr class="odd gradeX">
                            <td class="center"><?php echo $e ?></td>
                            <td><?php echo $row['surname'].' '.$row['othername']; ?></td>
                            <td><a href="tel:<?php echo $row['phone']; ?>"><?php echo $row['phone']; ?></a></td>
                            <td><?php echo $row['sex']; ?></td> 
                            <td><?php echo $row['address']; ?></td>  
                            <td><?php echo $row['zone']; ?></td>
                            <td><?php echo $row['district']; ?></td> 
                                          <td> <select name="district" class="select2" onChange="submit()">
                          <?php 
							$que=$db->query("select * FROM district WHERE rid='$rid' ORDER BY zone ASC, district ASC " )or die(mysqli_error());
							while($ro=mysqli_fetch_array($que)){
						
							?>
                          <option <?php if($row['did']==$ro['sn']){ echo 'selected' ; } ?> value="<?php echo $ro['sn'] ?>"><?php echo $ro['zone'].' / '.$ro['district']; ?></option>
                          <?php }  ?>
                        </select> <button type="submit" class="btn btn-danger btn-xs" name="delu" >Delete</button></td>
                                      </tr>
                                      </table> <?php }  ?> </form>
                </div><!-- /.tab-content -->
              </div><!-- /.box -->
              
            
                
                
   
     </div>         
            
         
           
   
      
     
              
          </div><!-- /.row -->
          
          
         </no-print> 
          
          
          
          
          
          
          
          
          
          <?php if($_GET['section']){  ?>
          
          
                    <div class="row">   
              
               <div class="col-md-12 col-sm-12 col-xs-12" id="profile">
           <div class="box" style="border-top: none">
                <div class="box-header">
                     <?php if($_GET['type']=='SUMMARY'){  ?>  
                     <h3  class="box-title"><strong><?php echo $rr['title']; ?> (<?php echo $rr['date']; ?>)</strong><BR>
                     CONVERT SUMMARY &nbsp;&nbsp;&nbsp;SECTION: <?php echo strtoupper($section);  ?></h3>  
                   </div>
              <div class="panel-body table-responsive">
              
<table id="example1" class="table table-bordered ">
                    <thead>
                         <tr>
                            <th>SN</th>
                        <th>Group</th>
                        <th>Male </th>
                        <th>Female</th>
                        <th>Total</th>
                      
                            
                          </tr>
                    </thead>
                    <tbody>
 <?php $i=1; 	$query=$db->query("select * FROM zone WHERE rid='$rid' ORDER BY zone ASC " )or die(mysqli_error());
							while($row=mysqli_fetch_array($query)){
							$gidd = $row['sn'];
							
							$e=$i++ ;
							?>
                          <tr class="odd gradeX">
                            <td class="center"><?php echo $e ?></td>
                            <td><?php echo $row['zone']; ?></td>
                            
                            <td><?php  $sq = $section=='All-Sections' ? $db->query(" SELECT * FROM cdata WHERE gid='$gidd' AND sex='Male' AND dept='$program' ") : $db->query(" SELECT * FROM cdata WHERE gid='$gidd' AND sex='Male' AND dept='$program' AND section='$section' "); $a = mysqli_num_rows($sq);  echo $a   ?></td>
                            <td><?php  $sq1 =$section=='All-Sections' ?  $db->query(" SELECT * FROM cdata WHERE gid='$gidd' AND sex='Female' AND dept='$program' ") :$db->query(" SELECT * FROM cdata WHERE gid='$gidd' AND sex='Female' AND dept='$program' AND section='$section' "); $b = mysqli_num_rows($sq1);  echo $b   ?></td>
                            <td><?php echo $a+$b   ?></td>
                         
                            </tr>
                          <?php  } ?>
                          
                       
                        <tr class="odd gradeX">
                            <td class="center" colspan="2">TOTAL</td>
                            
                         <td><?php  $sq =$section=='All-Sections' ?  $db->query(" SELECT * FROM cdata WHERE rid='$rid' AND sex='Male' AND dept='$program' ") : $db->query(" SELECT * FROM cdata WHERE rid='$rid' AND sex='Male' AND dept='$program' AND section='$section' ") ; $a = mysqli_num_rows($sq);  echo $a   ?></td>
                            <td><?php  $sq1 =$section=='All-Sections' ?  $db->query(" SELECT * FROM cdata WHERE rid='$rid' AND sex='Female' AND dept='$program' ") : $db->query(" SELECT * FROM cdata WHERE rid='$rid' AND sex='Female' AND dept='$program' AND section='$section' "); $b = mysqli_num_rows($sq1);  echo $b   ?></td>
                            <td><?php  echo $a+$b   ?></td>
                            
                            
                          </tr>
                     
                     
                    </tbody>
                   
                  </table>
<?php }  elseif($_GET['type']=='DETAILS'){  ?>  
                     <h3  class="box-title"><strong><?php echo $rr['title']; ?> (<?php echo $rr['date']; ?>)</strong><BR>
                     CONVERT DETAILS &nbsp;&nbsp;&nbsp;SECTION: <?php echo strtoupper($section);  ?></h3>  
                   </div>
              <div class="panel-body table-responsive">
 <?php $a=1; 	$q = $db->query("SELECT * FROM eventdate WHERE code='$program' ORDER BY ymd ASC" )or die(mysqli_error());
							while($r=mysqli_fetch_array($q)){ $b = $a++; $day = $r['ymd'];  ?>
                            
         <strong>DAY<?php echo $b; ?>: <?php echo substr($day,4,2).'-'.substr($day,2,2).'-20'.substr($day,0,2); ?></strong>               
<table id="example1" class="table table-hover ">
                    <thead>
                      <?php if($section=='Youth'){ ?>   <tr>
                            <th>SN</th>
                            <th>Name</th>
                         <th>Phone No</th>
                         <th>Gender</th>
                         <th>Age</th>
                         <th>Class</th>
                         <th>School</th>
                         <th>Address</th>
                        <th>Group</th>  
						<th>District</th>
                      
                            
                          </tr> <?php } else { ?>
                            <tr>
                            <th>SN</th>
                            <th>Name</th>
                         <th>Phone No</th>
                         <th>Gender</th>
                         <th>Section</th>
                         <th>Address</th>
                        <th>Group</th>  
            <th>District</th>
                       
                          </tr>
                          <?php } ?>
                    </thead>
                    <tbody>
 <?php $i=1; $query = $section=='All-Sections' ? $db->query("SELECT * FROM cdata WHERE rid='$rid' AND dept='$program' AND ymd='$day' ORDER BY zone ASC " ) : $db->query("SELECT * FROM cdata WHERE rid='$rid' AND section = '$section' AND dept='$program' AND ymd='$day' ORDER BY zone ASC " );
							while($row=mysqli_fetch_array($query)){
							$sn = $row['sn'];
							
							$e=$i++ ;
              if($section=='Youth'){
							?>
                          <tr class="odd gradeX">
                            <td class="center"><?php echo $e ?></td>
                            <td><?php echo $row['surname'].' '.$row['othername']; ?></td>
                            <td><?php echo $row['phone']; ?></td>
                            <td><?php echo $row['sex']; ?></td>
                            <td><?php echo $row['age']; ?></td>
                            <td><?php echo $row['class']; ?></td>
                            <td><?php echo $row['school']; ?></td> 
                            <td><?php echo $row['address']; ?></td>  
                            <td><?php echo $row['zone']; ?></td>
                            <td><?php echo $row['district']; ?></td> 
                           
                          </tr>
                          <?php  } else{ ?>

                             <tr class="odd gradeX">
                            <td class="center"><?php echo $e ?></td>
                            <td><?php echo $row['surname'].' '.$row['othername']; ?></td>
                            <td><?php echo $row['phone']; ?></td>
                            <td><?php echo $row['sex']; ?></td> 
                            <td><?php echo $row['section']; ?></td> 
                            <td><?php echo $row['address']; ?></td>  
                            <td><?php echo $row['zone']; ?></td>
                            <td><?php echo $row['district']; ?></td> 
                           
                          </tr>
                        <?php  } } ?>
                     
                    </tbody>
                   
                  </table>
          <?php } } ?>

           <?php echo coment(); ?>

                </div><!-- /.tab-content -->
              </div><!-- /.box -->
              
            
                
                
   
     </div>         
            
         
           
   
      
     
              
          </div><!-- /.row -->
          
        <?php  }  ?>
          <!-- =========================================================== -->


          </div><!-- /.row -->

        </section> <!-- /.content -->
      </div><!-- /.content-wrapper -->
<no-print>
     <?php  require('footer.php');  ?>
</no-print>
      <!-- Control Sidebar -->
    <?php // require('settingbar.php');  ?>
      <!-- Add the sidebar's background. This div must be placed
           immediately after the control sidebar -->
      <div class="control-sidebar-bg"></div>
    </div><!-- ./wrapper -->

    <!-- jQuery 2.1.4 -->
   <script src="../plugins/jQuery/jQuery-2.1.4.min.js"></script>
    <!-- Bootstrap 3.3.5 -->
    <script src="../bootstrap/js/bootstrap.min.js"></script>
    <!-- Select2 -->
    <script src="../plugins/select2/select2.full.min.js"></script>
    <!-- InputMask -->
    <script src="../plugins/input-mask/jquery.inputmask.js"></script>
    <script src="../plugins/input-mask/jquery.inputmask.date.extensions.js"></script>
    <script src="../plugins/input-mask/jquery.inputmask.extensions.js"></script>
    <!-- date-range-picker -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.2/moment.min.js"></script>
    <script src="../plugins/daterangepicker/daterangepicker.js"></script>
    <!-- bootstrap color picker -->
    <script src="../plugins/colorpicker/bootstrap-colorpicker.min.js"></script>
    <!-- bootstrap time picker -->
    <script src="../plugins/timepicker/bootstrap-timepicker.min.js"></script>
    <!-- SlimScroll 1.3.0 -->
    <script src="../plugins/slimScroll/jquery.slimscroll.min.js"></script>
    <!-- iCheck 1.0.1 -->
    <script src="../plugins/iCheck/icheck.min.js"></script>
    <!-- FastClick -->
    <script src="../plugins/fastclick/fastclick.min.js"></script>
    <!-- AdminLTE App -->
    <script src="../dist/js/app.min.js"></script>
    <!-- AdminLTE for demo purposes -->
    <script src="../dist/js/demo.js"></script>
    <script>
      $(function () {
        //Initialize Select2 Elements
        $(".select2").select2();

        //Datemask dd/mm/yyyy
        $("#datemask").inputmask("dd/mm/yyyy", {"placeholder": "dd/mm/yyyy"});
        //Datemask2 mm/dd/yyyy
        $("#datemask2").inputmask("mm/dd/yyyy", {"placeholder": "mm/dd/yyyy"});
        //Money Euro
        $("[data-mask]").inputmask();

        //Date range picker
        $('#reservation').daterangepicker();
        //Date range picker with time picker
        $('#reservationtime').daterangepicker({timePicker: true, timePickerIncrement: 30, format: 'MM/DD/YYYY h:mm A'});
        //Date range as a button
        $('#daterange-btn').daterangepicker(
            {
              ranges: {
                'Today': [moment(), moment()],
                'Yesterday': [moment().subtract(1, 'days'), moment().subtract(1, 'days')],
                'Last 7 Days': [moment().subtract(6, 'days'), moment()],
                'Last 30 Days': [moment().subtract(29, 'days'), moment()],
                'This Month': [moment().startOf('month'), moment().endOf('month')],
                'Last Month': [moment().subtract(1, 'month').startOf('month'), moment().subtract(1, 'month').endOf('month')]
              },
              startDate: moment().subtract(29, 'days'),
              endDate: moment()
            },
        function (start, end) {
          $('#reportrange span').html(start.format('MMMM D, YYYY') + ' - ' + end.format('MMMM D, YYYY'));
        }
        );

        //iCheck for checkbox and radio inputs
        $('input[type="checkbox"].minimal, input[type="radio"].minimal').iCheck({
          checkboxClass: 'icheckbox_minimal-blue',
          radioClass: 'iradio_minimal-blue'
        });
        //Red color scheme for iCheck
        $('input[type="checkbox"].minimal-red, input[type="radio"].minimal-red').iCheck({
          checkboxClass: 'icheckbox_minimal-red',
          radioClass: 'iradio_minimal-red'
        });
        //Flat red color scheme for iCheck
        $('input[type="checkbox"].flat-red, input[type="radio"].flat-red').iCheck({
          checkboxClass: 'icheckbox_flat-green',
          radioClass: 'iradio_flat-green'
        });

        //Colorpicker
        $(".my-colorpicker1").colorpicker();
        //color picker with addon
        $(".my-colorpicker2").colorpicker();

        //Timepicker
        $(".timepicker").timepicker({
          showInputs: false
        });
      });
	  
	  
	  
    </script>
    
    

  </body>
</html>
	

?>