> For the complete documentation index, see [llms.txt](https://hotro-effe.gitbook.io/library/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hotro-effe.gitbook.io/library/thao-tac-cuoi-ky/chenh-lech-ty-gia.md).

# Chênh lệch tỷ giá

Là việc phần mềm tự động sinh ra các bút toán lệch tỷ giá và điền vào ngày của thời điểm cuối tháng khi Người sử dụng chọn thời gian và nhấn vào nút **Xử lý**.

<figure><img src="/files/N6YaIEZT9SeZz6yhsRna" alt=""><figcaption></figcaption></figure>

* Nút ![](/files/bH82Ih4HEKBIpoQ0j5Gj): Tự sinh các bút toán điều chỉnh số dư các tài khoản ngoại tệ.
* Nút ![](/files/Kw6rrXYlSXqGFh86BJ7B): Xem hoặc Hủy kết quả xử lý lệch tỷ giá của tháng hiện thời.
* Nút ![](/files/FtiB3lct1rrhpAvftrWQ): Gọi màn hình sổ sách báo cáo.
* Nút ![](/files/rjScklppFHulfOFRpNMs): Gọi màn hình tìm kiếm.

### Các Bước tính lệch tỷ giá

{% stepper %}
{% step %}

### Chọn thời gian tính lệch tỷ giá

Chọn tháng, chọn năm tính lệch tỷ giá.
{% endstep %}

{% step %}

### Xử lý

Nhấn **Xử lý**, sẽ xuất hiện một màn hình để bạn nhập tỷ giá cuối tháng. Khi nhập xong bạn nhấn ESC và trả lời C.
{% endstep %}
{% endstepper %}


---

# 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://hotro-effe.gitbook.io/library/thao-tac-cuoi-ky/chenh-lech-ty-gia.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.
