> 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/zh/bao-biao/ku-cun-bao-biao.md).

# 库存报表

***

#### **如何监控需要补货的商品？**

使用 **补货状态** 公式于 **库存与变动** 中的 <mark style="color:$primary;">`报表`</mark> > <mark style="color:$primary;">`库存`</mark>。它会标记数量低于安全库存水平的商品。

<figure><img src="/files/5b5fea386ecbc53fedb499b9d44833f3f3e42986" alt=""><figcaption></figcaption></figure>

{% hint style="warning" icon="lightbulb" %}
请确保你已提前设置 [**安全** **库存**](/docs/zh/qi-ta-gong-neng/low-stock-alert.md) （补货阈值）属性。
{% endhint %}

#### **已删除的商品会出现在我的库存报表中吗？**

不会。报表仅包含当前在你的团队中注册的商品。若要在删除前保留商品记录，请先将库存导出到 Excel。

#### **当我更新商品的成本或价格时会发生什么？**

报表使用 *当前* 成本和价格，而不是历史值。过去的值不会保留，因此报表可能与你根据之前价格看到的结果不同。

若要保留历史数据：

* 定期将报表导出到 Excel，或
* 使用 <mark style="color:$primary;">`采购与销售`</mark> 记录每次交易发生时的成本和价格（订单保留其原始值）。

#### **我在库存报表中找不到我想要的数据。**

试试 <mark style="color:$primary;">`自定义分析`</mark> ——它允许你选择特定字段并创建自己的计算，以呈现默认报表中没有的指标。

{% content-ref url="/spaces/3154kYTKYSAnQz2jlwQV/pages/418326984309fdcbd752575082304f9c95c51da7" %}
[自定义分析](/docs/zh/qi-ta-gong-neng/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:

```
GET https://www.boxhero.io/docs/faq/zh/bao-biao/ku-cun-bao-biao.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.
