Sha256: 3a694da378303c489dbef671044a15a49e72a92e1c5130d40cc73a8b493094ad

Contents?: true

Size: 516 Bytes

Versions: 37

Compression:

Stored size: 516 Bytes

Contents

= simple_form_for :filters, url: dorsale.small_data_filters_path, wrapper: :inline_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,
  )

  = filter_buttons

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
dorsale-2.4.1 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.4.0 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.3.5 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.3.4 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.3.3 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.3.2 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.3.1 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.3.0 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.2.16 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.2.15 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.2.14 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.2.13 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.2.12 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.2.11 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.2.10 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.2.9 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.2.8 app/views/dorsale/billing_machine/quotations/_filters.html.slim