123456789101112131415161718192021 |
- <form>
- <input type="date" name="selectDateToFind">
- <input class="btn btn-primary" type="submit" value="Find">
- </form>
- <div class="container-fluid">
- <div class="row">
- <div class="col-sm-4">
- <table id="example" class="table display table-striped table-bordered table-hover table-sm" cellspacing="0" width="100%">
- <?php include "api/v1/ShiftSaleReport/shiftSaleVw1.php" ?>
- <?php include "api/v1/ShiftSaleReport/shiftSaleReport1.php" ?>
- </table>
- </div>
-
- <div class="col-sm-4">
- <table id="example" class="table display table-striped table-bordered table-hover table-sm" cellspacing="0" width="100%">
- <?php include "api/v1/ShiftSaleReport/shiftSaleVw2.php" ?>
- <?php include "api/v1/ShiftSaleReport/shiftSaleReport2.php" ?>
- </table>
- </div>
- </div>
- </div>
|