Enum 5821 Item Statistics Line Option

App
Base Application
Namespace
Microsoft.Inventory.Analysis
Versions
17-28

Values, 6

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Inventory/Analysis/ItemStatisticsLineOption.Enum.al37 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.Analysis;

enum 5821 "Item Statistics Line Option"
{
    Extensible = true;
    AssignmentCompatibility = true;

    value(0; "Profit Calculation")
    {
        Caption = 'Profit Calculation';
    }
    value(1; "Cost Specification")
    {
        Caption = 'Cost Specification';
    }
    value(2; "Purch. Item Charge Spec.")
    {
        Caption = 'Purch. Item Charge Spec.';
    }
    value(3; "Sales Item Charge Spec.")
    {
        Caption = 'Sales Item Charge Spec.';
    }
    value(4; "Period")
    {
        Caption = 'Period';
    }
    value(5; "Location")
    {
        Caption = 'Location';
    }
}