Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/desmondjs/stock_management_system

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.
https://github.com/desmondjs/stock_management_system

java javafx

Last synced: about 6 hours ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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](https://www.oracle.com/java/technologies/javase-downloads.html).
2. Download and install [JavaFX](https://openjfx.io/) if not included in your JDK.
3. Clone this repository to your local machine using:
```sh
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.