This is an inventory manager app i realised just for fun while learning JavaFX
- Consult/Add/Update/Delete products.
- Retreive freezed products.
- Follow all the updates done by users on products.
- Consult/Add/Update/Delete users and admins.
- Retreive deleted users.
- Check users information.
- Consult/Add/Update/Delete sells and buys.
- Filter sells and buys by date and product name.
- Get the day outcome from sells and buys.
- Get stats about sells/buys with charts and filtering option.
- Print the list of products/users.
- Print the day's list of sells/buys.
- Print sell/buy information
- Print any bill of any selected buys/sells
- Supports English and Arabic languages
- jfoenix-8.0.8 (a JavaFX material design library)
- Appache Commons
- JasperReports
- AnimateFX
- Username : admin
- Password : password
git clone "https://github.com/averroes96/StockManager"
or download the repository as a zip- Import the repository to NetBeans
- Import
db/StockManager.sql
using xampp's phpMyAdmin to MySQL server. - Download the mentionned libraries and then Import them into your netBeans project
English now is the main language (Arabic is still there with RTL support
- Enhancing User interface
- Code optimization
- Adding new features
Please give a ⭐️ to this repo