> 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/english/m2/customers-order-khach-hang-order/van-hanh-chung/quanlytaichinh.md).

# Quản lý tài chính

Từ menu bên trái màn hình Quý khách truy cập vào phần **Giao dịch**

* **Tìm kiếm lịch sử giao dịch:**

  Quý khách có thể tìm kiếm thông tin theo các điều kiện sau:
* Loại giao dịch.
* Mã đơn hàng, mã giao dịch.
* Khoảng thời gian.

![Tìm kiếm giao dịch tài chính](https://user-images.githubusercontent.com/73226975/103848866-f8f51700-50d5-11eb-913f-9c12f1bf222f.png)

Để xóa dữ liệu đã lọc Quý khách sử dụng chức năng *Làm mới bộ lọc*

* **Danh sách lịch sử giao dịch tài chính:**

Thông tin hiển thị trong danh sách giao dịch:

* Tổng giao dịch trên hệ thống.
* Xuất excel danh sách giao dịch.
* Thời gian phát sinh giao dịch
* Mã giao dịch.
* Loại giao dịch tài chính: Hoàn tiền, thanh toán, truy thu...
* Nội dung giao dịch.
* Giá trị: số tiền phát sinh giao dịch.&#x20;
* Số dư: Số tiền còn lại trong ví điện tử sau khi phát sinh giao dịch.

![Danh sách lịch sử giao dịch](https://user-images.githubusercontent.com/73226975/103848868-fabeda80-50d5-11eb-8167-f53087e4ee37.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/english/m2/customers-order-khach-hang-order/van-hanh-chung/quanlytaichinh.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.
