brotherton-erpnext/accounts
2013-07-05 12:57:03 +05:30
..
doctype [fresh install] [fix] replace allow roles with explicit has_permission checks for doctype py files 2013-07-05 12:57:03 +05:30
DocType Mapper [merge conflict] 2013-07-04 17:56:28 +05:30
page Merge branch 'responsive' of github.com:webnotes/erpnext into responsive 2013-07-04 17:18:45 +05:30
Print Format [selling/buying] [fixes] fixes in client side code, server side code, print formats 2013-05-28 17:23:36 +05:30
report [merge conflict] 2013-07-04 17:56:28 +05:30
__init__.py [accounts] [feature] added default_cash_account in company and gets set in Journal Voucher 2013-03-25 15:44:36 +05:30
general_ledger.py remove cancelled entries from grid report when fetching data based on modified 2013-03-07 15:35:36 +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
utils.py [minor] removed debug 2013-06-28 19:21:44 +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