RocketRod Posted May 20, 2014 Report Posted May 20, 2014 We use the schedule to verify the PIREP detail when using kACARS. While I can make a link to the schedule table grid to search the flight number, I would like to also display the schedule data of schedule aircraft, schedule flight level, & schedule flight time on the completed PIREP, both in Admin/pireps_list & Core/pirep_viewreport. Has anyone done this? I think the PIREPS.php needs a set something like $this->set('allflttime', ScheduleData::getAllFlighttime()); and then a function and the .tpl needs something like <li><strong>Flight Level From Schedule: </strong><?php echo "{$schedule->flightlevel}"; ?></li> Am I going down the right path? Thanks! Rodney Quote
RocketRod Posted May 21, 2014 Author Report Posted May 21, 2014 After many tries I have abandoned this idea. I have instead used a popup for the schedule grid. I can check everything without opening in another tab. 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.