> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/ja/repto/repto.md).

# 在庫レポート

***

#### **補充が必要な商品をどのように監視すればよいですか？**

次を使用してください **再注文ステータス** の式を **在庫と移動** のセクションの <mark style="color:$primary;">`レポート`</mark> > <mark style="color:$primary;">`在庫`</mark>。数量が安全在庫レベルを下回った商品にフラグを付けます。

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

{% hint style="warning" icon="lightbulb" %}
〜を設定していることを確認してください [**安全** **在庫**](/docs/ja/sonono/low-stock-alert.md) （再注文しきい値）属性を事前に設定しておいてください。
{% endhint %}

#### **削除した商品は在庫レポートに表示されますか？**

いいえ。レポートには、現在あなたのチームに登録されている商品のみが含まれます。削除前の商品記録を残すには、まず在庫をExcelにエクスポートしてください。

#### **商品の原価または価格を更新するとどうなりますか？**

レポートでは *現在の* 原価と価格が使用され、過去の値は使用されません。過去の値は保持されないため、レポートは以前の価格に基づいて表示される内容と異なる場合があります。

履歴データを保存するには：

* レポートを定期的にExcelへエクスポートするか、
* 〜を使用する <mark style="color:$primary;">`仕入れと販売`</mark> を使用して、各取引時点の原価と価格を記録します（注文には元の値が保持されます）。

#### **在庫レポートで探しているデータが見つかりません。**

〜を試してください <mark style="color:$primary;">`カスタム分析`</mark> — 特定の項目を選択し、独自の計算を作成して、標準レポートにはない指標を表示できます。

{% content-ref url="/spaces/y6Trnr4sycUUuGi2iurc/pages/c055ce7d39a23a3bb8635e99c95ff201dc41e3eb" %}
[カスタム分析](/docs/ja/sonono/custom-analytics.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://www.boxhero.io/docs/faq/ja/repto/repto.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
