shiftTankReport.php 625 B

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