首页
会员中心
到顶部
到尾部
NET毕业设计

C#(asp.net)网上酒店管理系统论文+任务书+设计源码+答辩+演示视频

时间:2020/10/13 14:26:38  作者:  来源:  查看:0  评论:0
内容摘要: 摘  要 随着我国经济的迅速发展和假日经济的出现,宾馆酒店业的竞争愈来愈激烈。要想在竞争中取得优势,必须在经营管理、产品服务等方面提高服务管理意识,而对酒店的经营状况起决定作用的是酒店的管理。如何利用先进的管理手段,提高酒店的管理水平,是每一家酒店的管...

 

 

随着我国经济的迅速发展和假日经济的出现,宾馆酒店业的竞争愈来愈激烈。要想在竞争中取得优势,必须在经营管理、产品服务等方面提高服务管理意识,而对酒店的经营状况起决定作用的是酒店的管理。如何利用先进的管理手段,提高酒店的管理水平,是每一家酒店的管理者所面临的重要课题。简单的服务标准已经不是制胜的锦囊,只有做到最细微之处才有机会让顾客体会到酒店服务的优点,而准确、快捷、周全往往就是最基本的成功要素。虽然计算机管理并不是酒店走向成功的关键元素,但它可以最大限度的为准确、快捷、周全等要素发挥效用提供有力的支持。因此,采用全新的计算机网络和管理系统,将成为提高酒店的管理效率,改善服务水准的重要手段之一。面对信息时代的机遇和挑战,利用科技手段提高企业管理无疑是一条行之有效的途径。信息与科技在酒店管理与现代化建设中显现出越来越重要的地位。在某种意义上,酒店客房状态管理方面的信息化与科学化,已成为现代化酒店的重要标志。

本文论述了分析、开发、设计一个宾馆信息管理系统的过程。该系统融入酒店科学、规范的现代管理思想,为提高各业务部门本身的工作效率,自动完成各业务部门之间的各种营业信息、客房状态、客房查询的自动化传输与汇总,使各项业务工作制度化,科学化。结合先进的计算机技术,采用VS2005 Asp.NetSQL Server2000开发而成并着重阐述了该系统开发实现过程,从系统的需求分析、方案论证、模块设计、数据设计、详细设计到系统测试等各个环节都进行了详尽的分析和描述。

 

关键字: 酒店客房入住管理系统;Asp.Net;数据库

 

 

ABSTRACT

 

As China's rapid economic development and the emergence of holiday economy, hotel industry, more and more intense competition. To gain advantage in the competition must be in management, products and services and so improve service management awareness, and the operating conditions of the hotel plays a decisive role in the management of the hotel. How to use advanced management tools to improve the management level of the hotel is a hotel for every important issue facing managers. Service standards is not simple tips for winning, only to do the nuances of a chance for customers to realize the advantages of hotel services, and accurate, fast and comprehensive success often is the most basic elements. Although the hotel computer management is not the key element to success, but it can maximize the accurate, fast, comprehensive and other factors provide strong support to be effective. Therefore, the use of new computer networks and management systems, hotel management will be to improve efficiency and improve the standard of service is one important means. The face of opportunities and challenges of the information age, the use of science and technology to improve enterprise management is undoubtedly an effective way. Information and technology in hotel management and modernization revealed more important position. In a sense, the state management of the hotel rooms and scientific information has become an important symbol of a modern hotel.

This article discusses the analysis, development, design of a hotel management information system process. The system is integrated into the hotel science, standardized modern management thinking, to improve the efficiency of the business sector itself, automatically between the various business units of various business information, room status, room automatic transmission and summary queries, so that all institutionalize the business and scientific. Combination of advanced computer technology, using VS2008 Asp. NET and SQL Server2000, and focuses on the development from the development of the system implementation process, from system requirements analysis, program feasibility studies, module design, data design, detailed design to system testing and other links have carried out a detailed analysis and description.

 

 Key wordsHotel room availability and management system; Asp. Net; database


 

第一章  概述1

1.1 选题背景及研究意义1

1.2 计算机管理系统发展的概况1

1.3 管理信息系统的特点2

1.3.1  管理信息系统的组成2

1.3.2  管理信息系统的界面特点3

1.4 管理信息系统的开发4

1.5 课题的主要任务5

第二章  理论基础6

2.1开发工具简介6

2.1.1 C# 简介6

2.1.2 VS Net 简介6

2.1.3 数据库简介7

第三章  需求分析8

3.1 可行性分析8

3.1.1技术可行性8

3.1.2经济可行性8

3.1.3管理可行性8

3.2 系统目标8

3.3 系统开发环境9

3.4 系统应该具备的功能9

3.4.1系统管理9

3.4.2基础数据管理9

3.4.3业务功能管理10

3.4.4 统计功能管理10

统计生成各种报表:。10

3.4.5 会员功能10

第四章  系统总体设计10

4.1 系统结构图10

4.2 主要模块的流程图11

4.2.1 客房类型维护11

4.2.2 客房入住管理12

4.3  系统的详细设计13

4.4  数据库E-R13

4.5数据字典15

第五章  系统实现18

5.1 系统主界面18

5.2 酒店信息介绍18

5.3 系统注册界面21

5.4 客房预定功能22

5.5 后台模块客房信息管理24

5.6 后台管理模块客房入住管理27

5.7 宾馆日收益报表29

6.1  软件测试的意义30

6.2  软件测试的重要性30

6.3  软件测试的范围31

6.4  软件测试的方法31

6.5  软件测试的目的和原则31

第七章  结论33

参考文献34

  35

C#(asp.net)网上酒店管理系统论文+任务书+设计源码+答辩+演示视频
C#(asp.net)网上酒店管理系统论文+任务书+设计源码+答辩+演示视频
C#(asp.net)网上酒店管理系统论文+任务书+设计源码+答辩+演示视频
C#(asp.net)网上酒店管理系统论文+任务书+设计源码+答辩+演示视频

  


相关评论
广告联系QQ:45157718 点击这里给我发消息 电话:13516821613 杭州余杭东港路118号雷恩国际科技创新园  网站技术支持:黄菊华互联网工作室 浙ICP备06056032号