软件园服务管理系统 ——财务部、管理层子系统---毕业论文.doc

上传人:滴答 文档编号:1273937 上传时间:2019-01-26 格式:DOC 页数:62 大小:3.50MB
下载 相关 举报
软件园服务管理系统 ——财务部、管理层子系统---毕业论文.doc_第1页
第1页 / 共62页
软件园服务管理系统 ——财务部、管理层子系统---毕业论文.doc_第2页
第2页 / 共62页
软件园服务管理系统 ——财务部、管理层子系统---毕业论文.doc_第3页
第3页 / 共62页
软件园服务管理系统 ——财务部、管理层子系统---毕业论文.doc_第4页
第4页 / 共62页
软件园服务管理系统 ——财务部、管理层子系统---毕业论文.doc_第5页
第5页 / 共62页
点击查看更多>>
资源描述

1、 本 科 毕 业 论 文 软件园服务管理系统 财务部 、 管理层子系统 Software Park Service Management System Financial Department and Management Department 姓 名: 学 号: 学 院:软件学院 系:软件工程 专 业:软件工程 年 级: 指导教师: 年 月 摘 要 随着计算机 的普及和软件开发技术的发展, 管理信息系统越来越受到各个企业的欢迎和重视。 由于企业的发展壮大,其需要保存的和正在使用中的信息 量、数据量也随之变得庞大。单纯依靠传统的以人为主体的人工纸质化信息管理方法已经不能满足企业的发展要求,企业

2、管理信息系统无疑是解决这个问题的途径之一。 “厦门软件园服务管理系统”正是 为厦门软件产业投资发展有限公司开发的一个信息管理系统,用以帮助该企业实现方便、快捷、高效的企业信息管理,进而提高企业管理水平,为企业的长远发展奠定良好的基础。 “ 厦门软件园服务管理系统 ” ( XMSPMS)的开发是基于 .NET 平台,采用 C#语言编写。 它的系统架构采用 B/S 架构,克服了传统 C/S 架构的一些缺点,使该系统拥有瘦客户端、 快速的响应和较高的安全性等优点。同时,该系统的三层体系结构 在保证客户端功能的前提下,为用户提供 了 一个简洁的界面。如果需要修改应用程序代码,只需要对中间层应用服务器进

3、行修改,而不用修改成千 上万的客户端应用程序。从而使开发人员可以专注于应用系统核心业务逻辑的分析、设计和开发,简化了应用系统的开发、更新和升级工作。 本文绪论部分从介绍管理信息系统入手,分别对系统开发背景、系统定位和开发目标做了简单的阐述 ; 系统需求分析 部分则先是简单介绍了系统的总体需求,然后 详细叙述了财务部模块和管理层模块的客户需求 ;接下来的部分介绍了 系统实现使用的技术。 在此部分分别对 SQL Server2005、 B/S 架构和JavaScript 进行了阐述;紧接着在 对 系统 分析及 设计 部分的 阐述 中,本文对系统的三层体系结构、数据库设计 和财务部模块、管理层模块的

4、 设计方案 给出了详细的论述;最后,是 系统实现 部分,此部分内容主要包括对系统实现代码、运行结果的 描述。 关键字 : 管理信息系统; B/S 架构;三层体系结构 Abstract With the popularity of computer and software development technology, enterprise management information system (Management Information System, MIS) in all enterprises becomes more and more popular and importan

5、t. As a result of the development and expansion of enterprises, the amount of information and data which are using and are need to preserve have become huge. To rely solely on the traditional people of the main paper of the artificial methods of information management can no longer meet the requirem

6、ents of enterprise development. And enterprise management information system is one of the ways to solve this problem undoubtedly. “Xiamen Software Park Service Management System“ is designed for the Xiamen software industry, Investment and Development Co. Ltd. Our duty is to develop an information

7、management system to help the enterprise to achieve a convenient, speedy and efficient enterprise information management, thereby increasing the level of corporate governance for enterprises long-term development lays a good foundation. “Xiamen Software Park Service Management System“ (XMSPMS) devel

8、opment is based on .NET platform using C # language. The use of the system architecture of its B / S structure overcomes a number of shortcomings of the traditional C / S structure of, so that the system has a thin-client, fast response and high security advantages. At the same time, the systems tri

9、-layer architecture ensures that the client functions in the premise provide users with a simple interface. If you need to modify the application code, just the middle layer needs to be amended application server, rather than modify tens of thousands of client applications. So that developers can fo

10、cus on core business logic application system analysis, design and development, application system simplifies the development, updating and upgrading. In this paper, some introduction of management information systems is given from the start, respectively, the background of the system development, s

11、ystem positioning and development goals set out to do a simple; In system requirement analysis part, introduces the overall demand for the system briefly at first, and then describes in detail the management module and the Finance Department customer demand module; the next section describes the use

12、 of the system technology. Respectively, in this part, SQL Server2005, B / S structure and JavaScript are elaborated; Following, in systems analysis and design part of the elaborate, the tri-layer system architecture, database design and the Ministry of Finance module, management module design are g

13、iven in detail; Finally, in the realization of part of the system, I descript the main system including the code, a description of the results. Key words: Management Information System; B/S Structure; Tri-layer Architecture 目 录 第一章 绪论 . 1 1.1 MIS 简介 . 1 1.1.1 管理信息系统的定义 . 1 1.1.2 管理信息系统的内容 . 1 1.1.3

14、管理信息系统的特性 . 2 1.1.4 我 国 MIS 发展现状 . 2 1.2 系统开发背景 . 3 1.2.1 公司简介及发展现状 . 3 1.2.2 公司亟待解决的问题 . 4 1.2.3 系统定位及开发目标 . 4 1.3 论文结构安排 . 5 第二章 系统需求分析 . 6 2.1 系统需求简介 . 6 2.2 财务部需求分析 . 7 2.2.1 费用到账管理 . 8 2.2.2 费用新增 . 8 2.2.3 公共信息 . 8 2.2.4 大楼信息 . 8 2.2.5 参数设置 . 9 2.3 管理层需求分析 . 9 2.3.1 物业工程部 . 9 2.3.2 企业服务部 . 9 2.

15、3.3 技术部 . 9 2.3.4 费用统计 . 10 2.3.5 参数设置 . 10 2.4 小结 . 10 第三章 系统使用的技术 . 11 3.1 SQL Server 2005 数据库技术 . 11 3.1.1 SQL Server 2005 简介 . 11 3.2 B/S 架构 . 11 3.2.1 B/S 架构简介 . 11 3.2.2 B/S 架构的优越性 . 11 3.2.3 B/S 架构与 C/S 架构的区别 . 12 3.3 JavaScript . 13 3.4 小结 . 13 第四章 系统分析与设计 . 14 4.1 系统设计概述 . 14 4.1.1 开发语言 . 1

16、4 4.1.2 开发平台 . 14 4.1.3 系统的三层体系结构设计 . 15 4.2 数据库设计 . 16 4.2.1 设计原则 . 16 4.2.2 系统数据库设计约定 . 17 4.2.3 数据库结构设计 . 18 4.2.4 财务部数据库设计 . 18 4.2.5 管理 层数据库设计 . 22 4.3 安全性设计 . 27 4.4 财务部设计 . 28 4.4.1 功能表 . 28 4.4.2 用例图 . 29 4.4.3 流程图 . 31 4.4.4 泳道图 . 35 4.5 管理层设计 . 36 4.5.1 功能表 . 36 4.5.2 用例图 . 37 4.5.3 流程图 .

17、37 4.6 小结 . 38 第五章 系统实现 . 39 5.1 财务部 . 39 5.1.1 表现层 . 39 5.1.2 业务逻辑层 . 41 5.1.3 数据访问层 . 44 5.2 管理层 . 45 5.2.1 表现层 . 45 5.2.2 业务逻辑层 . 47 5.2.3 数据访问层 . 49 5.3 小结 . 50 第六章 总结与展望 . 51 6.1 总结 . 51 6.2 展望 . 51 参考文献 . 53 致 谢 . 54 Contents Chapter1 Preface . 1 1.1 MIS introduction. 1 1.1.1 The definition of

18、 MIS . 1 1.1.2 The content of MIS . 1 1.1.3 The feature of MIS . 2 1.1.4 Chinas development of MIS. 2 1.2 The context of system development . 3 1.2.1 Company profile and development . 3 1.2.2 The problems need to solved in the company. 4 1.2.3 System positioning and development goals . 4 1.3 Thesis

19、structure . 5 Chapter2 System requirement analysis . 6 2.1 About system requirements . 6 2.2 Requirement analysis of financial department . 7 2.2.1 Cost management . 8 2.2.2 Increasing the cost. 8 2.2.3 Public information . 8 2.2.4 Building information. 8 2.2.5 Parameter setting. 9 2.3 Requirement a

20、nalysis of management department . 9 2.3.1 Department of estate management . 9 2.3.2 Department of enterprise services. 9 2.3.3 Department of technology. 9 2.3.4 Cost statistics . 10 2.3.5 Parameter setting. 10 2.4 Summary. 10 Chapter3 System core technologies . 11 3.1 SQL Server 2005 Datebase techn

21、ology . 11 3.1.1 Introduction of SQL Server 2005 . 11 3.2 B/S Structure . 11 3.2.1 Introduction of B/S structure . 11 3.2.2 Superority of B/S structure . 11 3.2.3 Differences between B/S and C/S . 12 3.3 JavaScript . 13 3.4 Summary. 13 Chapter4 System analysis and design. 14 4.1 System design overvi

22、ew . 14 4.1.1 Developing language. 14 4.1.2 Developing platform . 14 4.1.3 Tri-layer architecture. 15 4.2 Design of database. 16 4.2.1 Rules of design. 16 4.2.2 Design agreement of systemm database . 17 4.2.3 Design of database structure . 18 4.2.4 Design of financial department . 18 4.2.5 Design of management department . 22 4.3 Design of security . 27 4.4 Design of financial department . 28 4.4.1 Menu . 28 4.4.2 Digrams of use case . 29 4.4.3 Flowcharts . 31 4.4.4 Lane plans . 35 4.5 Design of management department. 36 4.5.1 Menu . 36 4.5.2 Digrams of use case . 37 4.5.3 Flowcharts

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 学术论文资料库 > 毕业论文

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。