{% extends "base.html.twig" %} {% block BeforeAnyCSSFile %} {% for file in encore_entry_css_files('select2__init') %} {% endfor %} {% endblock %} {% set pagename = 'App Settings' | trans %} {% block MainContent %}
{# Begin:: extra space#}

{# End:: extra space#} {# Begin:: Tabs Li #}
{# end:: Tabs Li #}
{# Twig Variables #} {% set ColsClass = 'col-lg-6 col-md-6 col-sm-6 col-xs-12' %}
{# Begin:: General setttings Div #}

{{ 'General Settings'|trans }}

{# school info #}
{# school name#}
{# Phone NUmber#}
{# Website #} {#
#} {#
#} {# #} {# #} {#
#} {#
#} {# Fax #}
{# address div #}
{# address 1#}
{# address 2 #}
{# Country#}
{# Zip Code#}
{# City #}
{# State #}
{# uplaod logo #}
{# School Logo #}
 
{# End:: General setttings Div #} {# Begin:: Application setttings Div #}

{{ 'Applicatoin Settings'|trans }}

{# Date & time format #}

{{ 'Date & Time Format' |trans }}

{# date and time format & Time zone #}
{# date format #}
{# time format #}
{# Timezone #}
{# Separator #}
{# Currency code & symbol #}

{{ 'Currecy & Symbol code' |trans }}

{# currency code & symbol #}
{# Currency code #}
{# currency symbol #}
{# thousand seprator & decimail places#} {#
#} {# #}{# thousand seprator #} {#
#} {#
#} {# #} {# #} {#
#} {#
#} {# #}{# decimal places #} {#
#} {#
#} {# #} {# #} {#
#} {#
#} {#
#} {# Separator #}
{# enable online regsitration & record per page length#}
{# thousand seprator #}
{# Number of records per page #} {#
#}
  {##}
{# End:: Application setttings Div #} {# Begin:: School Recog setttings Div #}

{{ 'School Recogniztion'|trans }}

{# Institue running body #}
{# Phone NUmber#}
{# Institue running body #}
{# Phone NUmber#}
  {##}
{# End:: School Recog setttings Div #} {# Begin:: Language setttings Div #}

{{ 'MultiLingual'|trans }} {{ 'In which languages, you want to translate your application?' |trans }}

{# enable multi languages && application dimension option #}
{# change applicaiton dimension #}
{# select default language. #}
{# language selection dropdown #}
  {##}
{# End:: Language setttings Div #} {# Begin:: Email settings Div #}

{{ 'Email Settings'|trans }}

{# Email settings, SMTP Host #}
{# smpt host #}
{# SMTP Port #}
{# SMTP Secure #}
{# From Email #}
{# From Name #}
{# SMTP Vendor #}
{# Authenticate, username & password when sending email #}

{{ 'Authentication' |trans }}

{# SMTP User name #}
{# SMTP Password #}
 
{# End:: Email settings Div #} {# Begin:: Attendance setting Div #}

{{ 'Attendance Settings'|trans }}

{% if attendance_status is not empty %} {# Attendance view settings #}
{% else %} {% endif %} {# show previous attendance#} {# enable multi languages && application dimension option #}
 
{# End:: Attendance setting Div #} {# Begin:: Accounts settings #}

{{ 'Accounts Settings'|trans }}

{# Invoice prefix and transaction prefix #}
{# invoice prefix #}
{# Transaction prefix #}
{# Curreny symbol prefix and suffix #}
{# invoice prefix #}
{# Transaction prefix #}
 
{# End:: Acount settings #} {# Begin:: Remote Database connection #}

{{ 'Accounts Settings'|trans }}

    {{ 'Make sure, your server can accpet remote connections' | trans }}
{% include 'app_settings/importDataFromOldDatabase.html.twig' %}
{# End:: Acount settings #}
{% endblock %} {% block ExtraJsFIles %} {# #} {% for file in encore_entry_js_files('appSettings') %} {% endfor %} {% endblock %} {% block documentation %}
Settings

General Settings

You’ll get the view where you can add the following information.
School Name: Name of your school e.g Grammar School.
Contact Number: Your school contact number, which is placed at the report that helps others to contact you.
Fax: Fax number,
Address 1: Actual location of the school, might be main location
Address 2: Actual location of the school, might be street address
Country: At which country your school has placed.
Zip Code: Zip Codes to recognize your origin.
City:
State:
School URL: what is the website address for your school
School Secure URL: If your website address has secured then copy the School Url and place s after http.
School Logo: Logo is the pictorial representation of your school. Upload the 120px size image, if available.

Application Settings

Date format: Fekara software display dates at different places & you can choose date format from here.
Time format: You can also change the time format as well.
Time Zone: Fekara is selling worldwide. That's why they provide an opportunity to select a time zone on the basis of the country.
Currency Code: Write the currency code according to your country.
Currency Symbol: Write the currency Symbol according to your country.
Enable Online Student Registration: Fekara allows user to register as a student, if you don't want to enable online registration for the student you can select and deselect from here.
Enable Online Staff Registration: Fekara allow user to register as a staff, as you enable or disable student registration as well as you can select and deselect staff registration from here.
Show Deleted Records: Fekara is not deleting some records permanently form data storage so they are visible in lists if you want to show deleted records in the list you can either select yes or no.

School Recognization

This Tab will descirbe, how school come to the MAP, Who has found it & what is the purpose of School. Institute Running Body: A little description about the School.
Foundation Date: When School has founded
Recognitions Body: Is School is working under any branch
Recognitions Number: By the Board, which number has assigned to the School

Language Settings

Enable MutliLang - Is your school provide mutli-language, If yes please Check the checkbox
Enable RTL - Enable RTL means, Enable Right to Left flow of the Application view
Default Language - What Should be default lanaguage of the Application, so the Reports will send in those Language
In which languages, you want to translate your application? - At very top right corner of the Application, you will see the Language Dropdown, from where you can
change the Application lanaguage, so, This DropDown will ask which languages do you want to show at that dropdown.

Attendance Settings

Show Last Attendances - If you want to show last 5 days attendances, while marking student or employee attendance, then please check this checkbox.
Here you will find the Dropdown, which will be responsible, which attendance status, you want to enable or disable, if you are having that drop down please make sure you have added
Attendance Status.

Accounts Setting

Invoice Prefix - What should be written before the Invoice number
Trans Ref# Prefix - What should be written before Transaction Report.
Currency Prfix - In which Currency you were dealing, What is the Currency e.g $, PKR?
Currency Sufix - What will be written after Currency amount

Database Connection

This is use to import data from Old Fekara to New fekara. This is not for normal user or admin

{% endblock %}