{% extends "base.html" %} {% block title %}Rules — abn-combined{% endblock %} {% block content %}

Categorization Rules

Rules are evaluated in priority order (lower number = runs first).

New rule History
{% for rule in rules %} {% with count = counts.get(rule.id, 0) %} {% include "_rules_row.html" %} {% endwith %} {% endfor %}
Pri Type / Field Match Category Tags Active Matches Actions
{% if not rules %}

No rules yet

Create your first rule to automatically categorize transactions.

Create your first rule
{% endif %}
{% endblock %}