Sha256: e87f8234b5989579adb911d955fbd81f039f1c1a701503d00290b6a856f294ab

Contents?: true

Size: 558 Bytes

Versions: 12

Compression:

Stored size: 558 Bytes

Contents

= title (@index_title || e9_t(:index_title, :scope => 'e9_crm.reports'))

.toolbar
  .toolbar-left
    = form_tag(resource_class, :method => :get, :class => 'scope-selects') do
      %select{:name => 'type'}
        = campaign_type_select_options
      %select{:name => 'group'}
        = campaign_group_select_options
      %select{:name => 'from'}
        = deal_date_select_options
      %select{:name => 'until'}
        = deal_date_select_options(true)

  .toolbar-right
    = link_to_collection(Campaign)

%div#records_table
  = render 'reports_table'

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
e9_crm-0.1.21 app/views/e9_crm/deals/reports.html.haml
e9_crm-0.1.20 app/views/e9_crm/deals/reports.html.haml
e9_crm-0.1.19 app/views/e9_crm/deals/reports.html.haml
e9_crm-0.1.18 app/views/e9_crm/deals/reports.html.haml
e9_crm-0.1.17 app/views/e9_crm/deals/reports.html.haml
e9_crm-0.1.16 app/views/e9_crm/deals/reports.html.haml
e9_crm-0.1.14 app/views/e9_crm/deals/reports.html.haml
e9_crm-0.1.13 app/views/e9_crm/deals/reports.html.haml
e9_crm-0.1.12 app/views/e9_crm/deals/reports.html.haml
e9_crm-0.1.11 app/views/e9_crm/deals/reports.html.haml
e9_crm-0.1.10 app/views/e9_crm/deals/reports.html.haml
e9_crm-0.1.8 app/views/e9_crm/deals/reports.html.haml