The Ledger
Snapshot all balances · payday sweep
{% include 'includes/ledger_nav.html' %}
{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %}

Walk through each account in your bank/creditor login, copy the real balance, paste here. Leave any row blank or unchanged — only differences get snapshotted. Open → buttons link to each account's site (set the URL via the account's edit page if missing).

{% for a in accounts %} {% endfor %}
Account Current balance New balance Notes (optional)
{{ a.name }}
{{ a.account_type | replace('_',' ') }} {% if a.apr %}· {{ '{:.2f}'.format(a.apr) }}% APR{% endif %} {% if a.snapshot_at %} · last snap {{ a.snapshot_at[:10] }}{% endif %}
{% if a.login_url %} Open → {% else %} + link {% endif %} {% if a.current_balance is not none %}${{ '{:,.2f}'.format(a.current_balance) }}{% else %}—{% endif %}
Cancel
{% include 'includes/today_panel.html' ignore missing %} {% include 'includes/active_timer_strip.html' ignore missing %}