摘 要:酒店管理系统是典型的信息管理系统的一部分,主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。本系统采用SQL Server 2008作为后台数据库,Visual Studio 2008作为前台系统开发平台。利用VS提供的各种面向对象的开发工具,开发一个基于B/S体系结构的中小型酒店管理系统。后台实现了对酒店客房信息、用户账号、个人信息的管理以及实时查询酒店收入情况等功能,前台实现了为客户办理房间入住、退房手续并可添加VIP用户等功能。本系统基本满足了酒店对客户管理的需求。
关键词:酒店管理系统,SQL Server 2008,Visual Studio 2008,B/S
Abstract:The hotel management system is a part of the typical information management system, which mainly includes the setting and maintenance of database and the developi-ng of the frontend application. This system uses SQL Server 2008 as the background da-tabase, Visual Studio 2008 as a development platform of foreground system. It uses all sorts of object-oriented development tools which VS provides and develops a small and medium-sized hotel management system based on B/S architecture. The background of t-he hotel mainly realized the functions of the management of the hotel rooms information, user accounts and personal information and real-time inquiry of the income while front desk deal with room occupancy and check-out for clients and can add VIP users.The sy-stem satisfy the inquiry of the customer management basically.
Keywords:hotel management system,sql server 2008,visual studio 2008,B/S
目 录
1 绪论 3
1.1 开发背景 3
1.2 系统目标 3
2 系统解决方案 4
2.1 Visual Studio.NET平台和C#语言简介 4
2.2 SQL Server 2008 简介 4
2.3 程序运行环境 5
3系统分析 5
3.1 系统可行性分析 5
3.2 系统需求分析 6
4系统设计 6
4.1 系统模块设计 6
4.2 系统结构图 7
4.3 系统功能图 7
5数据库设计 8
5.1 E-R模型 8
5.2 数据库的具体实现 9
6 系统主要/关键技术说明 10
6.1 公共模块 10
6.2 管理员模块 16
6.3 前台模块 23
7 软件测试 30
7.1 软件测试的必要性 30
7.2 测试 31
7.3 调试 31
结 论 33
参考文献 34
致谢 35
1 绪论
1.1 开发背景
经济的快速发展,人们的消费水平和消费意识的提高,促进了旅游业的发展,同时也造成了流动人口的增加,酒店业面临着机遇和挑战。
信息社会的高科技,商品经济化的高效益,使计算机的应用已普及到经济和社会生活的各个领域。计算机虽然与人类的关系愈来愈密切,还有人由于计算机操作不方便继续用手工劳动。为了适应现代社会人们高度强烈的时间观念,酒店管理系统软件为管理人员带来了极大的方便。操作人员只需输入一些简单的汉字、数字,即可达到自己的目标。对于大中型宾馆来说,利用计算机支持高效率完成日常事务,是适应现代要求、推动管理走向科学化、规范化的必要条件;而且酒店管理又是一项非常烦琐的事情,数量之大,核算极其不便。同时计算机具有手工管理所无法比拟的优点。例如:检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等。这些优点能够极大地提高酒店管理的效率,也是酒店的科学化、正规化管理,与世界接轨的重要条件。因此想要使酒店的工作质量和效率提高,采用先进的计算机网络通信技术改变酒店业务模式,实现酒店业务管理的自动化已经成为一种必然。