登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 管理学类 > 信息管理与信息系统 > 正文

基于ASP.NET的小型酒店预订系统的设计与开发毕业论文

 2022-01-05 21:47:25  

论文总字数:28773字

摘 要

计算机网络的飞速发展使酒店行业迎来了巨大的挑战,酒店行业竞争日益激烈。只有对酒店的经营模式与管理方式做出改变,使酒店的综合能力得到提升,给顾客更好的入住体验,才能在激烈的竞争中脱颖而出。在互联网时代,酒店行业实施信息化管理已经成为大势所趋,因此,酒店拥有一个属于自己的酒店预订系统显得格外重要。如果酒店预订系统得以运用,不仅工作人员的工作效率能够得到提高,而且可以提高工作人员的服务管理水平,增加客户的满意度。

本文设计开发了一个小型酒店预订系统,该系统基于.net平台和B/S模式,基于ASP.NET技术和SQL Server2016数据库开发设计而成。系统通过增添权限验证功能变得更加安全,该功能还提高了程序的执行效率。针对顾客来说,系统主要设计了预订与信息修改功能;针对酒店工作人员来说,系统主要设计了房间管理、入住管理、用户管理等功能。希望通过这些功能可以给顾客提前预定房间提供便利,同时可以使酒店工作人员的工作更加系统化,提高酒店的服务水平,实现顾客与酒店的双赢。

关键词:酒店预订系统 ASP.NET SQL Server 网站设计

Design and Development of Small Hotel Reservation System

Based on ASP.NET

ABSTRACT

The huge challenges to the hotel business have been brought by the swift evolution of IT technology, and the hotel business is increasingly rivalrous. Only by making changes to the hotel's business model and management methods to improve the hotel's comprehensive capabilities and give customers a better stay experience can help them stand out from the fierce competition. In the Internet era, the implementation of information management in the hotel industry has become the general trend. Therefore, it is particularly important for a hotel to have its own hotel reservation system. When using the hotel reservation system, however, the efficiency of employees is improved, but the level of service management of employees is also improved and customer satisfaction is increased.

This paper designs and develops a small hotel reservation system, which is based on. Net platform and B / S mode, asp.net technology and SQL Server 2016 database development and design. By adding authority design functions, system security will be improved and the operating efficiency of the program will also improve. The functions of booking and personal details altering are designed for the system, aiming at which group is customers; for hotel staff, the system mainly designed room management, occupancy management, user management and other functions. Hopefully, these features will provide customers with the convenience of pre-booking their rooms, make the hotel staff work more systematically, improve the service level of the hotel and realize a favorable situation for the customers and hotel.

Keywords: hotel reservation system; ASP.NET; SQL Server; website design

目录

摘 要 I

ABSTRACT II

第一章 绪论 1

1.1项目背景和意义 1

1.1.1 项目背景 1

1.1.2 项目意义 1

1.2 项目概述 2

1.3 文献综述 2

1.4 研究内容与方法 3

1.4.1 研究内容 3

1.4.2 研究方法 3

第二章 系统分析 5

2.1 可行性分析 5

2.1.1技术可行性 5

2.1.2 经济可行性 5

2.1.3 操作可行性 5

2.2 需求分析 5

2.2.1 用户需求分析 5

2.2.2 功能需求分析 6

2.2.3 性能需求分析 6

2.3 系统数据流图 7

2.3.1 顶层数据流图 7

2.3.2管理员第一层数据流图 7

2.3.3 管理员第二层数据流图 8

2.4 系统相关技术介绍 9

2.4.1 ASP.NET 9

2.4.2 C# 9

2.4.3 SQL Server 9

第三章 总体设计 10

3.1 系统体系结构 10

3.2 系统总体功能介绍 10

3.3 系统模块划分 11

3.2.1 前台用户模块 11

3.2.2 后台管理模块 12

3.4 系统总体流程 13

第四章 详细设计 15

4.1 设计目标 15

4.2 开发及运行环境 15

4.2.1 开发环境 15

4.2.2 运行环境 16

4.3 数据库设计 16

4.3.1 E-R图 16

4.3.2 数据库表信息 18

4.4 系统模块设计 20

4.4.1 用户注册登录模块 21

4.4.2 房间预订模块 21

4.4.3 会员信息模块 22

4.4.4管理员管理模块 22

4.4.5房间类型管理模块 22

4.4.6房间管理模块 23

4.4.7用户管理模块 23

4.4.8 预订记录管理模块 24

4.4.9 入住管理模块 24

4.4.10 系统管理模块 25

第五章 系统实现与核心代码设计 26

5.1 数据库连接 26

5.2 系统框架页面 26

5.3 核心代码 27

5.3.1管理员登录功能的实现 27

5.3.2 会员注册功能的实现 29

5.3.3 房间类型展示功能的实现 29

5.3.4 房间预订功能的实现 31

5.3.5 管理房间功能的实现 31

5.3.6 入住登记功能的实现 32

5.3.7 结账功能的实现 33

5.3.8 修改系统密码功能的实现 34

第六章 系统测试与评价 36

6.1 系统测试 36

6.1.1 系统测试目标 36

6.1.2 系统测试结果 36

6.2 系统的不足与改进 37

结束语 38

参考文献 39

致谢 41

第一章 绪论

1.1项目背景和意义

1.1.1 项目背景

随着互联网技术的飞速发展,计算机信息技术的应用范围在不断扩大[2]。计算机技术已经在很多领域中得到了应用,数字化、信息化开始成为这个时代的潮流,许多行业开始采用信息化的管理模式。各种电商网站、旅游网站层出不穷。随着人们生活水平的提高,人们的旅游次数逐渐增多,此外工作出差也有住宿需求,因此人们对酒店预订的需求逐渐增加,酒店住宿成为了人们必须消费的对象。越来越多的顾客及多样化的顾客需求,给酒店带来了机遇也带来了挑战。

如何才能让顾客有一个美好的体验从而给酒店带来大量顾客呢?除了房间环境好、交通便利等硬件因素,有一个好的酒店管理模式对酒店的经营来说十分重要。这时,计算机的不断发展让商家看到了契机,建立一个稳定、高效、简单易懂的酒店房间预订系统对于提升顾客的体验感十分重要。在酒店运营过程中,酒店预订管理系统发挥了关键的作用,通过酒店预订管理系统酒店可以和顾客之间进行信息的及时沟通与交流,从而可容易影响酒店的经济效益。一些传统的酒店预订管理方式会有时间上的延迟,不能进行及时有效的沟通。随着互联网的普及,酒店预订管理系统应运而生,可以有效地改善传统酒店预订管理模式的不足,使酒店预订更加方便快捷,还可以更好地满足顾客的需求。

请支付后下载全文,论文总字数:28773字

您需要先支付 50元 才能查看全部内容!立即支付

微信号:bysjorg

Copyright © 2010-2022 毕业论文网 站点地图