# Sales Reports

<figure><img src="/files/0kwuok2mWD1lif95Sh8b" alt=""><figcaption></figcaption></figure>

***

## Key Highlights

* **Track metrics** like average sales price, sales quantity, net profit, and profit rate.
* Compare sales and purchase data to identify **trends and opportunities**.
* **Use data to identify** underperforming items and/or adjust pricing accordingly.

{% hint style="warning" %}
Sales Reports *only* include transactions recorded through the **Purchases & Sales** menus. Transactions made through regular inventory actions like **Stock In** or **Stock** **Out** *aren’t* included.
{% endhint %}

## Sales Report Tabs

BoxHero organizes sales data through two distinct tabs:

### A. Profit Analysis

Your team's profit is calculated based on completed sales order records. If you use only the <mark style="color:blue;">**`Sales`**</mark> feature without recording <mark style="color:blue;">**`Purchases`**</mark>, you can still view profit results in this tab.

<figure><img src="/files/lt5KphZa9ZrXTa79rJAU" alt=""><figcaption></figcaption></figure>

Get insights into your team's profitability with these key metrics:

<table><thead><tr><th width="275"></th><th></th></tr></thead><tbody><tr><td><strong>Average Sales Price</strong></td><td>Sales amount ÷ Sales quantity</td></tr><tr><td><strong>Sales Quantity</strong></td><td>The total number of items sold.</td></tr><tr><td><strong>Sales Amount</strong></td><td>Sales quantity × Sales price<br><sub><em>* Sales price is the price listed on the sales order.</em></sub></td></tr><tr><td><strong>Return Quantity</strong></td><td>The number of items returned and added back to stock.</td></tr><tr><td><strong>Return Amount</strong></td><td>Return quantity × Refund price<br><sub><em>* Refund price is the price listed on the return order.</em></sub></td></tr><tr><td><strong>Revenue</strong></td><td>Sales amount − refund amount</td></tr><tr><td><strong>Net Profit</strong></td><td><p>Revenue − (Cost × (Sales quantity − Return quantity))</p><p><sub><em>* Cost is the purchase price listed in the item details.</em></sub></p></td></tr><tr><td><strong>Profit Margin (%)</strong></td><td>Net profit ÷ Revenue</td></tr></tbody></table>

{% hint style="warning" %}
**Notes on Profit Analysis metrics:**

* **Sales amount** includes *discounts* and *taxes*.
* If you update an item’s cost, **net profit** is recalculated based on the updated purchase price.
* Only items with sales activity during the **selected period** are shown.
* **Return quantity** is reflected in profit calculations based on the date the return was processed.
  {% endhint %}

### B. Sales Summary

Sales summary data is calculated based on *completed* purchase orders (POs) and sales orders (SOs). If you use both the <mark style="color:blue;">**`Purchases`**</mark> and <mark style="color:blue;">**`Sales`**</mark> features, you can view the results in this tab.

<figure><img src="/files/I5w6TNN9yg1rM4iBD1eu" alt=""><figcaption></figcaption></figure>

Evaluate your purchase and sales performance with the following metrics:

<table><thead><tr><th width="275"></th><th></th></tr></thead><tbody><tr><td><strong>Sales Quantity</strong></td><td>The total number of items sold.</td></tr><tr><td><strong>Sales Amount</strong></td><td>Sales quantity × Sales price<br><sub><em>* Sales price is the price listed on the sales order.</em></sub></td></tr><tr><td><strong>Purchase Quantity</strong></td><td>The total number of items purchased.</td></tr><tr><td><strong>Purchase Amount</strong></td><td>Purchase quantity × Cost<br><sub><em>* Cost is the price listed on the purchase order.</em></sub></td></tr><tr><td><strong>Return Quantity</strong></td><td>The number of items returned and added back to stock.</td></tr><tr><td><strong>Refund Amount</strong></td><td>Return quantity × Refund price<br><sub><em>* Refund price is the price listed on the return order.</em></sub></td></tr><tr><td><strong>Revenue</strong></td><td>Sales amount − Refund amount</td></tr><tr><td><strong>Gross Profit</strong></td><td>Revenue − Purchase amount</td></tr></tbody></table>

{% hint style="success" %}
Select <mark style="color:blue;">**`View by Partner`**</mark> to see sales by specific **customers** **and** **suppliers** for the selected period.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.boxhero.io/docs/key-features/purchase-and-sales/sales-reports.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
