Compliance
A configurable tax engine with nothing hardcoded. Rates, defaults, and out-of-scope handling live in editable rules seeded per territory, so the same product works wherever you operate.
Define tax rules by rate, code, and out-of-scope flag. No percentage is baked into logic, and behavior is driven entirely by each rule’s fields, never by its name.
Each company seeds its standard tax rules from a template matching its country, then edits them freely. Adding a new territory is a data change, not a code change.
One default rule per company is enforced automatically, with a fallback to the lowest active rate, so every new document always has a sensible tax rule to start from.
Invoices and proformas snapshot the applied rate and computed tax amount at creation. Later rule edits never silently restate documents already issued.
A document-level default tax rule cascades onto line items that don't set their own, and multi-line documents compute a subtotal-weighted blended rate for reference.
Attach tax groups to chart-of-accounts entries so tax treatment ties back to the ledger, keeping reporting and reconciliation aligned with how each account is taxed.

Get started
Configure once per territory and let every document tax itself correctly.