[docs] mfg and accounts module completed

This commit is contained in:
Priya
2013-09-17 11:19:34 +05:30
parent 42573bcc90
commit 92027ebdb7
17 changed files with 128 additions and 25 deletions

View File

@@ -3,16 +3,26 @@
"_label": "Bill of Materials"
}
---
At the heart of the Manufacturing system is the **Bill of Materials** (BOM). The **BOM** is a list of all material (either bought or made) and operations that go into a finished product or sub-Item. In ERPNext, the component could have its own BOM hence forming a tree of Items with multiple levels.
At the heart of the Manufacturing system is the **Bill of Materials** (BOM). The **BOM** is a list of all materials (either bought or made) and operations that go into a finished product or sub-Item. In ERPNext, the component could have its own BOM hence forming a tree of Items with multiple levels.
To make accurate Purchase Requests, you must always maintain your correct BOMs. To make a new BOM:
To make accurate Purchase Requests, you must always maintain correct BOMs. To make a new BOM:
> Manufacturing > Bill of Materials > New BOM
![Bill of Materials](img/mfg-bom.png)
In the BOM form:
- Select the Item for which you want to make the BOM.
- Add the operations that you have to go through to make that particular Item in the “Operations” table. For each operation, you will be asked to enter a Workstation. You must create new Workstations as and when necessary.
![Bill of Materials with Operations](img/mfg-bom-3.png)
- Add the list of Items you require for each operation, with its quantity. This Item could be a purchased Item or a sub-assembly with its own BOM. If the row Item is a manufactured Item and has multiple BOMs, select the appropriate BOM.You can also define if a part of the Item goes into scrap.
Workstations are defined only for product costing purposes not inventory. Inventory is tracked in Warehouses not Workstations.