first

Saturday, 10 September 2016

ENGINEERING STUDENTS PROJECT

Employee Attendance System by Bar code Scan

The proposed project is a system that keeps a track of employees' attendance using barcode. This is an interesting concept set forth to automate the traditional attendance system of taking signature by using authentication technique. The traditional system requires a register maintained for manually signing the attendance by the employees which is time consuming. Hence this proposed project eliminates the need of maintaining attendance sheet.

The proposed system uses barcode method for authenticating employees with a unique barcode that represents their unique id. Every employee is provided with a card that contains the barcode. They just have to scan their cards using barcode reader and the system notes down their attendance as per date and time. System then stores all the employees' attendance records and generates a brief reports for admin as required. Such kind of application is very useful in organizations or corporations for taking daily attendance.

for further details please comment..

No comments:

Post a Comment

Round Robin Scheduling program in C | Round Robin scheduling Algorithm with Gantt chart c program|scheduling algorithms

/*Copy right SHYAM REGHU $$http://shyamtr.blogspot.in/*/ #include<stdio.h> int at[100],bt[100],rt[100],temp[100]; float wait_time=0,...