毕业设计(论文)
题 目: 酒店管理系统的设计与实现 作 者: 指导老师: 系 别: 计算机与信息科学系 专 业: 信息管理与信息系统 班 级: 信管 学 号:
2014年5月
福建工程学院本科毕业论文作者承诺保证书
本人郑重承诺: 本篇毕业论文的内容真实、可靠。如果存在弄虚作假、抄袭的情况,本人愿承担全部责任。
学生签名: 年 月 日
福建工程学院本科毕业论文指导教师承诺保证书
本人郑重承诺:我已按有关规定对本篇毕业论文的选题与内容进行了指导和审核,该同学的毕业论文中未发现弄虚作假、抄袭的现象,本人愿承担指导教师的相关责任。
指导教师签名:
年 月 日
i
目录
摘要 ............................................................................................................................................... I Abstract ....................................................................................................................................... I 1 前言 .......................................................................................................................................... 1
1.1 选题背景 ....................................................................................................................... 1 1.2 研究现状 ....................................................................................................................... 1 1.3 项目意义 ....................................................................................................................... 2 2 开发工具 .................................................................................................................................. 2
2.1 开发工具 ....................................................................................................................... 2
2.1.2 SQL Server 2005 .............................................................................................. 3 2.1.3 ASP.NET技术 .................................................................................................. 3
3 可行性分析 .............................................................................................................................. 4
3.1 技术可行性分析 ........................................................................................................... 4 3.2 经济可行性分析 ........................................................................................................... 5 3.3 社会可行性分析 ........................................................................................................... 5 4 需求分析 .................................................................................................................................. 5
4.1 酒店管理系统需求分析 ........................................................................................... 5 4.2 系统流程图 ................................................................................................................... 6 4.3 系统功能需求 ............................................................................................................... 7
4.3.1 功能模块划分 .................................................................................................... 7 4.3.2 功能描述 ............................................................................................................ 7 4.4 数据库E-R图 ............................................................................................................... 8
4.4.1 数据库逻辑结构 ................................................................................................ 8
5 系统功能模块实现与设计 .................................................................................................... 13
5.1 首页 ............................................................................................................................. 13 5.2 管理员登录 ................................................................................................................. 14 5.3 系统各个模块功能实现 ............................................................................................. 15
5.3.1 入住管理模块 .................................................................................................. 15 5.3.2 房间设置模块 .................................................................................................. 17
ii
5.3.3 查询管理模块 .................................................................................................. 19 5.3.4 酒店信息管理模块 .......................................................................................... 20 5.3.5 营业统计模块 .................................................................................................. 22 5.3.6 系统信息管理模块 .......................................................................................... 22
结论 ............................................................................................................................................ 23 参考文献 .................................................................................................................................... 24 致 谢 .......................................................................................................................................... 24
iii
酒店管理系统
摘要
随着现代计算机的发展,企业越来越重视计算机信息管理系统。为了提高酒店的管理效率,运
用计算机进行管理已经成为了时尚,根据需要,制作出了酒店管理系统,方便酒店管理员的使用。 酒店管理系统在开发的工具上选择了Visual stdio 2005 和SQL Server 2005数据库,来完成课题相关内容的制作,同时通过对数据库的划分,将酒店管理系统分为七个主要功能模块:入住管理、房间设置、查询管理、酒店信息管理、营业统计、系统信息管理、注销。着重在查询管理和客房管理上,基本上满足了旅客到店里来消费完然后结账的一个流程,极大的方便了酒店的管理。
关键词:酒店管理系统、Mysql、visual stdio 2005
Hotel Management System
Abstract
With the development of modern computer, enterprises pay more and more attention to the computer information management system. In order to improve the management efficiency of the hotel management, the use of computermanagement has become a fashion, according to the needs, making the hotel management system, convenient hotel administrator.
Hotel management system, choose Visual stdio 2005 and SQL Server 2005 database development tool, making to complete the task related content, at the same time by dividing the database, the hotel management system is divided into seven main functional modules: check management, query management, hotelroom settings, information management, business statistics, information systemmanagement, log off. The query management and room management, basicallymeet the passenger to the store to the consumer through a process and thencheck-out, greatly facilitate the management of the hotel. Key words: hotel management system, Mysql, visual stdio 2005
I