ManufacturingsCalculateStaffTimeEstimated Method
Calculate the estimated staff time in the order phase.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static decimal CalculateStaffTimeEstimated(
decimal quantityToManufacture,
ManufacturingOrderPhase phase
)
Public Shared Function CalculateStaffTimeEstimated (
quantityToManufacture As Decimal,
phase As ManufacturingOrderPhase
) As Decimal
- quantityToManufacture Decimal
- Quantity to manufacture.
- phase ManufacturingOrderPhase
- ManufacturingOrderPhase with the manufacturing phase.
DecimalDecimal with the estimated staff time in the order phase.