shiftPumpReport.php 822 B

12345678910111213141516171819202122
  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/ShiftPumpReport/shiftPumpVw1.php" ?>
  7. <?php include "api/v1/ShiftPumpReport/shiftPumpReport1.php" ?><?php include "api/v1/ShiftPumpReport/shiftPumpVw2.php" ?>
  8. <?php include "api/v1/ShiftPumpReport/shiftPumpReport2.php" ?>
  9. <tfoot>
  10. <tr>
  11. <th>Pump Number</th>
  12. <th>Fuel Grade</th>
  13. <th>Pump Opening Volume</th>
  14. <th>Pump Closing Volume</th>
  15. <th>Sale Volume
  16. (Closing Volume - Opening Volume)</th>
  17. <th>Unit Price</th>
  18. <th>Money
  19. (Sale Volume x Unit Price)</th>
  20. </tr>
  21. </tfoot>
  22. </table>