brotherton-erpnext/erpnext/docs/user/manual/en/accounts/chart-of-accounts.md

138 lines
6.1 KiB
Markdown
Raw Normal View History

2015-11-05 11:25:10 +00:00
The Chart of Accounts forms the blueprint of your organization. The overall
structure of your Chart of Accounts is based on a system of double entry
accounting that has become a standard all over the world to quantify how a
company is doing financially.
The Chart of Accounts helps you to answer:
* What is your organisation worth?
* How much debt have you taken?
* How much profit are you making (and hence paying tax)?
* How much are you selling?
* What is your expense break-up
You may note that as a business manager, it is very valuable to see how well
your business is doing.
> Tip: If you cant read a Balance Sheet (It took me a long time to
figure this out) it's a good opportunity to start learning about this. It will
be worth the effort. You can also take the help of your accountant to setup
your Chart of Accounts.
Financial statements for your company are easily viewable in ERPNext. You can view financial statements
such as Balance Sheet, Profit and Loss statement and Cash flow statement.
2015-11-05 11:25:10 +00:00
An Example of various financial statement are given below:
#### Cash Flow Report
<img class="screenshot" alt="Cash Flow Report" src="{{docs_base_url}}/assets/img/accounts/cash_flow_report.png">
#### Profit and Loss Report
<img class="screenshot" alt="Profit and Loss Report" src="{{docs_base_url}}/assets/img/accounts/profit_n_loss_report.png">
#### Balance Sheet Report
<img class="screenshot" alt="Balance Sheet Report" src="{{docs_base_url}}/assets/img/accounts/balance_sheet_report.png">
2015-11-05 11:25:10 +00:00
To edit your Chart of Accounts in ERPNext go to:
> Accounts > Setup > Chart of Accounts
Chart of Accounts is a tree view of the names of the Accounts (Ledgers and
Groups) that a Company requires to manage its books of accounts. ERPNext sets
up a simple chart of accounts for each Company you create, but you have to
modify it according to your needs and legal requirements. For each company,
Chart of Accounts signifies the way to classify the accounting entries, mostly
based on statutory (tax, compliance to government regulations) requirements.
Let us understand the main groups of the Chart of Accounts.
<img class="screenshot" alt="Chart of Accounts" src="{{docs_base_url}}/assets/img/accounts/chart-of-accounts-1.png">
2015-11-05 11:25:10 +00:00
### Balance Sheet Accounts
The Balance Sheet has Application of Funds (/assets) and Sources of Funds
(Liabilities) that signify the net-worth of your company at any given time.
When you begin or end a financial period, all the Assets are equal to the
Liabilities.
> Accounting: If you are new to accounting, you might be wondering, how can
Assets be equal to Liabilities? That would mean the company has nothing of its
own. Thats right. All the “investment” made in the company to buy assets (like
land, furniture, machines) is made by the owners and is a liability to the
company. If the company would want to shut down, it would need to sell all the
assets and pay back all the liabilities (including profits) to the owners,
leaving itself with nothing.
All the accounts under this represent an asset owned by the company like "Bank
Account", "Land and Property", "Furniture" or a liability (funds that the
company owes to others) like "Owners funds", "Debt" etc.
Two special accounts to note here are Accounts Receivable (money you have to
collect from your customers) and Accounts Payable (money you have to pay to
your suppliers) under Assets and Liabilities respectively.
### Profit and Loss Accounts
Profit and Loss is the group of Income and Expense accounts that represent
your accounting transactions over a period.
Unlike Balance sheet accounts, Profit and Loss accounts (or PL accounts) do
not represent net worth (/assets), but rather represent the amount of money
spent and collected in servicing customers during the period. Hence at the
beginning and end of your Fiscal Year, they become zero.
In ERPNext it is easy to create a Profit and Loss analysis chart. An example
of a Profit and Loss analysis chart is given below:
<img class="screenshot" alt="Financial Analytics Profit and Loss Statement" src="{{docs_base_url}}/assets/img/accounts/financial-analytics-pl.png">
2015-11-05 11:25:10 +00:00
(On the first day of the year you have not made any profit or loss, but you
still have assets, hence balance sheet accounts never become zero at the
beginning or end of a period)
### Groups and Ledgers
There are two main kinds of Accounts in ERPNext - Group and Ledger. Groups can
have sub-groups and ledgers within them, whereas ledgers are the leaf nodes of
your chart and cannot be further classified.
Accounting Transactions can only be made against Ledger Accounts (not Groups)
> Info: The term "Ledger" means a page in an accounting book where entries are
made. There is usually one ledger for each account (like a Customer or a
Supplier).
> Note: An Account “Ledger” is also sometimes called as Account “Head”.
<img class="screenshot" alt="Chart of Accounts" src="{{docs_base_url}}/assets/img/accounts/chart-of-accounts-2.png">
2015-11-05 11:25:10 +00:00
### Other Account Types
In ERPNext, you can also specify more information when you create a new
Account, this is there to help you select that particular account in a
scenario like Bank Account or a Tax Account and has no effect on the Chart
itself.
### Creating / Editing Accounts
To create new Accounts, explore your Chart of Accounts and click on an Account
group under which you want to create the new Account. On the right side, you
will see an option to “Open” or “Add Child” a new Account.
<img class="screenshot" alt="Chart of Accounts" src="{{docs_base_url}}/assets/img/accounts/chart-of-accounts-3.png">
2015-11-05 11:25:10 +00:00
Option to create will only appear if you click on a Group (folder) type
Account.
ERPNext creates a standard structure for you when the Company is created but
it is up to you to modify or add or remove accounts.
Typically, you might want to create Accounts for
* Types of Expenses (travel, salaries, telephone etc) under Expenses.
* Taxes (VAT, Sales Tax etc based on your country) under Current Liabilities.
* Types of Sales (for example, Product Sales, Service Sales etc.) under Income.
* Types of Assets (building, machinery, furniture etc.) under Fixed Assets.
{next}