Manual for face recognition attendance system

This system is the background management system of face recognition attendance system, attendance data from the face recognition machine, automatic recognition of employee information record attendance. System based on JSP/SERVLET to develop and implement, development tools using IDEA or ECLIPSE, database using MYSQL database. The jdbcInfo.properties file in the Util package makes configuration changes related to the database connection.

The access path is as follows: FaceAttendSystem indicates the advertised virtual directory

1. Go to the home page and click Not Logged in. The diagram below:

2. Enter your id and password, and click the “Login” button. The default administrator ID is admin and password is 111111. The diagram below:

3. After successful login, the background page is displayed. The diagram below:

4. Click “Organization Management” to enter the page of organization details. On this page, you can add institutions, search institutions, modify institutions, delete institutions and set the work and rest management of institutions.

5. Click “Add Organization” button to enter the page of Adding organization. Enter the information as prompted in the text box and click the “Add” button. (* is mandatory) As shown below:

6. Enter 1111 and click Search. The diagram below:

7. Click “Modify” to enter the page for modifying organizations. After modifying the information, click the “Modify” button. (The organization number cannot be modified) as shown below:

8. Click “Delete” to delete the organization.

9. Click “Schedule Management” to enter the schedule page. This page allows you to add calendar and search dates. The diagram below:

10. Click “Add Schedule” to enter the page of adding schedule. Enter the information as prompted in the text box and click the “Add” button. The diagram below:

11. Enter 2017-12-05 and click Search. The diagram below:

12. Click “Staff Management” to enter the page of staff query. Select the newly added organization and click the “Query” button. The diagram below:

13. After the query is successful, the employee information page is displayed. This page allows you to add employees, search employees, modify employees, and delete employees. The diagram below:

14. Click “Add Staff” button to enter the page of Adding staff. Enter the information as prompted in the text box and click the “Add” button. The diagram below:

15. After successfully adding employees, enter 2222 in the search box and click the “Search” button. The diagram below:

16. Click “Details” to enter the page of employee details. The diagram below:

17. Click “Modify” to enter the page of staff Modification. After modifying the information, click the “Modify” button. The diagram below:

18. Click “Delete” to delete the employee.

19. Click “Holiday Management” to enter the holiday page. This page allows you to add holidays and search dates. The diagram below:

20. Click “Add Holidays” button to enter the page of adding holidays. Enter the information as prompted in the text box and click the “Add” button. The diagram below:

21. After the addition, enter 2018-01-01 in the search box and click the “Search” button. The diagram below:

22. Click “Attendance Management” to enter the attendance query page. The diagram below:

23. Click “Abnormal date exists, click to view details” to enter the abnormal date page. Click “Start statistics”, the server will run the current date of attendance. The diagram below:

24. If input information as prompted, select exception, and click the “Query” button. The attendance statistics page is displayed. The diagram below:

25. To export query data, click the “Export Excel” button. The diagram below:

25. To enter information as prompted in the text box, select the flow and click the “Query” button. The diagram below:

26. Enter the attendance statistics page of flow chart. The diagram below:

27. Click “Change Password” to enter the page for changing the password. Enter the information as prompted in the text box and click the “Modify” button. The diagram below:

The above is based on the face recognition of the attendance system