Enum 1022 Job Planning Line Invoice Document Type, source in 29
Source29
src/Layers/W1/BaseApp/Projects/Project/Planning/JobPlanningLineInvoiceDocumentType.Enum.al34 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.Planning;
#pragma warning disable AL0659
enum 1022 "Job Planning Line Invoice Document Type"
#pragma warning restore AL0659
{
Extensible = true;
AssignmentCompatibility = true;
value(0; " ")
{
}
value(1; Invoice)
{
Caption = 'Invoice';
}
value(2; "Credit Memo")
{
Caption = 'Credit Memo';
}
value(3; "Posted Invoice")
{
Caption = 'Posted Invoice';
}
value(4; "Posted Credit Memo")
{
Caption = 'Posted Credit Memo';
}
}