This commit is contained in:
2021-02-19 18:29:06 +00:00
parent b8a35b1eb2
commit 7a76b2e361
9 changed files with 56 additions and 20 deletions

View File

@@ -23,6 +23,11 @@ namespace AyaNova.Models
public bool SearchCaseSensitiveOnly { get; set; }
public bool UseInventory { get; set; }
//TAX CODE DEFAULTS
public long? TaxPartPurchaseId {get;set;}
public long? TaxPartSaleId {get;set;}
public long? TaxRateSaleId {get;set;}
public GlobalBizSettings()