공급망 프로젝트 (StockPulse Focus)

작성자

카테고리:

← 피드로
DEV Community · Hafsa Motiwala · 2026-07-02 개발(SW)
Cover image for The Supply Chain Project (StockPulse Focus)

Hafsa Motiwala

Most inventory tracking systems fail because they rely on simple historical averages. The second a business hits seasonal sales volatility, those baseline averages miscalculate, leaving capital frozen in slow warehouse stock while top-selling items sit completely empty on the client app.

To fix this operational double-edged sword, I ran an independent database audit on 17,646 raw ledger transactions for a multi-regional digital marketplace.

My backend implementation:

  1. Formulated MySQL window functions across a 50-item catalog to run cumulative revenue models, proving just 23 Class A items drive 80% of total revenue.
  2. Quantified a hidden $63,897.26 revenue bleed caused by a single high-demand product sitting out of stock for 42 days due to external logistics bottlenecks.
  3. Coded a predictive restocking matrix script utilizing sales volatility standard deviations and rolling manufacturer lead times to automate dynamic Reorder Points (ROP) inside the database.

The full repository code and interactive Power BI layout are completely open-source. Check out my full data breakdown on my project hub: lucky-bit-036.notion.site/HAFSA-5fd489cedd70459ca0237c36a168f30a

How does your team handle tracking demand volatility inside relational database schemas? Let’s discuss in the comments.

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다