> For the complete documentation index, see [llms.txt](https://lenef.gitbook.io/erpfactory/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lenef.gitbook.io/erpfactory/quan-ly-mua-hang/quan-ly-nha-cung-cap.md).

# Quản lý nhà cung cấp

Tính năng này hỗ trợ người dùng lưu trữ và quản lý thông tin của tất cả NCC của doanh nghiệp được người dùng đưa lên.

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

Thêm mới nhà cung cấp:

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

Nhập các thông tin của NCC:

* Người dùng nhập những thông tin chung của NCC: tên, địa chỉ, số điện thoại, …
* Người dùng cấu hình các thông tin khác liên quan đến NCC:

  * **Các liên lạc & Địa chỉ**: Kích vào nút **Thêm** để mở màn hình tạo các liên hệ, địa chỉ xuất hóa đơn, địa chỉ giao hàng, địa chỉ khác hay địa chỉ cá nhân liên quan đến khách hàng. Một khách hàng có thể có nhiều liên hệ hay địa chỉ liên quan.

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

  * **Bán & Mua**: chứa các thông tin liên quan đến hoạt động mua và bán liên quan đến khách hàng như nhóm khách hàng, thông tin chăm sóc khi mua hàng, thông tin điều khoản mua hàng (nếu cũng là nhà cung cấp), vị thế tài chính,…

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

  * **Kế toán**: chứa các thông tin về tài khoản ngân hàng và các đầu tài khoản để hạch toán khi phát sinh các hoạt động mua bán. Để thêm thông tin tài khoản ngân hàng, người dùng kích Thêm một dòng, người dùng nhập thông tin của ngân hàng cần cấu hình.

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

  * **Ghi chú nội bộ**: Các thông tin khác nếu có.

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


---

# 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://lenef.gitbook.io/erpfactory/quan-ly-mua-hang/quan-ly-nha-cung-cap.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.
