# 销售报表

<figure><img src="/files/79d04096f0557ac0eb513ab831da0a01d4bf7a62" alt=""><figcaption></figcaption></figure>

***

## 关键亮点

* **跟踪指标** 例如平均销售价格、销售数量、净利润和利润率。
* 比较销售和采购数据以识别 **趋势和机会**.
* **使用数据来识别** 表现不佳的商品和/或相应调整定价。

{% hint style="warning" %}
销售报告 *仅* 包含通过以下菜单记录的交易： **采购与销售** 。通过常规库存操作（如 **入库** 或 **库存** **出库** *不* 包含在内。
{% endhint %}

## 销售报告标签页

BoxHero 通过两个不同的标签页来组织销售数据：

### A. 利润分析

您团队的利润是根据已完成的销售订单记录计算的。如果您仅使用 <mark style="color:蓝色;">**`销售`**</mark> 功能而不记录 <mark style="color:蓝色;">**`采购`**</mark>，您仍然可以在此标签页中查看利润结果。

<figure><img src="/files/6c4338dcf9b478756b4252862cf6d0afc54f692e" alt=""><figcaption></figcaption></figure>

通过以下关键指标了解您团队的盈利能力：

<table><thead><tr><th width="275"></th><th></th></tr></thead><tbody><tr><td><strong>平均销售价格</strong></td><td>销售金额 ÷ 销售数量</td></tr><tr><td><strong>销售数量</strong></td><td>售出的商品总数。</td></tr><tr><td><strong>销售金额</strong></td><td>销售数量 × 销售价格<br><sub><em>* 销售价格是销售订单上列出的价格。</em></sub></td></tr><tr><td><strong>退货数量</strong></td><td>退回并重新加入库存的商品数量。</td></tr><tr><td><strong>退货金额</strong></td><td>退货数量 × 退款价格<br><sub><em>* 退款价格是退货订单上列出的价格。</em></sub></td></tr><tr><td><strong>收入</strong></td><td>销售金额 − 退款金额</td></tr><tr><td><strong>净利润</strong></td><td><p>收入 −（成本 ×（销售数量 − 退货数量））</p><p><sub><em>* 成本是商品详情中列出的采购价格。</em></sub></p></td></tr><tr><td><strong>利润率 (%)</strong></td><td>净利润 ÷ 收入</td></tr></tbody></table>

{% hint style="warning" %}
**关于利润分析指标的说明：**

* **销售金额** 包含 *折扣* 和 *税费*.
* 如果您更新商品的成本， **净利润** 将根据更新后的采购价格重新计算。
* 仅显示在 **所选期间** 内有销售活动的商品。
* **退货数量** 会根据退货处理日期反映在利润计算中。
  {% endhint %}

### B. 销售汇总

销售汇总数据是根据 *已完成的* 采购订单（PO）和销售订单（SO）计算的。如果您同时使用这两项 <mark style="color:蓝色;">**`采购`**</mark> 和 <mark style="color:蓝色;">**`销售`**</mark> 功能，您可以在此标签页中查看结果。

<figure><img src="/files/3840e07645cb108f21b50fa63a8b1e8eea1c34de" alt=""><figcaption></figcaption></figure>

使用以下指标评估您的采购和销售表现：

<table><thead><tr><th width="275"></th><th></th></tr></thead><tbody><tr><td><strong>销售数量</strong></td><td>售出的商品总数。</td></tr><tr><td><strong>销售金额</strong></td><td>销售数量 × 销售价格<br><sub><em>* 销售价格是销售订单上列出的价格。</em></sub></td></tr><tr><td><strong>采购数量</strong></td><td>采购的商品总数。</td></tr><tr><td><strong>采购金额</strong></td><td>采购数量 × 成本<br><sub><em>* 成本是采购订单上列出的价格。</em></sub></td></tr><tr><td><strong>退货数量</strong></td><td>退回并重新加入库存的商品数量。</td></tr><tr><td><strong>退款金额</strong></td><td>退货数量 × 退款价格<br><sub><em>* 退款价格是退货订单上列出的价格。</em></sub></td></tr><tr><td><strong>收入</strong></td><td>销售金额 − 退款金额</td></tr><tr><td><strong>毛利润</strong></td><td>收入 − 采购金额</td></tr></tbody></table>

{% hint style="success" %}
选择 <mark style="color:蓝色;">**`按合作伙伴查看`**</mark> 以查看特定 **客户** **和** **供应商** 在所选期间的数据。
{% 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/documentation/zh/zhu-yao-gong-neng/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.
