This commit is contained in:
@@ -27,15 +27,6 @@ namespace AyaNova.Models
|
||||
public string UserViz { get; set; }
|
||||
public bool ChargeToCustomer { get; set; } = false;
|
||||
|
||||
|
||||
//TAX AND TOTAL FIELDS
|
||||
public string TaxName { get; set; }
|
||||
[Required]
|
||||
public decimal TaxAPct { get; set; }
|
||||
[Required]
|
||||
public decimal TaxBPct { get; set; }
|
||||
[Required]
|
||||
public bool TaxOnTax { get; set; }
|
||||
[NotMapped]
|
||||
public decimal TaxAViz { get; set; }
|
||||
[NotMapped]
|
||||
@@ -44,6 +35,10 @@ namespace AyaNova.Models
|
||||
public decimal LineTotalViz { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//UTILITY FIELDS
|
||||
[NotMapped]
|
||||
public bool IsDirty { get; set; } = false;//never dirty coming from the server
|
||||
|
||||
Reference in New Issue
Block a user