{% extends "influxframework_theme/templates/base.html" %} {% from "influxerp_com/templates/includes/domain.html" import domain %} {% block title %}ERP for Education{% endblock %} {% block content %} {{ domain( "Education", "InfluxERP for Education Institutes", "InfluxERP Education module helps you manage your entire educational institution from admissions to assessments.", "education.jpg", [ { "title": "Student Data", "content": "A single source of all information regarding students from guardians to attendance.", 'path': '/docs/user/manual/en/education/student' }, { "title": "Admissions", "content": "Create admission criteria and conduct online admissions with payments via the portal.", 'path': '/docs/user/manual/en/education/student_admission' }, { "title": "Attendance", "content": "Manage the attendance of your students groups and batches with a simple click.", 'path': '/docs/user/manual/en/education/student-attendance' }, { "title": "Course Scheduling", "content": "Create a schedule of courses for each team, enroll students in programs and groups.", 'path': '/docs/user/manual/en/education/course-schedule' }, { "title": "Assessment", "content": "The assessment module lets you create complex criteria for each course and student and manage grades.", 'path': '/docs/user/manual/en/education/assessment-introduction' }, { "title": "Fee Collection", "content": "Track collection of fees by creating fee schedules and sending fee requests that can be paid on the portal.", 'path': '/docs/user/manual/en/education/fees' } ] ) }} {% endblock %}