[docs] [fixes] fixes to link selection, attachment exception, pageview

This commit is contained in:
Rushabh Mehta 2013-06-14 11:33:01 +05:30
parent 3403805684
commit 798262d09b
4 changed files with 30 additions and 4 deletions

View File

@ -21,11 +21,12 @@
// see ledger
pscript['onload_Accounts Browser'] = function(wrapper){
console.log($(wrapper).html());
wn.ui.make_app_page({
parent: wrapper,
single_column: true
})
wrapper.appframe.add_module_icon("Accounts");
var main = $(wrapper).find(".layout-main"),

View File

@ -0,0 +1,16 @@
---
{
"_label": "Accounts Module"
}
---
You must have Accounts User or Accounts Manager role to use the Accounts Module.
To access the module, go to the Desktop and click on the "Accounts" Icon.
> The desktop icons are draggable, so you may not see your module in the same order.
![Desktop: Accounts](img/desktop-accounts.png)
You will see the Accounts Module Home Page.
![Accounts Home](img/accounts-home.png)

View File

@ -1,7 +1,9 @@
---
{
"_label": "Accounting Setup",
"_title_image": "img/setup-accounting.png"
"_links": [
"docs.user.accounts"
]
}
---
## Chart of Accounts
@ -22,7 +24,7 @@ As you can see, it is very valuable to you as a business manager to see how well
To edit your Chart of Accounts in ERPNext go to:
> Accounts > Chart of Accounts
> [Accounts](docs.user.accounts.html) > 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.

View File

@ -3,10 +3,17 @@
"_label": "Initial Setup"
}
---
After a successful sign-up / installation of ERPNext, on your first sign-in, you will be shown a form to fill.
After a successful sign-up / installation of ERPNext, on your first sign-in, you will be shown a form to fill.
![First Screen](img/setup-first-screen.png)
This form will create your first **Company** and **Fiscal Year** (accounting or financial year) record. You can create other Companies later.
Some definitions:
- Fiscal Year: is your financial year, the fiscal year usually starts on 1st Jan or 1st March for most regions. If you are not sure, consult an accountant.
- Abbreviation: In a multi-company setup, the abbreviation is appended to each account, so keep it small (2-4) characters and all caps.
This will also set the default **Currency** and time zone for your account. Once your complete this, your first **Company** and **Chart of Accounts** will be created.
Congrats! You are already on your way.