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-3.0.3 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.0.2 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.0.1 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.0.0 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.7.3 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.7.2 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.7.1 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.7.0 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.6.8 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.6.7 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.6.6 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.6.5 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.6.4 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.6.3 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.6.2 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.6.1 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.6.0 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.5.0 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.4.3 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-2.4.2 app/views/dorsale/billing_machine/quotations/_filters.html.slim