Skip to content

barackmaund1/Institute-Management-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROJECT DESCRIPTION

===================

The “Institute Management System” is based on managing the records of an institute and
managing the records of all the students and Staff. The first activity is based on entering the
students and Staff as soon as their admission is done. A unique register number is given to that
particular for his identification. The system also maintains attendance details of a particular
student. At the end of each semester, the average percentage of classes attended by each
student is displayed. The system also manages in storing student’s marks separately for each
semester. At the end of each semester, the results can be displayed by calculating his/her
semester marks.
	The second activity is based on managing the institute. The system keeps the record of the fee
payment done by each student. It also records the information and salary to be paid to each
staff members.
	Admin has the authority to add details and new admin when needed. And he also has the right
to edit or delete those information to/from the list. All the information’s are being saved in the
database.

Project Features:

----------------

Staff : When a new Staff joins the Institute, his record is saved in the database and a
		unique ID is generated.
Student : As soon as the admission is done, the student’s details are saved in the database
		and a unique register number is given to that student for his identification.
Marks Calculation : Depending on the semester marks, the final result of the student is
		calculated in terms of average percentage.
Attendance : The system maintains attendance details of a particular student. At the end of
		each semester, the average percentage of classes attended by each student can be displayed.
Collective Information : The information of an individual, student or staff, can be displayed
		collectively which include personal and academic details.
Login/Logout : This module allows the admin to Login or Logout the application. The last
		session detail of login and logout can be displayed. Further operations cannot be performed
		after user exits.

Disadvantages:

-------------

1. Database Backup is done using logical backup
2. Database backup doesn't contain image i.e blob data type
3. Database backup is done using sqldeveloper, so to import data we need to install sqldeveloper

ScreenShot

Loading Page

Sample Portfolio

Login Page

Sample Portfolio

Home Page

Sample Portfolio

Student Admission

Sample Portfolio

Attendance Detail

Sample Portfolio

Staff Detail

Sample Portfolio

About

🏫 The “Institute Management System” is based on managing the records of an institute and managing the records of all the students and Staff.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.5%
  • Other 0.5%