https://github.com/czesctuklap/vehicle-healthbook
Vehicle Healthbook is a C# app for vehicle management, using a SQL database. It allows users to add vehicles, track mileage and insurance, and monitor conditions through an intuitive interface. The graphical interface helps in timely maintenance, enhancing efficiency and safety. SQL integration ensures reliable and consistent data management.
https://github.com/czesctuklap/vehicle-healthbook
car-management vehicle vehicle-control vehicle-counting vehicle-detection vehicle-healthbook
Last synced: about 1 month ago
JSON representation
Vehicle Healthbook is a C# app for vehicle management, using a SQL database. It allows users to add vehicles, track mileage and insurance, and monitor conditions through an intuitive interface. The graphical interface helps in timely maintenance, enhancing efficiency and safety. SQL integration ensures reliable and consistent data management.
- Host: GitHub
- URL: https://github.com/czesctuklap/vehicle-healthbook
- Owner: czesctuklap
- Created: 2024-06-19T09:36:24.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T18:29:31.000Z (6 months ago)
- Last Synced: 2025-02-03T14:40:02.586Z (3 months ago)
- Topics: car-management, vehicle, vehicle-control, vehicle-counting, vehicle-detection, vehicle-healthbook
- Language: C#
- Homepage:
- Size: 41.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vehicle HealthBook
Vehicle HealthBook is a desktop application designed for monitoring vehicle statistics and managing a fleet of vehicles. It features a simple interface built in C# and uses a SQL database for reliable data storage.
### Features
- **Adding New Vehicles**: Users can add new vehicles to the database, assigning basic information and statistics such as mileage and insurance periods.
- **Editing Existing Vehicles**: Users can edit existing vehicle data excluding name and surname onf the owner.
- **Deleting Vehicles**: Vehicles can be deleted either from the main view or the edit menu.
- **Monitoring Vehicle Condition**: An intuitive graphical interface allows users to monitor the condition of vehicles, quickly browse data, and update it as needed.
- **Tracking Key Indicators**: Users can track key indicators of vehicles, enabling timely responses to potential issues or the need for maintenance.### Database Installation Instruction
Before running the application it is necessary to download the `vehicle_hb.sql` file, which contains the database structure.
In SQL console type:
- `create database vehicle_halthbook`
- `use vehicle_halthbook`
- `/. ` and copy the location of the `vehicle_hb.sql` file replacing every `\` with `/`The project is implemented using the `Model-View-Presenter` architecture.
### Preview

