Chnage the name of Prosecc Pending to payment Payment pending
This commit is contained in:
parent
6c32a48095
commit
ce4e52e69d
@ -436,8 +436,8 @@ namespace Marco.Pms.DataAccess.Data
|
||||
new ExpensesStatusMaster
|
||||
{
|
||||
Id = Guid.Parse("f18c5cfd-7815-4341-8da2-2c2d65778e27"),
|
||||
Name = "Process Pending",
|
||||
DisplayName = "Process",
|
||||
Name = "Payment Pending",
|
||||
DisplayName = "Approved",
|
||||
Description = "Approved expense is awaiting final payment.",
|
||||
Color = "#ffab00",
|
||||
IsSystem = true,
|
||||
|
@ -1980,10 +1980,10 @@ namespace Marco.Pms.DataAccess.Migrations
|
||||
Id = new Guid("f18c5cfd-7815-4341-8da2-2c2d65778e27"),
|
||||
Color = "#ffab00",
|
||||
Description = "Approved expense is awaiting final payment.",
|
||||
DisplayName = "Process",
|
||||
DisplayName = "Approved",
|
||||
IsActive = true,
|
||||
IsSystem = true,
|
||||
Name = "Process Pending",
|
||||
Name = "Payment Pending",
|
||||
TenantId = new Guid("b3466e83-7e11-464c-b93a-daf047838b26")
|
||||
},
|
||||
new
|
||||
|
@ -377,7 +377,7 @@ namespace Marco.Pms.DataAccess.Migrations
|
||||
{ new Guid("61578360-3a49-4c34-8604-7b35a3787b95"), "#71dd37", "Expense has been settled.", "Paid", true, true, "Paid", new Guid("b3466e83-7e11-464c-b93a-daf047838b26") },
|
||||
{ new Guid("6537018f-f4e9-4cb3-a210-6c3b2da999d7"), "#696cff", "Reviewer is currently reviewing the expense.", "Submit", true, true, "Review Pending", new Guid("b3466e83-7e11-464c-b93a-daf047838b26") },
|
||||
{ new Guid("d1ee5eec-24b6-4364-8673-a8f859c60729"), "#ff3e1d", "Expense was declined, often with a reason(either review rejected or approval rejected.", "Reject", true, true, "Rejected", new Guid("b3466e83-7e11-464c-b93a-daf047838b26") },
|
||||
{ new Guid("f18c5cfd-7815-4341-8da2-2c2d65778e27"), "#ffab00", "Approved expense is awaiting final payment.", "Process", true, true, "Process Pending", new Guid("b3466e83-7e11-464c-b93a-daf047838b26") }
|
||||
{ new Guid("f18c5cfd-7815-4341-8da2-2c2d65778e27"), "#ffab00", "Approved expense is awaiting final payment.", "Approved", true, true, "Payment Pending", new Guid("b3466e83-7e11-464c-b93a-daf047838b26") }
|
||||
});
|
||||
|
||||
migrationBuilder.InsertData(
|
||||
|
@ -1977,10 +1977,10 @@ namespace Marco.Pms.DataAccess.Migrations
|
||||
Id = new Guid("f18c5cfd-7815-4341-8da2-2c2d65778e27"),
|
||||
Color = "#ffab00",
|
||||
Description = "Approved expense is awaiting final payment.",
|
||||
DisplayName = "Process",
|
||||
DisplayName = "Approved",
|
||||
IsActive = true,
|
||||
IsSystem = true,
|
||||
Name = "Process Pending",
|
||||
Name = "Payment Pending",
|
||||
TenantId = new Guid("b3466e83-7e11-464c-b93a-daf047838b26")
|
||||
},
|
||||
new
|
||||
|
Loading…
x
Reference in New Issue
Block a user