shiftTankReport.php 655 B

12345678910111213141516
  1. <?php include "header.php" ?>
  2. <form>
  3. <input type="date" name="selectDateToFind">
  4. <input class="btn btn-primary" type="submit" value="Find">
  5. </form>
  6. <table id="example" class="table display table-striped table-bordered table-hover table-sm" cellspacing="0" width="100%">
  7. <?php include "api/v1/ShiftTankReport/shiftTankVw1.php"; ?>
  8. <?php include "api/v1/ShiftTankReport/shiftTankReport1.php"; ?>
  9. <?php include "api/v1/ShiftTankReport/shiftTankVw2.php"; ?>
  10. <?php include "api/v1/ShiftTankReport/shiftTankReport2.php"; ?>
  11. <?php include "api/v1/ShiftTankReport/shiftTankVw3.php"; ?>
  12. <?php include "api/v1/ShiftTankReport/shiftTankReport3.php"; ?>
  13. </table>