影院售票系统的设计与实现

  • 格式:doc
  • 大小:1.90 MB
  • 文档页数:38

下载文档原格式

  / 38
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

~

影院售票系统的设计与实现

摘要

随着社会的发展,计算机的普及,计算机应用技术在我们的生活中起着越来越重要的作用,计算机的方便性、高效性日益突出。

在影院售票过程,从电影信息的添加,放映厅的安排,到影票的销售及统计,大量的工作都需要处理得井井有条,稍有错误就会给影院造成许多不必要的损失。然而,面对复杂的管理,仅仅依靠人力来完成这些工作已经不能满足日益增长的需求,“影院售票系统”就是为解决这个问题而设计的。

通过分析知道,电影售票系统包含电影的添加、删除、管理与销售、统计等过程,怎样使这些过程快速有效的进行是我们首要解决的问题。

“影院售票系统”主要是针对这些问题来进行设计的。系统的主要功能包括:{

1. 管理员对电影信息的添加、电影信息的修改与删除、票价的折扣管理和对当天影票销售的统计;

2. 售票员对近期影票的销售、退票、订票的处理和会员的添加与管理;

3. 前台界面展示近期电影的详细信息与查询结果;

4. 会员登录实现在线购票和预订等。

系统架构为C/S,采用面向对象分析与设计方法进行系统的分析与设计,系统的实现采用Visual Studio 2008平台下的C#开发语言,数据库使用SQL Server 2005。

关键词:影院,售票,C#,SQL Server 2005

THE DESIGN AND IMPLEMENTATION OF CINEMA TICKETING SYSTEM

$

ABSTRACT

With the development of society, the computer was popularize, computer application technology in our life plays a more and more important role, the computer’s convenience and efficiency is more and more serious.

In the cinema’s ticketing process, begin with film’s information add, and the movie house’s arrangement, ticket sales and the sale’s statistics, a large of work have to doing perfect order , a little mistake will be caused many unnecessary loss. However, face the complex management, just rely on human have already can't satisfy with the growing demand, In order to solve this problem, so design the " Cinema Ticketing System".

With the analysis we know that how solve the problem to add, delete, management and sales is our top priority.

"Cinema Ticketing System" is mainly aimed at these problems to the design. The main functions of this system include:

1. The administrator could add and delete the films, set the ticket price discount and statistic the sales.

/

2. The Salesman could sale and deal with tickets, deal with the booking tickets, to add and management the member.

3. Client of system could show detailed information of film and show result of querying.

4. The Member could login and buy tickets or book tickets.

This system’s framework is C/S. This system’s analysis and design method is Object-oriented. This system’s realization is under the Visual Studio 2008 platform and the language is C# and the database is SQL Server 2005.

KEY WORDS: Cinema, Ticketing, C#, SQL Server 2005

目录

前言................................. 错误!未定义书签。第1章绪论............................ 错误!未定义书签。

项目开发背景....................... 错误!未定义书签。

项目开发工具....................... 错误!未定义书签。第2章系统分析........................ 错误!未定义书签。

系统功能需求分析................... 错误!未定义书签。

系统用例图......................... 错误!未定义书签。第3章系统结构设计.................... 错误!未定义书签。

系统功能模块划分................... 错误!未定义书签。

权限划分....................... 错误!未定义书签。

前台界面功能设计............... 错误!未定义书签。

销售端功能设计................. 错误!未定义书签。

后台管理功能设计............... 错误!未定义书签。

数据库设计......................... 错误!未定义书签。

数据库概念设计................. 错误!未定义书签。

数据库物理设计................. 错误!未定义书签。第4章系统功能实现.................... 错误!未定义书签。

系统功能选择....................... 错误!未定义书签。

前台界面功能实现................... 错误!未定义书签。

电影详细信息浏览............... 错误!未定义书签。

放映信息查询................... 错误!未定义书签。

会员登录界面................... 错误!未定义书签。

会员购票界面................... 错误!未定义书签。

管理与售票功能实现................. 错误!未定义书签。

管理员及售票员登录界面......... 错误!未定义书签。

电影信息管理实现............... 错误!未定义书签。

售票功能实现................... 错误!未定义书签。第5章系统测试........................ 错误!未定义书签。

相关主题