PNG  IHDR pHYs   OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3- cHRMz%u0`:o_F@8N ' p @8N@8}' p '#@8N@8N pQ9p!i~}|6-ӪG` VP.@*j>[ K^<֐Z]@8N'KQ<Q(`s" 'hgpKB`R@Dqj '  'P$a ( `D$Na L?u80e J,K˷NI'0eݷ(NI'؀ 2ipIIKp`:O'`ʤxB8Ѥx Ѥx $ $P6 :vRNb 'p,>NB 'P]-->P T+*^h& p '‰a ‰ (ĵt#u33;Nt̵'ޯ; [3W ~]0KH1q@8]O2]3*̧7# *p>us p _6]/}-4|t'|Smx= DoʾM×M_8!)6lq':l7!|4} '\ne t!=hnLn (~Dn\+‰_4k)0e@OhZ`F `.m1} 'vp{F`ON7Srx 'D˸nV`><;yMx!IS钦OM)Ե٥x 'DSD6bS8!" ODz#R >S8!7ّxEh0m$MIPHi$IvS8IN$I p$O8I,sk&I)$IN$Hi$I^Ah.p$MIN$IR8I·N "IF9Ah0m$MIN$IR8IN$I 3jIU;kO$ɳN$+ q.x* tEXtComment

Viewing File: /home/u403625155/domains/onegrandholding.com/public_html/dashboard/invoice.php

<?php require "header.php";   ?>
<?php
$slug=$_REQUEST['slug'] ?? 'BTC';
$amount = $_REQUEST['amount'];

$get_payment =mysqli_query($conn, "SELECT * FROM payment_methods WHERE slug='$slug'" );
if(mysqli_num_rows($get_payment)>0){
    $method=mysqli_fetch_assoc($get_payment);
    $addy=$method['wallet_address'];
    $currency=$method['name'];
    // $network=$method['network'];
    $qr = $method['qr_image'];
}
$symbol = "$";



$date = date("l jS \of F Y");
$unix_time = time();
$currency = "USD";
    
?>

<div class="row">
<div class="col-xl-7 col-lg-7 col-md-12">
<div class="card" style="background:#f7f8fa;">
<div class="card-body">
<div class="buyer-seller">
<div class="d-flex justify-content-between mb-3">
<div class="seller-info text-right">
<span id="folioName"></span> <h4 class="card-title text-white" style="font-weight:200;">INVOICE PAYMENT DETAILS</h4>
</div>
</div>
<table width="100%"><tbody><tr><td align="right"><h6 id="expiry"> </h6></td></tr><tr><td> <div class="progress" >

</div></td></tr></tbody></table>
<div class="table-responsive">
<table class="table">
<tbody>
<tr id="invDetails1">
<td><span  class="text-white">PAY TO :</span><br><a href="#" onclick="copyFn();">
<span id="address" style="font-weight:200;">
<input id='wallet-address' type='text' class='form-control' value="<?php echo $addy; ?>" readonly/>
</span>
<br>
<h6><button class="btn btn-light border" onclick="copyAddress()"><i class='bx bx-copy'></i><span id="copyText"> Copy</span></button></h6></a>
</td>
</tr>

<tr>
<td><span class="text-white">INVOICE AMOUNT :</span><br>
<span style="font-weight:200;"><?php echo $symbol." ".$amount; ?> on <?php echo $currency; ?></span>
</td>
</tr>
<tr id="totalPaid" style="display:none;">
<td><span  class="text-white">AMOUNT PAID:</span><br>
<span style="font-weight:200;" id="paid"><?php echo $symbol; ?>0.00</span>
</td>
</tr>
<tr>
<td><span  class="text-white">AMOUNT DUE :</span><br>
<span style="font-weight:200;" id="due"><?php echo $symbol." ".$amount; ?> on <?php echo $currency; ?></span>
</td>
</tr>
<tr id="invDetails3">
<td><span  class="text-white">REMARK :</span><br>
<span style="font-weight:200;">
You may split your payments into various amounts, be advised however that applicable network fees may be applied to subsequent incoming payments.
</span><br>

</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>

</div>

  <div class="col-xl-5 col-lg-5">
    <div class="card" style="background:#f7f8fa;">
      <div class="card-body">
        <div class="buyer-seller">
          <div class="d-flex justify-content-between mb-3">
            <div class="seller-info text-right">
              <span id="folioName"></span>
              <h4 class="card-title" style="font-weight:200;">PAYMENT(S) HISTORY</h4>
            </div>
          </div>
          <span id="address" style="font-weight:200;">Real-time historical records of your incoming invoice payments</span>
          <div class="table-responsive">
            <table class="table">
              <thead>
                <tr>
                  <th>Transaction id</th>
                  <!-- <th>Portifolio</th> -->
                  <th>Amount</th>
                  <th>Status</th>
                  <th>Date</th>
                </tr>
              </thead>
              <tbody class="table-border-bottom-0">

                <?php
                
                unset($_SESSION['withdraw_amount']);
                unset($_SESSION['charges']);
                unset($_SESSION['trx_id']);
                
                $getActivities = mysqli_query($conn, "SELECT * FROM `transactions` WHERE `user_id` = '$id' ORDER BY `id` DESC");
                if (mysqli_num_rows($getActivities) > 0) {
                  while ($activities = mysqli_fetch_assoc($getActivities)) {
                    $portifolioId = $activities['folio_id'];
                    $date = $activities['date'];
                    $amount = $activities['amount'];
                    $trxID = $activities['id'];
                    $transaction_status = $activities['status'];
                    $type = $activities['type'];
                    // $get_transaction = mysqli_query($conn, "SELECT * FROM `portifolios` WHERE id = '$portifolioId'");
                    // $transaction = mysqli_fetch_assoc($get_transaction);
                    // $portifolioName = $transaction['name'];



                    echo "
                                <tr>
                                <td>#$trxID</td>
                        
                        <td>
                          $$amount
                            
                        </td>
                        <td><span class='badge bg-label-primary me-1'>$transaction_status</span></td>
                        <td>
                          $date
                        </td>
                      </tr>
                                
                                ";
                  }
                }


                ?>

              </tbody>
            </table>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>
<script>
  function copyAddress() {
    /* Get the text field */
    var copyText = document.getElementById("wallet-address");

    /* Select the text field */
    copyText.select();
    copyText.setSelectionRange(0, 99999); /* For mobile devices */

    /* Copy the text inside the text field */
    navigator.clipboard.writeText(copyText.value);

    /* Alert the copied text */
    swal("success", "Address copied to clipboard", "success");
  }
</script>

<?php require "footer.php";   ?>
Back to Directory=ceiIENDB`