vcal Posted November 19, 2009 Report Share Posted November 19, 2009 I have had a look for queries about this and couldn't find an answer. Could we have the option of using lbs/kg and $/€? Having frieght weight as lbs but fuel as kg will lead to problems for the beginners going between cargo and pax. I understand lbs better than kg. FS will show the fuel as either lbs or gallons, not seen it in kg or liters yet. I'm just thinking of the new admins like myself who have been caught out with the differences. Nice tool Nabeel, best one out I think. Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted November 19, 2009 Moderators Report Share Posted November 19, 2009 hello vcal you can set the weight and money in your local.config.php lfor money look here /* This is the unit of money. For non-dollars, use : Dollars ($), enter "$" Euro (€), enter "€" Yen (¥), enter "¥" Pounds (£), enter "£" For example, to set EUROS: Config::Set('MONEY_UNIT', '€'); */ Config::Set('MONEY_UNIT', '$'); and for units # Units settings Config::Set('WeightUnit', '1'); # 0=Kg 1=lbs Config::Set('DistanceUnit', '2'); # 0=KM 1= Miles 2=NMiles Config::Set('SpeedUnit', '1'); # 0=Km/H 1=Kts Config::Set('AltUnit', '1'); # 0=Meter 1=Feet Config::Set('LiquidUnit', '2'); # 0=liter 1=gal 2=kg 3=lbs Config::Set('WelcomeMessage', 'phpVMS/FSPAX ACARS'); # Welcome Message and actualy you can set ur fs to kg and liters(option,settings,international,metric hight in feet) gr joeri Quote Link to comment Share on other sites More sharing options...
vcal Posted November 19, 2009 Author Report Share Posted November 19, 2009 Thanks for that Joeri. Maybe that info should be stickied. Lets see if I can make some money now. 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.