This commit is contained in:
2021-06-25 20:06:27 +00:00
parent e4c133d052
commit a50f878de7
5 changed files with 576 additions and 5 deletions

View File

@@ -35,8 +35,10 @@ namespace AyaNova.Models
public DateTime? PurchaseOrderDateViz { get; set; }
[NotMapped]
public DateTime? PurchaseOrderExpectedDateViz { get; set; }
[NotMapped]
public bool PurchaseOrderOnOrderViz { get; set; }
//redundant; the poid suffices
// [NotMapped]
// public bool PurchaseOrderOnOrderViz { get; set; }
[Required]
public decimal Received { get; set; }