EstimateFilterInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| and | [EstimateFilterInput!] | ||
| approved | EstimateFilterApproved | Has this estimate been approved by the customer? | |
| createdAt | EstimateFilterCreatedAt | ||
| customer | CustomerFilterInput | The customer this estimate was created for | |
| customerId | EstimateFilterCustomerId | ||
| discountAmount | EstimateFilterDiscountAmount | The total discount amount calculated from all items | |
| exchangeRate | EstimateFilterExchangeRate | The exchange rate to use between the accounting currency and customer currency | |
| externalId | EstimateFilterExternalId | An external ID for the job | |
| hasItems | EstimateFilterHasItems | ||
| id | EstimateFilterId | ||
| items | EstimateItemFilterInput | The items comprising this estimate | |
| itemsCount | EstimateFilterItemsCount | ||
| jobs | JobFilterInput | The jobs created from this estimate, if relevant | |
| name | EstimateFilterName | A human readable summary for this estimate | |
| not | [EstimateFilterInput!] | ||
| or | [EstimateFilterInput!] | ||
| orderLines | OrderLineFilterInput | The order items created from this estimate, if relevant | |
| overrides | EstimateFilterOverrides | Estimate job overrides data, will be merged into the job specification if this estimate is turned | |
| into a job. This is designed to allow for situations where multiple estimates for a similar product | |||
| are produced, such as different paper types, etc. | |||
| preparedBy | AuthUserFilterInput | The user who prepared the estimate | |
| preparedById | EstimateFilterPreparedById | ||
| productTemplateId | EstimateFilterProductTemplateId | The product template this estimate was created from (if applicable) | |
| quote | QuoteFilterInput | The quote grouping this estimate | |
| quoteId | EstimateFilterQuoteId | ||
| remarks | EstimateFilterRemarks | Any remarks regarding the properties of this estimate | |
| shippingAmount | EstimateFilterShippingAmount | The total shipping amount calculated from all items | |
| state | EstimateFilterState | The state of this estimate | |
| subtotal | EstimateFilterSubtotal | The subtotal of the order calculated from item totals | |
| tactic | EstimateFilterTactic | The production intent to derive this estimate | |
| tax | EstimateFilterTax | Currency tax data | |
| taxAmount | EstimateFilterTaxAmount | The total tax amount calculated from all items | |
| total | EstimateFilterTotal | Estimate cost data | |
| totalAmount | EstimateFilterTotalAmount | The total amount of the order including taxes, shipping, and discounts | |
| updatedAt | EstimateFilterUpdatedAt | ||
| userSelections | EstimateFilterUserSelections | User's configuration selections used to generate this estimate (if from template) |