Sha256: e3dc0653edb9b6f0736e18a65cb274d2d499bdbaa6fdd91b203b8f20a046abb3

Contents?: true

Size: 623 Bytes

Versions: 50

Compression:

Stored size: 623 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_payment_status,
    :collection    => billing_machine_payment_status_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/invoices/_filters.html.slim
dorsale-3.20.0 app/views/dorsale/billing_machine/invoices/_filters.html.slim
dorsale-3.19.1 app/views/dorsale/billing_machine/invoices/_filters.html.slim
dorsale-3.19.0 app/views/dorsale/billing_machine/invoices/_filters.html.slim
dorsale-3.18.0 app/views/dorsale/billing_machine/invoices/_filters.html.slim
dorsale-3.17.0 app/views/dorsale/billing_machine/invoices/_filters.html.slim
dorsale-3.16.0 app/views/dorsale/billing_machine/invoices/_filters.html.slim
dorsale-3.15.0 app/views/dorsale/billing_machine/invoices/_filters.html.slim
dorsale-3.14.11 app/views/dorsale/billing_machine/invoices/_filters.html.slim
dorsale-3.14.10 app/views/dorsale/billing_machine/invoices/_filters.html.slim
dorsale-3.14.9 app/views/dorsale/billing_machine/invoices/_filters.html.slim
dorsale-3.14.8 app/views/dorsale/billing_machine/invoices/_filters.html.slim
dorsale-3.14.7 app/views/dorsale/billing_machine/invoices/_filters.html.slim
dorsale-3.14.6 app/views/dorsale/billing_machine/invoices/_filters.html.slim
dorsale-3.14.5 app/views/dorsale/billing_machine/invoices/_filters.html.slim
dorsale-3.14.4 app/views/dorsale/billing_machine/invoices/_filters.html.slim
dorsale-3.14.3 app/views/dorsale/billing_machine/invoices/_filters.html.slim
dorsale-3.14.2 app/views/dorsale/billing_machine/invoices/_filters.html.slim
dorsale-3.14.1 app/views/dorsale/billing_machine/invoices/_filters.html.slim
dorsale-3.14.0 app/views/dorsale/billing_machine/invoices/_filters.html.slim