Enum 106 Cost Variance Type, source in 29
Source29
src/Layers/W1/BaseApp/Inventory/Costing/CostVarianceType.Enum.al21 lines, Copyright (c) Microsoft Corporation. MIT
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace Microsoft.Inventory.Costing;
enum 106 "Cost Variance Type"
{
Extensible = true;
AssignmentCompatibility = true;
value(0; " ") { Caption = ' '; }
value(1; "Purchase") { Caption = 'Purchase'; }
value(2; "Material") { Caption = 'Material'; }
value(3; "Capacity") { Caption = 'Capacity'; }
value(4; "Capacity Overhead") { Caption = 'Capacity Overhead'; }
value(5; "Manufacturing Overhead") { Caption = 'Manufacturing Overhead'; }
value(6; "Subcontracted") { Caption = 'Subcontracted'; }
value(7; "Material - Non Inventory") { Caption = 'Material - Non Inventory'; }
}