This commit is contained in:
2021-09-08 17:57:17 +00:00
parent a6be3b9bc2
commit 32720cf808
5 changed files with 32 additions and 9 deletions

View File

@@ -36,7 +36,7 @@ namespace AyaNova.Models
public string CustomerContactName { get; set; }
public long? FromQuoteId { get; set; }
public long? FromPMId { get; set; }
public long? FromCSRId { get; set; }
public DateTime CreatedDate { get; set; } = DateTime.UtcNow;
public DateTime? ServiceDate { get; set; }
public DateTime? CompleteByDate { get; set; }
@@ -86,8 +86,7 @@ namespace AyaNova.Models
public string FromQuoteViz { get; set; }
[NotMapped]
public string FromPMViz { get; set; }
[NotMapped]
public string FromCSRViz { get; set; }
[NotMapped]
public bool IsCompleteRecord { get; set; } = true;//indicates if some items were removed due to user role / type restrictions (i.e. woitems they are not scheduled on)