Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.31 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.31 KB

Bus-Booking-System

INFO 3305 WEB APPLICATION DEVELOPMENT Case Study Instructions

Group 4 Members

  1. Alfin Najeehah binti Zahid 2019618
  2. Nur Faizah binti Mhd Kamil 2016834
  3. Nur Najua Binti Abdul Rahim 1919230
  4. Muhammad Firdaus bin Shahrum 2013803
  5. Muhammad Amir Hamzah bin Abdul Aziz 2011685

Task Assignments

  1. Homepage (Homepage.php) - Nur Faizah binti Mhd Kamil 2016834
  2. Bus Selection (Bus.php) - Nur Najua Binti Abdul Rahim 1919230
  3. Seat Selection (Seat.php & selectSeat3.php) - Muhammad Firdaus bin Shahrum 2013803 - Muhammad Amir Hamzah bin Abdul Aziz 2011685
  4. Passenger Details (Passenger.php) - Alfin Najeehah binti Zahid 2019618
  5. Payment (Payment.php) - Alfin Najeehah binti Zahid 2019618

Brief Description

  • For this case study, our group is assigned to create a bus booking system written in php programming language.
  • This system allows the user to select their destination, origin, date, bus operator, time and seat number.
  • There are two types of seats , double (aisle and window), both cost RM21 while single seat costs RM25.
  • The system will calculate the price the user need to pay based on their seat selection.
  • Each user is able to book only one seat per booking.
  • The system will display the details of the booking at the end of the transaction.