atlanticva Posted November 24, 2011 Report Share Posted November 24, 2011 Hi, Have any ever thought of the idea of a Dispatch Center module. Where you pilots would be able to dispatch a flight and your server would email them a fight release with your flight plan, weather report and any NOTAMS? Just a idea Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted November 24, 2011 Moderators Report Share Posted November 24, 2011 Im in the process of developing this now but the pilot can print it off. Quote Link to comment Share on other sites More sharing options...
freshJet Posted November 24, 2011 Report Share Posted November 24, 2011 Same. I'd really like one. Quote Link to comment Share on other sites More sharing options...
atlanticva Posted November 24, 2011 Author Report Share Posted November 24, 2011 @ Mark....Thats one thing I notice is missing If you can implement a dispatch center, I think you have it all pack down Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted November 24, 2011 Moderators Report Share Posted November 24, 2011 I have managed to hash something together, my ops guys seem impressed as an example you can have a look Here, if your not logged in then some of the variables like name wont be visible, i have not locked it down yet to logged in members as only testing. Its not complete yet as needs some other weights listing but you get the general idea. Call me sad but if you scan that barcode it does actually say something Quote Link to comment Share on other sites More sharing options...
atlanticva Posted November 24, 2011 Author Report Share Posted November 24, 2011 @ Mark Wow, I am impressed! It's almost like the real world dispatch release If you send me your email, I can send you a example template of a realistic dispatch release. But back to what I was say, yes you have the idea on what I am talking about. You can also have dispatchers at your VA send or do dispatches for members. Its just another feature for your VA. Great Job! Mark!! Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted November 25, 2011 Moderators Report Share Posted November 25, 2011 Cheers, My training guy works for Rolls Royce so its based on a real dispatch note Quote Link to comment Share on other sites More sharing options...
atlanticva Posted November 25, 2011 Author Report Share Posted November 25, 2011 Oh good, I work for the airlines myself anyways keep me posted Quote Link to comment Share on other sites More sharing options...
edmundk Posted November 26, 2011 Report Share Posted November 26, 2011 Oh My! Just what we all need! That is so great! I am looking foward to seeing this in the relesed section soon! Everyone would love it! Good Job! Quote Link to comment Share on other sites More sharing options...
MaciejO Posted November 29, 2011 Report Share Posted November 29, 2011 Hello, just to let people see how much you can play with things in PHPVMS - My version of briefing based on rw easyjet briefing packages. Started it only few hours ago but its going on very smoothly! Maciej 1 Quote Link to comment Share on other sites More sharing options...
Jeff Posted November 29, 2011 Report Share Posted November 29, 2011 Only logged in users can view our dispatch documents. Quote Link to comment Share on other sites More sharing options...
MaciejO Posted November 29, 2011 Report Share Posted November 29, 2011 Try now should be working ! Quote Link to comment Share on other sites More sharing options...
Jeff Posted November 29, 2011 Report Share Posted November 29, 2011 Document not found! 1 Quote Link to comment Share on other sites More sharing options...
MaciejO Posted November 29, 2011 Report Share Posted November 29, 2011 Been playing up with code then had to leave thats why, fully working now, few things to do and will be 100% finished! Quote Link to comment Share on other sites More sharing options...
freshJet Posted November 30, 2011 Report Share Posted November 30, 2011 Looks awesome! I'm still working on mine. I've got the FPL remarks as well as some other cool things Quote Link to comment Share on other sites More sharing options...
freshJet Posted November 30, 2011 Report Share Posted November 30, 2011 I need some help. How do you adapt the PHP so that it can read it from a new window? Quote Link to comment Share on other sites More sharing options...
MaciejO Posted November 30, 2011 Report Share Posted November 30, 2011 You mean how do you get all PHPVMS data in new php file? you have to call function require at beggining of document and then set few variables, example: <?php require('core/codon.config.php'); if (SchedulesData::getScheduleDetailed($_GET['plan'])) { $schedule = SchedulesData::getScheduleDetailed($_GET['plan']); $depairport = OperationsData::getAirportInfo($schedule->depicao); $arrairport = OperationsData::getAirportInfo($schedule->arricao); ?> EVERYTHING WHAT YOU WANT TO BE DISPLAYED IN NEW WINDOW SHOULD BE PLACED HERE. <?php } ?> Hope that helps! Maciej. 1 Quote Link to comment Share on other sites More sharing options...
freshJet Posted November 30, 2011 Report Share Posted November 30, 2011 Warning: require() [function.require]: URL file-access is disabled in the server configuration in /home/freshje1/public_html/lib/skins/premiumseries/printbriefing.php on line 7 Warning: require(http://www.freshjetvirtual.com/core/codon.config.php) [function.require]: failed to open stream: no suitable wrapper could be found in /home/freshje1/public_html/lib/skins/premiumseries/printbriefing.php on line 7 Fatal error: require() [function.require]: Failed opening required 'http://www.freshjetvirtual.com/core/codon.config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/freshje1/public_html/lib/skins/premiumseries/printbriefing.php on line 7 Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted November 30, 2011 Moderators Report Share Posted November 30, 2011 HI you need to access via the direct path so. /home/freshje1/public_html/code/ Quote Link to comment Share on other sites More sharing options...
freshJet Posted November 30, 2011 Report Share Posted November 30, 2011 I take it you mean core not code... Warning: require(/home/freshje1/public_html/core/codon.config.php/) [function.require]: failed to open stream: Not a directory in /home/freshje1/public_html/lib/skins/premiumseries/printbriefing.php on line 6 Fatal error: require() [function.require]: Failed opening required '/home/freshje1/public_html/core/codon.config.php/' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/freshje1/public_html/lib/skins/premiumseries/printbriefing.php on line 6 Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted November 30, 2011 Moderators Report Share Posted November 30, 2011 You need to define your path to that file so <?php INCLUDE /home/yourdir/core/codon.config.php ?> Quote Link to comment Share on other sites More sharing options...
atlanticva Posted December 1, 2011 Author Report Share Posted December 1, 2011 Hello All, I am glad my idea is now in the works, hopefully something realistic close to the real world operations comes out Quote Link to comment Share on other sites More sharing options...
freshJet Posted December 1, 2011 Report Share Posted December 1, 2011 I have been working on this since before this thread was opened. I'm almost done, but I will not be releasing this publicly. Quote Link to comment Share on other sites More sharing options...
freshJet Posted December 1, 2011 Report Share Posted December 1, 2011 Please do not PM me asking for this. I've already stated I will not release it, and that includes giving it to people... Quote Link to comment Share on other sites More sharing options...
James142 Posted December 1, 2011 Report Share Posted December 1, 2011 If your not releasing it publicly, why bother telling everyone..? 1 Quote Link to comment Share on other sites More sharing options...
freshJet Posted December 1, 2011 Report Share Posted December 1, 2011 So that no one asks obviously Quote Link to comment Share on other sites More sharing options...
B737Pilot Posted December 2, 2011 Report Share Posted December 2, 2011 So noone will relase it? ;( Quote Link to comment Share on other sites More sharing options...
Cor Posted December 2, 2011 Report Share Posted December 2, 2011 If your not releasing it publicly, why bother telling everyone..? To show how good he is maybe. Luckly the most of the people here are willing to help eachother, so at the end there will somebody who makes this and is willing to share Regards, Cor 1 Quote Link to comment Share on other sites More sharing options...
MaciejO Posted January 7, 2012 Report Share Posted January 7, 2012 If someone is still interested then this topic is for you! Maciej. Quote Link to comment Share on other sites More sharing options...
SiedlerP Posted June 7, 2014 Report Share Posted June 7, 2014 Hi can you post some screens from your dispatchcenter. I havent found something about your module where i can see the functions 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.