Jump to content

Nabeel

Administrators
  • Posts

    8149
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. If you are looking to be hire, or hire someone to do work for you, general rules that should be followed: Have a written contract - this is a good starting point. This is very important. You must specify the exact scope for the work, and the expectations. The contract can be signed digitally. Pay half up front, and make sure you're paid half up front. Clarify what licenses are required and paid for If there are addons in use, has the author given permission? Have the licenses been paid? COPIES OF THE LICENSES ARE REQUIRED TO BE HANDED OFF The rest should be paid upon delivery Don't be a dick
      • 4
      • Like
  2. The system itself doesn't really care (which is why it's called "fleet"). You can add a subfleet for helicopters and add them as such under that. You would include the proper ID codes for them. And in the schedule, just assign it, and put it in the notes for the schedule. Also mark the schedule properly as being a scheduled charter flight, etc.
  3. Do you mean only the day 0 checkbox is showing as selected?
  4. It's for the VA
  5. asandor is correct, that is the demo site. I try to update it when I remember. It's loaded with the test/sample data.
  6. Thanks for this, I split it out of the other topic and pinned it.
  7. Version 1.0.0

    1575 downloads

    Blank (header-only) CSV files to import: Aircraft Airports Expenses Fares Flights Subfleets See the documentation here: http://docs.phpvms.net/operations/importing-from-csv
  8. Import CSV Templates View File Blank (header-only) CSV files to import: Aircraft Airports Expenses Fares Flights Subfleets See the documentation here: http://docs.phpvms.net/operations/importing-from-csv Submitter Nabeel Submitted 03/22/18 Category Official Downloads
  9. Hmm. Collection is a Laravel, but also a C# type, so it could mean that the API is returning something incorrect. It's when you've selected a subfleet to get the list of aircraft? Nothing's changed on the API side, though, well nothing directly. Can you PM me your site URL and the API key of the user you're using? Let me see if there's something weird coming out of the API
  10. D'oh! Fixed
  11. Thanks, just fixed.
  12. I expanded out this feature: http://docs.phpvms.net/customizing/flight-fields
  13. You can use the flight fields for this. I just added a function to the flight to make it easier to display in a template. In the admin, go to the flight, under Custom Fields, you can add "Departure Flight", and a value. Then in the template, you can put: {{ $flight->field('Departure Gate') }} It's kind of a pain with a lot of flights, but the importer will have a way to be able to add the fields and values right in the CSV (https://github.com/nabeelio/phpvms/issues/194) I might add another table, like with PIREPs, that holds a "master" list of the flight fields and then it'll show them on the create/edit page as a main list, so you don't have to type "Departure Gate" over and over.
  14. Nabeel

    Addon Modules

    What exactly did you change?
  15. Nabeel

    Expanding site

    Not supported yet in phpVMS 7
  16. Nabeel

    Addon Modules

    That sounds like there's a problem with your htaccess. Does your host have htaccess support enabled, or is there a setting for you to enable it?
  17. Nabeel

    Expanding site

    I'm not sure what you're asking. Are you using the phpvms version 7? And you're trying to add pages? That's not supported yet.
  18. Nabeel

    Addon Modules

    Sorry, I don't really understand. Have you gotten the latest dev version? And done a clean install?
  19. Nabeel

    Addon Modules

    Hey, there was an error that I had to fix a few days ago... can you download the latest dev version, and re-create it with the command? Sorry
  20. Probably be good to post it, or write something in the documentation area?
  21. I would delete and redownload. And make sure you're actually on PHP 7.1, create a phpinfo page to make sure.
  22. Yeah, fair enough. Check out the docs for the new one: http://docs.phpvms.net/developers/add-ons-and-modules I could use help with making fixes to the code or better docs, though.
  23. zfw is an optional value for the aircraft/subfleet
  24. Are you looking to do this for the new/upcoming version?
×
×
  • Create New...