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

Budgets

Budget vs actual per category. Actuals use effective categories (manual precedence) within each budget's current period window.

Note: Budget actuals exclude transfers. Transfer transactions are not counted toward budget spend.

{% if error %}{% endif %}
{% include "_budgets_table.html" %}

Add budget

{% for c in categories %}{% endfor %} {% endblock %}