{# USAGE: This templates is for a three purposes, Adding for new students. #} {% extends "base.html.twig" %} {% block BeforeAnyCSSFile %} {% for file in encore_entry_css_files('select2__init') %} {% endfor %} {% endblock %} {% set pagename = 'Add Student / Guardian' | trans %} {% block MainContent %}
{# import students #} {% include 'student/import/import.html.twig' %} {# Basic information #}
{# adding student #}

{{ 'Basic Information'|trans }}

{# first name div. #}
{# last name div #}
{# email address div.#}
{# asking for gender #}
{# Search for gurdian #}
{{ 'Click here if guardian is not in the list & you want to create new guardian' | trans }}
   
{# Guardian Creator #}
{% include "guardian/addGuardianBaseTemplate.html.twig" %}
{% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('usersProfile') %} {% endfor %} {% for file in encore_entry_js_files('guardian') %} {% endfor %} {% endblock %} {% block documentation %}
Add New Students/Guardian?

Students are the Most Important Entity in the School, Here we will Add Students as well their Guardians, if not exits or we can Import Bulk Students!


How to Import Bulk/Single Students?

At top of the Page Under the Documentation Header the first Box is Import Students, To Import Click on that box. A Box will expand & show the Details. To Import the Students you need to provide Valid CSV file. You can see their is button Download Sample File which will download the Sample of CSV File. You just need to Open that file Need to Add Student and Guardian Data in it & Upload back that file to Application.


Remember, You've to take care of following Steps:

Sometimes, Students are not having Email Address, at that time you can write temporary Email address e.g student1@fekara.com for Student One, student2@fekara.com for Student Two and so on
After putting data into the CSV file, Upload the CSV file by Click on the Choose File & Click on the Import Button & every thing will be setup!



How to Add Single Student?

The Page will ask Minimal Student Detail, to add student quickly into the System.
To Add the Student you just need to enter, Student following information:
Alert! There are two buttons to save the Student information,
How to Attach Guardian to Student, If the Student is New and Guardian is not exits in the System?

Click on the Click here if guardian is not in the list & you want to create new guardian link which is in Basic Information box & new Box will open
Where you can enter Guardian First Name, Last Name, Password, Email, Phone Number & Gender. Input Name behind with the symbol asterik (*) are supposed to be filled, If you we didn't fill those fields, system will generate an Error & you would not be able to save Record {% endblock %}