Jump to content

schedule_briefing (NEW CODE)


Fernando

Recommended Posts

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

  • Like 2
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...