> 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/bao-cao-mua-hang.md).

# 3. Báo cáo mua hàng

## Mục đích: Xuất dữ liệu đơn hàng đã mua của một đại lý trong khoảng thời gian bất kỳ

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

![image](https://user-images.githubusercontent.com/109578103/201896182-2c15fc04-9936-4b91-95ad-e0e95fb61263.png)

**Bước 2:** Trên giao diện chính, quý khách chọn khoảng thời gian mua, đại lý và **xuất đơn đã mua** hoặc **dữ liệu hạch toán**, hệ thống sẽ gửi thông báo file gửi vào email.

![image](https://user-images.githubusercontent.com/109578103/201896300-e64d3bc3-7350-4d65-a32a-4c274ce9cf87.png)

![image](https://user-images.githubusercontent.com/109578103/201896352-3503a86b-e68b-4336-a3ef-e3e1e3a6ba5b.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/bao-cao-mua-hang.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.
