@extends('admin.app') @section('title', 'Disposable Special') @section('content')

This module is designed to provide extended features to your phpVMS v7 along with some handy functions.

Details about the module can be found in the README.md file

Online Readme


@if(filled($details->version)) Version: {{ $details->version }} @endif © B.Fatih KOZ

Handy Tools
{{-- Left --}}
Calculate Great Circle Distances
Missing Only All Flights
Missing Only: null or 1 values are considered
Calculate Flight Times
Missing Only All Flights
Missing Only: null or 1 values are considered
SimBrief Packs and Bids
SB Clean Old SB Clean ALL SB Fix Problems BIDS Clean Old
Old: +3 Hours (SB) and no pireps tied, +24 Hours (BIDS)
{{-- Middle --}}
Manual Backups
Database Only Files Only Full Backup Clean Backups
Use only if cron fails or when an urgent backup is needed.
Return Aircraft To Their Hubs
Aircraft with hub definitions, left over at airports with no movement for last 3 days are moved!
{{-- Right --}}
Adjust Airport Fuel Prices
100 = no change, 103.5 = %3.5 increase, 95 = %5 decrease
IATA Fuel Monitor
@if ($diversions && $diversions->count() > 0)
Fix Diversions
@foreach ($diversions as $diversion) • {{ $diversion->ident }} | {{ optional($diversion->aircraft)->registration }} | {{ optional($diversion->user)->name_private }} | {{ $diversion->alt_airport_id }} > {{ $diversion->arr_airport_id }} | Click to Fix
@endforeach
Pilot and Aircraft will be moved to intented destination.
PIREP Arrival Airport will be corrected.
Only Diversions of last 7 Days are listed
@endif
Module Features
Tours Management Notams Management Market Management Maintenance Management
Module Settings
Discord Notifications & Diversion Handling
@include('DSpecial::admin.settings_table', ['group' => 'Discord']) Create your ADMIN ONLY webhook before enabling it here
Cron Features & Database Cleanup
@include('DSpecial::admin.settings_table', ['group' => 'Cron']) Setting 0 as day value will disable the feature
Random Flights Rewards
@include('DSpecial::admin.settings_table', ['group' => 'Random Flights'])
Pilot's Rank Pay Rate or Flight's Pilot Pay will be multiplied
Mission Flights Rewards
@include('DSpecial::admin.settings_table', ['group' => 'Missions'])
Pilot's Rank Pay Rate or Flight's Pilot Pay will be multiplied
Disposable Free Flights
@include('DSpecial::admin.settings_table', ['group' => 'Free Flights'])
Custom Income and Expense Settings
Income
@include('DSpecial::admin.settings_table', ['group' => 'Income'])
Handling
@include('DSpecial::admin.settings_table', ['group' => 'Ground Handling'])
Terminal
@include('DSpecial::admin.settings_table', ['group' => 'Terminal Services'])
Fuel
@include('DSpecial::admin.settings_table', ['group' => 'Fuel Services'])
Authority
@include('DSpecial::admin.settings_table', ['group' => 'Airport Authority'])
Landing
@include('DSpecial::admin.settings_table', ['group' => 'Landing Fee'])
Parking
@include('DSpecial::admin.settings_table', ['group' => 'Parking Fee'])
Enroute
@include('DSpecial::admin.settings_table', ['group' => 'Enroute']) Air Traffic Control, Overflight Cost etc.
Catering
@include('DSpecial::admin.settings_table', ['group' => 'Catering'])
Maintenance and Flight Assignments
Maintenance Settings
@include('DSpecial::admin.settings_table', ['group' => 'Maintenance'])
Monthly Flight Assignments
@include('DSpecial::admin.settings_table', ['group' => 'Assignments'])
{{-- API Service Key Group --}}
API Services
@include('DSpecial::admin.settings_table', ['group' => 'API Service']) Service Key is needed to authorize API requests for DispoSpecial Features (assignments and tours)
Same service key is shared between Disposable Modules
@if(config('app.name') === 'TurkSim')
{{ config('app.name') }} Special Settings
@include('DSpecial::admin.settings_table', ['group' => config('app.name')])
@endif @endsection