{% extends "base.html" %} {% block title %}Settings — Friday Budgeting Pro{% endblock %} {% block content %}

Settings

{% if saved %}

Settings saved.

{% endif %} {% if error %}

{{ error }}

{% endif %}

Used for summaries, totals, and reports.

Used for date display and “this month” boundaries.

Classification Rules

Rules are evaluated in priority order. Edit via OpenClaw chat.

{% if rules %} {% for rule in rules %} {% endfor %}
Priority Name Type Status
{{ rule.priority }} {{ rule.name }} {{ rule.rule_type }} {% if rule.enabled %}● enabled{% else %}○ disabled{% endif %} {% if rule.is_default %}default{% endif %}
{% else %}

No classification rules configured yet.

{% endif %}
{% endblock %}