This commit is contained in:
2021-03-07 15:39:36 +00:00
parent d451374f7b
commit 81547b774f
11 changed files with 55 additions and 54 deletions

View File

@@ -24,9 +24,9 @@ namespace AyaNova.Models
public List<string> Tags { get; set; }
[Required]
public decimal TaxA { get; set; }
public decimal TaxAPct { get; set; }
[Required]
public decimal TaxB { get; set; }
public decimal TaxBPct { get; set; }
public bool TaxOnTax { get; set; }
public TaxCode()