This commit is contained in:
2021-05-21 14:01:39 +00:00
parent 0e224d44d3
commit f24ec9b9bc
7 changed files with 35 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ namespace AyaNova.Models
//Standard pricing fields (mostly to support printed reports though some show in UI)
//some not to be sent with record depending on role (i.e. cost and charge in some cases)
public decimal? ManualPrice { get; set; }//user entered manually overridden price, if null then ignored in calcs otherwise this *is* the price even if zero
public decimal? PriceOverride { get; set; }//user entered manually overridden price, if null then ignored in calcs otherwise this *is* the price even if zero
[NotMapped]
public decimal CostViz { get; set; }//cost from source record (e.g. serviceRate) or zero if no cost entered
[NotMapped]