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

Version Path
apispree_core-0.0.0 app/views/admin/reports/sales_total.html.erb
My-Commerce_core-1.1.0 app/views/admin/reports/sales_total.html.erb
My-Commerce_core-1.0.0 app/views/admin/reports/sales_total.html.erb
MyCommerceapi-1.0.0 core/app/views/admin/reports/sales_total.html.erb
MyCommerce-0.0.3 core/app/views/admin/reports/sales_total.html.erb
rfcommerce_core-0.0.3 app/views/admin/reports/sales_total.html.erb
spree_core-0.60.6 app/views/admin/reports/sales_total.html.erb
spree_core-0.60.5 app/views/admin/reports/sales_total.html.erb
spree_core-0.30.2 app/views/admin/reports/sales_total.html.erb
spree_core-0.40.4 app/views/admin/reports/sales_total.html.erb
spree_core-0.50.4 app/views/admin/reports/sales_total.html.erb
spree_core-0.60.4 app/views/admin/reports/sales_total.html.erb
spree_core-0.50.3 app/views/admin/reports/sales_total.html.erb
spree_core-0.60.3 app/views/admin/reports/sales_total.html.erb
spree_core-0.60.2 app/views/admin/reports/sales_total.html.erb
spree_core-0.60.1 app/views/admin/reports/sales_total.html.erb
spree_core-0.60.0 app/views/admin/reports/sales_total.html.erb
spree_core-0.60.0.RC1 app/views/admin/reports/sales_total.html.erb
spree_core-0.50.2 app/views/admin/reports/sales_total.html.erb
spree_core-0.50.1 app/views/admin/reports/sales_total.html.erb