Jump to content

FlightBookingSystem_V2.0 (Removed from Github due to some issues)


Parkho

Recommended Posts

Hi, when I want to book a flight I dont have the option to book or add bid. I can see everything regarding the flight but not the book button. After I searched the flight I had a option "Details" and in there it show the flight details but I cant book. Please help me.

Thank you

Link to comment
Share on other sites

  • 2 months later...

Considering this is the latest and updated forum to this module....ive tried this many ways but nothing seems to be working.

How can i add the pilots name to the Jump Seat Purchase confirmation page.

ive tried

<?php echo $userinfo->firstname . ' ' . $userinfo->lastname; ?>

and

<?php echo $userinfo->rank;?> <?php echo $userinfo->firstname; ?> <?php echo $userinfo->lastname; ?>

either one wont put the name....HELP! please

Link to comment
Share on other sites

  • Moderators

What version do you have installed? If you have v1, that's a bit different with V2. V2 as mentioned in the topic has some issues and is no longer supported. It's gonna be V3 that I'm working on and will be available once done.

About adding the pilot name, I don't know what you try to do. If you can explain more would be great.

Link to comment
Share on other sites

Well

<?php echo Auth::$userinfo->firstname; ?>

should always work!

Just add the Auth:: to your code and it will display correct....of course only to the Pilot who is logged in. But i guess thats what you are looking for as noone else is going to see the confirmation page ;)

  • Like 1
Link to comment
Share on other sites

mseiwald as always...to the rescue...at least for me....THANK YOU! ;) very much appreciated

Parkho im not sure if you will like it i personally think this is a great addition to the jumpseat confirmation but this is what i was trying to accomplish (*still in the works)

haqa.png

My name, ICAO next to the pinpoint icon, date, and passenger seat selection, as well as the price of the ticket i all put in. Im working on the receipt stub on the right but that will come soon!

Link to comment
Share on other sites

Thanx i really appreciate it. well here is an update of what i have done so far.

8fvv.png

So i already mentioned i added my name, date, seat class, and price.

*update - i managed to add departure ICAO (previous location) and arrival airport (jumpseat destination) ALSO i made the FLIGHT, GATE, SEAT, & ZONE numbers to randomize everytime the page is refreshed...assuming pilots are not refreshing the page so often it should give numbers. from time to time it will either stay blank or give a value of zero but its rare. so far its looking great!

Link to comment
Share on other sites

I just noticed in the picture, this is not an economy or comfort ticket, so I think this section should be different for pilots than regular passengers. ;)

Good point but remember in real world when they get a jumpseat they are flying like any regular passenger. I did change it though to First/Business which is First class for Delta. but added *ee which stands for employee so that should clear that up.

Link to comment
Share on other sites

now i face the problem of getting the same numbers on the main pass to the stub on the right im able to rotate them so they look the same but i cant get the numbers....the same since they are randomize now my hopes are down

i think if i make the multiple passes with different flight, gate, seat, and zone numbers and just have an image randomizer it will work better....wat do you think

Edited by Vantiy
Link to comment
Share on other sites

so like mentioned i just got an image randomizer and with 10 different boarding passes with FLIGHT, SEAT, GATE, ZONE numbers plus a redesigned ticket stub this is what i came up with i actually like it.

wwn.png

Link to comment
Share on other sites

  • 2 months later...

So i have ran into a problem that im not sure if there is a way to get this done. Everything is working fine and all but is there any way for us admin to know if some one has bought a jumpseat ticket?

is there any way we can get some sort of feed or receipt on our admin centers that a pilot has jumpseated? or maybe an email sent to admin email when some one has purchased a ticket?

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 months later...
  • 4 weeks later...
  • 3 months later...
  • 1 month later...
  • 3 months later...
  • 1 month later...
  • 3 weeks later...
  • 2 weeks later...
  • 1 month later...
  • 2 months later...

Hi All,

Parkho... I sent you a message I hope you received it

Since we have many aircrafts and routes - while searching the booking all routes appear and while making the schedules it requires a registration

I'm wondering if there is a chance to rework the system

Back End

  • Create Schedules and assign aircrafts by type NOT REGISTRATION

The Booking System

  1. Show Current Pilot Location
  2. Select airport to fly from / to -- (NEXT)
  3. Select aircraft -- available at "from Airport" and only show what is available by pilot ranks (NEXT)
  4. Select Available routes
  5. Book the flight and the aircraft is unavailable until flight has ended

----//----

Our Current situation is each route requires a registration and we have about 10 aircrafts per type which then requires a route per aircraft which then gives us about 8,0000 schedules -- Please help!!!!

Link to comment
Share on other sites

  • 6 months later...
  • Moderators

ZGcHz8J.png

any help with this????

Open the common file provided with the module and change function to static function save and replace.

example:

pulic function pilot()
{
stuff....
}

to:

public static function pilot()
{
stuff...
}

Link to comment
Share on other sites

  • 2 weeks later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...