% if (channels["flowmonitor.start_stop_enabled"].value == "True"){ %>
| Today | Yesterday | This Month | Last Month | |
|---|---|---|---|---|
| Gallon Total | <%= Math.round(channels["flowmonitor.gal_total"].value * 100) / 100 %> | <%= Math.round(channels["flowmonitor.gal_total_yesterday"].value * 100) / 100 %> Gal. | <%= Math.round(channels["flowmonitor.gal_total_thismonth"].value * 100) / 100 %> Gal. | <%= Math.round(channels["flowmonitor.gal_total_lastmonth"].value * 100) / 100 %> Gal. |
| BBL Total | <%= Math.round(channels["flowmonitor.bbl_total"].value * 100) / 100 %> | <%= Math.round(channels["flowmonitor.bbl_total_yesterday"].value * 100) / 100 %> BBL | <%= Math.round(channels["flowmonitor.bbl_total_thismonth"].value * 100) / 100 %> BBL | <%= Math.round(channels["flowmonitor.bbl_total_lastmonth"].value * 100) / 100 %> BBL |
| Cost ($<%= channels["flowmonitor.cost_per_bbl"].value %> / BBL) | $<%= Math.round(channels["flowmonitor.gal_total"].value * channels["flowmonitor.cost_per_bbl"].value * 100) / 100 %> | $<%= Math.round(channels["flowmonitor.gal_total_yesterday"].value * channels["flowmonitor.cost_per_bbl"].value * 100) / 100 %> | $<%= Math.round(channels["flowmonitor.cost_thismonth"].value * 100) / 100 %> | $<%= Math.round(channels["flowmonitor.cost_lastmonth"].value * 100) / 100 %> |