Enum 5773 Warehouse Journal Document Type, source in 29
Source29
src/Layers/W1/BaseApp/Warehouse/Journal/WarehouseJournalDocumentType.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.Warehouse.Journal;
#pragma warning disable AL0659
enum 5773 "Warehouse Journal Document Type"
#pragma warning restore AL0659
{
Extensible = true;
AssignmentCompatibility = true;
value(0; "Whse. Journal") { Caption = 'Whse. Journal'; }
value(1; "Receipt") { Caption = 'Receipt'; }
value(2; "Shipment") { Caption = 'Shipment'; }
value(3; "Internal Put-away") { Caption = 'Internal Put-away'; }
value(4; "Internal Pick") { Caption = 'Internal Pick'; }
value(5; "Production") { Caption = 'Production'; }
value(6; "Whse. Phys. Inventory") { Caption = 'Whse. Phys. Inventory'; }
value(7; " ") { Caption = ' '; }
value(8; "Assembly") { Caption = 'Assembly'; }
value(9; "Job") { Caption = 'Project'; }
}