> 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/reporting/inventory-reports.md).

# รายงานสินค้าคงคลัง

***

#### **ฉันจะติดตามสินค้าที่ต้องเติมสต็อกได้อย่างไร?**

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

<figure><img src="/files/3af31387c0179366d3be30e7c4c8c14ff444b22e" alt=""><figcaption></figcaption></figure>

{% hint style="warning" icon="lightbulb" %}
ตรวจสอบให้แน่ใจว่าคุณได้ตั้งค่า [**ความปลอดภัย** **สต็อก**](/docs/th/other-features/low-stock-alert.md) (แอตทริบิวต์ระดับการสั่งซื้อใหม่) ไว้ล่วงหน้า.
{% endhint %}

#### **รายการที่ถูกลบจะปรากฏในรายงานสินค้าคงคลังของฉันหรือไม่?**

ไม่ รายงานจะรวมเฉพาะรายการที่ลงทะเบียนอยู่ในทีมของคุณในปัจจุบันเท่านั้น หากต้องการเก็บบันทึกรายการก่อนลบ ให้ส่งออกสินค้าคงคลังเป็น Excel ก่อน

#### **จะเกิดอะไรขึ้นเมื่อฉันอัปเดตต้นทุนหรือราคาของรายการ?**

รายงานใช้ *ปัจจุบัน* ต้นทุนและราคา ไม่ใช่ค่าประวัติ ค่าก่อนหน้าไม่ถูกเก็บไว้ ดังนั้นรายงานอาจแตกต่างจากสิ่งที่คุณจะเห็นเมื่ออิงจากราคาก่อนหน้า

หากต้องการเก็บรักษาข้อมูลย้อนหลัง:

* ส่งออกรายงานเป็น Excel เป็นประจำ หรือ
* ใช้ <mark style="color:$primary;">`การซื้อและการขาย`</mark> เพื่อบันทึกต้นทุนและราคา ณ เวลาของแต่ละธุรกรรม (คำสั่งซื้อจะคงค่าเดิมไว้).

#### **ฉันไม่พบข้อมูลที่กำลังมองหาในรายงานสินค้าคงคลังของฉัน**

ลอง <mark style="color:$primary;">`การวิเคราะห์แบบกำหนดเอง`</mark> — ช่วยให้คุณเลือกฟิลด์เฉพาะและสร้างการคำนวณของคุณเองเพื่อแสดงเมตริกที่ไม่มีในรายงานเริ่มต้น

{% content-ref url="/spaces/QUi3WFApwFwMwjmFkdKY/pages/9f51c33f2be3253913d8eb59782d1548764a6b19" %}
[การวิเคราะห์แบบกำหนดเอง](/docs/th/other-features/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/th/reporting/inventory-reports.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.
