diff --git a/common/OpenPdf.class b/common/OpenPdf.class new file mode 100644 index 0000000..9a061f6 Binary files /dev/null and b/common/OpenPdf.class differ diff --git a/dao/BillDao.class b/dao/BillDao.class new file mode 100644 index 0000000..25adee8 Binary files /dev/null and b/dao/BillDao.class differ diff --git a/dao/CategoryDao.class b/dao/CategoryDao.class new file mode 100644 index 0000000..a73feb5 Binary files /dev/null and b/dao/CategoryDao.class differ diff --git a/dao/ConnectionProvider.class b/dao/ConnectionProvider.class new file mode 100644 index 0000000..758737b Binary files /dev/null and b/dao/ConnectionProvider.class differ diff --git a/dao/DbOperations.class b/dao/DbOperations.class new file mode 100644 index 0000000..963b532 Binary files /dev/null and b/dao/DbOperations.class differ diff --git a/dao/ProductDao.class b/dao/ProductDao.class new file mode 100644 index 0000000..b04a5e2 Binary files /dev/null and b/dao/ProductDao.class differ diff --git a/dao/UserDao.class b/dao/UserDao.class new file mode 100644 index 0000000..97892f9 Binary files /dev/null and b/dao/UserDao.class differ diff --git a/dao/tables.class b/dao/tables.class new file mode 100644 index 0000000..59a3b79 Binary files /dev/null and b/dao/tables.class differ diff --git a/images/View Bills & Order Placed Details.png b/images/View Bills & Order Placed Details.png new file mode 100644 index 0000000..f3c18eb Binary files /dev/null and b/images/View Bills & Order Placed Details.png differ diff --git a/images/add to cart.png b/images/add to cart.png new file mode 100644 index 0000000..eada333 Binary files /dev/null and b/images/add to cart.png differ diff --git a/images/category.png b/images/category.png new file mode 100644 index 0000000..71fee1c Binary files /dev/null and b/images/category.png differ diff --git a/images/change Password.png b/images/change Password.png new file mode 100644 index 0000000..71a45ad Binary files /dev/null and b/images/change Password.png differ diff --git a/images/change Security Question.png b/images/change Security Question.png new file mode 100644 index 0000000..51d2ebe Binary files /dev/null and b/images/change Security Question.png differ diff --git a/images/clear.png b/images/clear.png new file mode 100644 index 0000000..2271025 Binary files /dev/null and b/images/clear.png differ diff --git a/images/close.png b/images/close.png new file mode 100644 index 0000000..bee87f6 Binary files /dev/null and b/images/close.png differ diff --git a/images/delete.png b/images/delete.png new file mode 100644 index 0000000..60f79df Binary files /dev/null and b/images/delete.png differ diff --git a/images/exit small.png b/images/exit small.png new file mode 100644 index 0000000..fcea7b8 Binary files /dev/null and b/images/exit small.png differ diff --git a/images/exit.png b/images/exit.png new file mode 100644 index 0000000..b1a70e3 Binary files /dev/null and b/images/exit.png differ diff --git a/images/first page background.PNG b/images/first page background.PNG new file mode 100644 index 0000000..659f154 Binary files /dev/null and b/images/first page background.PNG differ diff --git a/images/full-page-background.PNG b/images/full-page-background.PNG new file mode 100644 index 0000000..b26665a Binary files /dev/null and b/images/full-page-background.PNG differ diff --git a/images/generate bill & print.png b/images/generate bill & print.png new file mode 100644 index 0000000..a981907 Binary files /dev/null and b/images/generate bill & print.png differ diff --git a/images/home-background-image.png b/images/home-background-image.png new file mode 100644 index 0000000..2a01a9f Binary files /dev/null and b/images/home-background-image.png differ diff --git a/images/login.png b/images/login.png new file mode 100644 index 0000000..754944d Binary files /dev/null and b/images/login.png differ diff --git a/images/logout.png b/images/logout.png new file mode 100644 index 0000000..9844781 Binary files /dev/null and b/images/logout.png differ diff --git a/images/new product.png b/images/new product.png new file mode 100644 index 0000000..d46fd6c Binary files /dev/null and b/images/new product.png differ diff --git a/images/place order.png b/images/place order.png new file mode 100644 index 0000000..77a7b0c Binary files /dev/null and b/images/place order.png differ diff --git a/images/save.png b/images/save.png new file mode 100644 index 0000000..d487cfc Binary files /dev/null and b/images/save.png differ diff --git a/images/search.png b/images/search.png new file mode 100644 index 0000000..91b1253 Binary files /dev/null and b/images/search.png differ diff --git a/images/small-page-background.png b/images/small-page-background.png new file mode 100644 index 0000000..4f095b9 Binary files /dev/null and b/images/small-page-background.png differ diff --git a/images/verify users.png b/images/verify users.png new file mode 100644 index 0000000..7c33314 Binary files /dev/null and b/images/verify users.png differ diff --git a/images/view edit delete product.png b/images/view edit delete product.png new file mode 100644 index 0000000..e9c8dea Binary files /dev/null and b/images/view edit delete product.png differ diff --git a/model/Bill.class b/model/Bill.class new file mode 100644 index 0000000..5214f43 Binary files /dev/null and b/model/Bill.class differ diff --git a/model/Category.class b/model/Category.class new file mode 100644 index 0000000..1e905f2 Binary files /dev/null and b/model/Category.class differ diff --git a/model/Product.class b/model/Product.class new file mode 100644 index 0000000..2b4f483 Binary files /dev/null and b/model/Product.class differ diff --git a/model/User.class b/model/User.class new file mode 100644 index 0000000..c0d1715 Binary files /dev/null and b/model/User.class differ diff --git a/popupicon/Incorrect Password.png b/popupicon/Incorrect Password.png new file mode 100644 index 0000000..457719e Binary files /dev/null and b/popupicon/Incorrect Password.png differ diff --git a/popupicon/correct.png b/popupicon/correct.png new file mode 100644 index 0000000..7a3dbab Binary files /dev/null and b/popupicon/correct.png differ diff --git a/popupicon/wait.png b/popupicon/wait.png new file mode 100644 index 0000000..3d96e95 Binary files /dev/null and b/popupicon/wait.png differ