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
1 changed files with 11 additions and 1 deletions

View File

@ -6,6 +6,10 @@ Starting point
- known prod schedule
- known shipments
- forecasted orders
- machines that a part can run on
- actual run-time performance
- actual BOM performance
- actual scrap performance
Populate
- forecasted prod schedule
@ -15,8 +19,13 @@ Populate
Iterate through each calendar day
1. materialize forecasted purchases
1. update on-hand & available
2. materialize production
1. update on-hand & available
3. materialize transfers
1. update on-hand & available
3. materialize shipments
1. update on-hand & available
4. process forecasted order submissions
1. check for inventory available
1. Yes
@ -35,4 +44,5 @@ Iterate through each calendar day
1. mark unavialable (at begin prod date?)
2. No
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