{% block pageTitle %} {{ pagename is defined ? pagename : 'Fekara | School Management Software'|trans }} {% endblock %}
{% block BeforeAnyCSSFile %}{% endblock %}
{% if app.request.locale == 'ar' or getAppSetting('rtl') == 'on' %}
{% set fileName = 'style.bundle.rtl.css' %}
{% else %}
{# {% set fileName = 'style.bundle.customized.css' %}#}
{% set fileName = 'style.bundle.css?1.0' %}
{% endif %}
{# #}
{% block ExtraCSSFiles %}{% endblock %}
{% include 'app/leftSideBar.html.twig' %}
{% include 'app/ajaxProgressBar.html.twig' %}
{% block showHeaderMenuButtons %}
{% endblock %}
{# Internal Message #}
{% if is_translation_enabled() == "on" %}
{{ supportedLang(app.request.locale) }}
{# set default home page route with duplicate of other route #}
{% set localePath = app.request.attributes.get('_route') %}
{% if localePath == 'HomePage' %}{% set localePath = "HomePageWithLocale" %}{% endif %}
{% for key, sL in enabledLang() %}{#active language option, according to the current locale#}{% if app.request.locale == key %}
Fekara is (School Management Software), which help to automate the your school Operation. Now, We are viewing
Dashboard page.
Dashboard is showing Application Summary:
This widget show last 10 registered students. To Check those Student Details, Click on the Profile button which is in front of Student Name.
Recent Register Guardians
This widget show last 10 registered Guardians. To Check those Guardians Details, Click on the Profile button which is in front of Guardian Name.
Income
Income Widget is Show the Total Income what school earned since start. Income Widget shows Income in the Graph which help to telly in which day or time
we had a maximum money from students.
Income is totally depended on Student Fees, Funds and etc.
Expense
Expense Widget is Show the Total Expense what school utilise since start. Expense Widget shows Expenses in the Graph which help to telly in which day or time
we withdraw money from School.
Expense is totally depended on Teacher Fee, Office Expense e.g Electricity Bill, Water Bills, PTM Refreshments Stuff.
Daily Student Registration
This Widget shows last 16 days report, Who many Students has registered in Last 16 days.
Recent Employees/New Employees
This Widget shows recent registered Employees & What Class has assigned to them!
To Check Those teacher details Click on the Profile Button, which is in front of Teacher Name!
{% endblock %}