Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.8 KB

README.md

File metadata and controls

59 lines (37 loc) · 1.8 KB

Struct Inventory

An inventory management system which leverages on data structures like stacks, queues and hashmaps to store and process data.

Installation

Install Struct Inventory with git

  https://github.com/Rquaicoo/Struct-Inventory
  cd Struct-Inventory

Tools for develoment

Client: JavaFx, Java, CSS

Database: MySQL

IDE: IntelliJ IDEA

Usage

  • Open the application in IntelliJ IDEA and configure the project
  • Run the application HelloApplication.java is the entry point of the app. It contains the main function.

A user is required to input a username and password to enter the application. The following functionalities are extended to a user:

  • Dashboard for graphical view of data stored in database.
  • Manage products (create products, delete products, view products)
  • Manage goods(create, view)
  • Managing products (create, update, delete, view)
  • Viewing report of sales history
  • View vendors

A user has to relogin once the application is closed.

Screenshots

  • Login App Screenshot

  • Dashboard App Screenshot

  • View Products App Screenshot

  • Add Products App Screenshot

  • Issue goods App Screenshot

App Screenshot