> For the complete documentation index, see [llms.txt](https://help.arito.vn/tai-chinh-ke-toan/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.arito.vn/tai-chinh-ke-toan/mua-hang/lap-don-hang-mua-trong-nuoc/duyet-don-hang-3.md).

# Báo cáo theo dõi tình trạng đơn hàng mua

## Mô tả

Báo cáo dùng để theo dõi tình trạng của đơn hàng, số lượng đặt, số lượng đã nhập kho, số lượng nhà cung cấp đã xuất hoá đơn, số lượng trả lại nhà cung cấp,..&#x20;

## Các bước thực hiện

**Bước 1:** Truy cập báo cáo tại đường dẫn ***Mua hàng/ Báo cáo/ Tình trạng mua hàng/ Báo cáo tình trạng đơn mua hàng***

**Bước 2:** Nhập các thông tin muốn xem tại màn hình lọc

<figure><img src="/files/8veqL3dwBB0bJJbt3Iky" alt=""><figcaption><p>Màn hình lọc</p></figcaption></figure>

**Một số lưu ý:**

* Hạn giao hàng: Nếu theo dõi hạn giao hàng chi tiết trên đơn hàng, thì khi lọc theo hạn giao hàng, chương trình sẽ nhặt các đơn hàng có ngày giao <= ngày giao trên điều kiện lọc.
* Trạng thái: Lọc theo trạng thái thực hiện của đơn hàng.

**Bước 3:** Xem báo cáo và xuất excel bằng nút chức năng Kết xuất dữ liệu để xử lý.

<figure><img src="/files/O1ODzvG5vkuYCZ4UhDxZ" alt=""><figcaption><p>Báo cáo theo dõi tình trạng đơn hàng mua</p></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://help.arito.vn/tai-chinh-ke-toan/mua-hang/lap-don-hang-mua-trong-nuoc/duyet-don-hang-3.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.
