Home
Softono

InvMan

Open source Java
46
Stars
20
Forks
0
Issues
10
Watchers
4 years
Last Commit

 About InvMan

Open source JavaFX inventory management application

Platforms

Web Self-hosted

Languages

Java

Links

Need Help Installing InvMan?

We provide expert installation service for this software. Our team will install, configure, and secure InvMan on your server. plans start at just $30.

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

LOGIN

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

CHANGELOG

1.2.1

  • Added Hibernate ORM

ROADMAP

PHASE 1

  • Basic dashboard
  • Product management
  • Product group management
  • Orders management
  • Stock list

PHASE 2

  • Unit tests
  • Use Hibernate ORM
  • Speed improvement
  • ???