Mark Noble Posted October 2, 2013 Report Share Posted October 2, 2013 Hi All how do I know if I'm using real fuel prices in phpvms so I get the correct charges when my pirep is updated to VaCentral ? 1 Quote Link to comment Share on other sites More sharing options...
OA01 Posted October 3, 2013 Report Share Posted October 3, 2013 Please note that the "Live Price" feature in phpVMS no longer works! Open //public_html/core/local.config.php and make sure you have these lines: /* Fuel info - Price correct as of 20-9-13. Sum=price(p/g) / 6.7 then convert to Euro Default fuel price, for airports that don't have live pricing And the surcharge percentage. View the docs for more details about these */ Config::Set('FUEL_GET_LIVE_PRICE', true); Config::Set('FUEL_DEFAULT_PRICE', '0.32'); Config::Set('FUEL_SURCHARGE', '0.0'); Note that the above price is in Euro's. You can keep up to date here: http://www.iata.org/...e-analysis.aspx 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.