{$cfg_webname}
主页 > 计算机 > ASP.NET >

红叶酒店客房管理系统的设计(ASP.NET,SQL)

来源:wenku163.com  资料编号:WK16312892 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK16312892
资料介绍

红叶酒店客房管理系统的设计(ASP.NET,SQL)(任务书,开题报告,论文说明书14000字,程序代码,SQLserver数据库)
摘  要
在互联网高速发展的时代,计算机科学技术带来的巨大收益刺激着传统行业,为了谋求更大的发展,他们改变经营模式和商业理念 ,投入利用计算机技术来产业革新的浪潮中,并取得了不俗的成绩。
酒店作为人们居家旅行必备的服务场所,如雨后春笋般林立于城市的高楼大厦之中。提供优质的服务,提高管理水平才是酒店行业发展的必由之路。如今人们追求高质量、高节奏的生活模式,对出行住宿的服务需求也在不断增多。为了顺应时代发展,开发酒店客房管理信息系统,来进行高效的信息传递,及时的数据处理尤为必要。
本文依托红叶酒店为背景,详细介绍了开发红叶酒店客房管理系统的流程。按照经典的三层架构模式,设计出一套以ASP.NET为技术背景的酒店客房管理系统。本系统采用当下热门的B/S模式,按照前台会员和后台管理人员分离,使用C#语言编程。本系统面向一般的中小型酒店,界面友好,操作简单,旨在为酒店解决信息化管理难题,实现酒店客房管理基本业务。
关键词:管理信息系统;客房管理;ASP.NET;C#
Abstract
In the era of rapid development of the Internet, computer science and technology brought huge profits to stimulate the traditional industries, in order to seek greater development, they change the business model and business philosophy, put into the wave of industrial technology innovation and made vulgar achievements.
The hotel serves as a necessary service for people to travel or stay, and they are mushroomed in the city's high-rise buildings. To provide quality services, improve the management level is the only way for the development of the hotel industry. Nowadays, people are pursuing high quality and high tempo living patterns, the demand for travel accommodation services are also increasing.In order to comply with the development of the times, the development of hotel room management information system, to carry out efficient information transmission, timely data processing is particularly necessary.
Based on the Hongye hotel, this paper introduces the process of developing the Hongye hotel room management system . In accordance with the classic three-tier architecture model, designed a set of ASP.NET as the technical background of the hotel room management system. The system uses the current popular B / S mode, in accordance with the front desk members and background management personnel separation, using C# programming language. This system faces the average small and medium-sized hotel, the interface is friendly, the operation is simple, aims at the hotel to solve the information management difficult problem, realizes the hotel room management basic service.
Key Words:Management Information System;Room management;ASP.NET;C#
2.1功能需求分析
2.1.1系统前台功能需求
    前台系统是针对注册用户而设计的。随着互联网及移动设备的普及,人民在休闲旅游之际,往往会通过网络在线预订客房。
   (1)首页:注册用户可在此页面对红叶酒店整个系统有初步的了解,可以查看到酒店所在位置、订房电话、客房信息等,进入相应的功能可跳转到操作页面。
   (2)用户注册:用户需在线注册后才能享用系统的功能。注册可按照系统文本提示,填入个人基本信息。
   (3)房间列表:在该界面,用户可查看到房间信息,可查看到房间编号、房间定价、房间实时动态(分为空房、已入住、已经预订、正在打扫等)。
   (4)房间预订:在浏览房间信息后,用户根据房间状态及个人实际需要,可在线预订房间。根据浏览的空客房,选择后填写预订信息,选择相应客房后,预订编号、客房编号和用户姓名会自动键入,用户可修改入住及离开日期,然后填写证件号、入住人数和联系电话即可完成。
   (5)酒店介绍:点击进入会了解酒店详细信息。如酒店周边环境、品牌定位、用户体验等情况。
   (6)用户中心:主要用于个人信息操作,改密码,查看在该酒店是否有过预订情况。
2.1.2系统后台功能需求
  从字面上就可得知,后台系统的服务对象是酒店管理人员,客房部经理作为整个部门的领导决策人员,享有系统的最高权限,可以进行系统内的所有功能操作,而普通员工可以操作基础业务功能。
   (1)入住信息管理:在该界面下,酒店管理人员可进行入住、结账、换房、预订信息管理等操作。
   (2)房间信息管理:酒店管理人员可在此界面进行房间信息管理操作,除了对房间的添加和管理操作,还能对类别和状态进行操作。
   (3)查询统计管理:后台酒店管理人员可以查看入住客户信息、查询预订信息、统计营业收入等。
   (4)基础信息管理:主要用于添加和管理消费品、增加和管理用户信息、管理前台用户、编辑酒店介绍、修改登录密码等。
开发环境:Microsoft visual studio
数据库工具:SQL Server
 

红叶酒店客房管理系统的设计(ASP.NET,SQL)
红叶酒店客房管理系统的设计(ASP.NET,SQL)
红叶酒店客房管理系统的设计(ASP.NET,SQL)
红叶酒店客房管理系统的设计(ASP.NET,SQL)
红叶酒店客房管理系统的设计(ASP.NET,SQL)



目 录
摘要    Ⅰ
ABSTRACT    Ⅱ
第1章 绪论    1
1.1研究背景    1
  1.2研究目的及意义    1
1.3国内外研究现状    2
第2章 系统分析    3
  2.1功能需求分析    3
2.1.1系统前台功能需求    3
2.1.2系统后台功能需求    3
2.2可行性分析    3
2.2.1经济方面    3
2.2.2技术方面    4
2.2.3操作方面    4
2.3组织结构及职能分析    4
2.4业务流程分析    5
2.5数据流程分析    6
2.6数据字典    7
第3章 系统设计    12
3.1功能结构设计    12
3.1.1前台用户系统    12
3.1.2后台管理系统    13
3.2架构设计    14
3.3编码设计    14
3.4数据库设计    15
3.4.1概念结构设计    15
3.4.2物理结构设计    18
3.5输入输出及界面设计    21
3.5.1输入设计    21
3.5.2输出设计    21   
3.5.3界面设计    22
第4章 系统实施    27
4.1系统开发环境及工具.....27
  4.2关键程序代码    27
4.3系统测试与调试    30
4.3.1登录测试    30
4.3.2预订、入住、退房结账等功能测试    31
4.3.3问题改进    31
第5章 结束语    32
参考文献    33
致  谢    34

推荐资料