[minor] change docs_base_url
This commit is contained in:
parent
0fcf44e1a2
commit
e16ec0c891
@ -1,5 +1,5 @@
|
|||||||
This form allows you to enroll a student to a program. A student can be enrolled to multiple programs.
|
This form allows you to enroll a student to a program. A student can be enrolled to multiple programs.
|
||||||
|
|
||||||
<img class="screenshot" alt="Student Applicant Enrollment" src="{{url_prefix}}/assets/img/schools/admission/program-enrollment.png">
|
<img class="screenshot" alt="Student Applicant Enrollment" src="{{docs_base_url}}/assets/img/schools/admission/program-enrollment.png">
|
||||||
|
|
||||||
{next}
|
{next}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
A Student Applicant record needs to be created when a student applies for a program at your institute.
|
A Student Applicant record needs to be created when a student applies for a program at your institute.
|
||||||
You can Approve or Reject a student applicant. By accepting a student applicant you can add them to the student master.
|
You can Approve or Reject a student applicant. By accepting a student applicant you can add them to the student master.
|
||||||
|
|
||||||
<img class="screenshot" alt="Student Applicant" src="{{url_prefix}}/assets/img/schools/admission/student-applicant.png">
|
<img class="screenshot" alt="Student Applicant" src="{{docs_base_url}}/assets/img/schools/admission/student-applicant.png">
|
||||||
|
|
||||||
### Application Status
|
### Application Status
|
||||||
|
|
||||||
@ -23,6 +23,6 @@ You can Approve or Reject a student applicant. By accepting a student applicant
|
|||||||
Once you approve a Student Applicant you can enroll them to a program. When you click the 'Enroll' buttom,
|
Once you approve a Student Applicant you can enroll them to a program. When you click the 'Enroll' buttom,
|
||||||
the system shall create a student against that applicant and redirect you to the [Program Enrollment form]({{docs_base_url}}/user/manual/en/schools/student/program-enrollment.html).
|
the system shall create a student against that applicant and redirect you to the [Program Enrollment form]({{docs_base_url}}/user/manual/en/schools/student/program-enrollment.html).
|
||||||
|
|
||||||
<img class="screenshot" alt="Student Applicant Enrollment" src="{{url_prefix}}/assets/img/schools/admission/student-applicant-enroll.png">
|
<img class="screenshot" alt="Student Applicant Enrollment" src="{{docs_base_url}}/assets/img/schools/admission/student-applicant-enroll.png">
|
||||||
|
|
||||||
{next}
|
{next}
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
List of all different type of fees collected.
|
List of all different type of fees collected.
|
||||||
|
|
||||||
<img class="screenshot" alt="Fees Category" src="{{url_prefix}}/assets/img/schools/fees/fee-category.png">
|
<img class="screenshot" alt="Fees Category" src="{{docs_base_url}}/assets/img/schools/fees/fee-category.png">
|
||||||
|
|
||||||
{next}
|
{next}
|
@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
A Fee Structure is a template that can be used while making fee records.
|
A Fee Structure is a template that can be used while making fee records.
|
||||||
|
|
||||||
<img class="screenshot" alt="Fees Structure" src="{{url_prefix}}/assets/img/schools/fees/fee-structure.png">
|
<img class="screenshot" alt="Fees Structure" src="{{docs_base_url}}/assets/img/schools/fees/fee-structure.png">
|
||||||
|
|
||||||
{next}
|
{next}
|
@ -3,6 +3,6 @@
|
|||||||
Maintain a record of fees collected from students.
|
Maintain a record of fees collected from students.
|
||||||
The [Fee Structure]({{docs_base_url}}/user/manual/en/schools/fees/fee-structure.html) is fetched based on the selected Program and Academic Term.
|
The [Fee Structure]({{docs_base_url}}/user/manual/en/schools/fees/fee-structure.html) is fetched based on the selected Program and Academic Term.
|
||||||
|
|
||||||
<img class="screenshot" alt="Fees" src="{{url_prefix}}/assets/img/schools/fees/fees.png">
|
<img class="screenshot" alt="Fees" src="{{docs_base_url}}/assets/img/schools/fees/fees.png">
|
||||||
|
|
||||||
{next}
|
{next}
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
This section contains 'Fee' related documents.
|
This section contains 'Fee' related documents.
|
||||||
|
|
||||||
<img class="screenshot" alt="Fees Section" src="{{url_prefix}}/assets/img/schools/fees/fees-section.png">
|
<img class="screenshot" alt="Fees Section" src="{{docs_base_url}}/assets/img/schools/fees/fees-section.png">
|
||||||
|
|
||||||
### Topics
|
### Topics
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
The School Modules is designed to meet requirements of Schools, Colleges & Educational Institutes.
|
The School Modules is designed to meet requirements of Schools, Colleges & Educational Institutes.
|
||||||
|
|
||||||
<img class="screenshot" alt="Fees Section" src="{{url_prefix}}/assets/img/schools/module.png">
|
<img class="screenshot" alt="Fees Section" src="{{docs_base_url}}/assets/img/schools/module.png">
|
||||||
|
|
||||||
{index}
|
{index}
|
@ -3,13 +3,13 @@
|
|||||||
Course Schedule is the schedule of a session conducted by an Instructor for a particular Course.
|
Course Schedule is the schedule of a session conducted by an Instructor for a particular Course.
|
||||||
You can see the overall course schedule in the Calendar view.
|
You can see the overall course schedule in the Calendar view.
|
||||||
|
|
||||||
<img class="screenshot" alt="Course Schedule" src="{{url_prefix}}/assets/img/schools/schedule/course-schedule.png">
|
<img class="screenshot" alt="Course Schedule" src="{{docs_base_url}}/assets/img/schools/schedule/course-schedule.png">
|
||||||
|
|
||||||
### Marking Attendance
|
### Marking Attendance
|
||||||
|
|
||||||
You can mark attendance for a Student Group against a Course Schedule.
|
You can mark attendance for a Student Group against a Course Schedule.
|
||||||
|
|
||||||
<img class="screenshot" alt="Course Schedule Attendance" src="{{url_prefix}}/assets/img/schools/schedule/course-schedule-att.png">
|
<img class="screenshot" alt="Course Schedule Attendance" src="{{docs_base_url}}/assets/img/schools/schedule/course-schedule-att.png">
|
||||||
|
|
||||||
- To make attendance, expand the attendance section.
|
- To make attendance, expand the attendance section.
|
||||||
- Check the students who were present for that session.
|
- Check the students who were present for that session.
|
||||||
@ -20,6 +20,6 @@ You can mark attendance for a Student Group against a Course Schedule.
|
|||||||
Once you have marked Attendance against a Course Schedule the Attendance section in the Course Schedule shall be hidden.
|
Once you have marked Attendance against a Course Schedule the Attendance section in the Course Schedule shall be hidden.
|
||||||
A View Attendance button shall appear. Click on that button to view all attendance records created against that Course Schedule.
|
A View Attendance button shall appear. Click on that button to view all attendance records created against that Course Schedule.
|
||||||
|
|
||||||
<img class="screenshot" alt="Course Schedule Attendance" src="{{url_prefix}}/assets/img/schools/schedule/course-schedule-att-1.png">
|
<img class="screenshot" alt="Course Schedule Attendance" src="{{docs_base_url}}/assets/img/schools/schedule/course-schedule-att-1.png">
|
||||||
|
|
||||||
{next}
|
{next}
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
The Examination record can be used to track the exam schedule and the results of that exam.
|
The Examination record can be used to track the exam schedule and the results of that exam.
|
||||||
|
|
||||||
<img class="screenshot" alt="Examination" src="{{url_prefix}}/assets/img/schools/schedule/examination.png">
|
<img class="screenshot" alt="Examination" src="{{docs_base_url}}/assets/img/schools/schedule/examination.png">
|
||||||
|
|
||||||
|
|
||||||
{next}
|
{next}
|
@ -1,6 +1,6 @@
|
|||||||
# Schedule
|
# Schedule
|
||||||
|
|
||||||
<img class="screenshot" alt="Schedule Section" src="{{url_prefix}}/assets/img/schools/schedule/schedule-section.png">
|
<img class="screenshot" alt="Schedule Section" src="{{docs_base_url}}/assets/img/schools/schedule/schedule-section.png">
|
||||||
|
|
||||||
### Topics
|
### Topics
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
This tool can be used to create 'Course Schedules'.
|
This tool can be used to create 'Course Schedules'.
|
||||||
|
|
||||||
<img class="screenshot" alt="Scheduling Tool" src="{{url_prefix}}/assets/img/schools/schedule/scheduling-tool.png">
|
<img class="screenshot" alt="Scheduling Tool" src="{{docs_base_url}}/assets/img/schools/schedule/scheduling-tool.png">
|
||||||
|
|
||||||
### Creating Course Schedules
|
### Creating Course Schedules
|
||||||
|
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
Maintains attendance record of the student. Attendance Records can be created against Course Schedules.
|
Maintains attendance record of the student. Attendance Records can be created against Course Schedules.
|
||||||
|
|
||||||
<img class="screenshot" alt="Student Attendance" src="{{url_prefix}}/assets/img/schools/schedule/student-attendance.png">
|
<img class="screenshot" alt="Student Attendance" src="{{docs_base_url}}/assets/img/schools/schedule/student-attendance.png">
|
||||||
|
|
||||||
{next}
|
{next}
|
@ -1,6 +1,6 @@
|
|||||||
# Academic Term
|
# Academic Term
|
||||||
|
|
||||||
<img class="screenshot" alt="Academic Term" src="{{url_prefix}}/assets/img/schools/setup/academic-term.png">
|
<img class="screenshot" alt="Academic Term" src="{{docs_base_url}}/assets/img/schools/setup/academic-term.png">
|
||||||
|
|
||||||
|
|
||||||
{next}
|
{next}
|
@ -1,5 +1,5 @@
|
|||||||
# Academic Year
|
# Academic Year
|
||||||
|
|
||||||
<img class="screenshot" alt="Academic Year" src="{{url_prefix}}/assets/img/schools/setup/academic-year.png">
|
<img class="screenshot" alt="Academic Year" src="{{docs_base_url}}/assets/img/schools/setup/academic-year.png">
|
||||||
|
|
||||||
{next}
|
{next}
|
@ -1,5 +1,5 @@
|
|||||||
# Course
|
# Course
|
||||||
|
|
||||||
<img class="screenshot" alt="Course" src="{{url_prefix}}/assets/img/schools/setup/course.png">
|
<img class="screenshot" alt="Course" src="{{docs_base_url}}/assets/img/schools/setup/course.png">
|
||||||
|
|
||||||
{next}
|
{next}
|
@ -1,6 +1,6 @@
|
|||||||
# Setup
|
# Setup
|
||||||
|
|
||||||
<img class="screenshot" alt="Setup Section" src="{{url_prefix}}/assets/img/schools/setup/setup-section.png">
|
<img class="screenshot" alt="Setup Section" src="{{docs_base_url}}/assets/img/schools/setup/setup-section.png">
|
||||||
|
|
||||||
### Topics
|
### Topics
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Instructor
|
# Instructor
|
||||||
|
|
||||||
<img class="screenshot" alt="Instructor" src="{{url_prefix}}/assets/img/schools/setup/instructor.png">
|
<img class="screenshot" alt="Instructor" src="{{docs_base_url}}/assets/img/schools/setup/instructor.png">
|
||||||
|
|
||||||
{next}
|
{next}
|
@ -1,5 +1,5 @@
|
|||||||
# Program
|
# Program
|
||||||
|
|
||||||
<img class="screenshot" alt="Program" src="{{url_prefix}}/assets/img/schools/setup/program.png">
|
<img class="screenshot" alt="Program" src="{{docs_base_url}}/assets/img/schools/setup/program.png">
|
||||||
|
|
||||||
{next}
|
{next}
|
@ -1,6 +1,6 @@
|
|||||||
# Room
|
# Room
|
||||||
|
|
||||||
|
|
||||||
<img class="screenshot" alt="Room" src="{{url_prefix}}/assets/img/schools/setup/room.png">
|
<img class="screenshot" alt="Room" src="{{docs_base_url}}/assets/img/schools/setup/room.png">
|
||||||
|
|
||||||
{next}
|
{next}
|
@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
Student batch is a collection of students from Student Groups.
|
Student batch is a collection of students from Student Groups.
|
||||||
|
|
||||||
<img class="screenshot" alt="Student" src="{{url_prefix}}/assets/img/schools/student/student-batch.png">
|
<img class="screenshot" alt="Student" src="{{docs_base_url}}/assets/img/schools/student/student-batch.png">
|
||||||
|
|
||||||
{next}
|
{next}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
This tool allows you to create student groups in bulk. You can specify multiple parameters to create them.
|
This tool allows you to create student groups in bulk. You can specify multiple parameters to create them.
|
||||||
|
|
||||||
|
|
||||||
<img class="screenshot" alt="Student Group Creation Tool" src="{{url_prefix}}/assets/img/schools/student/student-group-creation-tool.png">
|
<img class="screenshot" alt="Student Group Creation Tool" src="{{docs_base_url}}/assets/img/schools/student/student-group-creation-tool.png">
|
||||||
|
|
||||||
{next}
|
{next}
|
@ -3,6 +3,6 @@
|
|||||||
A student group is a collection of students taking a same course. You can create Course Schedules and Examinations against a Student Group.
|
A student group is a collection of students taking a same course. You can create Course Schedules and Examinations against a Student Group.
|
||||||
A student group needs to be created for every course in a particular academic term and academic year.
|
A student group needs to be created for every course in a particular academic term and academic year.
|
||||||
|
|
||||||
<img class="screenshot" alt="Student Group" src="{{url_prefix}}/assets/img/schools/student/student-group.png">
|
<img class="screenshot" alt="Student Group" src="{{docs_base_url}}/assets/img/schools/student/student-group.png">
|
||||||
|
|
||||||
{next}
|
{next}
|
@ -3,6 +3,6 @@
|
|||||||
You can make a note of student activities using student log.
|
You can make a note of student activities using student log.
|
||||||
Logs can be categorised as 'General', 'Academic', 'Medical' or 'Achievement'
|
Logs can be categorised as 'General', 'Academic', 'Medical' or 'Achievement'
|
||||||
|
|
||||||
<img class="screenshot" alt="Student" src="{{url_prefix}}/assets/img/schools/student/student-log.png">
|
<img class="screenshot" alt="Student" src="{{docs_base_url}}/assets/img/schools/student/student-log.png">
|
||||||
|
|
||||||
{next}
|
{next}
|
||||||
|
@ -5,6 +5,6 @@ The student doctype maintains personal details of the student.
|
|||||||
|
|
||||||
You can view everything related to a particular student on this page. Eg : Fees, Student Group, etc
|
You can view everything related to a particular student on this page. Eg : Fees, Student Group, etc
|
||||||
|
|
||||||
<img class="screenshot" alt="Student" src="{{url_prefix}}/assets/img/schools/student/student.png">
|
<img class="screenshot" alt="Student" src="{{docs_base_url}}/assets/img/schools/student/student.png">
|
||||||
|
|
||||||
{next}
|
{next}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user