基于bpm的进销存管理信息系统研究.rar

RAR格式版权申诉手机打开展开

基于bpm的进销存管理信息系统研究,基于bpm的进销存管理信息系统研究1.8万字30页包括部分程序代码,任务书,开题报告,中期报告,外文翻译等资料摘要本文首先介绍了中天移动通讯设备公司进销存管理工作的特殊性,并着重分析了中天进存管理的具体业务流程。结合其流程的复杂度和业务需求的不断增长,在充分考察各门原有信息资源的基础上,对基于bpm的中天进销存管理信息...
编号:156-33108大小:1.42M
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 lanqiuhuo 发布

基于BPM的进销存管理信息系统研究
1.8万字 30页
包括部分程序代码,任务书,开题报告,中期报告,外文翻译等资料




摘要
本文首先介绍了中天移动通讯设备公司进销存管理工作的特殊性,并着重分析了中天进存管理的具体业务流程。结合其流程的复杂度和业务需求的不断增长,在充分考察各门原有信息资源的基础上,对基于BPM的中天进销存管理信息系统的开发方案进行了整体的研究和部署,解决了现有系统在维护困难、效率低下、功能模块难以移植等方面的问题。
本文的主要研究内容包括:
1)业务流程管理相关技术背景
介绍了业务流程管理的相关概念。通过与其他解决方案的比较,说明了业务流程管理的优势所在。
2)研究了BPM(业务流程管理)在信息系统开发中的应用,通过进销存管理系统实例说明了BPM和信息技术走向结合的必然性。
3)基于BPM的中天进销存管理信息系统的实现
本文所论述的中天进销存管理信息系统是通过对各部门的业务流程进行综合分析后,通过对业务流程的抽象建立起模型,并在此基础上构建起中天移动通讯设备公司进销存综合管理信息系统。


关键词:管理信息系统; 进销存管理;业务流程管理; 三层结构






Abstract
This paper gives the particular work in Zhong Tian Mobile communications equipment sale-stock management, and analyses the business process of Zhong Tian sale-stock management, then discuss the complexity of business process and the requirement in growing. After taking the IT resource into account, the paper investigates the Zhong Tian sale-stock management information system based on BPM. The system finds the solution to the problems that the old one can not resolve.
Then main content of this paper includes:
1)The relative techniques of BPM
The paper introduces the relative conceptions of BPM we demonstrate the advantage of BPM by comparing with other solutions.
2)The Integration between BPM and Information Technology The paper introduces Business Process Management. Than we get the conclusion from an example that the integration between BPM and Information Technology is inevitable.
3)The realization of Zhong Tian sale-stock management information system based on BPM We analyzes the Business Process of Zhong Tian sale-stock management, than we carry out the system based on the abstract model.


Key words: Management Information Systems (MIS); Sale-stock Management;
Business Process Management (BPM); Three-Layer-Structure








目 录
摘要 I
Abstract II
1 绪论 1
1.1 论文研究背景 1
1.2 研究的目的及意义 1
1.3国内外研究现状 2
1.4论文框架结构 2
2 BPM概述 4
2.1 业务流程管理概述 4
2.1.1业务流程的定义 4
2.1.2业务流程管理的概念 5
2.2 BPM建模规范及其符号介绍 5
2.2.1业务流程建模符号的作用 5
2.2.2业务流程建模(BPMN)与UML的比较 5
2.3 基于BPM的开发方法 6
2.4本章小结 7
3 系统分析与设计 8
3.1 系统需求分析 8
3.2 系统功能分析 10
3.3 系统数据库设计 11
3.3.1 数据库需求分析 11
3.3.2 数据库逻辑结构设计 11
3.4本章小结 12
4 系统实现 13
4.1系统的三层体系结构 13
4.2利用ASP.NET实现系统的表示层 14
4.3利用ADO.NET实现系统的应用层 14
4.4在SQL上实现系统的存储层 15
4.5 系统实现的部分界面 15
4.6本章小结 18
5 结束语 19
5.1 系统总结 19
5.2 进一步的研究方向 19
5.3本章小结 20
致 谢 21
参考文献 22
附录 23



参考文献
[1]李小东, 浦贵阳. 一种新型的管理信息系统开发技术研究[J]. 科技进步与对策,2004.3:120-122
[2]谭伟, 范玉顺. 业务流程管理框架与关键技术研究[J]. 计算机集成制造系统,2004.7:737-742



附录
程序部分代码:
Partial Class jiben_cp
Inherits System.Web.UI.Page

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Dim conn As New Data.SqlClient.SqlConnection("Server=WWW-8294E289DB1SQLEXPRESS;Initial Catalog=my_mobile;Integrated Security=SSPI")
conn.Open()
......