29

Click here to load reader

Online movie ticket reservation1

  • Upload
    vidhipc

  • View
    3.407

  • Download
    2

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Online movie ticket reservation1

Online movie ticket Reservation

Presented to- K.S. School Business Management

Page 2: Online movie ticket reservation1

Presented By :

4203-Vasudha Panchal

4234-Priya shah

Page 3: Online movie ticket reservation1

Project Summary Our site is basically for those people who want to

reserve ticket online for movie. If people want to see which are the upcoming movies they are waited for in short time then they can see the release date and wallpaper of the upcoming movie. If people reserve their tickets online then payment should done at cash on delivery at the multiplex. People have to collect their tickets before an hour of the starting of the show.

Page 4: Online movie ticket reservation1

Tools And Platform Used 1.) Front End :-• HTML• CSS• JSP• Java Script2.)Back End :-• My SQL

Page 5: Online movie ticket reservation1

System Input Output Layout

1.)ADMIN :-2.)VISITOR :-3.)USER :-

Page 6: Online movie ticket reservation1

City-Detail

Field Name Data Type Size Allow Null Description

CityId Bigint False It gives Identification of city.

CityName Varchar 15 False It gives city name.

Page 7: Online movie ticket reservation1

Screen-Detail

Field Name Data Type Size Allow Null DescriptionScreenId Bigint False It gives Identification of

scrren.Screen Name Varchar 8 False It gives screen name.

Page 8: Online movie ticket reservation1

Security-QustionField Name Data Type Size Allow Null Description

SecurityId Bigint False It gives security id.

SecurityQuestion Varchar 50 False It gives security question.

Page 9: Online movie ticket reservation1

Time-DetailField Name Data Type Size Allow Null Description

ShowTimeId Bigint False It gives identification of show time.

ScreenId Bigint False It gives identification of screen.

ShowTime Date/Time False It gives show time.

Page 10: Online movie ticket reservation1

Time-CategoryField Name Data Type Size Allow Null Description

TicketCategory Varchar 10 False It gives category of ticket.

Price Decimal(10,2) False It gives price of ticket.

Page 11: Online movie ticket reservation1

Location-DetailField Name Data Type Size Allow Null Description

Cityid Bigint False It gives identification of City.

Location Varchar False It gives location.

Location Address Varchar 50 False It gives address.

Page 12: Online movie ticket reservation1

Movie-DetailField Name Data Type Size Allow Null Description

MovieId Bigint False It gives identification of movie.

MovieName Varchar 20 False It gives name of movie.

ScreenId Bigint False It gives identification of screen.

ShowTimeId BIgint False It gives identification of showtime..

ReleaseDate Date/Time False It gives relese Date.

Genre Varchar 10 False It gives genres of the movie.

Language Varchar 10 False It gives language of the movie.

Cast Varchar 50 False It gives the cast of the movie.

Director Varchar 20 Flase it gives director name of the movie.

Image Varchar 250 False It gives the image of the movie.

Synopsis Varchar 50 False It gives the description of the movie.

Page 13: Online movie ticket reservation1

Registration-DetailField Name Data Type Size Allow Null Description

RegistrationId Bigint False It gives identification of user.

Name Varchar 10 False It gives name.

MobileNumber Varchar 8 False It gives mobile number.

EmailId Date/Time False It gives emailid.

Password Date/Time False It gives password.

CityId Bigint False It gives identification of city.

SecurityId Bigint 10 False It gives identification of security.

SecurityAnswer Varchar 50 False It gives security answer.

Page 14: Online movie ticket reservation1

ADMINCity Details :-

Page 15: Online movie ticket reservation1

Location Details :-

Page 16: Online movie ticket reservation1

Movie Details :-

Page 17: Online movie ticket reservation1

Screen Details :-

Page 18: Online movie ticket reservation1

Security Question :-

Page 19: Online movie ticket reservation1

Show_Time Details :-

Page 20: Online movie ticket reservation1

Ticket_Category Details :-

Page 21: Online movie ticket reservation1

VISITOR :-Home Page :-

Page 22: Online movie ticket reservation1

Registration Details :-

Page 23: Online movie ticket reservation1

Forgot Password :-

Page 24: Online movie ticket reservation1

About Us :-

Page 25: Online movie ticket reservation1

Contact Us:-

Page 26: Online movie ticket reservation1

USER• Movie details :-

Page 27: Online movie ticket reservation1

Synopsis :-

Page 28: Online movie ticket reservation1

Seat Reservation :-

Page 29: Online movie ticket reservation1