文档介绍:硕士学位论文
快捷酒店管理系统设计与前端实现
摘要
目前,我国快捷型酒店发展十分迅速,但是相对于酒店的快速扩展,酒店管理软件的更新却不是如此及时,快捷酒店相对于的操作应该是十分简单明了,但是传统酒店管理系统操作十分复杂,导致操作员需要大量时间学习如何操作。
本文主要介绍了如何针对快捷酒店的需求,通过Flex编写的前台程序,和后台迅速交互。达到使客户认为操作简单并且容易上手。介绍Flex关于RIA的开发流程及Flex用作客户端编程所带来的好处。分析整个酒店管理系统的架构,分析各个功能模块的基本数据结构,接口,功能流程等。最后对系统的特点及不足之处进行总结。
关键词: Flex,RIA,快捷酒店,模块功能,系统架构
Abstract
At present, there is an increasing development of inn hotel in China. However, the hotel management software is not updating in time. Relative to plex operation of traditional Hotel management operating system, the operation of inn hotel should be simple and convenient. So staffs do not need spend too much time on learning how to handle it.
This article gives an introduce of how to use client which is written by flex to interact with server, and finally makes it meet the inn hotel requirements. The article also presents the development process of RIA and advantages of flex Programming as Client. Then it makes a further analysis of management system frame as well as basic data structure of different functional model and interface. In the end, the article gives a brief Summary of the Characteristics and inadequacies for this management system
Key Words:Flex , RIA, inn hotel, functional model, system frame
目录
摘要 i
Abstract ii
图目录 III
第1章绪论 1
课题背景 1
发展及现状 1
研究的目标和内容 2
第2章相关技术和方法 3
RIA介绍 3
Flex技术简介 3
RemoteObject介绍 4
Spring框架简介 4
Hibernate框架简介 5
第3章系统的需求分析及概要设计 7
系统的需求分析 7
系统的总体设计 7
模块设计 8
功能介绍 8
主要功能模块 10
入住管理模块设计 11
账务及现付账模块设计 15
报表管理模块设计 17
系统管理与维护模块设计 18
数据库设计 19
表和视图的设计 19
存储过程设计 25
其他功能模块设计 26
第4章快捷酒店管理系统的实现 27
主要开发技术 27
用户界面实现 28
登录模块的实现 29
预定及登记模块的实现 30
第5章总结与展望 38
总结 38
展望 38
致谢 39
参考文献 40
图目录
8
11
12
12
13
14
15
16
16
17
18