{% extends "base.html" %} {% block title %}Add Account{% endblock %} {% block body %}

Add Account

Enter a 5-digit code and a name. Type, normal balance, and whether the account requires dimensions are derived from the code automatically.

Code
Name

First digit sets the type

Starts withTypeNormal balanceNeeds dimensions
1assetdebitfixed-asset property (130xx–135xx) only
2liabilitycreditno
3equitycreditno
4incomecreditno
5–8expensedebityes (cost center + service line + person)
9statisticalcreditno

139xx is reserved for accumulated depreciation (contra-asset, credit-normal).

{% endblock %}