This
component lists all the enquiries posted by the user.
This component lists the enquiryid, date and the status of
all the enquiries posted by the user. The enquiries can be
sorted based on the enquiry id, date or the status.
1. To sort the entries based on enquiry id, click on the "EnquiryId"
button
2. To sort the entries based on the date, click on the "date"
button
3. To sort the entries based on the status, click on the "status"
button
4. To fetch enquiries for a particular month, select a month
from the listbox provided above the entries
5. To view the complete details of a particular enquiry, click
on the option button provided against the entry and click
on the "view" button.
The status of the user can be either new, process or confirm.
An enquiry with new status indicates that it has not yet been
processed by the store. An enquiry with process status indicates
that the store has processed the enquiry and the enquiry is
waiting for the user's confirmation. In this case, the user
is provided with a confirm button adjacent to the status.
An enquiry with the confirm status indicates that the user
has confirmed the quote issued by the store.
|
This
component displays the entire details of the enquiry posted
by the user
This page is displayed when the user selects a particular
enquiry and clicks on the view button in the view history
component. This component displays the entire details about
the enquiry including the enquiry id, date, status and the
enquiry list.
If the quote has been processed the user is offered a confirm
link. If the user is satisfied with the quote, he confirms
the quote by clicking on the link.
The component also offers a continue link to the view history
component.
|