论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

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

 本文ID:LWGSW18737 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 人力资源管理系统程序开发 (收费:1000 积分)  

论文字数: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.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:订单管理系统的设计 下一篇:《模具CADCAECAM课程》网络教学系..
Tags:人力资源 管理系统 程序开发 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号