This commit is contained in:
2021-05-21 19:49:32 +00:00
parent 83afcf1e8a
commit 87a5d65dad
4 changed files with 81 additions and 50 deletions

View File

@@ -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