{% extends "base.html" %} {% block title %}Statements{% endblock %} {% block body %}
A statement file is the source document. Upload a CSV (columns: date, description, amount — signed, dollars), review its lines, then reconcile the ledger to the ending balance.
| # | Account | Period | Opening | Closing | Status | Recon diff | |
|---|---|---|---|---|---|---|---|
| {{ s.id }} | {{ s.ba_name }} ({{ s.kind }}) | {{ s.period_label }} | {{ s.opening_balance_cents|c }} | {{ s.closing_balance_cents|c }} | {% if s.recon==1 %}reconciled{% elif s.recon==0 %}out of balance{% else %}not reconciled{% endif %} | {{ (s.diff or 0)|c }} | review |