毕业论文._绩效考核管理系统分析与设计 下载本文

内容发布更新时间 : 2024/5/9 7:05:55星期一 下面是文章的全部内容请认真阅读。

2016届信息工程学院毕业设计(论文)

西安某软件公司绩效考核管理系统分析与设计

许伟凯 摘 要

绩效考核是指,在一定的考核标准和战略目标之下,企业运用考核指标,对所有员

工的工作行为和他们的工作业绩进行评估,并对结果进行评价,对今后工作人员的工作表现及形成积极的指导方法和。通过考核,能够将企业内部的的人员的聘用,企业培训的发展、员工劳动的薪酬、人员职务的升降以及劳动薪酬等几大指标之间相互结合,让一个企业的激励机制能够充分的获得运用,从而更加利于这个企业的健康稳定的发展;同时这样对员工们自身能够建立自我激励,自我鼓励的心理发展模式。所有绩效考核,管理系统的产生,正是为了更加方便的实现以上方案。

本文根据西安某软件公司在绩效考核方面存在的漏洞和不足而建立立项。对绩效考核管理系统首先需求分析,从而对绩效考核管理信息系统功能模块划分为:人员管理、考核管理、考核处理、考核指标管理等模块。利用My Eclipse作为开发工具,Java作为开发语言,SQLServer作为后台数据库,构建B/S模式下的西安某软件公司绩效考核管理信息系统。本系统的特点是使用WEB页面进行网络考核,增强了考核时间的灵活。为提高企业人员管理水平,提升绩效提供了技术支持。

[关键词]: 绩效考核;管理信息系统;My Eclipse

Analysis And Design Of The Company's Performance Appraisal

1

Management System In Xi'an

XuWeiKai

Xi'an University, Department of management science and engineering, Information

management and information system, Grade 12 Zip code: 710065

ABSTRACT

Performance evaluation of an enterprise under the strategic objectives established, using specific criteria and indicators, on employee work behavior and made the work performance assessment, and use the results of the assessment process and the method of the positive guidance to employees in the future work behavior and work performance. Through the performance appraisal, the staff recruitment, demotion, training and development, the combination of labor compensation, making enterprise incentive mechanism can be fully used, conducive to the healthy development of; at the same time to the employee, but also easy to establish the mental model of continuous self motivation.

In this paper, according to the Xi'an for a long time in the performance evaluation of the software companies in the presence of loopholes and deficiencies and the establishment of the project. The performance appraisal management system needs analysis, and then the performance appraisal management information system functional modules: personnel management, appraisal management, assessment, assessment index management module. Using Eclipse Java as the development tool, My as the development language, SQLServer as the background database, the construction of B/S mode of Xi'an long its software company performance evaluation management information system. The characteristics of the system is to use WEB pages for network assessment, enhanced assessment of flexibility.

【KEY WORDS】: Performance; Examine; JSP technology; Database system

2

2016届信息工程学院毕业设计(论文)

目录

1.绪论 ...............................................................................................................................1 1.1研究背景 ..................................................................................................................... 1 1.2研究意义 ..................................................................................................................... 2 2.理论综述 ........................................................................................................................5 2.1绩效考核的含义及作用............................................................................................ 5 2.2绩效考核的发展现状................................................................................................ 6 2.3绩效考核管理信息系统开发模式与技术 ................................................................ 7 2.3.1开发模式 ............................................................................................................. 8 2.3.2关键技术 ............................................................................................................. 8 3.西安某软件公司绩效考核管理信息系统规划 ............................................................. 11 3.1西安某软件公司概况................................................................................................. 11 3.2西安某软件公司绩效考核管理问题 ......................................................................... 11 3.3系统功能需求分析 ................................................................................................... 12 3.3.1员工信息管理模块 ............................................................................................. 13 3.3.2考核指标管理模块 ............................................................................................. 14 3.3.3年度考核管理模块 ............................................................................................. 16 3.3.4薪资福利管理模块 ............................................................................................. 17 3.3.5考核核算管理模块 ............................................................................................. 18 4西安某软件公司绩效考核管理信息系统分析 .............................................................. 19 4.1业务流程图分析 ........................................................................................................ 19

4.1.1员工信息管理模块业务流程图 ......................................................................... 21 4.1.2考核指标管理模块业务流程图 ......................................................................... 21 4.1.3年度考核管理模块业务流程图 ......................................................................... 22 4.1.4薪资福利管理模块业务流程图 ......................................................................... 23 4.2系统数据流程分析 .................................................................................................... 24 4.2.1绩效考核管理系统顶层数据流程图 ................................................................. 24 4.2.2 绩效考核管理系统第一层数据流程图 ........................................................... 25 4.2.3 绩效考核管理系统第二层数据流程图 ........................................................... 25 4.3数据字典 ....................................................................................................................27 4.3.1数据流 ..................................................................................................................27 4.3.2数据元素 ..............................................................................................................27 4.3.3数据处理 ........................................................................................................... 28 4.3.4外部实体 ............................................................................................................. 28 4.3.5数据存储 ............................................................................................................. 29 5.西安某软件公司绩效考核管理信息系统设计 ........................................................... 30 5.1数据库设计 ............................................................................................................... 30

5.1.1数据库概念结构设计 ....................................................................................... 30 5.1.2数据库逻辑结构设计 ....................................................................................... 33 5.2系统输入输出设计 ................................................................................................... 35 5.3系统编码设计 ......................................................................................................... 36

3