brotherton-erpnext/erpnext/accounts
Deepesh Garg a37c51f93e
Merge pull request #18149 from deepeshgarg007/trial_balance_dimensions
fix: Add filters for accounting dimensions in trial balance report
2019-07-03 22:00:25 +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 Merge branch 'develop' into payment_reconciliation_enhancements_for_dr_or_cr_and_gain_or_loss 2019-07-03 16:31:48 +05:30
notification [rename] Email Alert -> Notification 2018-06-14 13:18:21 +05:30
page fix: Missing commits from hotfix branch (#17997) 2019-07-03 10:34:31 +05:30
print_format fix: Missing commits from hotfix branch (#17997) 2019-07-03 10:34:31 +05:30
report Merge pull request #18149 from deepeshgarg007/trial_balance_dimensions 2019-07-03 22:00:25 +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: Missing commits from hotfix branch (#17997) 2019-07-03 10:34:31 +05:30
party.py fix: Missing commits from hotfix branch (#17997) 2019-07-03 10:34:31 +05:30
README.md Code replacement for journal voucher renaming 2014-12-25 17:14:18 +05:30
utils.py Merge branch 'develop' into payment_reconciliation_enhancements_for_dr_or_cr_and_gain_or_loss 2019-07-03 13:28:49 +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