Welcome to the Supply Chain Management System, a comprehensive solution designed to streamline your supply chain operations. This powerful application provides a user-friendly interface for managing products, tracking inventory, handling supplier accounts, and facilitating seamless purchase processes.
- Product Management: Easily add new products to the system, including details such as name, price, and quantity.
- Product Search: Quickly search for product details, including current stock levels and pricing information.
- Purchase Management: Place orders for products, specifying the desired quantity, and track order fulfillment.
- Supplier Management: Create and manage accounts for suppliers, allowing them to provide product information and receive orders.
- User-friendly Interface: Intuitive graphical user interface (GUI) for effortless navigation and operation.
Follow these steps to get the Supply Chain Management System up and running on your local machine:
- Clone the repository:
git clone https://github.com/alexpchin/supply-chain-management-system.git
- Navigate to the project directory:
cd supply-chain-management-system
- Compile the Java files:
javac *.java
- Run the application:
java Home
Upon launching the application, you will be presented with the main menu, offering the following options:
- Supplier Account: Create and manage supplier accounts.
- Product: Add new products to the system.
- Product Details: Search for and view product details, including stock levels and pricing.
- About: View information about the Supply Chain Management System and its developers.
- Purchase Product: Place orders for products and track order fulfillment.
Follow the on-screen instructions to navigate through the various functionalities of the system.
We welcome contributions to enhance the Supply Chain Management System. If you'd like to contribute, please follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add your commit message'
- Push to the branch:
git push origin feature/your-feature-name
- Submit a pull request
This Supply Chain Management System was developed by:
- Vaibhav Pratap Singh (Lead Dev)
- Shobhit Shukla
- Kundan Kumar Mahato
- Nitesh Tiwari
- Sachin Singh Adhikari
This project is licensed under the MIT License.
We would like to express our gratitude to the open-source community for providing invaluable resources and libraries that have contributed to the development of this project.