Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 970 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 970 Bytes

Inventory Management System

The Inventory Management System is a Software application developed using Java SE that provides an easy way to track products, suppliers, customer's, as well as purchase and sales information. The system also records the stock currently available in the store, ensuring efficient inventory control and management.

Download .sql file for this application: https://drive.google.com/file/d/1UyRsTynLdR92fLCT5Yeyf-8eJE7CsBCs/view?usp=drive_link

Download required third party plugins (includes JCalender, JTattoo and SQLConnector) : https://drive.google.com/drive/folders/1NqSLIE3DuNZ3P2OxwgYGS-slmWUK3xrp?usp=drive_link

Credentials:

After importing the above sql file and adding the plugins, try using the credential username: user4 and password: test123

Also make sure your mysql is username: root and password: root. If not change the credential in ../ims/src/com/inventory/database/ConnectionFactory.java line no. 36 and 44.