brotherton-erpnext/erpnext/accounts
2021-12-20 13:23:14 +05:30
..
accounts_dashboard/accounts
custom fix: Auto update company address check on linking with company 2021-10-21 15:37:59 +05:30
dashboard_chart
dashboard_chart_source chore: remove utf-8 compat code 2021-11-05 11:16:29 +05:30
doctype test: update_invoice_status 2021-12-20 13:23:14 +05:30
form_tour
module_onboarding/accounts
notification chore: remove all six compat code 2021-11-05 11:16:29 +05:30
number_card
onboarding_step
page chore: remove utf-8 compat code 2021-11-05 11:16:29 +05:30
print_format
print_format_field_template feat: Taxes template for selling/buying doctypes 2021-10-21 12:06:02 +05:30
report Merge branch 'develop' into deferred_report_revenue_and_expense 2021-12-15 14:14:34 +05:30
test chore: remove all six compat code 2021-11-05 11:16:29 +05:30
workspace/accounting fix: Removing unused fields from workspace JSON files #27612 2021-10-13 16:18:20 +05:30
__init__.py
deferred_revenue.py fix: Log error before throwing exception 2021-12-04 20:05:37 +05:30
general_ledger.py fix(refactor): Advance tds allocation to purchase invoice 2021-11-25 15:42:30 +05:30
party.py fix: Taxes and Charges template not getting copied from Purchase Order/Receipt to Invoice 2021-12-03 04:12:42 +00:00
README.md
utils.py chore: remove all six compat code 2021-11-05 11:16:29 +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