From 388979ef823a9753dca4ea9e8ee18737519a3554 Mon Sep 17 00:00:00 2001 From: "ashutosh.nehete" Date: Wed, 30 Jul 2025 10:08:26 +0530 Subject: [PATCH] Chnage Reviewed to Mark as Reviewed in expenses status --- Marco.Pms.DataAccess/Data/ApplicationDbContext.cs | 4 ++-- .../20250721124928_Added_Expense_Related_Tables.Designer.cs | 4 ++-- .../Migrations/20250721124928_Added_Expense_Related_Tables.cs | 4 ++-- .../Migrations/ApplicationDbContextModelSnapshot.cs | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Marco.Pms.DataAccess/Data/ApplicationDbContext.cs b/Marco.Pms.DataAccess/Data/ApplicationDbContext.cs index 92a0251..d9894f3 100644 --- a/Marco.Pms.DataAccess/Data/ApplicationDbContext.cs +++ b/Marco.Pms.DataAccess/Data/ApplicationDbContext.cs @@ -415,7 +415,7 @@ namespace Marco.Pms.DataAccess.Data { Id = Guid.Parse("4068007f-c92f-4f37-a907-bc15fe57d4d8"), Name = "Approval Pending", - DisplayName = "Reviewed", + DisplayName = "Mark as Reviewed", Description = "Review is completed, waiting for action of approver.", Color = "#03c3ec", IsSystem = true, @@ -437,7 +437,7 @@ namespace Marco.Pms.DataAccess.Data { Id = Guid.Parse("f18c5cfd-7815-4341-8da2-2c2d65778e27"), Name = "Payment Pending", - DisplayName = "Approved", + DisplayName = "Mark as 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 b370dc4..495a2a8 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 @@ -1958,7 +1958,7 @@ namespace Marco.Pms.DataAccess.Migrations Id = new Guid("4068007f-c92f-4f37-a907-bc15fe57d4d8"), Color = "#03c3ec", Description = "Review is completed, waiting for action of approver.", - DisplayName = "Reviewed", + DisplayName = "Mark as Reviewed", IsActive = true, IsSystem = true, Name = "Approval Pending", @@ -1980,7 +1980,7 @@ namespace Marco.Pms.DataAccess.Migrations Id = new Guid("f18c5cfd-7815-4341-8da2-2c2d65778e27"), Color = "#ffab00", Description = "Approved expense is awaiting final payment.", - DisplayName = "Approved", + DisplayName = "Mark as Approved", IsActive = true, IsSystem = true, Name = "Payment Pending", 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 d4259fa..11136ab 100644 --- a/Marco.Pms.DataAccess/Migrations/20250721124928_Added_Expense_Related_Tables.cs +++ b/Marco.Pms.DataAccess/Migrations/20250721124928_Added_Expense_Related_Tables.cs @@ -373,11 +373,11 @@ namespace Marco.Pms.DataAccess.Migrations values: new object[,] { { new Guid("297e0d8f-f668-41b5-bfea-e03b354251c8"), "#8592a3", "Expense has been created but not yet submitted.", "Draft", true, true, "Draft", new Guid("b3466e83-7e11-464c-b93a-daf047838b26") }, - { new Guid("4068007f-c92f-4f37-a907-bc15fe57d4d8"), "#03c3ec", "Review is completed, waiting for action of approver.", "Reviewed", true, true, "Approval Pending", new Guid("b3466e83-7e11-464c-b93a-daf047838b26") }, + { new Guid("4068007f-c92f-4f37-a907-bc15fe57d4d8"), "#03c3ec", "Review is completed, waiting for action of approver.", "Mark as Reviewed", true, true, "Approval Pending", new Guid("b3466e83-7e11-464c-b93a-daf047838b26") }, { new Guid("61578360-3a49-4c34-8604-7b35a3787b95"), "#71dd37", "Expense has been settled.", "Mark as 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.", "Approved", true, true, "Payment Pending", new Guid("b3466e83-7e11-464c-b93a-daf047838b26") } + { new Guid("f18c5cfd-7815-4341-8da2-2c2d65778e27"), "#ffab00", "Approved expense is awaiting final payment.", "Mark as 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 592e88d..b2fd07b 100644 --- a/Marco.Pms.DataAccess/Migrations/ApplicationDbContextModelSnapshot.cs +++ b/Marco.Pms.DataAccess/Migrations/ApplicationDbContextModelSnapshot.cs @@ -1955,7 +1955,7 @@ namespace Marco.Pms.DataAccess.Migrations Id = new Guid("4068007f-c92f-4f37-a907-bc15fe57d4d8"), Color = "#03c3ec", Description = "Review is completed, waiting for action of approver.", - DisplayName = "Reviewed", + DisplayName = "Mark as Reviewed", IsActive = true, IsSystem = true, Name = "Approval Pending", @@ -1977,7 +1977,7 @@ namespace Marco.Pms.DataAccess.Migrations Id = new Guid("f18c5cfd-7815-4341-8da2-2c2d65778e27"), Color = "#ffab00", Description = "Approved expense is awaiting final payment.", - DisplayName = "Approved", + DisplayName = "Mark as Approved", IsActive = true, IsSystem = true, Name = "Payment Pending",