In most inventory systems, stock is a mutable number. Someone edits it. The old value disappears. The new value takes its place. There is no memory of why, when, or by whom the change was made.

This is the fundamental architectural mistake that creates untraceable discrepancies, phantom stock, and audit failures in manufacturing operations.

The Ledger Principle

FalOrb treats stock as a derived value. The source of truth is not the current quantity - it's the complete, ordered sequence of movements that produced that quantity. Every inbound receipt, every outbound dispatch, every inter-location transfer, every adjustment is recorded as an immutable event.

The current stock at any location for any item is simply the sum of all movements up to this point in time. Nothing is overwritten. Nothing is deleted. The ledger only grows.

Why Immutability Matters

When a cycle count reveals that physical stock doesn't match system stock, the question isn't "what's the right number?" - it's "where did the discrepancy originate?" With a mutable system, you adjust the number and move on, never understanding the root cause. With an immutable ledger, you create an adjustment movement that explains the delta and preserves the complete history.

This means you can:

The Four-State Health Engine

Because the ledger provides real-time accuracy, FalOrb can classify every stock record into one of four health states: Critical, Low, Healthy, or Surplus. These classifications drive the 13-type alert system, which routes notifications to the roles that can act on them.

The health state of a location is derived from the health states of its stock records. The health state of the entire organization is derived from its locations. This cascading visibility - from individual SKU to enterprise level - is only possible because the underlying data is trustworthy.

The Compound Effect

When the data is trustworthy, everything built on top of it can be trusted too. ATP calculations are accurate because stock levels are accurate. MRP recommendations are reliable because consumption data is reliable. Alert thresholds work because the numbers they monitor reflect reality.

The immutable ledger isn't a feature. It's the foundation that makes every other feature possible.


FalOrb's audit ledger records every material movement permanently. Stock quantities are derived, not edited. Full traceability from raw material receipt to finished good dispatch.