brotherton-erpnext/accounts/doctype/account
2013-07-05 15:13:31 +05:30
..
__init__.py moved directory structure 2012-09-24 19:13:42 +05:30
account.js [grid reports] now show by wn.route_options 2013-07-01 14:35:57 +05:30
account.py [rename with merge] updated on_rename function for item, warehouse, al tree type documents 2013-07-01 12:20:00 +05:30
account.txt [icon] added in doctype 2013-07-05 15:13:31 +05:30
README.md [docs] added ability to add static pages in docs folder and README.md in modules and doctypes 2013-05-20 13:19:47 +05:30
test_account.py started with Auto Inventory Accounting - test case for purchase receipt 2013-02-26 18:09:47 +05:30

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