Renzo Marcus Posted January 2, 2010 Report Share Posted January 2, 2010 Hello Nabeel or somebody else, We are now currently in adding all the different flights and aircraft into our PHP system from our previous system. But as we already have callsigns, for example the CEO has WVA1000, the COO has 1100, and the BOD has 1X00. Hubs have 2XXX or 3XXX. But in the new system, we don't have the option to do that? Or is it? Renzo Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted January 2, 2010 Administrators Report Share Posted January 2, 2010 Currently, the pilot id is based off of the pilot id in the database plus the offset out of your local config file. There is no good way of changing id's at this point, you could add a field to the pilots table and use it to create an alias of each pilots id to display but all the functionality of the system ties into the db id which is automatically generated when a pilot signs up. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 2, 2010 Administrators Report Share Posted January 2, 2010 Yeah, you can't really do that since the database assigns the ID. There are offsets you can use but those affect everyone Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.