1、摘摘 要要 随着社会信息化的发展,为了让管理更快捷、更准确,实现人事管理的信息化已经 成为各个企业的当务之急。 本课题是为企业人事管理提供现代化技术支持的管理信息系统,该系统包括了员工 管理、部门管理、用户管理、招聘管理等主要模块。其图形用户界面利用 DELPHI 进行 开发,后台数据库使用 SQL SERVER 2000,采用 ADO 数据访问方式。本文针对具体项目 展开研究,首先进行需求分析、模块划分,对实施该课题的方案进行论证。然后对整个 系统进行了详细的分析和设计,结合源代码详细的描述出整个项目的开发过程,最后对 系统进行了功能测试。 本课题的实施将会促进企业的无纸化办公,避免人工管理
2、中出现各种差错,提高企 业管理效率,使得管理者能够更加方便的了解到企业内部人事状况。 关键字关键字: 人事管理,图形用户界面,数据访问。 Abstract With the development of information technology, in order to make the management faster and more correct, the most important thing of enterprises is making their personnel management computerized. This project is a Manageme
3、nt and Information System which offer the modern technology to support personnel management. This project covers Employee management Department managementUser managementHiring management etc. Graphical User Interface is done in DELPHI, the background database is making use of SQL SERVER 2000 and the
4、 method for data-access is ADO .The author firstly evolved in the actual item then make the requirement analysis and modularization ,demonstrating from the beginning design to the last solution. In the process of analysis, the author describes the source code of the whole project. At last the thesis
5、 show the result of testing. The advantages of applying this system are working with no paper and making personnel management more correct without manual mistakes. Improving the efficiency of management While make leaders know the personnel case very convenient. Keywords: Personnel Management; Graph
6、ical User Interface; Data-Access; 目目 录录 第一章 绪论 1 1.1 问题背景 . 1 1.2 研究范围及技术要求 . 1 1.2.1 研究范围 . 1 1.2.2 技术要求 . 1 第二章 方案描述 2 2.1 编写目的 . 2 2.2 应用需求分析 . 2 2.3 权限功能划分 . 2 2.4 系统实现的基本功能 . 5 2.5 设计数据库实体关系 . 6 2.6 数据库全局实体关系 . 13 第三章 系统模型建立与比较论证 14 3.1 系统总体功能结构 . 14 3.2 登录模块的设计 . 15 3.3 系统管理模块的设计 . 15 3.4 部门管理模块的设计 . 17 3.5 员工信息模块的设计 . 20 3.6 考勤管理模块的设计 . 23 3.7 招聘信息模块的设计 . 25 3.7.1 空缺岗位管理 26 3.7.2 应聘人员管理 27 3.8 方案论证分析 . 29 3.8.1 方案的技术可行性 . 29 3.8.2 方案的经济可行性 . 29 3.8.3 Delphi 与 V