Your IP : 3.17.181.112


Current Path : /home/lentoinv/covisclubinternational.com/profile/
Upload File :
Current File : /home/lentoinv/covisclubinternational.com/profile/globalmatrixincentives.php

<?php
session_start();
include("lib/connect.inc.php");
$uid = $covis->Uid();
if($uidx == 1 OR $uidx==117){}else{
    header("Location:../login.php");
}

if(array_key_exists('SearchUserG', $_POST)){$user = $_POST['user']; $userid = $covis->userName3($user);   }
$sql = (isset($_POST['user']) AND !empty($_POST['user'])) ? $db->query("SELECT * FROM globeincent WHERE id='$userid' ") : $db->query("SELECT * FROM globeincent ");
$all = mysqli_num_rows($sql);

if(array_key_exists('reset', $_POST)){unset($_SESSION['end']); }



$end = isset($_SESSION['end'])?$_SESSION['end']:50 ;

if(array_key_exists('prev', $_POST)){$_SESSION['end'] = $end-50; }
elseif(array_key_exists('next', $_POST)){if(!empty($_POST['page'])){if(((int)($all/50))<($_POST['page']-1)){$report='Specified page does not exist'; $count=1;}else{$_SESSION['end'] = $_POST['page']*50;}}else{$_SESSION['end'] = $end+50;} }

$end = isset($_SESSION['end'])?$_SESSION['end']:50 ;

$start = $end-49;
//$all = 0;
if($all<=$end){$end = $all;}

$showing = 'Showing '.$start.' to '.$end.' of '.$all.' Records';

if($start>1){$prev = TRUE;}else{$prev = FALSE;}
if($end<$all){$next = TRUE;}else{$next = FALSE;}


?>

    <!DOCTYPE html>
    <html>
    <head>
         <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <title>Global Matrix</title>
        <link rel="shortcut icon" href="img/fav.png" />
        <!-- Tell the browser to be responsive to screen width -->
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <!-- Font Awesome -->
        <?php include('head.php'); ?>
    </head>
    <body class="hold-transition sidebar-mini layout-fixed">
    <div class="wrapper">
        <?php include('nav.php');?>

        <!-- Content -->
        <div class="content-wrapper">
            <!-- Content Header (Page header) -->
            <div class="content-header">
                <div class="container-fluid">
                    <div class="row mb-2">
                        <div class="col-sm-6">
                            <h1 class="m-0 text-dark">Manage Savings</h1>
                        </div><!-- /.col -->
                        <div class="col-sm-6">
                            <ol class="breadcrumb float-sm-right">
                                <li class="breadcrumb-item"><a href="index.php">Home</a></li>
                                <li class="breadcrumb-item active">Candidate incentives</li>
                            </ol>
                        </div><!-- /.col -->
                    </div><!-- /.row -->
                </div><!-- /.container-fluid -->
            </div>
            <!-- /.content-header -->

            <!-- Main content -->
           
                                    <div id="refresh"><?php if(isset($report)){$covis->Alert(); } ?></div>

                                    <div class="content">
                    <div class="container-fluid">
                     <div class="row">
                        <div class="col-md-12">
                            <div class="card">
                            
                                    <div class="card-header text-white bg-dark">
                                    <h5> Global Matrix Candidates for Incentives</h5>
                                    </div>
                                        <div class="card-body">
                                            <table class="table table-striped table-bordered dataTable" id="example1">
                                                <thead>
                                                <tr>
                                                    <th>No</th>
                                                    <th>Name/ Username</th>
                                                    <th>Incentive</th> <th>Stage</th>
                                                    <th>Phone No</th>

                                                    <th>Account Details</th>
                                                    <th>Transation Status</th>
                                                    <th>Action</th>
                                                </tr>
                                                </thead>
                                                <tbody>
                                                <?php


                                                $i=$start; $start1=$start-1; $end1=$end-$start+1;
                                                $sql = (isset($_POST['user']) AND !empty($_POST['user'])) ? $db->query("SELECT * FROM globeincent WHERE id='$userid' ORDER BY created DESC LIMIT $start1, $end1 ") : $db->query("SELECT * FROM globeincent ORDER BY created DESC LIMIT $start1, $end1 ");
                                                while($row = $sql->fetch_assoc()) {  $id = $row['id'];  $e = $i++;

                                                    ?>

                                                    <tr>
                                                        <td><?php echo $e; ?></td>
                                                        <td><?php  echo userName($id)  ?> (<?php echo userName($id,'user'); ?>)</td>
                                                        <td><?php echo $row['incentive'] ?></td>
                                                        <td><?php echo $covis->gmLevelStage($row['level']) ?></td>
                                                        <td><?php echo userName($id,'phone'); ?></td>
                                                        <td><?php echo userName($id,'bank'); ?> (<?php echo userName($id,'accountno'); ?>)</td>
                                                        <th><?php echo $covis->trStatus($row['status'])  ?></th>
                                                        <td><form method="post"><input type="hidden" name="status" value="<?php echo $row['status'] ?>">
                                                                <?php if($row['status']==0){ ?><button type="submit" class="btn-info btn" name="GiveGlobeIncent" value="<?php echo $row['sn'] ?>">CONFIRM OFFER</button>
                                                                <?php } elseif($row['status']==1){ ?>
                                                                    <button type="submit" class="btn-primary btn" name="GiveGlobeIncent" value="<?php echo $row['sn'] ?>">PROCESS OFFER</button>
                                                                <?php } elseif($row['status']==2){ ?>
                                                                    <button type="submit" class="btn-danger btn" name="GiveGlobeIncent" value="<?php echo $row['sn'] ?>">DISBURSE OFFER</button>
                                                                <?php }else{ ?> Transaction Complete <?php } ?>
                                                            </form></td>
                                                    </tr>

                                                <?php  } ?>
                                                </tbody>

                                            </table>

                                            <form method="post">
                                               <input type="button" name="next" class="btn btn-info" value="<?php echo $showing; ?>" >

                                                <input type="<?php if($prev == TRUE){ echo 'submit'; }else{echo 'button';} ?>" name="prev" class="btn btn-primary" value="Previous">
                                                <input type="text" name="page" placeholder="Page" class="btn">
                                                <input type="<?php if($next == TRUE){ echo 'submit'; }else{echo 'button';} ?>" name="next" class="btn btn-success" value="next">

                                                <input type="submit" name="reset" class="btn btn-warning" value="Reset">
                                                <input type="text" name="user" placeholder="Username" width="5" class="btn">
                                                <input type="submit" name="SearchUserG" class="btn btn-warning mt-2" value="Search User">

                                            </form>

                                        </div>
                                    </div>


                                                    </div> </div>
                                            </div></div>
                                        <!-- /.row -->
                                    </div><!-- /.container-fluid -->
            </section>
            <!-- /.content -->
        </div>
        <!-- /.content-wrapper -->
        <?php include('foot.php'); ?>
<!-- Control Sidebar -->
    <aside class="control-sidebar control-sidebar-dark">
        <!-- Control sidebar content goes here -->
    </aside>
    <!-- /.control-sidebar -->
    </div>
    <!-- ./wrapper -->

<!-- jQuery -->
<script src="../plugins/jquery/jquery.min.js"></script>
<!-- jQuery UI 1.11.4 -->
<script src="../plugins/jquery-ui/jquery-ui.min.js"></script>
<!-- Resolve conflict in jQuery UI tooltip with Bootstrap tooltip -->
<script>
    $.widget.bridge('uibutton', $.ui.button)
</script>
<!-- Bootstrap 4 -->
<script src="../plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- ChartJS -->
<script src="../plugins/chart.js/Chart.min.js"></script>
<!-- Sparkline -->
<script src="../plugins/sparklines/sparkline.js"></script>
<!-- JQVMap -->
<script src="../plugins/jqvmap/jquery.vmap.min.js"></script>
<script src="../plugins/jqvmap/maps/jquery.vmap.usa.js"></script>
<!-- jQuery Knob Chart -->
<script src="../plugins/jquery-knob/jquery.knob.min.js"></script>
<!-- daterangepicker -->
<script src="../plugins/moment/moment.min.js"></script>
<script src="../plugins/daterangepicker/daterangepicker.js"></script>
<!-- Tempusdominus Bootstrap 4 -->
<script src="../plugins/tempusdominus-bootstrap-4/js/tempusdominus-bootstrap-4.min.js"></script>
<!-- Summernote -->
<script src="../plugins/summernote/summernote-bs4.min.js"></script>
<!-- overlayScrollbars -->
<script src="../plugins/overlayScrollbars/js/jquery.overlayScrollbars.min.js"></script>
<!-- AdminLTE App -->
<script src="../dist/js/adminlte.js"></script>
<!-- AdminLTE dashboard demo (This is only for demo purposes) -->
<script src="../dist/js/pages/dashboard.js"></script>
<!-- AdminLTE for demo purposes -->
<script src="../dist/js/demo.js"></script>
<!-- DataTables -->
<script src="../plugins/datatables/jquery.dataTables.min.js"></script>
<script src="../plugins/datatables-bs4/js/dataTables.bootstrap4.min.js"></script>
<script src="../plugins/datatables-responsive/js/dataTables.responsive.min.js"></script>
<script src="../plugins/datatables-responsive/js/responsive.bootstrap4.min.js"></script>


<!-- page script -->
<script>
    $(function () {
        $("#example1").DataTable({
            "responsive": true,
            "autoWidth": false,
        });
        $('#example2').DataTable({
            "paging": true,
            "lengthChange": true,
            "searching": true,
            "ordering": true,
            "info": true,
            "autoWidth": false,
            "responsive": true,
        });
    });
</script>



<!-- page script -->
<script type="text/javascript">
    <?php
    // if($covis->globeStage($uidy)==1 ){
    if($stages==1 ){
        echo $covis->covisTreeGlobe($uid);
    }else{
        echo $covis->covisTree4Globe($uid);
    }
    ?>
</script>

<script src="treant/vendor/raphael.js"></script>
<script src="treant/Treant.js"></script>


<script>
    new Treant( chart_config );
</script>


</body>
</html>










<?php

?>