影院票务管理系统

上传人:suns****4568 文档编号:90812338 上传时间:2019-06-19 格式:DOC 页数:45 大小:1.79MB
返回 下载 相关 举报
影院票务管理系统_第1页
第1页 / 共45页
影院票务管理系统_第2页
第2页 / 共45页
影院票务管理系统_第3页
第3页 / 共45页
影院票务管理系统_第4页
第4页 / 共45页
影院票务管理系统_第5页
第5页 / 共45页
点击查看更多>>
资源描述

《影院票务管理系统》由会员分享,可在线阅读,更多相关《影院票务管理系统(45页珍藏版)》请在金锄头文库上搜索。

1、目 录摘 要- 1 -ABSTRACT- 2 -第1章 概 述- 4 -1.1目的和意义- 4 -1.2课题的项目背景- 4 -1.3开发平台简介- 4 -1.3.1 ASP.NET简介- 4 -1.3.2 B/S- 5 -1.4系统开发硬件环境- 6 -1.5系统开发软件环境- 6 -第2章 需求分析- 7 -2.1系统功能需求- 7 -2.2输入要求- 7 -2.3用户界面良好、操作简单- 7 -2.4系统用例图- 8 -2.4.1影院工作人员用例图- 8 -2.4.2客户用例图- 8 -2.5系统数据流图- 9 -第3章 概要设计- 12 -3.1系统总体规划- 12 -3.1.1项目规

2、划- 12 -3.1.2系统功能结构图- 12 -3.2系统模块设计- 13 -3.2.1用户模块- 13 -3.2.2影片模块- 13 -3.2.3大厅模块- 14 -3.2.4放映信息模块- 14 -3.2.5客户模块- 14 -3.2.6订单模块- 15 -3.3系统E-R模型分析- 15 -3.3.1实体分析- 15 -3.3.2系统整体的E-R图- 15 -3.3.3实体属性定义- 16 -3.3.4数据字典- 17 -第4章 详细设计- 18 -4.1数据库设计- 18 -4.2系统设计- 22 -4.2.1设计思路- 22 -4.2.2方法的说明- 23 -第5章 系统测试- 3

3、2 -5.1功能测试- 32 -5.2性能测试- 34 -5.3改进意见- 35 -第6章 总 结- 36 -6.1今后努力的方向- 36 -6.2结束语- 36 -致 谢- 38 -参考文献- 39 -附 录- 40 -附录A:软件安装、使用- 40 -附录B:光盘资料说明- 44 - 计算机与信息学院 本科毕业设计(论文)影院票务管理系统的设计与实现摘 要本文讲述了信息管理与信息系统的发展现状,并在充分了解影院的运作流程的基础上,分析了影院对影片管理、票务销售等的具体需求,给出了系统的整体设计方案以及详细设计方案。文中主要侧重于该系统软件方面的设计与实现,以及主要功能模块的分析和设计。该系

4、统采用Visual Studio 2005(C#)开发,软件界面简洁友好,真正体现了所见即所得的思想。数据库采用了SQL Server2005,充分考虑了系统的安全性和稳定性,能够及时有效地对整个系统的数据进行储存和维护。影院票务管理系统是应用于影院的电子售票的系统,有前台客户操作和后台影院工作人员操作两大部分组成。前台主要包括在线注册,客户登录,查看影片信息,对影片进行打分和评论操作,查看大厅信息,购买预售票,取消预售票,以及对预售票付款最终确定订单等功能。后台主要包括用户信息的添加、修改、删除,放映厅信息的添加、修改、删除,影片信息的添加、修改、删除,放映信息的添加、修改、删除,订单的查看

5、以及生成报表等功能。系统代码分离分成了二个层次:应用层,数据库访问层和一个用来辅助的类库实体层。应用层是作为跟用户交互的层次,用户的操作在应用层上实现,数据的输入以及采集在应用层上进行,数据的展示在应用层上完成;实体层是数据库中各个表字段的一个映射,每张表对应于一个实体类,它用来保存二个层之间传递时的数据值,保证数据不会丢失以及正确性和同步性;数据库访问层是直接与数据库交互的一层,是数据库的操作层,数据库中数据的添加、修改和删除都由它来完成。关键字:影院票务;B/S;ASP.NET;CSS+DIV; SQL Server 2005;代码分离Design and Implementationof

6、cinematicketingsystemABSTRACTThis article describes the development status of information management and information systems, and fully understand the operation of the theater process based on the analysis of the specific needs of the theater on film management, ticket sales, the overall system desi

7、gn and detailed designprograms. The paper focuses mainly on the Design and Implementation of the system software, as well as analysis and design of main function modules. The system uses the Visual Studio 2005 (C #) development, software interface is simple and friendly, and truly embodies the idea

8、of WYSIWYG. Database using SQL Server 2005, give full consideration to the safety and stability of the system, timely and effective storage and maintenance of the data of the entire system.Cinema ticketing management system is used in the theater of the e-ticketing system, front-office customer oper

9、ations and backstage theater staff to operate the two major components. Front, including online registration, Customer Login to view the movie information, rate and review the film, view the hall information, to purchase advance tickets, cancel the pre-sale tickets, and advance ticket payment to fin

10、alize orders and other functions. Background, including user information to add, modify, delete, theater information to add, modify, delete, video information to add, modify, delete, screening information to add, modify, delete, view orders and generate reports and other functions.The system code se

11、paration into two layers: application layer, database access layer and one for the auxiliary library - physical layer. The application layer as the level of interaction with the user, the users actions on the application layer, data input and collection on the application layer, the display of the d

12、ata at the application layer; physical layer is the database table fields mapping each table corresponds to an entity class, which is used to save the value of the data passed between two layers to ensure that data is not lost as well as accuracy and synchronization; database access layer is a layer

13、 of direct interaction with the database, operation of the database layer, data in the database to add, modify, and removed by it.Key words: Cinema Ticket; B / S; ASP.NET; the CSS + DIV; SQL Server 2005; code separation第1章 概 述1.1目的和意义影院售票系统是计算机技术与影院管理相结合的产物,通过影院售票系统实现了对影院的高效管理。随着计算机技术的不断提高,计算机已经深入到社

14、会生活的各个角落。而采用人工管理的方法,不仅效率低,易出错,手续繁琐,而且耗费大量人力。为了满足售票人员对售票,订票,退票等进行高效的管理,在工作人员的具备一定的计算机操作能力的前提下,特编此影院售票系统软件以提高影院的管理效率。1.2课题的项目背景随着社会经济的快速发展,人们的娱乐活动越来越丰富,其中看电影占了很大的比例。开发此系统的目的是解决喜爱电影的人们买票难的问题。以前要买电影票必须到电影院买,这样既浪费时间,浪费精力,而且最终还不一定买到自己想看要的。有了本系统,可以很方便的让影迷在家上网查看影院的影片以及票务的信息,这样既省时又省力,可以同时了解到不同影片的信息,有更多的选择。本系

15、统充分利用网络资源和人力资源。面对全球性影院观看热潮,国内外对影院观看的视觉需求,以及其规模的优势,其独有的互动效果和场内气愤赢得了越来越多的人的喜欢。1980 1984年平均产量达120部,每年观众人次平均在250亿左右。同时中国电影也进入一个蓬勃发展的新时期,中国美术片从形式到内部都极其富有民族色彩。伴随电影的发展,国内外的电子票务系统也告诉的发展,国内有许多的电子影院票务系统,如格瓦拉以及一些团购网站都有相关的内容。1.3开发平台简介1.3.1 ASP.NET简介ASP.NET是Microsoft.NET的一部分,作为战略产品,不仅仅是 Active Server Page (ASP) 的下一个版本;它还提供了一个统一的 Web 开发模型,其中包括开发人员生成企业级 Web 应用程序所需的各种服务。ASP.NET 的语法在很大程度上与 ASP 兼容,同时它还提供一种新的编程模型和结构,可生成伸缩性和稳定性更好的应用程序,并提供更好的安全保护。可以通过在现有 ASP 应用程序中逐渐添加 ASP.NET

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 大杂烩/其它

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号