旅行社网站管理系统(毕业设计论文) - 图文 联系客服

发布时间 : 星期三 文章旅行社网站管理系统(毕业设计论文) - 图文更新完毕开始阅读

毕业设计(论文)

摘 要

通过对一些中型规模的旅行社(如:大世界旅游中心旅行社等)的实地考察,从业内人士处了解到旅游行业的管理现状:随着旅游行业的不断发展,各家旅游公司之间的竞争日益激烈,旅游公司所需的旅游信息量越来越大,业务操作中涉及的各种线路情况、客户情况以及旅游协作部门的情况越来越复杂多变。而除了一些大型的旅行社(如:春秋国际旅行社等)已采用了统一的计算机信息管理系统,一般中小型旅行社通常是以原始的手工方式依靠简单的电子文档来处理信息。但是业务操作人员若仅靠手工方式处理处理大量资料,很可能带来出错率的增长以及大量资源的浪费和闲置等问题。因此,只有加强对旅游公司信息资源的整合、统一管理,才能使企业更加合理、高效地运转。

本文的主要工作是针对旅游公司的这种现状,提出解决问题的一个可行性方法:采用现代化统一的计算机信息管理系统。实现了文档管理的自动化,各类信息有序地进行存储,同时采用了权限认证的方式,只有经过了系统权限认证之后,方可进入系统主控界面,进行信息管理,信息查询,数据统计,权限设置,在线预定,通讯簿,留言簿等功能的使用。实现了各种业务系统的数据集成和信息集成,对旅行社各类信息、资源进行协同集中管理。另利用ASP技术建立企业动态网站,实现旅游信息快速发布及接受游客的网上预定。 关键词

管理信息系统,信息检索,数据统计,ASP,Browser/Server 模式

Abstract

By visiting some medium-size travel agencies, such as DA SHI JIE Travel Agency, the author get some information of tourism management from them. With the steady growth of tourism industry, travel agencies are now facing tougher competition between each other. Various informations at each stage of the process coming up, such as accounts payment/reimburse status, client request and feedback from contracting

I

毕业设计(论文)

parties, and so on. And the information volume is ever growing and becoming more sophisticated. However, expect some large-size agencies, such as CHUN QIU International Travel Agency, have adopted unified Management Information System, most medium-size and small-size agencies usually handle these information manually leaves big room for omission and errors, and quite a part of resources might not be utilized efficiently. Therefore, a computerized system shall be developed to better integrate these informations and utilize the resources a company equips.

This thesis is all about such a Tourism Management Information System TMIS. Information of all kinds are stored automatically in a orderly way, and users must go through an identity recognition procedure, only those approved user can enter into the main control board to look up/edit/revise info, also to make reservation online, leave message etc. TMIS made it possible to integrate and utilize various tourism information/ data to better use the resources of travel agency. Furthermore, tourism information can be known quickly and tourists can book through the internet by using ASP to establish an agency web. Key words

Management Information System (MIS),Information Searching,Data Statistic,ASP,Browser/Server Model

II

毕业设计(论文)

目 录

摘要 .................................................................................................................... I Abstract .............................................................................................................. I

第1章 绪论 ..................................................................................................... 1

1.1 问题的提出 ......................................................................................... 1

1.1.1 课题的来源 ............................................................................... 1 1.1.2 研究课题的动态 ....................................................................... 1 1.2 课题的内容与意义 ............................................................................... 2

1.2.1 课题的内容 ............................................................................... 2 1.1.2 课题的意义 ............................................................................... 2 1.2.3 术语说明 ................................................................................... 3 1.3 开发平台 ........................................................................................... 3

1.3.1 ASP简介 ................................................................................... 3 1.3.2 数据库介绍 ............................................................................... 5 1.3.3 SQL Sever 2000 简述 ............................................................... 6 1.3.4 设计的整体框架 ....................................................................... 8 1.4 可行性研究 ......................................................................................... 8

1.4.1 基本要求 ................................................................................... 8 1.4.2 开发目标 ................................................................................. 10 1.4.3 对现有系统分析 ..................................................................... 10 1.4.4 技术可行性分析 ..................................................................... 11

第2章 软件需求分析 ................................................................................... 12

2.1 功能需求 ........................................................................................... 12

2.1.1 功能划分 ................................................................................. 12 2.2.2 功能描述 ................................................................................. 12

III

毕业设计(论文)

2.2 外部接口需求 ................................................................................... 13 2.3 性能需求 ........................................................................................... 14 2.4 软件属性要求 ................................................................................... 14 第3章 软件概要设计 ................................................................................... 16

3.1 总体设计 ........................................................................................... 16

3.1.1 处理流程 ................................................................................. 16 3.1.2 功能分配 ................................................................................. 17 3.2 接口设计 ........................................................................................... 17 3.3 数据结构设计 ................................................................................... 17 3.4 数据描述 ........................................................................................... 19 3.5 运行设计 ........................................................................................... 25 3.6 安全保密设计 ................................................................................... 25 3.7 维护设计 ........................................................................................... 25 3.8 具体实施方案 ................................................................................... 26 第4章 软件详细设计 ................................................................................... 27

4.1 系统登陆界面 ................................................................................... 27 4.2 系统维护界面 ................................................................................... 29 4.3 前台系统界面 ................................................................................... 32

结论 .................................................................................................................. 37 致谢 .................................................................................................................. 38 参考文献........................................................................................................... 39 附录1 ............................................................................................................... 40 附录2 ............................................................................................................... 43 附录3 ............................................................................................................... 47

IV