(论文 字数:10890 页数:32 带程序)摘 要:随着人类社会的发展,要求每个紧跟时代的人都要不断的进行自我提高。因此,学习与再学习始终伴随着我们,其中有关的培训机构有着不可替代的作用,在这种形势下,如何更好的对培训工作进行管理,就成了我们需要解决的一个问题。因此,开发一套完善的员工培训管理系统就必不可少了。 该系统使员工培训管理从传统方式转向培训管理的自动化,采用先进管理思想,实现企业员工培训管理系统化、规范化的开端。通过分析中小企业管理现状,提出了自动化管理的可行性解决方案,并在此基础上进行需求分析、设计整体架构、业务流程和数据结构,编写程序,实现该系统的正常运行。 系统采用成熟的C/S结构,以PowerBuilder设计、运行于Windows 98或更高版本Windows操作系统。用户可以对信息进行增加、删除、修改和检索。该系统的实现为今后企业培训体制的进一步完善打下良好的基础。
关键词:员工培训,PowerBuilder,SQL Sever 2000,面向对象
Abstract :Along with the development of human society, each person who wants to follow behind ages closely must continuously carry out a self exaltation. So, study and study again may always accompany with us, and those relevant training organizations have important functions that can't act for. In this situation, how to carry on a better management to the training work became a problem for resolve. Therefore, developing a set of perfect employee training management system is essential. The system makes the staff training management change direction to automation from traditional way; adopt advanced management thoughts to carry out the starting of a system, normal training management. Through analysis the present managing condition in the small business enterprise, put forward an automation solution to the management, and next carry on need analysis, whole structure design, business process and data structure base on this foundation, then write program and carry out the final system. The system use C/S architecture, and use PowerBuilder to design. It can run at the Windows 98 or other Windows of higher version. The customer can add, delete, update and query the information with this system. The realization of this system will build the good foundation for further consummation of the enterprise training.
Keyword: staff training PowerBuilder SQL Sever 2000 Object-Oriented
目 录
摘 要 I
Abstract II
1 前言 1 1.1 课题来源 1 1.2 编写目的 1 1.3 开发背景 1 1.4 开发工具PowerBuilder的选用和介绍 2 1.5数据库SQL Server 2000的介绍 3
2 系统功能说明 5
3 系统分析 6 3.1系统的初步调查 6 3.2系统的可行性分析 6 3.3 系统目标设计 7 3.4 开发设计思想 7 3.5 系统业务流程及其分析 7 3.6系统数据流图 9
4 系统设计 12 4.1 系统总体结构设计 12 4.2 代码设计 12 4.3数据库设计 13 4.4各个功能模块详细设计 21 系统总结 23
参考文献 24
文献综述 25
1 前言 1.1 课题来源 随着计算机技术的飞速发展,计算机在企业管理中的应用越来越普及,利用计算机实现企业员工培训的管理显得越来越重要。对于中小型企业来说,利用计算机支持企业高效率地完成员工日常培训工作,是适应现代企业制度、推动企业管理走向科学化、规范化的必要条件。研究开发出一套比较完整的、专门的、适合于各种企业自己使用的员工培训管理软件势在必行。 在本文之前我们对中小型企业的日常培训工作做了详细调查,搜集了大量的资料,从系统结构、组织功能的实现,技术要求以及可行性等多方面进行考虑,认为本课题是一个适应现代企业培训需求的计算机信息管理系统,具有很强的实际开发价值和使用价值。 |