Code Monkey home page Code Monkey logo

inventory-system's Introduction

Ecommerce Inventory System

This is a SPA (Single page application) as MVP for EC inventory system. Not all functions are well completed and bug-free.

Project setup

git clone [email protected]:weimingwill/inventory-system.git
cd inventory-system\WebContent
npm install
npm run dev

open index.html file

// To login
username: admin/purchasing/inbound
password: weiming

Business Operations

Products

List of products managed in the inventory system.

Variants

Each product has several variants, varied by size or color.

Purchasing

Purchasing dashboard

  • Data: total purchase units, total cost, avg unit cost
  • Charts: demand forecast, incoming stocks
  • Recommendations:
    • to create new purchase based on demand forecast
    • to reorder variants based on demand forecast and low inventory
  • To handle adjustment from inbound process: receiving, checking, storing

Inbound

  • Receive:

    • Partial receive
    • Adjust problems in receiving process
  • Check:

    • Partial check
    • Adjust problems in checking process
    • Smart allocation of goods after checking
  • Store:

    • Warehouse map to locate the storing location
  • Adjustment

    • In process of receiving, checking and storing, if any problems such as wrong items or item damaged, users can record it in the system. It will be sent to purchasing crew to further deal with suppliers.

Warehouse Map

  • Check the goods stored in each location of warehouse.

Major function

Demand forecast

Use Holt-Winters Forecasting, from this github. Forecast the demand of variants by type, size and color. Based on demand forecast, recommend purchasing crew the type-size-color variant to purchase/reorder

Auto allocation

After the quality checker checks the item, it will be suggested to allocate to a location in warehouse automatically. The auto-allocation is based on:

  1. Search through the warehouse to find the same variant. If found, store them in the same cell -> layer -> shelf
  2. If shelves of same variant is full, search the warehouse for the other variants that belong to the same product.
  3. If shelves of same product is full, store new items in a new shelf, which is closest to the shelves storing current variant/product.

inventory-system's People

Contributors

weimingwill avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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