Enum 5615 FA Allocation Type, source in 29

Source29

src/Layers/W1/BaseApp/FixedAssets/FixedAsset/FAAllocationType.Enum.al25 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.FixedAssets.FixedAsset;

enum 5615 "FA Allocation Type"
{
    Extensible = true;
    AssignmentCompatibility = true;

    value(0; "Acquisition") { Caption = 'Acquisition'; }
    value(1; "Depreciation") { Caption = 'Depreciation'; }
    value(2; "Write-Down") { Caption = 'Write-Down'; }
    value(3; "Appreciation") { Caption = 'Appreciation'; }
    value(4; "Custom 1") { Caption = 'Custom 1'; }
    value(5; "Custom 2") { Caption = 'Custom 2'; }
    value(6; "Disposal") { Caption = 'Disposal'; }
    value(7; "Maintenance") { Caption = 'Maintenance'; }
    value(8; "Gain") { Caption = 'Gain'; }
    value(9; "Loss") { Caption = 'Loss'; }
    value(10; "Book Value (Gain)") { Caption = 'Book Value (Gain)'; }
    value(11; "Book Value (Loss)") { Caption = 'Book Value (Loss)'; }
}