There is an issue with route creation where if a flight is ready at, say, 23:30, and you set the next flight to take off at 00:15, you will get an error "departure time of leg Y is before ready time of leg X".
This can be worked-around by making the previous flight be ready after midnight, but it's not very user-friendly to do that. What I was thinking is, the ability to introduce additional turn times into route scheduling. This would essentially alter the "ready at" time of each flight, and it would allow you to have a flight land at 22:00, be ready at 22:30, but then add an additional 1:30 of turn time to make it ready at midnight. That would then get rid of the error.
Still not 100% user friendly, but I don't know of another way to do it other than a checkbox that says "this flight departs the following day" but that's even less user friendly and has it's own issues that I would have to then account for and address in the scheduling logic. Turn time is already worked into the logic, so this is the easiest way for me to do this.
I just wanted your thoughts. Initially I was thinking of replacing the departure time dropdown boxes with the additional turn time box, but that would make it more difficult to select specific times, so I think I'll leave that as is.
This can be worked-around by making the previous flight be ready after midnight, but it's not very user-friendly to do that. What I was thinking is, the ability to introduce additional turn times into route scheduling. This would essentially alter the "ready at" time of each flight, and it would allow you to have a flight land at 22:00, be ready at 22:30, but then add an additional 1:30 of turn time to make it ready at midnight. That would then get rid of the error.
Still not 100% user friendly, but I don't know of another way to do it other than a checkbox that says "this flight departs the following day" but that's even less user friendly and has it's own issues that I would have to then account for and address in the scheduling logic. Turn time is already worked into the logic, so this is the easiest way for me to do this.
I just wanted your thoughts. Initially I was thinking of replacing the departure time dropdown boxes with the additional turn time box, but that would make it more difficult to select specific times, so I think I'll leave that as is.
I am the developer of Airline Enterprise


![[Image: eg.png]](https://image.ibb.co/i1HS8y/eg.png)