diff --git a/WebDoorCreator.Core/Enum.cs b/WebDoorCreator.Core/Enum.cs index 4faa315..876496e 100644 --- a/WebDoorCreator.Core/Enum.cs +++ b/WebDoorCreator.Core/Enum.cs @@ -4,7 +4,17 @@ { #region Public Enums - + public enum OrderStatus + { + NA = 0, + DoorDef, + Sent, + ApprovedByMaker, + ApprovedByCustomer, + Planned, + InProduction, + Delivered + } public enum UserLevel { diff --git a/WebDoorCreator.UI/wwwroot/favicon.ico b/WebDoorCreator.UI/wwwroot/favicon.ico index 63e859b..fd4f35a 100644 Binary files a/WebDoorCreator.UI/wwwroot/favicon.ico and b/WebDoorCreator.UI/wwwroot/favicon.ico differ