Initial orders report user documentation (https://github.com/woocommerce/woocommerce-admin/pull/3748)
* Initial orders report docs Co-Authored-By: Paul Sealock <psealock@gmail.com>
This commit is contained in:
parent
398807e5d2
commit
d341153cbc
|
@ -1 +1,39 @@
|
|||
# Orders Report
|
||||
# Orders Report
|
||||
|
||||
The Orders Report provides insight about your store's orders.
|
||||
|
||||
By default, orders with non-excluded statuses are listed by order date descending. Excluded statuses can be edited on the [Settings page](https://github.com/woocommerce/woocommerce-admin/blob/master/docs/woocommerce.com/analytics-settings.md#excluded-statuses)
|
||||
|
||||
Refunded orders cannot be excluded from the orders report. Refunded orders have two rows in the report: one for the date of the original order and one for the date of refund.
|
||||
|
||||
![Orders Report Overview](images/analytics-orders-report.png)
|
||||
|
||||
### Advanced Filters
|
||||
|
||||
The advanced filters allow adding multiple filters to the report. These filters can be applied in two ways:
|
||||
|
||||
- All - Orders must match all filters to be included in the report
|
||||
- Any - Orders must match one or more filters to be included in the report
|
||||
|
||||
![Orders Report Filter Matching](images/analytics-orders-filter-match.png)
|
||||
|
||||
The following fields can be used for filtering:
|
||||
|
||||
- Order Status
|
||||
- Products
|
||||
- Coupon Codes
|
||||
- Customer Type
|
||||
- Refunds
|
||||
- Tax Rates
|
||||
|
||||
![Customers Report Advanced Filters](images/analytics-orders-report-advanced-filters.png)
|
||||
|
||||
### Report Sorting
|
||||
|
||||
The report table allows sorting by the following columns:
|
||||
|
||||
- Date
|
||||
- Items Sold
|
||||
- Net Sales
|
||||
|
||||
By default, the report shows the most recent orders.
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
Binary file not shown.
After Width: | Height: | Size: 133 KiB |
Binary file not shown.
After Width: | Height: | Size: 452 KiB |
Loading…
Reference in New Issue