brotherton-erpnext/accounts/doctype/account
Anand Doshi 5b004ff8a7 Merge branch 'master' of github.com:webnotes/erpnext into wsgi
Conflicts:
	accounts/doctype/account/account.py
	accounts/doctype/gl_entry/gl_entry.py
	accounts/doctype/period_closing_voucher/period_closing_voucher.py
	stock/doctype/delivery_note/delivery_note.py
	stock/doctype/landed_cost_wizard/landed_cost_wizard.py
	stock/doctype/purchase_receipt/purchase_receipt.py
	stock/doctype/stock_ledger/stock_ledger.py
	stock/doctype/warehouse/warehouse.py
	stock/stock_ledger.py
2013-09-25 19:55:41 +05:30
..
__init__.py moved directory structure 2012-09-24 19:13:42 +05:30
account.js [minor] fixed conflict while merging perpetual branch into master 2013-09-24 14:36:55 +05:30
account.py Merge branch 'master' of github.com:webnotes/erpnext into wsgi 2013-09-25 19:55:41 +05:30
account.txt [minor] fixed conflict while merging perpetual branch into master 2013-09-24 14:36:55 +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 [perpetual accounting] gl entries based on stock_value difference in sl entries 2013-08-26 16:53:30 +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