本文主要为广大网友提供“应用高级程序语言开发宾馆客房管理系统”,希望对需要应用高级程序语言开发宾馆客房管理系统网友有所帮助,学习一下!
论文字数:16740,页数:61
摘 要
随着经济的迅速发展,人们的生活水平的提高,对宾馆酒店业的管理要求也越来越高,利用科技手段提高企业管理无疑是一条行之有效的途径,虽然计算机管理并不是宾馆管理走向成功的关键元素,但他可以最大限度地发挥准确、快捷、高效等作用,对宾馆的服务管理提供强有力的支持。因此,采用全新的计算机网络和管理系统,已成为提高宾馆的管理效率、改善服务水平的重要手段之一。在某种意义上,宾馆客房管理方面的信息化已成为现代化宾馆的重要标志
宾馆客房管理系统要实现客房预定、住宿登记、宿费提醒、追加押金、调房登记、退房结帐、挂帐、查询统计、预收费报表等等功能。其中宿费提醒可以在宿费超过押金时预警,提示前台要客人补交压金,该功能可明显提高对住宿人员宿费的有效管理。将动态实时的住宿登记、客房调整销售报表,追加押金等有机地联系在一起,对宾馆客房进行全方位的管理。
关键词: 经济;客房管理;服务;系统
THE APPIED ADVANCE COMPUTER WORD DEVELOPMENT HOTEL MANAGES SYSTEM
Abstract
Along with the quick development of the economy, the exaltation of the people''s living level, to the management request of the guest house cabaret industry also more and more high, make use of science and technology means exaltation business enterprise management doubtless is a the valid path that go, although the calculator management is not a guest house management to head for the successful key chemical element, he can develop with maximum limit accurate, fast, efficiently etc. function, manage to provide the powerful support to the service of the guest .Therefore, adopt the all new calculator network and manage the system, have become the management efficiency of raise the guest house and improve one of the important means of the service level on a certain meaning, the guest house guest room manages information-based to have become important marking of the modern guest house
The guest house guest room manages the system to want to carry out the guest room to schedule to, the accommodation register, the fee of guest remind, add the security deposit, adjusts the building register and checks out to settle an account, charge to account, search the covariance and prepare to charge the statement etc. function among them, the fee of house remind can at the fee of house exceed the security deposit early warning, hint the stage to want that the guest repairs to hand over to press the gold, that function can raise valid management to stop for the night the personnel the house fee obviously.
Keyword: Economy; management; service; System
目 录
摘 要Ⅰ
Abstract..Ⅱ
绪 论1
1.1VB的简介,特点..1
1.2Visual Basic 的诞生和发展..1
1.3开发背景.2
1.4需求分析.3
第二章 设计思路4
2.1实现目标.4
2.2系统结构图4
2.3业务流程图5
2.4数据库设计5
2.4.1登记预收表diys.5
2.4.2登记表djb.6
2.4.3挂账明细表gzmx..8
2.4.4客房基础信息表kf..8
2.4.5客房预定表kfyd9
2.4.6密码表设计ma.10
2.4.7权限设置标qxsz.10
2.4.8退房登记表tfd.11
2.5关键技术..12
2.5.1客房宿费的算法.12
2.5.2如何实现调房..13
2.5.3如何实现宿费提醒13
第三章 客房管理设计..15
3.1主程序界面设计..15
3.1.1实现目标.15
3.1.2实现过程.15
3.2系统登录模块设计.21
3.2.1实现目标.21
3.2.2实现过程.21
3.3住宿管理设计23
3.3.1住宿登记模块设计23
3.3.2追加押金模块设计30
3.3.3调房登记模块设计33
3.3.4退宿结账模块设计35
3.4客房管理设计38
3.4.1客房设置模块设计38
3.4.2客房查询模块设计41
3.4.3房态查看模块设计43
3.5挂账管理设计45
3.5.1挂账查询模块设计45
3.5.2客户结账模块设计47
3.6查询系统设计49
3.6.1住宿查询模块设计49
3.6.2退宿查询模块设计49
3.6.3宿费提醒模块设计50
3.7日结设计..51
3.7.1登记预收报表模块设计.51
3.7.2客房销售报表模块设计.51
3.8系统设置设计52
3.8.1操作员设置模块设计..52
3.8.2密码设置模块设计52
3.8.3初始化模块设计.53
3.8.4权限设置模块设计53
第四章 调试与错误处理.54
4.1程序错误..54
4.3跟踪应用程序的执行结论.55
结论55
参考文献56
致 谢57
附 录58