docs-fixes (#12805)

This commit is contained in:
Bassam Ramadan
2018-02-07 15:29:06 +02:00
committed by Nabin Hait
parent 7ec8a2eae0
commit fd044a0d5e
571 changed files with 1548 additions and 1496 deletions

View File

@@ -6,16 +6,16 @@ The document versioning feature allows you to track all the changes made in the
Document Versioning can be enabled for one Document Type as a time. Let's assume that we need to enable it from Purchase Order. Then, we will check Customize Form tool for Purchase Order and check field `Track Changes`. With this, document versioning will be enabled for all the Purchase Orders create and edited hence forth.
<img class="screenshot" alt="Enable Versioning" src="/docs/assets/img/collaboration-tools/enable-versioning.png">
<img class="screenshot" alt="Enable Versioning" src="{{docs_base_url}}/assets/img/collaboration-tools/enable-versioning.png">
####Version Log
Following is link of version in a Purchase Order form. Each time a document is edited, a version's link will be added in that document. To check more details on specific version, click on it's link.
<img class="screenshot" alt="Version Links" src="/docs/assets/img/collaboration-tools/version-links.png">
<img class="screenshot" alt="Version Links" src="{{docs_base_url}}/assets/img/collaboration-tools/version-links.png">
####Version Details
In the Version document, you will find log of all the fields and values changes in it.
<img class="screenshot" alt="Version Details" src="/docs/assets/img/collaboration-tools/version-details.png">
<img class="screenshot" alt="Version Details" src="{{docs_base_url}}/assets/img/collaboration-tools/version-details.png">