Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nehmetekle/car-management-system-javafx-gui
The main idea of this project is to design a Car Dealer Management System using JavaFX for GUI, and DBMS.
https://github.com/nehmetekle/car-management-system-javafx-gui
car-dealer-system dbms javafx javafx-gui mysql-database
Last synced: about 2 months ago
JSON representation
The main idea of this project is to design a Car Dealer Management System using JavaFX for GUI, and DBMS.
- Host: GitHub
- URL: https://github.com/nehmetekle/car-management-system-javafx-gui
- Owner: nehmetekle
- Created: 2023-01-16T12:29:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T13:00:41.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T18:41:02.536Z (3 months ago)
- Topics: car-dealer-system, dbms, javafx, javafx-gui, mysql-database
- Language: Java
- Homepage:
- Size: 425 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Car-Management-System-JavaFX-GUI
The main idea of this project is to design a Car Dealer Management System using JavaFX for GUI, and DBMS.
The system enables the admin several actions such as adding/removing employees, setting employees basic informations such as firstname\lastname\...\monthly salary, adding/removing cars, checking the statistics of sold and which car brands we have the most.
All details will be saved in a database.for each new employee, the system generates a unique IDENTIFER which will be used for him to log into the system(and he wont be able to log into admin section "Restricted").
The employee has few options such as Add car, sell car, show list of available/sold cars.The admin has also a unique ID which will be used only by him to log into the system.
The admin has several options such as viewing the Company Informations, listing all available/sold cars, adding/removing employees,
editing informations about an employee, and showing the statistics of the company based on our database.I also want to mention, I and my partner we developed this program as our final project at our University - Programming III(JavaFX).