Order List
Last updated
Last updated
This module holds all the information related to customer orders created on the application. From this page, you can find all their orders in list form and can search a particular order from this list using the search box provided. And also you can create a new order from this page using the "ADD NEW ORDER" button.
For an order, you will have the following options:
View Order Details
Update Payment
Update Order Status
On clicking the "VIEW" button in the order list, the order details page will appear. In the order details page, you can find all the details related to that particular orders such as: customer details, service details, payment details, order status, etc... You can also update order status and payments for that particular order from the order detail page.
For Updating payment for a particular order, click the "ADD PAYMENT" button on the order list or on the order detail page, a popup payment details window will appear. On the payment details window, their will be an input field for entering the amount paid by the customer and also a dropdown for selecting the payment mode. Enter the appropriate details and click "SAVE" button and the payment will be updated for that particular order.