Sha256: b7507fcc3c824baf069f97123a90f0497e6ec561066284edb90e18595705dae4
Contents?: true
Size: 761 Bytes
Versions: 16
Compression:
Stored size: 761 Bytes
Contents
<h1><%= t("sales_totals") %> </h1> <table class="admin-report"> <tbody> <tr> <th scope="row"><%= t("item_total") %>:</th> <td align="right"><%=number_to_currency @item_total%></td> </tr> <tr> <th scope="row"><%= t("charge_total") %>:</th> <td align="right"><%=number_to_currency @charge_total%></td> </tr> <tr> <th scope="row"><%= t("credit_total") %>:</th> <td align="right"><%=number_to_currency @credit_total%></td> </tr> <tr> <th scope="row"><%= t("sales_total") %>:</th> <td align="right"><%=number_to_currency @sales_total%></td> </tr> </tbody> </table> <% content_for :sidebar do %> <%= render :partial => 'admin/shared/report_criteria', :locals => {} %> <% end %>
Version data entries
16 entries across 16 versions & 3 rubygems