{% extends "base.html" %} {% block title %}Chart of Accounts{% endblock %} {% block body %}
Balances as of {{ end }}. Broad accounts + dimensions, per the brief.
| Code | Name | Type | Normal | Req. dims | Active | Balance |
|---|---|---|---|---|---|---|
| {{ a.code }} | {{ a.name }} | {{ a.type }} | {{ a.normal_balance }} | {{ 'yes' if a.requires_dimensions else '' }}{{ ' (contra)' if a.is_contra else '' }} | {{ 'yes' if a.is_active else 'no' }} | {{ a.balance|c }} |