1、 本 科 毕 业 论 文 企业法务系统的设计与实现 Design and Implementation of an Enterprise Law Management System 姓 名: 学 号: 学 院:软件学院 系:软件工程 专 业:软件工程 年 级: 指导教师: 工程师 教授 年 月 2 企业法务系统的设计与实现 3 摘 要 企业法务系统是中国建设股份有限公司的提出 应用于企业内部的合同,授权管理的系统。 该系统采取 B/S 模式 ,三层架构 ,通过工作流的方式实现网上协同办公的目的。 本 文主要讨论的是该系统中系统管理模块。纵观现在 大部分 企业级系统, 从OA, EA, ERP
2、等,都设计到系统管理模块,系统管理模块中包含部门管理,人员管理,权限管理, 用户组(角色) 管理等。 但是这些模块都 是为企业个性化设计的,所以通用起来会比较困难。 因此, 该 模块设计 是以通用为目的, 大部分 企业 级 系统都可以重用 这个模块。在开发这个模块的同时也编写了一些控件,例如功能树控件,部门树控件(包含选择式和 Google 式),人员选择控件,部门选择控件等 。这些控件采用的技术主要有: ajax,webService,javascript。 控件的 意义在于 加快系统开发速度, 同时可重用性高,可支持多种浏览器。 本文还对 BPM 做了一定的研究, BPM 是将表单电子化,
3、实现表单审批流程的电子化。 BPM 主要包含两个部分:表单和流程,这两个部分 是独立的,这样做到了表单和流程的可重用性。流程部分和系统管理模块联系是最紧密的,流程节点的定义中必须包含节点人员的定义,节点人员可以是自定义指定也可以是动态指定的,加载某个节点前节点人员一定要确定。表单方面主要是一些 JS 方面的处理,技术上这个方面不是难点。 BMP 重点是工作流引擎的开发,一个独立的表单和流程,如何正确的流转,同时持久化的保存表单和流程信息,在服务器出现异常的时候数据不会丢失。 关键词: 系统管理模块; BPM; B/S 架构 4 Abstract Enterprise Law Managemen
4、t System is applied to the management of enterprise contract and authorization. B / S mode and the three-tier architecture are adopted by the system which achieves the purpose of online collaborative office through the work flow。 This article is focused on the system management module in the system.
5、 Viewing the enterprise-class systems, whether it is OA, EA, ERP and so on, all of them involve the system management module which includes departmental management, personnel management, rights management, and user group (role) management.Therefore, based on the purpose of general reuse, I designed
6、the module that any enterprise system can reuse. In the development of this module I wrote a number of controls, such as function tree control, department tree control (including option-style and Google-style), personnel selection control, department choose control and so on.Technologies of those co
7、ntrols mainly used are ajax, webService, javascript. The significance of these controls is to speed up the development of systems, increase reusability, and support a variety of browsers at the same time.The development of controls is an important part of my graduation project on the problem of time
8、 and technology. BPM, a system computerizing forms and approval process, is also discussed in this paper. BPM mainly consists of two independent parts: form and process and makes them reusable9. Parts of the process and system management modules are linked most closely. The definition of staff node
9、must be contained in the definition of node. The staff node can be assigned custom or dynamically and must be specified before loading the node. Forms mainly involve the processing of JS which is not a special difficulty. BMP focuses on the development of workflow engine, a separate form and process
10、, how to transfer the right, preserving persistent form and process information, and making sure the data will not be lost when exceptions happen in the server. Key words: System Management Module; B / S mode;BPM 企业法务系统的设计与实现 5 目录 摘 要 . 3 Abstract . 4 目录 . 5 Contens . 7 第一章 引言 . 1 1.1 研究背景及选题意义 . 1
11、1.2 研究现状及存在的问题 . 1 1.3 主要研究内容及特色 . 1 1.4 论文组织结构 . 1 1.5 预备知识 . 1 1.5.1 关于 B/S 架构 . 1 1.5.2 关于 Ajax. 2 1.5.3 关于 WebService. 3 1.5.4 关于 Javascript . 7 第二章 总体设计 . 9 2.1 引言 . 9 2.1.1 编写目的 . 9 2.1.2 项目背景 . 9 2.1.3 系统设计目标 . 9 2.2 项目概述 . 9 2.2.1 需求概述 . 9 2.2.2 运行环境 . 9 2.2.3 必须满足的国际 /国内 /企业标准 . 10 2.3 总体设计
12、 . 10 2.3.1 总体设计说明 . 10 2.3.2 系统结构 . 13 2.4 模块设计 . 15 2.4.1 系统管理模块设计 . 15 2.4 系统数据设计 . 15 2.4.1 数据结构与模块的关系 . 15 2.4.2 数据结构设计 . 15 表 2.5 用户信息表数据结构 . 16 2.5 接口设计 . 20 2.5.1 用户接口 . 20 2.5.2 硬件接口 . 20 2.5.3 软件接口 . 20 6 2.5.4 通讯接 口 . 21 2.6 系统出错处理 . 21 2.7 开发环境 . 21 2.7.1 硬件环境 . 21 2.7.2 软件环境 . 21 第三章 详细
13、设计说明 . 22 3.1 引言 . 22 3.1.1 编写目的 . 22 3.1.2 术语和缩写词 . 22 3.2 系统管理模块设计说明 . 22 3.2.1 模块描述 . 22 3.2.2 模块架构 . 22 3.2.3 各个层中的类图 . 23 3.3 程序界面 . 26 3.4 特别技术点 . 28 3.4.1 功能树 . 28 3.4.2 部门树 . 29 3.4.3 部门选择控件 . 29 3.4.4 人员选择控件 . 30 第四章 程序运行结果 . 31 4.1 部分程序运行界面 . 31 第五章 结束语 . 39 致谢 . 40 参考文献 . 41 企业法务系统的设计与实现
14、7 Contens Abstract . 3 Abstract . 4 Contens . 5 Contens . 7 Chapter I Introduction. 1 1.1 Background and significance of research topics . 1 1.2 Present Status and Problems . 1 1.3 The main research content and features . 1 1.4 The organizational structure of paper . 1 1.5 Prior knowledge . 1 1.5.1
15、About B / S structure . 1 1.5.2 About Ajax . 2 1.5.3 About WebService. 3 1.5.4 About Javascript . 7 Chapter II Design. 9 2.1 Introduction . 9 2.1.1 The purpose of the preparation . 9 2.1.2 Project Background. 9 2.1.3 System design goals . 9 2.2 Project Overview . 9 2.2.1 Needs outlined in . 9 2.2.2
16、Operating environment . 9 2.2.3 Must meet the international / national / enterprise standards . 10 2.3 Design . 10 2.3.1 Design note . 10 2.3.1.1 Design overview . 10 2.3.1.2 System processes to deal with. 10 2.3.2 System architecture . 13 2.3.2.1 The logic of structural design . 13 2.3.2.2 Distribu
17、tion function . 13 2.3.2.3 Physical Structure Design . 14 2.4 Modular design. 15 2.4.1 System Management Module Design . 15 2.4 Data Design . 15 2.4.1 Data on the relationship between structure and modules . 15 8 2.4.2 Data Structure Design. 15 2.5 Interface Design. 20 2.5.1 User Interface . 20 2.5.
18、2 Hardware interface . 20 2.5.3 Software Interface . 20 2.5.4 Communication Interface . 21 2.6 System error handing . 21 2.7 Developent Environment . 21 2.7.1 Hardware environment. 21 2.7.2 Software environment . 21 Chapter III Detail design description . 22 3.1 Introduction . 22 3.1.1 The purpose of the preparation . 22 3.1.2 Terminology and abbreviations. 22 3.2 System Management Module Design Description . 22 3.2