1 / 71
文档名称:

酒店管理系统毕业设计论文.doc

格式:doc   大小:2,357KB   页数:71页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

酒店管理系统毕业设计论文.doc

上传人:165456465 2018/8/11 文件大小:2.30 MB

下载得到文件列表

酒店管理系统毕业设计论文.doc

文档介绍

文档介绍:摘要
本文主要介绍了“荣丰酒店管理系统”的项目背景和意义,着重阐述了该系统开发实现过程,从系统分析、系统设计、系统实现、软件测试、详细设计到系统测试等各个环节都进行了详尽的分析和描述。本文还简略的介绍了主要的开发工具C#和SQL数据库的功能特性。传统手工的客房管理,管理过程繁琐而复杂,执行效率低,并且易于出错。随着社会的的不断进步,宾馆酒店业的竞争也愈来愈激烈,要想在竞争中取得优势,必须在经营管理、产品服务等方面提高管理意识。如何利用先进的管理手段,提高客房的管理水平,是每一个宾馆管理者所面临的重大问题。
本系统采用C#语言编辑,实现了与windows操作系统良好的兼容性,通过代码及SQL语言实现了客房查询功能、客户查询功能、入住登记功能、续费管理功能、退房管理功能、每日结算功能、结算报表功能、房间基本信息修改功能、权限用户修改及房间价格调整功能。
通过这样的系统,我们可以做到信息的规范管理和快速查询,实现了客房信息管理的系统化、规范化和自动化,这样不仅减少了管理工作量,还提高了管理效率,降低了管理成本,以应付当今日趋激烈的竞争环境。

关键字:荣丰酒店管理系统;C#;SQL
Abstract
As society progresses, the hotel industry increasingly petition, in order to gain advantage in petition must be in management, products, services and so improve the management awareness. How to make use of advanced management tools to improve the management level rooms, a hotel manager every face major problems.
Traditional hand-rooms in the management of the process tedious plicated, inefficient and error-prone. Through such a system, we can do the standard management of information and quick queries, information management realized the room systematic, standardized and automated, so that the management not only reduces the workload, but also improve management efficiency and reduce management costs.
This article briefly describes the " Rongfeng hotel management system" project background and significance, focusing on the implementation of the system development process, from system analysis, system design, system implementation, software testing, detailed design to system testing carried out in all aspects of a detailed analysis and description. This article also briefly introduced the main development tools, C #, and SQL database features.
Key word: Rongfeng hotel management system; C #; SQL
目录
引言 1
1 基础知识 2
C#语言 2
SQL Server数据库介绍 3
2 系统分析 5
开发背景及意义 5
可行性研究 5
功能需求 6
用例分析 6
概念类描述 9
行为描述 11
性能需求 11
响应时间 11
吞吐量 11
并发用户数 13
资源利用率 13
环境需求 13
硬件环境 13
软件环境 13
3