摘 要
本文主要阐述了基于ASP.NET的快捷酒店管理系统的实现,该系统采用了三层架构并充分利用了现今最流行的B/S架构模式。描述了ASP.NET和web 2.0之间的关联及相关开发工具。
在本文的整体框架中,描述了软件的可行性分析、需求分析、概要设计、详细设计以及软件工程的其他方面。使用SQL Sever 2005作为后台数据库,提供强大的支持,完成快捷酒店管理系统的设计与实现。
关键字:酒店管理 B/S ASP.NET SQL Sever 2005
Abstract
This paper mainly explains the realization of the Hotel Management System based on ASP.NET, which using the coding method of three-tier application and taking advantages of the most popular Browser/Server structure mode in present. Describe the relationship between ASP.NET and web 2.0, other associated development tools as well.
The overall framwork of this paper is described from feasibility analysis, needs analysis, outline design, detailed design and other aspects of the software system. SQL Server 2005 is used as the database that provides a powerful backstage support, completes the design and implement of the Hotel Management system.
Keywords: hotel management B/S ASP.NET SQL Sever 2005
目 录
摘 要 I
Abstract II
第一章 绪论 2
1.1选题背景 2
1.2研究现状 2
1.3项目意义 3
1.4 全文体系结构介绍 3
第二章 开发工具及技术介绍 5
2.1 开发工具 5
2.1.1 Microsoft Visual Studio 2008 5
2.1.2 SQL Server 2005 5
2.1.3 Dreamwaver 5
2.1.4 Photoshop 6
2.2 ASP.NET技术 6
2.3 Web2.0 7
2.4 B/S结构 7
2.5本章小结 8
第三章 可行性分析 9
3.1技术可行性 9
3.2经济可行性 9
3.3社会可行性 10
3.4本章小结 10
第四章 需求分析 11
4.1快捷酒店管理系统需求分析 11
4.2系统流程图 12
4.3系统功能需求 12
4.3.1功能模块划分 13
4.3.2功能描述 13
4.4数据库分析 14
4.4.1数据库E-R图 14
4.4.2数据库关系图 14
4.4.3数据库逻辑结构 15
4.5本章小结 19
第五章 系统功能模块的实现 20
5.1系统登录 20
5.2系统各功能模块的实现 21
5.2.1房间类型管理 21
5.2.2房间信息管理 22
5.2.3房间经营管理 24
5.2.4客户信息查询 25
5.2.5经营状况统计 26
5.3本章小结 27
第六章 结束语 28
参考文献 30
致谢 31