brotherton-erpnext/erpnext/accounts
Chris Ian Fiel af667f77e6 Update bank_reconciliation.py
set to null if clearance_date is blank because if not it will set it just 0000-00-00.
2016-02-04 22:10:36 +08:00
..
doctype Update bank_reconciliation.py 2016-02-04 22:10:36 +08:00
page [fix] rename tree item fixes #2524 2015-12-15 12:06:37 +05:30
print_format [fix] total amount in journal entry 2015-11-26 09:08:07 +05:30
report By: nabinhait 2015-12-17 09:42:12 +08:00
__init__.py moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
general_ledger.py [enhancement] Int, Currency, Float, Percent as not null and default to 0 2015-11-19 13:23:36 +05:30
party.py [enhancement] bulk edit in bank reconciliation, #4356 2015-11-27 11:37:18 +05:30
README.md Code replacement for journal voucher renaming 2014-12-25 17:14:18 +05:30
utils.py [feature] Allowed custom root accounts in Chart of Accounts 2015-12-01 10:34:43 +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 Entries
  • Sales Invoice (Itemised)
  • Purchase Invoice (Itemised)

All accounting entries are stored in the General Ledger