This commit is contained in:
2021-05-21 14:17:31 +00:00
parent f24ec9b9bc
commit 858f030708
7 changed files with 32 additions and 28 deletions

View File

@@ -37,7 +37,7 @@ namespace AyaNova.Models
[NotMapped]
public decimal ListPriceViz { get; set; }//List price from source record (e.g. serviceRate) or zero if no cost entered
[NotMapped]
public string ChargeUnitViz { get; set; }//"each", "hour" etc
public string UnitOfMeasureViz { get; set; }//"each", "hour" etc
[NotMapped]
public decimal PriceViz { get; set; }//per unit price used in calcs after discounts or manual price if non-null or just ListPrice if no discount or manual override
[NotMapped]