Skip to content

devnakka/WareHouse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WareHouse

This is an open-source warehouse management system.

Features

  • Registration of products (Brand,Type...)
  • Registration of storage rooms
  • Registration of customers and 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
  • 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!

About

warehouse management system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%