This commit is contained in:
2021-07-26 22:35:59 +00:00
parent ef951817e4
commit 39331e578a
9 changed files with 101 additions and 17 deletions

View File

@@ -23,6 +23,8 @@ namespace AyaNova.Models
//----
public long? PreparedById { get; set; }
[NotMapped]
public string PreparedByViz { get; set; }
public string Introduction { get; set; }
public DateTime? Requested { get; set; }
public DateTime? ValidUntil { get; set; }
@@ -49,15 +51,6 @@ namespace AyaNova.Models
public DateTime CreatedDate { get; set; } = DateTime.UtcNow;
//public DateTime? CompleteByDate { get; set; }
//public TimeSpan DurationToCompleted { get; set; } = TimeSpan.Zero;
// public string InvoiceNumber { get; set; }
//public string CustomerSignature { get; set; }
// public string CustomerSignatureName { get; set; }
// public DateTime? CustomerSignatureCaptured { get; set; }
// public string TechSignature { get; set; }
// public string TechSignatureName { get; set; }
// public DateTime? TechSignatureCaptured { get; set; }
public bool Onsite { get; set; }
public long? ContractId { get; set; }
[NotMapped]