QuotationFilters extends Filter
Quotation Filters
Table of Contents
Methods
| getFilters() | Gets a list of input fields for filtering quotations |
Methods
getFilters()
Gets a list of input fields for filtering quotations
public
getFilters(array<string|int, mixed> $options[, array<string|int, mixed> $vars = [] ]) : InputFields
Parameters
- $options : array<string|int, mixed>
-
A list of options for building the filters including:
- language The language for filter labels and tooltips
- company_id The company ID to filter currencies on
- $vars : array<string|int, mixed> = []
-
A list of submitted inputs that act as defaults for filter fields including:
- quotation_number The quotation ID on which to filter quotations
- currency The currency code on which to filter quotations
- quotation_line The (partial) description of the quotation line on which to filter quotations
Return values
InputFields —An object representing the list of filter input field