Posts: 2,258
Threads: 138
Joined: Jul 2016
Reputation:
11
I don't think that's possible. What I could probably do is auto-increment the flight numbers when you create a route, so it will grab your highest flight number and then add +1 to that and auto-fill the flight number box... but I think that's the best I can do.
I am the developer of Airline Enterprise
Posts: 1,337
Threads: 27
Joined: Aug 2017
Reputation:
10
Airline: Realines
i think that'd be good too, becasuse then I could just set up my first one and then leave the rest - good idea, and if you can do that, it'd be great.
Posts: 199
Threads: 52
Joined: Sep 2017
Reputation:
0
Airline: Emerald Aer
Or alternatively, dont allow a flight/route to be created unless a valid number is entered.
Posts: 2,258
Threads: 138
Joined: Jul 2016
Reputation:
11
03-19-2018, 12:44 AM
(This post was last modified: 03-19-2018, 12:48 AM by Unknown98.)
(02-10-2018, 04:12 AM)Unknown98 Wrote: I don't think that's possible. What I could probably do is auto-increment the flight numbers when you create a route, so it will grab your highest flight number and then add +1 to that and auto-fill the flight number box... but I think that's the best I can do.
This has been implemented now
By default (if you don't change any numbers) the first flight will be #1 and then #2, #3 and so forth as you create more routes. What it does not do is fill in any missing numbers, i.e. if you delete a route and then create a new one, it will continue from the highest number still, it won't go back and retroactively "fill in" the missing flight numbers.
But I think it's better than having to type all the numbers manually and it's basically what we had before the new routes system. Not perfect still but better. Now I need to work on some way of displaying a route overview page, that shows each route you fly, the frequency you fly it, average loadfactors, profit, etc and then from that page I can probably make something that allows you to assign the same ticket price to all flights on a particular route.
I am the developer of Airline Enterprise