Simple desktop multi-platform JavaFX inventory management application.
https://opensource.org/licenses/MIT
Totaly free to use, modify, sell, etc.
- Dashboard/stats
- Manage products
- Manage product groups
- Manage product group variants
- Manage orders
- Sell and buy type of order
- Stock preview
- Maven
- Java 1.8 (not tested in older versions yet)
git clone [this repo URL]
cd [cloned-dir]
mvn compile
mvn exec:java
The credentials for login are defined in users table in the SQL file placed in the root directory. By default use following:
username: b
pass: b
- Added Hibernate ORM
- Basic dashboard
- Product management
- Product group management
- Orders management
- Stock list
- Unit tests
- Use Hibernate ORM
- Speed improvement
- ???