企业OA管理系统的开发与实现

上传人:e****s 文档编号:1349986 上传时间:2017-06-08 格式:DOC 页数:54 大小:8.92MB
返回 下载 相关 举报
企业OA管理系统的开发与实现_第1页
第1页 / 共54页
企业OA管理系统的开发与实现_第2页
第2页 / 共54页
企业OA管理系统的开发与实现_第3页
第3页 / 共54页
企业OA管理系统的开发与实现_第4页
第4页 / 共54页
企业OA管理系统的开发与实现_第5页
第5页 / 共54页
点击查看更多>>
资源描述

《企业OA管理系统的开发与实现》由会员分享,可在线阅读,更多相关《企业OA管理系统的开发与实现(54页珍藏版)》请在金锄头文库上搜索。

1、 华科学院HUAKE INSTITUTE OF TAIYUAN UNIVERSITY OF SCIENCE & TECHNOLOGY毕业设计(论文)题目:企业 OA 管理系统的开发与实现学 生 姓 名 郑成龙 学 号 20092204013 班 级 信管 092201H 所属院(系) 计算机科学与技术系 指 导 教 师 王丽霞 2013 年 6 月 1 日太原科技大学毕业设计(论文)任务书学院(直属系):计算机科学与技术系 时间: 2013 年 3 月 4 日学 生 姓 名 郑成龙 指 导 教 师 王丽霞设计(论文)题目 企业 OA 管理系统开发与实现主要研究内容1.Java 面向对象程序设计

2、2.JavaEE 企业开发方式以及相关技术3.OA 的核心概念以及 Java 平台的实现研究方法按照软件开发 CMM 标准实施,具体包括,需求分析、体系结构设计、模块设计、数据库设计等相关设计。主要技术指标(或研究目标)JavaEE 企业核心技术(servlet 、jsp 、jdbc 、框架 ssh、工作流引擎 jbmp)主要参考文献1.实践者的研究方法 (美)普雷斯曼 2.Java Web 整合开发王者归来 刘京华3.JavaScript 权威指南 (美)弗兰纳根4.Java 与模式 闫宏 5.HTML+CSS 网页设计与布局从入门到精通 温谦企业 OA 管理系统的开发与实现摘要本系统的开发

3、基于经典的瀑布模型。在依次完成可行性分析、需求分析、总体设计、详细设计和编码实现以及测试等环节后最终建立了基于 B/S 结构的企业 OA 管理系统。在开发过程的相关环节所应用的技术及其实现的目标包括,利用 POI 技术实现含员工信息的 excel 文件的下载,利用 JavaScipt 和 JQuery 技术实现对用户输入是否合法的判断,以及利用日历插件实现员工出生年月的快捷输入。经测试合格后,本人企业 OA 管理开发系统可以实现的功能包括:1. 部门管理 管理员可以执行添加新部门、删除部门、修改部门信息和查看部门列表信息等权利;2. 员工管理 管理员可以执行添加新员工、删除员工、修改员工信息和

4、查看员工列表信息等权利;3. 日程管理 管理员可以执行添加新日程和删除某项日程的权利;4. 权限管理 本系统对不同的用户设定了不同的权限,管理员可执行所有操作,一般操作员只能查询和添加个人信息。系统同时具备方便易用性和高度可靠性;5. 信息发布 个部门主管都有权利在公司网站上发布新的信息,以通知本部门的员工进行相应的调整;6. 个人文件夹 用以显示员工的个人通讯录;本系统的上述功能实现了对企业员工的科学管理和统一调配,基本满足了企业提出的要求。关键字:企业 OA 管理系统,SSH,POIDevelopment and Implementation of OA management system

5、AbstractThe development of this system is based on the classic waterfall model. In order to complete the feasibility analysis, demand analysis, overall design, detailed design and coding, and testing and other aspects of the eventual establishment based on B / S structure. Technology and its applica

6、tion in the relevant part of the development process to achieve the goal, including through to use POI technical excel file containing employee information system development download, as well as calendar plug-ins to achieve fast input of the date of birth of the employees.After passing the test, I

7、OA management development system functions can be achieved include:1) Department administrators can perform operations like adding new department, delete the department to modify a department and view a list of departments information and other rights;2) Staff management administrator can perform ad

8、d a new employee, delete employees, modify employee information and View staff list information rights;3) Calendar administrator can perform to add a new schedule and the right to delete a schedule;4) Rights management system to be set for different users different permissions, administrators can pe

9、rform all operations, general operator can only query a personal message.5) The information department competent has the right to post new information on the companys Web site, to notify the staff of the department to make the appropriate adjustments;Personal Folders to display the employees persona

10、l address book;6) The functions of the system of scientific management and unified deployment of employees, basically meet the requirements of the enterprise.Keywords: OA management system, ssh, POI, AJAX 目 录摘要 .I关键字 .IAbstract .IIKeywords .II第一章 系统概述 .- 1 -1.1 系统开发背景 .- 1 -1.2 项目开发的环境 .- 1 -1.2.1 硬

11、件环境 .- 1 -1.2.2 软件环境 .- 1 -1.3 技术介绍及开发工具 .- 1 -1.3.1 MyEclipse .- 2 -1.3.2 Oracle11 .- 2 -1.3.3 Tomcat .- 2 -1.4 任务概述 .- 2 -第二章 系统需求分析 .- 4 -2.1 系统实现的基本功能 .- 4 -2.2 数据库设计 .- 6 -2.2.1 数据库概念结构设计 .- 6 -2.2.2 数据库逻辑结构设计 .- 8 -2.2.3 数据库物理设计 .- 8 -第三章 系统总体设计 .- 11 -3.1 系统结构 .- 11 -3.2 模块 .- 11 -第四章 系统详细设计和实现 .- 14 -4.1 人机界面设计 .- 14 -4.1.1 OA 管理系统登录首页 .- 14 -4.1.2 部门调整 .- 15 -4.1.3 员工管理 .- 15 -4.1.4 权限管理 .

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 高等教育 > 大学课件

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号