This is a Stock (Inventory) Management System project implemented in Java. It provides a user-friendly interface for managing various aspects of a inventory such as vendors, product stock records, sales, and billing.
Features :-
Vendors Management: Add, update, and view vendors records.
Sales Management: monitor all sales.
Billing: Generate bills for sales based on all commitments.
User Authentication: Secure login system for authorized access.
Dependencies :-
-
Java SDK
-
MySQL Database
-
NetBeans IDE 8.2
Usage :-
- Database Setup:
~ Create a database named stockmanagement.
~ Import the SQL schema from stockmanagement.sql to set up the necessary tables.
- Configuration:
~ Update the database connection details in LoginForm.java it is necessary.
- Run the software:
~ open the project in NetBeans IDE
~ load all the necessary jar files in the project
~ clean and Build the project
~ project will run successfully
-
login credentials:
Username: dinesh
Password: dinesh
Contributing :- Contributions are welcome! If you find any issues or want to contribute to the project, please create a pull request or open an issue.
License :- This project is licensed under the MIT License - see the LICENSE.md file for details.