brotherton-erpnext/erpnext/accounts
2017-03-29 17:29:58 +05:30
..
doctype [minor] hide the stock details section if update_stock is unchecked 2017-03-29 17:29:58 +05:30
page restrict user to edit the rate in the POS 2016-12-28 15:16:49 +05:30
print_format [Fix] POS issues 2017-01-12 15:22:02 +05:30
report In gross profit report, if incoming rate not found from last sle, consider average valuation rate 2017-03-28 12:20:31 +05:30
__init__.py
general_ledger.py [Fix] company key error during cancellation of stock entry 2016-10-03 12:25:04 +05:30
party_status.py [fix] Supplier status stuck at Open forever 2016-09-22 18:45:24 +05:30
party.py [minor] timestamp fixes for heatmap 2017-02-16 16:05:46 +05:30
README.md Code replacement for journal voucher renaming 2014-12-25 17:14:18 +05:30
utils.py [fix] UnpickleError, removed _ method from the argument of the function 2017-03-23 14:55:52 +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