際際滷

際際滷Share a Scribd company logo
Cineplex Management
System
Presented By: Mountain Movers
Fowjael Ahamed
Rakib Hossain
Abu Kaiser Mohammad Masum
Md. Ashraful Islam Talukder
Introduction
o Project summary
o Buttons and options
o ER diagram
o Tables of Database
o SQLs
o New learnt things through this project
o Video flow of the project
o Future works and Conclusion
Project Summary
Cineplex Management System
Admin Counter User
Buttons & Options
ER diagram
Tables of Database
 Admincreate
(Adminname,Adminmail,Adminpassword,Gender,Verification)
 Comment(moviename,comment)
 Control(movieid,Totalreceive)
 Managerlog(managerfirstname,managerlastname,manageremail,
managerpass,managergender)
 Movieinfo(MovieId,Moviename,Showtime,Date,TypeOfMovie,
Type,Price,Vat,Image,HallNo,TotalSeat)
 Newmovie(NewMovieName,ReleaseDate,NewMovieImage,
NewMovieType)
 Rank(Topmovie,PositiveReview,NegativeReview,
Totalcomment)
 Ticketbook(reqname,reqaddress,mobilenumber,payment,
accountnumber,amount,requestmovieid)
 Usercreate(username,useremail,userpassword,usermobile,
usergender)
SQLs
Select:
o SELECT manageremail, managerpass
FROM managerlog
WHERE manageremail=? and managerpass=?;
 Insert:
o INSERT into movieinfo
(MovieId,Moviename,Showtime,Date,TypeO
fMovie,Type,Price,VAT,Image,HallNo,TotalSea
t) values(?,?,?,?,?,?,?,?,?,?,?);
 Query for Searching:
o String[] columnName =
{"MovieId","Moviename","Showtime","Date","TypeOfMovie","Type",
"Price","VAT","Image","HallNo","TotalSeat"};
New learnt things through this project
 Attach and Store image in Database
 Short way of searching Jtable
 Store database value in file system
 Read and count word from file system
 Printing document
Video flow of the project
Future works
 More cool interface
 Works on some subtle things
 Let the admin do more control
 Let the user choose their seat
 Auto calculation and searching
 Artificial intelligences work
 Make this app more convenient to use on
different platform
Cineplex management system project in java swing

More Related Content

Cineplex management system project in java swing

  • 1. Cineplex Management System Presented By: Mountain Movers Fowjael Ahamed Rakib Hossain Abu Kaiser Mohammad Masum Md. Ashraful Islam Talukder
  • 2. Introduction o Project summary o Buttons and options o ER diagram o Tables of Database o SQLs o New learnt things through this project o Video flow of the project o Future works and Conclusion
  • 3. Project Summary Cineplex Management System Admin Counter User
  • 6. Tables of Database Admincreate (Adminname,Adminmail,Adminpassword,Gender,Verification) Comment(moviename,comment) Control(movieid,Totalreceive) Managerlog(managerfirstname,managerlastname,manageremail, managerpass,managergender) Movieinfo(MovieId,Moviename,Showtime,Date,TypeOfMovie, Type,Price,Vat,Image,HallNo,TotalSeat) Newmovie(NewMovieName,ReleaseDate,NewMovieImage, NewMovieType) Rank(Topmovie,PositiveReview,NegativeReview, Totalcomment) Ticketbook(reqname,reqaddress,mobilenumber,payment, accountnumber,amount,requestmovieid) Usercreate(username,useremail,userpassword,usermobile, usergender)
  • 7. SQLs Select: o SELECT manageremail, managerpass FROM managerlog WHERE manageremail=? and managerpass=?; Insert: o INSERT into movieinfo (MovieId,Moviename,Showtime,Date,TypeO fMovie,Type,Price,VAT,Image,HallNo,TotalSea t) values(?,?,?,?,?,?,?,?,?,?,?); Query for Searching: o String[] columnName = {"MovieId","Moviename","Showtime","Date","TypeOfMovie","Type", "Price","VAT","Image","HallNo","TotalSeat"};
  • 8. New learnt things through this project Attach and Store image in Database Short way of searching Jtable Store database value in file system Read and count word from file system Printing document
  • 9. Video flow of the project
  • 10. Future works More cool interface Works on some subtle things Let the admin do more control Let the user choose their seat Auto calculation and searching Artificial intelligences work Make this app more convenient to use on different platform