0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
ACCOUNTS
/
[
Home
]
File: ac_verified_vouchers.php
<?php $MAIN_HEADING = "View File Movement"; $SUB_HEADING =""; include("include/accountsheader.php"); ?> <?php include("include/alert_message.php"); ?> <div class="form-group center" id="spin" style="display:none"><i class="fa fa-refresh fa-spin fa-3x"></i></div> <div class="form-group center" id="error" style="display:none;color:red"></div> </div> </div> </div> <div class="col-md-12 col-sm-12 col-xs-12" id="table" > <div class="x_panel"> <div class="x_title"> <h2>Budget Forms</h2> <div class="clearfix"></div> </div> <div class="x_content"> <table id="datatable-buttons" class="table table-striped table-bordered" > <thead> <tr> <th>Supplier Name</th> <th>Invoice No</th> <th>Invoice Date</th> <th>Amount</th> <th>Project Code</th> <th>Debit Head</th> <th>Installment</th> <th>Date</th> <th>Status</th> <th>Action</th> </tr> </thead> <tbody> </tbody> </table> </div> </div> </div> <?php include "include/footer.php"; ?>