摘要:本系统为工资发放系统,是为了能够对工资发放进行有效的管理而做,采用的开发工具是 Microsoft Visual Basic 6.0。 使用的技术有:数据库的访问;菜单控制。本系统能够提供对工资发放各明细项目的数据编辑,自动计算出工资发放各项合计数据及代扣项目数据;可自主设定条件从而达到对工资数据的多角度查询功能;方便导入、导出数据及输出报表;并可转换成适合与银行UNIX平台接口的数据形式以便于委托银行办理代发工资业务。财务部门人员以管理员身份登录,对本系统的可登录人员进行管理;而单位其他相关部门人员作为一般用户登录本系统时,数据编辑程序、数据导入程序及增加用户、删除用户程序自动关闭,从而控制本系统的工资数据编辑、数据导入及用户增、删功能只能由财务部门人员操作。实现了财务部门对本单位工资发放系统的集中管理,保证了系统的安全性。是一个功能实用,用户(财务部、其他相关部门、银行)操作方便,简单明了的工资发放软件。
关键词:控件 对象 数据库 表 窗体
Abstract:This system grants system for /salary. The developing instrument adopted is Basic 6 of Microsoft /Visual. There are the technologies used: the visit of the data base; the menu is /controlled. The system can be offered to the data editor granting every detail project to the salary, calculate and publish salary grant data of total lings and take the place of and spike project datum while being automatic; but settle the condition on one's own thus reaches and inquires about the function to much angles of the salary data; and the convertible suitable as bank handle and take the place of business of paying out wages of at authorized banks on UNIX platform the data forms of /interfaces. Financial personnel of department log-in as janitors log in to personnel go on and manage to this a systematic one; When other relevant department personnel of unit are regarded as a system of general user's log-in, Editor of data procedure, data channel procedure into and increase user, delete automatic to close procedure user, Thus, data channel copies of systematic salary data editor into /control. Grant systematic centralized management to the salary of our unit after realizing the financial department, have guaranteed the systematic /security.
Key words: control the piece object database form 目 录
一.系统理论基础及运行环境…………………………………1
1.1 系统理论概述……………………………………………1
1.1.1 管理信息系统的发展方向……………………………1
1.1.2 管理系统的组成和特点………………………………2
1.1.3 Visual Basic特点……………………………………2
1.2 管理信息系统的开发……………………………………5
1.2.1管理信息系统的开发方式……………………………5
1.2.2系统开发的一般方法…………………………………5
1.3 系统的运行环境………………………………………5
二. Visual Basic概述 ……………………………………6
2.1 Visual Basic技术的发展动态………………………6
2.1.1 概述……………………………………………………6
2.1.2 Visual Basic技术的发展阶段……………………7
2.1.3 Visual Basic技术的特点…………………………7
2.2 本课题的提出及研究意义……………………………7
三.数据库……………………………………………………8
3.1 数据库的基本概念……………………………………8
3.2 数据库系统简述………………………………………9
3.2.1 数据库系统应用示例………………………………9
3.2.2 数据库系统的作用…………………………………9
3.3 管理系统..……………………………………………9
3.3.1使用SQL操作数据库 ………………………………10
3.3.2 使用ADO操作数据库………………………………11
3.4 ADODC控件的使用 ……………………………………11
四.系统规划 ……………………………………………11
4.1 系统功能分析…………………………………………11
4.2 设计思路………………………………………………12
4.3 工资管理系统的数据库设计…………………………12
4.4 业务流程图 …………………………………………14
4.5 模块功能图 …………………………………………15
五.系统实现 ………………………………………………16
5.1欢迎界面 ………………………………………………16
5.1.1具体设计步骤 ………………………………………16
5.2刊物信息界面……………………………………………18
5.3工资界面…………………………………………………21
5.4工资查询界面……………………………………………28
设计总结 ………………………………………………32
参考文献……………………………………………………32
致谢辞………………………………………………………33