Skip to content

Commit 98bcffe

Browse files
committed
Work Order Material Consumption Request Changes
1 parent 714c797 commit 98bcffe

15 files changed

Lines changed: 711 additions & 545 deletions
112 KB
Loading
296 KB
Loading
145 KB
Loading
127 KB
Loading
209 KB
Loading
134 KB
Loading
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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">
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors
2+
// For license information, please see license.txt
3+
4+
frappe.ui.form.on('Manufacturing Settings', {
5+
});

0 commit comments

Comments
 (0)