酒店管理系统的开发.doc

约49页DOC格式手机打开展开

酒店管理系统的开发,摘要    本文完整的描述了一个酒店管理系统的设计与实现的过程, 采用真正的跨平台 java 技术为基础,利用 eclipse 编程平台结合 sqlserver2005 数据库,完成了酒店管理系统的 功能。    现代化的宾馆是集客房、餐饮、商务文化及其他各种服务与设施为一体化的消费场 所,酒店宾馆组织庞大,服务项目多...
编号:45-268491大小:1.21M
分类: 论文>计算机论文

内容介绍

此文档由会员 莎士比亚 发布

摘 要
   
本文完整的描述了一个酒店管理系统的设计与实现的过程, 采用真正的跨平台 Java 技术为基础,利用 eclipse 编程平台结合 sqlserver2005 数据库,完成了酒店管理系统的 功能。
   
现代化的宾馆是集客房、餐饮、商务文化及其他各种服务与设施为一体化的消费场 所,酒店宾馆组织庞大,服务项目多,信息量大,要想提高劳动生产,降低成本,提高 服务质量和管理水平,进而促进经济效益,必须借助计算机来进行现代化的信息管理, 本系统是一套适用于中、小型星级宾馆使用的优秀系统,操作简单,灵活性好、系统安 全性高,运行稳定。
   
该酒店管理系统,该系统可供用户进行菜系管理,菜种类查询、台号管理以及功能 强大的记账信息管理,可以实现日结帐,月结帐和年结帐的功能,方便了用户的帐务分 析。用户只需要简单的输入,所有数据都由数据库管理系统管理。本文中数据库服务器 端采用了流行的功能强大的 SQLserver2005 作为后台数据库,为数据的安全和程序的稳 定运行提供了保障。
   
关键词:酒店管理系统 JAVA SQLserver2008


Abstract
   
This paper describes a complete hotel management system, using a true cross-platform Java technology-based and eclipse programming platform combines sqlserver2005 database. With them the autor complete hotel management system functions.
   
The hotel is a modern guest rooms, restaurants, business culture and other types of services and facilities for the integration of entertainment establishments, hotel and hostel organized into a vast, services and more informative, in order to improve labor productivity, reduce costs, improve service quality and management level, thus contributing to economic efficiency, have to rely on computers to carry out the modernization of information management, this system is applicable to small and medium sized star hotel an excellent system to use, simple operation, good flexibility and high security systems, running stable.
   
The hotel management system, which users of cuisine available to management, and food type queries, seats, powerful accounting management, and information management which can be achieved on checkout, month and year checkout checkout functionality to facilitate the user's accounting analysis. Users need only a simple input, and all the data be computed by the database management system management. This article, the database server uses the popular and powerful SQLserver2005 as a back-end database for data security and procedures to provide a guarantee stable operation.
   
Keywords: Hotel Management System JAVA SQLserver2008



目录

引言 6
第一章 绪论 7
1.1 研发背景 7
1.2 系统目标 8
第二章 系统分析 10
2.1酒店管理的可行性分析 10
2.1.1经济可行性分析 10
2.1.2 几个关键技术的可行性分析 10
2.1.4 法律可行性分析 12
2.2 系统需求分析 13
2.2.1 系统的功能需求 13
第三章 系统总体设计 14
3.1系统功能结构 14
3.2 系统概念设计 15
3.2.1 系统实体描述 15
3.3 数据库表结构 17
3.3.1 客房信息表 17
3.3.2 用户信息表 17
3.3.3入住信息表 17
3.3.4 消费座位信息表 18
3.3.5 消费信息表 19
第四章 系统详细设计 19
4.1 Java类的设计 19
4.2酒店的业务模块 31
4.2.1用户模块 31
4.2.2数据管理模块 31
第五章系统的实现 32
5.1开发环境的搭建 32
5.1.1 JDK 简介 32
5.1.2 Eclipse 简介 33
5.1.3 SQL Server 2008 简介 34
5.2酒店业务的实现 36
第六章 系统测试 44
6.1 软件测试的方法 44
6.2 模块测试 45
6.2.1 测试内容 46
6.2.2 测试结果 47
第七章结论 47
7.1 概述工作 47
7.2 体会与收获 48
7.3 今后的发展方向 49
谢辞 50