Skip to content

This is a JavaFX-based stock management system that allows users to view, add, deduct, and discontinue products. This application provides a user-friendly interface for efficient stock management.

Notifications You must be signed in to change notification settings

DesmondJS/Stock_Management_System

Repository files navigation

Stock Management System

Overview

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.

Features

  • 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.

Installation

  1. Ensure you have Java Development Kit (JDK) installed. You can download it from here.
  2. Download and install JavaFX if not included in your JDK.
  3. Clone this repository to your local machine using:
    git clone https://github.com/yourusername/stock_management_system.git
  4. Open the project in your preferred Integrated Development Environment (IDE).

Usage

  1. Run the 'StockManagement.java' to start the application.
  2. 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.

About

This is a JavaFX-based stock management system that allows users to view, add, deduct, and discontinue products. This application provides a user-friendly interface for efficient stock management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages