收藏到会员中心

文档题目:

人力资源管理系统程序开发

人力资源管理系统程序开发
上传会员: panmeizi
提交日期: 2014-03-25 13:53:08
文档分类: 计算机
浏览次数: 43
下载次数: 0
下载地址: 点击标题下载 人力资源管理系统程序开发 (需要:25 积分)  如何获取积分?
下载提示: 不支持迅雷等下载工具,请右键另存为下载,或用浏览器下载。不退出登录1小时内重复下载不扣积分。
文档介绍: 以下为文档部分内容,全文可通过注册成本站会员下载获取。也可加管理员微信/QQ:17304545代下载。
文档字数:
文档字数:39061
人力资源管理系统

摘      要
随着计算机的普及和计算机科学技术的飞速发展,人们开始越来越多地利用计算机解决实际问题。人力资源管理是企业信息管理的重要部分面对大量的人事信息,采用人力处理将浪费大量的时间、人力和物力,且数据的准确性低。因此,开发一个界面友好,易于操作的人事管理软件进行自动化处理变得十分重要,这正是本系统开发的目的和意义。
软件采用多文档界面,能满足中小型企业人力资源管理的基本需要。本论文针对该软件的各个方面, 开发过程中涉及到的技术和工具都分别进行了阐述。
人事、部门管理,包括人事档案管理、人事档案查询。该软件支持员工的照片、个人简历、家庭成员的管理。支持多种查询方式,能方便的对查询结果浏览、排序、打印及其打印预览。人事、部门档案管理,包括档案录入、查询和统计分析。软件支持档案条打印及其打印预览。其它功能包括系统维护帮助系统等。能保证数据信息的安全性,方便用户使用。
本次系统选用VB8.0为开发工具。
此外,在软件的开发过程中尽量结合软件工程的思路,参阅了相关文献来完成此次毕业设计的任务。
关键词:数据库 人事管理  人事档案管理  VFP8.0
Human resources management system


Abstract
Along with computer popularization and computer science technology rapid development, the people start to use the computer solution actual problem more and more many. The human resources management is the enterprise information management important part facing the massive human affairs information, will use manpower processing to waste the massive time, the manpower and the physical resource, also the data accuracy will be low. Therefore, develops a contact surface to be friendly, easy to operate the personnel management software carries on automated processing to become extremely important, this is precisely this system development goal and the significance.
The software uses the multi-documents contact surface, can satisfy the small and medium-sized enterprise human resources management the basic need.The present paper in view of this software each aspect, the technology and the tool which in the performance history involved separately has all carried on the elaboration.
Personnel management, including dossier management, dossier inquiry.This software supports staff's picture, the resume, family member's management.Supports many kinds of inquiry way, can facilitate to inquires the result browsing, sorting, the printing and the printing looks at in advance.Dossier management, including file input, inquiry and statistical analysis.The software support file strip printing and the printing looks at in advance.Other functions including system maintenance help system and so on.Can guarantee the data message the security, convenient user use.
This subsystems selects VB8.0 for develop tool.
In addition, unifies the software engineering as far as possible in the software performance history the mentality, referred the correlation literature to complete this graduation project the duty.

Keywords: Database  Personnel management  Dossier management  VFP8.0
目  录
中文摘要 i
英文摘要 ii
目录 iii
第一章    绪论 1
      1.1  研究动机与目的 1
      1.2  研究背景 1
      1.3  研究方法与系统描述 2
      1.4  论文内容概述 2
第二章    需求分析 3
      2.1  理解需求 3
      2.2  分析需求 4
第三章    系统配置 6
      3.1  软件配置 6
      3.2  硬件配置 7
      3.3  网络配置 7
第四章    数据库设计 8
      4.1  数据库分析 8
      4.2  数据库设计 8
          4.2.1  创建表 8
          4.2.2  创建数据库 14
第五章    界面设计 15
      5.1 登陆界面设计 15
      5.2 系统主界面设计 17
      5.3 综合管理部分界面设置 21
        5.3.1 人员卡片维护界面设计 21
        5.3.2 部门卡片卫护界面设计 23
      5.4 人事档案管理部分界面设计 23
        5.4.1 新增员工界面设计 23
        5.4.2 档案入挡管理界面设计 24
      5.5综合查询部分界面设计 25
        5.5.1 人事开篇查询界面设计 25
        5.5.2 部门情况查询界面设计 26
      5.6 基础参数设置部分界面设计 27
      5.7 系统部分界面设计 29
        5.7.1 组设置界面设计 29
        5.7.2 用户设置界面设计 29
        5.7.3 密码设置界面设计 30
第六章    代码分析与实现 31
       6.1 欢迎验证界面代码分析与实现 31
       6.2 系统主界面代码分析与实现 32
6.3 综合管理部分界面代码分析与实现 32
         6.3.1 人员卡片维护界面代码分析与实现 32
         6.3.2 部门卡片维护界面代码分析与实现 34
       6.4 人事档案管理部分界面代码与实现 36
         6.4.1 新增员工界面代码分析与实现 36
         6.4.2 档案入挡管理界面代码分析与实现 38
       6.5 系统部分界面代码分析与实现 41
         6.5.1 组设置界面代码分析与实现 41
         6.5.2 用户设置界面代码分析与实现 42
         6.5.3 密码设置界面代码分析与实现 44
         6.5.4 备份界面代码分析与实现 46
        6.6 主程序分析与实现 46
第七章    总结 48
参考文献 49
致谢 50
附录(源程序代码)

(本文由word文档网(www.wordocx.com)会员上传,如需要全文请注册成本站会员下载)

热门文档下载

相关文档下载

上一篇中创金融公司业务管理系统的设计.. 下一篇儿童学习软件开发——九九乘法软..

相关栏目

最新文档下载

推荐文档下载