Posts

Showing posts from February, 2017

Attendance Management System

Image
       In my 2nd year 1st semester i was given a chance to explore my OOP concepts(encapsulation, abstraction, inheritance and polymorphism) by doing a group project comprises of 4 members. This project was all about developing a standalone application using Java and MySQL. We selected the topic "Attendance Management System" and set the scope as school environment. The main functions of our project were: 1.Recording staff and student details. 2.Recording and maintaining attendance of both staff and students. 3.Filtering attendance record based on required criteria. 4.Maintaining user accounts. 5.Generating Reports. As my part i did functions 2, 4 and 5( generating reports were mandatory for all the group members).I developed the login page which allows the user to login to the system by providing one's user name, password and user type. We had 2 users, academic staff and administrator.  All the staff members are allowed to view all the students' att