餐饮业信息管理系统论文.doc
餐饮业信息管理系统论文,基于web的餐饮业信息管理系统的设计与实现摘 要随着网络以及web技术的迅速发展,b/s架构的系统应用越来越多的深入到各行各业中。本文介绍的餐饮业信息管理系统是为餐饮企业开发的基于web的餐饮行业综合信息管理服务系统。本文深入探讨了基于web技术应用系统的开发过程及其相关技术,结合实际工程项目中餐饮业信息管理系统的功能...
内容介绍
此文档由会员 lanxin520 发布基于Web的餐饮业信息管理系统的设计与实现
摘 要
随着网络以及Web技术的迅速发展,B/S架构的系统应用越来越多的深入到各行各业中。本文介绍的餐饮业信息管理系统是为餐饮企业开发的基于Web的餐饮行业综合信息管理服务系统。
本文深入探讨了基于Web技术应用系统的开发过程及其相关技术,结合实际工程项目中餐饮业信息管理系统的功能需求以及业务流程分析,运用ASP.NET、Javascript 技术、数据库、数据结构、网络通信等技术,设计了本信息管理系统的解决方案。重点解决了系统体系结构、系统数据库、系统操作界面、综合管理模块、内部管理模块以及系统安全等关键性问题,有效的满足了餐饮业信息管理系统的规模需求以及未来业务增长的需要。
数据库系统的建立完成了本信息系统的最基础部分,综合管理模块以及内部管理模块提供了实际应用中的用户需求。系统的安全则保证了本信息系统的正常运行,防止出去非法访问以及越权操作等问题。本文所阐述的信息管理系统均是在Microsoft WindowsXP Prof 系统下用采Microsoft ASP.NET 平台,利用Microsoft C# 编程实现的。本信息管理系统目前处于第二期开发。
关键词:Web;餐饮业;业务流程;ASP.NET;
Based on web dining industry information management system
design and relization
Abstract
Along with network as well as Web technology rapid development, B/S overhead construction system application more and more many penetrating to all the various trades and occupations in. This article introduced the dining industry information management system is develops for the Japanese electricity joint-stock company based on the Web dining profession synthesis information management service system. Erects the server by this company, builds the service platform to provide the synthesis information management service for the customer.
This article thoroughly discussed has resulted in the performance history and its the correlation technology based on the Web technology application system, in the union actual engineering project the dining industry information management system function demand as well as the service flow analysis, utilized technology and so on ASP.NET, Javascript technology, database, system operation contact surface,construction of data, network correspondence, has designed this information management system solution. Has solved system system structure, system database, synthesis administration module, internal management module as well as systematic security and so on crucial with emphasis the question, effective has met the needs which the dining industry information management system scale demand as well as the future service will grow.
The database system establishment completed this information system most foundation to be partial, the synthesis administration module as well as the internal management module has provided in the practical application user demand. The system security had guaranteed this information system normal operation, prevented the illegal visit as well as exceeds authority to operate and so on the question. This article elaborated the information management system is system with picks Microsoft in Microsoft WindowsXP under the Prof the ASP.NET platform, uses Microsoft the C# programming realization. This information management system at present is in the second issue of development.
Key Words:Web;Dining industry;Service flow;ASP.NET;
目 录
摘 要 I
Abstract II
1 绪论 7
1.1 研究背景及选题意义 7
1.2 实施的原则及步骤 8
1.3 软件系统的建设 8
1.3.1 信息管理服务系统的基本需求 9
1.3.2 大量数据信息的处理 9
1.3.3 工作流的应用 9
1.3.4 协同工作和移动办公 10
1.4 课题的应用价值 10
1.5 本论文所要解决的问题 11
1.6 本论文的主要工作以及内容结构 12
2 餐饮业信息管理服务系统总体方案设计 13
2.1 系统的总体结构 13
2.1.1 需求分析 13
2.1.2 系统功能模块的划分 14
2.2 系统开发模式的选择 15
2.2.1 C/S开发模式 15
2.2.2 B/S开发模式的优势 16
2.3 基于B/S模式的餐饮业信息管理系统整体架构 18
2.4 系统的运行环境和开发工具 19
2.4.1 硬件环境 19
2.4.2 软件环境 20
2.4.3 系统的开发工具 21
2.4.4 小组开发工具SourceSafe 23
3 系统数据库设计 24
3.1 商业数据概述 24
3.2 系统数据库功能要求 25
3.3 概念模型设计 26
3.4 数据库结构设计 27
3.5 数据库的物理设计 28
4 企业信息管理模块的设计与实现 30
4.1 信息管理方案的选择 30
4.2 企业信息管理模块的需求分析 31
4.3 系统界面的设计 32
4.3.1 界面设计概述 32
4.3.2 界面设计原则 32
4.3.3用户界面的设计步骤 34
4.4 企业信息管理模块的设计与实现 37
4.4.1 企业总览 37
4.4.2 企业信息的编辑 38
4.4.3 企业信息的参照 39
4.4.4 企业信息编辑的确认 40
4.4.5 企业信息成功登录的显示 41
5 餐饮业信息管理系统内部共通模块的设计与实现 42
5.1 共通模块 42
5.1.1 通用模块(Usual) 42
5.1.2 服务器模块(Server) 43
5.1.3 基类窗体模块(UserInterface) 43
5.1.4 子系统模块 43
5.2 ADO.NET 43
5.2.1 DataAdapter 45
5.2.2 DataSet 46
5.2.3 DataTable 47
6 系统的安全分析与性能分析 48
6.1 系统安全隐患分析 48
6.2 系统得性能分析 50
6.2.1 JavaScript 50
6.2.2 系统的移植 50
结 论 51
参 考 文 献 54
致 谢 55