目录
摘要I
ABSTRACTII
1前言1
1.1管理信息系统目标1
1.2项目开发计划1
2系统需求分析2
2.1业务流程分析2
2.2现行系统存在的主要问题2
2.3解决方案2
3系统逻辑方案4
3.1数据流图描述4
3.2数据字典描述5
4系统总体结构设计7
4.1软件模块结构设计7
4.2数据库设计7
4.2.1数据库设计需求分析8
4.2.2需求分析的建模8
4.2.3E-R模型转化为关系模式9
4.2.4数据库设计10
5系统详细设计13
5.1代码设计13
5.2关键算法13
5.2.1客房宿费的算法13
5.2.2如何实现调房13
5.2.3如何实现宿费提醒14
5.3程序界面设计14
5.3.1主界面实现目标14
5.3.2实现过程15
5.3.2系统登录模块设计20
6系统测试24
6.1引言24
6.1.1背景24
6.1.2目的24
6.2测试计划24
6.2.1测试内容24
6.2.2测试准备24
6.3测试内容说明24
6.3.1测试名称24
6.3.2测试进度24
6.4测试分析报告25
6.4.1引言25
6.4.2测试结果25
6.4.3软件功能结果25
6.4.4分析摘要25
7结论26
致谢27
参考文献28
摘要
本文介绍了酒店客房管理信息系统的开发过程。论文详尽论述了从需求分析、系统分析、概要设计、详细设计、以及测试与调试的整个开发过程,总结了开发过程中的经验及本系统今后的改进方向。遵循软件工程的方法。
酒店客房管理信息系统可以实现对酒店客房进行全方位的管理,功能包括客房预定、住宿登记、追加押金、调房登记、退〖本文来自:毕业设计论文网www.paper51.com〗房结账、客房设置、客房客房设置、客房查询、房态查看、挂账查询、客户结款、预定房查询、住宿查询、退宿查询、宿费提醒、登记预收报表、客房销售报表、客房销售统计、初始化、操作员设置、密码设置、权限设置等。提高了酒店客房的管理水平和服务水平。从而将业务处理从纯人工操作转换成人工与计算机共同处理的。
本论文还对转换过程进行了详细描述,可作为同类计算机管理信息系统的应用参考。
本软件开发的过程中采用VisualStudio2005开发工具,采用成熟的软件研制技术,后台数据库采用SQL2000。
关键词:酒店客房管理信息系统、功能、VisualStudio2005
Abstract
Thisthesisintroducedthedevelopmentprocessoftheguestroommanagementinformationsystem.Thethesisdiscussedindetailsanalyticalfromtheneed,systemanalysis,essentialsdesign,detaileddesign,andtestandthewholedevelopmentprocessthatadjusttotry,tallieduptodeveloptheimprovementdirectionoftheexperienceandthissystemwithinprocessaftertime.Followthemethodofthesoftwareengineering.
Thissystemdevelopmentsuccessfullybehindcancarryouttocarryontheall-directionsmanagementtotheguesthouseguestroom,thefunctionincludestheguestroomtoscheduleto,stopfor〖本文来自:毕业设计论文网www.paper51.com〗thenightregister,annexthesecuritydeposit,adjustthebuildingregisterandcheckouttheclosebook,guestroomconstitution,theguestroomguestroomconstitution,guestroomsearch,thebuildingstatetolookinto,chargetoaccountthesearch,customerknotstyleandscheduletobuildingsearch,stopforthenightthesearchandbackthesearchofAccommodation,feeofAccommodationtoremindandregistertopreparetoacceptthestatement,guestroomsalestatement,theguestroomsalecovariance,beginningtostarttoturn,operatorconstitution,passwordconstitution,legalpowerconstitutionetc..Raisedthemanagementlevelandservicelevelsoftheguesthouseguestroom.Thushandlebusinesstooperatetheconversionfromthepurertificialtheartificialandcalculatorshandletogetherof,
Thisthesisreturnsappliedreferencetoconvertedtheprocesstocarryonthedetaileddescription,canbetheofthesamekindcalculatormanagementinformationsystem.
ItadopttheVisualBasic6.0intheprocessofthissoftwaredevelopmenttool,adoptionmatureofsoftwareresearchtomanufacturethetechnique,thebackstagedatabaseadoptionisaccess2000.
KeyWords:Theguestroommanagementinformationsystem,function,VisualBasic6.03系统逻辑方案
根据用户的需求,新系统应实现如下功能:
(1)住宿管理:客房预定、住宿登记、追加押金、调房登记、退房结账。
(2)客房管理:客房设置、客房查询、房态查看。
(3)挂账管理:挂账查询、客户结款。
(4)查询统计:预定房查询、住宿查询、退宿查询、宿费提醒。
(5)日结:登记预收报表、客房销售报表、客房销售统计。
(6)系统设置:初始化、操作员设置、密码设置、权限设置。
下面分别从数据流图、数据字典、基本加工角度对本系统要实现的功能进行详细说明。
3.1数据流图描述
数据流图是对组织中信息运动的抽象,是管理信息系统逻辑模型的主要形式。它不涉及硬件、软件、数据结构与文件组织,〖本文来自:毕业设计论文网www.paper51.com〗是用图形语言及与此相关的注释来表示系统的逻辑功能,及所开发的系统在管理信息处理方面要做什么。本文中数据流的中的符号解释如下:
首先,根据对管理信息系统建设的总体要求,确定系统的外部项,即系统数据的数据来源和去处。通过分析,掌握本系统的外部项和输入输出数据流,绘制本系统的关联系图见图3.1。
参考文献
[1]王珊,陈红.数据库系统原理教程.北京:清华大学出版社,1998年7月
[2]王民,张彦玲.VisualBasic程序设计与数据库应用.北京:电子工业出版社,2003年2月
[3][美]MarkWilson,TraceyWilson著.健莲科技译.XML编程--使用VB和ASP.北京:中国电力出版社,2001年6月
[4]周佩德.数据库原理及应用.北京:电子工业出版社,2001年1月
[5]FrancescoBalena.ProgrammingMicrosoftVisualBasic.NET.MicrosoftPress.2004.4
[6]李光明《VisualBasic6.0编程实例大制作》北京:冶金工业出版社,2002年6月
[7]萨师煊,王珊.数据库系统概论.北京:高等教育出版社,1997年9月
[8]黄淼云.VB6.0办公自动化编程.北京:国防工业出版社,2000年6月
[9]康博译.VB.NET高级编程.北京:清华大学出版社,2002年3月
[10]张淮野译.数据库设计与编程实例详解.北京:电子工业出版社,2001年2月
[11]孙丽芳,孙敏.客房管理系统的设计与实现.山西电子技术,2001年06期
[12]新智工作室.VB6.0中文版教程.北京:电子工业出版社,2000年4月
[13]清华天则工作室.编程技巧及故障排除即时通(VB篇).北京:兵器工业出版社,2001年2月
[14]崔洪斌译.ASP.NET入门经典:VB.NET编程篇.北京:清华大学出版社,2002年5月
[15]白鹏.VisualBasic6.0编程实例与技巧.北京:科学出版社,2003年3月
[16]金英姿.邓少鹍.VisualBasic实用培训教材.北京:人民邮电出版社,2004年2月
[17[美]RaghuRamakrishnan,JohannesGehrke.DatabaseManagementSystems(ThirdEdition).McGraw-Hill,2004.1
[18]廖望,何俊.SQLSERVER2000案例教程.北京:人民邮电出版社,2004年4月
[19][美]MarciFrohockGarcia.MicrosoftSQLServer2000Administrator'sCompanion.MicrosoftPress,2001.1
[20]康博译.VB.NET高级编程.北京:清华大学出版社,2002年3月