Skip to content

Commit

Permalink
Merge pull request #10 from MicrosoftDocs/master
Browse files Browse the repository at this point in the history
Merge master to live
  • Loading branch information
edupont04 authored Jul 19, 2017
2 parents 51adfb3 + 85040f4 commit 6b60b13
Show file tree
Hide file tree
Showing 203 changed files with 293 additions and 293 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ One way you can build the HTML files is by using DocFX, which is an open source

By default the files will be saved in the folder *c:/output*. The output folder is set in the NAVdocfx.json file. If you want to change this folder, do the following:

a. In the folder *[clone path]\nav-content\articles\*, open the NAVdocfx.json file in your editor.
a. In the folder *[clone path]\nav-content\dynamics-nav-app\*, open the NAVdocfx.json file in your editor.
b. Set the "dest:" parameter to your output folder, and save the changes.

3. Go to your desktop and open a command prompt.
Expand All @@ -41,7 +41,7 @@ One way you can build the HTML files is by using DocFX, which is an open source

4. Run the following command:
```
docfx "[clone path]\nav-content\articles\NAVdocfx.json"'
docfx "[clone path]\nav-content\dynamics-nav-app\NAVdocfx.json"'
```

The files are generated as .html files and stored in the specified output.
Expand Down
2 changes: 1 addition & 1 deletion dynamics-nav-app/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## [Using Search for Page or Report](ui-search.md)
## [Sorting](ui-sorting.md)

# [Finance](finance-setup.md)
# [Finance](Finance.md)
# [Sales](sales-manage-sales.md)
# [Purchasing](purchasing-manage-purchasing.md)
# [Inventory](inventory-manage-inventory.md)
Expand Down
22 changes: 11 additions & 11 deletions dynamics-nav-app/ToC.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<Node Name="Finance" DisplayName="Finance" Page="finance-setup.html">
<Node Name="GeneralLedger" DisplayName="The General Ledger and the Chart of Accounts" Page="finance-setup-general-ledger.html" />
<Node Name="Dimensions" DisplayName="Dimensions" Page="finance-setup-dimensions.html" />
<Node Name="AccountSchedules" DisplayName="Account Schedules" Page="finance-setup-account-schedule.html" />
<Node Name="DeferRevenuesExpenses" DisplayName="How to: Defer Revenues and Expenses" Page="finance-setup-how-defer-revenue-expenses.html" />
<Node Name="ImportPayrollTransactions" DisplayName="How to: Import Payroll Transactions" Page="finance-setup-how-import-payroll-transactions.html" />
<Node Name="AccountSchedules" DisplayName="Account Schedules" Page="finance-account-schedule.html" />
<Node Name="DeferRevenuesExpenses" DisplayName="How to: Defer Revenues and Expenses" Page="finance-how-defer-revenue-expenses.html" />
<Node Name="ImportPayrollTransactions" DisplayName="How to: Import Payroll Transactions" Page="finance-how-import-payroll-transactions.html" />
<Node Name="CloseYearsPeriods" DisplayName="Close Years and Periods" Page="year-close-years-periods.html" />
<Node Name="ManageReceivables" DisplayName="Manage Receivables" Page="receivables-manage-receivables.html">
<Node Name="ApplyPaymentsAutomaticallyReconcileBankAccounts" DisplayName="Apply Payments Automatically and Reconcile Bank Accounts" Page="receivables-apply-payments-auto-reconcile-bank-accounts.html" />
Expand Down Expand Up @@ -94,15 +94,15 @@
<Node Name="ReportSettings" DisplayName="Saved Settings on Reports" Page="reports-saving-reusing-settings.html"/>
</Node>
<Node Name="Setup" DisplayName="Set Up Your Dynamics NAV" Page="setup.html">
<Node Name="SetUpFinance" DisplayName="Set Up Finance" Page="finance-setup-setup-finance-setup.html">
<Node Name="SetUpFinance" DisplayName="Set Up Finance" Page="finance-setup-finance.html">
<Node Name="TransferYourData" DisplayName="Import Data from Other Finance Systems" Page="upload-data.html" />
<Node Name="SetUpPostingPeriods" DisplayName="How to: Set Up Posting Periods" Page="finance-setup-how-specify-posting-periods.html" />
<Node Name="SetUpPaymentMethods" DisplayName="How to: Set Up Payment Methods" Page="finance-setup-payment-methods.html" />
<Node Name="SetUpCurr" DisplayName="How to: Set Up Currencies" Page="finance-setup-setup-currencies.html" />
<Node Name="SetUpCheckLayouts" DisplayName="How to: Define Check Layouts" Page="finance-setup-how-define-check-layouts.html" />
<Node Name="EnableApplnMultiCurr" DisplayName="How to: Allow Enable Application of Ledger Entries in Different Currencies" Page="finance-setup-how-enable-application-ledger-entries-different-currencies.html" />
<Node Name="OpenFiscalYear" DisplayName="How to: Open a New Fiscal Year" Page="finance-setup-how-open-new-fiscal-year.html" />
<Node Name="SetUpDimensions" DisplayName="Set Up Dimensions" Page="finance-setup-setup-dimensions.html" />
<Node Name="SetUpPostingPeriods" DisplayName="How to: Set Up Posting Periods" Page="finance-how-specify-posting-periods.html" />
<Node Name="SetUpPaymentMethods" DisplayName="How to: Set Up Payment Methods" Page="finance-payment-methods.html" />
<Node Name="SetUpCurr" DisplayName="How to: Set Up Currencies" Page="finance-setup-currencies.html" />
<Node Name="SetUpCheckLayouts" DisplayName="How to: Define Check Layouts" Page="finance-how-define-check-layouts.html" />
<Node Name="EnableApplnMultiCurr" DisplayName="How to: Allow Enable Application of Ledger Entries in Different Currencies" Page="finance-how-enable-application-ledger-entries-different-currencies.html" />
<Node Name="OpenFiscalYear" DisplayName="How to: Open a New Fiscal Year" Page="finance-how-open-new-fiscal-year.html" />
<Node Name="SetUpDimensions" DisplayName="Set Up Dimensions" Page="finance-setup-dimensions.html" />
</Node>
<Node Name="SetUpBanking" DisplayName="Set Up Banking" Page="bank-setup-banking.html">
<Node Name="SetUpBankAcc" DisplayName="How to: Set Up Bank Accounts" Page="bank-how-setup-bank-accounts.html"/>
Expand Down
2 changes: 1 addition & 1 deletion dynamics-nav-app/across-display-lists-different-views.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# Displaying Lists in Different Views
Expand Down
4 changes: 2 additions & 2 deletions dynamics-nav-app/across-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# Welcome to Dynamics NAV
Expand All @@ -32,7 +32,7 @@ When you have run an assisted setup, it is marked as **Completed**. To run the a

## See Also
[Setup](setup.md)
[Finance](finance-setup.md)
[Finance](Finance.md)
[Customizing Dynamics NAV Using Extensions](ui-extensions.md)
[Work With Dynamics NAV](ui-work-product.md)
[Using Dynamics NAV as your Business Inbox in Outlook](across-outlook.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# How to: Connect and Disconnect Incoming Document Records from Documents and Entries
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# How to: Create Incoming Document Records
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# How to: Find Posted Documents without Incoming Document Records
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# How to: Manage Many Incoming Document Records
Expand Down
2 changes: 1 addition & 1 deletion dynamics-nav-app/across-how-setup-income-documents.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# How to: Set Up Incoming Documents
Expand Down
2 changes: 1 addition & 1 deletion dynamics-nav-app/across-how-use-approval-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# How to: Use Approval Workflows
Expand Down
2 changes: 1 addition & 1 deletion dynamics-nav-app/across-how-use-ocr-pdf-images-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# How to: Use OCR to Turn PDF and Image Files into Electronic Documents
Expand Down
2 changes: 1 addition & 1 deletion dynamics-nav-app/across-income-documents.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# Manage Incoming Documents
Expand Down
4 changes: 2 additions & 2 deletions dynamics-nav-app/across-outlook.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# Using Dynamics NAV as your Business Inbox in Outlook
Expand Down Expand Up @@ -38,6 +38,6 @@ In the Document Links add-in, you can modify and take actions with the document,

## See Also
[Welcome to Dynamics NAV](across-get-started.md)
[Finance](finance-setup.md)
[Finance](Finance.md)
[Manage Sales](sales-manage-sales.md)
[Manage Purchasing](purchasing-manage-purchasing.md)
2 changes: 1 addition & 1 deletion dynamics-nav-app/across-powerbi.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# Using the Dynamics NAV Content Pack for Power BI
Expand Down
2 changes: 1 addition & 1 deletion dynamics-nav-app/across-process-income-documents.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# Process Incoming Documents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# How to: Reconcile Bank Accounts Separately
Expand Down
2 changes: 1 addition & 1 deletion dynamics-nav-app/bank-how-setup-bank-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# How to: Set Up Bank Accounts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# How to: Set Up the Bank Data Conversion Service
Expand Down
2 changes: 1 addition & 1 deletion dynamics-nav-app/bank-how-setup-bank-statement-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# How to: Set Up the Envestnet Yodlee Bank Feeds Service
Expand Down
2 changes: 1 addition & 1 deletion dynamics-nav-app/bank-how-transfer-bank-funds.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# How to: Transfer Bank Funds
Expand Down
2 changes: 1 addition & 1 deletion dynamics-nav-app/bank-manage-bank-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# Manage Bank Accounts
Expand Down
2 changes: 1 addition & 1 deletion dynamics-nav-app/bank-setup-banking.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# Set Up Banking
Expand Down
6 changes: 3 additions & 3 deletions dynamics-nav-app/ca-finance-tax.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# Sales Tax and Goods and Services Tax in Canada
Expand All @@ -18,6 +18,6 @@ For more information about sales tax, see [Sales Tax and Tax Groups in the US an
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.

## See Also
[Finance](finance-setup.md)
[Set Up Finance](finance-setup-setup-finance-setup.md)
[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)
6 changes: 3 additions & 3 deletions dynamics-nav-app/ca-finance-work-GiFI-codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

#How to: Work With GIFI Codes in Canada
Expand Down Expand Up @@ -54,5 +54,5 @@ You can export balance information using GIFI codes and save the exported file i
* Negative numbers are represented as positive number in brackets. Accordingly, -123 is represented as (123).

## See Also
[Finance](finance-setup.md)
[Set Up Core Financial Processes](finance-setup-setup-finance-setup.md)
[Finance](Finance.md)
[Set Up Core Financial Processes](finance-setup-finance.md)
4 changes: 2 additions & 2 deletions dynamics-nav-app/fa-depreciation-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# Depreciation Methods
Expand Down Expand Up @@ -339,5 +339,5 @@ When you enter an entry in B1 in the fixed asset G/L journal and place a check m
## See Also
[Manage Fixed Assets](fa-manage.md)
[Set Up Fixed Assets](fa-setup.md)
[Finance](finance-setup.md)
[Finance](Finance.md)
[Welcome to Dynamics NAV](across-get-started.md)
4 changes: 2 additions & 2 deletions dynamics-nav-app/fa-how-acquire.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# How to: Acquire Fixed Assets
Expand Down Expand Up @@ -87,5 +87,5 @@ You can post the salvage value together with the acquisition cost from a fixed a
## See Also
[Manage Fixed Assets](fa-manage.md)
[Set Up Fixed Assets](fa-setup.md)
[Finance](finance-setup.md)
[Finance](Finance.md)
[Welcome to Dynamics NAV](across-get-started.md)
4 changes: 2 additions & 2 deletions dynamics-nav-app/fa-how-depreciate-amortize.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# How to: Depreciate or Amortize Fixed Assets
Expand Down Expand Up @@ -90,5 +90,5 @@ The copied lines are created in either the fixed asset G/L journal or the fixed
## See Also
[Manage Fixed Assets](fa-manage.md)
[Set Up Fixed Assets](fa-setup.md)
[Finance](finance-setup.md)
[Finance](Finance.md)
[Welcome to Dynamics NAV](across-get-started.md)
4 changes: 2 additions & 2 deletions dynamics-nav-app/fa-how-dispose-retire.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# How to: Dispose of or Retire Fixed Assets
Expand Down Expand Up @@ -39,5 +39,5 @@ The **General Ledger Entries** window opens where you can see the entries that t
## See Also
[Manage Fixed Assets](fa-manage.md)
[Set Up Fixed Assets](fa-setup.md)
[Finance](finance-setup.md)
[Finance](Finance.md)
[Welcome to Dynamics NAV](across-get-started.md)
4 changes: 2 additions & 2 deletions dynamics-nav-app/fa-how-insure.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# How to: Insure Fixed Assets
Expand Down Expand Up @@ -104,5 +104,5 @@ The fixed asset will be detached from the incorrect insurance policy, on the sec
## See Also
[Manage Fixed Assets](fa-manage.md)
[Set Up Fixed Assets](fa-setup.md)
[Finance](finance-setup.md)
[Finance](Finance.md)
[Welcome to Dynamics NAV](across-get-started.md)
4 changes: 2 additions & 2 deletions dynamics-nav-app/fa-how-maintain.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.reviewer: na
ms.suite: na
ms.tgt_pltfrm: na
ms.topic: article
ms-prod: "dynamics-nav-2017"
ms.prod: "dynamics-nav-2017"
---

# How to: Maintain Fixed Assets
Expand Down Expand Up @@ -76,5 +76,5 @@ In the **Maintenance - Details** report, you can view or print maintenance ledge
## See Also
[Manage Fixed Assets](fa-manage.md)
[Set Up Fixed Assets](fa-setup.md)
[Finance](finance-setup.md)
[Finance](Finance.md)
[Welcome to Dynamics NAV](across-get-started.md)
Loading

0 comments on commit 6b60b13

Please sign in to comment.