
酒店住宿管理系统的设计与实现.doc
87页摘 要近年来,我国酒店业的发展势头十分迅猛,无论是从酒店行业的规模、质量水平还是从经营理念来看,都得到了较大的发展,从这些方面可以看出,我国的酒店业已经进入了黄金发展期酒店业的模块不断创新,住宿,餐饮等为了应广大用户的需求,本系统针对酒店业的住宿部分进行分析设计,通过对酒店的住宿部分进行需求分析,开发设计了一个酒店住宿管理系统酒店住宿管理系统是一个典型的管理信息系统,所以该系统的开发工作主要是结合酒店住宿管理的需求进行前端程序的设计以及建立相关的数据库,并需要对其进行维护本系统的实现,主要用到的技术有HTML语言,JavaScript语言,JSP技术和Mysql它选取现在最流行的网络结构模式B/S实现客房管理,财务管理,订单管理,管理员管理等功能本系统所采用数据库以及开发工具分别是Mysql和myEclipse在本系统的设计过程中,首先是对系统进行需求分析,然后按照需求分析中的相关要求进行系统的原型设计,再对所设计出的原型系统进行开发,最后再对所开发出的系统进行改善,并需要对其进行测试及维护,最终获得所需要的系统在整个系统的设计开发过程中,最重要的也是最困难的部分是系统的数据库的建立,以及功能模块之间的相关数据的联系。
本文共有六部分,第一部分是系统的主要内容论述,选题的背景和意义第二部分是系统的关键技术介绍,包括HTML、JSP、JAVASCRIPT、数据库、构建结构等进行阐述第三部分是系统的分析,包括构架概述,系统开发环境和系统可行性的分析第四部分是系统的设计,具体功能模块的设计第五部分是系统的实现,其中包括界面的实现和具体的代码第六部分是系统测试,通过测试用例对系统进行测试分析最后结论,总结这次毕业设计的意义Abstract In recent years, the momentum of the development of China's hotel industry is very rapid, both from the hotel industry scale, quality level or from the point of view of business philosophy, have been great development, from these aspects can be seen in China's hotel industry has entered a golden period of development. Hotel industry module innovation, accommodation, dining and so on. In order to be majority of user demand, the system for hotel accommodation part analysis and design.Based on the analysis of the needs of the hotel accommodation, a hotel accommodation management system is desined. Hotel management system is a typical management information system, so the development of the system is mainly according to the demand for hotel accommodation management front-end program design and the establishment of the database, and the need for their maintenance.Hotel management system main implementation techniques of HTML language, JavaScript language, JSP technology and Mysql. It selects the most popular now network structure model of B/S. The realization of room management, financial management, order management, administrator management functions.The database and development tools used in this system are Mysql and myEclipse. In the system design process, first of all is carries on the demand analysis to the system, and in accordance with the relevant requirements of the demand analysis of system prototype design, on the design of the prototype system development. Finally, we need to improve the developed system, and the need for testing and maintenance, eventually get the required system. In the whole system design and development process, the most important is the most difficult part is the establishment of the system's database, as well as the relationship between the functional modules.This paper consists of six parts, the first part is the main content of the system, the background and significance of topics. The second part is the key technologies of the system are introduced, including HTML, JSP, JAVASCRIPT, database, building structure are introduced in this paper. The third part is the system analysis, including the framework outlined, system development environment and the system feasibility analysis. The fourth part are the establishment of system database. The fifth part is the system implementation, including the realization of interface and the specific code. The sixth part is the system testing, the test cases to test system analysis. In conclusion, summing up the graduation design sense..关键词:住宿管理系统,Mysql,JSP Key words: Hotel Management System JSP Mysql目 录摘 要 IVABSTRACT IV第1章 绪 论 11.1 项目开发背景及意义 31.2 国内外研究现状 31.3 论文的研究内容主要内容 41.4 论文结构安排 4第2 章关键技术介绍 62.1 JSP技术介绍 62.2 JAVASCRIPT介绍 72.3 APACHE TOMCAT的介绍 72.4 MYSQL介绍 72.5 B/S网络结构模式的使用 8第3章系统分析 93.1 业务需求描述 93.2 系统架构功能需求 113.3 系统功能需求分析 123.3.1酒店管理员功能需求分析 123.3.2酒店财务管理功能需求分析 133.3.3酒店客户管理功能需求分析 133.3.4订单管理功能需求分析 143.3.5客房管理功能需求分析 153.4 系统的非功能需求分析 163.4.1系统的可行性分析 163.4.2 系统技术可行性 163.4.3系统经济可行性 163.4.4 系统的运行环境及开发平台 173.5本章小结 18第4章系统设计 184.1 系统的框架设计 184.2系统的功能设计 194.2.1管理员功能设计 194.2.2客房信息管理功能设计 204.2.3财务管理功能设计 204.2.4客户管理功能设计 214.2.5订单管理模块功能设计 224.3系统数据库设计 224.3.1概念结构设计 234.3 .2表结构设计 244.4本章小结 28第5章系统实现 285.1 系统实现环境 285.2 系统功能实现 315.2.1 管理员登陆功能的实现 315.2.1.1系统主界面 315.2.1.2用户登录界面 315.2.1.3功能的实现 325.2.2财务管理功能的实现 335.2.2.1财务管理功能管理界面 335.2.2.1功能的实现 345.2.3客户管理功能的实现 355.2.3.1添加客户信息管理界面 355.2.3.2功能的实现 375.2.4订单功能的实现 415.2.4.1订单的查询、修改和删除界面 415.2.4.2功能的实现 425.2.5客房管理 435.2.5.1客房的新增、修改和删除界面 435.2.5.2功能的 实现 455.2.6用户管理 465.2.6.1功能的实现 465.3本章小结 47第6章酒店住宿管理系统的测试 486.1 酒店住宿管理系统的测试环境 486.2 酒店住宿管理系统的测试目标 486.2.1功能测试目标 486.2.2性能测试的目标 496.2.2.1系统的安全性 496.2.2.2数据的完整性 506.3 酒店住宿管理系统的功能测试 506.3.1 功能测试用例设计 506.2.2.1登录测试 506.2.2.1定房功能测试 526.3.2结果分析 566.4 酒店住宿管理系统的性能测试 576.4.1用户场景设计 576.4.4.1用户管理场景 576.4.4.2房间管理场景 596.4.4.3客户管理场景 616.4.4.4财务统计场景 636.4.2性能测试分析 666.5本章小结 66第7章总结与展望 667.1 总结 667.2展望 66参考文献 68致 谢 69 第1章 绪 论随着改革开放的不断深入,经济结构的调整和升级,第三产业在国民经济中的比重越来越大,服务业取得了长足的发展。
酒店行业是一个综合的服务性行业,它包含娱乐,餐饮,住宿等集合在一起的服务系统将先进的计算机技术和服务业管理有机结合起。
