影院售票系统毕业论文
- 格式:doc
- 大小:2.08 MB
- 文档页数:67
影院售票系统毕业论文
哈尔滨华德学院毕业设计(论文)
-II- 摘 要
电影院售票及管理系统是电影院的日常管理及售票任务的核心,在电影院中,工作人员并非只是放映电影,还有诸如票房统计、影片放映、影片场次安排、影片售票金额统计等繁琐的工作,完成这些工作量需要很大的时间及精力,在未使用软件管理之前,只能人工安排场次、统计票房、统计影片售票金额,在人工计算数据过程中容易产生计算错误。而使用影院售票管理系统后,系统根据工作人员记录,可随时计算出票房、售票金额等,大大减少了工作人员的工作量及花费时间,提高了工作效率,且完全不会产生人工计算的错误,影院的相关数据可随时备份存储,不会丢失。
该系统严格按照软件生命周期思想作为指导,J2EE技术完成系统的开发过程。数据库设计阶段釆用MySQL构建系统数据库,利用Struts框架实现软件架构设计,保障了系统具有良好的可维护管理和可扩展性,论述了各个阶段所完成的工作,包括系统管理、计划管理、售票管理,检票管理、财务管理。影院管理员影片管系统管理员用户管理、系统管理员影院管理等若干模块的设计与实现。
关键词:影院售票管理系统;影片放映;维护管理
哈尔滨华德学院毕业设计(论文)
-III-
Abstract
Cinema ticket sales and management system is the core of the daily
management of the cinema and the ticket task, in the cinema, the staff is not
only show movies, such as box office statistics, films, video games, film ticket
amount statistics such as tedious work, do the work requires a lot of time and
energy, before did not use management software, can only artificial scheduling
events, statistical box office and ticket amount film, easy to produce in the
process of artificial calculation data calculation error. After using cinema ticket
management system, the system according to the staff records, can calculate the
box office and ticket amount at any time, greatly reduce the workload of staff,
and take time, improve work efficiency, and completely won't produce artificial
calculation error, theater relevant data can be backup storage at any time, will
not be lost.
The system in strict accordance with the software life cycle thought as
guidance, J2EE technology to complete the system development process. To
adopt the MySQL database design stage to build the system database, using the
Struts framework for software architecture design, ensure the maintenance and
management and scalability of the system has good, discussed the work done at
various stages, including system management, planning management, sales
management, ticket management, financial management. Theater manager film
哈尔滨华德学院毕业设计(论文)
-IV- tube system administrator user management, system administrators, cinema,
etc of the design and implementation of several modules.
Keywords:Theater ticket management system Film projection Maintenance management
目 录
摘要 ............................................................................................................................. II
Abstract ..................................................................................................................... III
第1章 绪论 .............................................................................................................. 1
1.1 课题背景 ............................................................................................... 1
1.2 目的和意义 ........................................................................................... 2
1.3 系统设计思想 ....................................................................................... 3
第2章 可行性分析 .................................................................................................. 6
2.1 经济可行性 ........................................................................................... 6
2.2 技术可行性 ........................................................................................... 8
2.3 业务流程图 ......................................................................................... 10
第3章 需求分析 .................................................................................................... 13
3.1 电影院售票管理系统的需求分析 ..................................................... 13
3.2 数据流图 ............................................................................................. 14
3.3 数据字典 ............................................................................................. 16
第4章 系统设计 .................................................................................................... 22
4.1 系统模块总体设计 ............................................................................. 22
4.2 数据库 E-R图设计 ........................................................................... 23
4.3 数据库表的设计 ................................................................................. 25
第5章 系统实现 .................................................................................................... 33
哈尔滨华德学院毕业设计(论文)
-V- 5.1 系统设计 ............................................................................................. 33
5.2 本系统功能的实现 ............................................................................. 35
5.21 系统登录界面模块的实现 .................................................... 35
5.2.2售票信息管理模块的实现 .................................................... 36
5.2.3影片信息管理模块的实现 .................................................... 37