add perf notes, transfers, and updates to on-hand
This commit is contained in:
parent
7bbb46b14b
commit
8705345c7a
@ -6,6 +6,10 @@ Starting point
|
|||||||
- known prod schedule
|
- known prod schedule
|
||||||
- known shipments
|
- known shipments
|
||||||
- forecasted orders
|
- forecasted orders
|
||||||
|
- machines that a part can run on
|
||||||
|
- actual run-time performance
|
||||||
|
- actual BOM performance
|
||||||
|
- actual scrap performance
|
||||||
|
|
||||||
Populate
|
Populate
|
||||||
- forecasted prod schedule
|
- forecasted prod schedule
|
||||||
@ -15,8 +19,13 @@ Populate
|
|||||||
|
|
||||||
Iterate through each calendar day
|
Iterate through each calendar day
|
||||||
1. materialize forecasted purchases
|
1. materialize forecasted purchases
|
||||||
|
1. update on-hand & available
|
||||||
2. materialize production
|
2. materialize production
|
||||||
|
1. update on-hand & available
|
||||||
|
3. materialize transfers
|
||||||
|
1. update on-hand & available
|
||||||
3. materialize shipments
|
3. materialize shipments
|
||||||
|
1. update on-hand & available
|
||||||
4. process forecasted order submissions
|
4. process forecasted order submissions
|
||||||
1. check for inventory available
|
1. check for inventory available
|
||||||
1. Yes
|
1. Yes
|
||||||
@ -35,4 +44,5 @@ Iterate through each calendar day
|
|||||||
1. mark unavialable (at begin prod date?)
|
1. mark unavialable (at begin prod date?)
|
||||||
2. No
|
2. No
|
||||||
1. mark unavailable any partial (at begin prod date?)
|
1. mark unavailable any partial (at begin prod date?)
|
||||||
2. schedule on next open slot regardless of request date (return to 4.1.2.2)
|
2. schedule on next open slot regardless of request date (return to 4.1.2.2)
|
||||||
|
3. schedule transfer of production after completion if necessary
|
Loading…
Reference in New Issue
Block a user