(asp.net)酒店管理系统的实现.doc
约23页DOC格式手机打开展开
(asp.net)酒店管理系统的实现,摘 要酒店管理系统将先进的电脑技术与现代酒店服务管理完美地结合起来,实现了住宿、餐饮、娱乐全新概念的服务和管理方式。本系统是基于b/s体系结构、采用asp.net语言和sql server数据库开发的典型的酒店管理系统。该系统的主要目标是针对酒店客房住房管理进行计算机的管理,本系统主要功能包括:客房预定、客房管理、账务...
内容介绍
此文档由会员 wanli1988go 发布摘 要
酒店管理系统将先进的电脑技术与现代酒店服务管理完美地结合起来,实现了住宿、餐饮、娱乐全新概念的服务和管理方式。
本系统是基于B/S体系结构、采用asp.net语言和SQL server数据库开发的典型的酒店管理系统。该系统的主要目标是针对酒店客房住房管理进行计算机的管理,本系统主要功能包括:客房预定、客房管理、账务管理、业务管理和系统管理。
使用该酒店管理系统,将会有以下好处:
. 实现网上预定:可以减少宾客来入住的等待时间。
. 高效的客房管理:能有效的提高房率,增加营业收入。
. 提高决策依据:管理者可以随时了解经营情况,以制定相应的经营方针。
. 减轻员工的工作负担:从而使员工把更多的精力放在提高为宾客服务的质量上。
. 简单、方便地保存和查询历史资料。
. 树立良好的酒店形象
本论文主要阐述了该系统的需求分析、功能模块划分、数据库设计及主要功能的具体设计与实现,并就系统中用到的技术进行了介绍。
关键词:酒店管理 B/S模式SQL Server2005 ASP.NET C#
Abstract
Hotel management system will be advanced computer technology and modern hotel service management perfect combination to accommodation, dining, entertaining new concept of service and management.
The above problems can be assisted by a computer system, and hotel management of the computer, is not only reflects the modern image of an important sign, and to improve the efficiency and accelerate the flow of funds, reduce the costs and improve the quality of service should have a positive role.
This system is based on b's architecture, the use of asp. netthe language and sql server database development of the hotel management system. the system of the main objective is to the hotel rooms for the housing management of the computer system management, the major functions include : room reservations, the administration and management and business accounts and management system management.
Use the hotel management system, will have the following advantages :
. the implementation of the internet can reduce reserve : guests to stay in the waiting time.
. the hotel management : effectively improve the room rate and increase revenue.
. to improve the decision-making on : managers can understand the business situation and to formulate corresponding management policies.
. relieve the burden on the staff : so staff have more energy on improving the quality of service for guests.
. a simple and convenient. the preservation of history.
. a good hotel image
This paper mainly on the system needs analysis, the module into, the database design and features of specific design and implementation, and your system using the technology was introduced.
Keywords : hotel management mode b "sql server2005 asp. netthe c #
目录
第一章 绪论 1
第一节 酒店管理系统网站开发背景 1
一、 Web数据库的发展 1
二、 商务网站的发展 1
第二节 酒店管理系统发展现状 2
第三节 论文结构 2
第四节 酒店管理系统中存在的问题 2
第五节 本章小结 2
第二章 酒店管理系统的实现 3
第一节 系统流程分析 3
一、前台预定流程 3
二、用户留言流程 3
三、管理员登录流程 3
四、管理员处理预定信息流程 4
五、处理已预定的入住流程 5
六、接待未预定的入住流程 5
七、管理员处理留言流程 6
第二节 系统功能需求分析 6
第三节 本章小结 7
第三章 酒店管理系统概要设计 8
第一节 数据库设计 8
一、数据库需求分析 8
二、数据库概念结构设计 8
三、数据库逻辑结构设计 9
第二节 本章小结 12
第四章 数据库相关设计 13
第一节 建立Client表 13
建表SQL语句: 13
第二节 建立GuestRoom表 14
第三节 建立Messages表 15
第四节 建立RoomType表 16
第五节 建立roomyd表 16
第六节 建立users表 17
第七节 数据库测试 18
第八节 本章小结 18
第五章 总结 19
第六章 致谢 19
参考文献 20
参考文献
一、明日科技 编著:SQL Server 开发技术大全。人民邮电出版社。
二、北京阿博泰克信息有限公司 编著:SQL Server数据设计和管理。
参考内容:1)第三章SQL Server数据库表的管理。