This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user