> For the complete documentation index, see [llms.txt](https://local.docs.ssaudit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://local.docs.ssaudit.com/phan-he-hoa-don-ban-hang/phan-muc-nhap-lieu.md).

# 8.2 Phân mục nhập liệu

### In hóa đơn

**Nghiệp vụ áp dụng:** Khi cần in hóa đơn bán hàng cho các chứng từ đã được nhập liệu ở phân hệ Kế toán phải thu (AR) hoặc phân hệ Quản lý kho (phiếu bán hàng). Sau khi xử lý chứng từ ở các phân hệ này, danh sách hóa đơn cần in sẽ hiển thị tại đây.

![](/files/-MSRdYAVVBpA-iGynrpq)

Để in hóa đơn, người dùng thực hiện như sau:

1. Xem danh sách hóa đơn cần in trên lưới.
2. Tích chọn hóa đơn cần in bằng cách nhấp vào cột **In**.
3. Nhấn **Chi tiết** để xem và in hóa đơn.

***

### Kiểm tra hóa đơn

**Nghiệp vụ áp dụng:** Khi cần kiểm tra tình trạng một hóa đơn cụ thể: đã in chưa, thông tin trên hóa đơn gồm những gì, ngày in, số lượng.

![](/files/-MSRU9jBMUV7gZUTVfOJ)

Để kiểm tra hóa đơn, người dùng thực hiện như sau:

1. Nhập **Số hóa đơn** cần kiểm tra.
2. Hệ thống hiển thị tình trạng hóa đơn (đã in / chưa in) và thông tin chi tiết.


---

# 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://local.docs.ssaudit.com/phan-he-hoa-don-ban-hang/phan-muc-nhap-lieu.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.
