Student attendance management system developed based on springboot [graduation thesis, source code]

Student attendance management system developed based on springboot

For more information, please go to the bottom of the article for contact information

Main functions of system design

Through market research and consulting research, we learned about the student attendance management system and the needs of administrators, so we developed modules such as administrators, teachers, and students. The functional structure diagram is as follows
insert image description here

E/R Diagram

E/R diagram of attendance information management, as shown below
insert image description here
Student E/R diagram, as shown below:insert image description here

System implementation

System login and registration

System login, the user can log in by filling in the user name, password, and selecting the corresponding role and other information on the login page; as shown in the figure Student registration, on the student registration page, complete the registration operation by filling in the student number, password,
insert image description here
confirmation password, name, grade, major, class, mobile phone and other information; as shown in the figureinsert image description here

Administrator function module

管理员登录进入系统可以查看首页,个人中心,学生管理,教师管理,班级信息管理,课程信息管理,签到信息管理,考勤信息管理,请假信息管理,考勤统计管理等功能,并进行详细操作,如图
insert image description here
学生管理;在学生管理页面中可以查看索引,学号,姓名,性别,年级,专业,班级,手机,照片等内容,并进行详情,统计考勤,修改和删除操作;如图
insert image description here
教师管理;在教师管理页面中可以查看索引,教师工号,教师姓名,性别,职称,手机,邮箱,照片等内容,并进行详情,修改和删除操作;如图
insert image description here
班级信息管理;在班级信息管理页面中可以查看索引,班级号,班级名称,班级图片,所属院系,所属专业,班主任,班级人数等内容,并进行排课程表,修改和删除操作;如图
insert image description here
考勤信息管理;在考勤信息管理页面中可以查看索引,班级名称,课程号,课程名称,课程类别,周次,上课日,节次,教师工号,教师姓名,签到状态,截止时间,学号,姓名,签到时间等内容,并进行修改和删除操作;如图
insert image description here

teacher function module

Teachers can log in to the system to view the home page, personal center, student management, class information management, course information management, sign-in information management, attendance information management, leave information management, attendance statistics management and other functions, and perform detailed operations as needed, as shown in the figureinsert image description here

学生管理;在学生管理页面中可以查看索引,学号,姓名,性别,年级,专业,班级,手机,照片等内容,并进行详情,统计考勤操作;如图insert image description here
课程信息管理;在课程信息管理页面中可以查看索引,班级名称,课程号,课程名称,课程类别,图片,周次,上课日,节次等内容,并进行发起签到操作;如图insert image description here
请假信息管理;在请假信息管理页面中可以查看索引,班级名称,课程号,课程名称,课程类别,周次,上课日,节次,教师工号,教师姓名,请假原因,学号,姓名,请假时间,审核回复,审核状态,审核等内容;如图
insert image description here

Student function module

学生登录进入系统可以查看首页,个人中心,班级信息管理,课程信息管理,签到信息管理,考勤信息管理,请假信息管理,考勤统计管理等功能,并根据需要进行详细操作,如图
insert image description here
签到信息管理;在签到信息管理页面中可以查看索引,班级名称,课程号,课程名称,课程类别,周次,上课日,节次,教师工号,教师姓名,截止时间等内容,并进行签到或请假操作;如图
insert image description here
请假信息管理;在请假信息管理页面中可以查看索引,班级名称,课程号,课程名称,课程类别,周次,上课日,节次,教师工号,教师姓名,请假原因,学号,姓名,请假时间,审核回复,审核状态等内容;如图
insert image description here

Guess you like

Origin blog.csdn.net/weixin_36058228/article/details/129652435