Sha256: aee186c1ec0db5bd80cc63081f3212c0e36168d0909aa267d721f5b58ab9c06b

Contents?: true

Size: 662 Bytes

Versions: 23

Compression:

Stored size: 662 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 => 'spree/admin/shared/report_criteria', :locals => {} %>
<% end %>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
spree_core-1.1.6 app/views/spree/admin/reports/sales_total.html.erb
spree_core-1.1.5 app/views/spree/admin/reports/sales_total.html.erb
spree_core-1.0.7 app/views/spree/admin/reports/sales_total.html.erb
spree_core-1.1.4 app/views/spree/admin/reports/sales_total.html.erb
spree_core-1.2.0.rc2 app/views/spree/admin/reports/sales_total.html.erb
spree_core-1.2.0.rc1 app/views/spree/admin/reports/sales_total.html.erb
spree_core-1.1.3 app/views/spree/admin/reports/sales_total.html.erb
spree_core-1.0.6 app/views/spree/admin/reports/sales_total.html.erb
spree_core-1.1.2 app/views/spree/admin/reports/sales_total.html.erb
spree_core-1.1.2.rc1 app/views/spree/admin/reports/sales_total.html.erb
spree_core-1.1.1 app/views/spree/admin/reports/sales_total.html.erb
spree_core-1.1.0 app/views/spree/admin/reports/sales_total.html.erb
spree_core-1.0.4 app/views/spree/admin/reports/sales_total.html.erb
spree_core-1.1.0.rc2 app/views/spree/admin/reports/sales_total.html.erb
spree_core-1.1.0.rc1 app/views/spree/admin/reports/sales_total.html.erb
spree_core-1.0.3 app/views/spree/admin/reports/sales_total.html.erb
spree_core-1.0.2 app/views/spree/admin/reports/sales_total.html.erb
spree_core-1.0.1 app/views/spree/admin/reports/sales_total.html.erb
spree_core-1.0.0 app/views/spree/admin/reports/sales_total.html.erb
spree_core-1.0.0.rc4 app/views/spree/admin/reports/sales_total.html.erb