Payments
add_allowed_aircrafts_on_user_create
csv
Sections of planes to attach when creating a new user. (18,19,20,21)
no_plan_flight_log_submission
csv
Adds a button to the bottom of section page to submit a flight log without a flight order. (insert csv of section ids: 18,19,20,21)
hours_until_flight_log_completion
integer
The minimum age of the flight log until it is automatically completed. Setting the value to 0 will disable automatic completion.
hide_instructor_flight_order_duration
integer
Hide Flight Order cards after XX hours with "As Instructor" tag
internal_transfers_email
string
Emails where internal transfer confirmation notifications will be sent to. Can set multiple by separating them with a comma without a space (ex.: example1@example.com,example2@example.com).
reclamation_email
string
Emails where reclamations will be sent to. Can set multiple by separating them with a comma without a space (ex.: example1@example.com,example2@example.com).
callback_url
string
URL that is called whenever a flight log update happens on our system. No callback if this value is null.
skydiver_power_link
string
Select whether skydiver chronometries are linked to power chronometry or power flight plan. OPTIONS: chronometry / plan.
glider_aero_tow_link
string
Select whether aero tow glider chronometries are linked to power chronometry or power flight plan. OPTIONS: chronometry / plan.
single_chronometry_confirmation
boolean
If this is enabled, chronometries without plans will only have an editable purpose with a confirmation button at the end.
editable_licenses
boolean
Enables editing licenses by users on their frontend profile. Managers get notifications after the change.
frontend_chronometry_metrics
csv
Metrics to display when submitting a chronometry on frontend. >>flight_time,legs,landings,total_flight_time,service_time<<
aircraft_resources_calculation_units
csv
Desired calculation units diplayed on aircraft resources. >>flight_time,cycles,hobbs,totalizer,landings<<
membership_payment_offset
boolean
if enabled membership cost is calculated based on the remaining months in the year
block_off_on_pricelist
boolean
enables pricelist calculations with block on -> block off times instead of takeoff -> landing times
flight_chief_is_required_for_skydivers
boolean
Is skydiver flight chief required before submitting flight order?
flight_chief_is_required
boolean
Is flight chief required before submitting flight order? (excludes skydivers)
outer_FE_links
outer_FE_links_array
number of days that user is reminded that he wil be a flight chief
licence_rating_medical_second_warning_time_in_days
int
How many days before you want to warn your user that his lincence/rating/medical is expiring soon
licence_rating_medical_warning_time_in_days
integer
How many days before you want to warn your user that his lincence/rating/medical is expiring soon
tax_for_transaction_receipt
parseInt
Location TransactionReceipt.vue, used for caclulating fixed tax on adding money to my account
Last updated
Was this helpful?