Sha256: b447648228827ae04d331e46a67b6883faf5d18398adf35148081ecaecb2ccca
Contents?: true
Size: 630 Bytes
Versions: 27
Compression:
Stored size: 630 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("adjustment_total") %>:</th> <td align="right"><%=number_to_currency @adjustment_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
27 entries across 27 versions & 6 rubygems