AnchorAnchor
Settings

Control Accounts

Map system roles like accounts receivable and VAT to accounts in your chart.

Control accounts tell Anchor which chart accounts to use for automated postings and tax reports (invoices, bills, payments, VAT returns, and more).

By default, each role points at a template account (for example AR 1200). If your chart uses different codes, map the role to your account instead of renaming locked built-in accounts.

Where to manage

Settings → Control Accounts

You need permission to manage accounts (manage:accounts).

Common roles

RoleTypical useDefault code (generic template)
Accounts receivableInvoice AR, payments, credit notes1200
Accounts payableBills, payments, debit notes2100
Output VAT / GST payableTax on sales2200
Input VAT / GST receivableTax on purchases1500
VAT / GST suspenseReturn clearing2240
Default bank / cashFallback bank when none chosen1100
Sales tax payable (US)US sales tax liability2230

Enable Show advanced roles for inventory, FX, deposits, and related accounts.

How to use a custom chart

  1. Create your accounts under Accounting → Accounts (e.g. AR code 0800).
  2. Open Settings → Control Accounts.
  3. For Accounts receivable, pick your 0800 account.
  4. Map AP, VAT, and bank roles the same way if needed.
  5. Click Save changes.
  6. Optionally mark unused built-in accounts inactive so they hide from pickers.

Built-in system accounts cannot be renamed or deleted. Mapping replaces them for automation without changing their identity.

Behaviour notes

  • Forward-only: changing a mapping does not reclass old journals; only new postings use the new account.
  • Type checks: AR must be an asset, AP a liability, and so on.
  • Reset clears a custom mapping so the template default code is used again.
  • Accounts that are currently mapped cannot be hard-deleted until you clear the mapping.

API and MCP

  • REST: GET / PUT /api/v1/settings/control-accounts
  • MCP: list_control_account_mappings, set_control_account_mapping

See the API reference and MCP guide.

On this page