Indogrosir Supply Chain System Case Study

A unified platform for automated inventory control and brand accessibility

Hibatillah's PFP

Bridging Efficiency and Accessibility

Indogrosir is a major wholesale network, but their digital presence had a gap. Their partners (small minimarkets and resellers) struggled with manual inventory tracking, while their public website presented an opportunity to improve the customer experience.

In this project, I act as a Fullstack Developer building a logic-heavy Supply Chain Management system, and as a UI Designer executing a complete visual overhaul of their public identity.

Manual Supply Chains

Through interviews Indogrosir's partners, we uncovered a critical inefficiency. Partners had to manually count their stock and phone in orders. This analog process led to:

  1. Human Error - Forgot to count stock -> Stockouts -> Lost sales.

  2. Delay - Manual order entry took time on both ends.

Automated Reorder Points (ROP)

We built a dedicated SCM portal to digitize this workflow. The core innovation was the Automated Draft Order system.

Instead of waiting for a partner to call, the system tracks inventory usage. When stock hits the ROP threshold, the system automatically generates a draft order. The partner simply logs in, reviews the draft, and clicks "Confirm."

System Architecture & Roles

We built the backend using ASP.NET MVC with C# to ensure robust type safety and structure. The system handles three distinct tiers of access:

Technical Challenge

Standard ASP.NET MVC projects often rely on older styling methods (Bootstrap/raw CSS). I wanted to bring the speed of modern frontend development to this traditional framework.

I successfully integrated Tailwind CSS with a custom Node.js hot reload configuration.

It allowed me to iterate on the UI instantly without restarting the .NET server for every CSS change. This hybrid workflow significantly accelerated our development speed.

The Public Redesign

Beyond the internal system, I redesigned the public-facing website to improve brand perception.

This project bridged the gap between Enterprise Architecture and Modern Frontend Experience.