> 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/th/inventory-and-transactions/transaction-history.md).

# ประวัติธุรกรรม

***

#### **ฉันสามารถบันทึกรายการธุรกรรมสำหรับวันที่ในอดีตได้ไหม?**

ได้ เมื่อสร้าง <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/1be04b4ea32a67944bbc07dcb8d25cb905f1f554" alt=""><figcaption></figcaption></figure>

{% hint style="warning" icon="lightbulb" %}
รายการธุรกรรมที่แก้ไขแล้วจะมีป้ายสีส้ม "**แก้ไขแล้ว**" และ **เวอร์ชัน** **หมายเลข**.
{% endhint %}

#### **การแก้ไขธุรกรรมในอดีตจะเปลี่ยนสินค้าคงคลังปัจจุบันของฉันหรือไม่?**

ใช่ การเปลี่ยนแปลงปริมาณของธุรกรรมในอดีตใดๆ จะคำนวณระดับสต็อกปัจจุบันของคุณใหม่

#### **จะเกิดอะไรขึ้นถ้าฉันอัปเดตรายละเอียดของรายการภายหลัง?**

การเปลี่ยนแปลงชื่อ ต้นทุน ราคา หรือคุณลักษณะของรายการจะมีผลย้อนหลังกับธุรกรรมในอดีตทั้งหมด <mark style="color:$primary;">`รายการธุรกรรม`</mark> ประวัติของคุณจะสะท้อนข้อมูลรายการที่เป็นปัจจุบันที่สุดเสมอ ไม่ใช่ค่าที่เป็นในตอนที่ทำธุรกรรมครั้งแรก หากคุณต้องการเก็บรักษาข้อมูลต้นทุนหรือราคาทางประวัติศาสตร์ไว้ โปรดส่งออกรายงานเป็นประจำ

#### **ฉันสามารถดูได้ไหมว่าใครสร้างหรือแก้ไขรายการธุรกรรม?**

ได้ รายการธุรกรรมแต่ละรายการจะบันทึกสมาชิกทีม **ที่สร้างรายการนั้น**พร้อมกับ **วันที่** และ **เวลา**. การแก้ไขยังถูกติดตามด้วยหมายเลขเวอร์ชันที่มองเห็นได้ในรายการธุรกรรมที่ถูกแก้ไขใดๆ

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

#### **ฉันสามารถดูรายการธุรกรรมที่ถูกลบได้ไหม?**

ได้ ใน <mark style="color:$primary;">`รายการธุรกรรม`</mark> เมนู ให้เพิ่มตัวกรองสำหรับ <mark style="color:$primary;">`สถานะการเปลี่ยนแปลง`</mark> และเลือก <mark style="color:$primary;">`ลบแล้ว`</mark> เพื่อดูรายการธุรกรรมที่ถูกลบออก

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

#### **ฉันจะรีเซ็ตประวัติรายการธุรกรรมของฉันได้อย่างไร?**

เพื่อความถูกต้องของข้อมูล ไม่สามารถรีเซ็ตประวัติรายการธุรกรรมจากภายในแอปได้ โปรดติดต่อ [ฝ่ายสนับสนุน](https://www.boxhero.io/docs/resources/contact) และเราจะช่วยคุณเกี่ยวกับขั้นตอนถัดไป


---

# 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/th/inventory-and-transactions/transaction-history.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.
