This commit is contained in:
@@ -1,5 +1,71 @@
|
||||
# SVC-QUOTES Placeholder
|
||||
# Quotes
|
||||
|
||||

|
||||
#b4beta (docs can refer to work order here for bulk of text)
|
||||
A Quote is a form of work order used to provide a quotation to a customer for potential service. The quote can be turned into a service work order if accepted by the customer.
|
||||
|
||||
A Quote is mostly identical to a Service Work order but has some additional fields in it's header area used during the quoting process.
|
||||
|
||||
We won't document the identical fields here, only the fields that are different on a Quote.
|
||||
|
||||
See the [work order](svc-workorders.md) documentation page for all other fields and details.
|
||||
|
||||
## Authorization Roles required
|
||||
|
||||
This form is available to User's with the following [roles](ay-biz-admin-roles.md):
|
||||
|
||||
Full access
|
||||
|
||||
- Accounting
|
||||
- Business administration
|
||||
- Sales
|
||||
- Service manager
|
||||
|
||||
Read only access
|
||||
|
||||
- Business administration - restricted
|
||||
- Service manager - restricted
|
||||
- Sales - restricted
|
||||
|
||||
## How to access Quotes
|
||||
|
||||
- From the `Service` navigation pane `Quotes` item to open the Quotes [data table](ay-start-form-data-tables.md)
|
||||
- From any [data table](ay-start-form-data-tables.md) column showing Quotes such as the [Work order table](svc-workorders.md)
|
||||
|
||||
## How Quotes work
|
||||
|
||||
Quotes are created, submitted to a customer and if accepted converted to a service work order.
|
||||
|
||||
## Quotes data table
|
||||
|
||||
The Quotes [data table](ay-start-form-data-tables.md) lists all the customers available, provides the '+' link to create a new quote and provides access to common [data table menu options](ay-start-form-data-tables.md#common-menu-options).
|
||||
|
||||
## Quote edit form
|
||||
|
||||
The Quote edit form provides all the [standard edit form](ay-start-edit-forms.md) functionality, duplicate fields of the [work order](svc-workorders.md) and the following unique Quote only fields:
|
||||
|
||||
#### Prepared by User
|
||||
|
||||
This optional field is used to track the staff member responsible for or who created this quote. This field displays on the stock Quote report intended for submission to the Customer.
|
||||
|
||||
#### Quote status
|
||||
|
||||
This optional field is used to track and control the process of quoting by flagging different states of the Quote as it is processed through the business and also locking it at appropriate times so that it can only be edited by users with specific roles. Quote status also works with the [notification system](home-notify-subscriptions.md). See the [Quote status documentation page](svc-quote-status.md) for more details.
|
||||
|
||||
#### Introductory text
|
||||
|
||||
This optional field is intended to be used as a short message to the Customer and is displayed on the header area of the stock Customer quote report. This is typically used to include special quote terms or a simple greeting and note or any purpose that makes sense in your business.
|
||||
|
||||
#### Requested
|
||||
|
||||
This optional field is the date of the request for quotation by the customer and is displayed on the stock customer quote report.
|
||||
|
||||
#### Valid until
|
||||
|
||||
This optional field is the date that the Quote expires and is displayed on the stock customer quote report.
|
||||
|
||||
#### Submitted
|
||||
|
||||
This optional field is the date the Quote was submitted to the Customer and is displayed on the stock customer quote report.
|
||||
|
||||
#### Approved
|
||||
|
||||
This optional field is the date the Customer approved the quote and is displayed on the stock customer quote report.
|
||||
|
||||
Reference in New Issue
Block a user