Jump to content

Charter Flight System v1.1.0 (UPDATED!)


iva

  

50 members have voted

  1. 1. What is your opinion on this module?

    • It is really useful and simple
      30
    • A little complicated, but useful
      16
    • Useless and extremely complicated
      4


Recommended Posts

  • Administrators
  1. Are you adding the charters using the 'Create a New Charter' button in Charter Center, or are you adding them to the database another way?
  2. Is the main airline name the same for the Charter Center? In other words, is the 'code' the same?
  3. Go to the Admin Panel, under 'Airline Operations', 'Flight Schedules & Routes', find one of your added charter flights and click the EDIT button. Look under 'Fight Type' - does it say Passenger Flight, Cargo Flight or Charter Flight? It should say Charter Flight - as this placed the letter 'H' in the 'flighttype' field of the database.
Link to comment
Share on other sites

31 minutes ago, ProAvia said:
  1. Are you adding the charters using the 'Create a New Charter' button in Charter Center, or are you adding them to the database another way?
  2. Is the main airline name the same for the Charter Center? In other words, is the 'code' the same?
  3. Go to the Admin Panel, under 'Airline Operations', 'Flight Schedules & Routes', find one of your added charter flights and click the EDIT button. Look under 'Fight Type' - does it say Passenger Flight, Cargo Flight or Charter Flight? It should say Charter Flight - as this placed the letter 'H' in the 'flighttype' field of the database.

1. I am adding charter using 'Create a New Charter' button.

2. I didn't understand this but what i did, i create airlines name charter code is CHT. And in the module i changed CH code to CHT seems works normal.

3. Shows Passenger Flight. Please explain little more open how to do this... Thanks...

Link to comment
Share on other sites

  • Administrators

I think (not absolutely sure) for #3 it needs to be Charter Flight for it to show in the Charter Center. My basic understanding is the module looks for the 'H' so it knows to list it in the Charter Center.  Hope someone with more knowledge comes along with an answer for that.

Link to comment
Share on other sites

17 hours ago, ProAvia said:

I think (not absolutely sure) for #3 it needs to be Charter Flight for it to show in the Charter Center. My basic understanding is the module looks for the 'H' so it knows to list it in the Charter Center.  Hope someone with more knowledge comes along with an answer for that.

Thanks my friend. Helppppp Please :)

Link to comment
Share on other sites

Hello Developer!

 

Awesome Module!

Just wanted to know that, on my core_success and core_error page I only want the message to be shown. I dont want to show active flights which comes below the message

 

Help will be really appreciated ;)

 

Aaryan Kapoor

Managing Director | IndiGo Virtual

Edited by Aaryan
Link to comment
Share on other sites

  • 4 weeks later...

man, look in ops_schedules.tpl

really?? O.o

you repeat " You have xx charter flight in your list and you have xx charter flights to add!"

30 times?? :o

terrible for who need translate it.

Delete the lines between 310 to 1176 and in line 310 put this below:

if($count < 30)
{
?>
        <table border="0" width="100%" dir="rtl">
            <tr>
                <td align="right">
                <div align="center">
                <table border="0" width="85%" dir="ltr">
                    <tr>
                        <td>
                        <font style="font-size: 9pt;" face="Tahoma" color="#FFFF00">
                        <b>
                        <img src="<?php echo SITE_URL?>/lib/images/charter/count.png" border="0" height="24" width="29"></b></font></td>
                        <td><b><font face="Tahoma" size="2" color="#FFFF00">You have <?php echo $count; ?> charter flight in your list and you have <?php echo 30 - $count; ?> charter flights to add!</font></b></td>
                    </tr>
                </table>
                </div>
                </td>
                <td align="left" width="20%">
                <p align="center">
<a href="<?php echo SITE_URL?>/index.php/charter/addschedule">
                <img src="<?php echo SITE_URL?>/lib/images/charter/add_charter.png" border="0"></a></td>
            </tr>
        </table>
        <font color="#FFFF00">

<?php
}
else
{
?>

You're welcome :)

and very very thx for this nice job!!!!!

Link to comment
Share on other sites

  • 7 months later...

So I originally messed up and names the airline the wrong name. I want to delete this via phpMyAdmin even if it deletes the few schedules. Is this possible? Also, it is hiding the CH - Charter Flight on the Schedules page on my test site, but not in the registration form. What have I missed? Also, because these files are custom in my skins they seems to be causing a problem. Any suggestions appreciated, and thanks!

Link to comment
Share on other sites

  • 7 months later...

Hello
Excellent work.
I was looking for something like that.

When you get to 30 charter flights, how do you keep booking charter flights?
Can not be deleted? And start again?

Can not reset the counter and reset it to zero?
Can not create more than 30 charter flights?
for example 100

Edited by polirom
mas +
Link to comment
Share on other sites

  • Moderators
6 hours ago, polirom said:

Hello
Excellent work.
I was looking for something like that.

When you get to 30 charter flights, how do you keep booking charter flights?
Can not be deleted? And start again?

Can not reset the counter and reset it to zero?
Can not create more than 30 charter flights?
for example 100

I don't use this module but have had a quick look into it.  It literally says how to change this in the instructions...

Check line 62 of the ops_scheduleform.tpl

  • Haha 1
Link to comment
Share on other sites

11 hours ago, shakamonkey88 said:

I don't use this module but have had a quick look into it.  It literally says how to change this in the instructions...

Check line 62 of the ops_scheduleform.tpl

Thanks, I put it on 50 flights
I would like more if they could be eliminated

Link to comment
Share on other sites

Hi.
I have a major problem with the creation of charter flights.
If a pilot creates a Charter flight with the flight number (example 09990) and another pilot creates a charter flight with the same flight number (example 09990) the system does not allow the creation of the charter flight to the second pilot because the system says that the flight number already exists

Pilot number 1

NP1lCcF.jpg

Pilot number 2

1xI97ON.png


How can i fix this. If you have 20 pilots and all start to create charter flights, there will be many conflicts when numbering flights.
We are only with two pilots and I found the problem.

Link to comment
Share on other sites

  • 3 weeks later...
  • 1 year later...

Hello, 

Could someone help me with the php code to generate automatically flight number  and the ability to delete the old charter route?

It is compatible with phpvms 5.5.2.72/php72.

 

I am very sure that this module deserves the attention and all our respect for the one who created it.

 

4.jpg

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