|
| 1 | +#Material consumption |
| 2 | + |
| 3 | +Material Consumption functionality allows you to have multiple consumption `Stock Entry` against a Work Order. To enable this, go to Manufacturing > Manufacturing Settings. |
| 4 | + |
| 5 | +<img class="screenshot" alt="Item Alternative" src="{{docs_base_url}}/assets/img/manufacturing/allow-material-consumption.png"> |
| 6 | + |
| 7 | +Once enabled, a `Material Consumption` button will be available in Work Order once started. |
| 8 | + |
| 9 | +<img class="screenshot" alt="Item Alternative" src="{{docs_base_url}}/assets/img/manufacturing/material-consumption-button.png"> |
| 10 | + |
| 11 | +When button is clicked, it will do the following: |
| 12 | + |
| 13 | +1. It will create Stock Entry with purpose `Material Consumption for Manufacture`. |
| 14 | + |
| 15 | +<img class="screenshot" alt="Item Alternative" src="{{docs_base_url}}/assets/img/manufacturing/material-consumption-for-manufacture.png"> |
| 16 | + |
| 17 | +2. If the "Backflush Raw Materials Based On" in the Manufacturing Settings is set to `BOM`, if will propose to consume all required qty for manufacture. |
| 18 | +3. If the "Backflush Raw Materials Based On" in the Manufacturing Settings is set to `Material Transferred for Manufacture`, if will propose to consume all transferred qty for manufacture. |
| 19 | +4. Once submitted, it will update `Consumed Qty` column in the Work Order. |
| 20 | + |
| 21 | +<img class="screenshot" alt="Item Alternative" src="{{docs_base_url}}/assets/img/manufacturing/consumed-qty.png"> |
| 22 | + |
| 23 | +5. In succeeding Material Consumption, it will suggest unconsumed qty. |
| 24 | +6. Once "Finish" button is clicked in Work Order, it will take into account consumed qty. |
| 25 | + |
| 26 | +### Validations |
| 27 | + |
| 28 | +* If "Allow Multiple Material Consumption" is not set in Manufacturing Settings but "Material Consumption for Manufacture" is use in Stock Entry. |
| 29 | + |
| 30 | +<img class="screenshot" alt="Item Alternative" src="{{docs_base_url}}/assets/img/manufacturing/material-consumption-stock-entry.gif"> |
| 31 | + |
| 32 | +* Cannot cancel "Material Consumption for Manufacture" for completed Work Order. |
| 33 | + |
| 34 | +<img class="screenshot" alt="Item Alternative" src="{{docs_base_url}}/assets/img/manufacturing/cancel-material-consumption-stock-entry.gif"> |
0 commit comments