brotherton-erpnext/erpnext/accounts
Deepesh Garg 5432ee3364
Merge pull request #24095 from frappe/skr04_equity_dev
feat: separate equity tree in CoA SKR04
2020-12-17 12:37:28 +05:30
..
accounts_dashboard/accounts
custom fix: Dont add Contact link if is company address 2020-10-16 15:55:25 +05:30
dashboard_chart
dashboard_chart_source fix: function imports in account_balance_timeline.py (#24003) 2020-11-25 15:37:02 +05:30
desk_page/accounting fix: Added link of bank reconciliation and clearance in accounting desk page (#23809) 2020-11-25 09:16:12 +05:30
doctype Merge pull request #24095 from frappe/skr04_equity_dev 2020-12-17 12:37:28 +05:30
module_onboarding/accounts fix: Chart of Accounts (#23530) 2020-10-14 10:29:53 +05:30
notification
number_card
onboarding_step fix: Chart of Accounts (#23530) 2020-10-14 10:29:53 +05:30
page fix: Translatable strings (#23783) 2020-11-25 09:11:51 +05:30
print_format fix: replaced formatdate -> format_date 2020-11-06 12:28:38 +05:30
report fix(acc recv report): columns mismatch (#24109) 2020-12-11 13:28:23 +05:30
test
__init__.py
accounts
deferred_revenue.py
general_ledger.py fix: stock & account balance difference in fraction (#23635) 2020-10-14 15:44:30 +05:30
party.py fix: Payment Terms not fetched in Purchase Invoice from Purchase Receipt 2020-10-27 13:18:30 +05:30
README.md
utils.py fix: suggested changes 2020-12-07 11:11:00 +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