Quote tables
Quote tables allow you to define a set of fees to be presented to the user.
Creating a new quote table
- Select the Step you would like to add the quote table to
- Under Insert on the right-hand side of the form builder
- Select Quote Table
Creating a new fee
- Hover over the quote table
- Select Add Fee on the right-hand side
- Provide a name for the feeThis will be displayed to the user completing the form.
- Provide a data marker for the fee
- The data marker must begin with 'fees'. E.g. fees.purchase.legal.fee
- Define the data marker on the relevant matter template
- Choose the correct tax rate from the drop down list
- Define the tax rate data marker on the relevant matter templateThis is always the original data marker with .tax at the end. E.g. fees.purchase.legal.fee.tax
- Define the tax rate data marker on the relevant matter template
- Provide the required fee calculation
- For fixed fees, input a numerical value, such as 100.00.
- For conditional fees, use a calculation.For example;
{{#if property.price > 1000000}} 1000 {{#else}} 750 {{#endif}}
This equates to: If the property price is more than 1,000,000 the fee is 1,000, otherwise it is 750.
- Choose whether to add a descriptionThis is a great way of explaining why a fee is being charged.
- Choose the account a receivable should be created under when the fee is quoted forThis requires use of the InTouch accounting package. For further information please contact support@intouch.cloud.If the form is configured to require a review, the receivable won't be created until the form submission is accepted on the matter.
- Choose the Supplier the receivable should be assigned to
- If the fee is due to your organisation, select your organisation
- If the fee is due to a supplier, select Third Party
- Search your contact list to find the relevant supplier
- Choose the Supplier the receivable should be assigned to
- Provide a name for the fee
Editing a quote table
- To edit a fee:
- Hover over the line item
- Select Edit
- Make the required amendments
- Select Done
- To reorder:
- Hover over the quote table
- Select the arrow icon on the left-hand side
- Drag to the desired position
- To delete:
- Hover over the quote table
- Select Delete on the right-hand side
Conditional fees
Fees can be made conditional based on data captured in the form.
This allows you to build a completely bespoke quote for all scenarios!
Creating a condition
- Hover over the relevant fee
- Select Add Condition at the bottom of the fee
- Choose the question the fee should be dependent on E.g. What is the property tenure?
- Select the condition E.g. Equals
- Select the value in which the condition should be activated E.g. LeaseholdIn the above example, the fee would only show if the property tenure question was answered Leasehold.
Editing a condition
- To edit:
- Select Edit next to the relevant condition
- Make the required amendments
- Select Save
- To delete:
- Select Edit next to the relevant condition
- Select Delete
Conditional quote table
Quote tables can be made conditional based on data captured in the form.
This allows you to decide whether or not you want to display a quote to the user.
Creating a condition
- Hover over the quote table
- Select Add Condition on the right-hand side of the table
- Choose the question the quote table should be dependent on
- Select the condition E.g. Equals
- Select the value in which the condition should be activated
Editing a condition
- To edit:
- Select Edit next to the condition
- Make the required amendments
- Select Save
- To delete:
- Select Edit next to the condition
- Select Delete