Enum 8391 Fin. Rep. Aud. Log Date Filter, source in 29

Source29

src/Layers/W1/BaseApp/Finance/FinancialReports/FinRepAudLogDateFilter.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.Finance.FinancialReports;

enum 8391 "Fin. Rep. Aud. Log Date Filter"
{
    value(0; Blank)
    {
        Caption = ' ';
    }
    value(1; Last30Days)
    {
        Caption = 'Last 30 Days';
    }
    value(2; YearToDate)
    {
        Caption = 'Year to Date';
    }
}