企业办公自动化系统设计与实现 联系客服

发布时间 : 星期二 文章企业办公自动化系统设计与实现更新完毕开始阅读5764811859eef8c75fbfb309

第I页

毕业论文

摘 要

企业办公自动化系统设计与实现

办公自动化(Office Automation,简称OA)是将现代化办公和计算机网络功能结合起来的一种新型的办公方式。企业办公自动化系统在此基础上实现企业的快速运转和交流,进而有效提高企业办公效率。

本文在分析了企业办公自动化需求基础上,设计并实现了企业办公自动化系统。该系统包括用户登录、收/发文管理、公告管理、文档管理、员工管理、会议管理、意见管理和退出登录的功能。其满足了企业办公信息化管理的基本需求,解决了传统手工操作效率低、出错率高和交互能力差等问题。

本系统采用Struts、JSP、JavaBean技术设计开发并采用数据库SQL Server 2000完成数据库设计及连接。最终实现一个能够满足企业办公网络化,自动化的管理需求,提高企业内部的管理水平的系统。该系统能全面提升企业在市场中的综合竞争力。

关键词:办公自动化,收/发文管理,公告管理,文档管理,Struts

第II页 Enterprise Office Automation System

Abstract

Office Automation(referred to as OA) is a new way of office which combines with a modern office and computer network. Enterprise Office Automation System on the basis of it which completes the rapid operation of the enterprise and exchange, thus effectively improving office efficiency.

System based on the analysis of the enterprise office automation needs is designed and implemented user login, send/get documents management, bulletin management, document management, staff management, session management, views management and registry functions. Which satisfy the needs of information management in the enterprise, solve the problem of low efficiency of traditional manual operation, the high error rate and the poor efficiency.

The system uses the technology of Struts, JSP, JavaBean to design and develop and database SQL Server 2000 to complete the database design. This system can satisfy the enterprise work network, the automated management demand, raised the enterprise internal management level, then promotes the enterprise of comprehensive competitive power in the market .

Key Words: Office automation, get/send document management, notice management,

document management , Struts

II

第III页 目 录

1 绪论 ............................................................. 1 1.1 办公自动化系统研究背景及应用 ....................................................................... 1 1.2 本文研究目标及意义 ........................................................................................... 2 1.3 本文主要完成工作 ............................................................................................... 3 1.4 本文组织结构 ....................................................................................................... 3 2 系统分析 ......................................................... 5 2.1 总体需求分析 ....................................................................................................... 5 2.2 可行性分析 ........................................................................................................... 6 2.2.1 经济可行性 .................................................................................................... 6 2.2.2 技术可行性 .................................................................................................... 6 2.3 系统功能分析 ....................................................................................................... 8 2.3.1 登录功能 ........................................................................................................ 8 2.3.2 收/发文管理功能 ........................................................................................... 8 2.3.3 会议管理功能 ................................................................................................ 9 2.3.4 公告管理功能 ................................................................................................ 9 2.3.5 员工管理功能 ................................................................................................ 9 2.3.6 文档管理功能 ................................................................................................ 9 2.3.7 意见管理功能 .............................................................................................. 10 2.3.8 退出登录功能 .............................................................................................. 10 3 系统总体设计 ..................................................... 11 3.1 项目规划 ..............................................................................................................11 3.2 开发模式/架构 .....................................................................................................11 3.4 数据库设计 ......................................................................................................... 12 4 系统详细设计 .................................................... 16 4.1 登录模块 ............................................................................................................. 16 4.2 收/发文管理模块 ................................................................................................ 16 4.2.2 建立发文子模块 .......................................................................................... 16 4.2.3 浏览发文子模块 .......................................................................................... 17 4.2.4 删除发文子模块 .......................................................................................... 17 4.3 会议管理模块 ..................................................................................................... 18 4.3.1 会议管理模块总功能设计 .......................................................................... 18 4.3.2 查看会议记录功能 ...................................................................................... 18 4.3.3 添加会议记录功能 ...................................................................................... 18 4.3.4 设计删除会议记录及查看会议详细信息 .................................................. 18 4.4 公告管理模块 ..................................................................................................... 19 4.4.1 公告管理模块总功能设计 .......................................................................... 19 4.4.2 该模块具体功能设计 .................................................................................. 19 4.5 员工管理模块 ..................................................................................................... 20 4.5.1 员工管理模块总功能设计 .......................................................................... 20 4.5.2 查看个人信息功能 ...................................................................................... 20 4.5.3 浏览员工信息功能 ...................................................................................... 20

III

第IV页 4.5.4 添加新员工 .................................................................................................. 21 4.5.5 删除员工信息和优秀员工 .......................................................................... 21 4.6 文档管理模块 ..................................................................................................... 21 4.6.1 文档管理模块总功能设计 .......................................................................... 21 4.6.2 文件浏览功能 .............................................................................................. 21 4.6.3 文件上传功能 .............................................................................................. 22 5 系统实现 ......................................................... 23 5.1 界面设计实现 ....................................................................................................... 23 5.1.1 登录界面的实现 .......................................................................................... 23 5.1.2 系统首页设计的实现 .................................................................................. 24 5.1.3 用户退出系统页面实现 .............................................................................. 25 5.2 功能模块的实现 ................................................................................................. 25 5.2.1 登录模块的实现 .......................................................................................... 25 5.2.1 收/发文管理模块的实现 ............................................................................. 26 5.2.2 会议管理模块的实现 .................................................................................. 30 5.2.3 公告管理模块的实现 .................................................................................. 32 5.2.4 员工管理模块的实现 .................................................................................. 33 5.2.5 文档管理模块的实现 .................................................................................. 35 5.2.6 退出模块的实现 .......................................................................................... 40 结 论 ....................................................................................................................... 41 致 谢 ....................................................................................................................... 42 参考资料 ..................................................................................................................... 43 附 录 ....................................................................................................................... 44

IV