当前位置: 首页 > 范文大全 > 文秘资料 >

OA协同办公系统设计与实现(范文推荐)

时间:2022-11-12 10:15:08  浏览次数:

下面是小编为大家整理的OA协同办公系统设计与实现(范文推荐),供大家参考。

OA协同办公系统设计与实现(范文推荐)

A 协同办公系统的设计与实现 A OA 协同办公系统的设计与实现 软件工程 领域 研究生 指导教师 随着企业管理信息化系统进程的不断深入,协同应用软件的概念已深入人心,传统的办公模式已极大的束缚了人的制造力与想象力,埋没了人的智慧与潜能,使员工耗费了大量的时间与精力去手工处理那些繁琐、重复的工作。手工模式已无法满足新形势下公司进展的需要,需要用新进的管理方法与手段来提高企业的办公效率,各中小企业相继使用信息化手段来实现内部业务流程管理。

  本文以特变电工德阳电缆股份有限公司 OA 协同办公系统的设计与实现为研究课题,通过应用 IT 技术来实现公司日常事务管理的流程化、制度化与无纸化。本系统在设计与实现上最大的特点是以工作流技术作为系统的核心应用,通过对系统流程节点的描述与自定义,实现了公文收发与处理的流程化,便于系统业务流程与功能模块的灵活扩展。按照软件工程思想,本文首先对系统实现的方法与环境进行分析,在确定系统实现的内容后,开始了对系统功能需求分析,本系统实现的功能要紧包含公文管理、邮件收发管理、新闻公布管理、在线消息管理、内部公告管理、通讯录管理、知识库管理与档案管理等。其次,在系统功能分析的基础上,使用模块化设计方法将系统按功能划分为首页、个人办公、协作交流、公文管理、行政办公、新闻公告、知识库管理、档案利用八大功能模块。最后,通过 UML 建模设计将系统功能与业务流程抽象化为数据实体与表结构关系,同时以 oracle 数据库进行数据的存储与管理,在技术实现上,本系统基于 B/S 模式,以 J2EE 应用技术与 MVC 思想对系统进行功能开发与技术实现,通过系统测试与优化,最终完成本课题的全部任务。

   系统的成功应用,为公司搭建了内部信息处理与沟通平台,改善了公司的办公环境,提高工作人员的办公效率,为各级领导的提供更好的监督与管理手段,促进了工作流程的自动化与管理的电子化与规范化。

  关键词: 企业管理 流程化 信息处理 The Design and Implementation of Collaborative OA System Software Engineering Graduate Student:

  :

   Adviser: With the deepening of enterprise management information system processes, the concept of collaborative application software has become popular. Due to the creativity and imagination of people have been greatly hindered by traditional office mode, meanwhile, the wisdom and potential have been buried also, as a result, employees spend a lot of time and efforts to manually handle the tedious and repetitive tasks. Manual mode has been unable to meet the needs of the company"s development under the new situation, the need to use new management methods and means to improve office efficiency, small medium enterprises (SMEs) have adopted various means of information technology to achieve internal business process management. In this paper, the design and implementation of OA Cooperative Office system of TEBA Deyang Cable stock Co., Ltd were studied. The implementation of the company"s daily affairs management was processed, institutionalized and paperless by the application of IT technology. The greatest characteristic of this system on design and implementation based on workflow technology, which is the core of the system application, and through the description of the system process node and custom to achieve the streamline tasks in sending , receiving and processing documents, which facilitate the flexible expansion of the business processes and functional modules. According to the software engineering idea, this paper first analyze the method and environment of the system implementation, and after determining the content of system implementation, it begin to analyze the requirements of the system function, the function of the system implementation including document management, email management, news management, online message management, internal announcement management, address book management, knowledge management and archives management and so on. Secondly, on the basis of the system function analysis, the system function is divided into eight functional modules, the home page, personal office, collaboration, communication, document management, administrative offices, news bulletins, knowledge management and ing. Finally, through the UML modeling design abstract the system functionality and business processes to data entities and table structure relationship, while using oracle database for storage and management of data. On the technical implementation, this system based on B / S mode, with J2EE application technology and MVC ideas to develop the system function and technical implementation, through the system test and optimization, complete all the tasks of this project. The successful application of system set up internal information processing and communication platform for the company, which improve the company"s office environment and improve the efficiency of the staff office, and provide better oversight and management tools for leaders at all levels, and facilitate workflow automation and electronic and standardized management. Key Words: : Enterprises Management Process Information Handling 目 录 1 绪论 ....................................................................................................................... 1 1.1 引言 ................................................................................................................ 1 1.2 国内外研究现状 ............................................................................................ 1 1.3 文本的工作 ................................................................................................... 4 2 有关技术介绍 .......................................................................................................... 5 2.1 引言 ................................................................................................................ 5 2.2 有关技术介绍 ................................................................................................ 7 2.2.1 Java ....................................................................................................... 7 2.2.2 JSP ........................................................................................................ 8 2.2.3 Tomcat .................................................................................................. 9 2.2.4 Oracle ................................................................................................. 10 2.3 本章小结 ..................................................................................................... 11 3 系统需求分析及总体设计 ................................................................................... 11 3.1 引言 ............................................................................................................. 11 3.2 系统需求分析 .............................................................................................. 11 3.3 系统功能分析 .............................................................................................. 12 3.3.1 统一登录 ........................................................................................... 13 3.3.2 公文管理 ........................................................................................... 14 3.3.3 邮件管理 ........................................................................................... 15 3.3.4 通讯录 ............................................................................................... 16 3.3.5 在线消息 ........................................................................................... 16 3.3.6 新闻公告 ........................................................................................... 17 3.3.7 知识库 ................................................................................................ 17 3.3.8 会议管理 ........................................................................................... 18 3.3.9 档案管理 ............................................................................................ 19 3.4 系统总体设计 .............................................................................................. 19 3.5 小结 .............................................................................................................. 20 4 系统设计 .................................................................................................................. 1 4.1 引言 ................................................................................................................ 1 4.2 系统模块设计 ................................................................................................ 2 4.3 系统用例设计 ................................................................................................ 2 4.4 数据库设计 .................................................................................................... 3 4.5 系统实现 ........................................................................................................ 9 4.5.1 统一登录 .............................................................................................. 9 4.5.2 公文管理 ........................................................................................... 12 4.5.3 邮件管理 ........................................................................................... 17 4.5.4 信息管理 ........................................................................................... 19 4.5.5 档案利用 ............................................................................................ 22 4.6 本章小结 ..................................................................................................... 22 5 系统测试及分析 .................................................................................................... 22 5.1 引言 ............................................................................................................. 22 5.2 测试环境 ..................................................................................................... 23 5.3 测试用例 ..................................................................................................... 23 5.3.1 用户登录 ............................................................................................ 24 5.3.2 公文管理 ............................................................................................ 24 5.3.3 邮件管理 ............................................................................................ 25 5.3.4 通讯录 ................................................................................................ 25 5.3.5 ...

推荐访问: 标签 协同 办公系统