免费获取|
论文天下网
  • 论文天下网 |
  • 原创毕业论文 |
  • 论文范文 |
  • 论文下载 |
  • 计算机论文 |
  • 论文降重 |
  • 毕业论文 |
  • 外文翻译 |
  • 免费论文 |
  • 开题报告 |
  • 心得体会 |

当前位置:论文天下网 -> 论文下载 -> 毕业论文下载

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

本文ID:24175 字数:39061页数:161

下载地址 全文下载链接(充值:¥50.00元) 

点击下载:下载地址 人力资源管理系统程序开发 (收费:5000 积分)  如何获取积分?

论文字数:39061,页数:161

人力资源管理系统

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

相关论文
上一篇:订单管理系统的设计 下一篇:《模具CADCAECAM课程》网络教学系..
推荐论文 本专业最新论文
Tags:人力资源 管理系统 程序开发 2012-03-22 08:56:58【返回顶部】

相关栏目

教育管理论文
汉语言文学
学前教育论文
心理学论文
小学教育论文
现代教育技术
数学与应用数学
数学教育论文
工商管理
人力资源管理
财务会计
法律论文
行政管理论文
物流专业论文
电子商务论文
理工科论文
物理学论文
乡镇企业管理
电视制片管理
文化产业管理
物业管理论文
毕业论文下载
包装工程论文
印刷工程论文
工业工程论文
信息管理论文
生物工程论文
制药工程论文
电子信息工程
通信工程论文
电气工程论文
信息计算科学
药学专业毕业论文


关于我们 | 联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 原创毕业论文

 

论文天下网提供论文检测,论文降重,论文范文,论文排版,网站永久域名WWW.GEPUW.NET

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 893628136@qq.com

Copyright@ 2009-2022 GEPUW.NET 论文天下网 版权所有