InventoryManagementSystem
InventoryManagementSystem copied to clipboard
A software developed using Java SE which provides as easy way to track the products, suppliers, customers as well as purchase and sales information. It also records the stock currently available in th...
Hey, I find few parameters are vulnerable to SQL injection vulnerability. A list of affected files: UserDAO.java Stocks.java SupplierDAO.java ProductDAO.java CustomerDAO.java ConnectionFactory.java
I have problems with downloading the content from google drive. Would you please create a release instead of uploading it to Google Drive?
hey can you check whats wrong with the credentials, i cant login with the username and password you provided
First Violation: In the CustomerDAO clas i found a function which adds the class another responsability. the method ProductsName searchs all the products availables and shows its names.  Anothe...
I have created Database , As well setup the project with jdbc but still it can't connect with mysql server i have tried using user4, test123 or Test123 but failed...
where i can change the adminstrator password
**Describe the bug** Normal users can’t login. The reason for the bug is that in ConnectionFactory class the checkLogin method is having hard-coded SQL query for ADMINISTRATOR instead of ADMINISTRATOR...
Refined the add customer method using prepared statement and improve error handling