职工信息管理系统.rar

RAR格式版权申诉手机打开展开

职工信息管理系统,1.9万字24页摘要随着信息技术的不断发展,企业对人事管理也越来越重视了,资金投入比例也在加大,人事管理信息系统开发也开始走向完善的阶段。本论文是从某公司的实际业务出发,针对公司的人事管理的现状,经过详细的系统调查,为该公司分析和设计了一套实用的。是企业管理的重要的组成部...
编号:68-31558大小:138.20K
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 cnlula 发布

职工信息管理系统
1.9万字 24页


摘要
随着信息技术的不断发展,企业对人事管理也越来越重视了,资金投入比例也在加大,人事管理信息系统开发也开始走向完善的阶段。
本论文是从某公司的实际业务出发,针对公司的人事管理的现状,经过详细的系统调查,为该公司分析和设计了一套实用的职工信息管理系统。
职工信息管理系统是企业管理的重要的组成部分,是一种典型的信息管理系统(MIS),其开发主要包括后台的数据库的建立、维护以及前端的相应应用程序的开发两个方面的内容,数据库的建立和维护主要要求其管理数据的一致性、完整性、安全性等特点,而前台的应用程序开发则要求做到各项功能要完备、操作要简便、易学易用等特点。
综合上述各项要求,经过认真的分析和筛选,我选择Microsoft公司的Visual basic 6.0 为本系统的开发工具,它支持面向对象的编程,内置了包括数据窗口在内的多种对象类,可以方便地访问数据库,具有效率高、成本低、质量高、功能强等特点,非常适合本系统的开发。
利用其能快速地构建各类对象,特别是数据窗口这一能方便而简洁操纵数据库的最具特色的智能化控件,在短时间内快速建立起系统的原型,然后再对原型不断地根据需要进行修正和改进,直到形成用户满意的可行系统为止。

关键字:控件 窗体 原型 域 人事资源管理



ABSTRACT
With the development of information technology,the corporation pay more and more attention and capital to Human Resource Management, the development of HRMS(Human Resource Management System) is more perfect than ever.
This thesis describes Human Resource Management System analysis and design for Corporation. Before building the new information system, I came to the corporation and made a particular research for the corporation’s business processes, and acquaint myself with the worker’s information management.
The system of managing worker is the important section of enterprise information decision and manage. It is typical application of managing information system(know as MIS),which mainly includes up database of back-end and developing the application interface of front-end. The former required consistent and integrality and security of date. The later should make the application powerful and easily used.
By looking up lots of datum, I selected Visual basic 6.0 presented It offered a series of Activex separating a database. it supports the plait distance of face to the object, inside placed to include the data window way at inside of various object, can visit the database expediently, have efficient and high, the cost is low, the quantity is high, the function strong etc. characteristics, the development of a system.
The make use of it can set up each kind of object quickly, especially this ability of the data window way is convenient and simple and direct to manipulate the intelligence that the database has most the special features to turn to control the piece, build up the prototype that rises the system quickly in the in a short time, then carry on revising and improving according to the demand constantly to the prototype, The prototype could be modified and developed till users are satisfied with it.

Keywords: Activex Form Prototype Field Human Resource Management





目录
1 管理信息系统概述………………………………………………………..
1.1 引言…………………………………………………………………………
1.2 管理信息系统的概念…………………………………………………………
1.3 管理信息系统的作用…………………………………………………………
1.3.1系统处理的准确性和及时性
1.3.2 系统的开放性和系统的可扩充性
1.3.3 系统的易用性和易维护性
1.3.4 系统的标准性
1.3.5 系统的先进性
1.3.6 系统的响应速度
1.4性能需求………………………………………………………………………
1.5 系统的发展前景………………………………………………………………
2 怎样开发一个职工信息管理系统………………………………………..
2.1 为什么要开发一个职工信息管理系统………………………………………..
2.2 职工信息管理系统的现状分析………………………………………………
2.2.1 职工信息管理系统的应用现状…………………………………………….
2.3 职工信息管理系统平台的选用……………………………………………….
2.3.1 数据库技术的现状与发展………………………………………………….
2.3.2 数据库系统的选择原则…………………………………………………….
2.3.3 系统开发工具的选择……………………………………………………….
2.3.3.1 Visual Basic介绍…………………………………………………………..
2.3.3.2 SQL server 2000介绍…………………………………………………….
2.3.3.3 SQL语言分析…………………………………………………………….
3系统分析……………………………………………………………………
3.1 系统分析的概念…………………………………………………………………
3.2 开发背景……………………………………………………………………….
3.3 需求分析……………………………………………………………………….
3.3.1 信息管理系统实现的目标………………………………………………….
3.3.2 职工信息管理系统的主要功能………………………………………………..
3.3.3 系统维护操作……………………………………………………………..
3.4 可行性分析……………………………………………………………………..
3.5 相关技术介绍…………………………………………………………………….
4 概要设计………………………………………………………………….
4.1 系统功能模块设计………………………………………………………….
4.2 数据库设计…………………………………………………………………
4.2.1 数据库需求分析………………………………………………………………
4.2.2 数据库概念结构分析………………………………………………………..
4.2.3 数据库逻辑结构设计……………………………………………………….
4.2.4 数据库结构的实现………………………………………………………..
第五章 系统功能模块的详细设计……………………………………………….
5.1 职工信息管理系统主窗体的创建…………………………………………..
5.2 创建公用模块………………………………………………………………
5.3 系统用户管理模块的创建………………………………………………….
5.4 职工基本信息模块的创建………………………………………………….
5.5 职工工资管理模块的创建……………………………………………………..
第六章 小结………………………………………………………………………….
致谢……………………………………………………………………………………
参考文献………………………………………………………………………………



参考文献

[1] 数据组织与管理 王珊 经济科学出版社
[2] 软件开发工具 陈禹 方美琪 经济科学出版社
[3] 管理信息系统导论 黄梯云 机械工业出版社