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