add perf notes, transfers, and updates to on-hand

This commit is contained in:
Paul Trowbridge 2017-09-28 12:22:51 -04:00
parent 7bbb46b14b
commit 8705345c7a

View File

@ -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
@ -36,3 +45,4 @@ Iterate through each calendar day
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