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