Skip to content

jochen-klaeger/WareHouse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

warehouse management system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%