ManufacturingsCalculatePhaseCycles Method

Calculate the cycles of the order phase.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static decimal CalculatePhaseCycles(
	decimal quantityToManufacture,
	ManufacturingOrderPhase phase
)

Parameters

quantityToManufacture  Decimal
Quantity to manufacture.
phase  ManufacturingOrderPhase
ManufacturingOrderPhase with the manufacturing phase.

Return Value

Decimal
Decimal with the cycles of the order phase.

See Also