Sha256: 5ead59d3c9f8a139c2ceddcd7418598b8c9119d4c44e3c8506e8b9dab0e067c6

Contents?: true

Size: 656 Bytes

Versions: 8

Compression:

Stored size: 656 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

8 entries across 8 versions & 1 rubygems

Version Path
spree_core-0.70.7 app/views/admin/reports/sales_total.html.erb
spree_core-0.70.6 app/views/admin/reports/sales_total.html.erb
spree_core-0.70.5 app/views/admin/reports/sales_total.html.erb
spree_core-0.70.4 app/views/admin/reports/sales_total.html.erb
spree_core-0.70.3 app/views/admin/reports/sales_total.html.erb
spree_core-0.70.2 app/views/admin/reports/sales_total.html.erb
spree_core-0.70.1 app/views/admin/reports/sales_total.html.erb
spree_core-0.70.0 app/views/admin/reports/sales_total.html.erb