{% extends "base.html" %} {% block title %} FQM - {{ ptitle }} {% endblock %} {% from "_beloadingNotifier.html" import beloadingNotifier %} {% block head %} {{ super() }} {{ datepicker.loader() }} {{ beloadingNotifier(version, release=translate("You are using an older version of FQM, a newer release is available on fqms.github.io", 'en', [defLang]), firefox=translate("You are not using Firefox browser, which this project is designed and most suited for.", 'en', [defLang])) }} {% endblock %} {%- from "sb_cust.html" import sb_cust with context %} {% block sidebar %} {{ sb_cust() }} {% endblock %} {% block page_content %}

{{ translate('Customization', 'en', [defLang]) }}

{{ translate("Allowing the user to customize every bit of the interface, which the customer be confronted and interacts with. Every element style has the option to be customized with its font, color, size and background color. Via the simple navigation bar on the side each main component is displayed with its own customizable element listed under it.", 'en', [defLang]) }}


{{ translate('Multimedia', 'en', [defLang]) }} :

{{ translate("The place where all multimedia files meant to be uploaded to, for the purpose of later use in other components which has the option to incorporate the uploaded multimedia files like jpg backgrounds instead of statically colored backgrounds and wav audio files to be incorporated withe visual notification message as well as png images to attach a transparent logo to slides for example.", 'en', [defLang]) }}

{% if vtrue == 2 %} {% endif %} {% if strue == 2 %}

{{ translate('Display Video', 'en', [defLang]) }} :

{{ translate("Video is an added element to the display screen in which the admin is able to add any uploaded video to multimedia for any purpose wether to advertise or to display more info. Display video will help to configure video settings effectively and easily.", 'en', [defLang]) }}

{% endif %}

{{ translate('Tickets', 'en', [defLang]) }} :

{{ translate("Here where the type of tickets which the system will generate is set, two options currently are possible 1.Registered, in-which the customer inserts full name after choosing the specific task, so the system later on will announce the inserted name whenever it is due. 2.Printed the typical queue numbered printed ticket, that requires usb printer to be connected, with which it is configured and set on Tickets too .", 'en', [defLang]) }}

{{ translate('Aliases', 'en', [defLang]) }} :

{{ translate("Alias : gives you the ability to change the default naming of the main components into something relevant to your environment. Changes will effect printed, registered tickets and text-to-speech announcements.", 'en', [defLang]) }}

{% endblock %}