Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory Management System

Description

The Inventory Management System is designed to help small to medium businesses track and manage their inventory in real-time. It allows users to add, update, remove, and view products, ensuring efficient stock management and avoiding overstocking or stockouts.

Table of Contents

Features

  • Add, update, and delete products in the inventory.
  • Track stock levels and update inventory in real time.
  • The employee management system works inside the inventory.
  • Generate reports on sales, and reorder levels.

Installation

  1. Clone this repository to your local machine:
    git clone https://github.com/CosmicVayu/inventory-management.git
  2. Navigate to the project directory:
    cd inventory-management
  3. Set up the database (if applicable):
    • Import the provided inventory_management.sql file to your MySQL database.

Usage

  1. Open the application in your web browser by navigating to http://localhost:3300.
Screenshot 2024-11-17 at 10 48 49 AM
  1. Login with your admin credentials:

    • Username: manager@gmail.com
    • Password: manager123
  2. Click on the button you want to use for example Product, Supplier, Sales, etc. Screenshot 2024-11-17 at 10 49 44 AM

  3. Once logged in, you can start managing the inventory by:

    • Adding new products
    • Viewing product details
    • Generating stock reports
Screenshot 2024-11-17 at 10 50 57 AM
  1. Manage Employees using this window panel. You can search, add,delete, etc. using this window.
Screenshot 2024-11-17 at 10 51 17 AM
  1. Use this window panel to manage suppliers. You can see from whom you are taking the product.
Screenshot 2024-11-17 at 10 51 46 AM
  1. Orders window table: From here, you can order products from suppliers, which will be updated directly in MySQL.
Screenshot 2024-11-17 at 11 14 17 AM
  1. The sales window evaluates the total sold items and bought items and analyses the profit and loss.Screenshot 2024-11-17 at 12 03 59 PM

Contributing

  1. Fork the repository.
  2. Create your feature branch:
    git checkout -b feature/your-feature-name
  3. Make your changes and commit them:
    git commit -m 'Add new feature'
  4. Push to your branch:
    git push origin feature/your-feature-name
  5. Open a pull request to the main branch for review.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages