Sha256: 347b128c754337cb4952bf7f1dc65011cc92fba5c10d47c03b78b09b3e0e46cf

Contents?: true

Size: 654 Bytes

Versions: 2

Compression:

Stored size: 654 Bytes

Contents

<h1><%= t("sales_totals") %> </h1>

<table class="admin-report" data-hook="sales_total">
  <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

2 entries across 2 versions & 1 rubygems

Version Path
spree_core-0.70.0.rc2 app/views/admin/reports/sales_total.html.erb
spree_core-0.70.RC1 app/views/admin/reports/sales_total.html.erb