brotherton-erpnext/erpnext/accounts
2022-05-10 12:07:47 +05:30
..
accounts_dashboard/accounts
custom style: format code with black 2022-03-28 18:52:46 +05:30
dashboard_chart
dashboard_chart_source style: format code with black 2022-03-28 18:52:46 +05:30
doctype feat(india): generate qrcode button for e-invoice (#30939) 2022-05-10 12:07:47 +05:30
form_tour fix: minor onboarding fixes 2022-01-18 18:38:59 +05:30
module_onboarding/accounts fix: minor onboarding fixes 2022-01-18 18:38:59 +05:30
notification
number_card
onboarding_step fix: minor onboarding fixes 2022-01-18 18:38:59 +05:30
page
print_format fix: server error while viewing gst e-invoice 2022-04-04 14:40:07 +05:30
print_format_field_template
report fix: subtract change_amount from paid_amount field on POS Register (#30922) 2022-05-09 15:14:57 +05:30
test fix: sort stock vouchers before reposting GLE 2022-04-19 17:40:26 +05:30
workspace/accounting feat: Workspace link for Cost Center Allocation 2022-01-31 13:24:18 +05:30
__init__.py
deferred_revenue.py fix(minor): update frappe.error_log to new API (#30864) 2022-05-02 15:04:26 +05:30
general_ledger.py test: Unit test for round off entry dimensions 2022-04-25 16:29:26 +05:30
party.py fix: column name in party query 2022-04-26 11:47:05 +05:30
README.md
test_party.py style: format code with black 2022-03-28 18:52:46 +05:30
utils.py fix: sort stock vouchers before reposting GLE 2022-04-19 17:40:26 +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