人事档案管理系统.doc

约39页DOC格式手机打开展开

人事档案管理系统,全文40页约12000字 论述翔实程序语言准确摘 要本设计《》的开发,按照软件工程的要求,详细记录了从开发背景、需求分析、概要设计、详细设计一直到程序编码的整个开发过程,最后还给出了本人对此次项目开发的总结和对本设计大有裨益的参考书目。本设计中分别用到了下列知识:软件工程...
编号:10-22678大小:1.26M
分类: 论文>管理学论文

内容介绍

此文档由会员 孤星逐月 发布

人事档案管理系统

全文40页 约12000字 论述翔实 程序语言准确

摘 要

本设计《人事档案管理系统》的开发,按照软件工程的要求,详细记录了从开发背景、需求分析、概要设计、详细设计一直到程序编码的整个开发过程,最后还给出了本人对此次项目开发的总结和对本设计大有裨益的参考书目。
本设计中分别用到了下列知识:
 软件工程知识
 UML建模知识
 结构化程序设计方法
 面向对象程序设计
 数据库设计理论
 VB程序设计语言
 SQL Server2000 数据库
文档中有大量的UML建模图和程序流程图,可以帮助读者更好地理解该软件的开发过程。《人事档案管理系统》是一个典型的管理信息系统,文中所阐述的有关MIS设计的理论以及所采用的方法、步骤,对开发其它MIS系统具有普遍借鉴意义,最后的经验总结对开发者更是非常有帮助。

关键字:人事档案管理系统;管理信息系统; UML建模



Abstract
The application program I have designed named personnel documental management system. According to the requirement of software engineering, the design has recorded the whole processing of development, including developing background, requirement analysis, general design, detailed
design and the whole code of the program. At the end of the paper, there are summing-up about the development of the project and many excellent and interrelated books.
The necessary knowledge in the design is:
 Software engineering
 UML (Unified Modeling Language)
 The method of structural programming design
 The theory of Database design
 Visual Basic6.0
 SQL Server2000
There are plenty of modeling diagrams and flaw charts in the document, which can help readers understand the whole processing of development better. The personnel documental management system is a typical management information system (MIS). The theory, methods and material steps referring to the design of MIS expounded in the paper is very meaningful to other developments of MIS in the aspect of use for reference. The sum-up of my experience is also very helpful to developers.

Keywords: personnel documental management system; management information system; UML

目录

1 绪论……………………………………………………………………………… 1
1.1 背景……………………………………………………………………………1
1.2 概述………………………………………………………………………… 1
2 需求分析………………………………………………………………………… 2
2.1 理解需求…………………………………………………………………… 2
2.2 需求分析…………………………………………………………………… 3
3 UML系统建模……………………………………………………………………4
3.1用例分析……………………………………………………………………… 4
3.2类分析………………………………………………………………………… 4
3.3系统设计………………………………………………………………………5
4 系统配置 …………………………………………………………………………7
4.1 软件配置………………………………………………………………………7
4.2 硬件配置………………………………………………………………………8
5 数据库分析 ……………………………………………………………………9
5.1 E-R图分析 ……………………………………………………………………9
5.2 创建数据库表/字段………………………………………………………9
6 界面设计…………………………………………………………………………14
6.1 人事档案管理系统主窗体…………………………………………………14
6.2 用户管理模块界面设计……………………………………………………14
6.3 员工信息模块界面设计……………………………………………………17
6.4 员工考勤管理模块界面设计………………………………………………19
6.5 员工工资信息管理模块界面设计…………………………………………21
6.6员工培训计划管理模块界面设计 …………………………………………22
6.7 员工福利费管理模块界面设计……………………………………………24
6.8 帮助模块界面设计………………………………………………………… 25
7 代码分析和实现…………………………………………………………………25
7.1 公用模块……………………………………………………………………25
7.2 系统用户管理模块…………………………………………………………26
7.3 员工基本信息模块…………………………………………………………27
7.4 员工考勤信息管理模块……………………………………………………29
7.5 员工工资信息管理模块……………………………………………………30
7.6 员工培训计划信息管理模块………………………………………………31
7.7 员工福利费信息管理模块…………………………………………………32
7.8 帮助模块……………………………………………………………………33
8 项目总结…………………………………………………………………………33
致谢…………………………………………………………………………………34
参考文献……………………………………………………………………………35

部分参考文献

[9] Visual Basic数据库系统开发技术,郭琦编,人民邮电出版社,2003.12
[10] Visual Basic 6.0数据库开发技术与工程实践,求是科技编著,人民邮电出版社,2004.1
[11] Visual Basic 6.0中文版提高与应用,高峰霞,廖彬山,电子工业出版社,1999.11
[12] Visual Basic数据库编程宝典,Freeze,W.著,尹吉等译,电子工业出版社,2001.5