From ce4e52e69d2a008b5ad5f6bd92510fd8f7f21ef2 Mon Sep 17 00:00:00 2001 From: "ashutosh.nehete" Date: Tue, 29 Jul 2025 15:59:12 +0530 Subject: [PATCH] Chnage the name of Prosecc Pending to payment Payment pending --- Marco.Pms.DataAccess/Data/ApplicationDbContext.cs | 4 ++-- .../20250721124928_Added_Expense_Related_Tables.Designer.cs | 4 ++-- .../Migrations/20250721124928_Added_Expense_Related_Tables.cs | 2 +- .../Migrations/ApplicationDbContextModelSnapshot.cs | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Marco.Pms.DataAccess/Data/ApplicationDbContext.cs b/Marco.Pms.DataAccess/Data/ApplicationDbContext.cs index cc01da9..8e7ed83 100644 --- a/Marco.Pms.DataAccess/Data/ApplicationDbContext.cs +++ b/Marco.Pms.DataAccess/Data/ApplicationDbContext.cs @@ -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, diff --git a/Marco.Pms.DataAccess/Migrations/20250721124928_Added_Expense_Related_Tables.Designer.cs b/Marco.Pms.DataAccess/Migrations/20250721124928_Added_Expense_Related_Tables.Designer.cs index f359fee..931ec5b 100644 --- a/Marco.Pms.DataAccess/Migrations/20250721124928_Added_Expense_Related_Tables.Designer.cs +++ b/Marco.Pms.DataAccess/Migrations/20250721124928_Added_Expense_Related_Tables.Designer.cs @@ -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 diff --git a/Marco.Pms.DataAccess/Migrations/20250721124928_Added_Expense_Related_Tables.cs b/Marco.Pms.DataAccess/Migrations/20250721124928_Added_Expense_Related_Tables.cs index 30ad9ce..f7f74ef 100644 --- a/Marco.Pms.DataAccess/Migrations/20250721124928_Added_Expense_Related_Tables.cs +++ b/Marco.Pms.DataAccess/Migrations/20250721124928_Added_Expense_Related_Tables.cs @@ -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( diff --git a/Marco.Pms.DataAccess/Migrations/ApplicationDbContextModelSnapshot.cs b/Marco.Pms.DataAccess/Migrations/ApplicationDbContextModelSnapshot.cs index 83218db..8765c37 100644 --- a/Marco.Pms.DataAccess/Migrations/ApplicationDbContextModelSnapshot.cs +++ b/Marco.Pms.DataAccess/Migrations/ApplicationDbContextModelSnapshot.cs @@ -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