Vehicle-Management-System

CSC330 Object-Oriented Software Design course, CSC424 Database Management course

Stars
9

Vehicle-Management-System

A tracking program for company vehicles. It keeps track of records of company's vehicle usage by employees: who, when, for what purpose, for how long run the particular car.

Project Assignment

Design a Vehicle Management System – tracking program for company vehicles.

Specifications

  • A tracking program for company vehicles.
  • Identifying how and when vehicles are checked out for usage by employees.
  • Cargo transportation, business trip, loaner cars, … _
  • Record ID number, date checked out, driver name, mileage, type of usage, and contents.
  • Company use: each trip is recorded including date, time, miles driven, fuel cost, and the purpose of the trip.
  • Personal use: the insurance information should be recorded.
  • Carrying passengers: list of passengers;
  • Carrying cargo, an inventory of the vehicle contents

Format

Desktop GUI application with MS SQL Server database.

UML Class Diagram

Classes Enumerations
Address AgeCategory
Administrator RequestStatus
CargoCar FuelType
Employee Transmission
GarageAttendant PassengerCarType
Manager CargoCarType
OwnedVehicle UtilityCarType
PassengerCar
Person
Request
Role
Trip
UserAccount
UtilityCar
Vehicle
PersistentEntity

Full UML Class Diagram

Screen shots

More screen shots

Author

Links

Related Projects