网站地图| 免费获取|
免费论文网
  • 网站首页|
  • 论文范文|
  • 修改降重|
  • 职称论文|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 开题报告论文
搜索

当前位置:免费论文网 -> 论文下载 -> 论文下载 -> 人力资源管理系统程序开发
行政管理论文范文| 物流管理论文| 人力资源论文| 工商管理论文| 旅游管理| 财管管理论文| 工程管理| 安全管理| 乡镇企业管理| 电视制片管理| 文化产业管理| 物业管理|
工程管理论文| 工商管理论文下载| 信息管理论文| 人力资源论文| 酒店管理| 免费物流论文| 工商管理| 行政管理| 物流专业论文| 免费旅游论文| 行政管理论文| 人力资源|

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

本文ID:LW24175 字数: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
附录(源程序代码)

人力资源管理系统程序开发由免费论文网(www.jaoyuw.com)会员上传。
原创论文流程 相关论文
上一篇:订单管理系统的设计 下一篇:《模具CADCAECAM课程》网络教学系..
推荐论文 本专业最新论文
Tags:人力资源 管理系统 程序开发 2012-03-22 08:56:58【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文


免费论文网提供论文范文,论文代发,原创论文

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

Copyright@ 2009-2023 免费论文网 版权所有