1 / 56
文档名称:

VC++.net_宾馆管理系统毕业论文.doc

格式:doc   页数:56
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

VC++.net_宾馆管理系统毕业论文.doc

上传人:DOC KING 2012/3/29 文件大小:0 KB

下载得到文件列表

VC++.net_宾馆管理系统毕业论文.doc

文档介绍

文档介绍:摘要
本文介绍了宾馆客房管理系统的开发过程,论文详尽论述了从需求分析、系统分析、概要设计、详细设计以及测试的整个开发过程,总结了开发过程中的经验及本系统今后的改进方向,遵循软件工程的方法,本宾馆管理系统采用Microsoft Visual 2008和SQL Server 2000 数据库作为开发工具。
本系统实现了前台接待管理、财务中心、查询中心、统计报表、基础数据、系统管理等6个功能模块。前台接待管理模块中实现客房预订、取消预定、客房入住、客房消费、换房、退房等;财务中心模块中实现补打账单、交接班、缴款等;查询中心模块中实现在店房客查询、历史房客查询、预定查询、前台收银查询等;统计报表模块中实现宾客入住报表、宾客消费报表、宾客结账报表、营业日报表、入住率统计报表等;基础数据模块中实现操作员管理、客房管理等;系统管理模块中实现权限管理、系统设置、数据备份、数据恢复等功能。
关键词:宾馆;数据库;管理系统
Abstract
This article describes a hotel room management system development process. Gave in-depth articles from the needs analysis, system analysis, outline design, detailed design, testing and debugging, as well as the entire development process, summed up the experience in the development process and improve the system's future direction. Guided by the Software Engineering. This system uses Microsoft Visual Studio 2008 and SQL Server 2000 takes the development kit.
This system mainly realized six function parts: Reception management, finance center, check center, Stat. report, foundation information, system setup. Reception management module for preconcert room、cancel reservation、enter room、room consume、exchange room、quit room so on; finance center module for fill bill、hand over to the next shift and refer so on; check center module for check enter、check history roomer、check reservation and check counter so on; Stat. report module for enter report、room consumed report、settle accounts report、business day report and enter Stat. report so on; foundation information module for operator management and room management so on; system setup module for purview management、system setup、data backup、data recovery.
Keywords: Hotel; Database; Management System
目录
引言 1
1 基础知识 3
系统前台开发工具 3
C++语言和面向对象技术 4
系统数据库开发工具 5
2 需求分析 8
背景说明 8
系统开发目的 9
系统说明及概念层类图 9
系统操作员管理 9
前台接待管理 10
系统用例图与功能概述 11
前台管理 11
财务及查询中心管理 12
基础数据管理 13
系统管理 14
项目确立 15
3 概要设计 16
系统架构 16
MVC模式介绍 16
系统架构图 18