Top Banner
CARRS Complete Automobile Rental Reservation System
18

CARRS

Dec 31, 2015

Download

Documents

mannix-rogers

CARRS. Complete Automobile Rental Reservation System. Introduction. C omplete A utomobile R ental R eservation S ystem. CARRS. Team Members. Evelyn Brannock. Sergey Nedoshitov. Complete Automobile Rental Reservation System. Adam Riazinia. Shibi P Thankachan. Problem Statement. - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: CARRS

CARRS

Complete Automobile Rental Reservation System

Page 2: CARRS

CARRS Complete Automobile Rental Reservation System

Complete Automobile Rental Reservation System

Adam Riazinia

Evelyn Brannock

Sergey Nedoshitov

Shibi P Thankachan

Team Members

Page 3: CARRS

CARRS Complete Automobile Rental Reservation System

• Customer Calls To Make A Reservation• Reservation is completed via:

• IBM Green Screen • Mainframe • Batch Processing

Page 4: CARRS

CARRS Complete Automobile Rental Reservation System

Page 5: CARRS

CARRS Complete Automobile Rental Reservation System

• Reduce RA training costs and learning curve by 20%

• Provide real-time exchange of information in the Corporation’s enterprise

• Reduces hardware costs, amortized over the next ten years, and remove the mainframe

Page 6: CARRS

CARRS Complete Automobile Rental Reservation System

• Provides password security for all Reservation Agents (RAs) entering the system

• Integrates into the Corporation’s existing inventory system to access automobile availability

• Allows the creation, update and deletion of RA information by managers

• Shows automobile rental reservation history for the current day, week, month, and year

• Integrates with the Credit Bureau to provide real-time credit control for a reservation• Integrates with marketing’s VIP Customer Program

• Incorporates marketing’s initiatives for special rate discounts on pricing by allowing the entry of a coupon discount code

• Presents an automobile rental reservation quote• Completes a rental reservation, with a rental reservation confirmation number for the customer, and displays the reservation summary online

Page 7: CARRS

CARRS Complete Automobile Rental Reservation System

• Interface and Human Factors

• Hardware Considerations

• Performance Characteristics

• Error Handling and User Error

• Security Issues and Validation

Page 8: CARRS

CARRS Complete Automobile Rental Reservation System

Page 9: CARRS

CARRS Complete Automobile Rental Reservation System

Page 10: CARRS

CARRS Complete Automobile Rental Reservation System

Page 11: CARRS

CARRS Complete Automobile Rental Reservation System

Page 12: CARRS

CARRS Complete Automobile Rental Reservation System

• Language

• Java• GridBagConstraints

• Access Control

• Subsystem Control

Page 13: CARRS

CARRS Complete Automobile Rental Reservation System

• Reservation

• Customer

• Inventory

• Location

• User

• Credit Bureau

Page 14: CARRS

CARRS Complete Automobile Rental Reservation System

• Implements data server for many client front-ends• Used façade design pattern• Decreased coupling between client and server• Hides Implementation Details• Allows early testing

• Allowed simpler implementation of RMI which• Locate remote objects• Communicates with remote objects• Load class byte codes for objects that are passed around

Page 15: CARRS

CARRS Complete Automobile Rental Reservation System

•Creating, modifying, and deleting files could be done according to the ownership of files by certain departments:

• Reservations• Marketing• Inventory

C-Create R-Read U-Update D-Delete X-The user type can perform this action

Page 16: CARRS

CARRS Complete Automobile Rental Reservation System

•Pickup and Return Dates•Credit Card Numbers•Phone Number

•All of our testing was black box

• Requirements Validation• Boundary Testing

Page 17: CARRS

CARRS Complete Automobile Rental Reservation System

Page 18: CARRS

CARRS Complete Automobile Rental Reservation System