brotherton-erpnext/accounts/page/accounts_browser/accounts_browser.html

18 lines
1.1 KiB
HTML
Raw Normal View History

2012-04-13 13:34:55 +00:00
<div class="layout-wrapper layout-wrapper-background">
2012-04-13 06:31:23 +00:00
<div class="appframe-area"></div>
<div class="layout-main">
2012-04-13 13:34:55 +00:00
<div class="tree-area"></div>
<hr>
<div class="well">
<h4>Quick Help</h4>
<ol>
<li>To add child nodes, explore tree and click on the node under which you want to add more nodes.
<li>Accounting Entries can be made against leaf nodes, called <b>Ledgers</b>. Entries against <b>Groups</b> are not allowed.
<li>Please do NOT create Account (Ledgers) for Customers and Suppliers. They are created directly from the Customer / Supplier masters.
<li><b>To create a Bank Account:</b> Go to the appropriate group (usually Application of Funds > Current Assets > Bank Accounts) and create a new Account Ledger (by clicking on Add Child) of type "Bank or Cash"
<li><b>To create a Tax Account:</b> Go to the appropriate group (usually Source of Funds > Current Liabilities > Taxes and Duties) and create a new Account Ledger (by clicking on Add Child) of type "Tax" and do mention the Tax rate.
</ol>
<p>Please setup your chart of accounts before you start Accounting Entries</p>
2012-04-13 13:34:55 +00:00
</div>
</div>
</div>