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

This module is designed to provide basic features for a Virtual Airline to operate

Documentation about this module can be found in the README.md file or at GitHub via this link Online Readme


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

Module Features & Settings
Manage ICAO Type, Subfleet or Aircraft Specs

Specs will be used for detailed SimBrief Flight planning, also they will be shown at Aircraft and Subfleet listing pages.
Manage Maintenance Periods, Pitch, Roll, Flap and Gear Limits

Tech details, Flap and Gear Speeds may be used for Pirep evaluation purposes.
Manage Runways

Runways may be used for proper SimBrief flight planning and Pirep evaluation purposes.
Database Check

See missing airports or possible problematic records about mandatory relationships.
Manual Awarding
@include('DBasic::admin.manual_awards')
Manual Payments
@include('DBasic::admin.manual_payment') User's Airline must have enough funds to complete the transfer
{{-- Manual Aircraft State Fix --}}
Fix Aircraft State
@csrf
Enter Aircraft Registration
If the aircraft has an active (in-progress) PIREP, it gets CANCELLED too !!!
{{-- Discord Notification Group --}}
Discord
@include('DBasic::admin.settings_table', ['group' => 'Discord']) Create your webhook before enabling it here, also check laravel logs if the messages does not appear at your Discord Server
{{-- Network Presence Check Group --}}
Network Presence Checks
@include('DBasic::admin.settings_table', ['group' => 'Network Checks']) "User Field Name" MUST MATCH your custom user field holding network id numbers
{{-- API Service Key Group --}}
API Services
@include('DBasic::admin.settings_table', ['group' => 'API Service']) Service Key is needed to authorize API requests for DispoBasic Features (like roster, pireps, stats etc at landing pages)
{{-- Aircraft Group --}}
Aircraft
@include('DBasic::admin.settings_table', ['group' => 'Aircraft']) When enabled, module will change Aircraft states (Ground, In Use, In Flight) according to Pirep events
{{-- Stable Approach Plugin Settings --}}
Stable Approach Plugin
@include('DBasic::admin.settings_table', ['group' => 'Stable Approach']) When enabled, module will be able to receive reports sent by Stable Approach plugin
{{-- Auto Reject Group --}}
Auto Reject Settings
@include('DBasic::admin.settings_table', ['group' => 'Auto Reject']) Set margin to 0 if you do not want to use definable items (score, landing rate etc)
@endsection