(五洲公司考勤管理系统.doc
文本预览下载声明
五洲公司考勤管理系统
摘要
近些年来,随着社会的发展和科技的进步,人们的工作与生活也越来越离不开计算机,对于各大企业来说就更是如此了。在各个企业中,企业员工的考勤工作不仅工作量大,而且时效性强。过去,企业多采用签到和报表的形式进行管理,效率和透明度较差,并且也容易出错;随着数据库技术的发展和企业信息化建设的进行,使用计算机管理企业考勤工作也成为大势所趋,它为企业的考勤工作节约了大量的人力和物力,也大大减轻了考勤工作人员的工作量。
本文以“考勤信息管理系统”的设计和开发为例,系统地阐述了考勤系统的设计开发的全过程。包括系统整体设计,逻辑框架与数据流程,各个功能模块划分,系统功能模块的设计与具体实现等部分。关键词 考勤;数据库;Delphi编程
Abstract
For years,along with social development and process of science and Technology,men’s work and life can’t leave the computer. Many corporations are the same as it. In the corporations, employees’ job of check on work attendance not only workload is very large, but also time is very strong.In the past many corporations carry through managing by signing in and reporting forms, efficiency and diaphaneity are not good, and easy make a mistake, too. Along with development of database technology and progress of
corporation information’s building, using computer to manage check on work attendance of corporations which it is necessary. It saves a mass of manpower and material resources and greatly lightens workload of employees.
The text that it used design and exploiture as case which expounded the whole process of design and exploiture of the check on work attendance system. It included the whole design of system logic frame data flow ,partition of every function module ,design of system function modules and concrete realization and so on .
Key words check on work attendance;database;Delphi programme
目 录摘要 I
Abstract II
第1章 绪论 1
1.1 课题背景及目的 1
1.2 DELPHI 7.0介绍 2
1.3 ACCESS数据库简介 3
第2章 系统需求分析 6
2.1 可行性研究 6
2.1.1 技术可行性分析 6
2.1.2 操作可行性分析 6
2.1.3 法律可行性分析 6
2.2 需求分析的目的 6
2.3 系统需求分析 7
第3章 系统整体设计 8
3.1 系统分析与设计 8
3.1.1 数据库表设计 8
3.1.2 数据库连接设计 10
3.1.3 系统功能模块设计 14
3.2 主界面设计 14
3.2.1 窗体 14
3.2.2 Panel和PageControl组件 15
第4章 主要功能模块划分 18
4.1 “员工信息”页功能简介 18
4.2 “出差记录”页功能简介 19
4.3 “请假记录”页功能简介 20
4.4 “加班记录”页功能简介 21
4.5 “出勤记录”页功能简介 22
4.6 “工资信息”页功能简介 22
第5章 系统测试 24
5.1 软件测试基础理论 24
5.1.1 软件测试定义 24
5.1.2 软件测试基本概念 24
5.2 软件测试目的 24
5.3 员工信息模块测试用例 25
显示全部