Loading repository data…
Loading repository data…
rashidmakki / repository
Inventory Management System is a powerful desktop application developed using JavaFX and MySQL, designed to streamline operations related to billing, sales reporting, and purchase tracking.
Inventory Management System is a powerful desktop application developed using JavaFX and MySQL, designed to streamline operations related to billing, sales reporting, and purchase tracking. The application provides users with a user-friendly interface and essential features to effectively manage inventory and generate comprehensive reports.
System Requirement :
System Features:
Note: The above descriptions can be further expanded or customized based on the specific functionalities, technologies, and achievements in your application.
To install all the dependencies:
mvn clean install
To start application using mvn command:
mvn compile exec:java
To create executable jar file in shade directory:
mvn compile package