% content_for :head do %> <%= stylesheet_link_tag "filters" , :media => "all"%> <%= stylesheet_link_tag "index" , :media => "all"%> <%= javascript_include_tag "table2CSV"%> <%= stylesheet_link_tag "DataTables" , :media => "all"%> <%= javascript_include_tag "jquery.dataTables"%> <%= javascript_include_tag "datatable"%> <%= javascript_include_tag "dataTables.numericComma"%> <%= javascript_include_tag "multiple-select" %> <%= stylesheet_link_tag "multiple-select" , :media => "all" %> <% end %>
| Логин | Тип клиента | Всего отчётов | Из них отчетов с деньгами | На сумму |
|---|---|---|---|---|
| <%=link_to report.name, soft_index_path(:filter_year => 0, :cl_login => report.name), :target => '_blank' %> | <%=report.client_type_name %> | <%=link_to(report.soft_reps, {:controller => "soft", :action => "search", :s => report.name, :date_from =>(@date_from), :date_to =>@date_to, :division => "soft"}, {'target'=>'_blank'}) %> | <%= report.soft_reps_with_money %> | <%= report.soft_sum %> |