https://github.com/coloredcow/college-erp
An ERP system for educational institutes.
https://github.com/coloredcow/college-erp
Last synced: 3 months ago
JSON representation
An ERP system for educational institutes.
- Host: GitHub
- URL: https://github.com/coloredcow/college-erp
- Owner: ColoredCow
- Created: 2024-03-05T07:14:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-28T12:37:05.000Z (about 1 year ago)
- Last Synced: 2025-01-03T03:32:23.259Z (5 months ago)
- Language: HTML
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# College ERP
An ERP system for educational institutes. Built with [Frappe](https://frappeframework.com/), [ERPNext](https://erpnext.com/), and [ERPNext Education Module](https://docs.erpnext.com/docs/user/manual/en/education).
# Guidlines - How to make student Enrollments
1. Open the website that you have created, click on the admission in the navbar.
2. You will see different fields there, such as Program, Academic year, Academic term etc.
3. Navigate to **Education > Program > Add Program** , fill all the fields and click on save.
4. Follow same for the academic term and academic year.
5. In the admission form, fill all the details and submit the form.
6. Open student applicant, you will see the new entry there, click on that entry.
7. Now the admin can see all the details and can perform the required actions.
8. In the top right, there will be a dropdown. The admin can either approve or reject the form.
9. Suppose the admin approves the form, then there will be an Enroll button.
10. After clicking on the enroll button, the student will get enrolled.