serv full ticket
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Back.Common.Enums
|
||||
{
|
||||
public enum CustomerType:int
|
||||
{
|
||||
[Display(Name = "حقیقی")]
|
||||
genuine = 1,
|
||||
[Display(Name = "حقوقی")]
|
||||
legal = 2,
|
||||
[Display(Name = "مشارکت مدنی")]
|
||||
CivilPartnership = 3,
|
||||
[Display(Name = "اتباع عیر ایرانی")]
|
||||
NonIranianNationals = 4
|
||||
|
||||
}
|
||||
}
|
@@ -1,25 +0,0 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Back.Common.Enums
|
||||
{
|
||||
public enum InvoiceType:int
|
||||
{
|
||||
[Display(Name = "پیشنهاد قیمت")]
|
||||
Bidding=10,
|
||||
//[Display(Name = "فاکتور")]
|
||||
//Factor=11,
|
||||
//[Display(Name = "قطعی")]
|
||||
//Final=12,
|
||||
[Display(Name = "لغو")]
|
||||
CANCEL = 0,
|
||||
[Display(Name = "فروش")]
|
||||
Sale=1,
|
||||
[Display(Name = "ابطالی")]
|
||||
Cancellation=3,
|
||||
[Display(Name = "اصلاحی")]
|
||||
Repair=2,
|
||||
[Display(Name = "برگشت از فروش")]
|
||||
BackFrmSale = 4
|
||||
|
||||
}
|
||||
}
|
@@ -1,21 +0,0 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
namespace Back.Common.Enums
|
||||
{
|
||||
public enum SentStatus
|
||||
{
|
||||
|
||||
[Display(Name = "ارسال شده")]
|
||||
Send,
|
||||
[Display(Name = "موفق")]
|
||||
Successful,
|
||||
[Display(Name = "ناموفق")]
|
||||
Unsuccessful,
|
||||
[Display(Name = "در حال پردازش")]
|
||||
pending,
|
||||
[Display(Name = "نامشخص")]
|
||||
Unknown,
|
||||
[Display(Name = "یافت نشده")]
|
||||
NOT_FOUND
|
||||
|
||||
}
|
||||
}
|
@@ -1,12 +0,0 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Back.Common.Enums
|
||||
{
|
||||
public enum SideType
|
||||
{
|
||||
[Display(Name = "مشتری")]
|
||||
Customer,
|
||||
[Display(Name = "کارشناس")]
|
||||
Expert
|
||||
}
|
||||
}
|
@@ -1,14 +0,0 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Back.Common.Enums
|
||||
{
|
||||
public enum StatusOrder
|
||||
{
|
||||
[Display(Name = "ساخته شده")]
|
||||
Create,
|
||||
[Display(Name = "پرداخت شده")]
|
||||
Paid,
|
||||
[Display(Name = "انصراف داده شده")]
|
||||
Cancel
|
||||
}
|
||||
}
|
@@ -1,28 +0,0 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using static Back.Common.ExclusiveAttribute;
|
||||
|
||||
namespace Back.Common.Enums
|
||||
{
|
||||
public enum StatusTicket
|
||||
{
|
||||
|
||||
[Color("00FF23")]
|
||||
[Display(Name = "فرد ناشناس")]
|
||||
unknownPerson,
|
||||
[Color("8844A3")]
|
||||
[Display(Name = "در انتظار بررسی")]
|
||||
Awaitingreview,
|
||||
[Color("2CAFE8")]
|
||||
[Display(Name = "خوانده شده/ در حال بررسی")]
|
||||
Read_Checking,
|
||||
[Color("4AB621")]
|
||||
[Display(Name = "پاسخ داده شده")]
|
||||
hasbeenanswered,
|
||||
[Color("37363E")]
|
||||
[Display(Name = "پاِیان")]
|
||||
End,
|
||||
[Color("D24249")]
|
||||
[Display(Name = "انصراف")]
|
||||
optout,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user