摘 要
随着生活水平的提高,人们不仅要在物质方面提高生活水平,而且在精神方面希望有一个质的飞跃。于是,越来越多的人选择在周末或是假期外出,换换环境,享受在另外一种环境下的生活方式,来丰富自己的精神世界,扩展视野。各种各样的旅行社就是由此孕育而生,业务的繁重使得越来越需要旅游业务管理系统。
旅游业务管理系统是面向现实需求的一个实用系统。其设计的目的是为游客和旅行社提供一个友好的,直接的交流平台。本系统采用C/S架构设计,运行在Microsoft.NET Framework平台上,使用Visual Studio 2005为开发工具,Microsoft SQL Server作为数据库,依据旅行社的业务需求开发一个高效,安全,易用,易维护的管理系统。
关键词 旅游业务管理系统 管理系统 C/S架构
Abstract:
With the improvement of living standards, people not only to improve the material standards of living, but in the spirit of hope that there will be a qualitative leap. Thus, more and more people choosing to go out on weekends or holidays, enjoy the life in another environment, to enrich their spiritual world, expanding horizons. All kinds of travel agency are developed, led to a growing need for heavy business using tourism management system.
Tourism management system aimed at the real needs of a practical system. Its design is aimed at tourists and travel agency to provide a friendly, direct exchange platform. The system uses C/S Structure design, run on the Microsoft.NET Framework platform. Use Visual Studio 2005 development tools, Microsoft SQL Server as a database, based on the travel agency business needs to development a management systems which efficient, safe, user-friendly, easy to maintain.
Key words:Tourism Management System; Management System; C/S Structure
目录
1,绪论 1
1.1课题背景 1
1.1.1课题提出背景 1
1.1.2技术背景 1
1.1.3应用背景 2
1.2研究目标 2
1.3本文的目的以主要工作 2
2,平台开发工具 3
2.1NET平台介绍 3
2.1.1什么是Microsoft.NET 3
2.1.2什么是Microsoft.NET Framework 3
2.2 Visual Studio 2005与C# 4
2.3 Microsoft SQL Server 2000 概述 4
2.4 ADO.NET 介绍 5
2.4.1 ADO.NET概述 5
2.4.2 ADO.NET组件 6
3,需求分析 7
3.1概述 7
3.1.1功能概述 7
3.1.2约束 8
3.2数据流图与数据字典 8
3.2.1数据流图 8
3.2.2数据字典 8
3.3接口 14
3.3.1用户接口 14
3.3.2硬件接口 15
3.3.3软件接口 15
3.4性能需求 15
3.5属性 15
3.6其它需求 15
4,系统总体设计 16
4.1系统结构 16
4.1.1系统构架 16
4.1.2系统SC图 16
4.2数据库设计 18
4.2.1实体关系图 18
4.2.2数据库的表设计 19
5,系统详细设计 23
5.1客服管理模块 23
5.1.1客户生日提醒功能 23
5.1.2客户消费排行功能 24
5.1.3客户投诉功能 25
5.1.4节日查询功能 26
5.2财务管理模块 28
5.2.1财务收入功能 28
5.2.2财务支出功能 29
5.2.3团队报账功能 31
5.2.4借款处理功能 31
5.2.5账目查询 35
5.3系统设置 36
5.3.1添加公告栏功能 36
5.3.2员工资料录入功能 37
5.3.3添加系统用户 39
5.3.4修改用户密码功能 41
5.3.5系统数据操作功能 42
5.3.6操作日志查看功能 43
6,结束语 47
参考文献 48
致谢 49
附录A:部分重要代码 50
附录B:英文翻译资料 57