brotherton-erpnext/erpnext/accounts
2019-06-26 13:31:31 +05:30
..
custom feat: Tax Category based on Address 2018-12-29 01:49:11 +05:00
dashboard_chart_source fix(minor): format date in user format for accounting dashboard 2019-06-17 17:33:24 +05:30
doctype fix: Don't append None values in against_account (#18031) 2019-06-26 13:31:31 +05:30
notification [rename] Email Alert -> Notification 2018-06-14 13:18:21 +05:30
page fix: offline pos, duplicate records creating 2019-03-26 19:15:53 +05:30
print_format fix: Removed Extra page on generating pdf in print formats 2019-04-09 15:19:05 +05:30
report fix: Show close button if per_ordered is less than 99.999999 (#18067) 2019-06-26 10:57:45 +05:30
test fix(unicode): Import unicode_literals in every file 2019-01-22 18:36:10 +05:30
__init__.py
deferred_revenue.py Merge branch 'hotfix' of https://github.com/frappe/erpnext into develop 2019-03-29 13:26:46 +05:30
general_ledger.py fix: Accounting dimensions for child tables 2019-05-19 00:02:01 +05:30
party.py fix: table name alias (#17706) 2019-05-23 14:16:56 +05:30
README.md
utils.py fix: Improve error message (#17747) 2019-05-27 11:47:07 +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