# 销售报表

<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.
