vb人力资源管理系统.rar

RAR格式版权申诉手机打开展开

vb人力资源管理系统,vb人力资源管理系统4.8万字 66页论文+开题+中期报告+任务书+系统代码摘要随着现代企业制度的建立以及社会经济的高速发展,企业人力资源已成为左右企业生存发展的重要因素,加强人力资源的有效管理和运作已成为企业提高竞争力的重要手段。本文围绕一个人力资源管理系统程序的设计和应用系统的开发课题为背景, 解释了开发人力资源管...
编号:58-31864大小:881.76K
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 20023286 发布

VB人力资源管理系统
4.8万字 66页
论文+开题+中期报告+任务书+系统代码



摘要
随着现代企业制度的建立以及社会经济的高速发展,企业人力资源已成为左右企业生存发展的重要因素,加强人力资源的有效管理和运作已成为企业提高竞争力的重要手段。
本文围绕一个人力资源管理系统程序的设计和应用系统的开发课题为背景, 解释了开发人力资源管理系统的必要性和重要性,详细介绍了以Visual Basic.NET和SQL SERVER 2000为语言编写管理信息系统的过程。该程序通过Visual Basic.NET的ADO.NET数据对象来实现Visual Basic.NET前台与后台SQL SERVER 2000数据库的连接。管理系统的开发不仅是一个应用程序编写的过程,更重要的是在系统分析和设计阶段所做的工作。该程序在设计过程中严格遵循软件工程学的方法,用分阶段的生命周期计划严格管理,并主要讲述了程序的总体设计、详细设计阶段,最终形成了一个完善的可执行性系统。优美、秀丽的界面,方便实用的查询与维护功能共同构成了人力资源管理系统。


关键词:人力资源,系统,人力资源管理系统,信息,数据



Abstract
With the establishment of modern enterprise information system and high-speed development of society economy, the enterprise human resources has more and more become the significant factor which has dominated the subsistence and development of the enterprise, thus the enhancement of the effective management and operation of enterprise human resources has become an essential means to improve the competitiveness of the enterprise.
At one a piece of Human Resource Management System’s the design and use this text systematic development subject at backgrounds of procedure, explains the nessity and essentiality of Human Resource Management System .The course that has recommended regarding Visual Basic.NET and SQL SERVER 2000 as languages and writes the management information system in detail. This procedure come and realize Visual Basic.NET connect with the backstage supporter SQL SERVER 2000's database one by proscenium through the ADO.NET data targets of Visual Basic.NET. The development of the administrative system is not merely the course that a application program is written, The more important thing is in network analysis and jobs that are done of design phase. This procedure follows the engineering method of the software strictly in the course of designing, Planned strict control with the life period stage by stage, and told the overall design of the procedure, detailed design phase mainly,Until forming a perfect feasibility system. Graceful, beautiful interface, the inquiry and maintenance function convenient to be practical have formed Human Resource Management System together.


Key Words HumanResource System HumanResourceManagementSystem Information Data



目录
摘要 I
Abstract II

第1章 绪论 1
1.1 课题背景 1
1.2 发展中的人力资源管理系统 1
1.3 课题开发的意义 2
1.4 人力资源管理系统软件开发重点与难点 3
1.5 本文的研究目标和内容 4
第2章 需求分析 5
2.1 系统需求 5
2.2 功能需求 5
2.3 数据需求 5
2.4 性能需求 6
2.4.1硬件环境 6
2.4.2软件环境 6
2.5 本章小结 6
第3章 系统平台 7
3.1 SQL Server 2000简介 7
3.2 Visual Basic.NET简介 7
3.3 ADO.NET 综述 7
3.4 本章小结 8
第4章 总体设计 9
4.1 基本设计思想及系统处理流程 9
4.1.1 模块功能的设计 9
4.1.2 系统处理流程 10
4.2 数据库设计 10
4.2.1 数据表的设计 11
4.2.2 数据表的外部关键字 16
4.2.3 存储过程的设计 16
4.3 本章小结 17
第5章 系统详细设计 18
5.1 主控制模块 18
5.2 创建数据访问模块 20
5.3 登录模块 20
5.4 机构编制管理 20
5.4.1 说明 20
5.4.2 机构设置及编码 21
5.4.3 机构详细信息 22
5.5 职员信息管理 23
5.5.1 说明 23
5.5.2 职员信息维护 23
5.5.3 职员信息查询 26
5.6 薪资福利管理 27
5.6.1 说明 27
5.6.2 当月工资管理 28
5.6.3 个人所得税率 29
5.6.4 工资发放历史 30
5.6.5 职员奖励管理 30
5.6.6 职员惩罚管理 31
5.7 系统管理 32
5.7.1 说明 32
5.7.2 权限管理 32
5.8 帮助 33
5.8.1 说明 33
5.8.2 关于 33
5.8.3 帮助主题 34
5.9 本章小结 35
第6章 系统测试与维护改进 36
6.1 测试和维护 36
6.2 系统的改进与提高 36
6.3 本章小结 36
结论 37
致谢 38
参考文献 39
附录1 40
附录2 46
附录3 54



参考文献
[1] 李万红、梁靓编著:《Visual Basic.NET 程序设计入门》,清华大学出版社,2002版
[2] 王晟编著:《Visual Basic.NET数据库开发经典案例解析》,清华大学出版社2005年版,PP66-113