<%= t("sales_totals") %>

<%= t("item_total") %>: <%=number_to_currency @item_total%>
<%= t("adjustment_total") %>: <%=number_to_currency @adjustment_total%>
<%= t("sales_total") %>: <%=number_to_currency @sales_total%>
<% content_for :sidebar do %> <%= render :partial => 'admin/shared/report_criteria', :locals => {} %> <% end %>