企业员工信息管理系统的设计.doc

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

企业员工信息管理系统的设计,1.59万字自己原创的毕业设计,今年最新的,仅在本站独家提交,大家放心使用 摘要 随着电子技术和数据库技术的发展,传统的企业员工信息管理系统由于工作效率低下、可靠性较差、工作量大的特点,无法适应现代企业对员工信息的高效高速的处理要求。而信息量较小中小型企业并不需要价格昂贵且功能复杂的大型的企业...
编号:99-481621大小:475.01K
分类: 论文>计算机论文

内容介绍

此文档由会员 jiji888 发布

企业员工信息管理系统的设计

1.59万字
自己原创的毕业设计,今年最新的,仅在本站独家提交,大家放心使用

摘要 随着电子技术和数据库技术的发展,传统的企业员工信息管理系统由于工作效率低下、可靠性较差、工作量大的特点,无法适应现代企业对员工信息的高效高速的处理要求。而信息量较小中小型企业并不需要价格昂贵且功能复杂的大型的企业员工信息管理系统,所以设计并实现一个简单易维护的小型企业员工信息管理系统对于小型企业信息化管理显得很有必要。
在充分研究了基于面向对象模块设计的软件开发工具Visual Basic 6.0和数据库管理系统Microsoft Access 2007后,针对于中小型企业的员工信息管理系统的基本功能需求进行分析,并对整个系统进行总体设计,将所设计的员工信息管理系统划分为:登录模块、员工基本信息管理模块、工资信息管理模块、部门信息管理模块。分别实现对用户登录信息的管理和企业员工信息的添加、删除、修改和查询等功能。在设计过程中,充分利用了Microsoft Access技术设计了四张表:系统管理表、员工基本信息表、工资信息表和部门信息表,同时,充分发挥了VB语言语法简单、结构简明的特点,利用开发工具Visual Basic 6.0进行了登陆界面、首页界面、员工基本信息管理界面、工资信息管理界面和部门信息管理界面等界面的设计。同时,实现过程中使用SQL语言,通过Access数据库引擎4.0连接到数据库,解决了数据库连接问题。
最后,对所开发的小型企业信息员工信息管理系统进行了运行与测试,运行结果表明系统界面简洁、运行稳定、功能相对齐全,基本达到了预期目标,证明本系统是一款简洁且易于维护的小型企业的员工信息管理系统。

关键词:信息管理系统 Visual Basic 6.0 Microsoft Access 数据库


Design of an Enterprise Employee Information Management System

Abstract With the development of electronic technology and database technology, traditional enterprise employee information management system due to inefficiency, poor reliability, workload characteristics, unable to adapt to the modern enterprise employees efficient high-speed information processing requirements. The small amount of information that SMEs do not need expensive and complex features a large information management system for enterprise employees, so the design and implementation of a simple and easy for small businesses to maintain employee information management system for small business information management becomes necessary .
In the full study modules based on object-oriented software development tools designed Visual Basic 6.0 and Microsoft Access database management system after 2007, the basic functions for small and medium enterprises in employee information management system needs analysis, and the overall design of the entire system, The design of employee information management system is divided into: login module, employees' basic information management module, payroll information management module, departmental information management module. Adding information to management and employees were realized on user login information, delete, modify, and query functions. In the design process, the full use of the technical design of the four Microsoft Access Table: system management, employee basic information table, salary information and sectoral information table, and give full play to the VB language syntax is simple, concise structural characteristics, the use of Visual Basic 6.0 development tools were the login screen, home screen, the employees' basic information management interface, salary information management interface and departmental information management interface interface design. Meanwhile, the implementation process using the SQL language, to connect to the database, the database connection problems solved by the Access database engine 4.0.
Finally, the development of small business information employee information management system has been running and testing, the results show that the system interface is simple, stable operation, function relatively complete, basically achieve the desired objectives, the system is a proof for small businesses Employee information management system, while, on the future research work has a certain significance.

Keywords: Information Management System Visual Basic 6.0 Microsoft Access database


目录
第一章 绪论 1
1.1 课题产生的背景 1
1.2 员工信息系统的研究现状 2
1.3 论文的内容与组织 2
第二章 课题相关工具和技术 4
2.1 管理信息系统简介 4
2.2 Visual Basic 6.0开发技术 5
2.2.1 关于Visual Basic 5
2.2.2 Visual Basic语言特点 6
2.3 数据库管理系统 6
2.3.1 数据库技术 6
2.3.2 Access简介 8
第三章 企业员工信息管理系统的设计 9
3.1 企业员工信息管理系统的需求分析 9
3.2 企业员工信息管理系统的总体设计 9
3.3 企业员工信息管理系统的详细设计 10
3.3.1 登录模块的设计 10
3.3.2 员工基本信息管理模块的设计 10
3.3.3 员工工资信息管理模块的设计 11
3.3.4 部门信息管理模块的设计 11
3.4 数据库的设计 11
第四章 企业员工信息管理系统的实现与运行 14
4.1 登陆模块 14
4.2 首页界面 16
4.3 员工基本信息管理 18
4.4 员工工资信息管理 24
4.5 部门信息管理 29
第五章 总结与展望 35
5.1 总结 35
5.2 展望未来 35
致谢 37
参考文..