Title: RC Flight Manager
Author: mrtoothrot
Published: <strong>17 Nisan 2021</strong>
Last modified: 26 Kasım 2021

---

Eklentilerde ara

![](https://ps.w.org/rc-flight-manager/assets/banner-772x250.png?rev=2532238)

Bu eklenti, **WordPress’in son 3 ana dağıtımı ile test edilmemiş**. Artık bakımı
yapılmıyor veya desteklenmiyor olabilir ve WordPress’in daha güncel sürümleriyle
birlikte kullanıldığında uyumluluk sorunları olabilir.

![](https://ps.w.org/rc-flight-manager/assets/icon-128x128.png?rev=2532238)

# RC Flight Manager

 [mrtoothrot](https://profiles.wordpress.org/mrtoothrot/) tarafından

[İndir](https://downloads.wordpress.org/plugin/rc-flight-manager.1.1.0.zip)

 * [Detaylar](https://tr.wordpress.org/plugins/rc-flight-manager/#description)
 * [İncelemeler](https://tr.wordpress.org/plugins/rc-flight-manager/#reviews)
 *  [Kurulum](https://tr.wordpress.org/plugins/rc-flight-manager/#installation)
 * [Geliştirme](https://tr.wordpress.org/plugins/rc-flight-manager/#developers)

 [Destek](https://wordpress.org/support/plugin/rc-flight-manager/)

## Açıklama

Link zur deutschen Version: [LIESMICH](https://github.com/mrtoothrot/wordpress-rc-flight-manager-plugin/blob/main/LIESMICH.md)

RC Flight Manager provides an online roster for flight manager duties on you model
club website.

Modell airfields need to have a flight manager onsite while the pilots are flying
their model aircrafts. Normally one club member is the assigned flight manager for
the day and has to take care that the local air safety regulations are obeyed by
the pilots.

### Online Flight Manager Roster

Displays a table with all dates for which flight managers need to be assigned. For
each date, the assigned flight manager is shown.

Features

 * Display the current flight manager roster on any wordpress page or post
 * Duties are saved in the wordpress database
 * Todays date and flight manager is highlighted in the roster
 * Todays flight manager on duty can be shown in a sidebar widget
 * E-Mail notification for flight managers (two weeks and again two days before 
   their duty)

Club Members (WordPress Subscribers) can

 * take over an empty duty
 * swap their duty with other members
 * handover their duty to other members

Club officials (WordPress Contributers) can

 * add new dates to the roster
 * delete dates from the roster
 * assign members to dates
 * add/change/remove labels on dates (e. g. to mark an event on that date)

Administrators (WordPress Administrators) can

 * activate/deactivate E-Mail notification
 * configure notification E-Mail subject and text

### Booking System for flight slots

This feature can be used to limit the number of persons on the airfield (e. g. due
to local COVID-19 regulations). Flightslots can be booked by up to a maximum number
of persons. This maximum limit can be configured by the Administrator.

Features

 * Display a table with pilots who have reserved timeslots on current day
 * Each hour is one flightslot

Club Members (WordPress Subscribers) can

 * book multiple flightslots for a day

Administrators (WordPress Administrators) can

 * configure how many pilots are allowed on the field at the same time

### Usage

Just point your browser to the URL of the wordpress page/post where you have placed
the shortcode and start adding dates.

## Ekran Görüntüleri

 * [[
 * Flight Manager roster – `/assets/screenshot-1.png`
 * [[
 * Members can swap duties between each other – `/assets/screenshot-2.png`
 * [[
 * Other members can be assigned to a duty – `/assets/screenshot-3.png`
 * [[
 * Flightslot reservation table – `/assets/screenshot-4.png`
 * [[
 * Adding new date entries – `/assets/screenshot-5.png`
 * [[
 * Adding a series of date entries – `/assets/screenshot-6.png`

## Yükleme

Installation of the plugin is easy. You can install and activate the plugin from
your wordpress dashbord:

### Automated installation from wordpress directory

 1. Make a backup!
 2. Navigate to Plugins -> Add New
 3. Search for “RC Flight Manager”
 4. Click “Install Now”
 5. Activate the plugin with “Activate”

### Display the Online Flight Manager Roster

Place the shortcode `[rc-flight-manager-schedule]` on any wordpress page on which
you want to show the flight manager roster.

Use the shortcode parameter “months=” to specify how many months starting from current
month are displayed in the roster.

Example:

    ```
    [rc-flight-manager-schedule months=3] => Shows the next 3 months
    ```

Use the shortcode parameter “year=” to specify the year to be displayed.

Example:

    ```
    [rc-flight-manager-schedule year=2022] => Shows the schedule for 2022.
    ```

Both shortcode parmeters can be combined:

Example:

    ```
    [rc-flight-manager-schedule year=2022 months=3] => Shows the next 3 months of schedule for 2022.
    ```

### Display the Booking System for flight slots

Place the shortcode `[rc-flight-slot-reservation]` on any wordpress page on which
you want to show the booking system.

Example:

    ```
    [rc-flight-slot-reservation]
    ```

## İncelemeler

Bu eklenti için herhangi bir değerlendirme bulunmuyor.

## Katkıda Bulunanlar ve Geliştiriciler

“RC Flight Manager” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda
bulunmuşlardır.

Katkıda bulunanlar

 *   [ mrtoothrot ](https://profiles.wordpress.org/mrtoothrot/)

“RC Flight Manager” 1 dile çevrildi. Katkıda bulundukları için [çevirmenlere](https://translate.wordpress.org/projects/wp-plugins/rc-flight-manager/contributors)
teşekkürler.

[“RC Flight Manager” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/rc-flight-manager)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/rc-flight-manager/),
[SVN deposuna](https://plugins.svn.wordpress.org/rc-flight-manager/) göz atın ya
da [RSS](https://plugins.trac.wordpress.org/log/rc-flight-manager/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/rc-flight-manager/)
abone olun.

## Değişiklik Kaydı

### 1.1

 * Added a shortcode parameter to specify the year to be displayed
 * Headlines for each month now show the year
 * When assigning services, it is now displayed how many services are already assigned
   to a member

### 1.0

 * New entries can be added by administrators
 * Series of date entries can be added by administrators
 * Hard-coded style definitions moved to CSS file
 * Updated translation template file and german translation
 * Updated readme.txt
 * Added liesmich.txt
 * Better error handling
 * Security improvements

### 0.9

 * Security improvements

### 0.8

 * Todays service is highlighted with a table row border
 * If no monts are specified in the `[rc-flight-manager-schedule]` shortcode, the
   whole current year is shown
 * Swapping services is only possible with services in future
 * Fixed logging issue

### 0.7

 * Plugin tables are now removed from the wordpress DB during plugin uninstallation
 * Flight Manager Service dates can now be added
 * Implemented dropdown button which accumulates all plugin functions like takeover,
   swap, handover, etc.
 * Added function to delete service dates
 * Plugin will now show past services in the current month
 * Comments/Labels can now be changed
 * Comments/Labels can now be styled via CSS (p.rcfm-event-label)
 * Removed table headers, as the tables should be self explaining

### 0.6

 * Preparations for internationalization
 * German Localization (added rc-flight-manager-de_DE.[po|mo] with German translation)
 * Added POT file for tranlation to other languages

### 0.5

 * Security improvements
    - Changing options now requires `manage_options` capability => Administrator
      Role
    - Viewing the flight manager roster needs `read` capability => Subscriber Role
    - Users with `edit_posts`capability can assign duties to other members => Contributer
      Role
 * Flight slot reservation limits now customizable

### 0.3

 * Implemented widget to show current flight manager in sidebar

### 0.2

 * E-Mail notification is customizable in settings page
 * Placeholders for [flightmanger-name] and [flightmanager-duty-date] are now implemented
 * Shortcode can be configured to only show services in the next x months
 * Duties are now sorted by date when creating the roster table.
 * Implemented basic email notification two and 14 days before scheduled date

### 0.1

 * Minimum viable product, only basic functionality

## Meta

 *  Sürüm **1.1.0**
 *  Son güncelleme **5 yıl önce**
 *  Etkin kurulumlar **10+**
 *  WordPress sürümü ** 5.7.0 veya üstü **
 *  Test edilen sürüm **5.8.13**
 *  PHP sürümü ** 7.4 veya üstü **
 *  Diller
 * [English (US)](https://wordpress.org/plugins/rc-flight-manager/) ve [German](https://de.wordpress.org/plugins/rc-flight-manager/).
 *  [Dilinize çevirin](https://translate.wordpress.org/projects/wp-plugins/rc-flight-manager)
 * Etiketler
 * [booking](https://tr.wordpress.org/plugins/tags/booking/)[buchung](https://tr.wordpress.org/plugins/tags/buchung/)
   [RC](https://tr.wordpress.org/plugins/tags/rc/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/rc-flight-manager/advanced/)

## Puanlar

Henüz inceleme gönderilmedi.

[Your review](https://wordpress.org/support/plugin/rc-flight-manager/reviews/#new-post)

[Tüm değerlendirmeleri görün](https://wordpress.org/support/plugin/rc-flight-manager/reviews/)

## Katkıda bulunanlar

 *   [ mrtoothrot ](https://profiles.wordpress.org/mrtoothrot/)

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/rc-flight-manager/)