From 677855433098a89a398fb44aaf83d40bb9825efd Mon Sep 17 00:00:00 2001
From: Johannes Hoermann <j.hoermann@adito.de>
Date: Wed, 20 Feb 2019 15:47:48 +0100
Subject: [PATCH] documentation

---
 entity/Person_entity/Person_entity.aod        |  1 +
 entity/Person_entity/documentation.adoc       |  0
 .../Salesproject_entity.aod                   |  1 +
 .../Salesproject_entity}/documentation.adoc   |  0
 neonContext/Salesproject/Salesproject.aod     |  1 -
 others/guide/PersonOrganisationContact.adoc   | 39 +++++++++++++++++++
 6 files changed, 41 insertions(+), 1 deletion(-)
 create mode 100644 entity/Person_entity/documentation.adoc
 rename {neonContext/Salesproject => entity/Salesproject_entity}/documentation.adoc (100%)
 create mode 100644 others/guide/PersonOrganisationContact.adoc

diff --git a/entity/Person_entity/Person_entity.aod b/entity/Person_entity/Person_entity.aod
index 85459cd436..3e07e4772e 100644
--- a/entity/Person_entity/Person_entity.aod
+++ b/entity/Person_entity/Person_entity.aod
@@ -4,6 +4,7 @@
   <title>Contact</title>
   <description>former Pers</description>
   <majorModelMode>DISTRIBUTED</majorModelMode>
+  <documentation>%aditoprj%/entity/Person_entity/documentation.adoc</documentation>
   <iconId>VAADIN:USERS</iconId>
   <imageProcess>%aditoprj%/entity/Person_entity/imageProcess.js</imageProcess>
   <titleProcess>%aditoprj%/entity/Person_entity/titleProcess.js</titleProcess>
diff --git a/entity/Person_entity/documentation.adoc b/entity/Person_entity/documentation.adoc
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/entity/Salesproject_entity/Salesproject_entity.aod b/entity/Salesproject_entity/Salesproject_entity.aod
index 9302768702..a52e76a53a 100644
--- a/entity/Salesproject_entity/Salesproject_entity.aod
+++ b/entity/Salesproject_entity/Salesproject_entity.aod
@@ -3,6 +3,7 @@
   <name>Salesproject_entity</name>
   <title>Salesproject</title>
   <majorModelMode>DISTRIBUTED</majorModelMode>
+  <documentation>%aditoprj%/entity/Salesproject_entity/documentation.adoc</documentation>
   <iconId>VAADIN:BOOK_DOLLAR</iconId>
   <titleProcess>%aditoprj%/entity/Salesproject_entity/titleProcess.js</titleProcess>
   <recordContainer>db</recordContainer>
diff --git a/neonContext/Salesproject/documentation.adoc b/entity/Salesproject_entity/documentation.adoc
similarity index 100%
rename from neonContext/Salesproject/documentation.adoc
rename to entity/Salesproject_entity/documentation.adoc
diff --git a/neonContext/Salesproject/Salesproject.aod b/neonContext/Salesproject/Salesproject.aod
index cf828aac4f..0d925d49ef 100644
--- a/neonContext/Salesproject/Salesproject.aod
+++ b/neonContext/Salesproject/Salesproject.aod
@@ -3,7 +3,6 @@
   <name>Salesproject</name>
   <title>Salesproject</title>
   <majorModelMode>DISTRIBUTED</majorModelMode>
-  <documentation>%aditoprj%/neonContext/Salesproject/documentation.adoc</documentation>
   <mainview>SalesprojectMain_view</mainview>
   <filterview>SalesprojectFilter_view</filterview>
   <editview>SalesprojectEdit_view</editview>
diff --git a/others/guide/PersonOrganisationContact.adoc b/others/guide/PersonOrganisationContact.adoc
new file mode 100644
index 0000000000..7d7a1b33f9
--- /dev/null
+++ b/others/guide/PersonOrganisationContact.adoc
@@ -0,0 +1,39 @@
+Person, Organisation, Contact
+=============================
+:toc2: left
+:numbered:
+
+== Differences to old Adito ==
+
+The old Adito basic had:
+
+- Pers
+- Org
+- Relation
+
+They are not gone, just renamed:
+
+- Pers = Person
+- Org = Organisation
+- Relation = Contact
+
+TODO: doku erweitern
+erson, Organisation, Contact
+===========================================
+:toc2: left
+:numbered:
+
+== Differences to old Adito ==
+
+The old Adito basic had:
+
+- Pers
+- Org
+- Relation
+
+They are not gone, just renamed:
+
+- Pers = Person
+- Org = Organisation
+- Relation = Contact
+
-- 
GitLab