Okay guys, and gals,
I have been up, down, inside and out of this forum since I purchased PHPVMS from www.fivedev.net, and I’d have to say I have yet to see a post anywhere that asks or shows how people go about creating schedules to insert into the MyAdmin panel of php/VMS. I’d have to say that when we were using php/VMS on a free server, it was very hard to come up with an easier way to create a schedule. Included in this post is a link to the file you need to make this process alot easier for you to create hundreds or thousands of schedules at a time before you convert it over to .csv
How it works:
You need Microsoft Excel 2003 or greater to use this (as I’m sure most of you already have)
Open the file and you will see that I gave you an example flight to see how info gets inserted.
For the most part, the only places you need to type something in is the GREEN AREAS. the gray areas will automatically fill in as you go.
The auto info reads from the two other pages “IACO DATA” and “AIRPORTS” (do not edit those pages or it can mess up airport data). The data stored covers nearly every single airport in the world.
The information it asks for is:
- CODE: Airline code (either IATA or IACO)
- Flight Number: Flight number (pretty explanatory) one (1) to four (4) digit number
- DepIACO: Departure Airport ICAO code for the departing Airport
- ArrIACO: Arrival Airport ICAO code for the arrival Airport
- DepTime: Departure time for flight departure (24 hour format)
- ArrTime: Arrival time for flight arrival (24 hour format)
- FlightTime: this will automatically be filled out for you, but you will need to tweak it out if you cross time zones or if the arrival time goes past midnight.
- Aircraft: Number of the aircraft you are using for the flight (N-548DL for those of you using different aircraft for certain routes)
- OperatedBy: you can change the name of that header to whatever suits you, it is actually the NOTES part found in the .csv file you upload in the database.
- Price: The price you want to charge for the flight, I just normally use $1.00 per mile flown (you can charge what you want.
- Type: you can change “p” Passenger to “c” Cargo or “h” Charter
- Daysofweek: The frequency of your flight (0= Sunday, 1= Monday, 2= Tuesday, 3= Wednesday, 4= Thursday, 5= Friday, 6= Saturday)
once you get past 100, you will need to copy/paste more into the document so you can continue, I just added 100 to save file size.
Once you are ready to upload it to your site, copy the needed ares and paste it in the .csv file for uploading.
Any questions, I can help you on just ask.
Hope you like it.