shiftSaleReport.php 781 B

123456789101112131415161718192021
  1. <form>
  2. <input type="date" name="selectDateToFind">
  3. <input class="btn btn-primary" type="submit" value="Find">
  4. </form>
  5. <div class="container-fluid">
  6. <div class="row">
  7. <div class="col-sm-4">
  8. <table id="example" class="table display table-striped table-bordered table-hover table-sm" cellspacing="0" width="100%">
  9. <?php include "api/v1/ShiftSaleReport/shiftSaleVw1.php" ?>
  10. <?php include "api/v1/ShiftSaleReport/shiftSaleReport1.php" ?>
  11. </table>
  12. </div>
  13. <div class="col-sm-4">
  14. <table id="example" class="table display table-striped table-bordered table-hover table-sm" cellspacing="0" width="100%">
  15. <?php include "api/v1/ShiftSaleReport/shiftSaleVw2.php" ?>
  16. <?php include "api/v1/ShiftSaleReport/shiftSaleReport2.php" ?>
  17. </table>
  18. </div>
  19. </div>
  20. </div>