CRUD application deveoped using Maven, Spring MVC and Hibernate (Learning Purpose)
This project use Maven to create a simple Java project structure, and demonstrate how to use Hibernate in Spring framework to do the data manipulation works(insert, select, update and delete) in MySQL database.

If you wish to run this project in your own please follow the instruction given in the wiki https://github.com/RigorProject/Supermarket/wiki
##Functionalities ###1 : GRN Functions
- GRN Create
- GRN Delete
- GRN Update
- GRN Search - Not Implemented
###2 : Item Functions
- Item Create
- Item Delete
- Item Update
- Item Search(Not yet implemented)
###3 : Supplier Functions
- Add Supplier
- Delete Supplier
- Edit Supplier
###4 : Invoice Function
- Create Invoice
- Search Invoice
- Edit Invoice
- Cancel Invoice
###3 : Journal & Stock Functions
- View Journal(Not yet implemented)
- View Stock(Not yet implemented)
