Jump to content

Multiple airlines


shiljo

Recommended Posts

Hi! I would like someone to solve me my problem. I have 2 airlines inside group, one cargo, one passenger, how can i show those two on statistics? And does all pilots which are flying first or second, must be on either of VA, for gaining hours, or they got hours regarding they VA assigment on roster? Question is little bit mixed up and confusing, but i think you will get my point ;) S for example...

OK i got something solved. So if any pilots flying any airline, his FH and flight are taken in count for roster. But still i need statistic for all passenger and cargo to be counted, any help code...

this is mine now...

<h3>Airline Stats</h3>
<div class="box">
<strong>Total Pilots: </strong><?php echo StatsData::PilotCount(); ?><br>
<strong>Total Flights: </strong><?php echo StatsData::TotalFlights(); ?><br>
<strong>Total Hours Flown: </strong><?php echo StatsData::TotalHours(); ?> FH<br>
<strong>Total Cargo Carried: </strong><?php echo number_format(StatsData::totalpaxcarried()); ?> kg<br />
<strong>Total Schedules: </strong><?php echo StatsData::totalschedules(); ?><br>
<strong>Total Aircraft In Fleet: </strong><?php echo StatsData::totalaircraftinfleet(); ?><br />
<strong>Flights Today: </strong><?php echo StatsData::totalflightstoday(); ?><br>
</div>

Link to comment
Share on other sites

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...