mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
Rename schools to Education (#11524)
* renaming for the docs, demo data and patch * changes in the doctypes and reports * rename the config file * Few name changes in messages and license * rename the school settings to education settings * changes in the documentation * added the setup file for the fixtures * corrected the ui tests file path * fix the codacy * add the patch for renaming few doctypes and fields * changes in the patch
This commit is contained in:
committed by
Nabin Hait
parent
acccdb3890
commit
966f141f62
@@ -2,12 +2,12 @@
|
||||
|
||||
Assessment Criteria is the parameter based on which you assess the Student.
|
||||
|
||||
<img class="screenshot" alt="Assessment Criteria" src="/docs/assets/img/schools/assessment/assessment-criteria.png">
|
||||
<img class="screenshot" alt="Assessment Criteria" src="/docs/assets/img/education/assessment/assessment-criteria.png">
|
||||
|
||||
After assessment is conducted for a Course, marks earned are entered based on the Assessment Criteria. For example, if assessment was conducted for science subject, then you can evaluate Student in Science on various criteria like Writing, Practicals, Presentation etc.
|
||||
|
||||
Assessment Criteria is be used when scheduling Assessment Plan for Student Group and Course.
|
||||
|
||||
<img class="screenshot" alt="Assessment Plan Criteria" src="/docs/assets/img/schools/assessment/assessment-plan-criteria.png">
|
||||
<img class="screenshot" alt="Assessment Plan Criteria" src="/docs/assets/img/education/assessment/assessment-plan-criteria.png">
|
||||
|
||||
{next}
|
||||
@@ -4,10 +4,10 @@ Assessment Group tree is a master where you can define the hierarchy for examina
|
||||
|
||||
For example, if you conduct two assessment in a academic year, then setup Assessment Group as following.
|
||||
|
||||
<img class="screenshot" alt="Assessment Group Term" src="/docs/assets/img/schools/assessment/assessment-group-term.png">
|
||||
<img class="screenshot" alt="Assessment Group Term" src="/docs/assets/img/education/assessment/assessment-group-term.png">
|
||||
|
||||
On the same lines, you can also define multiple Assessment Group bases on assessment conducted in your institute.
|
||||
|
||||
<img class="screenshot" alt="Assessment Group Term" src="/docs/assets/img/schools/assessment/assessment-group-details.png">
|
||||
<img class="screenshot" alt="Assessment Group Term" src="/docs/assets/img/education/assessment/assessment-group-details.png">
|
||||
|
||||
{next}
|
||||
@@ -10,10 +10,10 @@ To schedule an assessment/examination for a Student Group, for specific Course,
|
||||
|
||||
4. Examiner and Supervisor
|
||||
|
||||
<img class="screenshot" alt="Assessment Plan Details" src="/docs/assets/img/schools/assessment/assessment-plan-details.png">
|
||||
<img class="screenshot" alt="Assessment Plan Details" src="/docs/assets/img/education/assessment/assessment-plan-details.png">
|
||||
|
||||
5. Assessment Criteria is list of criteria based which each student in will be evaluated and grades will be assigned.
|
||||
|
||||
<img class="screenshot" alt="Assessment Plan Criteria" src="/docs/assets/img/schools/assessment/assessment-plan-criteria.png">
|
||||
<img class="screenshot" alt="Assessment Plan Criteria" src="/docs/assets/img/education/assessment/assessment-plan-criteria.png">
|
||||
|
||||
{next}
|
||||
@@ -1,7 +1,7 @@
|
||||
#Assessment Result
|
||||
|
||||
Assessment Result is a log of marks/grades earned by the student for specific Assessment. Assessment Result is created in the backend based on the marks entered in the [Assessment Result Tool](/docs/user/manual/en/schools/assessment/assessment_result_tool.html).
|
||||
Assessment Result is a log of marks/grades earned by the student for specific Assessment. Assessment Result is created in the backend based on the marks entered in the [Assessment Result Tool](/docs/user/manual/en/education/assessment/assessment_result_tool.html).
|
||||
|
||||
<img class="screenshot" alt="Assessment Result" src="/docs/assets/img/schools/assessment/assessment-result.png">
|
||||
<img class="screenshot" alt="Assessment Result" src="/docs/assets/img/education/assessment/assessment-result.png">
|
||||
|
||||
{next}
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Assessment Result Tool help you entering marks earned by the Students for specific course. In this tool, based on the Assessment Plan, all the Student will be fetched into Assessment Result Tool. Also, Columns for Assessment Criteria will be where marks earned can be entered for each Student.
|
||||
|
||||
<img class="screenshot" alt="Assessment Result Tool" src="/docs/assets/img/schools/assessment/assessment-result-tool.png">
|
||||
<img class="screenshot" alt="Assessment Result Tool" src="/docs/assets/img/education/assessment/assessment-result-tool.png">
|
||||
|
||||
As you go on entering marks for a Student, and switch to next student, in the backend, Student Result record will be auto-created for that Student.
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
In the Grading Scale, you can define various grades and threshold for them. Based on the score earned by an Student for an Assessment, Grade will be assigned.
|
||||
|
||||
<img class="screenshot" alt="Grading Scale" src="/docs/assets/img/schools/assessment/grading-scale.png">
|
||||
<img class="screenshot" alt="Grading Scale" src="/docs/assets/img/education/assessment/grading-scale.png">
|
||||
|
||||
{next}
|
||||
@@ -10,6 +10,6 @@ To mark the **Attedance* based on Student Group select the group based on
|
||||
|
||||
Student detials will be autofetched and you can mark the attendance of the given date.
|
||||
|
||||
<img class="screenshot" alt="Student Attendance" src="/docs/assets/img/schools/setup/student-attendance-tool.gif">
|
||||
<img class="screenshot" alt="Student Attendance" src="/docs/assets/img/education/setup/student-attendance-tool.gif">
|
||||
|
||||
{next}
|
||||
@@ -8,7 +8,7 @@ To create Attendance record :
|
||||
|
||||
Select the **Student, Course Schedule and Student Group** for which attendance is to be marked for the given date. Set the Status to Present/Absent and save.
|
||||
|
||||
<img class="screenshot" alt="Student Attendance" src="/docs/assets/img/schools/schedule/student-attendance.gif">
|
||||
<img class="screenshot" alt="Student Attendance" src="/docs/assets/img/education/schedule/student-attendance.gif">
|
||||
|
||||
**Student Attendance tool** can be used for bulk updation of the attendance based on **Batch, Course or Activity**.
|
||||
|
||||
@@ -4,9 +4,9 @@ ERPNext allows you to record the leave application for a student.
|
||||
|
||||
To create a Student Leave application record, enter the Student and the date for the leave is applied and save.
|
||||
|
||||
<img class="screenshot" alt="Student Attendance" src="/docs/assets/img/schools/schedule/student-leave-application.gif">
|
||||
<img class="screenshot" alt="Student Attendance" src="/docs/assets/img/education/schedule/student-leave-application.gif">
|
||||
|
||||
Incase the student is not attending the school in order to participate or represent school in any event, he/she can be mark as present from the Leave Application itself.
|
||||
Incase the student is not attending the institute in order to participate or represent institute in any event, he/she can be mark as present from the Leave Application itself.
|
||||
|
||||
Once a Leave Application is recorded for a student it will not be recorded in the absent student report as he has applied for a leave.
|
||||
|
||||
@@ -7,10 +7,10 @@ You can create the the Program Enrollment for :
|
||||
|
||||
1. **Student Applicants** >> List of Student Applicants will be fetched for the selected **Program** and **Academic year**.
|
||||
|
||||
<img class="screenshot" alt="Student Applicant Enrollment" src="/docs/assets/img/schools/admission/program-enrollment-tool.gif">
|
||||
<img class="screenshot" alt="Student Applicant Enrollment" src="/docs/assets/img/education/admission/program-enrollment-tool.gif">
|
||||
|
||||
2. **Program Enrollment** >> You can bulk update the **Program** for the students from one academic year to another in the same **Program** or a new **Program**.
|
||||
|
||||
<img class="screenshot" alt="Student Applicant Enrollment" src="/docs/assets/img/schools/admission/program-enrollment-tool01.gif">
|
||||
<img class="screenshot" alt="Student Applicant Enrollment" src="/docs/assets/img/education/admission/program-enrollment-tool01.gif">
|
||||
|
||||
{next}
|
||||
@@ -4,7 +4,7 @@ Program Enrollment describes an educational model where students must complete a
|
||||
|
||||
Once a student have applied for the **Program** and the application is approved, the program enrollment is done for that student.
|
||||
|
||||
<img class="screenshot" alt="Student Applicant Enrollment" src="/docs/assets/img/schools/admission/program-enrollment.gif">
|
||||
<img class="screenshot" alt="Student Applicant Enrollment" src="/docs/assets/img/education/admission/program-enrollment.gif">
|
||||
|
||||
- A student can be enrolled in multiple Course for a program in a given academeic year.
|
||||
- Based on the Fee structure selected at the time of enrollment Fee detials are created of the student.
|
||||
@@ -3,7 +3,7 @@
|
||||
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.
|
||||
|
||||
<img class="screenshot" alt="Student Applicant" src="/docs/assets/img/schools/admission/student-applicant.png">
|
||||
<img class="screenshot" alt="Student Applicant" src="/docs/assets/img/education/admission/student-applicant.png">
|
||||
|
||||
### Application Status
|
||||
|
||||
@@ -20,11 +20,11 @@ You can Approve or Reject a student applicant. By accepting a student applicant
|
||||
### Student Enrollment
|
||||
Once the form is submitted you can either approve or reject the application form.
|
||||
|
||||
<img class="screenshot" alt="Student Applicant Enrollment" src="/docs/assets/img/schools/admission/student-application-actions.png">
|
||||
<img class="screenshot" alt="Student Applicant Enrollment" src="/docs/assets/img/education/admission/student-application-actions.png">
|
||||
|
||||
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/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/user/manual/en/education/student/program-enrollment.html).
|
||||
|
||||
<img class="screenshot" alt="Student Applicant Enrollment" src="/docs/assets/img/schools/admission/student-applicant-enroll.png">
|
||||
<img class="screenshot" alt="Student Applicant Enrollment" src="/docs/assets/img/education/admission/student-applicant-enroll.png">
|
||||
|
||||
{next}
|
||||
@@ -4,10 +4,10 @@ The admission process begins with filling the admission form. The Student Admiss
|
||||
|
||||
To create a Student Admission record go to :
|
||||
|
||||
**Schools** >> **Admissions** >> **Student Admission** >>
|
||||
**education** >> **Admissions** >> **Student Admission** >>
|
||||
|
||||
|
||||
<img class="screenshot" alt="Student Applicant" src="/docs/assets/img/schools/admission/student-admission.gif">
|
||||
<img class="screenshot" alt="Student Applicant" src="/docs/assets/img/education/admission/student-admission.gif">
|
||||
|
||||
Once an admission record is created, the age eligibility criteria can be determined for the every program. Similarly, you can also determine the application fee and naming series for every student applicant. If you keep the naming series blank then the default naming series will be applied for every student applicant.
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
List of all different type of fees collected.
|
||||
|
||||
<img class="screenshot" alt="Fees Category" src="/docs/assets/img/schools/fees/fee-category.png">
|
||||
<img class="screenshot" alt="Fees Category" src="/docs/assets/img/education/fees/fee-category.png">
|
||||
|
||||
{next}
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
A Fee Structure is a template that can be used while making fee records.
|
||||
|
||||
<img class="screenshot" alt="Fees Structure" src="/docs/assets/img/schools/fees/fee-structure.png">
|
||||
<img class="screenshot" alt="Fees Structure" src="/docs/assets/img/education/fees/fee-structure.png">
|
||||
|
||||
{next}
|
||||
8
erpnext/docs/user/manual/en/education/fees/fees.md
Normal file
8
erpnext/docs/user/manual/en/education/fees/fees.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Fees
|
||||
|
||||
Maintain a record of fees collected from students.
|
||||
The [Fee Structure](/docs/user/manual/en/education/fees/fee-structure.html) is fetched based on the selected Program and Academic Term.
|
||||
|
||||
<img class="screenshot" alt="Fees" src="/docs/assets/img/education/fees/fees.png">
|
||||
|
||||
{next}
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
This section contains 'Fee' related documents.
|
||||
|
||||
<img class="screenshot" alt="Fees Section" src="/docs/assets/img/schools/fees/fees-section.png">
|
||||
<img class="screenshot" alt="Fees Section" src="/docs/assets/img/education/fees/fees-section.png">
|
||||
|
||||
### Topics
|
||||
|
||||
8
erpnext/docs/user/manual/en/education/index.md
Normal file
8
erpnext/docs/user/manual/en/education/index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Education
|
||||
|
||||
|
||||
The Education Domain in ERPNext is designed to meet requirements of any educational Institute whether that is a school, college or any other private firm. ERPNext provides a centralized system, which can be used to maintain and update all the activities related to an Institution. It will provide a complete package for every funcationality required in any institute like Online Admission, Fees, Attendance, Examination.
|
||||
|
||||
<img class="screenshot" alt="Fees Section" src="/docs/assets/img/education/module.png">
|
||||
|
||||
{index}
|
||||
@@ -3,13 +3,13 @@
|
||||
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.
|
||||
|
||||
<img class="screenshot" alt="Course Schedule" src="/docs/assets/img/schools/schedule/course-schedule.png">
|
||||
<img class="screenshot" alt="Course Schedule" src="/docs/assets/img/education/schedule/course-schedule.png">
|
||||
|
||||
### Marking Attendance
|
||||
|
||||
You can mark attendance for a Student Group against a Course Schedule.
|
||||
|
||||
<img class="screenshot" alt="Course Schedule Attendance" src="/docs/assets/img/schools/schedule/course-schedule-att.png">
|
||||
<img class="screenshot" alt="Course Schedule Attendance" src="/docs/assets/img/education/schedule/course-schedule-att.png">
|
||||
|
||||
- To make attendance, expand the attendance section.
|
||||
- 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.
|
||||
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="/docs/assets/img/schools/schedule/course-schedule-att-1.png">
|
||||
<img class="screenshot" alt="Course Schedule Attendance" src="/docs/assets/img/education/schedule/course-schedule-att-1.png">
|
||||
|
||||
{next}
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
The Examination record can be used to track the exam schedule and the results of that exam.
|
||||
|
||||
<img class="screenshot" alt="Examination" src="/docs/assets/img/schools/schedule/examination.png">
|
||||
<img class="screenshot" alt="Examination" src="/docs/assets/img/education/schedule/examination.png">
|
||||
|
||||
|
||||
{next}
|
||||
@@ -1,6 +1,6 @@
|
||||
# Schedule
|
||||
|
||||
<img class="screenshot" alt="Schedule Section" src="/docs/assets/img/schools/schedule/schedule-section.png">
|
||||
<img class="screenshot" alt="Schedule Section" src="/docs/assets/img/education/schedule/schedule-section.png">
|
||||
|
||||
### Topics
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
This tool can be used to create 'Course Schedules'.
|
||||
|
||||
<img class="screenshot" alt="Scheduling Tool" src="/docs/assets/img/schools/schedule/scheduling-tool.png">
|
||||
<img class="screenshot" alt="Scheduling Tool" src="/docs/assets/img/education/schedule/scheduling-tool.png">
|
||||
|
||||
### Creating Course Schedules
|
||||
|
||||
@@ -4,7 +4,7 @@ An academic term (or simply "term") is a portion of an academic year, the time d
|
||||
|
||||
The **Academic term** form in ERPNext enables you to create academic terms within in a year. Based on the term schedule enter the start and end date for the schedule and generate the term for a Academic year.
|
||||
|
||||
<img class="screenshot" alt="Academic Term" src="/docs/assets/img/schools/setup/academic-term.png">
|
||||
<img class="screenshot" alt="Academic Term" src="/docs/assets/img/education/setup/academic-term.png">
|
||||
|
||||
|
||||
{next}
|
||||
@@ -1,10 +1,10 @@
|
||||
# Academic Year
|
||||
|
||||
An academic year is a period of time which schools, colleges and universities use to measure a quantity of study.
|
||||
An academic year is a period of time which education, colleges and universities use to measure a quantity of study.
|
||||
|
||||
The **Academic year** form have the Start and End date for the Academic year.
|
||||
|
||||
<img class="screenshot" alt="Academic Year" src="/docs/assets/img/schools/setup/academic-year.png">
|
||||
<img class="screenshot" alt="Academic Year" src="/docs/assets/img/education/setup/academic-year.png">
|
||||
|
||||
**Student group** link is given to view or add the respective groups to the Academic year.
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
|
||||
To create a **Course** enter the Course name and Code. Code for the course should be unique for every course. You can also link the department under which the course is conducted.
|
||||
|
||||
<img class="screenshot" alt="Course" src="/docs/assets/img/schools/setup/course.png">
|
||||
<img class="screenshot" alt="Course" src="/docs/assets/img/education/setup/course.png">
|
||||
|
||||
Once a **Course** is created, a course schedule can defined for the same.
|
||||
|
||||
<img class="screenshot" alt="Course" src="/docs/assets/img/schools/setup/Course.gif">
|
||||
<img class="screenshot" alt="Course" src="/docs/assets/img/education/setup/Course.gif">
|
||||
|
||||
The Course form is further linked to **Program, Student Group and Assessment Plan** doctypes. The links allow to view/create the related documents for a **Course**.
|
||||
|
||||
9
erpnext/docs/user/manual/en/education/setup/index.md
Normal file
9
erpnext/docs/user/manual/en/education/setup/index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Setup
|
||||
|
||||
The Setup section of education module provides facility to make some basic configuration. Below are doctypes for basic configuration.
|
||||
|
||||
<img class="screenshot" alt="Setup Section" src="/docs/assets/img/education/setup/setup-section.png">
|
||||
|
||||
### Topics
|
||||
|
||||
{index}
|
||||
@@ -6,4 +6,4 @@ student-category
|
||||
student-batch-name
|
||||
academic-term
|
||||
academic-year
|
||||
school-settings
|
||||
education-settings
|
||||
@@ -4,14 +4,14 @@ An instructoe is a teacher, or professor, of a specialised subject that involves
|
||||
|
||||
You can create an Instructor and link it to the Employee master and a Departmemt.
|
||||
|
||||
<img class="screenshot" alt="Instructor" src="/docs/assets/img/schools/setup/instructor.png">
|
||||
<img class="screenshot" alt="Instructor" src="/docs/assets/img/education/setup/instructor.png">
|
||||
|
||||
An **Instructor** is further linked to a **Course Schedule**, where you can define the schedule for a **Course** for a give date and **Room no**.
|
||||
|
||||
<img class="screenshot" alt="Instructor" src="/docs/assets/img/schools/setup/instructor.gif">
|
||||
<img class="screenshot" alt="Instructor" src="/docs/assets/img/education/setup/instructor.gif">
|
||||
It is also linked to **Student group** where an **Instructor** is assigned to the Student group.
|
||||
|
||||
<img class="screenshot" alt="Instructor" src="/docs/assets/img/schools/setup/student-group-instructor.gif">
|
||||
<img class="screenshot" alt="Instructor" src="/docs/assets/img/education/setup/student-group-instructor.gif">
|
||||
|
||||
An **Instructor** is also linked to an **Assesment Plan** for a Student group. The Instructor can be an Examiner or the supervisor for the assesment.
|
||||
|
||||
@@ -4,15 +4,15 @@ An educational program is a program written by the institutions which determines
|
||||
|
||||
To create a Program go to :
|
||||
|
||||
###Schools >> Setup >> Program >> New Program
|
||||
###education >> Setup >> Program >> New Program
|
||||
|
||||
Enter a unique code for every **Program**. You can also link the **Program** to the department under which it is conducted.
|
||||
|
||||
<img class="screenshot" alt="Program" src="/docs/assets/img/schools/setup/program.png">
|
||||
<img class="screenshot" alt="Program" src="/docs/assets/img/education/setup/program.png">
|
||||
|
||||
Add the relevant Course and the Fee details for a program.
|
||||
|
||||
<img class="screenshot" alt="Program" src="/docs/assets/img/schools/setup/course-fee-program.png">
|
||||
<img class="screenshot" alt="Program" src="/docs/assets/img/education/setup/course-fee-program.png">
|
||||
|
||||
The Program Doctype is further linked to the **Student applicant**, **Program enrollment, Student group, Fee structre and Fee**. The links allow to view or create the related document for a Program.
|
||||
|
||||
@@ -4,14 +4,14 @@ A classroom is a space (room or lab) where you want to schedule courses or exami
|
||||
|
||||
The Room doctype allows you to record the room number and the seating capacity for a classroom. Once a room is created Course schedule link is provided in the Room doctype to view or add the course schedule for the classroom.
|
||||
|
||||
<img class="screenshot" alt="Room" src="/docs/assets/img/schools/setup/room.png">
|
||||
<img class="screenshot" alt="Room" src="/docs/assets/img/education/setup/room.png">
|
||||
|
||||
The course schedule validate the availability of the Room number and an alert message is shown if there is an overlap for the Room number for a given time slot.
|
||||
|
||||
<img class="screenshot" alt="Room" src="/docs/assets/img/schools/setup/Course-schedule-error.png">
|
||||
<img class="screenshot" alt="Room" src="/docs/assets/img/education/setup/Course-schedule-error.png">
|
||||
|
||||
The Room number is further linked to the Assesment plan. It validates the availability of examination room for the assessment to be held for a given date and time.
|
||||
|
||||
<img class="screenshot" alt="Room" src="/docs/assets/img/schools/setup/Room-Assesment-plan.png">
|
||||
<img class="screenshot" alt="Room" src="/docs/assets/img/education/setup/Room-Assesment-plan.png">
|
||||
|
||||
{next}
|
||||
@@ -0,0 +1,15 @@
|
||||
# Education Settings
|
||||
|
||||
The Education Settings page allow you to setup basic settings like **Academic Year and Term** for the educational setup.
|
||||
|
||||
<img class="screenshot" alt="Student" src="/docs/assets/img/education/student/education.png">
|
||||
|
||||
The checkbox to Validate Batch for Students in Student Group enables the Student Batch validation for every Student from the Program Enrollment for the **Batch** based on **Student Group**
|
||||
|
||||
<img class="screenshot" alt="Student" src="/docs/assets/img/education/student/student-batch-validation.gif">
|
||||
|
||||
You can enable the validation of Course for every Student from the enrolled Courses in Program Enrollment,for Course based Student Group by checking the settings for **Validate Enrolled Course for Students in Student Group**
|
||||
|
||||
<img class="screenshot" alt="Student" src="/docs/assets/img/education/student/student-course-validation.gif">
|
||||
|
||||
{next}
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Student batch is a collection of students from Student Groups. **Student batch** allows you to create **Student Group** based on a batch. When a student is enrolled for a **Program**, the Student batch is selected to enroll the student for the given Program and batch
|
||||
|
||||
<img class="screenshot" alt="Student" src="/docs/assets/img/schools/student/student-batch.gif">
|
||||
<img class="screenshot" alt="Student" src="/docs/assets/img/education/student/student-batch.gif">
|
||||
|
||||
You can also get a **Student Batch-Wise Attendance** report to view the number of student present from the Batch.
|
||||
|
||||
@@ -6,7 +6,7 @@ To create Student category go to Setup >> Student Category >> New.
|
||||
|
||||
We can create new student category by adding a name and save it
|
||||
|
||||
<img class="screenshot" alt="Student" src="/docs/assets/img/schools/student/student-category.gif">
|
||||
<img class="screenshot" alt="Student" src="/docs/assets/img/education/student/student-category.gif">
|
||||
|
||||
|
||||
{next}
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
The Guardian doctype allows you to record the guardian details for a **Student**.
|
||||
|
||||
<img class="screenshot" alt="Student" src="/docs/assets/img/schools/student/guardian.png">
|
||||
<img class="screenshot" alt="Student" src="/docs/assets/img/education/student/guardian.png">
|
||||
|
||||
The email id added in the **Guardian** detail can be linked to a email group for sending newsletter or announcements.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Student batch is a collection of students from Student Groups. **Student batch** allows you to create **Student Group** based on a batch. When a student is enrolled for a **Program**, the Student batch is selected to enroll the student for the given Program and batch
|
||||
|
||||
<img class="screenshot" alt="Student" src="/docs/assets/img/schools/student/student-batch.gif">
|
||||
<img class="screenshot" alt="Student" src="/docs/assets/img/education/student/student-batch.gif">
|
||||
|
||||
You can also get a **Student Batch-Wise Attendance** report to view the number of student present from the Batch.
|
||||
|
||||
@@ -4,11 +4,11 @@ The Student group creation tool allows you to create student groups in bulk.
|
||||
|
||||
To create Student group using this tool go to
|
||||
|
||||
##Schools >>Student >> Student Group creation tool
|
||||
##education >>Student >> Student Group creation tool
|
||||
|
||||
Select the **Academic Term** and the **Program** for which a student group is to be created.
|
||||
|
||||
<img class="screenshot" alt="Student Group Creation Tool" src="/docs/assets/img/schools/student/student-group-creation-tool.gif">
|
||||
<img class="screenshot" alt="Student Group Creation Tool" src="/docs/assets/img/education/student/student-group-creation-tool.gif">
|
||||
|
||||
By default the student group is created based on the **Course** only. The check box for "Separate course based Group for every Batch" allows you to create batchwise Student groups for a course.
|
||||
|
||||
@@ -6,15 +6,15 @@ A Student Group needs to be created for every course for **Academic Term** and *
|
||||
|
||||
To create a Student Group go to:
|
||||
|
||||
Schools >> Student >> New Student Group
|
||||
education >> Student >> New Student Group
|
||||
|
||||
<img class="screenshot" alt="Student Group" src="/docs/assets/img/schools/student/Student-group.gif">
|
||||
<img class="screenshot" alt="Student Group" src="/docs/assets/img/education/student/Student-group.gif">
|
||||
|
||||
To create a Student group based on **Batch**, select the **Progam** and **Batch**, where as to create a Student group based on **Course**, you will only have to select the Course Code. Creating a student group based on activity allows you to group of student for events and activities happening in the institute.
|
||||
|
||||
Once a student group is created you can mark attendance for the group.
|
||||
|
||||
<img class="screenshot" alt="Student Group" src="/docs/assets/img/schools/student/student-group-attendance.gif">
|
||||
<img class="screenshot" alt="Student Group" src="/docs/assets/img/education/student/student-group-attendance.gif">
|
||||
|
||||
You can also update the **Email Group** for the Student Group. Click on Update Email Group to add all the email ids of the gaurdians in the respective email group and **Newsletter** can be created and sent to the Email group.
|
||||
|
||||
@@ -4,6 +4,6 @@ The Student log Doctype enables you to add and edit addtional information for a
|
||||
You can make a note of student activities using Student log.
|
||||
Logs can be categorised as 'General', 'Academic', 'Medical' or 'Achievement'
|
||||
|
||||
<img class="screenshot" alt="Student" src="/docs/assets/img/schools/student/student-log.png">
|
||||
<img class="screenshot" alt="Student" src="/docs/assets/img/education/student/student-log.png">
|
||||
|
||||
{next}
|
||||
@@ -3,7 +3,7 @@
|
||||
A Student is a person who has enrolled at your institute and you have accepted their application.
|
||||
The Student doctype maintains detials like personal information, date of birth, address etc. It also records the **Guardian** and sibling details.
|
||||
|
||||
<img class="screenshot" alt="Student" src="/docs/assets/img/schools/student/student.png">
|
||||
<img class="screenshot" alt="Student" src="/docs/assets/img/education/student/student.png">
|
||||
The student is enrolled in a **Program** when the application is approved. Once the enrollement is done the **Student Applicant** status is update to Admitted.
|
||||
|
||||
You can view every doctype created for a particular student. Eg : Fees, Student Group, etc
|
||||
@@ -15,3 +15,4 @@ website
|
||||
using-erpnext
|
||||
regional
|
||||
customize-erpnext
|
||||
education
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
# Fees
|
||||
|
||||
Maintain a record of fees collected from students.
|
||||
The [Fee Structure](/docs/user/manual/en/schools/fees/fee-structure.html) is fetched based on the selected Program and Academic Term.
|
||||
|
||||
<img class="screenshot" alt="Fees" src="/docs/assets/img/schools/fees/fees.png">
|
||||
|
||||
{next}
|
||||
@@ -1,8 +0,0 @@
|
||||
# Schools
|
||||
|
||||
|
||||
The School Modules in ERPNext is designed to meet requirements of Schools, Colleges & Educational Institutes. This is a centralized system, which maintains and updates all the activities related to an Institution. This will ease the process of each and every aspect of a School, be it Students, Admission, Examination and Fee.
|
||||
|
||||
<img class="screenshot" alt="Fees Section" src="/docs/assets/img/schools/module.png">
|
||||
|
||||
{index}
|
||||
@@ -1,9 +0,0 @@
|
||||
# Setup
|
||||
|
||||
The Setup section of Schools module provides facility to make some basic configuration. Below are doctypes for basic configuration.
|
||||
|
||||
<img class="screenshot" alt="Setup Section" src="/docs/assets/img/schools/setup/setup-section.png">
|
||||
|
||||
### Topics
|
||||
|
||||
{index}
|
||||
@@ -1,15 +0,0 @@
|
||||
#School Settings
|
||||
|
||||
The Schools settings page allow you to setup basic settings like **Academic Year and Term** for the Schools setup.
|
||||
|
||||
<img class="screenshot" alt="Student" src="/docs/assets/img/schools/student/schools.png">
|
||||
|
||||
The checkbox to Validate Batch for Students in Student Group enables the Student Batch validation for every Student from the Program Enrollment for the **Batch** based on **Student Group**
|
||||
|
||||
<img class="screenshot" alt="Student" src="/docs/assets/img/schools/student/student-batch-validation.gif">
|
||||
|
||||
You can enable the validation of Course for every Student from the enrolled Courses in Program Enrollment,for Course based Student Group by checking the settings for **Validate Enrolled Course for Students in Student Group**
|
||||
|
||||
<img class="screenshot" alt="Student" src="/docs/assets/img/schools/student/student-course-validation.gif">
|
||||
|
||||
{next}
|
||||
@@ -2,12 +2,12 @@
|
||||
|
||||
Criterios de evaluación es el parámetro basado en el que se evalúa el estudiante.
|
||||
|
||||
<img class="screenshot" alt="Assessment Criteria" src="/docs/assets/img/schools/assessment/assessment-criteria.png">
|
||||
<img class="screenshot" alt="Assessment Criteria" src="/docs/assets/img/education/assessment/assessment-criteria.png">
|
||||
|
||||
Después de la evaluación para un curso, las calificaciones obtenidas se ingresan en base a los criterios de evaluación. Por ejemplo, si la evaluación se llevó a cabo para el tema de la ciencia, entonces usted puede evaluar al estudiante en ciencia en varios criterios como la escritura, prácticas, presentación, etc
|
||||
|
||||
Los Criterios de Evaluación se usan al programar el Plan de Evaluación para el Grupo de Estudiantes y el Curso.
|
||||
|
||||
<img class="screenshot" alt="Assessment Plan Criteria" src="/docs/assets/img/schools/assessment/assessment-plan-criteria.png">
|
||||
<img class="screenshot" alt="Assessment Plan Criteria" src="/docs/assets/img/education/assessment/assessment-plan-criteria.png">
|
||||
|
||||
{next}
|
||||
@@ -4,10 +4,10 @@ La estructura del grupo de evaluación es un maestro donde se puede definir la j
|
||||
|
||||
Por ejemplo, si realiza dos evaluaciones en un año académico, configure el Grupo de evaluación de la siguiente manera.
|
||||
|
||||
<img class="screenshot" alt="Assessment Group Term" src="/docs/assets/img/schools/assessment/assessment-group-term.png">
|
||||
<img class="screenshot" alt="Assessment Group Term" src="/docs/assets/img/education/assessment/assessment-group-term.png">
|
||||
|
||||
En la misma línea, también puede definir varios Grupo de Evaluación basado sobre la evaluación llevada a cabo en su instituto.
|
||||
|
||||
<img class="screenshot" alt="Assessment Group Term" src="/docs/assets/img/schools/assessment/assessment-group-details.png">
|
||||
<img class="screenshot" alt="Assessment Group Term" src="/docs/assets/img/education/assessment/assessment-group-details.png">
|
||||
|
||||
{next}
|
||||
@@ -10,10 +10,10 @@ Para programar una evaluación/examinación para un Grupo de Estudiantes, para u
|
||||
|
||||
4. Examinador y Supervisor
|
||||
|
||||
<img class="screenshot" alt="Assessment Plan Details" src="/docs/assets/img/schools/assessment/assessment-plan-details.png">
|
||||
<img class="screenshot" alt="Assessment Plan Details" src="/docs/assets/img/education/assessment/assessment-plan-details.png">
|
||||
|
||||
5. Los Criterios de Evaluación son la lista de criterios basados en que cada estudiante en será evaluado y los grados serán asignados.
|
||||
|
||||
<img class="screenshot" alt="Assessment Plan Criteria" src="/docs/assets/img/schools/assessment/assessment-plan-criteria.png">
|
||||
<img class="screenshot" alt="Assessment Plan Criteria" src="/docs/assets/img/education/assessment/assessment-plan-criteria.png">
|
||||
|
||||
{next}
|
||||
@@ -1,7 +1,7 @@
|
||||
#Resultados de Evaluación
|
||||
|
||||
El resultado de la evaluación es un registro de las calificaciones obtenidas por el estudiante para una evaluación específica. El resultado de la evaluación se crea en el backend en base a los puntos en [Herramienta de Resultados de Evaluación](/docs/user/manual/es/schools/assessment/assessment_result_tool.html).
|
||||
El resultado de la evaluación es un registro de las calificaciones obtenidas por el estudiante para una evaluación específica. El resultado de la evaluación se crea en el backend en base a los puntos en [Herramienta de Resultados de Evaluación](/docs/user/manual/es/education/assessment/assessment_result_tool.html).
|
||||
|
||||
<img class="screenshot" alt="Assessment Result" src="/docs/assets/img/schools/assessment/assessment-result.png">
|
||||
<img class="screenshot" alt="Assessment Result" src="/docs/assets/img/education/assessment/assessment-result.png">
|
||||
|
||||
{next}
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Herramienta de resultados de evaluación le ayuda a ingresar las calificaciones obtenidas por los estudiantes para un curso específico. En esta herramienta, basada en el plan de evaluación, todos los estudiantes van a ser filtrados dentro de la herramienta de resultados de la evaluación. También, Columnas para los Criterios de Evaluación serán donde las calificaciones ganadas pueden ser ingresadas para cada Estudiante.
|
||||
|
||||
<img class="screenshot" alt="Assessment Result Tool" src="/docs/assets/img/schools/assessment/assessment-result-tool.png">
|
||||
<img class="screenshot" alt="Assessment Result Tool" src="/docs/assets/img/education/assessment/assessment-result-tool.png">
|
||||
|
||||
A medida que vaya introduciendo las notas para un Estudiante y cambie al siguiente alumno, en el backend, el registro de Resultados del Estudiante se creará automáticamente para ese Estudiante.
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
En la escala de calificación, puedes definir varios grados y límites para los estudiantes. Basado en la calificación obtenida por el estudiante en la evaluación, el grado (Grade) será asignado.
|
||||
|
||||
<img class="screenshot" alt="Grading Scale" src="/docs/assets/img/schools/assessment/grading-scale.png">
|
||||
<img class="screenshot" alt="Grading Scale" src="/docs/assets/img/education/assessment/grading-scale.png">
|
||||
|
||||
{next}
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
Este formulario te permite inscribir un estudiante a un programa. Un estudiante puede ser inscrito en multiples programas.
|
||||
|
||||
<img class="screenshot" alt="Student Applicant Enrollment" src="/docs/assets/img/schools/admission/program-enrollment.png">
|
||||
<img class="screenshot" alt="Student Applicant Enrollment" src="/docs/assets/img/education/admission/program-enrollment.png">
|
||||
|
||||
{next}
|
||||
@@ -3,7 +3,7 @@
|
||||
Un registro de Aplicación de Estudiante necesita ser creado cuando un estudiante aplica para un programa en su institución.
|
||||
Puedes Aprobar o Rechazar una aplicación de estudiante. Aceptando una aplicación de un estudiante puedes agregarlos al master de estudiantes.
|
||||
|
||||
<img class="screenshot" alt="Student Applicant" src="/docs/assets/img/schools/admission/student-applicant.png">
|
||||
<img class="screenshot" alt="Student Applicant" src="/docs/assets/img/education/admission/student-applicant.png">
|
||||
|
||||
### Estados de la Aplicación
|
||||
|
||||
@@ -21,8 +21,8 @@ Puedes Aprobar o Rechazar una aplicación de estudiante. Aceptando una aplicaci
|
||||
|
||||
|
||||
Una vez aprobada una Aplicación de Estudiante, puedes inscribirlo a un programa. Cuando le das click al butón 'Inscribir',
|
||||
el sistema creará un estudiante usando esa aplicación y le va a redireccionar a el [Formulario de Inscripción al Programa](/docs/user/manual/es/schools/student/program-enrollment.html).
|
||||
el sistema creará un estudiante usando esa aplicación y le va a redireccionar a el [Formulario de Inscripción al Programa](/docs/user/manual/es/education/student/program-enrollment.html).
|
||||
|
||||
<img class="screenshot" alt="Student Applicant Enrollment" src="/docs/assets/img/schools/admission/student-applicant-enroll.png">
|
||||
<img class="screenshot" alt="Student Applicant Enrollment" src="/docs/assets/img/education/admission/student-applicant-enroll.png">
|
||||
|
||||
{next}
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
Todos los tipos diferentes de cuotas que se cobran
|
||||
|
||||
<img class="screenshot" alt="Fees Category" src="/docs/assets/img/schools/fees/fee-category.png">
|
||||
<img class="screenshot" alt="Fees Category" src="/docs/assets/img/education/fees/fee-category.png">
|
||||
|
||||
{next}
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
Una Estructura de Cuota es una plantilla que puede ser usada cuando se hacen registros de cuotas.
|
||||
|
||||
<img class="screenshot" alt="Fees Structure" src="/docs/assets/img/schools/fees/fee-structure.png">
|
||||
<img class="screenshot" alt="Fees Structure" src="/docs/assets/img/education/fees/fee-structure.png">
|
||||
|
||||
{next}
|
||||
8
erpnext/docs/user/manual/es/education/fees/fees.md
Normal file
8
erpnext/docs/user/manual/es/education/fees/fees.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Cuotas
|
||||
|
||||
Mantiene un registro de todas las cuotas recolectadas de los estudiantes.
|
||||
La [Estructura de Cuota](/docs/user/manual/es/education/fees/fee-structure.html) es seleccionada basada en el programa seleccionada y los Términos Académicos.
|
||||
|
||||
<img class="screenshot" alt="Fees" src="/docs/assets/img/education/fees/fees.png">
|
||||
|
||||
{next}
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Esta sección contiene todos los documentos relacionado a las 'Cuota'
|
||||
|
||||
<img class="screenshot" alt="Fees Section" src="/docs/assets/img/schools/fees/fees-section.png">
|
||||
<img class="screenshot" alt="Fees Section" src="/docs/assets/img/education/fees/fees-section.png">
|
||||
|
||||
### Temas
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Schools
|
||||
# Education
|
||||
|
||||
|
||||
Los módulos de School estan diseñados para satisfacer los requerimientos de Escuelas, Colegios e Institutos Educacionales.
|
||||
|
||||
<img class="screenshot" alt="Fees Section" src="/docs/assets/img/schools/module.png">
|
||||
<img class="screenshot" alt="Fees Section" src="/docs/assets/img/education/module.png">
|
||||
|
||||
{index}
|
||||
@@ -3,13 +3,13 @@
|
||||
El Horario de Curso es el horario de una sesión de un profesor para un Curso en particular.
|
||||
Puedes ver un resumen del horario del curso en la vista de Calendario.
|
||||
|
||||
<img class="screenshot" alt="Course Schedule" src="/docs/assets/img/schools/schedule/course-schedule.png">
|
||||
<img class="screenshot" alt="Course Schedule" src="/docs/assets/img/education/schedule/course-schedule.png">
|
||||
|
||||
### Marcando asistencia
|
||||
|
||||
Puedes pasar la asistencia para un grupo de estudiantes usando el Horario de Curso.
|
||||
|
||||
<img class="screenshot" alt="Course Schedule Attendance" src="/docs/assets/img/schools/schedule/course-schedule-att.png">
|
||||
<img class="screenshot" alt="Course Schedule Attendance" src="/docs/assets/img/education/schedule/course-schedule-att.png">
|
||||
|
||||
- Para hacer la asistencia, expandir la sección de asistencia.
|
||||
- Selecciona los estudiantes que estaban presentes para esa sesión.
|
||||
@@ -20,6 +20,6 @@ Puedes pasar la asistencia para un grupo de estudiantes usando el Horario de Cur
|
||||
Una vez hayas marcado la asistencia usando la sección de asistencia en el Horario de un Curso, esta sección debería estar oculta.
|
||||
Un botón de Ver Asistencia debería aparecer. Click en el botón para ver todos los registros de asistencia creados para ese Horario de Curso.
|
||||
|
||||
<img class="screenshot" alt="Course Schedule Attendance" src="/docs/assets/img/schools/schedule/course-schedule-att-1.png">
|
||||
<img class="screenshot" alt="Course Schedule Attendance" src="/docs/assets/img/education/schedule/course-schedule-att-1.png">
|
||||
|
||||
{next}
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
El registro de examinación puede ser usado para hacer el seguimiento del horario de los examenes y los resultados de los mismos.
|
||||
|
||||
<img class="screenshot" alt="Examination" src="/docs/assets/img/schools/schedule/examination.png">
|
||||
<img class="screenshot" alt="Examination" src="/docs/assets/img/education/schedule/examination.png">
|
||||
|
||||
|
||||
{next}
|
||||
@@ -1,6 +1,6 @@
|
||||
# Horario
|
||||
|
||||
<img class="screenshot" alt="Schedule Section" src="/docs/assets/img/schools/schedule/schedule-section.png">
|
||||
<img class="screenshot" alt="Schedule Section" src="/docs/assets/img/education/schedule/schedule-section.png">
|
||||
|
||||
### Temas
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Esta herramienta puede ser usada para crear los Horarios de los Cursos.
|
||||
|
||||
<img class="screenshot" alt="Scheduling Tool" src="/docs/assets/img/schools/schedule/scheduling-tool.png">
|
||||
<img class="screenshot" alt="Scheduling Tool" src="/docs/assets/img/education/schedule/scheduling-tool.png">
|
||||
|
||||
### Creando Horarios de Cursos
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
Mantiene los registros de la asistencia del estudiante. Los registros de asistencia pueden ser creados sobre los horarios de los cursos (Course Schedules).
|
||||
|
||||
<img class="screenshot" alt="Student Attendance" src="/docs/assets/img/schools/schedule/student-attendance.png">
|
||||
<img class="screenshot" alt="Student Attendance" src="/docs/assets/img/education/schedule/student-attendance.png">
|
||||
|
||||
{next}
|
||||
@@ -1,6 +1,6 @@
|
||||
# Término Académico
|
||||
|
||||
<img class="screenshot" alt="Academic Term" src="/docs/assets/img/schools/setup/academic-term.png">
|
||||
<img class="screenshot" alt="Academic Term" src="/docs/assets/img/education/setup/academic-term.png">
|
||||
|
||||
|
||||
{next}
|
||||
@@ -1,5 +1,5 @@
|
||||
# Año Académico
|
||||
|
||||
<img class="screenshot" alt="Academic Year" src="/docs/assets/img/schools/setup/academic-year.png">
|
||||
<img class="screenshot" alt="Academic Year" src="/docs/assets/img/education/setup/academic-year.png">
|
||||
|
||||
{next}
|
||||
5
erpnext/docs/user/manual/es/education/setup/course.md
Normal file
5
erpnext/docs/user/manual/es/education/setup/course.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Curso
|
||||
|
||||
<img class="screenshot" alt="Course" src="/docs/assets/img/education/setup/course.png">
|
||||
|
||||
{next}
|
||||
@@ -1,6 +1,6 @@
|
||||
# Configuración
|
||||
|
||||
<img class="screenshot" alt="Setup Section" src="/docs/assets/img/schools/setup/setup-section.png">
|
||||
<img class="screenshot" alt="Setup Section" src="/docs/assets/img/education/setup/setup-section.png">
|
||||
|
||||
### Temas
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user