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