DaGeek
DaGeek
I was thinking about adding "expenses" against Rule Violations that are paid out of the Pilots "Wallet" so if you break a rule it has a $ value, out of...
While looking at the code I ended up finding this following snippet from the '\app\Services\Finance\PirepFinanceService.php' ` $this->financeSvc->debitFromJournal( $pirep->airline->journal, $pilot_pay, $pirep, $memo, 'Pilot Pay', 'pilot_pay' ); ` ` $this->financeSvc->creditToJournal( $pirep->user->journal, $pilot_pay,...
Since violations only arrear from Acars PIREPs, this additional code function could be added to the existing PirepFinanceService.php You/We would only need to add a New "Tick Box" as well...
I was going to start looking into this soon(tm) I think I can get it working without much of an issue with a hard coded Cost for each violation, the...
I think this might need to be another "Award Class", the Award Documentation URL is showing a 404 right now. Maybe using a Parameter for a new Award Class, I...
While looking at the code I ended up finding this following snippet from the '\app\Services\Finance\PirepFinanceService.php' ` $this->financeSvc->debitFromJournal( $pirep->airline->journal, $pilot_pay, $pirep, $memo, 'Pilot Pay', 'pilot_pay' ); ` ` $this->financeSvc->creditToJournal( $pirep->user->journal, $pilot_pay,...
@nabeelio I just had a thought about this idea... In the resources\views\admin\users\awards.blade.php file (Around line 16), That shows the awards, could we add a new .... that then has a...
If I could find where vms calls mapdata from, I would try to swap the url to openaip, but I really cant find it?!
> Docs under customizing https://docs.phpvms.net/customize/maps
The 'config.php' file already has the Google "Captcha" settings that you can turn on for registration. But maybe a "confirm your email" step may also be helpful.