5b004ff8a7
Conflicts: accounts/doctype/account/account.py accounts/doctype/gl_entry/gl_entry.py accounts/doctype/period_closing_voucher/period_closing_voucher.py stock/doctype/delivery_note/delivery_note.py stock/doctype/landed_cost_wizard/landed_cost_wizard.py stock/doctype/purchase_receipt/purchase_receipt.py stock/doctype/stock_ledger/stock_ledger.py stock/doctype/warehouse/warehouse.py stock/stock_ledger.py |
||
---|---|---|
.. | ||
__init__.py | ||
account.js | ||
account.py | ||
account.txt | ||
README.md | ||
test_account.py |
Account DocType represents an Accounting Ledger or Group.
Follows a composite model. parent_account
represents the parent of an Account except
a root account.
There can be only 4 root accounts: Income, Expense, Assets and Liabilities in a company.
Other features:
- It can be of type Debit or Credit.
- A Group is a collection of groups or ledgers