Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Do you mean only the day 0 checkbox is showing as selected?
  2. asandor is correct, that is the demo site. I try to update it when I remember. It's loaded with the test/sample data.
  3. Thanks for this, I split it out of the other topic and pinned it.
  4. Version 1.0.0

    1481 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
  5. 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
  6. 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
  7. I expanded out this feature: http://docs.phpvms.net/customizing/flight-fields
  8. 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.
  9. Nabeel

    Addon Modules

    What exactly did you change?
  10. Nabeel

    Expanding site

    Not supported yet in phpVMS 7
  11. 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?
  12. 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.
  13. Nabeel

    Addon Modules

    Sorry, I don't really understand. Have you gotten the latest dev version? And done a clean install?
  14. 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
  15. Probably be good to post it, or write something in the documentation area?
  16. I would delete and redownload. And make sure you're actually on PHP 7.1, create a phpinfo page to make sure.
  17. 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.
  18. zfw is an optional value for the aircraft/subfleet
  19. Are you looking to do this for the new/upcoming version?
  20. Can you send me the full request and response headers? I will take a look tonight.
  21. Is there anything in the browser error console?
×
×
  • Create New...