Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

C# Windows Form Application: Driving Offences System

Overview

Welcome to the Driving Offences System, an application designed to manage information related to people, cars, and driving offences. This system allows users to insert details for individuals, cars, and offences, as well as perform searches based on different criteria.

Features

  • Person Management:

    • The Person form enables users to insert a new person by providing their ID, first name, and last name.
  • Car Management:

    • The Car form allows users to insert details such as car code, type, creation date, and the person who owns the car.
  • Offence Management:

    • The Offence form facilitates the insertion of offence details, including type of offence, price, person, and the car code.
  • Search Functionality:

    • The Search form provides three types of searches:
      • Search by person ID.
      • Search by person ID and date.
      • Search by Car Code.

How to Use

  1. Open the application.
  2. Navigate to the Person form to insert new person details.
  3. Utilize the Car form to manage car information, including ownership.
  4. Use the Offence form to record different offences associated with a person and a car.
  5. Access the Search form to perform specific searches based on person ID, person ID and date, or Car Code.

Screenshots

Explore and utilize the Driving Offences System to efficiently manage information related to people, cars, and driving offences!