公司管理信息系统—系统设计.doc
约49页DOC格式手机打开展开
公司管理信息系统—系统设计, 本文共计49页,13942字;摘 要管理信息系统(management information system,mis)开发已发展到大量应用web server新技术阶段,现在单纯的c/s模式或b/s模式已经无法满足企业日益发展的需求。本系统结合了c/s模式与b/s模式的优点,在企业局域网中使...
内容介绍
此文档由会员 霜天盈月 发布
公司管理信息系统—系统设计
本文共计49页,13942字;
摘 要
管理信息系统(Management Information System,MIS)开发已发展到大量应用Web Server新技术阶段,现在单纯的C/S模式或B/S模式已经无法满足企业日益发展的需求。本系统结合了C/S模式与B/S模式的优点,在企业局域网中使用C/S模式,有利数据的安全操作和存储;在广域网中利用B/S模式,客户可以在线下订单。大量数据以及平凡的存取需要快速而稳定的后台数据库,因此本系统采用了MS SQL Server 2000做为后台数据库。利用Delphi开发客户端程序;用ASP开发动态网页。整个C/S程序解决计划部门和生产部门地数据流程;在计划部门下订单地瞬时,生产部门就能很快地查看到所要完成地生产任务;当生产任务完成后,计划部门也能很快地了解到生产情况,并做相应地销售任务。B/S程序解决了远程交互地目的,员工可以通过网络和浏览器查看自己的工作进度;客户则可以方便的在线下单以及及时的了解自己订单的完成情况。
关键词:MIS,SQL, Server,ASP,C/S模式,B/S模式,数据流程图,数据字典,完整性约束
Abstract
The exploit of Management Information System has been the stage which requires the Web Server. The C/S mode or B/S mode can’t match the development of the companies . The civilization of corporations develop and advance all the way, so the information management of enterprise develop at the same step. This paper introduce the general design thinking and method of MIS which combine the merit of C/S mode and B/S mode. Since the mass data and frequent store and fetch data require fast and stable background database, MS SQL Server 2000 is used as the background database in this system. The system adopt two layers frame. Using Delphi develops the client program and using ASP exploit the dynamic web. The whole C/S program solves the data stream of the project division and the production department. At the time of the project division take the order form ,the
目 录
前 言 1
第一章 系统概况 2
1.1 系统总框架 2
1.2 C/S结构模式 2
1.3 B/S结构模式 2
第二章 开发工具的准备 4
2.1 后台数据库的选择 4
2.2 C/S前台工具选择 4
2.3 B/S前台工具选择 5
第三章 系统分析 7
3.1 宏昌电子有限公司内部组织结构 7
3.2 宏昌电子有限公司计划部工作流程 7
3.3 数据流程图 7
3.4 数据字典 8
3.5 建立索引 11
3.6 C/S结构框架 11
3.6.1 系统的需求分析 11
3.6.2 系统的功能分析 12
3.7 B/S结构框架 12
3.7.1 B/S模式的模型结构 12
3.7.2 B/S模式的优点 13
3.7.3 本系统中B/S模式的工作简介 13
3.8 系统流程图 13
第四章 系统实现 15
4.1 数据库管理系统的建立 15
4.2 C/S前台程序的开发 15
4.2.1 程序流程图 15
4.2.2 客户端界面的分析与设计 15
4.2.3 客户端主界面的设计与实现 15
4.2.4 数据模块的实现 16
4.2.5 函数/过程模块的实现 17
4.3 B/S前台程序开发 17
4.3.1 主要网页的设计 17
4.3.2 访问数据库及对数据库的操作原理 18
第五章 结论 20
致 谢 21
参考文献 22
附 录 23
附录1:程序流程图 23
附录2:系统主要界面 24
附录3:函数/过程模块内的具体代码 29
部分参考文献
[1]张晓辉 等编著 《SQL Server 2000管理及应用系统开发》 人民邮电出版社
[2]王珊 陈红 编著 《数据库系统原理教程》 清华大学出版社
[3]刘 艺 著 《Delphi面向对象编程思想》 机械工业出版社
[4]魏江江 李青 孙立京 编著 《Delphi编程百例通》 科学出版社
[5]王小华 编著 《Delphi5应用程序设计实例》 电子工业出版社
[6]黄明 梁旭 石虎 编著 《Delphi7信息系统设计与开发实例》 机械工业出版社
[7][美]Hersh Bhasin 著 高健 英宇 等译 《ASP.NET专业项目实例开发》 中国水利水电出版社
本文共计49页,13942字;
摘 要
管理信息系统(Management Information System,MIS)开发已发展到大量应用Web Server新技术阶段,现在单纯的C/S模式或B/S模式已经无法满足企业日益发展的需求。本系统结合了C/S模式与B/S模式的优点,在企业局域网中使用C/S模式,有利数据的安全操作和存储;在广域网中利用B/S模式,客户可以在线下订单。大量数据以及平凡的存取需要快速而稳定的后台数据库,因此本系统采用了MS SQL Server 2000做为后台数据库。利用Delphi开发客户端程序;用ASP开发动态网页。整个C/S程序解决计划部门和生产部门地数据流程;在计划部门下订单地瞬时,生产部门就能很快地查看到所要完成地生产任务;当生产任务完成后,计划部门也能很快地了解到生产情况,并做相应地销售任务。B/S程序解决了远程交互地目的,员工可以通过网络和浏览器查看自己的工作进度;客户则可以方便的在线下单以及及时的了解自己订单的完成情况。
关键词:MIS,SQL, Server,ASP,C/S模式,B/S模式,数据流程图,数据字典,完整性约束
Abstract
The exploit of Management Information System has been the stage which requires the Web Server. The C/S mode or B/S mode can’t match the development of the companies . The civilization of corporations develop and advance all the way, so the information management of enterprise develop at the same step. This paper introduce the general design thinking and method of MIS which combine the merit of C/S mode and B/S mode. Since the mass data and frequent store and fetch data require fast and stable background database, MS SQL Server 2000 is used as the background database in this system. The system adopt two layers frame. Using Delphi develops the client program and using ASP exploit the dynamic web. The whole C/S program solves the data stream of the project division and the production department. At the time of the project division take the order form ,the
目 录
前 言 1
第一章 系统概况 2
1.1 系统总框架 2
1.2 C/S结构模式 2
1.3 B/S结构模式 2
第二章 开发工具的准备 4
2.1 后台数据库的选择 4
2.2 C/S前台工具选择 4
2.3 B/S前台工具选择 5
第三章 系统分析 7
3.1 宏昌电子有限公司内部组织结构 7
3.2 宏昌电子有限公司计划部工作流程 7
3.3 数据流程图 7
3.4 数据字典 8
3.5 建立索引 11
3.6 C/S结构框架 11
3.6.1 系统的需求分析 11
3.6.2 系统的功能分析 12
3.7 B/S结构框架 12
3.7.1 B/S模式的模型结构 12
3.7.2 B/S模式的优点 13
3.7.3 本系统中B/S模式的工作简介 13
3.8 系统流程图 13
第四章 系统实现 15
4.1 数据库管理系统的建立 15
4.2 C/S前台程序的开发 15
4.2.1 程序流程图 15
4.2.2 客户端界面的分析与设计 15
4.2.3 客户端主界面的设计与实现 15
4.2.4 数据模块的实现 16
4.2.5 函数/过程模块的实现 17
4.3 B/S前台程序开发 17
4.3.1 主要网页的设计 17
4.3.2 访问数据库及对数据库的操作原理 18
第五章 结论 20
致 谢 21
参考文献 22
附 录 23
附录1:程序流程图 23
附录2:系统主要界面 24
附录3:函数/过程模块内的具体代码 29
部分参考文献
[1]张晓辉 等编著 《SQL Server 2000管理及应用系统开发》 人民邮电出版社
[2]王珊 陈红 编著 《数据库系统原理教程》 清华大学出版社
[3]刘 艺 著 《Delphi面向对象编程思想》 机械工业出版社
[4]魏江江 李青 孙立京 编著 《Delphi编程百例通》 科学出版社
[5]王小华 编著 《Delphi5应用程序设计实例》 电子工业出版社
[6]黄明 梁旭 石虎 编著 《Delphi7信息系统设计与开发实例》 机械工业出版社
[7][美]Hersh Bhasin 著 高健 英宇 等译 《ASP.NET专业项目实例开发》 中国水利水电出版社