Sha256: 55f367193d69c97722f1286d6f884bf92f1c31bba8f02dcb6942838350f39506

Contents?: true

Size: 626 Bytes

Versions: 50

Compression:

Stored size: 626 Bytes

Contents

= filters_form do |f|
  = f.input(:bm_customer_guid,
    :collection    => @people.map { |p| [p.to_s, p.guid] },
    :include_blank => t("filters.all_customers"),
    :input_html    => {class: "select2"},
  )

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

  = f.input :bm_date_begin, input_html: {placeholder: t("filters.date_begin")}
  = f.input :bm_date_end,   input_html: {placeholder: t("filters.date_end")}

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

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
dorsale-4.0.0 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.20.0 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.19.1 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.19.0 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.18.0 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.17.0 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.16.0 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.15.0 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.14.11 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.14.10 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.14.9 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.14.8 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.14.7 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.14.6 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.14.5 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.14.4 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.14.3 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.14.2 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.14.1 app/views/dorsale/billing_machine/quotations/_filters.html.slim
dorsale-3.14.0 app/views/dorsale/billing_machine/quotations/_filters.html.slim