基于JAVA的酒店管理系统设计与实现毕业论文_第1页
基于JAVA的酒店管理系统设计与实现毕业论文_第2页
基于JAVA的酒店管理系统设计与实现毕业论文_第3页
基于JAVA的酒店管理系统设计与实现毕业论文_第4页
基于JAVA的酒店管理系统设计与实现毕业论文_第5页
已阅读5页,还剩54页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

毕业设计说明书(毕业论文)题目:基于 Java的酒店管理系统的设计与实现内蒙古师范大学青年政治学院信息工程系毕业设计说明书(毕业论文)摘 要当前酒店管理系统己经得到了充足的发展和完善,一些大的酒店购买了功能强大、数据量处理快速、客户行为研究的软件,借此来提升酒店的核心竞争力。但是对于一些中小规模的酒店而言,昂贵的系统花费、专人的维护是不现实的,也是非常不灵活的。一款简单、灵活、经济适用的中小型酒店管理系统的开发非常具有市场前景。本文针对上面提到的问题,基于 JAVAEE 平台设计并实现了一套基于 B/S 模式的中小型酒店管理系统,其主要研究的内容如下:学生所在系: 信息工程系 专 业: 计算机应用技术 班 级: 14 级计算机应用技术 学 号: 20141300127 姓 名: 王 莹 指 导 教 师 : 付 岩 时 间: 2017 年 3月 22日 内蒙古师范大学青年政治学院信息工程系毕业设计说明书(毕业论文)1.本文基于 B/S 的应用实现模式,设计并实现了一套中小型酒店管理系统,包括了客户订房管理、接待管理、收银管理、客房管理和系统管理五大功能模块,重点解决了人工管理酒店方式的缺点、客房信息的及时反馈问题以及系统访问安全性等难题。2.本文的开发过程遵守软件工程的理论,详细地介绍了中小型酒店管理系统的开发背景、研究现状、系统业务需求、功能需求、非功能需求、系统架构设计、数据库设计、安全设计,给出了核心功能模块的界面实现和代码实现过程,并对系统做了较为详细的功能测试和性能测试,保证了系统的正确性。通过在酒店的模拟运行,本系统能够实现简化酒店原有工作流程、提高人员与相关资源利用率的目的,同时 B/S 模式的应用能够在一定程度上节约酒店成本,提高了酒店科学化管理水平。关键词:酒店管理系统;JAVAEE 平台;SQL Sever 2008 R2AbstractWith the rapid development of the recovery of the global economy and the 内蒙古师范大学青年政治学院信息工程系毕业设计说明书(毕业论文)domestic economy, to date, the hotel is an irreplaceable part of commercial development, the speed of development of the hotel industry is moving beyond traditional industries, changing into a special service industry. And the hotel management is one of top ten industries in the world. With the widespread popularity of computers and networks, at this stage, the service of the hotel is no longer limited to “check in - check out“ as traditional and simple operating mode did. But in the context of the informational technology and electronic commerce, gradually developed into a modern business mode given its wide range of services, comprehensive business, sophisticated infrastructure. With the help of informational technology and network, a professional large hotel management system, that is simpler to operate, provide more convenient for services,give more satisfaction to customer and show higher market competitiveness, is arisen at the historic moment. If this mechanism is applied in the management of small or medium-scale hotels, it is a waste of resources, and the system is too complicated to maintain.In order to improve the management of small or medium-scale hotels, make it more convenient, fast, and accurate, as well as to obtain tremendous economic benefit and work more efficiently, to prepare and program an information management system for small or medium-scale hotels is inevitable. Through market research and feasibility analysis, this paper presents hotel information management system specifically for small and medium-scale hotel, the main contents includes: 1. Requirements analysis of hotel information management system. Firstly, this study gives a preliminary analysis and argumentation for the feasibility of the system from the aspect of technical, operational and economic. Secondly, roughly draw the overall design of the system and a functional block diagram of each module, and the management system is divided into five levels, the level of analysis were carried out then. 2. Specific design for hotel information management system. Firstly, determine the overall design of the system overview of basic management modules. Secondly, 内蒙古师范大学青年政治学院信息工程系毕业设计说明书(毕业论文)design of key technologies, development environment and database in detail, which involved in the development of the system. Finally, we drawn diagrams for the implementation of the main function modules, including room management module, financial statistics module, personnel management module and warehouse management module. 3. Process and system testing. At beginning, home page of the hotel management system was tested. Secondly, the development tools were used to test each subsystem interface, the testing include the interface of user registration and log in, the interface of room reservation for users, the interface of users manage for reception, the interface of objects query, the interface of checkout for reception, the interface of personnel management for manager and the interface of warehouse management. And the final testing was carried out for the operating environment. From the current perspective, no matter large, small or medium sized hotel companies, hotel management does a good job or not is a key factor directly affect the development of the hotel itself. The system can be effective in helping to save the daily management of the hotel appeared in a variety of problems and improve the operational capacity of the hotel, the hotel to promote good services and rapid development. Keywords: JavaEE; small or medium-scale hotels; SQL Server 20098 R2内蒙古师范大学青年政治学院信息工程系毕业设计说明书(毕业论文)目 录Abstract.3第 1 章 绪论 .11.1 背景 .11.2 酒店管理系统的现状 .21.3 本文的主要工作及组织结构 .2第 2 章 开发工具 .42.1 开发工具 .42.1.1 Eclipse.42.1.2 SQL Sever 2008 R2.5图 2-2 SQL Sever 2008 R2 .6第 3 章 需求分析 .73.1 可行性分析 .73.2 系统功能分析 .8第四章 系统设计 .104.1 数据库设计 .104.2 系统界面设计 .124.2.1 系统登录界面设计 .124.2.2 主界面设计 .124.2.3 订房信息界面设计 .134.2.4 接待管理界面设计 .14内蒙古师范大学青年政治学院信息工程系毕业设计说明书(毕业论文)4.2.5 结账界面设计 .154.2.6 客户管理界面设计 .154.2.7 退出系统界面设计 .16第 5 章 系统的实现 .175.1 系统框架设计 .175.1.1 系统登录模块设计 .175.1.2 主界面模块设计 .185.1.3 为数据库建立连接类 .195.2 基本信息管理模块 .205.2.1 房建项目设置 .205.2.2 客户类型设置 .215.2.3 计费设置 .235.3.2 营业查询 .245.4 旅客信息管理模块 .255.4.1 旅客信息查询 .25第 6 章 系统运行与测试 .27参 考 文 献 .28致 谢 .291第一章 绪论第一章 绪论酒店管理系统对于现代化企事业单位来说,就像一个润滑剂,使原本大量且复杂的人事数据工作变得简单并且方便,并且对于企事业的领导者来说,它使领导者对员工信息一目了然。在当前社会中,办公自动化已经在企业办公中无处不在,无纸办公已经是大的潮流,而酒店管理系统就是这个办公自动化潮流当中不可或缺的重要内容,它使酒店管理工作变得简单方便,并且是普及办公自动化过程的一个催化剂。1.1背景当今随着科技的日新月异,电脑的普及率越来越高,在日常的生活中人们使用它也越来越多,因此电脑在人们工作和生活中起到了非常重要的作用。而随着计算机的普及1,人们对计算机的需求也越来越高,尤其是大中型企业等对计算机的需求任务都不尽相同,但目的都是一致的,那就是去解决他们管理工作上的难题,为了解决这些难题,提高管理水平和办事效率,他们就结合着自身的企业文化,把他们的管理理念和计算机结合在一起形成了以管理员为核心的人机交式管理系统,人机交互已经成为企业发展必不可少的推进力量。自中国入世后,各行各业更面临着一些从未出现过的发展机遇,其实,这些都带来了非常严峻的挑战。中国的酒店行业也伴随着这股漩涡开始和国际上酒店2内蒙古师范大学青年政治学院信息工程系毕业设计说明书(毕业论文)行业之中的先进理念以及管理方法等进行竞争和学习2。最原始的酒店看起来机构过于庞大,随着季节的不同服务的项目也越来越多,这些都导致了最原始的酒店管理方法的失败。因为它们的过程复杂

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论