摘 要
职工工资管理系统的设计与实现是通过信息技术来实现企业职工的考勤、加班、请假、工资等信息的管理,实现对工资的智能化管理,提高企业职工工资管理的效率,让工资的管理更加的精确,让员工能清晰的查询到自己的考勤、加班、请假的记录,以及工资中的各项明细。
职工工资管理系统的设计与实现包括了管理员模块和员工模块。管理员模块中可以完成员工基本信息的添加和管理,对员工每天的迟到、早退、旷工日常考勤进行记录,对员工的加班进行记录,包括加班的日期和时长,对员工的请假进行记录,包括请假的开始日期和请假天数,可以统计出员工每个月迟到、早退、旷工的次数,以及加班时长和请假天数,最后通过日常考勤、请假、加班和基本工资计算出员工每个月的社保个人扣款和实发工资,可以对员工的工资明细进行查询。员工模块中可以完成对个人工资和个人考勤记录的查询,以及个人基本信息和登录密码的修改。职工工资管理系统的设计与实现是采用的SSM框架来完成的,后台开发语言是Java,数据库是MySQL
【关键词】信息技术;工资;日常考勤;SSM框架
Abstract
The design and implementation of employee salary management system is to realize the management of employee's attendance, overtime, leave, wages and other information through information technology, realize the intelligent management of wages, improve the efficiency of employee's salary management, make the management of wages more accurate, and enable employees to clearly query their attendance, overtime, leave records, as well as the details of wages.
The design and implementation of employee salary management system includes administrator module and employee module. The administrator module can complete the addition and management of employee basic information, record the daily attendance of employees late, early leave and absenteeism, record the overtime of employees, including the date and duration of overtime, record the leave of employees, including the start date and days of leave, and count the number of employees late, early leave and absenteeism per month, as well as the length of overtime and days of leave, Finally, the monthly social security personal deduction and actual salary of employees can be calculated through daily attendance, leave, overtime and basic salary, and the salary details of employees can be queried. The employee module can complete the query of personal salary and personal attendance records, as well as the modification of personal basic information and login password. The design and implementation of the employee salary management system is completed using the SSM framework. The background development language is Java, and the database is MySQL
KeyWords: Information technology; Wages; Daily attendance; SSM Framework
目 录
第1章 绪论
1.1 研究背景
1.2 研究意义
第2章 系统分析
2.1 系统可行性分析
2.2 系统用例分析
2.3 系统开发技术分析
2.3.1 Java语言
2.3.2 MySQL数据库
2.3.3 SSM框架
第3章 系统设计
3.1 系统结构设计
3.2 系统登录模块
3.3 管理员模块
3.3.1 员工信息管理
3.3.2 员工考勤管理
3.3.3 工资管理
3.3.4 查询统计
3.3.5 系统管理
3.4 员工模块
3.4.1 工资查询
3.4.2 考勤记录查询
3.4.3 个人信息修改
3.4.5 系统管理
3.5数据库设计
3.5.1 概念结构设计
3.5.2 逻辑结构设计
第4章 系统实现
4.1 系统登录模块
4.2 管理员模块
4.2.1 员工管理
4.2.2 员工考勤管理
4.2.3 工资管理
4.2.4 查询统计
4.2.5 系统管理
4.3 员工模块
4.3.1 工资查询
4.3.2 考勤记录查询
4.3.3 个人信息修改
4.3.4 系统管理
第5章 系统测试
5.1 测试的目的
5.1 测试方法
5.3 测试用例
总 结
参考文献
致 谢