{% extends "base.html" %} {% block title %}Review - Fin{% endblock %} {% block content %}
← Back to Dashboard | Categorization triage for current month
{% if all_accounts %}Select accounts to view review data.
| Date | Merchant | Amount | Description | Category |
|---|---|---|---|---|
| {{ txn.posted_at }} | {{ txn.merchant_norm }} | ${{ "%.2f"|format(txn.amount_cents|abs / 100) }} | {{ txn.raw_description }} |
| Date | Merchant | Amount | Type | Confidence | Reason |
|---|---|---|---|---|---|
| {{ txn.posted_at }} | {{ txn.merchant_norm }} | ${{ "%.2f"|format(txn.amount_cents|abs / 100) }} | {{ txn.txn_type.name }} | {{ "%.0f"|format(txn.reason.confidence * 100) }}% | {{ txn.reason.primary_code }} |
No transactions need review this month.
| Merchant | Charges | Total | Last Seen | Type |
|---|---|---|---|---|
| {{ m.merchant }} | {{ m.count }} | ${{ "%.2f"|format(m.total_cents / 100) }} | {{ m.last_seen }} | {% if m.status == 'tracked' %} Subscription / Bill {% elif m.status == 'recurring' %} Recurring {% else %} One-time {% endif %} |
No merchant data available.