# 库存报表

***

#### **如何计算我的库存总价值？**

前往 <mark style="color:$primary;">`报表`</mark> > <mark style="color:$primary;">`库存`</mark>，然后：

1. 点击 <mark style="color:$primary;">`公式设置`</mark> > <mark style="color:$primary;">`+ 添加公式`</mark>.
2. 打开 <mark style="color:$primary;">`快速添加`</mark> > <mark style="color:$primary;">`库存与动向`</mark>.
3. 选择 <mark style="color:$primary;">`库存价值`</mark>.
4. 点击 <mark style="color:$primary;">`添加`</mark>，然后 <mark style="color:$primary;">`完成`</mark>.

<figure><img src="/files/98eaf34c9f75312076c73b9ce85b88a7b65b534a" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
此公式使用商品的 *成本*来计算价值。\
要查看特定日期或特定地点的价值，请应用日期和地点筛选条件。
{% endhint %}

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

使用 **重新订货状态** 公式，在 **库存与动向** 部分的 <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/other-features/low-stock-alert.md) （补货阈值）属性。
{% endhint %}

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

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

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

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

要保留历史数据：

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

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

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

{% content-ref url="/spaces/lRf1QqJGoevCQqGbfI80/pages/xsb1lrs2cYbkQFggyIZL" %}
[Custom Analytics](/docs/other-features/custom-analytics.md)
{% endcontent-ref %}


---

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