This commit is contained in:
zaccaria.majid
2023-05-02 11:50:26 +02:00
2 changed files with 11 additions and 1 deletions
+11 -1
View File
@@ -4,7 +4,17 @@
{
#region Public Enums
public enum OrderStatus
{
NA = 0,
DoorDef,
Sent,
ApprovedByMaker,
ApprovedByCustomer,
Planned,
InProduction,
Delivered
}
public enum UserLevel
{
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 15 KiB