> For the complete documentation index, see [llms.txt](https://hd.gobiz.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hd.gobiz.vn/m5/mua-hang/danh-sach-ma-hoa-don-goc.md).

# 4. Danh sách mã hóa đơn gốc

## Mục đích: Là nơi quý khách quản lý các đơn sau khi đã mua hàng

**Bước 1:** Từ thanh menu, quý khách chọn đơn hàng => đồng bộ đơn Superbuyer

![image](https://user-images.githubusercontent.com/109578103/202067573-3be73ffb-9633-486e-afff-46191ecedb1b.png)

**Bước 2:** Trên giao diện chính, để tìm kiếm tình trạng đơn, quý chọn điền mã đơn hàng, đại lý… rồi ấn **Tìm kiếm**. Ngoài ra, quý khách có thể chọn mục: 2 ngày chưa phát hàng (với trường hợp đã mua hàng xong), 3 ngày chưa nhận hàng (với trường hợp đang chờ giao)

![image](https://user-images.githubusercontent.com/109578103/202067601-c524179b-adca-49f5-acd4-0a70f78862da.png)

Quý khách có thể thiết lập thêm các cột dữ liệu khác nếu muốn, khi ấn vào nút **Thiết lập cột dữ liệu**

![image](https://user-images.githubusercontent.com/109578103/202067636-f6561145-b998-4fa5-a034-3cdfeec86887.png)


---

# 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://hd.gobiz.vn/m5/mua-hang/danh-sach-ma-hoa-don-goc.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.
