Your IP : 3.141.27.70


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

<?php
session_start();
include("lib/connect.inc.php");
$uid = $covis->Uid();

if(isset($_SESSION['report'])){$report = $_SESSION['report']; }

?>
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>My savings</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 Wrapper. Contains page content -->
    <div class="content-wrapper">
        <section class="content-header">
      <div class="container-fluid">
        <div class="row mb-2">
          <div class="col-sm-6">
            <h1>My Savings</h1>
          </div>
          <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">Savings</li>
            </ol>
          </div>
        </div>
      </div><!-- /.container-fluid -->
    </section>
        <!-- Content Header (Page header) -->
        <div class="content">
            <div class="container-fluid">


                        <div class="row">
                        <div class="col-md-3">
                            <div class="card ">
                                <div class="card-header text-white bg-dark">
                                    <h5>Savings Deposit</h5>
                                </div> 
                                <div class="card-body">
                                    
                                    
                                    <h6>Build a saving culture and save as you earn to earn more</h6>
                                    <b>Benefits of Saving</b><br>
                                    1. Earn monthly interest of 2% of your savings<br>
                                    2. Access loan up to twice or more of your savings<br><br>


                                    <?php $max = $covis->totalEarnings($uidx); ?>
                                    <p><b>Current Balance: $<?php echo $max; ?></b></p>

                                

                                    <form class="form-group" method="post">
                                        <input type="number" min="1" max="<?php echo (int)$max ?>" class="form-control" name="withdraw" placeholder="Amount (Min: $1)" required/> <br/>

                                        <input type="password" class="form-control" name="authenticate" placeholder="Enter Password" required/> <br/>
                                        <br/>
                                        <button class="btn btn-success btn-lg float-md-right" name="SavingsDeposit">Make Savings Deposit</button>
                                        <br/><br/>
                                    </form>

                                </div>

                            </div>


                    </div>
                        <div class="col-md-9">
                            <div class="card ">
                                
                                    <div class="card-header text-white bg-dark">
                                        <h5>Savings History</h5>
                                    </div> 
                                   
                                   
                                    <br/>
                                    <div class="card-body">
                                        
                                    
                                    <table class="table table-striped table-bordered dataTable" id="example1">
                                        <tr>
                                            <th>S/N</th>
                                            <th>Transaction ID</th>
                                            <th>Amount($)</th>

                                            <th>Transation Status</th>
                                            <th>Transation Date</th>
                                        </tr>
                                        <?php
                                        $sql = $db->query("SELECT * FROM savings WHERE id='$uid' AND status=1 ORDER BY created DESC"); $i = 0; $sum = 0; $int=0;
                                        while($row = $sql->fetch_assoc()){ $i +=1; $sum += $row['amount']; $int += $row['amount']*0.02*age($row['ctime']);
                                            $status = 'Complete';
                                            ?>
                                            <tr>
                                                <th><?php echo $i  ?></th>
                                                <th><?php echo $row['tno']  ?></th>

                                                <th>$<?php echo $row['amount']  ?></th>
                                                <th><?php echo $status  ?></th>
                                                <th><?php echo date("jS M, Y H:i",$row['ctime'])  ?></th>
                                            </tr>
                                        <?php } ?>
                                        <tr>
                                            <th colspan="2">TOTAL SAVINGS</th>
                                            <th colspan="3">$<?php echo $covis->savingsTotal($uid) ?></th>
                                        </tr>
                                        <tr>
                                            <th colspan="2">SAVINGS INTEREST</th>
                                            <th colspan="3">$<?php echo $covis->savingsTotal($uid,5) ?></th>
                                        </tr>
                                    </table>
                                    <?php if($covis->savingsTotal($uid)>=1){ ?>
                                        <form method="post">
                                            <button class="btn btn-primary btn-lg float-md-right" name="WithdrawMySavings">Withdraw My Savings</button>
                                            <br><br>
                                        </form>
                                    <?php } ?>
                                </div>
                            </div>
                            </div>
                        
                    </div>



    <!-- /.card-body -->
</div>
<!-- /.card -->

<!-- right col -->
</div>
<!-- /.row (main row) -->
</div><!-- /.container-fluid -->

<!-- /.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": false,
            "searching": false,
            "ordering": true,
            "info": true,
            "autoWidth": false,
            "responsive": true,
        });
    });
</script>
</body>
</html>

?>