This commit is contained in:
2021-05-11 21:35:44 +00:00
parent 25b224c704
commit cbd7d2da8d

View File

@@ -27,6 +27,17 @@ namespace AyaNova.Models
public long? TaxCodeSaleId { get; set; }
[NotMapped]
public string TaxCodeSaleViz { get; set; }
/*
todo:
"BasePrice"
add fields to reflect contract:
OverrideType
OverrideViz
OverridePct
*/
public decimal BasePrice { get; set; }//Rate price per unit at time of entry
public decimal Price { get; set; }//contract adjusted price or a copy of BasePrice if no contract
public decimal ManualDiscountPct { get; set; }// (V7 "Discount") ad-hoc / % off of the contractprice (which is always set regardless if contract or not) entered manually