Skip to content

Files

Latest commit

edf92e2 · Oct 10, 2018

History

History
32 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.06 KB

WareHouse

This is an open-source warehouse management system.

Features

  • Registration of products (Brand,Type...)
  • Registration, deletion of storage rooms
  • Registration, update and deletion of customers
  • Customer specific discount percentage
  • Quantity per product in each storage room
  • Summary table for all products, total quantity and storage rooms that they exist in
  • Search function based on Product Code, Brand or Type
  • Exact or approximate search
  • Reporter frame with products that are in low quantities (shortage)

How to contribute

  1. fork the repo to your own profile
  2. select an issue
  3. create a new branch with the name "feature/issueNum_anyOtherNaming" (feature/3_myBranch)
  4. write your code
  5. commit and push to your repo
  6. compare and pull request against this repo's master

Tools used in this project

  • Netbeans and java 8
  • SQLite studio

Important

  • Do not forget to commit also the maven dependencies file if you add new dependencies!
  • Never commit changes to the storage.db file, nor changes to the application main password