{% extends "base.html" %} {% block title %}Add Account{% endblock %} {% block body %}
Enter a 5-digit code and a name. Type, normal balance, and whether the account requires dimensions are derived from the code automatically.
| Starts with | Type | Normal balance | Needs dimensions |
|---|---|---|---|
| 1 | asset | debit | fixed-asset property (130xx–135xx) only |
| 2 | liability | credit | no |
| 3 | equity | credit | no |
| 4 | income | credit | no |
| 5–8 | expense | debit | yes (cost center + service line + person) |
| 9 | statistical | credit | no |
139xx is reserved for accumulated depreciation (contra-asset, credit-normal).
{% endblock %}