{% extends "base.html.twig" %} {% block BeforeAnyCSSFile %} {% for file in encore_entry_css_files('select2__init') %} {% endfor %} {% endblock %} {% set pagename = 'Accounts List' | trans %} {% block MainContent %}

{{ 'Accounts'|trans }}

{% include "accounts/accounts_list_view.html.twig" with {'account__list':account__list} %}
{{ 'Name'|trans }} {{ 'Is default'|trans }} {{ 'Cash '|trans }} {{ 'Is Online'|trans }} {{ 'Description'|trans }} {{ 'Action'|trans }}
{% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('accounts') %} {% endfor %} {% endblock %} {% block documentation %}
Accounts List?

Sometimes, Schools have more than one payment methods, so from here we keep track about all accounts number, some accounts are specially use for the fee Submission, some of them are using
to Pay Teachers fees, some of them are using to transfer funds or Receive funds and etc.
At right side, you will see the list of all Accounts Number at left side you can add new Account Number.

How to add Account?

To add an account we need following information:

At right side, we will see all following information, which are being added. To Edit the Account go the right column of the table

{% endblock %}