<%= t("number.currency.format.unit") %> <%= t('order') %> <%= t('total') %> |
| |
<%= t("number.currency.format.unit") %> <%= t('item') %> <%= t('total') %> |
| |
<%= t("number.currency.format.unit") %> <%= t('adjustments') %> |
| |
<%= t("number.currency.format.unit") %> <%= t('credits') %> |
<%= t('name') %> | <%= t('items') %> | <%= t('total') %> |
---|---|---|
<%= order[0] %> | <%= order[1] %> | <%= number_to_currency order[2] %> |
<%= t('name') %> | <%= t('ord_qty') %> | <%= t('ord_total') %> |
---|---|---|
<%= truncate order[0], :length => 18 %> | <%= order[1] %> | <%= number_to_currency order[2] %> |
<%= t('name') %> |
---|
<%= product.name %> |
<% else %> <%= hook :admin_dashboard_welcome do %> <%= t('overview_welcome') %> <% end %> <% end %> <% end %> <% content_for :head do %> <%= hook :admin_dashboard_javascript do %> <% if @show_dashboard %> <% end %> <%= javascript_include_tag 'jqPlot/jquery.jqplot.min.js', 'jqPlot/plugins/jqplot.dateAxisRenderer.min.js', 'jqPlot/plugins/jqplot.highlighter.min.js', 'jqPlot/plugins/jqplot.canvasAxisTickRenderer.min.js', 'jqPlot/plugins/jqplot.canvasTextRenderer.min.js', 'jqPlot/plugins/jqplot.canvasAxisLabelRenderer.min.js', 'jqPlot/plugins/jqplot.pieRenderer.min.js', 'dashboard.js' %> <% end %> <%= hook :admin_dashboard_stylesheet do %> <%= stylesheet_link_tag 'admin/dashboard.css' %> <% end %> <% end %>