郑 州 轻 工 业 学 院
专科毕业设计(论文)
题 目 酒店管理系统
――单机版的实现
学生姓名 **
专业班级 *************************
学 号 **
院 (系) ********************
指导老师 **********
完成时间 2006 年 6 月 12 日
基于 sql server 2003 数据库的单机版酒店业务管理系统
2
郑州轻工业学院
毕业设计(论文)任务书
题目 酒店业务管理系统――单机版的实现
专业 ************
学号 ** 姓名 *****
主要内容:
伴随着时代的进步,信息化产业的不断发展,一种简洁高效的管理理念和管
理模式应运而生,它就是信息系统管理(MIS),这次毕业设计是针对中小型企
业的日常运营模式和管理理念的特点设计而成的,主要体现了严谨的结构设计理
念和 MIS 带给人们日常生活的效率和方便等实用性。
基本要求:
设计严谨、功能完备;使用方便;充分考虑到系统未来的扩充性、易于维护;
性能良好,高度安全机制的建立。
主要参考资料等:
1.参考文献
[1]基于 C/S 模式的数据库系统
[2]Visual Study.net 平台程序开发
[3]windows 应用程序开法
[4]SQL SEVER 数据库开发技术.
[5]软件工程技术.
2.环境条件
硬件环境
在实习公司利用多余时间和机器环境完成.
软件环境
microsoft windows 2000 安装有 sql server 2003 和 vb.net2003.
完 成 期 限:2006 年 6 月 10 日
指 导 教 师 签 章 :
专业负责人签章:
年 月 日
基于 sql server 2003 数据库的单机版酒店业务管理系统
3
酒店管理系统(单机版的实现)
摘要
随着时代的发展工作效率的提高,人们对信息的处理要求,促进了管理
系统(Mis)的发展,其以专门针对性应用,快捷、方便、高效的特点,很快受
到了大众用户的喜爱。
本系统的开发是针对中小型酒店的日常管理业务开发而成的,其针对性
极强,主要体现在对酒店客户消费清单的打印、特色推荐、方便的业务数据的统
计分析、友好的图表数据显示、报表生成、方便的辅助工具使用和多重安全性解
决方案设计,通过以上功能的实现来提供相对比较完善的酒店管理机制的建立。
本系统是采用 sql server 2003 作为后台数据库,vb.net 工具来设计程序,
利用 ado.net 技术来把应用程序与后台数据库相连接。
关键字 : 酒店管理、访问、数据库.
基于 sql server 2003 数据库的单机版酒店业务管理系统
4
Grogshop management program (stand-alone)
Summary
With the times develop and the efficiency creating of works .the
needs of human with the information processing speed the develop of
MIS . Quickly it gets the good payment by common with it’s identity
of special on applying 、 shortcut 、 convenience and high
Efficiency .
The purpose of develop The program is apply to the JR. Grogshop
for manage it’s daily operation .the high pertinency that mainly in
the person of printing the customer’s tab 、recommend particular、
easy stat. the data of operation、friendly picture showing 、report
forms creating 、using assistant tools and designing the multresolvent
and so on .creating the rather perfect system get thread the top of
coming true the functions.
This program’s database is sql server 2003 and using visual
basic.net 2003 to design the programmer and using the ADO.NET
technology to build connection between database and program .
Primary key: Grogshop management、access、database.
基于 sql server 2003 数据库的单机版酒店业务管理系统
5
目录
摘要.........................................................................................................................................3
Summary .................................................................................................................................4
1 绪 论...................................................................................................................................7
1.1 项目背景....................................................................................................................7
1.2 发展状况......................................................................................................................7
1.3 项目开发特色...............................................................................................................8
1.4 工作难度....................................................................................................................8
2 项目分析设计.....................................................................................................................9
2.1 系统架构....................................................................................................................9
2.2 逻辑模型..................................................................................................................10
2.3 功能实现思路及设计结构图..................................................................................10
2.3.1 业务流程分析图:..............................................................................................10
2.3.2 结构设计流程思路规划图:..............................................................................11
2.3.3 概念结构设计图:..............................................................................................12
2.3.4 逻辑结构设计:..................................................................................................13
2.4 权限设计..................................................................................................................18
2.4.1. 管理员权限........................................................................................................18
2.4.2. 录入员权限........................................................................................................18
2.4.3. 部门经理权限....................................................................................................18
3 技术介绍.......................................................................................................................19
3.1 主要开发技术.............................................................................................................19
3.1.1 数据绑定技术.....................................................................................................19
3.1.2 ADO.NET 动态数据库连接技术 ....................................................................19
3.1.3 系统托盘技术.....................................................................................................19
3.1.4 系统 API 函数的使用 ........................................................................................19
3.1.5 结构化数据处理技术.........................................................................................19