The Stock Management System is a JavaFX application designed to help users manage their stock efficiently. It provides a graphical user interface to perform various stock management operations such as viewing, adding, deducting, and discontinuing products.
- View Products: Display the list of all available products.
- Add Products: Add new products to the inventory.
- Deduct Products: Reduce the quantity of existing products.
- Discontinue Products: Mark products as discontinued to remove them from active inventory.
- Ensure you have Java Development Kit (JDK) installed. You can download it from here.
- Download and install JavaFX if not included in your JDK.
- Clone this repository to your local machine using:
git clone https://github.com/yourusername/stock_management_system.git
- Open the project in your preferred Integrated Development Environment (IDE).
- Run the 'StockManagement.java' to start the application.
- Use the graphical user interface to manage your stock:
- View Products: Click on the 'View products' button to see a list of all products.
- Add Products: Click on the 'Add products' button, enter the product details, and save.
- Deduct Products: Select a product and click on the 'Deduct Product' button to reduce its quantity.
- Discontinue Products: Select a product and click on the 'Discontinue Product' button to mark it as discontinued.