Giter VIP home page Giter VIP logo

itpu-course-project-tableware-and-household-goods-warehouse's Introduction

Tableware and Household Goods Warehouse Management System

This Java application is a simple warehouse management system designed to manage tableware and household goods inventory. It provides a command-line interface (CLI) for users to interact with the system.

Features

  • Search Products: Search for products by their name.
  • List All Products: Display a list of all products available in the inventory.
  • Clear Console: Clear the console screen for better readability.
  • Help Command: Display available commands and their usage.
  • Exit: Exit the application.

Requirements

  • Java Development Kit (JDK) installed on your system.

Installation

  1. Clone or download the repository.
  2. Compile the Java files using javac.
    javac main/java/itpu/warehouse/Main.java
  3. Run the compiled Main class.
    java main/java/itpu/warehouse/Main

Usage

Upon running the application, you will be greeted with a welcome message and a list of available commands. Use the following commands to interact with the system:

  • help: Display available commands.
  • search : Search for a product by its name.
  • list all: List all products in the inventory.
  • exit: Exit the application.

Example

Tableware and Household Goods Warehouse Management System
Version: 1.0.0
Creator: Raxmon Mamadiyorov | [email protected] | bekzotovich.uz
Email: [email protected] | [email protected]

Available Commands:
* help
* search <product name>
* list all
* clear
* exit

Enter command: search Plate
Search Results:
ID: 101, Name: Plate, Category: Kitchenware, Price: $5.99, Quantity: 50
ID: 102, Name: Plate, Category: Kitchenware, Price: $6.99, Quantity: 30

Enter command: list all
All Products:
--------------------------------------------------------------
ID    Name            Category        Price ($)   Quantity
--------------------------------------------------------------
101   Plate           Kitchenware     $5.99       50
102   Plate           Kitchenware     $6.99       30
103   Bowl            Kitchenware     $3.49       40
104   Fork            Cutlery         $1.99       100
105   Spoon           Cutlery         $2.49       80
106   Knife           Cutlery         $2.99       70
--------------------------------------------------------------

Enter command: exit
Exiting...

Contributors

itpu-course-project-tableware-and-household-goods-warehouse's People

Contributors

abdurahmon27 avatar

Stargazers

Diyorbek avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.