brotherton-erpnext/erpnext/docs/user/manual/en/manufacturing/bill-of-materials.md

55 lines
2.6 KiB
Markdown
Raw Normal View History

2017-07-31 10:50:43 +00:00
# Bill Of Materials
2015-11-05 11:25:10 +00:00
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.
<div class="embed-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/9J9QBYBpD0M?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen>
</iframe>
</div>
2015-11-05 11:25:10 +00:00
To make accurate Purchase Requests, you must always maintain correct BOMs.
To make a new BOM:
> Manufacturing > Bill of Materials > New BOM
2018-02-07 13:29:06 +00:00
<img class="screenshot" alt="Task" src="{{docs_base_url}}/assets/img/manufacturing/bom.png">
2015-11-05 11:25:10 +00:00
* To add Operations select 'With Operation'. The Operations table shall appear.
2018-02-07 13:29:06 +00:00
<img class="screenshot" alt="Task" src="{{docs_base_url}}/assets/img/manufacturing/bom-operations.png">
2015-11-05 11:25:10 +00:00
* 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.
* Workstations are defined only for product costing and Work Order Operations scheduling purposes not inventory.
2015-11-05 11:25:10 +00:00
* Inventory is tracked in Warehouses not Workstations.
###Costing of a BOM
* The Costing section in BOM gives an approximate cost of producing the Item.
* 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.
2018-02-07 13:29:06 +00:00
<img class="screenshot" alt="Costing" src="{{docs_base_url}}/assets/img/manufacturing/bom-costing.png">
2015-11-05 11:25:10 +00:00
* This cost can be updated on by using the 'Update Cost' button.
2018-02-07 13:29:06 +00:00
<img class="screenshot" alt="Update Cost" src="{{docs_base_url}}/assets/img/manufacturing/bom-update-cost.png">
2015-11-05 11:25:10 +00:00
* User can select the currency in the BOM
* System calculates the costing based on the price list currency
2018-02-07 13:29:06 +00:00
<img class="screenshot" alt="Update Cost" src="{{docs_base_url}}/assets/img/manufacturing/price-list-based-currency-bom.png">
2015-11-05 11:25:10 +00:00
### Materials Required(exploded)
This table lists down all the Material required for the Item to be Manufactured.
It also fetches sub-assemblies along with the quantity.
2018-02-07 13:29:06 +00:00
<img class="screenshot" alt="Exploded Section" src="{{docs_base_url}}/assets/img/manufacturing/bom-exploded.png">
2015-11-05 11:25:10 +00:00
{next}