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

# การนับสินค้าคงคลัง

***

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

ไม่ได้ การนับสินค้าคงคลังแต่ละครั้งจะผูกกับสถานที่เดียว และเมื่อส่งการนับแล้ว ระบบจะอัปเดตเฉพาะจำนวนในสถานที่ที่เลือกนั้นเท่านั้น หากต้องการนับสินค้าคงคลังในหลายไซต์ ให้สร้างโปรเจกต์การนับแยกสำหรับแต่ละสถานที่

#### **ผู้ดูแลทีมสามารถแก้ไขชีตงานที่มอบหมายให้สมาชิกคนอื่นได้หรือไม่?**

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

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

#### **จะเกิดอะไรขึ้นกับรายการที่ไม่นับก่อนส่งงาน?**

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

#### **ฉันสามารถส่งออกผลการนับสินค้าคงคลังได้หรือไม่?**

ได้ หลังจากส่งการนับแล้ว ให้เปิดโปรเจกต์การนับและคลิก <mark style="color:$primary;">`ดูผลลัพธ์`</mark> > <mark style="color:$primary;">`ส่งออกเป็น Excel`</mark>. การส่งออกประกอบด้วย **เริ่มต้น** **จำนวน**, **ที่นับได้** **จำนวน**และ **ส่วนต่าง** ที่บันทึกไว้

<figure><img src="/files/4457afa7625c99cf2ce267c8d20bb8a4493d3eb7" alt=""><figcaption></figcaption></figure>

#### **ฉันควรทำสำเนาโปรเจกต์การนับสินค้าคงคลังเมื่อใด?**

ใช้ฟีเจอร์นี้เมื่อคุณต้องการนับชุดรายการเดิมอีกครั้ง (เช่น การตรวจนับสินค้าคงคลังรายเดือน การตรวจสอบรายไตรมาส หรือการนับรอบที่ทำซ้ำ) การทำสำเนาจะคัดลอกรายการและโครงสร้างชีตงานจากการนับครั้งก่อน เพื่อให้คุณไม่ต้องตั้งค่าจากศูนย์


---

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