Planejamento de suprimentos
Este Decision Flow utiliza informações da cadeia de suprimentos (como estoque atual, pedidos, produção planejada, etc.) e escolhe a melhor resposta para a situação (como sinalizar uma emergência).
David Škarka
Template author
This Decision Flow takes supply chain inputs (such as current stock, orders, planned production, etc.) and chooses the best response to the situation (such as flag an emergency).
Solution components
The solution consists of data calculations, a decision table, and a workflow that orchestrates the response generation.
Variables are used to prepare data for evaluation:
orderPlusCurrent calculates the total potential stock by adding orderedStock and currentStock.
currentMinusPlanned calculates the projected stock availability by subtracting plannedProductionUsage from currentStock.
A Decision Table Supply Planning evaluates the inventory and production status. It assesses scenarios such as "Stock with production is less than minimum" or "Stock with orders is more than maximum" to determine the appropriate course of action.
A Decision Flow Supply Planning orchestrates these components:
It first calculates the necessary variables (orderPlusCurrent and currentMinusPlanned) based on the inputs.
It passes these calculated values and raw inputs (like orderedETA and supplierDeliveryStatus) into the Supply Planning decision table.
Finally, it assigns the recommended actions (action 1, action 2, and action 3) to the output schema to notify procurement or planning teams.
More Templates
See Other Templates
Teste A/B
Descubra uma maneira simples de atribuir um grupo de teste para realizar testes A/B em suas decisões.
Precificação baseada em risco
Descubra uma maneira simples de aplicar uma matriz de precificação baseada em risco adequada ao tipo de cliente.
Critérios de Elegibilidade e Regras da Política
Descubra uma maneira simples de definir e executar vários conjuntos de regras e obter o resultado da decisão final.