论文首页哲学论文经济论文法学论文教育论文文学论文历史论文理学论文工学论文医学论文管理论文艺术论文 |
企业工资管理系统的设计与实现
摘 要:在各个企业中,开发企业工资管理系统的目的就是为了帮助企业财务部门能更好地管理本企业的员工工资,提高工作效率,实现企业工资信息管理的规范化和自动化。
本系统使用Visual Basic 6.0编程语言,采用SQL Server 2000作为数据库,主要使用Visual Basic中的ADO来对数据库进行各种操作。系统实现了1般工资管理系统对员工工资信息的浏览、添加、删除、修改和查询功能,能够完成对员工当月工资的结算,节省了大量的人工操作的工作量,自动完成众多的信息处理,减少了数据出现错误的几率,加强了工资记录的安全性和完整性。
本介绍了整个系统的规划、设计过程,以及系统的功能,同时对当前比较具有代表性的微软公司开发工具Visual Basic 6.0和功能强大的数据库开发工具SQL Server 2000 以及数据库连接技术ADO作了简单介绍。
关键词:工资管理;VB;ADO;SQL Server 2000
The design and reality of the system on salary and management in businesses (科教论文网 lw.nSeAc.com编辑发布)
Abstract:In the corporations, The purpose of developing wages management system is to help financial department manage wages better, to increase work efficiency and to realize standard, automation of business wages management.
This system is designed based on the language of Visual Basic 6.0 and the database of SQL Server 2000,ADO is used for Visual Basic proceeding database in every kind of operation. This system realizes the function of wage information’s looking up, adding, deleting and inquiring. it can count the employee’s wages for every month. This system can save much work and finish work automatic, it can reduce mistakes and strong the safety and integrity of wages.
This paper introduce the whole systems planning, designing process and the system function. At the same time, this paper introduces the most representative development tool at present –Visual Basic 6.0, the powerful database development tool SQL Server 2000.and the technology in connecting database with Visual Basic--ActiveX Data Objects(ADO).
Keywords:Wages management;VB;ADO;SQL Server 2000
目 录
前 言 0
1 绪论 1
1.1 课题研究背景 1
1.2 数据库技术 2
1.3 SQL SERVER 2000 简介 3
1.4 VISUAL BASIC 6.0 简介 5
2设计采用技术 7
2.1 C/S结构和B/S结构 7
2.2 ADO技术介绍 9
3 需求分析 11
3.1 需求分析的目的 11
3.2 系统功能的需求 11
3.3 性能需求 14
3.4 运行需求 14
3.5 安全需求 15
4 数据库设计与实现 16
4.1 创建数据库 16
4.2 数据库表的创建 18
5 详细设计 23
5.1 登陆与主窗体模块 23
5.2 系统信息模块窗体 24
5.3 基本设置模块 26
5.4 工资基本设置模块 31
5.5 工资管理模块 33
5.6 信息查询模块 37
5.7 数据维护模块 39
5.8 打印工资模块 40
5.9 公共模块 40
5.10 编辑MSHF网格 41
6 系统的测试 42
6.1 测试计划 42
6.2 系统测试报告 43
7 系统的实施与发布 44
7.1 系统硬件准备 44
7.2 系统软件支持 44
8 小 结 46
参考文献 47
致 谢 48
注:不包括源代码.