Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

MOVIE BOOKING SYSTEM, Study notes of Javascript programming

Remember to use visuals, bullet points, and a consistent design throughout your presentation to make it engaging and easy to follow. Feel free to customize the content based on the specific details and features of the online movie ticket booking system you are presenting.

Typology: Study notes

2021/2022

Uploaded on 11/24/2023

bhaskar-mandal
bhaskar-mandal 🇮🇳

1 document

1 / 49

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
5/22/2018 movie ticket booking-ppt - slidepdf.com
http://slidepdf.com/reader/full/movie-ticket-booking-ppt 1/49
Multiplex Movie Ticket Booking
1
Under the guidance of
Ms.kalpana
Asst Professor
By
G.Swapna
M.Srividya
R.Sailatha
CH.V.N.Madhuri
GLOBAL INSTITUTE OF ENGINEERING & TECHNOLOGY
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a
pf2b
pf2c
pf2d
pf2e
pf2f
pf30
pf31

Partial preview of the text

Download MOVIE BOOKING SYSTEM and more Study notes Javascript programming in PDF only on Docsity!

Multiplex Movie Ticket Booking

1

Under the guidance of Ms.kalpana Asst Professor

By

M.SrividyaG.Swapna R.Sailatha CH.V.N.Madhuri

GLOBAL INSTITUTE OF ENGINEERING & TECHNOLOGY

Presentation Outline

 Introduction

 Technology Used

 System Analysis

 (^) System Design  System Implementation

 System Testing

 Discussion of Results

 (^) Conclusion  References

Introduction Cont’d…..

4

  • Movie Ticket booking system is one of the essential applications of E-commerce.
  • With the development of Internet and security technology,more and more people begin to consume online, which is more convenient and personal than traditional way. The goal of this system is to make people book tickets easily.

Technology Used

5

  • .NET is Microsoft's vision of "software as a service", a development environment in which we can build, create, and deploy your applications
  • Microsoft introduced great technologies like COM, DCOM, COM+ etc. to enable reuse of Software. Although these technologies are very powerful to reuse Software, they required a huge learning curve.
  • Microsoft changed all complex tasks with the new .NET Frameworkdevelopers.. That was a huge advantage for all

System Analysis- Proposed System

7

  • Multiplex Movie Ticket Booking really escapes you from the tiredness of ticket reservation from ticket counters because you have to stand in long queue for ticket reservation.
  • Movie goers can search for movies in a given range from their current position, view movie details, rate movies, or reserve movie

tickets.• The goal is to create a very usable and user friendly

service that can be run on as many Internet browsers possible to allow movie goers to search for movies, reserve tickets, and goer, a great deal

For example: A screen containing the cinema hall configuration is displayed. User can see that there are small green seats among some green ones. User notices the legend that explains the color markup. User can see the

position of the screen and they can reserve maximum of four seats based on the availability. A Ticket Summary screen is displayed containing all ticket information i.e. movie, cinema name and address, cinema theater, row and seat no, price

for each ticket, and the total price to be paid including alltaxes. They verify the information and press the Accept

button.

System Analysis

System Design

  • System design is one of the activity that is required to build and verify software. The designer’s goal is to produce a model or representation of an entity that will later be built. Design provides us with representations of

software that can assess for quality. Design is the only way that we can accurately translate a customer’s view into a finished software product or system.

  • There are two modules in this project:

User- who can book tickets online and Administrator- who manages the movie information content

Data Flow Diagram-Admin

11

UML Diagrams-Use case diagram

13

UML Diagrams-Use case diagram

14

UML Diagrams-Sequence diagram

16

UML Diagrams-Class diagram

17

System Coding

using System;

using System.Data;

using System.Configuration;

using System.Collections;

using System.Web;

using System.Web.Security;

using System.Web.UI;

using System.Web.UI.WebControls;

using System.Web.UI.WebControls.WebParts;

using System.Web.UI.HtmlControls;

19 using System.Data.SqlClient;

System Coding Cont…

public partial class login : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void Button1_Click(object sender, EventArgs e) { } protected void b1_Click(object sender, EventArgs e)

(^20) {