# 交易历史

***

#### **我可以为过去日期记录一笔交易吗？**

可以。当创建 <mark style="color:$primary;">`库存入库`</mark> 或 <mark style="color:$primary;">`库存出库`</mark> 交易时，你可以选择任何过去日期。

#### **我可以编辑现有交易的日期吗？**

可以。前往 <mark style="color:$primary;">`交易`</mark>，选择该交易，然后 <mark style="color:$primary;">`更多`</mark> > <mark style="color:$primary;">`编辑或删除`</mark>。更新日期并保存。

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

{% hint style="warning" icon="lightbulb" %}
已编辑的交易会标记为橙色的“**已编辑**”徽标，并带有一个 **版本** **编号**.
{% endhint %}

#### **编辑过去的交易会影响我当前的库存吗？**

会。对过去交易数量的任何更改都会重新计算你当前的库存水平。

#### **如果我之后更新某个商品的详细信息会怎样？**

对商品名称、成本、价格或属性的更改会追溯应用到所有过去的交易。你的 <mark style="color:$primary;">`交易`</mark> 历史记录将始终反映最新的商品信息，而不是原始交易时的数值。如果你需要保留历史成本或价格数据，请定期导出报表。

#### **我可以看到是谁创建或编辑了交易吗？**

可以。每笔交易都会记录创建它的团队成员 **who created it**，以及 **日期** 和 **时间**。修改也会通过版本号进行跟踪，并显示在任何已修改的交易上。

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

#### **我可以查看已删除的交易吗？**

可以。在 <mark style="color:$primary;">`交易`</mark> 菜单中，添加一个筛选条件 <mark style="color:$primary;">`变更状态`</mark> 并选择 <mark style="color:$primary;">`已删除`</mark> 即可查看被移除的交易。

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

#### **我如何重置我的交易历史？**

出于数据完整性考虑，交易历史无法在应用内重置。请联系 [支持](https://www.boxhero.io/docs/resources/contact) ，我们会帮助你了解下一步操作。


---

# 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/ku-cun-yu-jiao-yi/jiao-yi-li-shi.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.
