This commit is contained in:
@@ -27,6 +27,17 @@ namespace AyaNova.Models
|
|||||||
public long? TaxCodeSaleId { get; set; }
|
public long? TaxCodeSaleId { get; set; }
|
||||||
[NotMapped]
|
[NotMapped]
|
||||||
public string TaxCodeSaleViz { get; set; }
|
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 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 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
|
public decimal ManualDiscountPct { get; set; }// (V7 "Discount") ad-hoc / % off of the contractprice (which is always set regardless if contract or not) entered manually
|
||||||
|
|||||||
Reference in New Issue
Block a user