This commit is contained in:
@@ -27,7 +27,7 @@ namespace AyaNova.Models
|
||||
public decimal Quantity { get; set; }
|
||||
public long? TaxPartSaleId { get; set; }
|
||||
[NotMapped]
|
||||
public string TaxPartSaleViz { get; set; }
|
||||
public string TaxCodeViz { get; set; }
|
||||
|
||||
//NOTE: part prices are volatile and expected to be frequently edited so snapshotted when newly added unlike other things like rates etc that are protected from change
|
||||
public decimal Cost { get; set; }//cost from source record (e.g. serviceRate) or zero if no cost entered
|
||||
|
||||
Reference in New Issue
Block a user