# 売上レポート

<figure><img src="/files/2cf00fc402e2b4a8618b04d5a3a9e48c1d9fd3c0" alt=""><figcaption></figcaption></figure>

***

## 主なハイライト

* **指標を追跡する** たとえば、平均販売価格、販売数量、純利益、利益率など。
* 売上データと仕入データを比較して **傾向と機会を特定する**.
* **データを活用して** 低調な商品を特定したり、それに応じて価格を調整したりします。

{% hint style="warning" %}
売上レポート *のみ* を記録した取引のみを含みます。 **仕入・売上** メニューを通じて記録された取引です。 **入庫** または **在庫** **出庫** *は* 含まれません。
{% endhint %}

## 売上レポートのタブ

BoxHeroは売上データを2つの異なるタブで整理します。

### A. 利益分析

チームの利益は、完了した受注記録に基づいて計算されます。 <mark style="color:青色の;">**`売上`**</mark> 機能のみを使用し、 <mark style="color:青色の;">**`仕入`**</mark>を記録していない場合でも、このタブで利益結果を確認できます。

<figure><img src="/files/0f0ee7fded95c752cf829d025738c0f85cff0adf" 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/46da28a8a0635b2b617e18eaffddabc4ef8af77f" 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/ja/na/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.
