> 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/kiem-soat-mua-hang/bao-cao-doanh-so-moi.md).

# 7. Báo cáo doanh số mới

## Mục đích: Để quý khách thống kê số liệu các đơn hàng của mỗi giao dịch viên hoặc đại lý trên các trang mua hàng

Từ thanh menu, quý khách chọn đơn hàng => báo cáo doanh số

![image](https://user-images.githubusercontent.com/109578103/201893268-aef6df90-1352-43e2-a554-50a7b4cb7843.png)

Trên giao diện, để thống kê doanh số của đại lý/giao dịch viên ở site nào, quý khách chọn mục đại lý/giao dịch viên, site muốn thống kê và ấn **Tìm kiếm**

![image](https://user-images.githubusercontent.com/109578103/201893357-934a46bf-9f60-417b-8626-cb37f64865e2.png)

Bên cạnh đó, quý khách có thể lựa chọn thêm trạng thái đơn, thời gian mua, lợi nhuận để **tìm kiếm** cụ thể hơn

![image](https://user-images.githubusercontent.com/109578103/201893413-c706f491-a4d3-4b63-952b-cba6217469dc.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/kiem-soat-mua-hang/bao-cao-doanh-so-moi.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.
