Click or drag to resize

WorkOrderCalculateMaterialSupplyCoefficient Method

Returns the material supply coefficient wich represents the ratio of required to available materials for this work order. The coefficient is 1 when the quantity of required materials is equal to available quantity.

Namespace:  Aloe.EnterpriseOne.Model.Production.ShopFloor
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public decimal CalculateMaterialSupplyCoefficient()

Return Value

Type: Decimal
The material supply coefficient/percent
Remarks
The algorithm of coefficient calculation is as follows: 1. For each work order item ingredient the ratio of required to available quantity is calculated 2. The total coefficient for work order item is the smallest coefficient from work order item ingredients 3. The total coefficient for work order is the smallest coefficient from work order items
See Also