Enum 1018 Job WIP Buffer Type

App
Base Application
Namespace
Microsoft.Projects.Project.WIP
Versions
18-28

Values, 6

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Projects/Project/WIP/JobWIPBufferType.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.Projects.Project.WIP;

enum 1018 "Job WIP Buffer Type"
{
    Extensible = true;
    AssignmentCompatibility = true;

    value(0; "Applied Costs") { Caption = 'Applied Costs'; }
    value(1; "Applied Sales") { Caption = 'Applied Sales'; }
    value(2; "Recognized Costs") { Caption = 'Recognized Costs'; }
    value(3; "Recognized Sales") { Caption = 'Recognized Sales'; }
    value(4; "Accrued Costs") { Caption = 'Accrued Costs'; }
    value(5; "Accrued Sales") { Caption = 'Accrued Sales'; }
}