Skip to content

bmudimu/stock-redistribution-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Redistribution Engine

A stock redistribution tool that ranks store demand and balances fairness across stores to recommend stock transfers.

This repository contains a portfolio version of an Excel/VBA-based decision engine used to automate stock movement decisions.

Project Structure

  • excel/ : Excel interface
  • src/vba/ : VBA modules
  • data/ : sample datasets
  • docs/ : documentation and diagrams
  • output/ : sample outputs

Status

Initial portfolio version. Python migration planned.

What it does

  • Identifies donor stores with excess stock
  • Ranks receiver stores by demand signals
  • Allocates stock using fairness constraints
  • Produces a transfer packing plan with rationale

Inputs

  • Stock on hand (SOH)
  • Weekly sales
  • Store grading (A/B/C)
  • Optional overrides

Outputs

  • Transfer plan (donor → receiver → qty → reason)

How it works

Screenshots

Inputs Output Fairness

Roadmap

  • Current: Excel/VBA prototype
  • Next: Python calculation engine behind Excel UI
  • Later: automated data pipeline + scheduled runs

Business Impact

This tool automates stock redistribution decisions that were previously performed manually by planners.

Key benefits:

  • Reduces manual planning time from hours to minutes
  • Improves stock availability in high-demand stores
  • Prevents overstock accumulation in slow stores
  • Creates consistent, explainable transfer decisions
  • Improves fairness perception across store network

The goal is not only optimization, but operational adoption by business users especially in environments relying on excel.

License

MIT

Developed by Brian — Focused on building tools that turn operational data into smarter decisions.

About

Stock redistribution and fairness-based transfer recommendations (Excel/VBA prototype).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors