Skip to content

aemulare/Vehicle-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.


Business process infographics

process



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

landing-page

users

vehicles

requests

trips

More screen shots

Author

Links