Daniel Posted October 26, 2010 Report Share Posted October 26, 2010 is there way you can edit the pilot id. so it is only 3 numbers not 4. 001 instead of 0001 thanks, Daniel Quote Link to comment Share on other sites More sharing options...
Jon Posted October 26, 2010 Report Share Posted October 26, 2010 In your core/local.config.php edit this line: Config::Set('PILOTID_LENGTH', 4); # Length of the Pilot ID To however many numbers you want, so in you case it would be: Config::Set('PILOTID_LENGTH', 3); # Length of the Pilot ID Jon P.s. Make a backup og your local.config.php file before editing Quote Link to comment Share on other sites More sharing options...
Daniel Posted October 26, 2010 Author Report Share Posted October 26, 2010 ok thanks Jon ! Quote Link to comment Share on other sites More sharing options...
Daniel Posted October 26, 2010 Author Report Share Posted October 26, 2010 How do i change the money unit to Pounds £ i see it but what do i enter? thanks Daniel Quote Link to comment Share on other sites More sharing options...
Jon Posted October 26, 2010 Report Share Posted October 26, 2010 Change whatever's there for dollars and overwrite it with: Config::Set('MONEY_UNIT', '£'); Jon Quote Link to comment Share on other sites More sharing options...
Daniel Posted October 26, 2010 Author Report Share Posted October 26, 2010 Have you got the Script for the Pilot Roster Jon? Quote Link to comment Share on other sites More sharing options...
Daniel Posted October 26, 2010 Author Report Share Posted October 26, 2010 just a Quick Question Auto Retire. How can i set it so once they have not done a flight within 30days it marks them retired. Daniel Quote Link to comment Share on other sites More sharing options...
Jon Posted October 26, 2010 Report Share Posted October 26, 2010 I believe it's just change # After how long to mark a pilot inactive, in days Config::Set('PILOT_AUTO_RETIRE', true); Config::Set('PILOT_INACTIVE_TIME', 15); To: # After how long to mark a pilot inactive, in days Config::Set('PILOT_AUTO_RETIRE', true); Config::Set('PILOT_INACTIVE_TIME', 30); Quote Link to comment Share on other sites More sharing options...
Daniel Posted October 26, 2010 Author Report Share Posted October 26, 2010 thanks Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted October 26, 2010 Administrators Report Share Posted October 26, 2010 Read through all the options in the app.config.php file and also the docs 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.