Chapter 5 · Daily Operations

Inventory and Supplier Management

Inventory is cash sitting on shelves. If you overbuy, you lose money through waste and storage issues. If you underbuy, you lose sales and damage consistency. The goal is controlled balance.

<div class="mt-10 max-w-2xl">
  <p>
    Strong inventory management connects three things: accurate counts, smart ordering, and reliable suppliers. When these work together, your food cost becomes predictable and your kitchen runs without last-minute emergencies.
  </p>

  <ul role="list" class="mt-8 max-w-xl space-y-8 text-gray-600">
    <li class="flex gap-x-3">
      <svg class="mt-1 size-5 flex-none text-secondary-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
        <path fill-rule="evenodd" d="M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.857-9.809a.75.75 0 0 0-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 1 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.137-.089l4-5.5Z" clip-rule="evenodd" />
      </svg>
      <span>
        <strong class="font-semibold text-gray-900">Use Par Levels and Order Cycles.</strong>
        Set minimum/maximum par levels for key items based on sales patterns and lead times. Order on a consistent schedule so purchasing is planned, not reactive.
      </span>
    </li>

    <li class="flex gap-x-3">
      <svg class="mt-1 size-5 flex-none text-secondary-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
        <path fill-rule="evenodd" d="M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.857-9.809a.75.75 0 0 0-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 1 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.137-.089l4-5.5Z" clip-rule="evenodd" />
      </svg>
      <span>
        <strong class="font-semibold text-gray-900">Count Inventory and Track Variance.</strong>
        Do weekly or biweekly counts for high-value items. Compare “theoretical” usage (from recipes and sales) vs “actual” usage. Variance reveals waste, theft, portion drift, or ordering mistakes.
      </span>
    </li>

    <li class="flex gap-x-3">
      <svg class="mt-1 size-5 flex-none text-secondary-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
        <path fill-rule="evenodd" d="M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.857-9.809a.75.75 0 0 0-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 1 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.137-.089l4-5.5Z" clip-rule="evenodd" />
      </svg>
      <span>
        <strong class="font-semibold text-gray-900">Build Supplier Relationships and Backups.</strong>
        Strong suppliers deliver consistency, communication, and fair pricing. Maintain at least one backup for critical products to avoid service disruption when availability changes.
      </span>
    </li>
  </ul>

  <p class="mt-8">
    Great purchasing is proactive: seasonal planning, controlled substitutions, and clear standards for quality. Inventory discipline is one of the fastest paths to improved profitability.
  </p>

  <h2 class="mt-16 text-pretty text-3xl font-semibold tracking-tight text-gray-900">
    A Simple Receiving Standard
  </h2>
  <p class="mt-6">
    Every delivery should be checked: quality, temperature, quantity, and invoice accuracy. Label and store immediately. If receiving is sloppy, inventory control breaks before the product even reaches the line.
  </p>

  <figure class="mt-10 border-l border-secondary-600 pl-9">
    <blockquote class="font-semibold text-gray-900">
      <p>
        “When we started counting weekly and reviewing variance, we discovered portion drift. Fixing it paid for the entire system.”
      </p>
    </blockquote>
    <figcaption class="mt-6 flex gap-x-4">
      <img class="size-6 flex-none rounded-full bg-gray-50" src="https://images.unsplash.com/photo-1541542684-0e86c96862a4?ixlib=rb-1.2.1&auto=format&fit=facearea&w=256&h=256&q=80" alt="Restaurant manager">
      <div class="text-sm/6">
        <strong class="font-semibold text-gray-900">Jordan Miles</strong> – General Manager
      </div>
    </figcaption>
  </figure>
</div>

<figure class="mt-16">
  <img class="aspect-video rounded-xl bg-gray-50 object-cover" src="https://images.unsplash.com/photo-1604908176997-125f25cc500f?ixlib=rb-1.2.1&auto=format&fit=crop&w=1310&h=873&q=80" alt="Inventory and storage shelves">
  <figcaption class="mt-4 flex gap-x-2 text-sm/6 text-gray-500">
    <svg class="mt-0.5 size-5 flex-none text-gray-300" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
      <path fill-rule="evenodd" d="M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-7-4a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9 9a.75.75 0 0 0 0 1.5h.253a.25.25 0 0 1 .244.304l-.459 2.066A1.75 1.75 0 0 0 10.747 15H11a.75.75 0 0 0 0-1.5h-.253a.25.25 0 0 1-.244-.304l.459-2.066A1.75 1.75 0 0 0 9.253 9H9Z" clip-rule="evenodd" />
    </svg>
    Inventory control is a daily habit, not a monthly event.
  </figcaption>
</figure>

<div class="mt-16 max-w-2xl">
  <h2 class="text-pretty text-3xl font-semibold tracking-tight text-gray-900">
    Predictability Beats Panic
  </h2>
  <p class="mt-6">
    With solid supplier communication and consistent inventory routines, you reduce waste, avoid shortages, and protect quality—while keeping food cost under control.
  </p>
</div>