...
Operations end date = Operations start date + Operations duration time
Next operations after block date = if
- Next operation after type == Produced all
- = Operations end date
- = Operations end date
- Next operation after type == Produced specified quantity
- = Operations start date + Next operations block duration
Next operation after cycles = required number of cycles to produce Next operation after produced quantityNext operation after cycles is only calculated if
Next operation after type == Produced allNext operation block duration without nonworking time = Operations start date + Setup time + if
- not Divisible cycle time then
- + Cycle time * roundUp(Next operation after cycles / Number of workstations)
- else Operations duration time then
- + Cycle time * (Next operation after cycles / Number of workstations)
Next operation block duration = Next operation block duration without nonworking time distributed across working time of shifts
Next operations after block date = Operations start date + Next operations block duration
Operations table in costs calculation
...