Program description:
System development environment: Windows xp sp2 + vs2005 + sqlserver2000
Database file: AttendanceDB_Data.MDF in the Database directory, you can import it into the sqlserver2000 database yourself.
Sqlserver database login information: account sa, password 198517 (you can modify it in the Web.Config file)
System default administrator login information: Account admin Password admin
The system's default employee login account (i.e. employee number): EM001, EM002, EM003...EM008, EM009, EM010, the passwords are all 123
System functions:
(1) Attendance sign-in: Employees need to log in to the system to sign in when they go to work every day. If they have already signed in that day, no repeated operations will be performed!
(2) Attendance sign-out: Employees need to log in to the system to sign out when they get off work every day. If they have not signed in that day, the sign-out operation will not be performed. If it is not time to get off work that day, the sign-out operation will not be performed!
(3) Employee information management: After logging in to the system, the administrator can add new employee information and modify and query existing employee information! Certain employee information can be deleted. When employee information is deleted, their attendance information will also be deleted!
(4) Job category and commuting time management: Different job categories have different commuting times. Administrators can add new job categories and modify the names and commuting times of existing job categories!
(5) Department information management: Administrators can add and delete department information. When employee information exists under the department, the deletion operation will not be performed!
(6) System management: Administrators and employees can modify their login passwords after logging into the system.
System features:
(1) Automatic judgment of administrator and employee login information is realized! Different function menus are displayed according to different identities.
(2) The program uses the three-layer architecture idea and is designed using a completely object-oriented thinking method.
(3) The system uses stored procedures when performing related operations such as deleting employee information.
Expand