32 lines
777 B
Markdown
32 lines
777 B
Markdown
---
|
|
title: Sales Orders
|
|
---
|
|
|
|
## Sales Order List
|
|
|
|
The sales order list display shows all sales orders:
|
|
|
|
{{ image("app/so_list.png", "Sales order list") }}
|
|
|
|
Select an individual sales order to display the detail view for that order.
|
|
|
|
### Filtering
|
|
|
|
Displayed sales orders can be subsequently filtered using the search input at the top of the screen
|
|
|
|
## Sales Order Detail
|
|
|
|
Select an individual order to show the detailed view for that order:
|
|
|
|
{{ image("app/so_detail.png", "Sales order detail") }}
|
|
|
|
### Edit Order Details
|
|
|
|
From the detail view, select the *Edit* button in the top-right of the screen. This opens the sales order editing display.
|
|
|
|
### Line Items
|
|
|
|
View the line items associated with the selected order:
|
|
|
|
{{ image("app/so_lines.png", "Sales order line items") }}
|