reed0427 Posted September 13, 2011 Report Posted September 13, 2011 When someone bids on a flight, is that flight only available to them until it is completed? I always thought "bid" was meant as "select" and that any number of people can select it. What's the scoop? Quote
MBrown Posted September 13, 2011 Report Posted September 13, 2011 Yes exactly, when a pilot bids on a flight it is only available to them till they complete it. Anyone with access to the admin center can remove any outstanding bids though. Hope that helps. Quote
TennShadow Posted September 13, 2011 Report Posted September 13, 2011 When someone bids on a flight, is that flight only available to them until it is completed? I always thought "bid" was meant as "select" and that any number of people can select it. What's the scoop? It depends on what you want to do. In the local.config file you can set it to when a pilot bids on a flight it is not available to anyone else until they finish the flight. In my VA I have that turned off so all bids are open at any time. # If someone places a bid, whether to disable that or not Config::Set('DISABLE_SCHED_ON_BID', true); Config::Set('DISABLE_BIDS_ON_BID', false); Quote
reed0427 Posted September 13, 2011 Author Report Posted September 13, 2011 It depends on what you want to do. In the local.config file you can set it to when a pilot bids on a flight it is not available to anyone else until they finish the flight. In my VA I have that turned off so all bids are open at any time. # If someone places a bid, whether to disable that or not Config::Set('DISABLE_SCHED_ON_BID', true); Config::Set('DISABLE_BIDS_ON_BID', false); I have mine set this way already. Do I want to change True to False, or did you mean to make it as shown? Quote
TennShadow Posted September 13, 2011 Report Posted September 13, 2011 I have mine set this way already. Do I want to change True to False, or did you mean to make it as shown? You want to set the below to false and then your schedules will be available regardless of who bids on them. Config::Set('DISABLE_SCHED_ON_BID', false); Quote
Guest Posted November 1, 2011 Report Posted November 1, 2011 Yes exactly, when a pilot bids on a flight it is only available to them till they complete it. Anyone with access to the admin center can remove any outstanding bids though. Hope that helps. thanks for this info..now only i know this... Quote
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.