brotherton-erpnext/erpnext/accounts
Nabin Hait 4372ac559a Merge pull request #4443 from nabinhait/bank_reco_print
[fix] Print format for bank reco statement
2015-12-08 15:17:24 +05:30
..
doctype [minor] limit pos search to 24 items at a time 2015-12-08 12:16:53 +05:30
page Balance in chart of accounts in both company and account currency 2015-12-02 12:28:06 +05:30
print_format [fix] total amount in journal entry 2015-11-26 09:08:07 +05:30
report [fix] Print format for bank reco statement 2015-12-08 14:25:10 +05:30
__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