From e06c27ea3560cbbe8f6f3b9721cc960e4c02ecdc Mon Sep 17 00:00:00 2001 From: "s.pongratz" <s.pongratz@spongratz.aditosoftware.local> Date: Tue, 24 Mar 2020 17:59:53 +0100 Subject: [PATCH] 1051589 Documentiert Entity --- .../ClassificationAdmin_entity.aod | 1 + entity/LeadLog_entity/LeadLog_entity.aod | 2 ++ entity/LeadLog_entity/documentation.adoc | 3 +++ entity/LeadTemp_entity/LeadTemp_entity.aod | 1 + entity/LeadTemp_entity/documentation.adoc | 3 +++ entity/Leadimport_entity/Leadimport_entity.aod | 1 + entity/Leadimport_entity/documentation.adoc | 3 +++ .../PermissionCalendar_entity/PermissionCalendar_entity.aod | 1 + entity/PermissionCalendar_entity/documentation.adoc | 5 +++++ 9 files changed, 20 insertions(+) create mode 100644 entity/LeadLog_entity/documentation.adoc create mode 100644 entity/LeadTemp_entity/documentation.adoc create mode 100644 entity/Leadimport_entity/documentation.adoc create mode 100644 entity/PermissionCalendar_entity/documentation.adoc diff --git a/entity/ClassificationAdmin_entity/ClassificationAdmin_entity.aod b/entity/ClassificationAdmin_entity/ClassificationAdmin_entity.aod index e00af12fe56..cac69db2162 100644 --- a/entity/ClassificationAdmin_entity/ClassificationAdmin_entity.aod +++ b/entity/ClassificationAdmin_entity/ClassificationAdmin_entity.aod @@ -2,6 +2,7 @@ <entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.13" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.13"> <name>ClassificationAdmin_entity</name> <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/ClassificationAdmin_entity/documentation.adoc</documentation> <icon>VAADIN:LIST_OL</icon> <title>Classification</title> <grantDeleteProcess>%aditoprj%/entity/ClassificationAdmin_entity/grantDeleteProcess.js</grantDeleteProcess> diff --git a/entity/LeadLog_entity/LeadLog_entity.aod b/entity/LeadLog_entity/LeadLog_entity.aod index 8a1b7b9111b..16771dd8d93 100644 --- a/entity/LeadLog_entity/LeadLog_entity.aod +++ b/entity/LeadLog_entity/LeadLog_entity.aod @@ -1,7 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.13" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.13"> <name>LeadLog_entity</name> + <description></description> <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/LeadLog_entity/documentation.adoc</documentation> <grantCreate v="false" /> <grantUpdate v="false" /> <grantDelete v="false" /> diff --git a/entity/LeadLog_entity/documentation.adoc b/entity/LeadLog_entity/documentation.adoc new file mode 100644 index 00000000000..2eeb6e7b7bf --- /dev/null +++ b/entity/LeadLog_entity/documentation.adoc @@ -0,0 +1,3 @@ += LeadLog_entity + +Is for the Import of Data from a CSV-Format File. Important of this is, that the Data of File have to have the UTF-8 Character set formatting. diff --git a/entity/LeadTemp_entity/LeadTemp_entity.aod b/entity/LeadTemp_entity/LeadTemp_entity.aod index 116aaee14c5..fded41f01b3 100644 --- a/entity/LeadTemp_entity/LeadTemp_entity.aod +++ b/entity/LeadTemp_entity/LeadTemp_entity.aod @@ -2,6 +2,7 @@ <entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.13" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.13"> <name>LeadTemp_entity</name> <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/LeadTemp_entity/documentation.adoc</documentation> <grantCreate v="false" /> <grantUpdate v="false" /> <grantDelete v="false" /> diff --git a/entity/LeadTemp_entity/documentation.adoc b/entity/LeadTemp_entity/documentation.adoc new file mode 100644 index 00000000000..c4f4d3d59da --- /dev/null +++ b/entity/LeadTemp_entity/documentation.adoc @@ -0,0 +1,3 @@ +=LeadTemp_entity + +This Entity shows the uploaded Data of the CSV-File. The Data is already split by the delimiter in the columns. \ No newline at end of file diff --git a/entity/Leadimport_entity/Leadimport_entity.aod b/entity/Leadimport_entity/Leadimport_entity.aod index 1b7191a1c94..111f4e926cb 100644 --- a/entity/Leadimport_entity/Leadimport_entity.aod +++ b/entity/Leadimport_entity/Leadimport_entity.aod @@ -2,6 +2,7 @@ <entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.13" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.13"> <name>Leadimport_entity</name> <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/Leadimport_entity/documentation.adoc</documentation> <icon>NEON:IMPORT</icon> <title>Leadimport</title> <contentTitleProcess>%aditoprj%/entity/Leadimport_entity/contentTitleProcess.js</contentTitleProcess> diff --git a/entity/Leadimport_entity/documentation.adoc b/entity/Leadimport_entity/documentation.adoc new file mode 100644 index 00000000000..99feefd1ef1 --- /dev/null +++ b/entity/Leadimport_entity/documentation.adoc @@ -0,0 +1,3 @@ += LeadImport_entity + +Is for the Import of Data from a CSV-Format File. Important of this is, that the Data of File have to have the UTF-8 Character set formatting. diff --git a/entity/PermissionCalendar_entity/PermissionCalendar_entity.aod b/entity/PermissionCalendar_entity/PermissionCalendar_entity.aod index 51ed71f784d..2b4b94192bf 100644 --- a/entity/PermissionCalendar_entity/PermissionCalendar_entity.aod +++ b/entity/PermissionCalendar_entity/PermissionCalendar_entity.aod @@ -2,6 +2,7 @@ <entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.13" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.13"> <name>PermissionCalendar_entity</name> <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/PermissionCalendar_entity/documentation.adoc</documentation> <title>Calendar Permission</title> <grantCreate v="true" /> <grantDelete v="true" /> diff --git a/entity/PermissionCalendar_entity/documentation.adoc b/entity/PermissionCalendar_entity/documentation.adoc new file mode 100644 index 00000000000..74fe5d0df0a --- /dev/null +++ b/entity/PermissionCalendar_entity/documentation.adoc @@ -0,0 +1,5 @@ +=PermissionCalendar_entity + +This Entity is to set Permissions for a Employee of another Employee or Department. Important is that in the `PermissionCalendarEdit_view` the `PERMISSIONPROCURER` gets Rights from the chosen `PERMISSIONDEALER`. + +If you execute a add-Action over the own Filter-View, the current registered User is chosen as `PERMISSIONPROCURER`. \ No newline at end of file -- GitLab