Author: jleroux
Date: Sun May 6 07:20:56 2018
New Revision: 1831017
URL:
http://svn.apache.org/viewvc?rev=1831017&view=revLog:
Documented: New documentation for EntitySync
(OFBIZ-10390)
Adds the PDF generation information for stand alone document
Modified:
ofbiz/ofbiz-framework/trunk/framework/entityext/src/doc/asciidoc/EntitySync-manual.adoc
Modified: ofbiz/ofbiz-framework/trunk/framework/entityext/src/doc/asciidoc/EntitySync-manual.adoc
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/entityext/src/doc/asciidoc/EntitySync-manual.adoc?rev=1831017&r1=1831016&r2=1831017&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/entityext/src/doc/asciidoc/EntitySync-manual.adoc (original)
+++ ofbiz/ofbiz-framework/trunk/framework/entityext/src/doc/asciidoc/EntitySync-manual.adoc Sun May 6 07:20:56 2018
@@ -18,11 +18,18 @@ under the License.
////
= What is Entity Synchronization (EntitySync) and how to use it?
+The Apache OFBiz Project
+Release 17.12
+:imagesdir: ./images
+ifdef::backend-pdf[]
+:title-logo-image: image::OFBiz-Logo.svg[Apache OFBiz Logo, pdfwidth=4.25in, align=center]
+:source-highlighter: rouge
+endif::[]
== Introduction to Entity Synchronization
The general idea behind the Entity Sync stuff is to re-create transactions from a central database into one or
-more other databases, each represented by a set of record in the EntitySync and related entities.
+more other databases, each represented by a set of records in the EntitySync and related entities.
Though the Entity Sync mechanism can be used without the now deprecated POS, it was mostly destined to it.
It works well on a reliable network (LAN), it's a bit harder on Internet (WAN) but nothing impossible...