Fernando Posted July 6, 2013 Report Share Posted July 6, 2013 Dear, Worked to develop a system "SITA" using schedule_briefing page, the system populates all information and calculates the fuel used on the route. System Function The navigation is a navigation that SITA is intended to help the pilot in its own navigation and control fuel and time during the flight. Print I am by posting some pictures of my work so you can see how this development. * White = Written text * Yellow = Populated by the system What is navigation SITA = SITA navigation is navigation that aims to assist the pilot in his own navigation as well as to control fuel, ZFW TOW TFW TPW, MTOW etc. all information of a flight, your virtual airlines more real Installation 1° Download the TPL 2º Replace the file into your skins 3º Open your schedule_birds.tpl 4º Open a field with the name Briefing and below, choose where appears the link to open the file ( CODE DOWN ) <a href="javascript:abrir('<?php echo actionurl('/schedules/brief/'.$bid->id);?>');" target="_self" style="text-decoration:none; color:#666666"> <!-- <a style="text-decoration:none; color:#000000" href="<?php echo url('/schedules/brief/'.$bid->id);?>?" class="lyteframe" data-lyte-options="width:100% height:500" data-title="Briefing de Voo GOLV "> --> <center> <p>Fly Briefing</p> 5° The above code will open the file in popup window 6° Change Line 119,120 and 121 ( insert the name of your company aircraft) $B737 = "B737/M"; $B738 = "B738/M"; $AT72 = "AT72/M"; 7º On the Line 125 Edit with the data of your weight in kilos aircraft as below if ($aer == $B737) { $ewh = "038000"; // peso da aeronave (kg) $maxmtow2 = "079086"; $maxzfw2 = "062732"; $maxldw2 = "066361"; $bow = "038000"; $holdingF = "001000"; 8° repeat back lines 147 and 172. Any problems just post here. schedule_briefing.zip 2 Quote Link to comment Share on other sites More sharing options...
Ademar Andrade Posted July 6, 2013 Report Share Posted July 6, 2013 Nice job Fernando! Thnks for share!! Quote Link to comment Share on other sites More sharing options...
BaRBeR Posted July 6, 2013 Report Share Posted July 6, 2013 Well done, thanks for share. Quote Link to comment Share on other sites More sharing options...
mitcheinfo Posted July 6, 2013 Report Share Posted July 6, 2013 Obrigado, Fernando Quote Link to comment Share on other sites More sharing options...
Strider Posted July 6, 2013 Report Share Posted July 6, 2013 You will need to clean it out and have it bare bones of it, as I uploaded it, and got the orange, and images from your site. Also an error message. Nice but I will not be using it unless it gets those fixes. Quote Link to comment Share on other sites More sharing options...
Fernando Posted July 7, 2013 Author Report Share Posted July 7, 2013 I will fix it and make a manual explanatory. thanks for the criticism is valid and causes the code to be improved. Quote Link to comment Share on other sites More sharing options...
Fernando Posted July 7, 2013 Author Report Share Posted July 7, 2013 Obrigado, Fernando É um prazer! em breve novas novidades. Quote Link to comment Share on other sites More sharing options...
Fernando Posted July 7, 2013 Author Report Share Posted July 7, 2013 Well done, thanks for share. Thank you, it is a pleasure to share with the whole community and phpvms. Quote Link to comment Share on other sites More sharing options...
Fernando Posted July 7, 2013 Author Report Share Posted July 7, 2013 Nice job Fernando! Thnks for share!! Ademar, a pleasure ... Quote Link to comment Share on other sites More sharing options...
CitationCJ Posted July 8, 2013 Report Share Posted July 8, 2013 I will fix it and make a manual explanatory. thanks for the criticism is valid and causes the code to be improved. This looks pretty nice! Thanks for your effort! Will try to somehow implent this into my website Quote Link to comment Share on other sites More sharing options...
Tato123 Posted July 8, 2013 Report Share Posted July 8, 2013 Good Job !! Quote Link to comment Share on other sites More sharing options...
Fernando Posted July 19, 2013 Author Report Share Posted July 19, 2013 This looks pretty nice! Thanks for your effort! Will try to somehow implent this into my website I left the installation manual above. Quote Link to comment Share on other sites More sharing options...
Fernando Posted July 19, 2013 Author Report Share Posted July 19, 2013 Good Job !! Thanks! Quote Link to comment Share on other sites More sharing options...
mitcheinfo Posted October 2, 2013 Report Share Posted October 2, 2013 Fernando estou tendo esse problema. Notice: The template file "/homepages/10/d328219951/htdocs//core/templates/core_header.tpl" doesn't exist in /homepages/10/d328219951/htdocs/core/classes/TemplateSet.class.php on line 248 1 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.