Skip to content
/ INMAS Public

A GUI application for Inventory Management System in JAVA

License

Notifications You must be signed in to change notification settings

r3yc0n1c/INMAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INMAS

INMAS is an Inventory Management System in Java with GUI support that can be used to store, update or delete products and track inventory. It was my high school final year project that was featured in the Annual Tech Meetup.

Screenshots


Login


Welcome


Update


Features

  • Real-time inventory tracking
  • Easy-to-use GUI interface for users
  • Add/Remove/Update Products
  • Make Invoice
  • Light weight
  • Reliable database support with integrated MS Access database

Prerequisites

INMAS requires JDK 8 or higher version (or BlueJ) and the following support .jar files

  • commons-lang.jar
  • commons-logging.jar
  • JTattoo.jar
  • hsqldb.jar
  • ucanaccess.jar
  • rs2xml.jar
  • jackcess.jar

which can be found in the "Support files" folder.

Installation (Windows)

git clone https://github.com/r3yc0n1c/INMAS.git
cd INMAS
  • Download and install BlueJ
  • Copy the Support files in C:\Program Files (x86)\BlueJ\lib\userlib

OR

Usage

  • Open project in BlueJ
  • Complie and Run

TODO

  • Proper Linux support
  • Improve GUI
  • Add Automation Features