Try your search with a different keyword or use * as a wildcard.
@model ConfigurationModel
@T("Plugins.Tax.Avalara.Configuration.Common")
To enable this tax provider, you'll need to:
1. Create an AvaTax account
2. Log in at the production or development AvaTax portal
3. Add a company and some nexus jurisdiction selections to get any tax results
4. Fill in your AvaTax account details below
See documentation for more information.
@T("Plugins.Tax.Avalara.Configuration.TaxCalculation")
@T("Plugins.Tax.Avalara.Configuration.Certificates")
The AvaTax provides an easy way to manage exemption certificates - and they will automatically link to your CertCapture and CertExpress accounts!
Create a CertCapture account
Please note that this feature only works if you have a CertCapture linked to your AvaTax account.
Before you can use exemption certificates feature, you must set up your company for exemption certificate data storage.
To check if this is set up for a company, Check connection below. To request setup of exemption certificate storage for this company, push Request certificate setup button below.
@await Component.InvokeAsync(typeof(AclDisabledWarningViewComponent))
@if (Model.IsConfigured)
{
@if (Model.EnableCertificates)
{
}
}
@if (Model.IsConfigured)
{
@T("Plugins.Tax.Avalara.TestTax")
@if (!string.IsNullOrEmpty(Model.TestTaxResult))
{
@Model.TestTaxResult
}
}