brotherton-erpnext/erpnext/accounts
Anand Doshi f410bd9bf9 Better default permissions, ignore_restrictions for defaults, removed field trash_reason
Additions:
	Account --> Material User: Read
	Cost Center --> Sales User, Purchase User: Read
	Mode of Payment --> Accounts User: Read
	Supplier --> Material User, Accounts User: Read
	Employee --> Employee: Restricted Read
	Leave Type --> Employee: Read
	Production Order --> Material User: Read
	Sales Order --> Material User: Read
	Print Heading --> All: Read
	Terms and Conditions --> Purchase User, Material User: Read
	Territory --> Material User, Maintenance User: Read
	Item --> Sales User, Purchase User, Maintenance User, Accounts User: Read
	Price List --> Manufacturing User: Read
	Purchase Receipt --> Accounts User: Read
	Warehouse --> Manufacturing User: Read
2014-05-07 17:20:42 +05:30
..
doctype Better default permissions, ignore_restrictions for defaults, removed field trash_reason 2014-05-07 17:20:42 +05:30
page Financial analytics graph fix #1542 2014-05-04 16:02:26 +05:30
Print Format frappe/frappe#478, more changes, removed bean 2014-04-03 14:30:42 +05:30
report Fixed set_query 2014-04-25 18:35:45 +05:30
__init__.py moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
general_ledger.py updated translations 2014-04-16 17:46:30 +05:30
party.py asynchronus issue in get_party_details 2014-05-02 15:45:10 +05:30
README.md moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
utils.py Payment to invoice matching tool 2014-04-30 19:30:50 +05:30

Accounts module contains masters and transactions to manage a traditional double entry accounting system.

Accounting heads are called "Accounts" and they can be groups in a tree like "Chart of Accounts"

Entries are:

  • Journal Vouchers
  • Sales Invoice (Itemised)
  • Purchase Invoice (Itemised)

All accounting entries are stored in the General Ledger