brotherton-erpnext/erpnext/docs/user/manual/en/education/admission/student-applicant.md
Manas Solanki 966f141f62 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
2017-11-23 15:22:10 +05:30

1.6 KiB

Student Applicant

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.

Student Applicant

Application Status

  • By default when a student applicant is created in the system, the application status is set to 'Applied'

  • You can update the status to 'Approved' once you approve the applicant to join your institute.

  • Once the application status is set to 'Approved', the 'Enroll' button should show up. You can create a student record against the student applicant and enroll them to a program by clicking on this button.

  • Once a student is created against the student applicant, the system shall set the application status to 'Admitted' and will not allow you to change the application status unless the student record is deleted.

Student Enrollment

Once the form is submitted you can either approve or reject the application form.

Student Applicant Enrollment

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.

Student Applicant Enrollment

{next}