Demand Item Design
Context
Section titled “Context”Application to Order Queue and MVP2
Section titled “Application to Order Queue and MVP2”For MVP2, the relevant use cases are related to procurement and the full model is not needed:
In MVP2:
- There is only one Supplier Station, representing the Procurement Workflows
- There is no explicit Consumer Station, the system implicitly assumes that any cards not actively in the Procurement Workflows are in the “Consumer Station”
- There are no multiple Loops, the only loop is also implicit and represents the flow of materials from Procurement to the implicit Consumer Station.
- There are no Shipping constraints from Procurement to the shop, so there is no need for a Ship Port or Ship Items
Simplified Model for MVP2
Section titled “Simplified Model for MVP2”In this simplified model:
- Demand Port is implicitly the Order Queue, not needed in the system as it is the only one existing in MVP2, so it can be implicitly assumed.
- Demand Items are the entities that the Order Queue will show to the user, with Kanban Cards attached to them.
Lifecycle of Demand Item
Section titled “Lifecycle of Demand Item”- OPEN: The Demand Item has been added to the Order Queue but has not yet been released for fulfillment.
- RELEASED: The Demand Item has been released for fulfillment but not started (or confirmed) by the supplier.
- IN_PROCESS: The Demand Item is being processed by the supplier.
- COMPLETE: The Demand Item has been completed by the supplier.
Information Contents of a Demand Item
Section titled “Information Contents of a Demand Item”demandQuantity: The quantity of the demand item.actuals: The quantity of the demand item that has been fulfilled.available: The quantity of the demand item that is available for assignment to Kanban Cards or other purposes.
Actions on Demand Items
Section titled “Actions on Demand Items”-
Create: A new Demand Item is created with a given
demandQuantity:- From a Kanban Card: Initial
demandQuantityis the Kanban Card’squantity. The Kanban Card is attached to the Demand Item. - From an Item: Initial
demandQuantityis the Item’sorderQuantityof their preferred supply or the minimum quantity if nopreferredSupplyis defined.
The initial value can be overriden by the user.
- From a Kanban Card: Initial
-
Add Demand: An additional quantity can be added to an existing Demand Item. This can be done from a Kanban Card (attaching the card as a side effect) or from an Item. The resulting
demandQuantityis the sum of the previous value plus the quantity from the Kanban Card or Item with the same rules as Creation. The user can override the added quantity. -
Edit Demand: The user can edit the
demandQuantityof an existing Demand Item. If the edited quantity is below the sum of quantities of attached Kanban Cards, if any, the system should warn the user. -
Remove Card: The user can remove an attached Kanban Card from a Demand Item. The user should be able to specify whether to subtract the card’s quantity from the Demand Item’s
demandQuantityor not (always with a floor of0). -
Release: The user can release a Demand Item for fulfillment. At this point the Demand Item becomes read-only.
-
Partial Fulfill: The user indicates a quantity to be added to
actuals. If the accumulated.
Interaction between Demand Item and Kanban Card
Section titled “Interaction between Demand Item and Kanban Card”For the full Kanban Card state lifecycle, see Kanban Cards — Domain Model.
Partial Fulfillment Variant
Section titled “Partial Fulfillment Variant”When deliveries arrive incrementally, the Demand Item accumulates partial quantities before completing the Kanban Card.
Copyright: © Arda Systems 2025-2026, All rights reserved