Sha256: ede4ab8011edb5c654ddaf63355158d5551593c35862fa86482d8dad45ac2bef

Contents?: true

Size: 423 Bytes

Versions: 6

Compression:

Stored size: 423 Bytes

Contents

= filters_form do |f|
  = f.input(:customer_guid,
    :collection    => @people.map { |p| [p.name, p.guid] },
    :include_blank => t("filters.all_customers"),
  )

  = f.input(:bm_time_period,
    :collection    => dorsale_time_periods_for_select,
    :include_blank => false,
  )

  = f.input(:bm_quotation_state,
    :collection    => billing_machine_quotation_states_for_filter_select,
    :include_blank => false,
  )

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dorsale-3.1.5 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.1.4 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.1.3 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.1.2 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.1.1 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.1.0 app/views/dorsale/billing_machine/quotations/_filters.html.slim