Home
Softono
procurement-management

procurement-management

Open source Jupyter Notebook
11
Stars
4
Forks
0
Issues
2
Watchers
5 months
Last Commit

About procurement-management

## Procurement Process Optimisation with Python đźš› *Use non-linear programming to find the optimal ordering policy that minimises capital, transportation and storage costs* <p align="center"> <a href="https://www.samirsaci.com/procurement-process-optimization-with-python/" target="_blank" rel="noopener noreferrer"> <img align="center" src="https://miro.medium.com/max/1280/1*LlLZcqtUGUdqwLHSfF_N3g.png" style="max-width: 100%; height: auto;" > </a> </p> Procurement management is a strategic approach to acquiring goods or services from preferred vendors within your defined budget, on or before a specific deadline. Your goal is to balance supply and demand, so you maintain a minimum inventory level to meet your store's demand. ### Article In this [Article](https://www.samirsaci.com/procurement-process-optimization-with-python/), we will present a simple methodology using Non-Linear Programming to design an optimal inventory replenishment strategy for a mid-size retail store, cons ...

Platforms

Web Self-hosted

Languages

Jupyter Notebook

Procurement Process Optimisation with Python đźš›

Use non-linear programming to find the optimal ordering policy that minimises capital, transportation and storage costs

Procurement management is a strategic approach to acquiring goods or services from preferred vendors within your defined budget, on or before a specific deadline.

Your goal is to balance supply and demand, so you maintain a minimum inventory level to meet your store's demand.

Article

In this Article, we will present a simple methodology using Non-Linear Programming to design an optimal inventory replenishment strategy for a mid-size retail store, considering

  • Transportation Costs from the Supplier Warehouse to the Store Reserve ($/Carton)
  • Costs to finance your inventory (% of inventory value in $)
  • Reserve (Store’s Warehouse) Rental Costs for storage ($/Carton)

Problem Statement

As a Store Manager at a mid-sized retail location, you are responsible for setting replenishment quantities in the ERP.

For each SKU, when the inventory level falls below a defined threshold, your ERP system automatically issues a Purchase Order (PO) to your supplier.

You need to balance stock capacity, transportation costs, and inventory costs to determine the right quantity for your PO.

Question

Which Quantity per replenishment (Qi) should you set in the ERP to minimise total costs?

Code

In this repository, you will find all the code used to explain the concepts presented in the article.

Files

  • Procurement Strategy with Python.ipynb - Jupyter notebook with step-by-step analysis
  • procurement_optimization.py - Standalone Python script

Getting Started

pip install -r requirements.txt
python procurement_optimization.py

Dependencies

  • pandas
  • pulp
  • numpy
  • scipy

About me 🤓

Senior Supply Chain and Data Science consultant with international experience working on Logistics and Transportation operations.\ For consulting or advising on analytics and sustainable supply chain transformation, feel free to contact me via Logigreen Consulting.\ For more case studies, check my Personal Website.