人事工资管理系统(毕业设计).rar
人事工资管理系统(毕业设计),1.8万字34页资料包括论文、开题、演示ppt、翻译、系统代码摘 要本文以企业管理信息系统建设中的人事工资管理子系统的开发为背景,论述了人事工资管理系统的结构及系统开发的基本原理和方法,从设计思路入手,介绍人事工资管理系统的构思、设计与具体的实现。分析了开发课题的背景、开发环境、相关技术、模...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 20023286 发布
人事工资管理系统(毕业设计)
1.8万字 34页
资料包括论文、开题、演示PPT、翻译、系统代码
摘 要
本文以企业管理信息系统建设中的人事工资管理子系统的开发为背景,论述了人事工资管理系统的结构及系统开发的基本原理和方法,从设计思路入手,介绍人事工资管理系统的构思、设计与具体的实现。分析了开发课题的背景、开发环境、相关技术、模块的逻辑和物理设计以及测试问题。并强调了后台数据库的建立和维护以及前端应用程序的开发。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用。在程序主界面及其它界面的设计上力求完整全面,将界面中涉及到的功能模板体现出来,并对部分模板的结构流程进行了具体的描述和分析。
本系统主要面向人事管理人员使用,在单机模式下运行。系统分为员工信息、合同管理、薪酬保险管理等几大职能。具有先进的人力资源管理理念;可以满足多行业、多公司不同的人力资源管理要求;实现集团化管理,实时监控人力资源情况;进行多层次数据汇总,为各层次管理者的决策分析提供数据;具有完整的系统接口,满足灵活的数据导入与导出。
关键字:信息管理系统,数据窗口,数据库
Abstract
This thesis is based on the background of company salary system which is belonging to company information system. It expounds the structure of company personal salary system, principles and methods of programming. Take the designing thoughts as guideline to introduce the structure of design and how to realize its useness.The thesis is also analyze the project background, programming environment .relative technology, logic of module and test problems. It emphasis the setting-up and maintenance of backstage data base and developing of advanced application programmed, as to the former one, it requires to found a base which’s data is consistent and integrated , the other requires the application programmed must be perfect enough and easy to use . The main interface and other interfaces design should be integrated as possible, so that all functions can display and take effect. In the thesis I explain and analyze the procedure of some modules specifically .
This system used by human-resource managemers and run under the unite module.The programmed is consist with staffs informatio ,contracts management ,and salary insurance . It has advabced conception of human-resource manaegemeny,can meet many professions and companies’ different requirements, it can realize the bloclization of management and control the multi-level data , offer relative information to the administrator for analysis and decision-making.The system has integrated systematic interfaces can satisfied data’s input and output flexibly.
Keywords: Information Management System, Date Window, Date Base。
目 录
摘 要 I
ABSTRACT II
1 绪论 1
1.1 课题背景 1
1.2 课题研究的目的和意义 1
1.3 国内外概况 2
1.4 开发环境的选择 2
1.4.1 开发软件Delphi 2
1.4.2 SQL语言 2
1.4.3 Access数据库 3
1.4.4 数据访问接口的选择 3
1.5 系统开发的方法 6
2 系统分析 8
2.1 系统需求分析 8
2.1.1 市场需求 8
2.1.2 功能需求 8
2.1.3 性能需求 9
2.1.4 系统的可行性分析 9
2.2 系统逻辑方案 9
2.2.1 人事管理流程调查 9
2.2.2 业务流程图 10
3 系统设计 11
3.1 系统总体设计 11
3.1.1 系统功能模块图 11
3.1.2 系统功能说明 12
3.3 数据库设计 12
3.3.1 数据库概念设计 12
3.3.2 数据库逻辑设计 14
3.4 系统的详细设计 17
3.4.1 模块设计 17
3.4.2 登陆模块的设计 18
3.4.3 员工信息模块的设计 20
3.4.4 员工信息查询模块的设计 21
3.4.5 工资管理模块的设计 22
3.4.6 工资查询模块的设计 23
4 系统的测试及性能分析 25
4.1 系统的测试 25
4.2 系统运行与维护 26
4.3 系统的自我评价 26
5 小结 28
致 谢 29
参考文献 30
参考文献
[1]萨师煊,王珊.数据库系统概论.高等教育出版社
[2]杜军平,黄杰 . ACCESS 2000数据库开发. 北京.机械工业出版社
[3]delphi 7 数据库开发典型实例 尹立民 北京.电子工业出版社
1.8万字 34页
资料包括论文、开题、演示PPT、翻译、系统代码
摘 要
本文以企业管理信息系统建设中的人事工资管理子系统的开发为背景,论述了人事工资管理系统的结构及系统开发的基本原理和方法,从设计思路入手,介绍人事工资管理系统的构思、设计与具体的实现。分析了开发课题的背景、开发环境、相关技术、模块的逻辑和物理设计以及测试问题。并强调了后台数据库的建立和维护以及前端应用程序的开发。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用。在程序主界面及其它界面的设计上力求完整全面,将界面中涉及到的功能模板体现出来,并对部分模板的结构流程进行了具体的描述和分析。
本系统主要面向人事管理人员使用,在单机模式下运行。系统分为员工信息、合同管理、薪酬保险管理等几大职能。具有先进的人力资源管理理念;可以满足多行业、多公司不同的人力资源管理要求;实现集团化管理,实时监控人力资源情况;进行多层次数据汇总,为各层次管理者的决策分析提供数据;具有完整的系统接口,满足灵活的数据导入与导出。
关键字:信息管理系统,数据窗口,数据库
Abstract
This thesis is based on the background of company salary system which is belonging to company information system. It expounds the structure of company personal salary system, principles and methods of programming. Take the designing thoughts as guideline to introduce the structure of design and how to realize its useness.The thesis is also analyze the project background, programming environment .relative technology, logic of module and test problems. It emphasis the setting-up and maintenance of backstage data base and developing of advanced application programmed, as to the former one, it requires to found a base which’s data is consistent and integrated , the other requires the application programmed must be perfect enough and easy to use . The main interface and other interfaces design should be integrated as possible, so that all functions can display and take effect. In the thesis I explain and analyze the procedure of some modules specifically .
This system used by human-resource managemers and run under the unite module.The programmed is consist with staffs informatio ,contracts management ,and salary insurance . It has advabced conception of human-resource manaegemeny,can meet many professions and companies’ different requirements, it can realize the bloclization of management and control the multi-level data , offer relative information to the administrator for analysis and decision-making.The system has integrated systematic interfaces can satisfied data’s input and output flexibly.
Keywords: Information Management System, Date Window, Date Base。
目 录
摘 要 I
ABSTRACT II
1 绪论 1
1.1 课题背景 1
1.2 课题研究的目的和意义 1
1.3 国内外概况 2
1.4 开发环境的选择 2
1.4.1 开发软件Delphi 2
1.4.2 SQL语言 2
1.4.3 Access数据库 3
1.4.4 数据访问接口的选择 3
1.5 系统开发的方法 6
2 系统分析 8
2.1 系统需求分析 8
2.1.1 市场需求 8
2.1.2 功能需求 8
2.1.3 性能需求 9
2.1.4 系统的可行性分析 9
2.2 系统逻辑方案 9
2.2.1 人事管理流程调查 9
2.2.2 业务流程图 10
3 系统设计 11
3.1 系统总体设计 11
3.1.1 系统功能模块图 11
3.1.2 系统功能说明 12
3.3 数据库设计 12
3.3.1 数据库概念设计 12
3.3.2 数据库逻辑设计 14
3.4 系统的详细设计 17
3.4.1 模块设计 17
3.4.2 登陆模块的设计 18
3.4.3 员工信息模块的设计 20
3.4.4 员工信息查询模块的设计 21
3.4.5 工资管理模块的设计 22
3.4.6 工资查询模块的设计 23
4 系统的测试及性能分析 25
4.1 系统的测试 25
4.2 系统运行与维护 26
4.3 系统的自我评价 26
5 小结 28
致 谢 29
参考文献 30
参考文献
[1]萨师煊,王珊.数据库系统概论.高等教育出版社
[2]杜军平,黄杰 . ACCESS 2000数据库开发. 北京.机械工业出版社
[3]delphi 7 数据库开发典型实例 尹立民 北京.电子工业出版社