microsoft visual basic 6.0开发的工资发放系统.doc
约38页DOC格式手机打开展开
microsoft visual basic 6.0开发的工资发放系统,microsoft visual basic 6.0开发的工资发放系统全文34页约4700字论述翔实1第一章 引言31.1.1本课题的研究意义31.2本论文的目的、内容及作者的主要贡献31.2.1目的31.2.2内容32第二章 管理信息系统概述42.1管理信息系统现状:42.2管理信息系统开发方法介绍53第三章 研究现...
内容介绍
此文档由会员 香烟无味 发布
MicroSoft Visual Basic 6.0开发的工资发放系统
全文34页 约4700字 论述翔实
1 第一章 引言 3
1.1.1 本课题的研究意义 3
1.2 本论文的目的、内容及作者的主要贡献 3
1.2.1 目的 3
1.2.2 内容 3
2 第二章 管理信息系统概述 4
2.1 管理信息系统现状: 4
2.2 管理信息系统开发方法介绍 5
3 第三章 研究现状及设计目标 7
3.1 相近研究课题的特点及优缺点分析 7
3.2 研究存在的问题及解决办法 7
3.3 系统层次和功能图 10
3.4 本课题要达到的设计目标 11
4 第四章 建议的方案 11
5 第五章 系统结构与模型 12
5.1 推荐方案 12
5.2 支持环境 12
5.3 系统流程图 13
5.4 系统功能流程图 14
5.5 系统管理流程图 15
5.6 数据字典 15
6 第六章 系统实现技术 18
6 第六章 系统实现技术 19
6.1 系统登陆 19
6.1.1 管理人员登录 19
6.1.2 一般用户登录 20
6.2 性能 20
6.3 数据库特性 20
7 第七章 详细设计和编码 21
7.1 程序设计语言 21
7.2 详细设计 21
7.2.1 数据编辑功能的设计 21
7.2.2 菜单关闭功能的设计 21
7.2.3 导入记录的设计 21
7.2.4 导出记录的设计 22
7.2.5 增加用户的程序设计 23
7.2.6 删除用户的程序设计 25
7.2.7 密码修改的程序设计 27
7.2.8 系统窗体和代码设计: 28
8 第八章 性能测试与分析 31
8.1 测试 31
8.2 测试环境 32
8.2.1 测试方法 33
8.2.2 测试方案 34
9 第九章 实施概况 34
9.1 系统开发环境: 34
9.2 系统运行与维护: 35
10 致 谢 36
11 参考文献 37
[摘要]本系统为工资发放系统。采用的开发工具是 MicroSoft Visual Basic 6.0。 使用的技术有:数据库的访问;菜单控制。系统能够提供对工资发放各明细项目的数据编辑,自动计算出工资发放各项合计数据及代扣项目数据;可自主设定条件从而达到对工资数据的多角度查询功能;方便导入、导出数据及输出报表;并可转换成适合与银行UNIX平台接口的数据形式以便于委托银行办理代发工资业务。财务部门人员以管理员身份登录,对本系统的可登录人员进行管理;而单位其他相关部门人员作为一般用户登录本系统时,数据编辑程序、数据导入程序及增加用户、删除用户程序自动关闭,从而控制本系统的工资数据编辑、数据导入及用户增、删功能只能由财务部门人员操作。实现了财务部门对本单位工资发放系统的集中管理,保证了系统的安全性。
支持运行的环境:Microsoft Window98/95/me
数据库的接口:Microsoft Access Driver。
[关键词]工资,管理系统,Visual Basic 6.0
[Abstract]The system is laborage providing system, and we use Microsoft Visual Basic 6.0 to design it. The used technics: accessing of database and control of menu. The system can edit the data of the details of laborage providing, automatically count the summation of all kinds and deduction of all kinds of data. We can query the laborage data according to our conditions; expediently lead and export data and report forms; and we can transform data form in order to adapt the UNIX flat roof of bank, so the bank can transact the replacing of laborage providing, finance personnel enter the system in term of administrator’s degree, and manage other users of the system, when the others enter the system, they can’t edit and import data , and they can’t add and delete the user of the system, so these items can only be operated by the administrator, and achieve the finance branch controls the system, the security is ensured[1].
Circulating System: Microsoft Windows 98/Me/XP
Meet of Database: Miscosoft Access Driver
[Keywords]laborage, managing system; Visual Basic 6.0
部分参考文献
[11]李劲东等,管理信息系统原理,西安电子科技大学出版社,2003年2月,P170-P175
[12]刘志成等,数据库应用技术,科学出版社,2003年9月,P156-P161
[13]王要武,管理信息系统,电子工业出版社,2003年1月,P152-P158
[14]李永平,管理信息系统,科学出版社,2003年8月,P170-P175
[15]邱光谊,管理信息系统,电子工业出版社,2002年2月,P200-P205
全文34页 约4700字 论述翔实
1 第一章 引言 3
1.1.1 本课题的研究意义 3
1.2 本论文的目的、内容及作者的主要贡献 3
1.2.1 目的 3
1.2.2 内容 3
2 第二章 管理信息系统概述 4
2.1 管理信息系统现状: 4
2.2 管理信息系统开发方法介绍 5
3 第三章 研究现状及设计目标 7
3.1 相近研究课题的特点及优缺点分析 7
3.2 研究存在的问题及解决办法 7
3.3 系统层次和功能图 10
3.4 本课题要达到的设计目标 11
4 第四章 建议的方案 11
5 第五章 系统结构与模型 12
5.1 推荐方案 12
5.2 支持环境 12
5.3 系统流程图 13
5.4 系统功能流程图 14
5.5 系统管理流程图 15
5.6 数据字典 15
6 第六章 系统实现技术 18
6 第六章 系统实现技术 19
6.1 系统登陆 19
6.1.1 管理人员登录 19
6.1.2 一般用户登录 20
6.2 性能 20
6.3 数据库特性 20
7 第七章 详细设计和编码 21
7.1 程序设计语言 21
7.2 详细设计 21
7.2.1 数据编辑功能的设计 21
7.2.2 菜单关闭功能的设计 21
7.2.3 导入记录的设计 21
7.2.4 导出记录的设计 22
7.2.5 增加用户的程序设计 23
7.2.6 删除用户的程序设计 25
7.2.7 密码修改的程序设计 27
7.2.8 系统窗体和代码设计: 28
8 第八章 性能测试与分析 31
8.1 测试 31
8.2 测试环境 32
8.2.1 测试方法 33
8.2.2 测试方案 34
9 第九章 实施概况 34
9.1 系统开发环境: 34
9.2 系统运行与维护: 35
10 致 谢 36
11 参考文献 37
[摘要]本系统为工资发放系统。采用的开发工具是 MicroSoft Visual Basic 6.0。 使用的技术有:数据库的访问;菜单控制。系统能够提供对工资发放各明细项目的数据编辑,自动计算出工资发放各项合计数据及代扣项目数据;可自主设定条件从而达到对工资数据的多角度查询功能;方便导入、导出数据及输出报表;并可转换成适合与银行UNIX平台接口的数据形式以便于委托银行办理代发工资业务。财务部门人员以管理员身份登录,对本系统的可登录人员进行管理;而单位其他相关部门人员作为一般用户登录本系统时,数据编辑程序、数据导入程序及增加用户、删除用户程序自动关闭,从而控制本系统的工资数据编辑、数据导入及用户增、删功能只能由财务部门人员操作。实现了财务部门对本单位工资发放系统的集中管理,保证了系统的安全性。
支持运行的环境:Microsoft Window98/95/me
数据库的接口:Microsoft Access Driver。
[关键词]工资,管理系统,Visual Basic 6.0
[Abstract]The system is laborage providing system, and we use Microsoft Visual Basic 6.0 to design it. The used technics: accessing of database and control of menu. The system can edit the data of the details of laborage providing, automatically count the summation of all kinds and deduction of all kinds of data. We can query the laborage data according to our conditions; expediently lead and export data and report forms; and we can transform data form in order to adapt the UNIX flat roof of bank, so the bank can transact the replacing of laborage providing, finance personnel enter the system in term of administrator’s degree, and manage other users of the system, when the others enter the system, they can’t edit and import data , and they can’t add and delete the user of the system, so these items can only be operated by the administrator, and achieve the finance branch controls the system, the security is ensured[1].
Circulating System: Microsoft Windows 98/Me/XP
Meet of Database: Miscosoft Access Driver
[Keywords]laborage, managing system; Visual Basic 6.0
部分参考文献
[11]李劲东等,管理信息系统原理,西安电子科技大学出版社,2003年2月,P170-P175
[12]刘志成等,数据库应用技术,科学出版社,2003年9月,P156-P161
[13]王要武,管理信息系统,电子工业出版社,2003年1月,P152-P158
[14]李永平,管理信息系统,科学出版社,2003年8月,P170-P175
[15]邱光谊,管理信息系统,电子工业出版社,2002年2月,P200-P205