Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vatri/invman
Open source JavaFX inventory management application
https://github.com/vatri/invman
desktop-app inventory inventory-management java javafx javafx-application
Last synced: 3 months ago
JSON representation
Open source JavaFX inventory management application
- Host: GitHub
- URL: https://github.com/vatri/invman
- Owner: vatri
- Created: 2017-03-17T15:05:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T17:53:16.000Z (about 3 years ago)
- Last Synced: 2024-10-12T18:23:33.006Z (3 months ago)
- Topics: desktop-app, inventory, inventory-management, java, javafx, javafx-application
- Language: Java
- Homepage:
- Size: 133 KB
- Stars: 44
- Watchers: 11
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InvMan
Simple desktop multi-platform JavaFX inventory management application.
## MIT LICENCE
https://opensource.org/licenses/MIT
Totaly free to use, modify, sell, etc.
## FEATURES
- Dashboard/stats
- Manage products
- Manage product groups
- Manage product group variants
- Manage orders
- Sell and buy type of order
- Stock preview## SCREENSHOTS
See here: https://drive.google.com/drive/folders/0BxIbA3Gdn5AQa1ZMa2FHTlRPRms?resourcekey=0-_nDXwaHRV7ZtLQY9lU7vIg&usp=sharing
## INSTALL
### REQUIREMENTS
- Maven
- Java 1.8 (not tested in older versions yet)### DOWNLOAD, COMPILE AND RUN (using Maven)
```
git clone [this repo URL]
cd [cloned-dir]
mvn compile
mvn exec:java
```
### LOGINThe 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
```## CHANGELOG
### 1.2.1
- Added Hibernate ORM
## ROADMAP
### PHASE 1
- [x] Basic dashboard
- [x] Product management
- [x] Product group management
- [x] Orders management
- [x] Stock list### PHASE 2
- [ ] Unit tests
- [x] Use Hibernate ORM
- [ ] Speed improvement
- [ ] ???