> 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-kho/dinh-muc-nguyen-lieu.md).

# Định mức nguyên liệu

Trong hoạt động sản xuất, thiết lập định mức nguyên vật liệu (Bill off Material) BoM là bước rất quan trọng, ảnh hưởng đến quá trình sản xuất. Việc xây dựng định mức nguyên vật liệu giúp doanh nghiệp kiểm soát được số lượng nguyên vật liệu đưa vào để sản xuất, cũng như tính toán được trước lợi nhuận có thể đạt được hay chi phí giá thành bước đầu của thành phẩm.

Đối với mỗi sản phẩm có tuyến cung ứng “sản xuất” thì người dùng bắt buộc phải cấu hình định mức nguyên vật liệu.

Để cấu hình định mức nguyên vật liệu, người dùng thực hiện các thao tác sau:

* **B1:** Truy cập danh mục **Sản phẩm >> Định mức nguyên vật liệu**. Trên màn hình sẽ hiển thị tất cả định mức đã được cấu hình.

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

* B2: Kích nút **MỚI** để mở màn hình tạo mới.

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

* **B3:** Nhập các thông tin định mức:

  * Sản phẩm: thành phẩm được sản xuất từ định mức đang cấu hình.
  * Số lượng: số lượng thành phẩn sản xuất được khi áp dụng định mức.
  * Mã tham chiếu.
  * Bảng nguyên liệu: kích nút **Thêm một dòng** để thêm các thông tin nguyên vật liệu có trong định mức. Người dùng có thể nhập NVL từ file excel bằng cách chọn nút chức năng **NHẬP NVL**
  * Bảng hoạt động: Cho phép tạo các công việc cần hoàn thành trong quá trình tạo sản phẩm

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

  <figure><img src="/files/MTfTinrQxUTmDWVvllWP" alt=""><figcaption></figcaption></figure>
* **B4:** Sau khi nhập đủ thông tin, kích nút **LƯU** để lưu định mức.&#x20;

<br>


---

# 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-kho/dinh-muc-nguyen-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.
