public InventoryItem() { PickAttributeTracking = new AttributeTracking(); ReceiveAttributeTracking = new AttributeTracking(); Attributes = new List <AttributeSet>(); FormalSize1 = new Dimension(); FormalSize2 = new Dimension(); FormalSize3 = new Dimension(); FormalSize4 = new Dimension(); FormalSize5 = new Dimension(); }
public PurchaseOrderLine() { Attributes = new List <AttributeSet>(); ReceiveAttributeTracking = new AttributeTracking(); }
public ProductionRecipe() { Attributes = new List <AttributeSet>(); PickAttributeTracking = new AttributeTracking(); //SVA Added ReceiveAttributeTracking = new AttributeTracking(); //SVA Added }
public PackslipLine() { Attributes = new List <AttributeSet>(); PickAttributeTracking = new AttributeTracking(); ProductionRecipes = new List <ProductionRecipe>(); }