Jump to content

weights (again)


vcal

Recommended Posts

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.

Link to comment
Share on other sites

  • Moderators

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...