brotherton-erpnext/accounts/doctype/account
2013-07-10 20:30:00 +05:30
..
__init__.py
account.js
account.py
account.txt
README.md
test_account.py

Account DocType represents an Accounting Ledger or Group.

Follows a composite model. parent_account represents the parent of an Account except a root account. There can be only 4 root accounts: Income, Expense, Assets and Liabilities in a company.

Other features:

  • It can be of type Debit or Credit.
  • A Group is a collection of groups or ledgers