Skip to content

Tax Categories

Manage tax categories for classifying items by their tax treatment. Each category can have a default rate and multiple jurisdiction-specific rates.

Tax categories list

Navigate to Pricing & Tax → Tax Categories in the sidebar, or go to /pricing-tax/tax-categories.

The list page displays all categories in a sortable table with the following columns:

ColumnDescription
CodeUnique category code
NameCategory display name, with description shown below
Default RateCurrent default tax rate percentage
ExemptExempt badge for zero-rate categories
DefaultDefault badge for the system default category
StatusActive / Inactive status badge
ActionsEdit, Delete, and View Rates dropdown
FilterOptionsDescription
SearchFree textSearches across code, name, and description
StatusAll, Active, InactiveFilter by active status

Each category row has a dropdown menu with:

  • Edit — Open the edit dialog
  • Delete — Delete the category (requires Admin permission)
  • View Rates — Navigate to the Tax Category Detail page

Click any row to open the Tax Category Detail page.

  • Categories can have jurisdiction-specific rates and a fallback/default rate.
  • Exempt categories always result in 0% tax behavior.
  • For jurisdiction-based calculations, the most specific matching jurisdiction rate is preferred.
  1. Click the Add button on the categories list page
  2. Fill in the create dialog:
FieldRequiredTypeMaxDescription
CodeYesText20Unique code (e.g., VAT). Auto-validated for uniqueness.
NameYesText100Display name (e.g., “Value Added Tax”)
Default Rate (%)NoNumber0-100Default tax rate percentage. Disabled for exempt categories.
DescriptionNoTextareaOptional category description

Create tax category dialog

  1. Configure options:
OptionDescription
Exempt (0% rate)Category always has 0% rate regardless of jurisdiction
Default CategoryThis will be the default tax category for new items
  1. Click Create to save

The code field validates in real-time — a green indicator confirms availability, red indicates a duplicate.

Editing is available from the list page row actions and opens the edit dialog.

Edit tax category dialog

  • Code is read-only after creation
  • Default Rate is disabled when the category is marked as exempt
  • Active toggle controls visibility in lists (inactive categories are hidden from item forms by default)

Deleting a category removes it from the system. A confirmation dialog asks you to confirm before proceeding.

Restrictions: A tax category cannot be deleted if it is in use by items or documents.