B.Fatih KOZ
B.Fatih KOZ
``` [2021-11-14 19:55:40] production.INFO: Running seeder [2021-11-14 19:55:40] production.INFO: Seeding .D:\Projects\phpvms/app/Database\seeds/prod/ranks.yml ``` Seeder runs on every module install and seeds `ranks.yml`. This happens for modules without seeds or migrations too....
When an airline is created (including the first one created during setup) two journal entries get created for that airline with exact same details. **Version** Non Version specific **To Reproduce**...
vmsAcars gets the applicable fares from subfleet only. (Not checking the flight fare) **Version** 7.0.0-dev+201102.a2de53 **To Reproduce** 1. Create a subfleet (ex. A321N-PGT) 2. Insert some aircrafts to the database...
Hi, Your application works fine on already secured domains/subdomains, tried installing an generating new certificates. But with domains/subdomains without a certificate below error is returned no matter how quick you...
Discord Notification about Rank Changes is dispatched every night during cron checks even without changes to pilot ranks. **Version** 7.0.0-dev+231122.a0ed24 (latest dev as of this report creation) **To Reproduce** No...
Subfleet and Aircraft based expenses are being applied to all airlines, even to airlines without subfleets/aircraft. **Version** 7.0.0-dev+231215.655f15 **To Reproduce** Steps to reproduce the behavior: 1. Go to Admin >...
Daily and monthly expenses defined via **admin > expenses** are not applied during nightly and monthly cron runs. **Version** 7.0.0-dev+231215.655f15 **To Reproduce** Steps to reproduce the behavior: 1. Admin >...
When a pilot's rank gets changed automatically according to rank rules and times, notification is dispatched twice. **Version** 7.0.0-dev+231122.a0ed24 (latest dev as of this report's creation) **To Reproduce** No easy...
As the title says, `$pirep->aircraft->subfleet->fare` is not providing the capacity with the model, but it is provided within the `pivot` **Version** 7.0.0-dev+230621.16a31d **To Reproduce** Just check the attributes of any...
Currently all of our settings are global and applies to all airlines being operated. If we can make some of the critical settings per airline, then we can have a...