brotherton-erpnext/erpnext/accounts
mergify[bot] 233bf5dd29
fix: using DN for transfer w/o internal customer (backport #27798) (backport #27805) (#27807)
* fix: using DN for transfer w/o internal customer (backport #27798) (#27805)

* fix: using DN for transfer w/o internal customer (#27798)

This used to be work before though not "advertised", since a lot of
users have started using it as feature, it can't be broken now.

(cherry picked from commit df1f8fddf6e2f4106c1a2778614ba9a1dc5ff67e)

* fix(ux): use toast instead of popup

Co-authored-by: Ankush Menat <ankush@iwebnotes.com>
(cherry picked from commit fa944382c53bdeeb92f2dcc876e2c11ed03e20cc)

# Conflicts:
#	erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py

* fix: resolve conflict

* fix: resolve conflicts

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Ankush Menat <ankush@iwebnotes.com>
2021-10-05 16:16:21 +05:30
..
accounts_dashboard/accounts chore: Exported Accounts Module Dashboard (#22769) 2020-07-22 16:11:06 +05:30
custom chore: Clean up imports (#27302) 2021-09-02 16:44:59 +05:30
dashboard_chart chore: Exported Accounts Module Dashboard (#22769) 2020-07-22 16:11:06 +05:30
dashboard_chart_source chore: Clean up imports (#27302) 2021-09-02 16:44:59 +05:30
doctype fix: using DN for transfer w/o internal customer (backport #27798) (backport #27805) (#27807) 2021-10-05 16:16:21 +05:30
form_tour feat: Accounts, Selling & Assets Onboarding cleanup (#27112) 2021-08-27 15:47:11 +05:30
module_onboarding/accounts feat: Accounts, Selling & Assets Onboarding cleanup (#27112) 2021-08-27 15:47:11 +05:30
notification chore: Clean up imports (#27302) 2021-09-02 16:44:59 +05:30
number_card chore: Exported Accounts Module Dashboard (#22769) 2020-07-22 16:11:06 +05:30
onboarding_step feat: Accounts, Selling & Assets Onboarding cleanup (#27112) 2021-08-27 15:47:11 +05:30
page Merge branch 'develop' into tcs_calculation 2021-02-23 15:56:29 +05:30
print_format refactor!: drop e-invoicing integration from erpnext (#26940) 2021-08-20 11:10:46 +05:30
report feat: TDS deduction using journal entry and other fixes (#27451) 2021-09-27 21:43:20 +05:30
test fix: missed to add voucher_type, voucher_no to get GL Entries (#27368) 2021-09-07 12:14:40 +05:30
workspace/accounting feat: Payment reconciliation on accounts module workspace (#25925) 2021-08-27 19:44:57 +05:30
__init__.py
deferred_revenue.py fix: Test case 2021-09-30 03:06:02 +00:00
general_ledger.py fix: Deferred revenue entries post account freezing 2021-09-30 03:06:00 +00:00
party.py chore: Clean up imports (#27302) 2021-09-02 16:44:59 +05:30
README.md
utils.py perf: fetching of account balance in chart of accounts (#27661) 2021-10-04 11:44:46 +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