XX 院毕业设计 考勤系统管理设计
毕业设计(论文)
( 2018 届)
设计(论文)题目
考 勤 管 理 系 统
设 计 与 实 现
办 学 点 ( 系 )
信 息 工 程 系
专 业
XXX
班 级
XXX
学 号
XXX
学 生 姓 名
XXX
起 讫 日 期
XX 年 XX 月 — XX 年 X 月
指 导 教 师
XX 职 称 讲 师
评 阅 教 师
XX 职 称 讲 师
XX 年 X 月 X 日
XX 学 院 教 务 处 制
T H E C I T Y V O C A T I O N A L C O L L E G E O F J I A N G S U
XX 院毕业设计 考勤系统管理设计
考勤管理系统论文
摘要
在现代企业中,企业员工的考勤工作不仅工作量大,而且时效性强。随着数据库
技术的发展和企业信息化建设的进行,使用计算机管理考勤工作也大为大势所趋,
它为企业的考勤工作节约了大量的人力和物力,也大大减轻了企业考勤工作量。
考勤管理系统是企业对考勤实行了信息化管理, 其目的是为了实现员工考勤数
据采集、信息查询和数据统计过程的自动化,完善人事管理现代化,方便管理人
员统计、考核员工出勤情况,计算员工工资。
企业考勤管理系统主要是针对各个公司作为使用对象而开发的, 其系统开发任
务主要包括数据库的设计与维护、应用程序的开发等两个方面。对于前者要求建
立起的数据库具有完整性和一致性,且具有一定的数据安全性,如用户需要密码
才能使用等,而对于后者则要求程序界面友好、功能完备等特点。根据软件工程
的原理,设计并开发了企业考勤管理系统,包括系统的需求分析,系统的总体设
计和各模块功能的实现。经过详细分析, 我们选用 bootstrap、ajax、js 作为前
端开发工具,mybatis 作为后台数据库。首先建立系统应用原型,然后对原型系
统进行需求迭代,不断修正和改进,直到形成用户满意的实际可行的系统。
关键词: 考勤管理系统、JavaWeb 系统、管理系统、
XX 院毕业设计 考勤系统管理设计
Film ticket ordering system paper
Abstract
In modern enterprises, the attendance of employees is not only heavy workload
but also strong timeliness. With database technology With the development of
technology and the construction of enterprise informationization, the use of
computer to manage attendance work is also a general trend. It is an enterprise.
The attendance work of the industry has saved a lot of manpower and material resources,
and greatly reduced the workload of attendance.Attendance management system is an
information-based management system implemented by enterprises for attendance. Its
purpose is to realize the data acquisition of staff attendance.Automation of
collection, information inquiry and data statistics, modernization of personnel
management, and convenience of statistics and examination for Managers Nuclear staff
attendance, calculate the wages of employees. Enterprise attendance management
system is mainly developed for each company as the object of use, its system
development task owner It includes two aspects: database design and maintenance,
application development and so on. Data required for the former The library has
integrity and consistency, and has a certain degree of data security, such as users
need passwords to use, and so on.The latter requires that the program has friendly
interface and complete functions. According to the principle of software engineering,
enterprises are designed and developed.Business attendance management system,
including system requirements analysis, system design and the realization of each
module function.After detailed analysis, we choose bootstrap, Ajax and JS as
front-end development tools, mybatis As a background database. Firstly, the
application prototype of the system is established, then the requirement iteration
of the prototype system is carried out, and the system is revised and improved
continuously until the practical and feasible system with user satisfaction is
formed.
Keywords: attendance management system, JavaWeb system, management system
XX 院毕业设计 考勤系统管理设计
目录
摘要.........................................................................................................................................................2
Film ticket ordering system paper ................................................................................................3
Abstract ...............................................................................................................................................3
目录.........................................................................................................................................................4
绪论.........................................................................................................................................................5
1.1 系统的开发背景.........................................................................................................................5
1.2 系统开发的意义.........................................................................................................................7
1.3 系统开发方法 .............................................................................................................................7
第二章系统分析..................................................................................................................................8
2.1 技术可行性分析 ......................................................................................................................8
2.2 经济可行性分析 ......................................................................................................................8
第三章需求分析..................................................................................................................................9
3.1 用户需求分析...........................................................................................................................9
3.2 功能需求分析...........................................................................................................................9
3.3 系统需求分析.........................................................................................................................10
3.4 安全保密需求.........................................................................................................................11
第四章总体设计 ...............................................................................................................................12
4.1 系统功能设计.........................................................................................................................12
4.2 系统功能流程图....................................................................................................................13
第五章数据库设计...........................................................................................................................14
5.1 用户登陆表 g_user............................................................................................................18
5.2 打卡历史记录信息表 attaction.........................................................................................19
5.3 签到表 g_punch ....................................................................................................................19
5.4 出勤单据记录表 receipts....................................................................................................20
5.5 考勤专员表 g_commissioner ............................................................................................21
5.6 员工信息表 employee.........................................................................................................21
5.7 部门表 g_adept .....................................................................................................................22
XX 院毕业设计 考勤系统管理设计
第六章详细设计 ...............................................................................................................................22
6.1 后台设计..................................................................................................................................22
6.2 登陆模块界面设计 ...............................................................................................................26
6.2.1 登陆失败..........................................................................................................................30
6.2.2 登陆成功..........................................................................................................................31
6.3 考勤专员增删查功能实现..................................................................................................32
6.4 电子单据列表详细查询 ......................................................................................................42
6.5 请假电子单据流程 ...............................................................................................................49
6.6 出差电子单据流程 ...............................................................................................................52
6.7 忘记打卡电子单据流程 ......................................................................................................54
6.8 员工信息管理.........................................................................................................................56
6.9 部门信息管理.........................................................................................................................62
6.10 考勤信息列表查询.............................................................................................................66
6.11 月考勤统计列表查询 ........................................................................................................69
6.12 系统用户管理 ......................................................................................................................71
6.12 打卡 ........................................................................................................................................77
6.13 测试结论 ...............................................................................................................................80
第七章结论 ........................................................................................................................................80
第八章参考文献 ...............................................................................................................................82
第九章致谢 ........................................................................................................................................83