This is an open-source warehouse management system.
- 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)
- fork the repo to your own profile
- select an issue
- create a new branch with the name "feature/issueNum_anyOtherNaming" (feature/3_myBranch)
- write your code
- commit and push to your repo
- compare and pull request against this repo's master
- Netbeans and java 8
- SQLite studio
Do not forget to commit also the maven dependencies file if you add new dependencies!