diff --git a/dynamics-nav-app/NAVdocfx.json b/dynamics-nav-app/NAVdocfx.json index af6b0acd..6cc5263b 100644 --- a/dynamics-nav-app/NAVdocfx.json +++ b/dynamics-nav-app/NAVdocfx.json @@ -3,14 +3,23 @@ "content": [ { - "files": ["**/**.md"], - "exclude": ["**/obj/**"] + "files": ["**/*.md"], + "exclude": [ + "**/obj/**", + "**/includes/**", + "README.md", + "LICENSE", + "LICENSE-CODE" + ] } ], "resource": [ { "files": ["**/media/**"], - "exclude": ["**/obj/**"] + "exclude": [ + "**/obj/**", + "**/includes/**" + ] } ], "globalMetadata": { @@ -18,7 +27,7 @@ }, "externalReference": [ ], - "template": "../Templates", + "template": "../Templates/HelpServer", "dest": "c:/output" } } \ No newline at end of file diff --git a/dynamics-nav-app/ToC.xml b/dynamics-nav-app/ToC.xml index a518cd25..bf11c945 100644 --- a/dynamics-nav-app/ToC.xml +++ b/dynamics-nav-app/ToC.xml @@ -15,7 +15,7 @@ - + diff --git a/dynamics-nav-app/ca-finance-tax.md b/dynamics-nav-app/ca-finance-tax.md index e1158d0f..63cf222e 100644 --- a/dynamics-nav-app/ca-finance-tax.md +++ b/dynamics-nav-app/ca-finance-tax.md @@ -12,7 +12,7 @@ ms.prod: "dynamics-nav-2017" # Sales Tax and Goods and Services Tax in Canada In Canada, when a vendor does not have a business presence in the province in which purchases are made, the vendor will charge the Goods and Services Tax (GST) or Harmonized Sales Tax (HST) only. However, if the province has a Provincial Sales Tax (PST), then the purchaser must still calculate the PST and pay it directly to the province. When a Provincial Tax Area Code is selected, Dynamics NAV uses it to calculate the PST and post it so that there is a tax liability in both the general ledger and the tax entry records. Therefore, the tax area code selected here should be one where only the PST is included, not the GST. -For more information about sales tax, see [Sales Tax and Tax Groups in the US and Canada](us-finance-setup-sales-tax.md). +For more information about sales tax, see [Sales Tax and Tax Groups in the US and Canada](us-finance-sales-tax.md). ## Submitting the GST/HST File The tax information in purchase documents is used to generate a GST/HST internet file transfer that you must provided to the tax authorities. This file includes goods and services tax (GST) and harmonized sales tax (HST). The file is created in a .tax file format, which can be transferred via the internet. @@ -20,4 +20,4 @@ The tax information in purchase documents is used to generate a GST/HST internet ## See Also [Finance](Finance.md) [Set Up Finance](finance-setup-finance.md) -[Sales Tax and Tax Groups in the US and Canada](us-finance-setup-sales-tax.md) +[Sales Tax and Tax Groups in the US and Canada](us-finance-sales-tax.md) diff --git a/dynamics-nav-app/finance-account-schedule.md b/dynamics-nav-app/finance-account-schedule.md index 1278203d..50e7ffb4 100644 --- a/dynamics-nav-app/finance-account-schedule.md +++ b/dynamics-nav-app/finance-account-schedule.md @@ -22,8 +22,8 @@ You can use one of the default layouts for your account schedule, or you can set This means that you can create as many customized financial statements as you want. You use the **Account Schedule** window to set up account schedules. ## Account Categories and Account Schedules -You can use account categories to change the layout of your financial statements. When you have set up your account categories in the **G/L Account Categories** window, and you choose the **Generate Account Schedules** action, the underlying account schedules for the core financial reports are updated. the next time you run one of these reports, such as the balance statement, new totals and subentries are added, based on your changes. For more information, see [The General Ledger and the Chart of Accounts](finance-setup-general-ledger.md). +You can use account categories to change the layout of your financial statements. When you have set up your account categories in the **G/L Account Categories** window, and you choose the **Generate Account Schedules** action, the underlying account schedules for the core financial reports are updated. the next time you run one of these reports, such as the balance statement, new totals and subentries are added, based on your changes. For more information, see [The General Ledger and the Chart of Accounts](finance-general-ledger.md). ## See Also [Finance](Finance.md) [Set Up Finance](finance-setup-finance.md) -[The General Ledger and the Chart of Accounts](finance-setup-general-ledger.md) +[The General Ledger and the Chart of Accounts](finance-general-ledger.md) diff --git a/dynamics-nav-app/finance-how-defer-revenue-expenses.md b/dynamics-nav-app/finance-how-defer-revenue-expenses.md index 3f955842..234bc85a 100644 --- a/dynamics-nav-app/finance-how-defer-revenue-expenses.md +++ b/dynamics-nav-app/finance-how-defer-revenue-expenses.md @@ -18,7 +18,7 @@ To distribute revenues or expenses on the involved accounting periods, you set u ## To set up a G/L account for deferral 1. In the top right corner, choose the **Search for Page or Report** icon, enter **Chart of Accounts**, and then choose the related link. 2. Choose the **New** action. -3. Fill in the fields as necessary to create a G/L account for deferred revenues. For more information, see [The General Ledger and the Chart of Accounts](finance-setup-general-ledger.md). +3. Fill in the fields as necessary to create a G/L account for deferred revenues. For more information, see [The General Ledger and the Chart of Accounts](finance-general-ledger.md). 3. Repeat steps 2 and 3 to create a new G/L account for deferred expenses. For both types of deferral, select **Balance Sheet** in the **Type** field, and name the accounts appropriately, such as "Unearned Income" for deferred revenues and "Unpaid Expenses" for deferred expenses. diff --git a/dynamics-nav-app/finance-setup-chart-accounts.md b/dynamics-nav-app/finance-setup-chart-accounts.md index 858c9e26..99b506f0 100644 --- a/dynamics-nav-app/finance-setup-chart-accounts.md +++ b/dynamics-nav-app/finance-setup-chart-accounts.md @@ -25,7 +25,7 @@ From the chart of accounts, you can open each G/L account and add or change sett Dynamics NAV will prevent you from deleting a general ledger account that stores data that is needed in the chart of accounts. ##See Also -[The General Ledger and the Chart of Accounts](finance-setup-general-ledger.md) +[The General Ledger and the Chart of Accounts](finance-general-ledger.md) [Manage Bank Accounts](bank-manage-bank-accounts.md) [Dimensions](finance-setup-dimensions.md) -[How to: Work With GIFI Codes in Canada](ca-finance-setup-work-GiFI-codes.md) +[How to: Work With GIFI Codes in Canada](ca-finance-work-GiFI-codes.md) diff --git a/dynamics-nav-app/finance.md b/dynamics-nav-app/finance.md index 28054b5e..f7ed0981 100644 --- a/dynamics-nav-app/finance.md +++ b/dynamics-nav-app/finance.md @@ -24,7 +24,7 @@ The following table describes a sequence of tasks, with links to the topics that |Apply incoming payments, reconcile bank accounts during payment application, and collect outstanding balances. |[Manage Receivables](receivables-manage-receivables.md)| |Make payments, apply outgoing payments, and handle work with checks.|[Manage Payables](payables-manage-payables.md)| |Reconcile bank accounts and transfer funds between bank accounts.|[Manage Bank Accounts](bank-manage-bank-accounts.md)| -|Understand the general ledger and the chart of accounts.|[The General Ledger and the Chart of Accounts](finance-setup-general-ledger.md)| +|Understand the general ledger and the chart of accounts.|[The General Ledger and the Chart of Accounts](finance-general-ledger.md)| |Add dimensions for richer business intelligence.|[Dimensions](finance-setup-dimensions.md)| |Use account schedules to get detailed insights into your financial data.|[Account Schedules](finance-account-schedule.md)| |Recognize revenues and expenses in other periods than when the transactions were posted.|[How to: Defer Revenues and Expenses](finance-how-defer-revenue-expenses.md)| diff --git a/dynamics-nav-app/marketing-interactions.md b/dynamics-nav-app/marketing-interactions.md index 3a83c78c..49bd8856 100644 --- a/dynamics-nav-app/marketing-interactions.md +++ b/dynamics-nav-app/marketing-interactions.md @@ -14,9 +14,9 @@ In Dynamics NAV, interactions are all types of communications between your compa The relationship management area enables you to record all the interactions you have with your contacts in order to keep track of the sales and marketing efforts you have directed at your contacts and to improve your future business interactions with them. Setting up your application to record interactions consists of these tasks: -* [Setting up interaction templates](#setting-up-interaction-templates) -* [Creating interactions on contacts or segments](#creating-interactions-on-contacts-or-segments) -* [View and manage recorded interactions](#view-and-manage-recorded-interactions) +* Setting up interaction templates +* Creating interactions on contacts or segments +* View and manage recorded interactions ## Set Up Interaction Templates Before you can create and record interactions, you must set up interaction templates. When creating interactions, you must specify the interaction templates they are based on. An interaction template is a model that defines the basic characteristics of an interaction. diff --git a/dynamics-nav-app/pages/N_20.htm b/dynamics-nav-app/pages/N_20.htm index 17ad8816..a63dab59 100644 --- a/dynamics-nav-app/pages/N_20.htm +++ b/dynamics-nav-app/pages/N_20.htm @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/dynamics-nav-app/pages/N_37.htm b/dynamics-nav-app/pages/N_37.htm index 17ad8816..a63dab59 100644 --- a/dynamics-nav-app/pages/N_37.htm +++ b/dynamics-nav-app/pages/N_37.htm @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/dynamics-nav-app/pages/N_790.htm b/dynamics-nav-app/pages/N_790.htm index 17ad8816..a63dab59 100644 --- a/dynamics-nav-app/pages/N_790.htm +++ b/dynamics-nav-app/pages/N_790.htm @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/dynamics-nav-app/us-finance-sales-tax.md b/dynamics-nav-app/us-finance-sales-tax.md index a9008cda..5fe7de3e 100644 --- a/dynamics-nav-app/us-finance-sales-tax.md +++ b/dynamics-nav-app/us-finance-sales-tax.md @@ -31,5 +31,5 @@ In the United States, when you sell to a customer at a location where you do not ## See Also [Finance](Finance.md) [Set Up Finance](finance-setup-finance.md) -[Sales Tax and Goods and Services Tax in Canada](ca-finance-setup-tax.md) +[Sales Tax and Goods and Services Tax in Canada](ca-finance-tax.md) [Sales Tax setup made easy](https://madeira.microsoft.com/en-us/blog/sales-tax-setup-made-easy)