mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-30 20:18:27 +00:00
[docs] new folder knowledge library added
This commit is contained in:
109
docs/user/knowledge/docs.user.knowledge.accounting.md
Normal file
109
docs/user/knowledge/docs.user.knowledge.accounting.md
Normal file
@@ -0,0 +1,109 @@
|
||||
---
|
||||
{
|
||||
"_label": "Accounting Knowledge"
|
||||
}
|
||||
---
|
||||
|
||||
Chart of Accounts represents a tree like representation of all accounting heads, used to represent company's financial information. There are two types of accounts: Balance Sheet and Profit and Loss Statement accounts. Balance Sheet consists of Assets and Liabilities accounts and Profit and Loss Statement accounts consists of Incomes and Expenses.
|
||||
|
||||
**Assets:** Bank and Cash balances, outstanding amounts of customers and all other assets are recorded here.
|
||||
|
||||
**Liabilities:** All the company's liabilities like shareholder's capital, outstanding amount to be paid to suppliers, taxes to be paid to concerned to authorities are recorded under this group.
|
||||
|
||||
**Income:** Income from direct/indirect sales.
|
||||
|
||||
**Expenses:** All the expenses to run the business, like salaries, purchases, rent etc. are recorded here.
|
||||
|
||||
### Debit and Credit
|
||||
|
||||
Each of these accounts are either "Debit" or "Credit" type. Assets, Expenses are "Debit" accounts and Liabilities, Incomes are "Credit" accounts.
|
||||
|
||||
Accounting Entries
|
||||
|
||||
The balance of account can be increased / decreased, depending on account type and transaction type.
|
||||
|
||||
<table class="table table-bordered">
|
||||
<thead>
|
||||
<tr class="active">
|
||||
<td style="text-align: center;">Account Type</td>
|
||||
<td style="text-align: center;">Transaction Type</td>
|
||||
<td style="text-align: center;">Effect on account balance</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: center;">Debit</td>
|
||||
<td style="text-align: center;">Debit</td>
|
||||
<td style="text-align: center;">Increases</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: center;">Debit</td>
|
||||
<td style="text-align: center;">Credit</td>
|
||||
<td style="text-align: center;">Decreases</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: center;">Credit</td>
|
||||
<td style="text-align: center;">Credit</td>
|
||||
<td style="text-align: center;">Increases</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: center;">Credit</td>
|
||||
<td style="text-align: center;">Debit</td>
|
||||
<td style="text-align: center;">Decreases</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
### Double Entry
|
||||
|
||||
This means that every accounting entry has two parts, one debit and one credit and must affect two separate accounts. If you add or deduct to one account, some other account somewhere else must also be affected. See the example below:
|
||||
|
||||
1. Company sells a laptop worth 50000 to Customer A and delivers that with an invoice.
|
||||
|
||||
As the company will receive a payment from customer, the customer is considered as an asset account. For booking income, company maintains an account called "Sales of Laptop". So, entries will be done in the following manner:
|
||||
|
||||
<table class="table table-bordered">
|
||||
<thead>
|
||||
<tr class="active">
|
||||
<td style="text-align: center;">Account</td>
|
||||
<td style="text-align: center;">Debit</td>
|
||||
<td style="text-align: center;">Credit</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: center;">Customer A</td>
|
||||
<td style="text-align: center;">50000</td>
|
||||
<td style="text-align: center;"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: center;">Sales of Laptop</td>
|
||||
<td style="text-align: center;"></td>
|
||||
<td style="text-align: center;">50000</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Customer A has made the payment, so customer balance should decreased based on the paid amount, which will increase "Cash" balance.
|
||||
|
||||
<table class="table table-bordered">
|
||||
<thead>
|
||||
<tr class="active">
|
||||
<td style="text-align: center;">Account</td>
|
||||
<td style="text-align: center;">Debit</td>
|
||||
<td style="text-align: center;">Credit</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: center;">Customer A</td>
|
||||
<td style="text-align: center;"></td>
|
||||
<td style="text-align: center;">50000</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: center;">Cash</td>
|
||||
<td style="text-align: center;">50000</td>
|
||||
<td style="text-align: center;"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
10
docs/user/knowledge/docs.user.knowledge.fiscal_year.md
Normal file
10
docs/user/knowledge/docs.user.knowledge.fiscal_year.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
{
|
||||
"_label": "Fiscal-Year"
|
||||
}
|
||||
---
|
||||
|
||||
A fiscal year is also known as a financial year or a budget year. It is used for calculating financial statements in businesses and other organisations. The fiscal year may or may not be the same as a calendar year. For tax purposes, companies can choose to be calendar-year taxpayers or fiscal-year taxpayers. In many jurisdictions, regulatory laws regarding accounting and taxation require such reports once per twelve months. However, it is not mandatory that the period should be a calendar year (that is, 1 January to 31 December).
|
||||
|
||||
A fiscal year usually starts at the beginning of a quarter, such as April 1, July 1 or October 1. However, most companies' fiscal year also coincides with the calendar year, which starts January 1. For the most part, it is simpler and easier that way. For some organizations, there are advantages in starting the fiscal year at a different time. For example, businesses that are seasonal might start their fiscal year on July 1 or October 1. A business that has most of its income in the fall and most of its expenses in the spring might also choose to start its fiscal year on October 1. That way, they know what their income will be for that year, and can adjust their expenses to maintain their desired profit margins.
|
||||
|
||||
9
docs/user/knowledge/docs.user.knowledge.md
Normal file
9
docs/user/knowledge/docs.user.knowledge.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
{
|
||||
"_label": "Knowledge Library",
|
||||
"_toc": [
|
||||
"docs.user.knowledge.fiscal_year"
|
||||
]
|
||||
}
|
||||
---
|
||||
Knowledge Library contains definitions and explanations of various management concepts. This page is created for users who wish to elaborate their conceptual knowledge.
|
||||
Reference in New Issue
Block a user