This commit is contained in:
2021-03-01 21:07:59 +00:00
parent 330f19ef42
commit ed164796c7
2 changed files with 18 additions and 18 deletions

View File

@@ -37,24 +37,24 @@ namespace AyaNova.Models
//server populated fields not db fields
[NotMapped]
public string DisplayPartNumber { get; set; }
public string PartViz { get; set; }
[NotMapped]
public string DisplayWarehouse { get; set; }
public string WarehouseViz { get; set; }
[NotMapped]
public string DisplayRequestUser { get; set; }
public string PartRequestedByViz { get; set; }//DisplayRequestUser
[NotMapped]
public string DisplayRequestWorkorder { get; set; }
public string WorkorderItemPartRequestViz { get; set; }//DisplayRequestWorkorder
[NotMapped]
public string DisplayTaxCode { get; set; }
public string PurchaseTaxCodeViz { get; set; }//DisplayTaxCode
[NotMapped]
public decimal DisplayNetTotal { get; set; }
public decimal NetTotalViz { get; set; }//DisplayNetTotal
[NotMapped]
public decimal DisplayTaxA { get; set; }
public decimal TaxAViz { get; set; }//DisplayTaxA
[NotMapped]
public decimal DisplayTaxB { get; set; }
public decimal TaxBViz { get; set; }//DisplayTaxB
[NotMapped]
public decimal DisplayLineTotal { get; set; }
public decimal LineTotalViz { get; set; }//DisplayLineTotal