Enum 5806 Average Cost Period Type

App
Base Application
Namespace
Microsoft.Inventory.Costing
Versions
25-28

Values, 7

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Inventory/Costing/AverageCostPeriodType.Enum.al19 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 5806 "Average Cost Period Type"
{
    Extensible = true;

    value(0; " ") { Caption = ' '; }
    value(1; "Day") { Caption = 'Day'; }
    value(2; "Week") { Caption = 'Week'; }
    value(3; "Month") { Caption = 'Month'; }
    value(4; "Quarter") { Caption = 'Quarter'; }
    value(5; "Year") { Caption = 'Year'; }
    value(6; "Accounting Period") { Caption = 'Accounting Period'; }
}