I have two operations called Assembly and Packaging.
The packaging operation cannot start before the assembly operation is completed. So they are not parallel, I marked the Parallel Operation column as Not Parallel.
The MACH_RUN_TIME value for both operation is one hour.
Shop order quantity is 15, so it makes the scheduling that 15 qty of assembly should be completed to start Packaging.
However, it is enough to complete 1 qty assembly for packaging.
In this case the dates are as follows:
Assembly start date : 23.11.2024 10:00:00 Finish Date 25.11.2024 09:00:00 it is ok.
Packaging start date : 25.11.2024 09:00:00 Finish Date 25.11.2024 09:00:00 it is not ok for start date.
I want to start the packaging start date from the date after 1 assembly is completed.
So Packaging start date should be 23.11.2024 11:00:00
Is there a way to achieve this?
Notes:
1- I do not approve of the suggestion of creating a separate shop order for each product, because I will have to create too many shop orders.
2- I can’t change scheduling direction.