brotherton-erpnext/erpnext/accounts
Anurag Mishra a11e738801 feat: Stock value and account balance sync. (#19233)
* feat: Allow user to sync stock_value and account_balance jv if perpetual inventory is checked

* fix(test): Sales Invoice

* fix(test): Purchase Invoice

* fix(test): Delivery Note

* fix: more test_case

* fix(test): Stock Entry

* fix(test): Purchase Receipt

* fix(more-test): Stock Entries

* fix(more-test): Sales Invoice and Delivery Note

* fix: tests for delivery note

* fix: tests for stock reconciliation

* refactor: stock and account balance function

* fix(more-test): Warehouse

* fix(test): Landed Cost Voucher

* fix: changes requested
2019-10-31 15:55:03 +05:30
..
custom feat: Tax Category based on Address 2018-12-29 01:49:11 +05:00
dashboard_chart_source fix: 'NoneType' object is not iterable 2019-10-28 13:00:18 +05:30
doctype feat: Stock value and account balance sync. (#19233) 2019-10-31 15:55:03 +05:30
notification [rename] Email Alert -> Notification 2018-06-14 13:18:21 +05:30
page fix(Contact): mobile_no re-introduced and travis fixes (#19009) 2019-09-30 10:08:15 +05:30
print_format fix: Positive qty in sales return print (#19310) 2019-10-21 13:36:26 +05:30
report fix: Spelling of Variance 2019-10-26 18:45:01 +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 feat: Stock value and account balance sync. (#19233) 2019-10-31 15:55:03 +05:30
party.py fix: Travis 2019-10-20 17:36:36 +05:30
README.md
utils.py feat: Stock value and account balance sync. (#19233) 2019-10-31 15:55:03 +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