This commit is contained in:
2021-07-21 23:39:19 +00:00
parent 4f6cee11f8
commit db7a03e719
3 changed files with 19 additions and 8 deletions

View File

@@ -90,12 +90,13 @@ namespace AyaNova.Models
public bool IsLockedAtServer { get; set; } = false;//signal to client that it came from the server in a locked state
[NotMapped]
public string AlertViz { get; set; } = null;
// [NotMapped]
// public bool HasPartCosts { get; set; } = false;//signal to client that part costs were not populated (due to user rights / role / type)
// [NotMapped]
// public bool HasTravelAndLaborRateCosts { get; set; } = false;
// [NotMapped]
// public bool HasLoanItemCosts { get; set; } = false;
[NotMapped]
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)