[docs] [fixes] fixes to link selection, attachment exception, pageview
This commit is contained in:
parent
3403805684
commit
798262d09b
@ -21,6 +21,7 @@
|
|||||||
// see ledger
|
// see ledger
|
||||||
|
|
||||||
pscript['onload_Accounts Browser'] = function(wrapper){
|
pscript['onload_Accounts Browser'] = function(wrapper){
|
||||||
|
console.log($(wrapper).html());
|
||||||
wn.ui.make_app_page({
|
wn.ui.make_app_page({
|
||||||
parent: wrapper,
|
parent: wrapper,
|
||||||
single_column: true
|
single_column: true
|
||||||
|
16
docs/docs.user.accounts.md
Normal file
16
docs/docs.user.accounts.md
Normal 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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
You will see the Accounts Module Home Page.
|
||||||
|
|
||||||
|

|
@ -1,7 +1,9 @@
|
|||||||
---
|
---
|
||||||
{
|
{
|
||||||
"_label": "Accounting Setup",
|
"_label": "Accounting Setup",
|
||||||
"_title_image": "img/setup-accounting.png"
|
"_links": [
|
||||||
|
"docs.user.accounts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
## Chart of 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:
|
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.
|
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.
|
||||||

|

|
||||||
|
@ -4,9 +4,16 @@
|
|||||||
}
|
}
|
||||||
---
|
---
|
||||||
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.
|
||||||
|
|
||||||
|

|
||||||

|

|
||||||
This form will create your first **Company** and **Fiscal Year** (accounting or financial year) record. You can create other Companies later.
|
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.
|
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.
|
Congrats! You are already on your way.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user