Ā
>>Originally I was creating new a new master "operation" for each partially completed order, but I found that once a part-number has more than 9 master operations, the system refuses to create new planned orders for that item. I assume there's a "if ... <10 then" somewhere in the code.
There isnāt such a <10 limit. A routing operation can have any number of steps.
>>My assumption therefore is that I'm actually supposed to be using the default operation, and just loading the partially completed manufacturing steps into operationplanresource, but that's not working either. The system deletes everything in operationplanresource, even if I make it "confirmed".
Ā
I assume your model has a routing operation for each of the resources the item needs to pass over.
Eg: āroutingā operation XĀ has steps A, B and C to be performed in sequence.
Operation A needs certain resources, materials and time.Ā In the owner field of the operation you set X and the priority is 1.
Operation B needs certain resources, materials and time.Ā In the owner field of the operation you set X and the priority is 2.
Operation C needs certain resources, materials and time.Ā In the owner field of the operation you set X and the priority is 3.
You will have 4 MO in the system for this routing: one for X, one for A, one for B and one for C.
You set the progress on the step operationplans.Ā Ā
Ā
If the MO for operation A is partially done, you pass its status in of the following ways:
-Ā Ā Ā Ā Ā Ā Ā Ā Ā Status = confirmed, start date = a certain date (normally in the past), quantity = 100
-> frepple will compute the expected end date.
-Ā Ā Ā Ā Ā Ā Ā Ā Ā Status = confirmed, end date = a certain date (normally in the future), quantity = 100
-> frepple will compute the expected start date.
-Ā Ā Ā Ā Ā Ā Ā Ā Ā Status = confirmed, start date = a certain date, end date = a certain date, quantity = 100
-> frepple will respect both the start and end date you pass
Ā
Stay safe,
Ā
Johan De Taeye
Mob:Ā +32 477.385.362
Skype: jdetaeye
Visit us atĀ https://frepple.com
--
You received this message because you are subscribed to the Google Groups "frePPLe users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to frepple-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/frepple-users/cee70657-db7e-4cfe-9fd7-9c86940f1e68n%40googlegroups.com.
Ā
>>Regarding the limit of 10, I wasn't referring to route-steps, I was referring to alternate routes. There appears to be a limit of 9. This isn't a problem now that I understand how to properly upload open manufacturing orders, although a warning/error-message would be useful.
Ā
There is no such limit of 9 or 10 on the number of alternatives.
To view this discussion on the web visit https://groups.google.com/d/msgid/frepple-users/06dadc5f-35ce-493c-b0ac-89538745accen%40googlegroups.com.