All Projects → vatri → InvMan

vatri / InvMan

Licence: other
Open source JavaFX inventory management application

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to InvMan

Binner
Open source parts inventory system for makers, electronics hobby, and professional engineers
Stars: ✭ 122 (+205%)
Mutual labels:  inventory, inventory-management
store-pos
It is java accounting software basically developed using javafx which has various modules like purchase, sales, receipts, payments, and journals.
Stars: ✭ 84 (+110%)
Mutual labels:  javafx, javafx-application
sliding-puzzle
Sliding puzzle game implemented in Scala / Scala.js / JavaFX
Stars: ✭ 25 (-37.5%)
Mutual labels:  desktop-app, javafx
Youtube Comment Suite
Download YouTube comments from numerous videos, playlists, and channels for archiving, general search, and showing activity.
Stars: ✭ 120 (+200%)
Mutual labels:  desktop-app, javafx
AllInOneFX
All In One JavaFX Application with a curated list of awesome JavaFX libraries, frameworks
Stars: ✭ 26 (-35%)
Mutual labels:  javafx, javafx-application
Dluid
Deep learning user interface designer
Stars: ✭ 27 (-32.5%)
Mutual labels:  javafx, javafx-application
OmniGraph
Desktop application for creating graphs and algorithm visualisation
Stars: ✭ 27 (-32.5%)
Mutual labels:  javafx, javafx-application
Recaf
The modern Java bytecode editor
Stars: ✭ 3,374 (+8335%)
Mutual labels:  javafx, javafx-application
Bank-Account-Simulation
A Bank Account Simulation with JavaFX and SQLite back-end. Material UX|UI.
Stars: ✭ 19 (-52.5%)
Mutual labels:  javafx, javafx-application
JFXGoogleDrive
A JavaFX Google Drive Client (For Demonstration Purposes Only).
Stars: ✭ 29 (-27.5%)
Mutual labels:  javafx, javafx-application
Fxmailer
Desktop application Tool. Allow you to send a beautiful html template to multiple email recipients with one click!
Stars: ✭ 55 (+37.5%)
Mutual labels:  desktop-app, javafx
gramophy
A JavaFX based Open-Source YouTube Music Downloader/Player
Stars: ✭ 88 (+120%)
Mutual labels:  javafx, javafx-application
Everest
A beautiful, cross-platform REST client.
Stars: ✭ 785 (+1862.5%)
Mutual labels:  desktop-app, javafx
bizbook-server
The repository of bizbook server web api project
Stars: ✭ 45 (+12.5%)
Mutual labels:  inventory, inventory-management
TelegramClone
JetGram is an open source desktop app Telegram clone made with JavaFx.
Stars: ✭ 50 (+25%)
Mutual labels:  desktop-app, javafx
django-graphql-graphene-example
A Django GraphQL API example with Django Graphene
Stars: ✭ 24 (-40%)
Mutual labels:  inventory, inventory-management
AsyPad
A simple drawing tool that can convert diagrams into Asymptote code.
Stars: ✭ 18 (-55%)
Mutual labels:  javafx, javafx-application
Jabref
Graphical Java application for managing BibTeX and biblatex (.bib) databases
Stars: ✭ 2,385 (+5862.5%)
Mutual labels:  javafx, javafx-application
QRCodeFX
Simple tool to generate/read QR Code and export it.
Stars: ✭ 31 (-22.5%)
Mutual labels:  desktop-app, javafx
jdeploy
Developer friendly desktop deployment tool
Stars: ✭ 282 (+605%)
Mutual labels:  desktop-app, javafx

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
  • ???
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].