{% 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_manage.html" import sb_manage with context %} {% block sidebar %} {{ sb_manage() }} {% endblock %} {% block page_content %}

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

{{ translate('Allowing the admin and his assigned operators to manage the flow of tickets, by adding, modifying offices and task which are the virtual representation of the actual offices, tasks on-which tickets will be stored and pulled from to ease the process of dealing with queue management.', 'en', [defLang]) }}


{% if current_user.role_id != 3 %}

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

{{ translate('Allows the admin, permitted by admin operators to search with given parameters of ticket number, ticket prefix and or ticket date to reach to the specific ticket meant to be searched in a dynamic and fixable manner, that was well intended in design.', 'en', [defLang]) }}

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

{{ translate('Displays all existing tickets from all offices in a descending order from the newest to the oldest, and given the admin and permitted operators the options of resetting to zero or deleting all offices properly. As well as few indicators and counters that displays the number of offices, total, processed and waiting tickets accordingly.', 'en', [defLang]) }}

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

{{ translate('Allowing the admin and his permitted operators to add an office, that will later on contain multiple task and tickets, that will be always referenced to the created office via its chosen unique number and prefix, which will be used as a visual key code to reference tickets to their offices.', 'en', [defLang]) }}

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

{{ translate('Allowing the admin and his permitted operators to replay the chosen audio announcements on the display screen.', 'en', [defLang]) }}

{% endif %}
{% endblock %}