diff --git a/.aditoprj/project.version b/.aditoprj/project.version index ec35104b9fdeda2b33be40d492d5f1fcc61e1262..f439350ecfede252c4003d2ce0434c49a434fc0e 100644 --- a/.aditoprj/project.version +++ b/.aditoprj/project.version @@ -1,3 +1,3 @@ -#This file is generated by ADITO designer. Do NOT delete or modify! -#Tue May 28 08:41:41 CEST 2019 -version=5.1.15 +#This file is generated by ADITO designer. Do NOT delete or modify! +#Wed Jun 05 09:32:39 CEST 2019 +version=5.1.15 diff --git a/.liquibase/Data_alias/basic/2019.2/AditoBasic/init_SalesprojectCompetitionState.xml b/.liquibase/Data_alias/basic/2019.2/AditoBasic/init_SalesprojectCompetitionState.xml index d536780462a9d9e5e1ba88aa83b6f508f7f602f1..30333008faaeecbd5a76da221e63bb57ffe509d0 100644 --- a/.liquibase/Data_alias/basic/2019.2/AditoBasic/init_SalesprojectCompetitionState.xml +++ b/.liquibase/Data_alias/basic/2019.2/AditoBasic/init_SalesprojectCompetitionState.xml @@ -6,7 +6,7 @@ <column name="KEYID" value="90dabaf6-b62a-4a5b-a9ff-449e5a898a24"/> <column name="TITLE" value="Open"/> - <column name="CONTAINER" value="SalesprojectCompetitionState"/> + <column name="CONTAINER" value="CompetitionState"/> <column name="SORTING" valueNumeric="1"/> <column name="ISACTIVE" valueNumeric="1"/> <column name="ISESSENTIAL" valueNumeric="0"/> @@ -16,7 +16,7 @@ <column name="KEYID" value="2709acc9-df9c-470b-840c-6ff89fe0bf4e"/> <column name="TITLE" value="Postponed"/> - <column name="CONTAINER" value="SalesprojectCompetitionState"/> + <column name="CONTAINER" value="CompetitionState"/> <column name="SORTING" valueNumeric="2"/> <column name="ISACTIVE" valueNumeric="1"/> <column name="ISESSENTIAL" valueNumeric="0"/> @@ -26,7 +26,7 @@ <column name="KEYID" value="fb9d270b-a62d-4a78-a3b8-a49dc5afe36d"/> <column name="TITLE" value="Aborted"/> - <column name="CONTAINER" value="SalesprojectCompetitionState"/> + <column name="CONTAINER" value="CompetitionState"/> <column name="SORTING" valueNumeric="3"/> <column name="ISACTIVE" valueNumeric="1"/> <column name="ISESSENTIAL" valueNumeric="0"/> @@ -36,7 +36,7 @@ <column name="KEYID" value="bae61bdf-ef67-4074-9db6-99a292dc8a6d"/> <column name="TITLE" value="Partial order"/> - <column name="CONTAINER" value="SalesprojectCompetitionState"/> + <column name="CONTAINER" value="CompetitionState"/> <column name="SORTING" valueNumeric="4"/> <column name="ISACTIVE" valueNumeric="1"/> <column name="ISESSENTIAL" valueNumeric="0"/> @@ -46,7 +46,7 @@ <column name="KEYID" value="aa4aff7e-3c1a-4a48-95f6-297e341cb7aa"/> <column name="TITLE" value="Order"/> - <column name="CONTAINER" value="SalesprojectCompetitionState"/> + <column name="CONTAINER" value="CompetitionState"/> <column name="SORTING" valueNumeric="5"/> <column name="ISACTIVE" valueNumeric="1"/> <column name="ISESSENTIAL" valueNumeric="0"/> @@ -56,7 +56,7 @@ <column name="KEYID" value="ff73172c-8517-4b6e-98cb-43aebacd9af1"/> <column name="TITLE" value="Lost"/> - <column name="CONTAINER" value="SalesprojectCompetitionState"/> + <column name="CONTAINER" value="CompetitionState"/> <column name="SORTING" valueNumeric="6"/> <column name="ISACTIVE" valueNumeric="1"/> <column name="ISESSENTIAL" valueNumeric="0"/> diff --git a/.liquibase/Data_alias/basic/2019.2/AditoBasic/init_YesNo.xml b/.liquibase/Data_alias/basic/2019.2/AditoBasic/init_YesNo.xml new file mode 100644 index 0000000000000000000000000000000000000000..6d6ecabeeacc14d3d4b104e2a65ccdf4e4a9302b --- /dev/null +++ b/.liquibase/Data_alias/basic/2019.2/AditoBasic/init_YesNo.xml @@ -0,0 +1,23 @@ +<?xml version="1.1" encoding="UTF-8" standalone="no"?> +<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd"> + <changeSet author="n.bugl" id="65c6bfc8-5de5-479e-8d64-a93cffe8ce89"> + <insert tableName="AB_KEYWORD_ENTRY"> + <column name="AB_KEYWORD_ENTRYID" value="eadf3ecb-ac35-4a94-879a-f6e85a72fa29"/> + <column name="KEYID" value="d657755e-50e8-409b-8b1e-2d8315c2307a"/> + <column name="TITLE" value="Yes"/> + <column name="CONTAINER" value="YesNo"/> + <column name="SORTING" valueNumeric="1"/> + <column name="ISACTIVE" valueNumeric="1"/> + <column name="ISESSENTIAL" valueNumeric="0"/> + </insert> + <insert tableName="AB_KEYWORD_ENTRY"> + <column name="AB_KEYWORD_ENTRYID" value="4dcc3315-8a38-42d9-ba34-f8899b86ca85"/> + <column name="KEYID" value="3389c206-5916-401b-8aa5-6ebaf012a09b"/> + <column name="TITLE" value="No"/> + <column name="CONTAINER" value="YesNo"/> + <column name="SORTING" valueNumeric="2"/> + <column name="ISACTIVE" valueNumeric="1"/> + <column name="ISESSENTIAL" valueNumeric="0"/> + </insert> + </changeSet> +</databaseChangeLog> \ No newline at end of file diff --git a/.liquibase/Data_alias/basic/2019.2/changelog.xml b/.liquibase/Data_alias/basic/2019.2/changelog.xml index ae8273cc271322b683b7bbe21d4b57c3b81af80b..10a9b2c92186abc167ae643988ffecd3cc0e90c2 100644 --- a/.liquibase/Data_alias/basic/2019.2/changelog.xml +++ b/.liquibase/Data_alias/basic/2019.2/changelog.xml @@ -83,6 +83,7 @@ <include relativeToChangelogFile="true" file="Contact_add_columns.xml"/> <include relativeToChangelogFile="true" file="SalesOrder_source_offer.xml"/> <include relativeToChangelogFile="true" file="Product_remove_fk.xml"/> + <include relativeToChangelogFile="true" file="AditoBasic/init_YesNo.xml"/> <include relativeToChangelogFile="true" file="data/example_attribute/Attribute.xml" context="example"/> <include relativeToChangelogFile="true" file="data/example_attribute/AttributeUsage.xml" context="example"/> @@ -124,7 +125,13 @@ <include relativeToChangelogFile="true" file="offer_add_date_editnew_user_editnew.xml"/> <include relativeToChangelogFile="true" file="attributerelation_add_date_editnew_user_editnew.xml"/> <include relativeToChangelogFile="true" file="communication_add_date_editnew_user_editnew.xml"/> - + + <include relativeToChangelogFile="true" file="update_Salesproject_Forecast.xml"/> + <include relativeToChangelogFile="true" file="update_Offer.xml"/> + <include relativeToChangelogFile="true" file="update_Salesproject_Competition.xml"/> + <include relativeToChangelogFile="true" file="update_Salesproject_Member.xml"/> + <include relativeToChangelogFile="true" file="update_Memberrole_InternExtern.xml"/> + <include relativeToChangelogFile="true" file="indicesRefactor/ContactManagement.xml"/> <include relativeToChangelogFile="true" file="indicesRefactor/Keyword.xml"/> <include relativeToChangelogFile="true" file="indicesRefactor/Activity.xml"/> diff --git a/.liquibase/Data_alias/basic/2019.2/update_Memberrole_InternExtern.xml b/.liquibase/Data_alias/basic/2019.2/update_Memberrole_InternExtern.xml new file mode 100644 index 0000000000000000000000000000000000000000..40aafe37e6091f0446fa6b16f6e77185f123fc2e --- /dev/null +++ b/.liquibase/Data_alias/basic/2019.2/update_Memberrole_InternExtern.xml @@ -0,0 +1,42 @@ +<?xml version="1.1" encoding="UTF-8" standalone="no"?> +<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd"> + <changeSet author="n.bugl" id="edd0e09f-830e-4cd8-acf6-ee0oord82d7a"> + <insert tableName="AB_KEYWORD_ATTRIBUTE"> + <column name="AB_KEYWORD_ATTRIBUTEID" value="0bdeb691-f90a-4d7e-a99a-08c60816232c"/> + <column name="NAME" value="Intern"/> + <column name="CONTAINER" value="MemberRole"/> + <column name="TYPE" value="BOOL_VALUE"/> + </insert> + +<insert tableName="AB_KEYWORD_ATTRIBUTERELATION"> + <column name="AB_KEYWORD_ATTRIBUTERELATIONID" value="c3cb11b1-6b0a-47c2-bb86-e72be9b4c229"/> + <column name="AB_KEYWORD_ENTRY_ID" value="9c421b0b-8529-4e07-9463-28d59fd027b6"/> + <column name="AB_KEYWORD_ATTRIBUTE_ID" value="0bdeb691-f90a-4d7e-a99a-08c60816232c"/> + <column name="BOOL_VALUE" valueNumeric="1"/> + </insert> + <insert tableName="AB_KEYWORD_ATTRIBUTERELATION"> + <column name="AB_KEYWORD_ATTRIBUTERELATIONID" value="215b0167-1e5f-43d5-a1a5-2af2f9cf04d5"/> + <column name="AB_KEYWORD_ENTRY_ID" value="f78f229f-f809-4bd2-aca8-24e2f82fa220"/> + <column name="AB_KEYWORD_ATTRIBUTE_ID" value="0bdeb691-f90a-4d7e-a99a-08c60816232c"/> + <column name="BOOL_VALUE" valueNumeric="1"/> + </insert> + <insert tableName="AB_KEYWORD_ATTRIBUTERELATION"> + <column name="AB_KEYWORD_ATTRIBUTERELATIONID" value="965d3371-1632-4f2b-9fb6-d8503558fb88"/> + <column name="AB_KEYWORD_ENTRY_ID" value="b72294cd-3a46-4f71-ab93-72824f63f7f4"/> + <column name="AB_KEYWORD_ATTRIBUTE_ID" value="0bdeb691-f90a-4d7e-a99a-08c60816232c"/> + <column name="BOOL_VALUE" valueNumeric="1"/> + </insert> + <insert tableName="AB_KEYWORD_ATTRIBUTERELATION"> + <column name="AB_KEYWORD_ATTRIBUTERELATIONID" value="9a7e069c-7ac7-4874-8c0a-5e97f9b7c6f6"/> + <column name="AB_KEYWORD_ENTRY_ID" value="8cb1b843-713a-4193-aa50-9f5ca06820f8"/> + <column name="AB_KEYWORD_ATTRIBUTE_ID" value="0bdeb691-f90a-4d7e-a99a-08c60816232c"/> + <column name="BOOL_VALUE" valueNumeric="0"/> + </insert> + <insert tableName="AB_KEYWORD_ATTRIBUTERELATION"> + <column name="AB_KEYWORD_ATTRIBUTERELATIONID" value="6d50e721-2f38-43d8-a323-7a685e54614b"/> + <column name="AB_KEYWORD_ENTRY_ID" value="039fd6ae-b4ad-431e-86bf-59ed2f4df0a9"/> + <column name="AB_KEYWORD_ATTRIBUTE_ID" value="0bdeb691-f90a-4d7e-a99a-08c60816232c"/> + <column name="BOOL_VALUE" valueNumeric="1"/> + </insert> + </changeSet> +</databaseChangeLog> \ No newline at end of file diff --git a/.liquibase/Data_alias/basic/2019.2/update_Offer.xml b/.liquibase/Data_alias/basic/2019.2/update_Offer.xml new file mode 100644 index 0000000000000000000000000000000000000000..c513f47119f73710d6468ee3eb64709c37f4101f --- /dev/null +++ b/.liquibase/Data_alias/basic/2019.2/update_Offer.xml @@ -0,0 +1,20 @@ +<?xml version="1.1" encoding="UTF-8" standalone="no"?> +<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd"> + <changeSet author="n.bugl" id="edd0e09f-830e-4cd3-acf6-ee0c2cd82d7a"> + + <addColumn tableName="OFFER"> + <column name="OBJECT_TYPE" type="NVARCHAR(63)"> + </column> + </addColumn> + <renameColumn newColumnName="OBJECT_ROWID" oldColumnName="SALESPROJECT_ID" tableName="OFFER"/> + <update tableName="OFFER"> + <column name="OBJECT_TYPE" value="Salesproject" /> + <where>OBJECT_ROWID = '0833465c-8851-4fbb-b7e3-8c1d73c903da' </where> + </update> + + <addNotNullConstraint + tableName="OFFER" + columnName="OBJECT_TYPE"/> + + </changeSet> +</databaseChangeLog> \ No newline at end of file diff --git a/.liquibase/Data_alias/basic/2019.2/update_Salesproject_Competition.xml b/.liquibase/Data_alias/basic/2019.2/update_Salesproject_Competition.xml new file mode 100644 index 0000000000000000000000000000000000000000..d0d00e648e99d7af6befbfae4c7705d3829e1700 --- /dev/null +++ b/.liquibase/Data_alias/basic/2019.2/update_Salesproject_Competition.xml @@ -0,0 +1,23 @@ +<?xml version="1.1" encoding="UTF-8" standalone="no"?> +<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd"> + <changeSet author="n.bugl" id="edd0e09f-830e-4cd3-acf6-ee0c2cd82d7a"> + + <addColumn tableName="SALESPROJECT_COMPETITION"> + <column name="OBJECT_TYPE" type="NVARCHAR(63)"> + </column> + </addColumn> + <renameColumn newColumnName="OBJECT_ROWID" oldColumnName="SALESPROJECT_ID" tableName="SALESPROJECT_COMPETITION"/> + <renameColumn newColumnName="COMPETITIONID" oldColumnName="SALESPROJECT_COMPETITIONID" tableName="SALESPROJECT_COMPETITION"/> + <update tableName="SALESPROJECT_COMPETITION"> + <column name="OBJECT_TYPE" value="Salesproject" /> + <where>OBJECT_ROWID = '0833465c-8851-4fbb-b7e3-8c1d73c903da' </where> + </update> + + <addNotNullConstraint + tableName="SALESPROJECT_COMPETITION" + columnName="OBJECT_TYPE"/> + + <renameTable oldTableName="SALESPROJECT_COMPETITION" newTableName="COMPETITION"/> + + </changeSet> +</databaseChangeLog> \ No newline at end of file diff --git a/.liquibase/Data_alias/basic/2019.2/update_Salesproject_Forecast.xml b/.liquibase/Data_alias/basic/2019.2/update_Salesproject_Forecast.xml new file mode 100644 index 0000000000000000000000000000000000000000..7e7ee03202f47ad2bbe8949b0e20eb5d1dd12702 --- /dev/null +++ b/.liquibase/Data_alias/basic/2019.2/update_Salesproject_Forecast.xml @@ -0,0 +1,23 @@ +<?xml version="1.1" encoding="UTF-8" standalone="no"?> +<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd"> + <changeSet author="n.bugl" id="edd0e09f-830e-4cd3-acf6-ee0c2cd82d7a"> + + <addColumn tableName="SALESPROJECT_FORECAST"> + <column name="OBJECT_TYPE" type="NVARCHAR(63)"> + </column> + </addColumn> + <renameColumn newColumnName="OBJECT_ROWID" oldColumnName="SALESPROJECT_ID" tableName="SALESPROJECT_FORECAST"/> + <renameColumn newColumnName="FORECASTID" oldColumnName="SALESPROJECT_FORECASTID" tableName="SALESPROJECT_FORECAST"/> + <update tableName="SALESPROJECT_FORECAST"> + <column name="OBJECT_TYPE" value="Salesproject" /> + <where>OBJECT_ROWID = '0833465c-8851-4fbb-b7e3-8c1d73c903da' </where> + </update> + + <addNotNullConstraint + tableName="SALESPROJECT_FORECAST" + columnName="OBJECT_TYPE"/> + + <renameTable oldTableName="SALESPROJECT_FORECAST" newTableName="FORECAST"/> + + </changeSet> +</databaseChangeLog> \ No newline at end of file diff --git a/.liquibase/Data_alias/basic/2019.2/update_Salesproject_Member.xml b/.liquibase/Data_alias/basic/2019.2/update_Salesproject_Member.xml new file mode 100644 index 0000000000000000000000000000000000000000..3e6a9d523a13fd4b1bd6c7d051d855a55afc3af2 --- /dev/null +++ b/.liquibase/Data_alias/basic/2019.2/update_Salesproject_Member.xml @@ -0,0 +1,24 @@ +<?xml version="1.1" encoding="UTF-8" standalone="no"?> +<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd"> + <changeSet author="n.bugl" id="edd0e09f-830e-4cd3-acf6-ee0c2cd82d7a"> + + <addColumn tableName="SALESPROJECT_MEMBER"> + <column name="OBJECT_TYPE" type="NVARCHAR(63)"/> + <column name="DECIDER" type="BOOLEAN"/> + </addColumn> + <renameColumn newColumnName="OBJECT_ROWID" oldColumnName="SALESPROJECT_ID" tableName="SALESPROJECT_MEMBER"/> + <renameColumn newColumnName="MEMBERID" oldColumnName="SALESPROJECT_MEMBERID" tableName="SALESPROJECT_MEMBER"/> + <renameColumn newColumnName="ROLE" oldColumnName="SALESPROJECT_ROLE" tableName="SALESPROJECT_MEMBER"/> + <update tableName="SALESPROJECT_MEMBER"> + <column name="OBJECT_TYPE" value="Salesproject" /> + <where>OBJECT_ROWID = '0833465c-8851-4fbb-b7e3-8c1d73c903da'</where> + </update> + + <addNotNullConstraint + tableName="SALESPROJECT_MEMBER" + columnName="OBJECT_TYPE"/> + + <renameTable oldTableName="SALESPROJECT_MEMBER" newTableName="MEMBER"/> + + </changeSet> +</databaseChangeLog> \ No newline at end of file diff --git a/.liquibase/Data_alias/basic/init/data/AditoBasic/ab_keyword_entry/init_SalesprojectMemberRole.xml b/.liquibase/Data_alias/basic/init/data/AditoBasic/ab_keyword_entry/init_SalesprojectMemberRole.xml index 6bb21bcdb6d80558a3cda81c2cd7b4c9b031fd82..3ed1316c978dd5917f4823d27f18d21757c8aa8f 100644 --- a/.liquibase/Data_alias/basic/init/data/AditoBasic/ab_keyword_entry/init_SalesprojectMemberRole.xml +++ b/.liquibase/Data_alias/basic/init/data/AditoBasic/ab_keyword_entry/init_SalesprojectMemberRole.xml @@ -5,7 +5,7 @@ <column name="AB_KEYWORD_ENTRYID" value="9c421b0b-8529-4e07-9463-28d59fd027b6"/> <column name="KEYID" value="1d100fff-24ba-43fd-931d-cae24e10b41f"/> <column name="TITLE" value="Project manager"/> - <column name="CONTAINER" value="SalesprojectMemberRole"/> + <column name="CONTAINER" value="MemberRole"/> <column name="SORTING" valueNumeric="0"/> <column name="ISACTIVE" valueNumeric="1"/> <column name="ISESSENTIAL" valueNumeric="0"/> @@ -14,7 +14,7 @@ <column name="AB_KEYWORD_ENTRYID" value="f78f229f-f809-4bd2-aca8-24e2f82fa220"/> <column name="KEYID" value="8fb09614-5dc4-4d68-ac66-bf7bbebcb3ad"/> <column name="TITLE" value="Project assistant"/> - <column name="CONTAINER" value="SalesprojectMemberRole"/> + <column name="CONTAINER" value="MemberRole"/> <column name="SORTING" valueNumeric="1"/> <column name="ISACTIVE" valueNumeric="1"/> <column name="ISESSENTIAL" valueNumeric="0"/> @@ -23,25 +23,16 @@ <column name="AB_KEYWORD_ENTRYID" value="8cb1b843-713a-4193-aa50-9f5ca06820f8"/> <column name="KEYID" value="28b9aaa2-325c-498f-8397-e20cffbfc215"/> <column name="TITLE" value="Adviser"/> - <column name="CONTAINER" value="SalesprojectMemberRole"/> + <column name="CONTAINER" value="MemberRole"/> <column name="SORTING" valueNumeric="2"/> <column name="ISACTIVE" valueNumeric="1"/> <column name="ISESSENTIAL" valueNumeric="0"/> </insert> - <insert tableName="AB_KEYWORD_ENTRY"> - <column name="AB_KEYWORD_ENTRYID" value="3d603fe3-1b06-43fc-9e20-2efd6e9e4afd"/> - <column name="KEYID" value="70cbad1b-eac6-4369-ba50-4946e0fbcb3a"/> - <column name="TITLE" value="Decision maker"/> - <column name="CONTAINER" value="SalesprojectMemberRole"/> - <column name="SORTING" valueNumeric="3"/> - <column name="ISACTIVE" valueNumeric="1"/> - <column name="ISESSENTIAL" valueNumeric="0"/> - </insert> <insert tableName="AB_KEYWORD_ENTRY"> <column name="AB_KEYWORD_ENTRYID" value="039fd6ae-b4ad-431e-86bf-59ed2f4df0a9"/> <column name="KEYID" value="a8460c8e-24bd-4410-9704-e4865fdd57bf"/> <column name="TITLE" value="External sales manager"/> - <column name="CONTAINER" value="SalesprojectMemberRole"/> + <column name="CONTAINER" value="MemberRole"/> <column name="SORTING" valueNumeric="4"/> <column name="ISACTIVE" valueNumeric="1"/> <column name="ISESSENTIAL" valueNumeric="0"/> @@ -50,7 +41,7 @@ <column name="AB_KEYWORD_ENTRYID" value="b72294cd-3a46-4f71-ab93-72824f63f7f4"/> <column name="KEYID" value="67baabb5-abd0-43bd-aea1-cf7e606814a6"/> <column name="TITLE" value="Internal sales manager"/> - <column name="CONTAINER" value="SalesprojectMemberRole"/> + <column name="CONTAINER" value="MemberRole"/> <column name="SORTING" valueNumeric="5"/> <column name="ISACTIVE" valueNumeric="1"/> <column name="ISESSENTIAL" valueNumeric="0"/> diff --git a/aliasDefinition/Data_alias/Data_alias.aod b/aliasDefinition/Data_alias/Data_alias.aod index ace4a8c827fb2de9d89ec6ec3d64a4788e2220f3..025687e3f997905cbef4b26558e7ab95773c022f 100644 --- a/aliasDefinition/Data_alias/Data_alias.aod +++ b/aliasDefinition/Data_alias/Data_alias.aod @@ -1,9825 +1,9725 @@ -<?xml version="1.0" encoding="UTF-8"?> -<aliasDefinition xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/aliasDefinition/1.2.0"> - <name>Data_alias</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <datasourceType v="0" /> - <aliasDefinitionSub> - <aliasDefDb> - <entityGroup> - <name>entityGroup</name> - <entities> - <entityDb> - <name>ORGANISATION</name> - <dbName></dbName> - <idColumn>ORGANISATIONID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="3" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>CUSTOMERCODE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="30" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Customercode</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>INFO</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2005" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Information</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>NAME</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="255" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <title>Name</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>TYPE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Type</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>keyword</name> - <global v="false" /> - <property>OrganisationType</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SALESAREA</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="5" /> - <size v="5" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Sales area</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ORGANISATIONID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>Organisation Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Modification date</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Creation date</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Creation user</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Modification user</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>PICTURE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2004" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Picture</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>CONTACT</name> - <dbName></dbName> - <idColumn>CONTACTID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="1" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>LANGUAGE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="3" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Language</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customJDitoProperty> - <name>translate4Log</name> - <global v="false" /> - <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/contact/entityfields/language/customproperties/translate4log/property.js</property> - </customJDitoProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>CONTACTID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <title>Contact Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>ORGANISATION_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Company</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customJDitoProperty> - <name>translate4Log</name> - <global v="false" /> - <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/contact/entityfields/organisation_id/customproperties/translate4log/property.js</property> - </customJDitoProperty> - </customProperties> - <dependencies> - <entityDependency> - <name>c5479d2f-654d-4794-a61e-aee1f2c21673</name> - <entityName>ORGANISATION</entityName> - <fieldName>ORGANISATIONID</fieldName> - </entityDependency> - </dependencies> - </entityFieldDb> - <entityFieldDb> - <name>STATUS</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Status</title> - <description></description> - <customProperties> - <customStringProperty> - <name>keyword</name> - <global v="false" /> - <property>ContactStatus</property> - </customStringProperty> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PERSON_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Contact</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="false" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ADDRESS_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="true" /> - <title>standard address</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="false" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>RELATIONSHIP</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Relationship</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>CONTACTROLE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Contactrole</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>DEPARTMENT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Department</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>POSITION</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Position Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>DATE_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Modification date</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Modification user</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Creation date</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Creation user</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>LETTERSALUTATION</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="200" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>PERSON</name> - <dbName></dbName> - <idColumn>PERSONID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="3" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>TITLESUFFIX</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Title suffix</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PERSONID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <title>Person Id</title> - <description></description> - <dependencies> - <entityDependency> - <name>2daca400-8bad-4bad-9df3-98c4ca023c19</name> - <entityName>CONTACT</entityName> - <fieldName>PERSON_ID</fieldName> - </entityDependency> - </dependencies> - </entityFieldDb> - <entityFieldDb> - <name>FIRSTNAME</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Firstname</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>MIDDLENAME</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Middlename</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>DATEOFBIRTH</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="91" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Date of birth</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>LASTNAME</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <title>Lastname</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SALUTATION</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="16" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Salutation</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>GENDER</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Gender</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>keyword</name> - <global v="false" /> - <property>PersonGender</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>TITLE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Title</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>DATE_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Modification date</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Modification user</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Creation date</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Creation user</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>PICTURE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2004" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Picture</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>ADDRESS</name> - <dbName></dbName> - <idColumn>ADDRESSID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="1" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>ZIP</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>postcode</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>STATE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>${ADDRESS_STATE}</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ADDR_TYPE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Addresstype</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>keyword</name> - <global v="false" /> - <property>AddressType</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>REGION</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Region</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ADDRESSADDITION</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="60" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Address addition</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>DISTRICT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>District</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>CITY</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>City</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>COUNTRY</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="2" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Country</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customJDitoProperty> - <name>translate4Log</name> - <global v="false" /> - <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/address/entityfields/country/customproperties/translate4log/property.js</property> - </customJDitoProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ADDRESS</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Address</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ADDRESSID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <title>Address Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>ADDRIDENTIFIER</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="60" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>{$ADDRESS_IDENTIFIER}</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>CONTACT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="true" /> - <title>Contact Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="false" /> - </customBooleanProperty> - <customStringProperty> - <name>tableRef</name> - <global v="false" /> - <property>CONTACT</property> - </customStringProperty> - </customProperties> - <dependencies> - <entityDependency> - <name>b0a6bcf2-246e-475e-a4f0-b25553e1e27f</name> - <entityName>CONTACT</entityName> - <fieldName>CONTACTID</fieldName> - </entityDependency> - </dependencies> - </entityFieldDb> - <entityFieldDb> - <name>BUILDINGNO</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>House number</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>DATE_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Modification date</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Modification user</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Creation date</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Creation user</title> - <description></description> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>COMMUNICATION</name> - <dbName></dbName> - <idColumn>COMMUNICATIONID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="1" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>COMMUNICATIONID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <title>Communication Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>MEDIUM_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="true" /> - <title>Medium</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>CONTACT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="true" /> - <title>Contact Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>tableRef</name> - <global v="false" /> - <property>CONTACT</property> - </customStringProperty> - </customProperties> - <dependencies> - <entityDependency> - <name>c42dcb6e-6771-4fd0-80e8-86359c417051</name> - <entityName>CONTACT</entityName> - <fieldName>CONTACTID</fieldName> - </entityDependency> - </dependencies> - </entityFieldDb> - <entityFieldDb> - <name>STANDARD</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="5" /> - <size v="5" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <title>Standard</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ADDR</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="255" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>${COMM_ADDRESS}</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>DATE_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Modification date</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Creation date</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Creation user</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Modification user</title> - <description></description> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>CONTRACT</name> - <dbName></dbName> - <idColumn>CONTRACTID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="2" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>CONTRACTDUE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Next due date</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PAYMENT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Payment method</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>CONTRACTSTATUS</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>${CONTRACT_STATUS}</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>CONTRACTEND</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Contract expiry date</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>CONTRACTCODE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="30" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="true" /> - <title>Contract number</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>CONTRACTID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <title>Contract Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CONTRACTTYPE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Type of contract</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>CONTACT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Connection</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>CONTRACTSTART</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Contract start date</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>REMARK</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2005" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Description</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>PRODUCT</name> - <dbName></dbName> - <idColumn>PRODUCTID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="2" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>UNIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Unit</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ADVERTISING</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="1" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Advertising material</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customBooleanProperty> - <name>autoMapTrueFalse4Log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PRODUCTID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <title>Product Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>PRODUCTNAME</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Product name</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PRODUCTCODE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="true" /> - <title>Product number</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>MINSTOCK</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Min. Stock</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>GROUPCODEID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Product group</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>STATUS</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Active</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customBooleanProperty> - <name>autoMapTrueFalse4Log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>STANDARD</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Standard</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>CONTACT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Developer</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customJDitoProperty> - <name>translate4Log</name> - <global v="false" /> - <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/product/entityfields/contact_id/customproperties/translate4log/property.js</property> - </customJDitoProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>INFO</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2005" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Description</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>LANGUAGE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="3" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Language</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>DATE_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Modification date</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Modification user</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Creation date</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Creation user</title> - <description></description> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>PROD2PROD</name> - <dbName></dbName> - <idColumn>PROD2PRODID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="1" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>OPTIONAL</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="5" /> - <size v="5" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <title>Optional</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>TAKEPRICE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="5" /> - <size v="5" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <title>Take price</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SOURCE_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <title>Product</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - <dependencies> - <entityDependency> - <name>da53ae25-5145-4772-83a3-5586534e9a98</name> - <entityName>PRODUCT</entityName> - <fieldName>PRODUCTID</fieldName> - </entityDependency> - </dependencies> - </entityFieldDb> - <entityFieldDb> - <name>QUANTITY</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2" /> - <size v="14" /> - <scale v="2" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Quantity</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>DEST_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <title>Destination Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - <dependencies> - <entityDependency> - <name>09534dc2-6385-4b33-bd5c-47a1e7d5e410</name> - <entityName>PRODUCT</entityName> - <fieldName>PRODUCTID</fieldName> - </entityDependency> - </dependencies> - </entityFieldDb> - <entityFieldDb> - <name>PROD2PRODID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <title>Product relationship</title> - <description></description> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>PRODUCTPRICE</name> - <dbName></dbName> - <idColumn>PRODUCTPRICEID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="1" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>CURRENCY</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <title>Currency</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PRICE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2" /> - <size v="14" /> - <scale v="2" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Price</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>VAT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2" /> - <size v="14" /> - <scale v="2" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>VAT in %</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PRICELIST</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Price list</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>keyword</name> - <global v="false" /> - <property>ProductPricelist</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>BUYSELL</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="5" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>PP/SP</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PRODUCT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="true" /> - <title>Product</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="false" /> - </customBooleanProperty> - <customStringProperty> - <name>tableRef</name> - <global v="false" /> - <property>PRODUCT</property> - </customStringProperty> - </customProperties> - <dependencies> - <entityDependency> - <name>639c107f-fbaf-49b2-bd21-292049cd2976</name> - <entityName>PRODUCT</entityName> - <fieldName>PRODUCTID</fieldName> - </entityDependency> - </dependencies> - </entityFieldDb> - <entityFieldDb> - <name>VALID_TO</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Valid to</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>FROMQUANTITY</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2" /> - <size v="14" /> - <scale v="2" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>From no. of units</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>CONTACT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Company</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customJDitoProperty> - <name>translate4Log</name> - <global v="false" /> - <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/productprice/entityfields/contact_id/customproperties/translate4log/property.js</property> - </customJDitoProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>VALID_FROM</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Valid from</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PRODUCTPRICEID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <title>Product price Id</title> - <description></description> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>STOCK</name> - <dbName></dbName> - <idColumn>STOCKID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="1" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>REFNUMBER</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Reference</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>STOCKID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <title>Stock Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>WAREHOUSE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Warehouse</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>QUANTITY</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2" /> - <size v="14" /> - <scale v="2" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Quantity</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ENTRYDATE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Date</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PRODUCT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="true" /> - <title>Product Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - <dependencies> - <entityDependency> - <name>1d99d9fe-4956-4fd4-9f67-32b1c731dcc1</name> - <entityName>PRODUCT</entityName> - <fieldName>PRODUCTID</fieldName> - </entityDependency> - </dependencies> - </entityFieldDb> - <entityFieldDb> - <name>IN_OUT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="5" /> - <size v="5" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <title>I / O</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>AB_COUNTRYINFO</name> - <dbName></dbName> - <idColumn>ISO2</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="3" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>ISO3</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="3" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <title>ISO 3166-1 alpha-3</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ISO2</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="2" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <title>ISO 3166-1 alpha-2</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>ADDR_FORMAT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Address format</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>NAME_LATIN</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="100" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Latin Name</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>NAME_NATIVE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="100" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Native Name</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>REQUIRED_FIELDS</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Required fields</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ZIP_REGEX</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="1000" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>ZIP regex</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>FLAG</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2004" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Flag</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>OFFER</name> - <dbName></dbName> - <idColumn>OFFERID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="2" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>CURRENCY</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Currency</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>LANGUAGE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="3" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Language</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customJDitoProperty> - <name>translate4Log</name> - <global v="false" /> - <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/offer/entityfields/language/customproperties/translate4log/property.js</property> - </customJDitoProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>VAT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2" /> - <size v="14" /> - <scale v="2" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Total VAT</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customJDitoProperty> - <name>translate4Log</name> - <global v="false" /> - <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/offer/entityfields/vat/customproperties/translate4log/property.js</property> - </customJDitoProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>OFFERDATE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Date</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>OFFERID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <title>Offer Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>SALESPROJECT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Salesproject</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customJDitoProperty> - <name>translate4Log</name> - <global v="false" /> - <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/offer/entityfields/salesproject_id/customproperties/translate4log/property.js</property> - </customJDitoProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>OFFERCODE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Offer number</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PROBABILITY</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Probability</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>keyword</name> - <global v="false" /> - <property>OfferProbability</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>STATUS</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Status</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>keyword</name> - <global v="false" /> - <property>OfferStatus</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>CONTACT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <title>Connection</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customJDitoProperty> - <name>translate4Log</name> - <global v="false" /> - <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/offer/entityfields/contact_id/customproperties/translate4log/property.js</property> - </customJDitoProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>NET</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2" /> - <size v="14" /> - <scale v="2" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Total net</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customJDitoProperty> - <name>translate4Log</name> - <global v="false" /> - <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/offer/entityfields/net/customproperties/translate4log/property.js</property> - </customJDitoProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>HEADER</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2005" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Cover letter</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>OFFER_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Offer Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>VERSNR</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Vers. no.</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ADDRESS</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2005" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Address</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PAYMENTTERMS</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Payment term</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>keyword</name> - <global v="false" /> - <property>PaymentTerm</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>DELIVERYTERMS</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Deliveryspecification</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>keyword</name> - <global v="false" /> - <property>DeliveryTerm</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>INFO</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2005" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Information</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>DATE_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Modification date</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Modification user</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Creation date</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Creation user</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>FOOTER</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2005" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>OFFERITEM</name> - <dbName></dbName> - <idColumn>OFFERITEMID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="2" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>UNIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Unit</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>keyword</name> - <global v="false" /> - <property>QuantityUnit</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PRICE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2" /> - <size v="14" /> - <scale v="2" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Unit price</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>QUANTITY</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2" /> - <size v="14" /> - <scale v="2" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Quantity</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>VAT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2" /> - <size v="14" /> - <scale v="2" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>VAT in %</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>OFFER_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Offer Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="false" /> - </customBooleanProperty> - <customStringProperty> - <name>tableRef</name> - <global v="false" /> - <property>OFFER</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>OFFERITEMID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <title>Offer item Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>PRODUCT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <title>Article</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>DISCOUNT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2" /> - <size v="14" /> - <scale v="2" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Discount %</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ITEMPOSITION</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="30" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Position</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>OPTIONAL</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="5" /> - <size v="5" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <title>Optional</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customBooleanProperty> - <name>autoMapTrueFalse4Log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>GROUPCODEID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Commodity group</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>keyword</name> - <global v="false" /> - <property>ProductGroupcode</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ITEMSORT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Item sort</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ASSIGNEDTO</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="true" /> - <title>Assigned to</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="false" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ITEMNAME</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="250" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Designation</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>INFO</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2005" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Description</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>SALESPROJECT</name> - <dbName></dbName> - <idColumn>SALESPROJECTID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="2" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>STARTDATE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Project start</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>VOLUME</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2" /> - <size v="14" /> - <scale v="2" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Volume</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>INFO</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2005" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Information</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ENDDATE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Rollout</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PHASE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Phase</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>keyword</name> - <global v="false" /> - <property>SalesprojectPhase</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PROJECTCODE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="true" /> - <title>Project number</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SALESPROJECTID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <title>Salesproject Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CONTACT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <title>Company</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customJDitoProperty> - <name>translate4Log</name> - <global v="false" /> - <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/salesproject/entityfields/contact_id/customproperties/translate4log/property.js</property> - </customJDitoProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PROJECTTITLE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="30" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <title>Project title</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PROBABILITY</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Probability</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>keyword</name> - <global v="false" /> - <property>SalesprojectProbability</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>STATE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Status</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>keyword</name> - <global v="false" /> - <property>SalesprojectState</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>REASONS</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="498" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Reason</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customJDitoProperty> - <name>translate4Log</name> - <global v="false" /> - <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/salesproject/entityfields/reasons/customproperties/translate4log/property.js</property> - </customJDitoProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>SALESPROJECT_SOURCE</name> - <dbName></dbName> - <idColumn>SALESPROJECT_SOURCEID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="2" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>SALESPROJECT_SOURCEID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>Salesproject source Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>SOURCE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Touchpoint</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>keyword</name> - <global v="false" /> - <property>SalesprojectSource</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ENTRYDATE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Date</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>INFO</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2005" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Info</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SALESPROJECT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Salesproject Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="false" /> - </customBooleanProperty> - <customStringProperty> - <name>tableRef</name> - <global v="false" /> - <property>SALESPROJECT</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>SALESPROJECT_FORECAST</name> - <dbName></dbName> - <idColumn>SALESPROJECT_FORECASTID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="2" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>SALESPROJECT_FORECASTID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>Salesproject forecast Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>GROUPCODE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Commodity group</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>keyword</name> - <global v="false" /> - <property>ProductGroupcode</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>VOLUME</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Volume</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>DATE_START</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Planned</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>INFO</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2005" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Info</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SALESPROJECT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Salesproject Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="false" /> - </customBooleanProperty> - <customStringProperty> - <name>tableRef</name> - <global v="false" /> - <property>SALESPROJECT</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>TYPE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Type</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>SALESPROJECT_COMPETITION</name> - <dbName></dbName> - <idColumn>SALESPROJECT_COMPETITIONID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="2" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>STATUS</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>State</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>INFO</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2005" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Info</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>REASON</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Reason</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>DATE_CANCELLED</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Excreted</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SALESPROJECT_COMPETITIONID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>Salesproject competition Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>SALESPROJECT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Salesproject Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>tableRef</name> - <global v="false" /> - <property>SALESPROJECT</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>CONTACT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Company</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customJDitoProperty> - <name>translate4Log</name> - <global v="false" /> - </customJDitoProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PHASE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Phase</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>SALESPROJECT_MEMBER</name> - <dbName></dbName> - <idColumn>SALESPROJECT_MEMBERID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="1" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>SALESPROJECT_MEMBERID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>Salesproject member Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CONTACT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Person</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customJDitoProperty> - <name>translate4Log</name> - <global v="false" /> - <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/salesproject_member/entityfields/contact_id/customproperties/translate4log/property.js</property> - </customJDitoProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SALESPROJECT_ROLE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Role</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>keyword</name> - <global v="false" /> - <property>SalesprojectMemberRole</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SALESPROJECT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Salesproject Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="false" /> - </customBooleanProperty> - <customStringProperty> - <name>tableRef</name> - <global v="false" /> - <property>SALESPROJECT</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>RELATIONSHIP</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Relationship</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>TIMETRACKING</name> - <dbName></dbName> - <idColumn>TIMETRACKINGID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="2" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>DATE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Date</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>TIMETRACKINGID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>Timetracking Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>OBJECT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Object Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>MINUTES</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Time</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>CONTACT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="true" /> - <documentation></documentation> - <title>Creator</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>INFO</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2005" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Description</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ROW_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Connection</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>ACTIVITY</name> - <dbName></dbName> - <idColumn>ACTIVITYID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="2" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>DIRECTION</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Direction</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SUBJECT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="254" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Subject</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ENTRYDATE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Entry date</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>INFO</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2005" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Description</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ACTIVITYID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>Activity Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CATEGORY</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Category</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PARENT_CONTEXT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="64" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Parent context</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PARENT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Parent Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>DATE_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Modification date</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Modification user</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Creation date</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Creation user</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>RESPONSIBLE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Responsible</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>SALESORDER</name> - <dbName></dbName> - <idColumn>SALESORDERID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="2" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>CURRENCY</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Currency</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>LANGUAGE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="3" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Language</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customJDitoProperty> - <name>translate4Log</name> - <global v="false" /> - <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/salesorder/entityfields/language/customproperties/translate4log/property.js</property> - </customJDitoProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>VERSNR</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Vers. no.</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>VAT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2" /> - <size v="14" /> - <scale v="2" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>VAT</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>FOOTER</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2005" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Footer text</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>HEADER</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2005" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Header text</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SALESORDERCODE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Receipt number</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SALESPROJECT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Salesproject</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customJDitoProperty> - <name>translate4Log</name> - <global v="false" /> - <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/salesorder/entityfields/salesproject_id/customproperties/translate4log/property.js</property> - </customJDitoProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>STATUS</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Status</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>keyword</name> - <global v="false" /> - <property>SalesorderState</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SALESORDERDATE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Date</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SALESORDER_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Salesorder Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>CONTACT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Connection</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customJDitoProperty> - <name>translate4Log</name> - <global v="false" /> - <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/salesorder/entityfields/contact_id/customproperties/translate4log/property.js</property> - </customJDitoProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>NET</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2" /> - <size v="14" /> - <scale v="2" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Total net</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SALESORDERID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>Salesorder Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>ADDRESS</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2005" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Address</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>OFFER_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Offer</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>SALESORDERITEM</name> - <dbName></dbName> - <idColumn>SALESORDERITEMID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="2" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>UNIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Unit</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>keyword</name> - <global v="false" /> - <property>QuantityUnit</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PRICE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2" /> - <size v="14" /> - <scale v="2" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Unit price</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>QUANTITY</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2" /> - <size v="14" /> - <scale v="2" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Quantity</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>VAT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2" /> - <size v="14" /> - <scale v="2" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>VAT in %</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PRODUCT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Article</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customJDitoProperty> - <name>translate4Log</name> - <global v="false" /> - </customJDitoProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>DISCOUNT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2" /> - <size v="14" /> - <scale v="2" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Discount</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ITEMPOSITION</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="30" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Position</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>OPTIONAL</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="5" /> - <size v="5" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Optional</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customBooleanProperty> - <name>autoMapTrueFalse4Log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>GROUPCODEID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Commodity group</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>keyword</name> - <global v="false" /> - <property>ProductGroupcode</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ITEMSORT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Item sort</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="false" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SALESORDER_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Salesorder Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="false" /> - </customBooleanProperty> - <customStringProperty> - <name>tableRef</name> - <global v="false" /> - <property>SALESORDER</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ASSIGNEDTO</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="true" /> - <documentation></documentation> - <title>Assigned to</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SALESORDERITEMID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>Salesorder item Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>ITEMNAME</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="250" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Designation</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>INFO</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2005" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Description</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>TASK</name> - <dbName></dbName> - <idColumn>TASKID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="2" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>PRIORITY</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>priority</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>keyword</name> - <global v="false" /> - <property>TaskPriority</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>MATURITY_DATE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Maturity</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>EDITOR_CONTACT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="true" /> - <documentation></documentation> - <title>{$TASK_EDITOR}</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customJDitoProperty> - <name>translate4Log</name> - <global v="false" /> - <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/task/entityfields/editor_contact_id/customproperties/translate4log/property.js</property> - </customJDitoProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>TASKID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>Task Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CODE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="true" /> - <documentation></documentation> - <title>task number</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>STATUS</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>{$TASK_STATUS}</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>keyword</name> - <global v="false" /> - <property>TaskStatus</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>DESCRIPTION</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2005" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Description</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>REQUESTOR_CONTACT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="true" /> - <documentation></documentation> - <title>{$TASK_REQUESTOR}</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customJDitoProperty> - <name>translate4Log</name> - <global v="false" /> - <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/task/entityfields/requestor_contact_id/customproperties/translate4log/property.js</property> - </customJDitoProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SUBJECT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="254" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>subject</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PROTECTIONLEVEL</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="5" /> - <size v="5" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Protected</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customBooleanProperty> - <name>autoMapTrueFalse4Log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>START_DATE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Begin</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>TYPE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>type</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="false" /> - </customBooleanProperty> - <customStringProperty> - <name>keyword</name> - <global v="false" /> - <property>TaskType</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PARENT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Parent Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PARENT_CONTEXT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="64" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Parent context</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>PROGRESS</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Progress</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>keyword</name> - <global v="false" /> - <property>TaskProgress</property> - </customStringProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>AB_OBJECTRELATION</name> - <dbName></dbName> - <idColumn>AB_OBJECTRELATIONID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="2" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>OBJECT2_ROWID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Object 2 row Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>OBJECT1_ROWID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Object 1 row Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>AB_OBJECTRELATIONID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>Object relation</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>AB_OBJECTRELATIONTYPE1</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Object relation type 1</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>AB_OBJECTRELATIONTYPE2</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Object relation type 2</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>INFO</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2005" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Info</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>AB_ATTRIBUTEUSAGE</name> - <dbName></dbName> - <idColumn>AB_ATTRIBUTEUSAGEID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="1" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>AB_ATTRIBUTEUSAGEID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>Attribute usage Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>AB_ATTRIBUTE_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Attribute Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>OBJECT_TYPE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="63" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Module</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>MIN_COUNT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Minimal count</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>MAX_COUNT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Maximal count</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>AB_ATTRIBUTE</name> - <dbName></dbName> - <idColumn>AB_ATTRIBUTEID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="2" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>ATTRIBUTE_NAME</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="63" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Name</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ATTRIBUTE_TYPE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Type</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>AB_ATTRIBUTEID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>Attribute Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>ATTRIBUTE_ACTIVE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="5" /> - <size v="5" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Active</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ATTRIBUTE_PARENT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="true" /> - <documentation></documentation> - <title>Superordinate Attribute</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>KEYWORD_CONTAINER</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="80" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Keyword</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SORTING</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Sorting</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ATTRIBUTE_INFO</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2005" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Description</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>AB_ATTRIBUTERELATION</name> - <dbName></dbName> - <idColumn>AB_ATTRIBUTERELATIONID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="1" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>OBJECT_ROWID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Object row Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>DATE_VALUE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Date value</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>NUMBER_VALUE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2" /> - <size v="14" /> - <scale v="2" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Number value</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>AB_ATTRIBUTERELATIONID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>Attribute relation Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>OBJECT_TYPE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="63" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Object type</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>CHAR_VALUE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="512" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Char value</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>AB_ATTRIBUTE_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Attribute</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ID_VALUE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Id value</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>DATE_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Modification date</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Modification user</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Creation date</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Creation user</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>INT_VALUE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Int value</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>ACTIVITYLINK</name> - <dbName></dbName> - <idColumn>ACTIVITYLINKID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="1" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>OBJECT_ROWID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>{$OBJECTLINK_OBJECT}</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ACTIVITYLINKID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>Activity link Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>ACTIVITY_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Activity Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>OBJECT_TYPE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="63" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>{$OBJECTLINK_TYPE}</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>DATE_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Modification date</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Creation date</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Creation user</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Modification user</title> - <description></description> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>AB_KEYWORD_ENTRY</name> - <dbName></dbName> - <idColumn>AB_KEYWORD_ENTRYID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="1" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>ISESSENTIAL</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="5" /> - <size v="5" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Relational</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>CONTAINER</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="80" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="true" /> - <documentation></documentation> - <title>Container</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SORTING</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Sorting</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>TITLE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="100" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Title</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>KEYID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Key</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ISACTIVE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="5" /> - <size v="5" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Active</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>AB_KEYWORD_ENTRYID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>Keyword entry Id</title> - <description></description> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>AB_LANGUAGE</name> - <dbName></dbName> - <idColumn>ISO3</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="1" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>NAME_LATIN</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="100" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Name latin</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>NAME_NATIVE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="100" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Name native</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ISO3</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="3" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>ISO3</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>ISACTIVE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="5" /> - <size v="5" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Is active</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ISO2</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="2" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>ISO2</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>AB_KEYWORD_ATTRIBUTE</name> - <dbName></dbName> - <idColumn>AB_KEYWORD_ATTRIBUTEID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="0" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>AB_KEYWORD_ATTRIBUTEID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>Keyword attribute Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CONTAINER</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="80" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="true" /> - <documentation></documentation> - <title>Container</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>TYPE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Type</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>NAME</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="100" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Name</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>AB_KEYWORD_ATTRIBUTERELATION</name> - <dbName></dbName> - <idColumn>AB_KEYWORD_ATTRIBUTERELATIONID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="1" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>CHAR_VALUE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="63" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>CHAR VALUE</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>BOOL_VALUE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="5" /> - <size v="5" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>BOOL VALUE</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>AB_KEYWORD_ATTRIBUTERELATIONID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>Keyword attribute relation Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>NUMBER_VALUE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2" /> - <size v="14" /> - <scale v="2" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>NUMBER VALUE</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>AB_KEYWORD_ENTRY_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="true" /> - <documentation></documentation> - <title>Keyword entry Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>AB_KEYWORD_ATTRIBUTE_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Keyword Attribute</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>AB_APPOINTMENTLINK</name> - <dbName></dbName> - <idColumn>AB_APPOINTMENTLINK_ID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="1" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>OBJECT_ROWID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>{$OBJECTLINK_OBJECT}</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>AB_APPOINTMENTLINK_ID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>Appointment link Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>APPOINTMENT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="63" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Appointment Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>OBJECT_TYPE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="63" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>{$OBJECTLINK_TYPE}</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>TASKLINK</name> - <dbName></dbName> - <idColumn>TASKLINKID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <documentation></documentation> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="1" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>OBJECT_ROWID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>{$OBJECTLINK_OBJECT}</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>OBJECT_TYPE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="63" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>{$OBJECTLINK_TYPE}</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>TASKLINKID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>Task link Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>TASK_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="true" /> - <documentation></documentation> - <title>Task Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>AB_OBJECTRELATIONTYPE</name> - <dbName></dbName> - <idColumn>AB_OBJECTRELATIONTYPEID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <documentation></documentation> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="1" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>AB_OBJECTRELATIONTYPEID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>Object Relation Type</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>SIDE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Side</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>RELATION_TYPE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Relation Type</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>OBJECT_TYPE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Object Type</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>RELATION_TITLE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="80" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Relation Title</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>HIERARCHY</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Hierarchy</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>SALUTATION</name> - <dbName></dbName> - <idColumn>SALUTATIONID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <documentation></documentation> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="1" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>LANGUAGE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="3" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Language</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SALUTATION</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="200" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Salutation</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SEX</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Sex</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SORT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Sort</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SALUTATIONID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>Salutation Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>TITLE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="30" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Title</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>HEADLINE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Headline</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>LETTERSALUTATION</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="200" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Letter salutation</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>DATABASECHANGELOG</name> - <dbName></dbName> - <idColumn></idColumn> - <idGeneratorType v="1" /> - <idGeneratorInterval v="1" /> - <documentation></documentation> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="1" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>EXECTYPE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="10" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Exec type</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>DATEEXECUTED</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Data executed</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ORDEREXECUTED</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Order executed</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>COMMENTS</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="255" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Comments</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>AUTHOR</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="255" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Author</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>CONTEXTS</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="255" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Contexts</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>MD5SUM</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="35" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>MD5 Sum</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>DESCRIPTION</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="255" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Desciption</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>LIQUIBASE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="20" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Liquibase</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>DEPLOYMENT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Deployment Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="255" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>TAG</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="255" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Tag</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>LABELS</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="255" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Labels</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>FILENAME</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="255" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Filename</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>DATABASECHANGELOGLOCK</name> - <dbName></dbName> - <idColumn>ID</idColumn> - <idGeneratorType v="1" /> - <idGeneratorInterval v="1" /> - <documentation></documentation> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="1" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>LOCKGRANTED</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Lock granted</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>LOCKED</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="16" /> - <size v="1" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Locked</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>LOCKEDBY</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="255" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Locked by</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>ID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>Id</title> - <description></description> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>AB_LOGHISTORY</name> - <dbName></dbName> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <documentation></documentation> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>TABLENAME</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="30" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Tablename</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DESCRIPTION</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2005" /> - <size v="2147483647" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Description</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>SOURCE_TABLENAMEID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Source tablename Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>LOGTYPE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="1" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Log type</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>SOURCE_TABLENAME</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="30" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Source tablename</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>TABLENAMEID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Tablename Id</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Creation user</title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>SALESPROJECT_MILESTONE</name> - <dbName></dbName> - <idColumn>SALESPROJECT_MILESTONEID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <documentation></documentation> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="1" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>DATE_START</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Date start</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>VALUE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Value</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SALESPROJECT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Salesproject Id</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>TYPE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="80" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Type</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>DATE_END</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title>Date end</title> - <description></description> - <customProperties> - <customBooleanProperty> - <name>log</name> - <global v="false" /> - <property v="true" /> - </customBooleanProperty> - </customProperties> - </entityFieldDb> - <entityFieldDb> - <name>SALESPROJECT_MILESTONEID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title>Salesproject milestone Id</title> - <description></description> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>CAMPAIGNPARTICIPANT</name> - <dbName></dbName> - <idColumn>CAMPAIGNPARTICIPANTID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <documentation></documentation> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="0" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>CAMPAIGN_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CAMPAIGNPARTICIPANTID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="91" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CONTACT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="91" /> - <size v="10" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CAMPAIGNSTEP_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>DOCUMENTTEMPLATE</name> - <dbName></dbName> - <idColumn>DOCUMENTTEMPLATEID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <documentation></documentation> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="0" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>LANGUAGE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="3" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="91" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DESCRIPTION</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="500" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DOCUMENTTEMPLATEID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CLASSIFICATION</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="91" /> - <size v="10" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>TYPE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>NAME</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>DOCUMENTTEMPLATELINK</name> - <dbName></dbName> - <idColumn>DOCUMENTTEMPLATELINKID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <documentation></documentation> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="0" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>DATE_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="91" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DOCUMENTTEMPLATE_ID_PARENT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="91" /> - <size v="10" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DOCUMENTTEMPLATELINKID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DOCUMENTTEMPLATE_ID_CHILD</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>CAMPAIGN</name> - <dbName></dbName> - <idColumn>CAMPAIGNID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <documentation></documentation> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="0" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>DATE_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="91" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DESCRIPTION</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="500" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>EMPLOYEE_CONTACT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>STATE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="91" /> - <size v="10" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CAMPAIGNID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>NAME</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>CAMPAIGNSTEP</name> - <dbName></dbName> - <idColumn>CAMPAIGNSTEPID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <documentation></documentation> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="0" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>CAMPAIGN_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="91" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>STATE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CAMPAIGNSTEPID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>NAME</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DESCRIPTION</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="500" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_START</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="91" /> - <size v="10" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>EMPLOYEE_CONTACT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>SORTING</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="91" /> - <size v="10" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>MAXPARTICIPANTS</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_END</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="91" /> - <size v="10" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>PREDECESSORSTEP_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>CAMPAIGNPARTICIPANTLOG</name> - <dbName></dbName> - <idColumn>CAMPAIGNPARTICIPANTLOGID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <documentation></documentation> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="0" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>CAMPAIGN_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CAMPAIGNPARTICIPANT_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="93" /> - <size v="29" /> - <scale v="9" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CAMPAIGNPARTICIPANTLOGID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CAMPAIGNSTEP_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>CAMPAIGNCOST</name> - <dbName></dbName> - <idColumn>CAMPAIGNCOSTID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <documentation></documentation> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="0" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>CAMPAIGN_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="91" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CAMPAIGNCOSTID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CATEGORY</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>DATE_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="91" /> - <size v="10" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_NEW</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>NET</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2" /> - <size v="14" /> - <scale v="2" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>USER_EDIT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CAMPAIGNSTEP_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>CLASSIFICATIONTYPE</name> - <dbName></dbName> - <idColumn>CLASSIFICATIONTYPEID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <documentation></documentation> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="0" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>SCORETYPE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="80" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CLASSIFICATIONTYPEID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CLASSIFICATIONTYPE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CLASSIFICATIONGROUP</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="80" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>CLASSIFICATION</name> - <dbName></dbName> - <idColumn>CLASSIFICATIONID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <documentation></documentation> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="0" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>CLASSIFICATIONTYPE_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>OBJECT_ROWID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CLASSIFICATIONSCORE_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CLASSIFICATIONID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>OBJECT_TYPE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - </entityFields> - </entityDb> - <entityDb> - <name>CLASSIFICATIONSCORE</name> - <dbName></dbName> - <idColumn>CLASSIFICATIONSCOREID</idColumn> - <idGeneratorType v="0" /> - <idGeneratorInterval v="1" /> - <documentation></documentation> - <title></title> - <description></description> - <auditSyncConfig> - <name>auditSyncConfig</name> - <auditMode v="0" /> - <syncActive v="false" /> - <syncComplete v="true" /> - <syncDirection v="1" /> - <syncIds></syncIds> - </auditSyncConfig> - <entityFields> - <entityFieldDb> - <name>SCORE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="2" /> - <size v="10" /> - <scale v="2" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CLASSIFICATIONSCOREID</name> - <dbName></dbName> - <primaryKey v="true" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="true" /> - <isUnique v="true" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>SORT</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="4" /> - <size v="10" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>TITLE</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="12" /> - <size v="50" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - <entityFieldDb> - <name>CLASSIFICATIONTYPE_ID</name> - <dbName></dbName> - <primaryKey v="false" /> - <columnType v="1" /> - <size v="36" /> - <scale v="0" /> - <notNull v="false" /> - <isUnique v="false" /> - <index v="false" /> - <documentation></documentation> - <title></title> - <description></description> - </entityFieldDb> - </entityFields> - </entityDb> - </entities> - </entityGroup> - </aliasDefDb> - </aliasDefinitionSub> - <indexSearchGroups> - <indexSearchGroup> - <name>ORGANISATION</name> - <title>Company</title> - <icon>VAADIN:BUILDING</icon> - <idColumn>CONTACTID</idColumn> - <titleColumn>TITLECOLUMN</titleColumn> - <descriptionColumn>DESCCOLUMN</descriptionColumn> - <query>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/organisation/query.js</query> - <subQueries>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/organisation/subQueries.js</subQueries> - <resultContextNeon>Organisation</resultContextNeon> - <affectedTables> - <element>ADDRESS</element> - <element>COMMUNICATION</element> - <element>CONTACT</element> - <element>ORGANISATION</element> - </affectedTables> - <affectedIds>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/organisation/affectedIds.js</affectedIds> - </indexSearchGroup> - <indexSearchGroup> - <name>PERSON</name> - <title>Contact</title> - <icon>VAADIN:USERS</icon> - <idColumn>CONTACTID</idColumn> - <titleColumn>TITLECOLUMN</titleColumn> - <descriptionColumn>DESCCOLUMN</descriptionColumn> - <query>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/person/query.js</query> - <subQueries>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/person/subQueries.js</subQueries> - <resultContextNeon>Person</resultContextNeon> - <affectedTables> - <element>ADDRESS</element> - <element>COMMUNICATION</element> - <element>PERSON</element> - <element>CONTACT</element> - <element>ORGANISATION</element> - </affectedTables> - <affectedIds>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/person/affectedIds.js</affectedIds> - </indexSearchGroup> - <indexSearchGroup> - <name>OFFER</name> - <title>Offer</title> - <icon>VAADIN:CART</icon> - <active v="true" /> - <idColumn>OFFERID</idColumn> - <titleColumn>TITLECOLUMN</titleColumn> - <descriptionColumn>DESCCOLUMN</descriptionColumn> - <query>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/offer/query.js</query> - <resultContextNeon>Offer</resultContextNeon> - <affectedTables> - <element>OFFER</element> - </affectedTables> - <affectedIds>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/offer/affectedIds.js</affectedIds> - </indexSearchGroup> - <indexSearchGroup> - <name>SALESORDER</name> - <title>Receipt</title> - <icon>VAADIN:DOLLAR</icon> - <active v="true" /> - <idColumn>SALESORDERID</idColumn> - <titleColumn>TITLECOLUMN</titleColumn> - <descriptionColumn>DESCCOLUMN</descriptionColumn> - <query>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/salesorder/query.js</query> - <resultContextNeon>Order</resultContextNeon> - <affectedTables> - <element>SALESORDER</element> - </affectedTables> - <affectedIds>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/salesorder/affectedIds.js</affectedIds> - </indexSearchGroup> - <indexSearchGroup> - <name>CONTRACT</name> - <title>Contract</title> - <icon>VAADIN:FILE_TEXT</icon> - <active v="true" /> - <idColumn>CONTRACTID</idColumn> - <titleColumn>TITLECOLUMN</titleColumn> - <descriptionColumn>DESCCOLUMN</descriptionColumn> - <query>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/contract/query.js</query> - <resultContextNeon>Contract</resultContextNeon> - <affectedTables> - <element>CONTRACT</element> - </affectedTables> - <affectedIds>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/contract/affectedIds.js</affectedIds> - </indexSearchGroup> - <indexSearchGroup> - <name>PRODUCT</name> - <title>Product</title> - <icon>VAADIN:HAMMER</icon> - <active v="true" /> - <idColumn>PRODUCTID</idColumn> - <titleColumn>TITLECOLUMN</titleColumn> - <descriptionColumn>DESCCOLUMN</descriptionColumn> - <query>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/product/query.js</query> - <resultContextNeon>Product</resultContextNeon> - <affectedTables> - <element>PRODUCT</element> - </affectedTables> - <affectedIds>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/product/affectedIds.js</affectedIds> - </indexSearchGroup> - <indexSearchGroup> - <name>SALESPROJECT</name> - <title>Salesproject</title> - <icon>VAADIN:BOOK_DOLLAR</icon> - <active v="true" /> - <idColumn>SALESPROJECTID</idColumn> - <titleColumn>TITLECOLUMN</titleColumn> - <descriptionColumn>DESCCOLUMN</descriptionColumn> - <query>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/salesproject/query.js</query> - <resultContextNeon>Salesproject</resultContextNeon> - <affectedTables> - <element>SALESPROJECT</element> - </affectedTables> - <affectedIds>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/salesproject/affectedIds.js</affectedIds> - </indexSearchGroup> - </indexSearchGroups> -</aliasDefinition> +<?xml version="1.0" encoding="UTF-8"?> +<aliasDefinition xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/aliasDefinition/1.2.0"> + <name>Data_alias</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <datasourceType v="0" /> + <aliasDefinitionSub> + <aliasDefDb> + <entityGroup> + <name>entityGroup</name> + <entities> + <entityDb> + <name>ORGANISATION</name> + <dbName></dbName> + <idColumn>ORGANISATIONID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="3" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>CUSTOMERCODE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="30" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Customercode</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>INFO</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2005" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Information</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>NAME</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="255" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <title>Name</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>TYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Type</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>keyword</name> + <global v="false" /> + <property>OrganisationType</property> + </customStringProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>SALESAREA</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="5" /> + <size v="5" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Sales area</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ORGANISATIONID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title>Organisation Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Modification date</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Creation date</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Creation user</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Modification user</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>PICTURE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2004" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Picture</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>CONTACT</name> + <dbName></dbName> + <idColumn>CONTACTID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="1" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>LANGUAGE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="3" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Language</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customJDitoProperty> + <name>translate4Log</name> + <global v="false" /> + <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/contact/entityfields/language/customproperties/translate4log/property.js</property> + </customJDitoProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>CONTACTID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <title>Contact Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>ORGANISATION_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Company</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customJDitoProperty> + <name>translate4Log</name> + <global v="false" /> + <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/contact/entityfields/organisation_id/customproperties/translate4log/property.js</property> + </customJDitoProperty> + </customProperties> + <dependencies> + <entityDependency> + <name>c5479d2f-654d-4794-a61e-aee1f2c21673</name> + <entityName>ORGANISATION</entityName> + <fieldName>ORGANISATIONID</fieldName> + </entityDependency> + </dependencies> + </entityFieldDb> + <entityFieldDb> + <name>STATUS</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Status</title> + <description></description> + <customProperties> + <customStringProperty> + <name>keyword</name> + <global v="false" /> + <property>ContactStatus</property> + </customStringProperty> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PERSON_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Contact</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="false" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ADDRESS_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="true" /> + <title>standard address</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="false" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>RELATIONSHIP</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Relationship</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>CONTACTROLE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Contactrole</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>DEPARTMENT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Department</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>POSITION</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Position Id</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>DATE_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Modification date</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Modification user</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Creation date</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Creation user</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>LETTERSALUTATION</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="200" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>PERSON</name> + <dbName></dbName> + <idColumn>PERSONID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="3" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>TITLESUFFIX</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Title suffix</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PERSONID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <title>Person Id</title> + <description></description> + <dependencies> + <entityDependency> + <name>2daca400-8bad-4bad-9df3-98c4ca023c19</name> + <entityName>CONTACT</entityName> + <fieldName>PERSON_ID</fieldName> + </entityDependency> + </dependencies> + </entityFieldDb> + <entityFieldDb> + <name>FIRSTNAME</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Firstname</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>MIDDLENAME</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Middlename</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>DATEOFBIRTH</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="91" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Date of birth</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>LASTNAME</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <title>Lastname</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>SALUTATION</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="16" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Salutation</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>GENDER</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Gender</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>keyword</name> + <global v="false" /> + <property>PersonGender</property> + </customStringProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>TITLE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Title</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>DATE_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Modification date</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Modification user</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Creation date</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Creation user</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>PICTURE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2004" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Picture</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>ADDRESS</name> + <dbName></dbName> + <idColumn>ADDRESSID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="1" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>ZIP</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>postcode</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>STATE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>${ADDRESS_STATE}</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ADDR_TYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Addresstype</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>keyword</name> + <global v="false" /> + <property>AddressType</property> + </customStringProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>REGION</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Region</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ADDRESSADDITION</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="60" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Address addition</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>DISTRICT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>District</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>CITY</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>City</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>COUNTRY</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="2" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Country</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customJDitoProperty> + <name>translate4Log</name> + <global v="false" /> + <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/address/entityfields/country/customproperties/translate4log/property.js</property> + </customJDitoProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ADDRESS</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Address</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ADDRESSID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <title>Address Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>ADDRIDENTIFIER</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="60" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>{$ADDRESS_IDENTIFIER}</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>CONTACT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="true" /> + <title>Contact Id</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="false" /> + </customBooleanProperty> + <customStringProperty> + <name>tableRef</name> + <global v="false" /> + <property>CONTACT</property> + </customStringProperty> + </customProperties> + <dependencies> + <entityDependency> + <name>b0a6bcf2-246e-475e-a4f0-b25553e1e27f</name> + <entityName>CONTACT</entityName> + <fieldName>CONTACTID</fieldName> + </entityDependency> + </dependencies> + </entityFieldDb> + <entityFieldDb> + <name>BUILDINGNO</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>House number</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>DATE_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Modification date</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Modification user</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Creation date</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Creation user</title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>COMMUNICATION</name> + <dbName></dbName> + <idColumn>COMMUNICATIONID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="1" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>COMMUNICATIONID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <title>Communication Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>MEDIUM_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="true" /> + <title>Medium</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>CONTACT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="true" /> + <title>Contact Id</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>tableRef</name> + <global v="false" /> + <property>CONTACT</property> + </customStringProperty> + </customProperties> + <dependencies> + <entityDependency> + <name>c42dcb6e-6771-4fd0-80e8-86359c417051</name> + <entityName>CONTACT</entityName> + <fieldName>CONTACTID</fieldName> + </entityDependency> + </dependencies> + </entityFieldDb> + <entityFieldDb> + <name>STANDARD</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="5" /> + <size v="5" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <title>Standard</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ADDR</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="255" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>${COMM_ADDRESS}</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>DATE_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Modification date</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Creation date</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Creation user</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Modification user</title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>CONTRACT</name> + <dbName></dbName> + <idColumn>CONTRACTID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="2" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>CONTRACTDUE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Next due date</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PAYMENT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Payment method</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>CONTRACTSTATUS</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>${CONTRACT_STATUS}</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>CONTRACTEND</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Contract expiry date</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>CONTRACTCODE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="30" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="true" /> + <title>Contract number</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>CONTRACTID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <title>Contract Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CONTRACTTYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Type of contract</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>CONTACT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Connection</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>CONTRACTSTART</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Contract start date</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>REMARK</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2005" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Description</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>PRODUCT</name> + <dbName></dbName> + <idColumn>PRODUCTID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="2" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>UNIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Unit</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ADVERTISING</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="1" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Advertising material</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customBooleanProperty> + <name>autoMapTrueFalse4Log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PRODUCTID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <title>Product Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>PRODUCTNAME</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Product name</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PRODUCTCODE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="true" /> + <title>Product number</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>MINSTOCK</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Min. Stock</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>GROUPCODEID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Product group</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>STATUS</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Active</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customBooleanProperty> + <name>autoMapTrueFalse4Log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>STANDARD</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Standard</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>CONTACT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Developer</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>translate4Log</name> + <global v="false" /> + </customStringProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>INFO</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2005" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Description</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>LANGUAGE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="3" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Language</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>DATE_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Modification date</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Modification user</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Creation date</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Creation user</title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>PROD2PROD</name> + <dbName></dbName> + <idColumn>PROD2PRODID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="1" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>OPTIONAL</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="5" /> + <size v="5" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <title>Optional</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>TAKEPRICE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="5" /> + <size v="5" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <title>Take price</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>SOURCE_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <title>Product</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + <dependencies> + <entityDependency> + <name>da53ae25-5145-4772-83a3-5586534e9a98</name> + <entityName>PRODUCT</entityName> + <fieldName>PRODUCTID</fieldName> + </entityDependency> + </dependencies> + </entityFieldDb> + <entityFieldDb> + <name>QUANTITY</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2" /> + <size v="14" /> + <scale v="2" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Quantity</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>DEST_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <title>Destination Id</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + <dependencies> + <entityDependency> + <name>09534dc2-6385-4b33-bd5c-47a1e7d5e410</name> + <entityName>PRODUCT</entityName> + <fieldName>PRODUCTID</fieldName> + </entityDependency> + </dependencies> + </entityFieldDb> + <entityFieldDb> + <name>PROD2PRODID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <title>Product relationship</title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>PRODUCTPRICE</name> + <dbName></dbName> + <idColumn>PRODUCTPRICEID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="1" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>CURRENCY</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <title>Currency</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PRICE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2" /> + <size v="14" /> + <scale v="2" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Price</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>VAT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2" /> + <size v="14" /> + <scale v="2" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>VAT in %</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PRICELIST</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Price list</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>BUYSELL</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="5" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>PP/SP</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PRODUCT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="true" /> + <title>Product</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>tableRef</name> + <global v="false" /> + <property>PRODUCT</property> + </customStringProperty> + </customProperties> + <dependencies> + <entityDependency> + <name>639c107f-fbaf-49b2-bd21-292049cd2976</name> + <entityName>PRODUCT</entityName> + <fieldName>PRODUCTID</fieldName> + </entityDependency> + </dependencies> + </entityFieldDb> + <entityFieldDb> + <name>VALID_TO</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Valid to</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>FROMQUANTITY</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2" /> + <size v="14" /> + <scale v="2" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>From no. of units</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>CONTACT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Company</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>VALID_FROM</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Valid from</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PRODUCTPRICEID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <title>Product price Id</title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>STOCK</name> + <dbName></dbName> + <idColumn>STOCKID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="1" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>REFNUMBER</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Reference</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>STOCKID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <title>Stock Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>WAREHOUSE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Warehouse</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>QUANTITY</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2" /> + <size v="14" /> + <scale v="2" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Quantity</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ENTRYDATE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Date</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PRODUCT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="true" /> + <title>Product Id</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + <dependencies> + <entityDependency> + <name>1d99d9fe-4956-4fd4-9f67-32b1c731dcc1</name> + <entityName>PRODUCT</entityName> + <fieldName>PRODUCTID</fieldName> + </entityDependency> + </dependencies> + </entityFieldDb> + <entityFieldDb> + <name>IN_OUT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="5" /> + <size v="5" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <title>I / O</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>AB_COUNTRYINFO</name> + <dbName></dbName> + <idColumn>ISO2</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="3" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>ISO3</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="3" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <title>ISO 3166-1 alpha-3</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ISO2</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="2" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <title>ISO 3166-1 alpha-2</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>ADDR_FORMAT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Address format</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>NAME_LATIN</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="100" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Latin Name</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>NAME_NATIVE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="100" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Native Name</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>REQUIRED_FIELDS</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Required fields</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ZIP_REGEX</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="1000" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>ZIP regex</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>FLAG</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2004" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Flag</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>OFFER</name> + <dbName></dbName> + <idColumn>OFFERID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="2" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>CURRENCY</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Currency</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>LANGUAGE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="3" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Language</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customJDitoProperty> + <name>translate4Log</name> + <global v="false" /> + <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/offer/entityfields/language/customproperties/translate4log/property.js</property> + </customJDitoProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>VAT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2" /> + <size v="14" /> + <scale v="2" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Total VAT</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customJDitoProperty> + <name>translate4Log</name> + <global v="false" /> + <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/offer/entityfields/vat/customproperties/translate4log/property.js</property> + </customJDitoProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>OFFERDATE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Date</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>OFFERID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <title>Offer Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>OFFERCODE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Offer number</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PROBABILITY</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Probability</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>keyword</name> + <global v="false" /> + <property>OfferProbability</property> + </customStringProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>STATUS</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Status</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>keyword</name> + <global v="false" /> + <property>OfferStatus</property> + </customStringProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>CONTACT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <title>Connection</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customJDitoProperty> + <name>translate4Log</name> + <global v="false" /> + <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/offer/entityfields/contact_id/customproperties/translate4log/property.js</property> + </customJDitoProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>NET</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2" /> + <size v="14" /> + <scale v="2" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Total net</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customJDitoProperty> + <name>translate4Log</name> + <global v="false" /> + <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/offer/entityfields/net/customproperties/translate4log/property.js</property> + </customJDitoProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>HEADER</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2005" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Cover letter</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>OFFER_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Offer Id</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>VERSNR</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Vers. no.</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ADDRESS</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2005" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Address</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PAYMENTTERMS</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Payment term</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>keyword</name> + <global v="false" /> + <property>PaymentTerm</property> + </customStringProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>DELIVERYTERMS</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Deliveryspecification</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>keyword</name> + <global v="false" /> + <property>DeliveryTerm</property> + </customStringProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>INFO</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2005" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Information</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>DATE_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Modification date</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Modification user</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Creation date</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Creation user</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>OBJECT_ROWID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>OBJECT_TYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="63" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>FOOTER</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2005" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>OFFERITEM</name> + <dbName></dbName> + <idColumn>OFFERITEMID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="2" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>UNIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Unit</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>keyword</name> + <global v="false" /> + <property>QuantityUnit</property> + </customStringProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PRICE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2" /> + <size v="14" /> + <scale v="2" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Unit price</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>QUANTITY</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2" /> + <size v="14" /> + <scale v="2" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Quantity</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>VAT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2" /> + <size v="14" /> + <scale v="2" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>VAT in %</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>OFFER_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Offer Id</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="false" /> + </customBooleanProperty> + <customStringProperty> + <name>tableRef</name> + <global v="false" /> + <property>OFFER</property> + </customStringProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>OFFERITEMID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <title>Offer item Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>PRODUCT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <title>Article</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>DISCOUNT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2" /> + <size v="14" /> + <scale v="2" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Discount %</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ITEMPOSITION</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="30" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Position</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>OPTIONAL</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="5" /> + <size v="5" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <title>Optional</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customBooleanProperty> + <name>autoMapTrueFalse4Log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>GROUPCODEID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Commodity group</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>keyword</name> + <global v="false" /> + <property>ProductGroupcode</property> + </customStringProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ITEMSORT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Item sort</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ASSIGNEDTO</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="true" /> + <title>Assigned to</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="false" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ITEMNAME</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="250" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Designation</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>INFO</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2005" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Description</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>SALESPROJECT</name> + <dbName></dbName> + <idColumn>SALESPROJECTID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="2" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>STARTDATE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Project start</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>VOLUME</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2" /> + <size v="14" /> + <scale v="2" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Volume</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>INFO</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2005" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Information</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ENDDATE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Rollout</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PHASE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Phase</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>keyword</name> + <global v="false" /> + <property>SalesprojectPhase</property> + </customStringProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PROJECTCODE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="true" /> + <title>Project number</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>SALESPROJECTID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <title>Salesproject Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CONTACT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <title>Company</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customJDitoProperty> + <name>translate4Log</name> + <global v="false" /> + <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/salesproject/entityfields/contact_id/customproperties/translate4log/property.js</property> + </customJDitoProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PROJECTTITLE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="30" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <title>Project title</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PROBABILITY</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Probability</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>keyword</name> + <global v="false" /> + <property>SalesprojectProbability</property> + </customStringProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>STATE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Status</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>keyword</name> + <global v="false" /> + <property>SalesprojectState</property> + </customStringProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>REASONS</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="498" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Reason</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customJDitoProperty> + <name>translate4Log</name> + <global v="false" /> + <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/salesproject/entityfields/reasons/customproperties/translate4log/property.js</property> + </customJDitoProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>SALESPROJECT_SOURCE</name> + <dbName></dbName> + <idColumn>SALESPROJECT_SOURCEID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="2" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>SALESPROJECT_SOURCEID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title>Salesproject source Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>SOURCE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Touchpoint</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>keyword</name> + <global v="false" /> + <property>SalesprojectSource</property> + </customStringProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ENTRYDATE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Date</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>INFO</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2005" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Info</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>SALESPROJECT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Salesproject Id</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="false" /> + </customBooleanProperty> + <customStringProperty> + <name>tableRef</name> + <global v="false" /> + <property>SALESPROJECT</property> + </customStringProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>TIMETRACKING</name> + <dbName></dbName> + <idColumn>TIMETRACKINGID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="2" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>DATE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Date</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>TIMETRACKINGID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title>Timetracking Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>OBJECT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Object Id</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>MINUTES</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Time</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>CONTACT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="true" /> + <documentation></documentation> + <title>Creator</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>INFO</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2005" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Description</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ROW_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Connection</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>ACTIVITY</name> + <dbName></dbName> + <idColumn>ACTIVITYID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="2" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>DIRECTION</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Direction</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>SUBJECT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="254" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Subject</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ENTRYDATE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Entry date</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>INFO</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2005" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Description</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ACTIVITYID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title>Activity Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CATEGORY</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Category</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PARENT_CONTEXT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="64" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Parent context</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PARENT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Parent Id</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>DATE_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Modification date</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Modification user</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Creation date</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Creation user</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>RESPONSIBLE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Responsible</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>SALESORDER</name> + <dbName></dbName> + <idColumn>SALESORDERID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="2" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>CURRENCY</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Currency</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>LANGUAGE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="3" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Language</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customJDitoProperty> + <name>translate4Log</name> + <global v="false" /> + <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/salesorder/entityfields/language/customproperties/translate4log/property.js</property> + </customJDitoProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>VERSNR</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Vers. no.</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>VAT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2" /> + <size v="14" /> + <scale v="2" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>VAT</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>FOOTER</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2005" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Footer text</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>HEADER</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2005" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Header text</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>SALESORDERCODE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Receipt number</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>SALESPROJECT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Salesproject</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customJDitoProperty> + <name>translate4Log</name> + <global v="false" /> + <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/salesorder/entityfields/salesproject_id/customproperties/translate4log/property.js</property> + </customJDitoProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>STATUS</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Status</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>keyword</name> + <global v="false" /> + <property>SalesorderState</property> + </customStringProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>SALESORDERDATE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Date</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>SALESORDER_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Salesorder Id</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>CONTACT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Connection</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customJDitoProperty> + <name>translate4Log</name> + <global v="false" /> + <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/salesorder/entityfields/contact_id/customproperties/translate4log/property.js</property> + </customJDitoProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>NET</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2" /> + <size v="14" /> + <scale v="2" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Total net</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>SALESORDERID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title>Salesorder Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>ADDRESS</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2005" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Address</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>OFFER_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Offer</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>SALESORDERITEM</name> + <dbName></dbName> + <idColumn>SALESORDERITEMID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="2" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>UNIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Unit</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>keyword</name> + <global v="false" /> + <property>QuantityUnit</property> + </customStringProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PRICE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2" /> + <size v="14" /> + <scale v="2" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Unit price</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>QUANTITY</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2" /> + <size v="14" /> + <scale v="2" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Quantity</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>VAT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2" /> + <size v="14" /> + <scale v="2" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>VAT in %</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PRODUCT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Article</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customJDitoProperty> + <name>translate4Log</name> + <global v="false" /> + </customJDitoProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>DISCOUNT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2" /> + <size v="14" /> + <scale v="2" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Discount</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ITEMPOSITION</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="30" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Position</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>OPTIONAL</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="5" /> + <size v="5" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Optional</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customBooleanProperty> + <name>autoMapTrueFalse4Log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>GROUPCODEID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Commodity group</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>keyword</name> + <global v="false" /> + <property>ProductGroupcode</property> + </customStringProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ITEMSORT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Item sort</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="false" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>SALESORDER_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Salesorder Id</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="false" /> + </customBooleanProperty> + <customStringProperty> + <name>tableRef</name> + <global v="false" /> + <property>SALESORDER</property> + </customStringProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ASSIGNEDTO</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="true" /> + <documentation></documentation> + <title>Assigned to</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>SALESORDERITEMID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title>Salesorder item Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>ITEMNAME</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="250" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Designation</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>INFO</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2005" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Description</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>TASK</name> + <dbName></dbName> + <idColumn>TASKID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="2" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>PRIORITY</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>priority</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>keyword</name> + <global v="false" /> + <property>TaskPriority</property> + </customStringProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>MATURITY_DATE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Maturity</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>EDITOR_CONTACT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="true" /> + <documentation></documentation> + <title>{$TASK_EDITOR}</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customJDitoProperty> + <name>translate4Log</name> + <global v="false" /> + <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/task/entityfields/editor_contact_id/customproperties/translate4log/property.js</property> + </customJDitoProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>TASKID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title>Task Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CODE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="true" /> + <documentation></documentation> + <title>task number</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>STATUS</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>{$TASK_STATUS}</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>keyword</name> + <global v="false" /> + <property>TaskStatus</property> + </customStringProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>DESCRIPTION</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2005" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Description</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>REQUESTOR_CONTACT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="true" /> + <documentation></documentation> + <title>{$TASK_REQUESTOR}</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customJDitoProperty> + <name>translate4Log</name> + <global v="false" /> + <property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/task/entityfields/requestor_contact_id/customproperties/translate4log/property.js</property> + </customJDitoProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>SUBJECT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="254" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>subject</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PROTECTIONLEVEL</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="5" /> + <size v="5" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Protected</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customBooleanProperty> + <name>autoMapTrueFalse4Log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>START_DATE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Begin</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>TYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>type</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="false" /> + </customBooleanProperty> + <customStringProperty> + <name>keyword</name> + <global v="false" /> + <property>TaskType</property> + </customStringProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PARENT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Parent Id</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PARENT_CONTEXT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="64" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Parent context</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>PROGRESS</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Progress</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>keyword</name> + <global v="false" /> + <property>TaskProgress</property> + </customStringProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>AB_OBJECTRELATION</name> + <dbName></dbName> + <idColumn>AB_OBJECTRELATIONID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="2" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>OBJECT2_ROWID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Object 2 row Id</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>OBJECT1_ROWID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Object 1 row Id</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>AB_OBJECTRELATIONID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title>Object relation</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>AB_OBJECTRELATIONTYPE1</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Object relation type 1</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>AB_OBJECTRELATIONTYPE2</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Object relation type 2</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>INFO</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2005" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Info</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>AB_ATTRIBUTEUSAGE</name> + <dbName></dbName> + <idColumn>AB_ATTRIBUTEUSAGEID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="1" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>AB_ATTRIBUTEUSAGEID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title>Attribute usage Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>AB_ATTRIBUTE_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Attribute Id</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>OBJECT_TYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="63" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Module</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>MIN_COUNT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Minimal count</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>MAX_COUNT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Maximal count</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>AB_ATTRIBUTE</name> + <dbName></dbName> + <idColumn>AB_ATTRIBUTEID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="2" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>ATTRIBUTE_NAME</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="63" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Name</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ATTRIBUTE_TYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Type</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>AB_ATTRIBUTEID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title>Attribute Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>ATTRIBUTE_ACTIVE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="5" /> + <size v="5" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Active</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ATTRIBUTE_PARENT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="true" /> + <documentation></documentation> + <title>Superordinate Attribute</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>KEYWORD_CONTAINER</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="80" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Keyword</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>SORTING</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Sorting</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ATTRIBUTE_INFO</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2005" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Description</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>AB_ATTRIBUTERELATION</name> + <dbName></dbName> + <idColumn>AB_ATTRIBUTERELATIONID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="1" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>OBJECT_ROWID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Object row Id</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>DATE_VALUE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Date value</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>NUMBER_VALUE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2" /> + <size v="14" /> + <scale v="2" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Number value</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>AB_ATTRIBUTERELATIONID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title>Attribute relation Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>OBJECT_TYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="63" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Object type</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>CHAR_VALUE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="512" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Char value</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>AB_ATTRIBUTE_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Attribute</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ID_VALUE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Id value</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>DATE_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Modification date</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Modification user</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Creation date</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Creation user</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>INT_VALUE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Int value</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>ACTIVITYLINK</name> + <dbName></dbName> + <idColumn>ACTIVITYLINKID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="1" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>OBJECT_ROWID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>{$OBJECTLINK_OBJECT}</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ACTIVITYLINKID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title>Activity link Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>ACTIVITY_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Activity Id</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>OBJECT_TYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="63" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>{$OBJECTLINK_TYPE}</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>DATE_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Modification date</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Creation date</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Creation user</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Modification user</title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>AB_KEYWORD_ENTRY</name> + <dbName></dbName> + <idColumn>AB_KEYWORD_ENTRYID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="1" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>ISESSENTIAL</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="5" /> + <size v="5" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Relational</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>CONTAINER</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="80" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="true" /> + <documentation></documentation> + <title>Container</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>SORTING</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Sorting</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>TITLE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="100" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Title</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>KEYID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Key</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ISACTIVE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="5" /> + <size v="5" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Active</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>AB_KEYWORD_ENTRYID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title>Keyword entry Id</title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>AB_LANGUAGE</name> + <dbName></dbName> + <idColumn>ISO3</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="1" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>NAME_LATIN</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="100" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Name latin</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>NAME_NATIVE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="100" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Name native</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ISO3</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="3" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title>ISO3</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>ISACTIVE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="5" /> + <size v="5" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Is active</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ISO2</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="2" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>ISO2</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>AB_KEYWORD_ATTRIBUTE</name> + <dbName></dbName> + <idColumn>AB_KEYWORD_ATTRIBUTEID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="0" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>AB_KEYWORD_ATTRIBUTEID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title>Keyword attribute Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CONTAINER</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="80" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="true" /> + <documentation></documentation> + <title>Container</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>TYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Type</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>NAME</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="100" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Name</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>AB_KEYWORD_ATTRIBUTERELATION</name> + <dbName></dbName> + <idColumn>AB_KEYWORD_ATTRIBUTERELATIONID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="1" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>CHAR_VALUE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="63" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>CHAR VALUE</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>BOOL_VALUE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="5" /> + <size v="5" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>BOOL VALUE</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>AB_KEYWORD_ATTRIBUTERELATIONID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title>Keyword attribute relation Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>NUMBER_VALUE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2" /> + <size v="14" /> + <scale v="2" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>NUMBER VALUE</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>AB_KEYWORD_ENTRY_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="true" /> + <documentation></documentation> + <title>Keyword entry Id</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>AB_KEYWORD_ATTRIBUTE_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Keyword Attribute</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>AB_APPOINTMENTLINK</name> + <dbName></dbName> + <idColumn>AB_APPOINTMENTLINK_ID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="1" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>OBJECT_ROWID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>{$OBJECTLINK_OBJECT}</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>AB_APPOINTMENTLINK_ID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title>Appointment link Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>APPOINTMENT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="63" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Appointment Id</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>OBJECT_TYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="63" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>{$OBJECTLINK_TYPE}</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>TASKLINK</name> + <dbName></dbName> + <idColumn>TASKLINKID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <documentation></documentation> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="1" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>OBJECT_ROWID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>{$OBJECTLINK_OBJECT}</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>OBJECT_TYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="63" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>{$OBJECTLINK_TYPE}</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>TASKLINKID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title>Task link Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>TASK_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="true" /> + <documentation></documentation> + <title>Task Id</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>AB_OBJECTRELATIONTYPE</name> + <dbName></dbName> + <idColumn>AB_OBJECTRELATIONTYPEID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <documentation></documentation> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="1" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>AB_OBJECTRELATIONTYPEID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title>Object Relation Type</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>SIDE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Side</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>RELATION_TYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Relation Type</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>OBJECT_TYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Object Type</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>RELATION_TITLE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="80" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Relation Title</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>HIERARCHY</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Hierarchy</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>SALUTATION</name> + <dbName></dbName> + <idColumn>SALUTATIONID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <documentation></documentation> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="1" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>LANGUAGE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="3" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Language</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>SALUTATION</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="200" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Salutation</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>SEX</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Sex</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>SORT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Sort</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>SALUTATIONID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title>Salutation Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>TITLE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="30" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Title</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>HEADLINE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Headline</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>LETTERSALUTATION</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="200" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Letter salutation</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>DATABASECHANGELOG</name> + <dbName></dbName> + <idColumn></idColumn> + <idGeneratorType v="1" /> + <idGeneratorInterval v="1" /> + <documentation></documentation> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="1" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>EXECTYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="10" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Exec type</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>DATEEXECUTED</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Data executed</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ORDEREXECUTED</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Order executed</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>COMMENTS</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="255" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Comments</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>AUTHOR</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="255" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Author</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>CONTEXTS</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="255" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Contexts</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>MD5SUM</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="35" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>MD5 Sum</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>DESCRIPTION</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="255" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Desciption</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>LIQUIBASE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="20" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Liquibase</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>DEPLOYMENT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Deployment Id</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="255" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Id</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>TAG</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="255" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Tag</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>LABELS</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="255" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Labels</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>FILENAME</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="255" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Filename</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>DATABASECHANGELOGLOCK</name> + <dbName></dbName> + <idColumn>ID</idColumn> + <idGeneratorType v="1" /> + <idGeneratorInterval v="1" /> + <documentation></documentation> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="1" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>LOCKGRANTED</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Lock granted</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>LOCKED</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="16" /> + <size v="1" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Locked</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>LOCKEDBY</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="255" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Locked by</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>ID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title>Id</title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>AB_LOGHISTORY</name> + <dbName></dbName> + <idColumn>AB_LOGHISTORYID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <documentation></documentation> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="2" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>TABLENAME</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="30" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Tablename</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DESCRIPTION</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2005" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Description</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>SOURCE_TABLENAMEID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Source tablename Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>LOGTYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="1" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Log type</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>SOURCE_TABLENAME</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="30" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Source tablename</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>TABLENAMEID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Tablename Id</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Creation user</title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>SALESPROJECT_MILESTONE</name> + <dbName></dbName> + <idColumn>SALESPROJECT_MILESTONEID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <documentation></documentation> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="1" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>DATE_START</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Date start</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>VALUE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Value</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>SALESPROJECT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Salesproject Id</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>TYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="80" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Type</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>DATE_END</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title>Date end</title> + <description></description> + <customProperties> + <customBooleanProperty> + <name>log</name> + <global v="false" /> + <property v="true" /> + </customBooleanProperty> + </customProperties> + </entityFieldDb> + <entityFieldDb> + <name>SALESPROJECT_MILESTONEID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title>Salesproject milestone Id</title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>CAMPAIGNPARTICIPANT</name> + <dbName></dbName> + <idColumn>CAMPAIGNPARTICIPANTID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <documentation></documentation> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="0" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>CAMPAIGN_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CAMPAIGNPARTICIPANTID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="91" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CONTACT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="91" /> + <size v="10" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CAMPAIGNSTEP_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>DOCUMENTTEMPLATE</name> + <dbName></dbName> + <idColumn>DOCUMENTTEMPLATEID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <documentation></documentation> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="0" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>LANGUAGE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="3" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="91" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DESCRIPTION</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="500" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DOCUMENTTEMPLATEID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CLASSIFICATION</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="91" /> + <size v="10" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>TYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>NAME</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>DOCUMENTTEMPLATELINK</name> + <dbName></dbName> + <idColumn>DOCUMENTTEMPLATELINKID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <documentation></documentation> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="0" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>DATE_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="91" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DOCUMENTTEMPLATE_ID_PARENT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="91" /> + <size v="10" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DOCUMENTTEMPLATELINKID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DOCUMENTTEMPLATE_ID_CHILD</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>CAMPAIGN</name> + <dbName></dbName> + <idColumn>CAMPAIGNID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <documentation></documentation> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="0" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>DATE_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="91" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DESCRIPTION</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="500" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>EMPLOYEE_CONTACT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>STATE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="91" /> + <size v="10" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CAMPAIGNID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>NAME</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>CAMPAIGNSTEP</name> + <dbName></dbName> + <idColumn>CAMPAIGNSTEPID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <documentation></documentation> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="0" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>CAMPAIGN_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="91" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>STATE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CAMPAIGNSTEPID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>NAME</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DESCRIPTION</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="500" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_START</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="91" /> + <size v="10" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>EMPLOYEE_CONTACT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>SORTING</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="91" /> + <size v="10" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>MAXPARTICIPANTS</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_END</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="91" /> + <size v="10" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>PREDECESSORSTEP_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>CAMPAIGNPARTICIPANTLOG</name> + <dbName></dbName> + <idColumn>CAMPAIGNPARTICIPANTLOGID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <documentation></documentation> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="0" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>CAMPAIGN_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CAMPAIGNPARTICIPANT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CAMPAIGNPARTICIPANTLOGID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CAMPAIGNSTEP_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>CAMPAIGNCOST</name> + <dbName></dbName> + <idColumn>CAMPAIGNCOSTID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <documentation></documentation> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="0" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>CAMPAIGN_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="91" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CAMPAIGNCOSTID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CATEGORY</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="91" /> + <size v="10" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_NEW</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>NET</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2" /> + <size v="14" /> + <scale v="2" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>USER_EDIT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CAMPAIGNSTEP_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>CLASSIFICATIONTYPE</name> + <dbName></dbName> + <idColumn>CLASSIFICATIONTYPEID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <documentation></documentation> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="0" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>SCORETYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="80" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CLASSIFICATIONTYPEID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CLASSIFICATIONTYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CLASSIFICATIONGROUP</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="80" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>CLASSIFICATION</name> + <dbName></dbName> + <idColumn>CLASSIFICATIONID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <documentation></documentation> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="0" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>CLASSIFICATIONTYPE_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>OBJECT_ROWID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CLASSIFICATIONSCORE_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CLASSIFICATIONID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>OBJECT_TYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>CLASSIFICATIONSCORE</name> + <dbName></dbName> + <idColumn>CLASSIFICATIONSCOREID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <documentation></documentation> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="0" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>SCORE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2" /> + <size v="10" /> + <scale v="2" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CLASSIFICATIONSCOREID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>SORT</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>TITLE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="50" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CLASSIFICATIONTYPE_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>FORECAST</name> + <dbName></dbName> + <idColumn>FORECASTID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <documentation></documentation> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="0" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>OBJECT_ROWID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>GROUPCODE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>FORECASTID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>VOLUME</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_START</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>INFO</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2005" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>OBJECT_TYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="63" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>TYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>COMPETITION</name> + <dbName></dbName> + <idColumn>COMPETITIONID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <documentation></documentation> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="0" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>OBJECT_ROWID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>PHASE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>STATUS</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CONTACT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>COMPETITIONID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>INFO</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="2005" /> + <size v="2147483647" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>OBJECT_TYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="63" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>REASON</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DATE_CANCELLED</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="93" /> + <size v="29" /> + <scale v="9" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + <entityDb> + <name>MEMBER</name> + <dbName></dbName> + <idColumn>MEMBERID</idColumn> + <idGeneratorType v="0" /> + <idGeneratorInterval v="1" /> + <documentation></documentation> + <title></title> + <description></description> + <auditSyncConfig> + <name>auditSyncConfig</name> + <auditMode v="0" /> + <syncActive v="false" /> + <syncComplete v="true" /> + <syncDirection v="1" /> + <syncIds></syncIds> + </auditSyncConfig> + <entityFields> + <entityFieldDb> + <name>ROLE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>OBJECT_ROWID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>DECIDER</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="36" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>MEMBERID</name> + <dbName></dbName> + <primaryKey v="true" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="true" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>CONTACT_ID</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="1" /> + <size v="36" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>RELATIONSHIP</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="4" /> + <size v="10" /> + <scale v="0" /> + <notNull v="false" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + <entityFieldDb> + <name>OBJECT_TYPE</name> + <dbName></dbName> + <primaryKey v="false" /> + <columnType v="12" /> + <size v="63" /> + <scale v="0" /> + <notNull v="true" /> + <isUnique v="false" /> + <index v="false" /> + <documentation></documentation> + <title></title> + <description></description> + </entityFieldDb> + </entityFields> + </entityDb> + </entities> + </entityGroup> + </aliasDefDb> + </aliasDefinitionSub> + <indexSearchGroups> + <indexSearchGroup> + <name>ORGANISATION</name> + <title>Company</title> + <icon>VAADIN:BUILDING</icon> + <idColumn>CONTACTID</idColumn> + <titleColumn>TITLECOLUMN</titleColumn> + <descriptionColumn>DESCCOLUMN</descriptionColumn> + <query>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/organisation/query.js</query> + <subQueries>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/organisation/subQueries.js</subQueries> + <resultContextNeon>Organisation</resultContextNeon> + <affectedTables> + <element>ADDRESS</element> + <element>COMMUNICATION</element> + <element>CONTACT</element> + <element>ORGANISATION</element> + </affectedTables> + <affectedIds>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/organisation/affectedIds.js</affectedIds> + </indexSearchGroup> + <indexSearchGroup> + <name>PERSON</name> + <title>Contact</title> + <icon>VAADIN:USERS</icon> + <idColumn>CONTACTID</idColumn> + <titleColumn>TITLECOLUMN</titleColumn> + <descriptionColumn>DESCCOLUMN</descriptionColumn> + <query>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/person/query.js</query> + <subQueries>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/person/subQueries.js</subQueries> + <resultContextNeon>Person</resultContextNeon> + <affectedTables> + <element>ADDRESS</element> + <element>COMMUNICATION</element> + <element>PERSON</element> + <element>CONTACT</element> + <element>ORGANISATION</element> + </affectedTables> + <affectedIds>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/person/affectedIds.js</affectedIds> + </indexSearchGroup> + <indexSearchGroup> + <name>OFFER</name> + <title>Offer</title> + <icon>VAADIN:CART</icon> + <active v="true" /> + <idColumn>OFFERID</idColumn> + <titleColumn>TITLECOLUMN</titleColumn> + <descriptionColumn>DESCCOLUMN</descriptionColumn> + <query>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/offer/query.js</query> + <resultContextNeon>Offer</resultContextNeon> + <affectedTables> + <element>OFFER</element> + </affectedTables> + <affectedIds>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/offer/affectedIds.js</affectedIds> + </indexSearchGroup> + <indexSearchGroup> + <name>SALESORDER</name> + <title>Receipt</title> + <icon>VAADIN:DOLLAR</icon> + <active v="true" /> + <idColumn>SALESORDERID</idColumn> + <titleColumn>TITLECOLUMN</titleColumn> + <descriptionColumn>DESCCOLUMN</descriptionColumn> + <query>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/salesorder/query.js</query> + <resultContextNeon>Order</resultContextNeon> + <affectedTables> + <element>SALESORDER</element> + </affectedTables> + <affectedIds>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/salesorder/affectedIds.js</affectedIds> + </indexSearchGroup> + <indexSearchGroup> + <name>CONTRACT</name> + <title>Contract</title> + <icon>VAADIN:FILE_TEXT</icon> + <active v="true" /> + <idColumn>CONTRACTID</idColumn> + <titleColumn>TITLECOLUMN</titleColumn> + <descriptionColumn>DESCCOLUMN</descriptionColumn> + <query>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/contract/query.js</query> + <resultContextNeon>Contract</resultContextNeon> + <affectedTables> + <element>CONTRACT</element> + </affectedTables> + <affectedIds>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/contract/affectedIds.js</affectedIds> + </indexSearchGroup> + <indexSearchGroup> + <name>PRODUCT</name> + <title>Product</title> + <icon>VAADIN:HAMMER</icon> + <active v="true" /> + <idColumn>PRODUCTID</idColumn> + <titleColumn>TITLECOLUMN</titleColumn> + <descriptionColumn>DESCCOLUMN</descriptionColumn> + <query>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/product/query.js</query> + <resultContextNeon>Product</resultContextNeon> + <affectedTables> + <element>PRODUCT</element> + </affectedTables> + <affectedIds>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/product/affectedIds.js</affectedIds> + </indexSearchGroup> + <indexSearchGroup> + <name>SALESPROJECT</name> + <title>Salesproject</title> + <icon>VAADIN:BOOK_DOLLAR</icon> + <active v="true" /> + <idColumn>SALESPROJECTID</idColumn> + <titleColumn>TITLECOLUMN</titleColumn> + <descriptionColumn>DESCCOLUMN</descriptionColumn> + <query>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/salesproject/query.js</query> + <resultContextNeon>Salesproject</resultContextNeon> + <affectedTables> + <element>SALESPROJECT</element> + </affectedTables> + <affectedIds>%aditoprj%/aliasDefinition/Data_alias/indexsearchgroups/salesproject/affectedIds.js</affectedIds> + </indexSearchGroup> + </indexSearchGroups> +</aliasDefinition> diff --git a/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/offer/entityfields/salesproject_id/customproperties/translate4log/property.js b/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/offer/entityfields/salesproject_id/customproperties/translate4log/property.js deleted file mode 100644 index c7b37e7e5dcae4e2c4da115790c35aca283d6e74..0000000000000000000000000000000000000000 --- a/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/offer/entityfields/salesproject_id/customproperties/translate4log/property.js +++ /dev/null @@ -1,11 +0,0 @@ -import("system.result"); -import("system.db"); -import("Sql_lib"); -import("Loghistory_lib"); - -var params = Translate4LogParams.load(); - -var res = db.cell(SqlCondition.begin() - .andPrepare("SALESPROJECT.SALESPROJECTID", params.value) - .buildSql("select PROJECTTITLE from SALESPROJECT")); -result.string(res); \ No newline at end of file diff --git a/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/salesproject_member/entityfields/contact_id/customproperties/translate4log/property.js b/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/salesproject_member/entityfields/contact_id/customproperties/translate4log/property.js deleted file mode 100644 index 26c85ce005d6c71d8ddb60561653f4d1330bd24c..0000000000000000000000000000000000000000 --- a/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/salesproject_member/entityfields/contact_id/customproperties/translate4log/property.js +++ /dev/null @@ -1,7 +0,0 @@ -import("Contact_lib"); -import("system.result"); -import("Loghistory_lib"); - -var params = Translate4LogParams.load(); -var res = ContactUtils.getFullTitleByContactId(params.value); -result.string(res); \ No newline at end of file diff --git a/application/_____SYSTEM_APPLICATION/_____SYSTEM_APPLICATION.aod b/application/_____SYSTEM_APPLICATION/_____SYSTEM_APPLICATION.aod index ec11a32ebe4eeb702b0d4b93821a9c92ad8d77c7..28c9a9453c27cceded1f23add454689b79b8d54f 100644 --- a/application/_____SYSTEM_APPLICATION/_____SYSTEM_APPLICATION.aod +++ b/application/_____SYSTEM_APPLICATION/_____SYSTEM_APPLICATION.aod @@ -1,11 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> -<application xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/application/1.2.1"> +<application xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/application/1.2.0"> <name>_____SYSTEM_APPLICATION</name> <majorModelMode>DISTRIBUTED</majorModelMode> - <entityNode> - <name>entityNode</name> - <kind v="200" /> - </entityNode> + <entityNode name="_____SYSTEM_COMPANY" kind="200" /> <company> <name>company</name> <backgroundColor v="0xff83cbd8" /> diff --git a/application/_____SYSTEM_APPLICATION_NEON/_____SYSTEM_APPLICATION_NEON.aod b/application/_____SYSTEM_APPLICATION_NEON/_____SYSTEM_APPLICATION_NEON.aod index 542643a196281f46ebe6b6fe2db8ba5166f26885..3ff69433612fed1fbafbcdb362f9481bceebd5ca 100644 --- a/application/_____SYSTEM_APPLICATION_NEON/_____SYSTEM_APPLICATION_NEON.aod +++ b/application/_____SYSTEM_APPLICATION_NEON/_____SYSTEM_APPLICATION_NEON.aod @@ -1,172 +1,53 @@ <?xml version="1.0" encoding="UTF-8"?> -<application xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/application/1.2.1"> +<application xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/application/1.2.0"> <name>_____SYSTEM_APPLICATION_NEON</name> <majorModelMode>DISTRIBUTED</majorModelMode> - <entityNode> - <name>entityNode</name> - <kind v="200" /> - <childNodes> - <entityNode> - <name>CONTACTS</name> - <kind v="123" /> - <title>Contactmanagement</title> - <icon>VAADIN:CONNECT</icon> - <childNodes> - <entityNode> - <name>Group1</name> - <kind v="123" /> - <title></title> - <childNodes> - <entityNode> - <name>Person</name> - <kind v="10077" /> - </entityNode> - <entityNode> - <name>Organisation</name> - <kind v="10077" /> - </entityNode> - <entityNode> - <name>Activity</name> - <kind v="10077" /> - </entityNode> - <entityNode> - <name>Task</name> - <kind v="10077" /> - </entityNode> - <entityNode> - <name>INTERNAL_ADMINISTRATOR</name> - <kind v="159" /> - </entityNode> - </childNodes> - </entityNode> - </childNodes> - </entityNode> - <entityNode> - <name>SALES</name> - <kind v="123" /> - <title>Sales</title> - <icon>VAADIN:BRIEFCASE</icon> - <childNodes> - <entityNode> - <name>Group2</name> - <kind v="123" /> - <title></title> - <childNodes> - <entityNode> - <name>Vertriebsdashboard</name> - <kind v="10090" /> - </entityNode> - <entityNode> - <name>Salesproject</name> - <kind v="10077" /> - </entityNode> - <entityNode> - <name>Offer</name> - <kind v="10077" /> - </entityNode> - <entityNode> - <name>Order</name> - <kind v="10077" /> - </entityNode> - <entityNode> - <name>Contract</name> - <kind v="10077" /> - </entityNode> - <entityNode> - <name>Product</name> - <kind v="10077" /> - </entityNode> - <entityNode> - <name>Turnover</name> - <kind v="10077" /> - </entityNode> - <entityNode> - <name>INTERNAL_ADMINISTRATOR</name> - <kind v="159" /> - </entityNode> - </childNodes> - </entityNode> - </childNodes> - </entityNode> - <entityNode> - <name>Marketing</name> - <kind v="123" /> - <title>Marketing</title> - <icon>VAADIN:GROUP</icon> - <childNodes> - <entityNode> - <name>Group4</name> - <kind v="123" /> - <title></title> - <childNodes> - <entityNode> - <name>Campaign</name> - <kind v="10077" /> - </entityNode> - <entityNode> - <name>INTERNAL_ADMINISTRATOR</name> - <kind v="159" /> - </entityNode> - </childNodes> - </entityNode> - </childNodes> - </entityNode> - <entityNode> - <name>ADMINISTRATION</name> - <kind v="123" /> - <title>Administration</title> - <icon>VAADIN:CONTROLLER</icon> - <childNodes> - <entityNode> - <name>Group3</name> - <kind v="123" /> - <title></title> - <childNodes> - <entityNode> - <name>Notification</name> - <kind v="10077" /> - </entityNode> - <entityNode> - <name>Attribute</name> - <kind v="10077" /> - </entityNode> - <entityNode> - <name>DocumentTemplate</name> - <kind v="10077" /> - </entityNode> - <entityNode> - <name>Employee</name> - <kind v="10077" /> - </entityNode> - <entityNode> - <name>KeywordEntry</name> - <kind v="10077" /> - </entityNode> - <entityNode> - <name>KeywordAttribute</name> - <kind v="10077" /> - </entityNode> - <entityNode> - <name>ObjectRelationType</name> - <kind v="10077" /> - </entityNode> - <entityNode> - <name>ClassificationAdmin</name> - <kind v="10077" /> - </entityNode> - <entityNode> - <name>Salutation</name> - <kind v="10077" /> - </entityNode> - <entityNode> - <name>INTERNAL_ADMINISTRATOR</name> - <kind v="159" /> - </entityNode> - </childNodes> - </entityNode> - </childNodes> - </entityNode> - </childNodes> + <entityNode name="_____SYSTEM_COMPANY" kind="200"> + <node name="CONTACTS" kind="123" title="Contactmanagement"> + <icon>VAADIN:CONNECT</icon> + <node name="Group1" kind="123" title=""> + <node name="Person" kind="10077" /> + <node name="Organisation" kind="10077" /> + <node name="Activity" kind="10077" /> + <node name="Task" kind="10077" /> + <node name="INTERNAL_ADMINISTRATOR" kind="159" /> + </node> + </node> + <node name="SALES" kind="123" title="Sales"> + <icon>VAADIN:BRIEFCASE</icon> + <node name="Group2" kind="123" title=""> + <node name="Vertriebsdashboard" kind="10090" /> + <node name="Salesproject" kind="10077" /> + <node name="Offer" kind="10077" /> + <node name="Order" kind="10077" /> + <node name="Contract" kind="10077" /> + <node name="Product" kind="10077" /> + <node name="Turnover" kind="10077" /> + <node name="INTERNAL_ADMINISTRATOR" kind="159" /> + </node> + </node> + <node name="Marketing" kind="123" title="Marketing"> + <icon>VAADIN:GROUP</icon> + <node name="Group4" kind="123" title=""> + <node name="Campaign" kind="10077" /> + <node name="INTERNAL_ADMINISTRATOR" kind="159" /> + </node> + </node> + <node name="ADMINISTRATION" kind="123" title="Administration"> + <icon>VAADIN:CONTROLLER</icon> + <node name="Group3" kind="123" title=""> + <node name="Notification" kind="10077" /> + <node name="Attribute" kind="10077" /> + <node name="DocumentTemplate" kind="10077" /> + <node name="Employee" kind="10077" /> + <node name="KeywordEntry" kind="10077" /> + <node name="KeywordAttribute" kind="10077" /> + <node name="ObjectRelationType" kind="10077" /> + <node name="ClassificationAdmin" kind="10077" /> + <node name="Salutation" kind="10077" /> + <node name="INTERNAL_ADMINISTRATOR" kind="159" /> + </node> + </node> </entityNode> <company> <name>company</name> diff --git a/application/_____SYSTEM_CALENDAR_RIBBON/_____SYSTEM_CALENDAR_RIBBON.aod b/application/_____SYSTEM_CALENDAR_RIBBON/_____SYSTEM_CALENDAR_RIBBON.aod index 9c0722a0cb6e6ee0addb2a5dbc0838334dd09970..42fef1c4124cc59559c680d1fe53f8b8b91ace0a 100644 --- a/application/_____SYSTEM_CALENDAR_RIBBON/_____SYSTEM_CALENDAR_RIBBON.aod +++ b/application/_____SYSTEM_CALENDAR_RIBBON/_____SYSTEM_CALENDAR_RIBBON.aod @@ -1,11 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> -<application xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/application/1.2.1"> +<application xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/application/1.2.0"> <name>_____SYSTEM_CALENDAR_RIBBON</name> <majorModelMode>DISTRIBUTED</majorModelMode> - <entityNode> - <name>entityNode</name> - <kind v="200" /> - </entityNode> + <entityNode name="_____SYSTEM_COMPANY" kind="200" /> <calendarRibbon> <name>calendarRibbon</name> <ribbonTasks> diff --git a/application/_____SYSTEM_CALENDAR_RIBBON_NEON/_____SYSTEM_CALENDAR_RIBBON_NEON.aod b/application/_____SYSTEM_CALENDAR_RIBBON_NEON/_____SYSTEM_CALENDAR_RIBBON_NEON.aod index d75ce776afb4af858583e7c7e58fd4da2b68fa6d..e453d3efffad2a0658db7a002fcfdec4eba0d9f4 100644 --- a/application/_____SYSTEM_CALENDAR_RIBBON_NEON/_____SYSTEM_CALENDAR_RIBBON_NEON.aod +++ b/application/_____SYSTEM_CALENDAR_RIBBON_NEON/_____SYSTEM_CALENDAR_RIBBON_NEON.aod @@ -1,11 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> -<application xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/application/1.2.1"> +<application xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/application/1.2.0"> <name>_____SYSTEM_CALENDAR_RIBBON_NEON</name> <majorModelMode>DISTRIBUTED</majorModelMode> - <entityNode> - <name>entityNode</name> - <kind v="200" /> - </entityNode> + <entityNode name="_____SYSTEM_COMPANY" kind="200" /> <neonCalendarRibbon> <name>neonCalendarRibbon</name> <entity> diff --git a/application/_____SYSTEM_INDEXSEARCH_RIBBON/_____SYSTEM_INDEXSEARCH_RIBBON.aod b/application/_____SYSTEM_INDEXSEARCH_RIBBON/_____SYSTEM_INDEXSEARCH_RIBBON.aod index aed93b8da3aa895422ae40f41b66bdd50f0d3bdd..114ee28146d6509474675e0905da9d217b0fc329 100644 --- a/application/_____SYSTEM_INDEXSEARCH_RIBBON/_____SYSTEM_INDEXSEARCH_RIBBON.aod +++ b/application/_____SYSTEM_INDEXSEARCH_RIBBON/_____SYSTEM_INDEXSEARCH_RIBBON.aod @@ -1,11 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> -<application xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/application/1.2.1"> +<application xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/application/1.2.0"> <name>_____SYSTEM_INDEXSEARCH_RIBBON</name> <majorModelMode>DISTRIBUTED</majorModelMode> - <entityNode> - <name>entityNode</name> - <kind v="200" /> - </entityNode> + <entityNode name="_____SYSTEM_COMPANY" kind="200" /> <indexSearchRibbon> <name>indexSearchRibbon</name> <ribbonTasks> diff --git a/application/_____SYSTEM_INDEXSEARCH_RIBBON_NEON/_____SYSTEM_INDEXSEARCH_RIBBON_NEON.aod b/application/_____SYSTEM_INDEXSEARCH_RIBBON_NEON/_____SYSTEM_INDEXSEARCH_RIBBON_NEON.aod index 45edac7e715795520238ce9f82aca48008dee834..31b4562eb6745c36ddba6aaeb17c3e438841c717 100644 --- a/application/_____SYSTEM_INDEXSEARCH_RIBBON_NEON/_____SYSTEM_INDEXSEARCH_RIBBON_NEON.aod +++ b/application/_____SYSTEM_INDEXSEARCH_RIBBON_NEON/_____SYSTEM_INDEXSEARCH_RIBBON_NEON.aod @@ -1,11 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> -<application xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/application/1.2.1"> +<application xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/application/1.2.0"> <name>_____SYSTEM_INDEXSEARCH_RIBBON_NEON</name> <majorModelMode>DISTRIBUTED</majorModelMode> - <entityNode> - <name>entityNode</name> - <kind v="200" /> - </entityNode> + <entityNode name="_____SYSTEM_COMPANY" kind="200" /> <neonIndexSearchRibbon> <name>neonIndexSearchRibbon</name> </neonIndexSearchRibbon> diff --git a/entity/360Degree_entity/360Degree_entity.aod b/entity/360Degree_entity/360Degree_entity.aod index 04b38c12eb0447f8e80080b8a2b3446e78a3709d..3ba0c8cf84f5f8d1634d4335768cfd1ce0fa36d1 100644 --- a/entity/360Degree_entity/360Degree_entity.aod +++ b/entity/360Degree_entity/360Degree_entity.aod @@ -1,162 +1,162 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>360Degree_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>360 Degree</title> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>UID</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>TITLE</name> - <linkedContextProcess>%aditoprj%/entity/360Degree_entity/entityfields/title/linkedContextProcess.js</linkedContextProcess> - <searchable v="false" /> - </entityField> - <entityParameter> - <name>ObjectType_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>ObjectRowId_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>OrganisationObjects</name> - <targetContextField>TARGET_CONTEXT</targetContextField> - <targetIdField>TARGET_ID</targetIdField> - <dependencies> - <entityDependency> - <name>15488007-165c-4630-828a-447cf2c27899</name> - <entityName>Organisation_entity</entityName> - <fieldName>360DegreeObjects</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/360Degree_entity/entityfields/organisationobjects/children/objecttype_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityProvider> - <entityField> - <name>TARGET_CONTEXT</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>TARGET_ID</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>CONTEXT_NAME</name> - <title>Module</title> - <groupable v="true" /> - <valueProcess>%aditoprj%/entity/360Degree_entity/entityfields/context_name/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE</name> - <title>Date</title> - <contentType>DATE</contentType> - </entityField> - <entityProvider> - <name>PersonObjects</name> - <targetContextField>TARGET_CONTEXT</targetContextField> - <targetIdField>TARGET_ID</targetIdField> - <dependencies> - <entityDependency> - <name>1d931ae6-137a-4db3-b02c-eb8872d349c6</name> - <entityName>Person_entity</entityName> - <fieldName>360DegreeObjects</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/360Degree_entity/entityfields/personobjects/children/objecttype_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityProvider> - <entityField> - <name>YEAR</name> - <title>Year</title> - <groupable v="true" /> - <valueProcess>%aditoprj%/entity/360Degree_entity/entityfields/year/valueProcess.js</valueProcess> - </entityField> - <entityActionGroup> - <name>newModule</name> - <title>New module</title> - <iconId>VAADIN:PLUS_CIRCLE</iconId> - <children> - <entityActionField> - <name>newOffer</name> - <title>Offer</title> - <onActionProcess>%aditoprj%/entity/360Degree_entity/entityfields/newmodule/children/newoffer/onActionProcess.js</onActionProcess> - <iconId>VAADIN:CART</iconId> - <stateProcess>%aditoprj%/entity/360Degree_entity/entityfields/newmodule/children/newoffer/stateProcess.js</stateProcess> - </entityActionField> - <entityActionField> - <name>newSalesproject</name> - <title>Salesproject</title> - <onActionProcess>%aditoprj%/entity/360Degree_entity/entityfields/newmodule/children/newsalesproject/onActionProcess.js</onActionProcess> - <iconId>VAADIN:BOOK_DOLLAR</iconId> - <stateProcess>%aditoprj%/entity/360Degree_entity/entityfields/newmodule/children/newsalesproject/stateProcess.js</stateProcess> - </entityActionField> - <entityActionField> - <name>newContract</name> - <title>Contract</title> - <onActionProcess>%aditoprj%/entity/360Degree_entity/entityfields/newmodule/children/newcontract/onActionProcess.js</onActionProcess> - <iconId>VAADIN:FILE_TEXT</iconId> - <iconIdProcess>%aditoprj%/entity/360Degree_entity/entityfields/newmodule/children/newcontract/iconIdProcess.js</iconIdProcess> - <stateProcess>%aditoprj%/entity/360Degree_entity/entityfields/newmodule/children/newcontract/stateProcess.js</stateProcess> - </entityActionField> - <entityActionField> - <name>newCampaignParticipant</name> - <title>Add to Campaign</title> - <onActionProcess>%aditoprj%/entity/360Degree_entity/entityfields/newmodule/children/newcampaignparticipant/onActionProcess.js</onActionProcess> - <iconId>NEON:GROUP_APPOINTMENT</iconId> - <stateProcess>%aditoprj%/entity/360Degree_entity/entityfields/newmodule/children/newcampaignparticipant/stateProcess.js</stateProcess> - <tooltip>Choose a campaign and a step to add the contact to a campaign</tooltip> - </entityActionField> - </children> - </entityActionGroup> - <entityField> - <name>ICON</name> - <contentType>IMAGE</contentType> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/360Degree_entity/entityfields/icon/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>ACTIVE</name> - <title>Active</title> - <contentType>TEXT</contentType> - <dropDownProcess>%aditoprj%/entity/360Degree_entity/entityfields/active/dropDownProcess.js</dropDownProcess> - <searchable v="true" /> - <groupable v="true" /> - </entityField> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <isFilterable v="true" /> - <isRequireContainerFiltering v="true" /> - <contentProcess>%aditoprj%/entity/360Degree_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <recordFields> - <element>UID.value</element> - <element>TARGET_ID.value</element> - <element>TARGET_CONTEXT.value</element> - <element>TITLE.value</element> - <element>DATE.value</element> - <element>ACTIVE.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>360Degree_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>360 Degree</title> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>UID</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>TITLE</name> + <linkedContextProcess>%aditoprj%/entity/360Degree_entity/entityfields/title/linkedContextProcess.js</linkedContextProcess> + <searchable v="false" /> + </entityField> + <entityParameter> + <name>ObjectType_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>ObjectRowId_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>OrganisationObjects</name> + <targetContextField>TARGET_CONTEXT</targetContextField> + <targetIdField>TARGET_ID</targetIdField> + <dependencies> + <entityDependency> + <name>15488007-165c-4630-828a-447cf2c27899</name> + <entityName>Organisation_entity</entityName> + <fieldName>360DegreeObjects</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/360Degree_entity/entityfields/organisationobjects/children/objecttype_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityProvider> + <entityField> + <name>TARGET_CONTEXT</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>TARGET_ID</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>CONTEXT_NAME</name> + <title>Module</title> + <groupable v="true" /> + <valueProcess>%aditoprj%/entity/360Degree_entity/entityfields/context_name/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE</name> + <title>Date</title> + <contentType>DATE</contentType> + </entityField> + <entityProvider> + <name>PersonObjects</name> + <targetContextField>TARGET_CONTEXT</targetContextField> + <targetIdField>TARGET_ID</targetIdField> + <dependencies> + <entityDependency> + <name>1d931ae6-137a-4db3-b02c-eb8872d349c6</name> + <entityName>Person_entity</entityName> + <fieldName>360DegreeObjects</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/360Degree_entity/entityfields/personobjects/children/objecttype_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityProvider> + <entityField> + <name>YEAR</name> + <title>Year</title> + <groupable v="true" /> + <valueProcess>%aditoprj%/entity/360Degree_entity/entityfields/year/valueProcess.js</valueProcess> + </entityField> + <entityActionGroup> + <name>newModule</name> + <title>New module</title> + <iconId>VAADIN:PLUS_CIRCLE</iconId> + <children> + <entityActionField> + <name>newOffer</name> + <title>Offer</title> + <onActionProcess>%aditoprj%/entity/360Degree_entity/entityfields/newmodule/children/newoffer/onActionProcess.js</onActionProcess> + <iconId>VAADIN:CART</iconId> + <stateProcess>%aditoprj%/entity/360Degree_entity/entityfields/newmodule/children/newoffer/stateProcess.js</stateProcess> + </entityActionField> + <entityActionField> + <name>newSalesproject</name> + <title>Salesproject</title> + <onActionProcess>%aditoprj%/entity/360Degree_entity/entityfields/newmodule/children/newsalesproject/onActionProcess.js</onActionProcess> + <iconId>VAADIN:BOOK_DOLLAR</iconId> + <stateProcess>%aditoprj%/entity/360Degree_entity/entityfields/newmodule/children/newsalesproject/stateProcess.js</stateProcess> + </entityActionField> + <entityActionField> + <name>newContract</name> + <title>Contract</title> + <onActionProcess>%aditoprj%/entity/360Degree_entity/entityfields/newmodule/children/newcontract/onActionProcess.js</onActionProcess> + <iconId>VAADIN:FILE_TEXT</iconId> + <iconIdProcess>%aditoprj%/entity/360Degree_entity/entityfields/newmodule/children/newcontract/iconIdProcess.js</iconIdProcess> + <stateProcess>%aditoprj%/entity/360Degree_entity/entityfields/newmodule/children/newcontract/stateProcess.js</stateProcess> + </entityActionField> + <entityActionField> + <name>newCampaignParticipant</name> + <title>Add to Campaign</title> + <onActionProcess>%aditoprj%/entity/360Degree_entity/entityfields/newmodule/children/newcampaignparticipant/onActionProcess.js</onActionProcess> + <iconId>NEON:GROUP_APPOINTMENT</iconId> + <stateProcess>%aditoprj%/entity/360Degree_entity/entityfields/newmodule/children/newcampaignparticipant/stateProcess.js</stateProcess> + <tooltip>Choose a campaign and a step to add the contact to a campaign</tooltip> + </entityActionField> + </children> + </entityActionGroup> + <entityField> + <name>ICON</name> + <contentType>IMAGE</contentType> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/360Degree_entity/entityfields/icon/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>ACTIVE</name> + <title>Active</title> + <contentType>TEXT</contentType> + <dropDownProcess>%aditoprj%/entity/360Degree_entity/entityfields/active/dropDownProcess.js</dropDownProcess> + <searchable v="true" /> + <groupable v="true" /> + </entityField> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <isFilterable v="true" /> + <isRequireContainerFiltering v="true" /> + <contentProcess>%aditoprj%/entity/360Degree_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <recordFields> + <element>UID.value</element> + <element>TARGET_ID.value</element> + <element>TARGET_CONTEXT.value</element> + <element>TITLE.value</element> + <element>DATE.value</element> + <element>ACTIVE.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/ActivityLink_entity/ActivityLink_entity.aod b/entity/ActivityLink_entity/ActivityLink_entity.aod index 96b5f9bec75d0d9c349a012e686f91ace69e613e..3b7de486467a5725013ce626a2acdd24fe9ccd75 100644 --- a/entity/ActivityLink_entity/ActivityLink_entity.aod +++ b/entity/ActivityLink_entity/ActivityLink_entity.aod @@ -1,156 +1,156 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>ActivityLink_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>Connection</title> - <titlePlural>Connections</titlePlural> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - <recordContainer>db</recordContainer> - </entityProvider> - <entityField> - <name>ACTIVITYLINKID</name> - <valueProcess>%aditoprj%/entity/ActivityLink_entity/entityfields/activitylinkid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>OBJECT_TYPE</name> - <title>{$OBJECTLINK_TYPE}</title> - <consumer>Context</consumer> - <mandatory v="true" /> - <displayValueProcess>%aditoprj%/entity/ActivityLink_entity/entityfields/object_type/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>OBJECT_ROWID</name> - <title>{$OBJECTLINK_OBJECT}</title> - <consumer>Objects</consumer> - <linkedContextProcess>%aditoprj%/entity/ActivityLink_entity/entityfields/object_rowid/linkedContextProcess.js</linkedContextProcess> - <mandatory v="true" /> - <displayValueProcess>%aditoprj%/entity/ActivityLink_entity/entityfields/object_rowid/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>ACTIVITY_ID</name> - <valueProcess>%aditoprj%/entity/ActivityLink_entity/entityfields/activity_id/valueProcess.js</valueProcess> - </entityField> - <entityProvider> - <name>Links</name> - <targetContextField>OBJECT_TYPE</targetContextField> - <targetIdField>OBJECT_ROWID</targetIdField> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>148c98ea-a24b-453a-afe9-975555486b2c</name> - <entityName>Activity_entity</entityName> - <fieldName>Links</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ActivityId_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityConsumer> - <name>Objects</name> - <dependency> - <name>dependency</name> - <entityName>Object_entity</entityName> - <fieldName>AllObjects</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/ActivityLink_entity/entityfields/objects/children/objecttype_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Context</name> - <dependency> - <name>dependency</name> - <entityName>Context_entity</entityName> - <fieldName>ActivityLinkable</fieldName> - </dependency> - </entityConsumer> - <entityParameter> - <name>ActivityId_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>USER_NEW</name> - <valueProcess>%aditoprj%/entity/ActivityLink_entity/entityfields/user_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>USER_EDIT</name> - <valueProcess>%aditoprj%/entity/ActivityLink_entity/entityfields/user_edit/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_NEW</name> - <valueProcess>%aditoprj%/entity/ActivityLink_entity/entityfields/date_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_EDIT</name> - <valueProcess>%aditoprj%/entity/ActivityLink_entity/entityfields/date_edit/valueProcess.js</valueProcess> - </entityField> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <conditionProcess>%aditoprj%/entity/ActivityLink_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <linkInformation> - <linkInformation> - <name>66f9eb3e-6f56-4731-a868-ffc9ffcce340</name> - <tableName>ACTIVITYLINK</tableName> - <primaryKey>ACTIVITYLINKID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>ACTIVITY_ID.value</name> - <recordfield>ACTIVITYLINK.ACTIVITY_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ACTIVITYLINKID.value</name> - <recordfield>ACTIVITYLINK.ACTIVITYLINKID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>OBJECT_ROWID.value</name> - <recordfield>ACTIVITYLINK.OBJECT_ROWID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>OBJECT_TYPE.value</name> - <recordfield>ACTIVITYLINK.OBJECT_TYPE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>OBJECT_ROWID.displayValue</name> - <expression>%aditoprj%/entity/ActivityLink_entity/recordcontainers/db/recordfieldmappings/object_rowid.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_NEW.value</name> - <recordfield>ACTIVITYLINK.USER_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_EDIT.value</name> - <recordfield>ACTIVITYLINK.USER_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_NEW.value</name> - <recordfield>ACTIVITYLINK.DATE_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_EDIT.value</name> - <recordfield>ACTIVITYLINK.DATE_EDIT</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>ActivityLink_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>Connection</title> + <titlePlural>Connections</titlePlural> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + <recordContainer>db</recordContainer> + </entityProvider> + <entityField> + <name>ACTIVITYLINKID</name> + <valueProcess>%aditoprj%/entity/ActivityLink_entity/entityfields/activitylinkid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>OBJECT_TYPE</name> + <title>{$OBJECTLINK_TYPE}</title> + <consumer>Context</consumer> + <mandatory v="true" /> + <displayValueProcess>%aditoprj%/entity/ActivityLink_entity/entityfields/object_type/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>OBJECT_ROWID</name> + <title>{$OBJECTLINK_OBJECT}</title> + <consumer>Objects</consumer> + <linkedContextProcess>%aditoprj%/entity/ActivityLink_entity/entityfields/object_rowid/linkedContextProcess.js</linkedContextProcess> + <mandatory v="true" /> + <displayValueProcess>%aditoprj%/entity/ActivityLink_entity/entityfields/object_rowid/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>ACTIVITY_ID</name> + <valueProcess>%aditoprj%/entity/ActivityLink_entity/entityfields/activity_id/valueProcess.js</valueProcess> + </entityField> + <entityProvider> + <name>Links</name> + <targetContextField>OBJECT_TYPE</targetContextField> + <targetIdField>OBJECT_ROWID</targetIdField> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>148c98ea-a24b-453a-afe9-975555486b2c</name> + <entityName>Activity_entity</entityName> + <fieldName>Links</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ActivityId_param</name> + <expose v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityConsumer> + <name>Objects</name> + <dependency> + <name>dependency</name> + <entityName>Object_entity</entityName> + <fieldName>AllObjects</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/ActivityLink_entity/entityfields/objects/children/objecttype_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Context</name> + <dependency> + <name>dependency</name> + <entityName>Context_entity</entityName> + <fieldName>ActivityLinkable</fieldName> + </dependency> + </entityConsumer> + <entityParameter> + <name>ActivityId_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>USER_NEW</name> + <valueProcess>%aditoprj%/entity/ActivityLink_entity/entityfields/user_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>USER_EDIT</name> + <valueProcess>%aditoprj%/entity/ActivityLink_entity/entityfields/user_edit/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_NEW</name> + <valueProcess>%aditoprj%/entity/ActivityLink_entity/entityfields/date_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_EDIT</name> + <valueProcess>%aditoprj%/entity/ActivityLink_entity/entityfields/date_edit/valueProcess.js</valueProcess> + </entityField> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <conditionProcess>%aditoprj%/entity/ActivityLink_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <linkInformation> + <linkInformation> + <name>66f9eb3e-6f56-4731-a868-ffc9ffcce340</name> + <tableName>ACTIVITYLINK</tableName> + <primaryKey>ACTIVITYLINKID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>ACTIVITY_ID.value</name> + <recordfield>ACTIVITYLINK.ACTIVITY_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ACTIVITYLINKID.value</name> + <recordfield>ACTIVITYLINK.ACTIVITYLINKID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OBJECT_ROWID.value</name> + <recordfield>ACTIVITYLINK.OBJECT_ROWID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OBJECT_TYPE.value</name> + <recordfield>ACTIVITYLINK.OBJECT_TYPE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OBJECT_ROWID.displayValue</name> + <expression>%aditoprj%/entity/ActivityLink_entity/recordcontainers/db/recordfieldmappings/object_rowid.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_NEW.value</name> + <recordfield>ACTIVITYLINK.USER_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_EDIT.value</name> + <recordfield>ACTIVITYLINK.USER_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_NEW.value</name> + <recordfield>ACTIVITYLINK.DATE_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_EDIT.value</name> + <recordfield>ACTIVITYLINK.DATE_EDIT</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Activity_entity/Activity_entity.aod b/entity/Activity_entity/Activity_entity.aod index 2b4e0ee93fcf8df0c40a26fb48cf16b725efc563..8b3f20d69f434693777219a1d1fbc8e79a244b78 100644 --- a/entity/Activity_entity/Activity_entity.aod +++ b/entity/Activity_entity/Activity_entity.aod @@ -1,531 +1,531 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Activity_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/Activity_entity/documentation.adoc</documentation> - <title>Activity</title> - <afterUiInit>%aditoprj%/entity/Activity_entity/afterUiInit.js</afterUiInit> - <iconId>VAADIN:HOURGLASS_END</iconId> - <image>VAADIN:SHOP</image> - <imageProcess>%aditoprj%/entity/Activity_entity/imageProcess.js</imageProcess> - <titlePlural>Activities</titlePlural> - <recordContainer>db</recordContainer> - <entityFields> - <entityField> - <name>DIRECTION</name> - <title>Direction</title> - <consumer>KeywordDirections</consumer> - <groupable v="true" /> - <mandatory v="true" /> - <displayValueProcess>%aditoprj%/entity/Activity_entity/entityfields/direction/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>ENTRYDATE</name> - <title>Entrydate</title> - <contentType>DATE</contentType> - <resolution>MINUTE</resolution> - <outputFormat>dd.MM.yyyy HH:mm</outputFormat> - <inputFormat>dd.MM.yyyy HH:mm</inputFormat> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/entrydate/valueProcess.js</valueProcess> - <onValidation>%aditoprj%/entity/Activity_entity/entityfields/entrydate/onValidation.js</onValidation> - </entityField> - <entityField> - <name>ACTIVITYID</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>INFO</name> - <title>Description</title> - <contentType>HTML</contentType> - <mandatory v="false" /> - </entityField> - <entityField> - <name>CATEGORY</name> - <title>Category</title> - <consumer>KeywordCategories</consumer> - <groupable v="true" /> - <mandatory v="false" /> - <displayValueProcess>%aditoprj%/entity/Activity_entity/entityfields/category/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>SUBJECT</name> - <title>Subject</title> - <groupable v="false" /> - <mandatory v="true" /> - </entityField> - <entityParameter> - <name>RowId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>SUBJECT_DETAILS</name> - <linkedContext>Activity</linkedContext> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/subject_details/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DIRECTION_ICON</name> - <contentType>IMAGE</contentType> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/direction_icon/valueProcess.js</valueProcess> - </entityField> - <entityProvider> - <name>#PROVIDER</name> - <recordContainer>db</recordContainer> - </entityProvider> - <entityField> - <name>ICON</name> - <contentType>IMAGE</contentType> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/icon/valueProcess.js</valueProcess> - </entityField> - <entityParameter> - <name>OnlyInnate_param</name> - <title>Nur Eigene anzeigen</title> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <documentation>%aditoprj%/entity/Activity_entity/entityfields/onlyinnate_param/documentation.adoc</documentation> - </entityParameter> - <entityParameter> - <name>ObjectId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <documentation>%aditoprj%/entity/Activity_entity/entityfields/objectid_param/documentation.adoc</documentation> - </entityParameter> - <entityConsumer> - <name>Documents</name> - <dependency> - <name>dependency</name> - <entityName>Document_entity</entityName> - <fieldName>Documents</fieldName> - </dependency> - <children> - <entityParameter> - <name>AssignmentRowId_param</name> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/documents/children/assignmentrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>AssignmentTable_param</name> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/documents/children/assignmenttable_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>MainDocuments</name> - <stateProcess>%aditoprj%/entity/Activity_entity/entityfields/maindocuments/stateProcess.js</stateProcess> - <dependency> - <name>dependency</name> - <entityName>Document_entity</entityName> - <fieldName>MainDocuments</fieldName> - </dependency> - <children> - <entityParameter> - <name>AssignmentTable_param</name> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/maindocuments/children/assignmenttable_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>AssignmentRowId_param</name> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/maindocuments/children/assignmentrowid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>ENTRYMONTH</name> - <title>Entrydate (Month)</title> - <contentType>TEXT</contentType> - <groupable v="true" /> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/entrymonth/valueProcess.js</valueProcess> - <onValueChangeTypes> - <element>MASK</element> - <element>PROCESS</element> - <element>PROCESS_SETVALUE</element> - </onValueChangeTypes> - </entityField> - <entityConsumer> - <name>Links</name> - <dependency> - <name>dependency</name> - <entityName>ActivityLink_entity</entityName> - <fieldName>Links</fieldName> - </dependency> - <children> - <entityParameter> - <name>ActivityId_param</name> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/links/children/activityid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordDirections</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/keyworddirections/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityProvider> - <name>LinkedObjects</name> - <documentation>%aditoprj%/entity/Activity_entity/entityfields/linkedobjects/documentation.adoc</documentation> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>8ececf30-a3bc-4cd2-ad04-fb9f3cb9332d</name> - <entityName>Salesproject_entity</entityName> - <fieldName>Activities</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>549af7f6-3828-4c15-8357-72f0c6fc4f0c</name> - <entityName>Contract_entity</entityName> - <fieldName>Activities</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>49a91b21-f24e-45c6-9b2c-5bb15d808d43</name> - <entityName>Organisation_entity</entityName> - <fieldName>Activities</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>6461d7f4-182f-4e5c-9453-49c145e15476</name> - <entityName>Person_entity</entityName> - <fieldName>Activities</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>207920cd-b4b8-4f40-b6c4-6e25d4df9947</name> - <entityName>Offer_entity</entityName> - <fieldName>Activities</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>b086fbf7-aa94-441f-a33c-e2ca8eda5dcd</name> - <entityName>Order_entity</entityName> - <fieldName>Activities</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>00b4f354-5b82-4071-b70c-acab4780a2de</name> - <entityName>Product_entity</entityName> - <fieldName>Activities</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>9b416661-628d-4f8d-b8dc-9543cf5bbb1c</name> - <entityName>Campaign_entity</entityName> - <fieldName>Activities</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>4869a849-8717-48ec-9dbd-73df96992042</name> - <entityName>CampaignStep_entity</entityName> - <fieldName>Activities</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>OnlyInnate_param</name> - <expose v="false" /> - <documentation>%aditoprj%/entity/Activity_entity/entityfields/linkedobjects/children/onlyinnate_param/documentation.adoc</documentation> - </entityParameter> - <entityParameter> - <name>ObjectId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>RowId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>PresetLinks_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>ParentContext_param</name> - <expose v="false" /> - </entityParameter> - <entityParameter> - <name>ParentId_param</name> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityField> - <name>RESPONSIBLE</name> - <title>Responsible</title> - <consumer>Employees</consumer> - <linkedContext>Person</linkedContext> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/responsible/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Activity_entity/entityfields/responsible/displayValueProcess.js</displayValueProcess> - </entityField> - <entityConsumer> - <name>ModuleTrees</name> - <dependency> - <name>dependency</name> - <entityName>ModuleTree_entity</entityName> - <fieldName>TreeProviders</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContextName_param</name> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/moduletrees/children/contextname_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ID_param</name> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/moduletrees/children/id_param/valueProcess.js</valueProcess> - <expose v="false" /> - <mandatory v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>newActivity</name> - <title>New activity</title> - <onActionProcess>%aditoprj%/entity/Activity_entity/entityfields/newactivity/onActionProcess.js</onActionProcess> - <iconId>VAADIN:HOURGLASS_END</iconId> - <tooltip>New activity</tooltip> - <tooltipProcess>%aditoprj%/entity/Activity_entity/entityfields/newactivity/tooltipProcess.js</tooltipProcess> - </entityActionField> - <entityActionField> - <name>newTask</name> - <title>New task</title> - <onActionProcess>%aditoprj%/entity/Activity_entity/entityfields/newtask/onActionProcess.js</onActionProcess> - <actionOrder v="1" /> - <iconId>VAADIN:TASKS</iconId> - </entityActionField> - <entityParameter> - <name>ParentId_param</name> - <expose v="true" /> - <documentation>%aditoprj%/entity/Activity_entity/entityfields/parentid_param/documentation.adoc</documentation> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>ParentContext_param</name> - <expose v="true" /> - <documentation>%aditoprj%/entity/Activity_entity/entityfields/parentcontext_param/documentation.adoc</documentation> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>PARENT_ID</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/parent_id/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>PARENT_CONTEXT</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/parent_context/valueProcess.js</valueProcess> - </entityField> - <entityConsumer> - <name>KeywordCategories</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/keywordcategories/children/containername_param/valueProcess.js</valueProcess> - <expose v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>ENTRYDAY</name> - <title>Entrydate (Day)</title> - <groupable v="true" /> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/entryday/valueProcess.js</valueProcess> - </entityField> - <entityConsumer> - <name>Attributes</name> - <onValidation>%aditoprj%/entity/Activity_entity/entityfields/attributes/onValidation.js</onValidation> - <dependency> - <name>dependency</name> - <entityName>AttributeRelation_entity</entityName> - <fieldName>AttributeRelations</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectRowId_param</name> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>newOffer</name> - <title>New offer</title> - <onActionProcess>%aditoprj%/entity/Activity_entity/entityfields/newoffer/onActionProcess.js</onActionProcess> - <actionOrder v="0" /> - <iconId>VAADIN:CART</iconId> - </entityActionField> - <entityConsumer> - <name>Employees</name> - <dependency> - <name>dependency</name> - <entityName>Employee_entity</entityName> - <fieldName>Employees</fieldName> - </dependency> - </entityConsumer> - <entityParameter> - <name>PresetLinks_param</name> - <expose v="true" /> - <documentation>%aditoprj%/entity/Activity_entity/entityfields/presetlinks_param/documentation.adoc</documentation> - <description>PARAMETER</description> - </entityParameter> - <entityConsumer> - <name>AttributeTree</name> - <dependency> - <name>dependency</name> - <entityName>AttributeRelation_entity</entityName> - <fieldName>TreeProvider</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectRowId_param</name> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/attributetree/children/objectrowid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/attributetree/children/objecttype_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>USER_NEW</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/user_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>USER_EDIT</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/user_edit/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_NEW</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/date_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_EDIT</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/date_edit/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>entryDateDateFormat</name> - <contentType>DATE</contentType> - <resolution>DAY</resolution> - <outputFormat>dd.MM.yyyy</outputFormat> - <inputFormat>dd.MM.yyyy</inputFormat> - </entityField> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <conditionProcess>%aditoprj%/entity/Activity_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <orderClauseProcess>%aditoprj%/entity/Activity_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> - <onDBDelete>%aditoprj%/entity/Activity_entity/recordcontainers/db/onDBDelete.js</onDBDelete> - <linkInformation> - <linkInformation> - <name>4d4e82f5-fd0d-48e0-805a-c713d73dfae0</name> - <tableName>ACTIVITY</tableName> - <primaryKey>ACTIVITYID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>ACTIVITYID.value</name> - <recordfield>ACTIVITY.ACTIVITYID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DIRECTION.value</name> - <recordfield>ACTIVITY.DIRECTION</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>INFO.value</name> - <recordfield>ACTIVITY.INFO</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SUBJECT.value</name> - <recordfield>ACTIVITY.SUBJECT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ENTRYDATE.value</name> - <recordfield>ACTIVITY.ENTRYDATE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CATEGORY.value</name> - <recordfield>ACTIVITY.CATEGORY</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DIRECTION.displayValue</name> - <expression>%aditoprj%/entity/Activity_entity/recordcontainers/db/recordfieldmappings/direction.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PARENT_CONTEXT.value</name> - <recordfield>ACTIVITY.PARENT_CONTEXT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PARENT_ID.value</name> - <recordfield>ACTIVITY.PARENT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CATEGORY.displayValue</name> - <expression>%aditoprj%/entity/Activity_entity/recordcontainers/db/recordfieldmappings/category.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_NEW.value</name> - <recordfield>ACTIVITY.USER_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_EDIT.value</name> - <recordfield>ACTIVITY.USER_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_NEW.value</name> - <recordfield>ACTIVITY.DATE_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_EDIT.value</name> - <recordfield>ACTIVITY.DATE_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>RESPONSIBLE.displayValue</name> - <expression>%aditoprj%/entity/Activity_entity/recordcontainers/db/recordfieldmappings/responsible.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>RESPONSIBLE.value</name> - <recordfield>ACTIVITY.RESPONSIBLE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>entryDateTimelineDate.value</name> - <recordfield>ACTIVITY.ENTRYDATE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>entryDateDateFormat.value</name> - <recordfield>ACTIVITY.ENTRYDATE</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Activity_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/Activity_entity/documentation.adoc</documentation> + <title>Activity</title> + <afterUiInit>%aditoprj%/entity/Activity_entity/afterUiInit.js</afterUiInit> + <iconId>VAADIN:HOURGLASS_END</iconId> + <image>VAADIN:SHOP</image> + <imageProcess>%aditoprj%/entity/Activity_entity/imageProcess.js</imageProcess> + <titlePlural>Activities</titlePlural> + <recordContainer>db</recordContainer> + <entityFields> + <entityField> + <name>DIRECTION</name> + <title>Direction</title> + <consumer>KeywordDirections</consumer> + <groupable v="true" /> + <mandatory v="true" /> + <displayValueProcess>%aditoprj%/entity/Activity_entity/entityfields/direction/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>ENTRYDATE</name> + <title>Entrydate</title> + <contentType>DATE</contentType> + <resolution>MINUTE</resolution> + <outputFormat>dd.MM.yyyy HH:mm</outputFormat> + <inputFormat>dd.MM.yyyy HH:mm</inputFormat> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/entrydate/valueProcess.js</valueProcess> + <onValidation>%aditoprj%/entity/Activity_entity/entityfields/entrydate/onValidation.js</onValidation> + </entityField> + <entityField> + <name>ACTIVITYID</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>INFO</name> + <title>Description</title> + <contentType>HTML</contentType> + <mandatory v="false" /> + </entityField> + <entityField> + <name>CATEGORY</name> + <title>Category</title> + <consumer>KeywordCategories</consumer> + <groupable v="true" /> + <mandatory v="false" /> + <displayValueProcess>%aditoprj%/entity/Activity_entity/entityfields/category/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>SUBJECT</name> + <title>Subject</title> + <groupable v="false" /> + <mandatory v="true" /> + </entityField> + <entityParameter> + <name>RowId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>SUBJECT_DETAILS</name> + <linkedContext>Activity</linkedContext> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/subject_details/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DIRECTION_ICON</name> + <contentType>IMAGE</contentType> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/direction_icon/valueProcess.js</valueProcess> + </entityField> + <entityProvider> + <name>#PROVIDER</name> + <recordContainer>db</recordContainer> + </entityProvider> + <entityField> + <name>ICON</name> + <contentType>IMAGE</contentType> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/icon/valueProcess.js</valueProcess> + </entityField> + <entityParameter> + <name>OnlyInnate_param</name> + <title>Nur Eigene anzeigen</title> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <documentation>%aditoprj%/entity/Activity_entity/entityfields/onlyinnate_param/documentation.adoc</documentation> + </entityParameter> + <entityParameter> + <name>ObjectId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <documentation>%aditoprj%/entity/Activity_entity/entityfields/objectid_param/documentation.adoc</documentation> + </entityParameter> + <entityConsumer> + <name>Documents</name> + <dependency> + <name>dependency</name> + <entityName>Document_entity</entityName> + <fieldName>Documents</fieldName> + </dependency> + <children> + <entityParameter> + <name>AssignmentRowId_param</name> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/documents/children/assignmentrowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>AssignmentTable_param</name> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/documents/children/assignmenttable_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>MainDocuments</name> + <stateProcess>%aditoprj%/entity/Activity_entity/entityfields/maindocuments/stateProcess.js</stateProcess> + <dependency> + <name>dependency</name> + <entityName>Document_entity</entityName> + <fieldName>MainDocuments</fieldName> + </dependency> + <children> + <entityParameter> + <name>AssignmentTable_param</name> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/maindocuments/children/assignmenttable_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>AssignmentRowId_param</name> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/maindocuments/children/assignmentrowid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>ENTRYMONTH</name> + <title>Entrydate (Month)</title> + <contentType>TEXT</contentType> + <groupable v="true" /> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/entrymonth/valueProcess.js</valueProcess> + <onValueChangeTypes> + <element>MASK</element> + <element>PROCESS</element> + <element>PROCESS_SETVALUE</element> + </onValueChangeTypes> + </entityField> + <entityConsumer> + <name>Links</name> + <dependency> + <name>dependency</name> + <entityName>ActivityLink_entity</entityName> + <fieldName>Links</fieldName> + </dependency> + <children> + <entityParameter> + <name>ActivityId_param</name> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/links/children/activityid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordDirections</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/keyworddirections/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityProvider> + <name>LinkedObjects</name> + <documentation>%aditoprj%/entity/Activity_entity/entityfields/linkedobjects/documentation.adoc</documentation> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>8ececf30-a3bc-4cd2-ad04-fb9f3cb9332d</name> + <entityName>Salesproject_entity</entityName> + <fieldName>Activities</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>549af7f6-3828-4c15-8357-72f0c6fc4f0c</name> + <entityName>Contract_entity</entityName> + <fieldName>Activities</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>49a91b21-f24e-45c6-9b2c-5bb15d808d43</name> + <entityName>Organisation_entity</entityName> + <fieldName>Activities</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>6461d7f4-182f-4e5c-9453-49c145e15476</name> + <entityName>Person_entity</entityName> + <fieldName>Activities</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>207920cd-b4b8-4f40-b6c4-6e25d4df9947</name> + <entityName>Offer_entity</entityName> + <fieldName>Activities</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>b086fbf7-aa94-441f-a33c-e2ca8eda5dcd</name> + <entityName>Order_entity</entityName> + <fieldName>Activities</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>00b4f354-5b82-4071-b70c-acab4780a2de</name> + <entityName>Product_entity</entityName> + <fieldName>Activities</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>9b416661-628d-4f8d-b8dc-9543cf5bbb1c</name> + <entityName>Campaign_entity</entityName> + <fieldName>Activities</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>4869a849-8717-48ec-9dbd-73df96992042</name> + <entityName>CampaignStep_entity</entityName> + <fieldName>Activities</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>OnlyInnate_param</name> + <expose v="false" /> + <documentation>%aditoprj%/entity/Activity_entity/entityfields/linkedobjects/children/onlyinnate_param/documentation.adoc</documentation> + </entityParameter> + <entityParameter> + <name>ObjectId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>RowId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>PresetLinks_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>ParentContext_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>ParentId_param</name> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityField> + <name>RESPONSIBLE</name> + <title>Responsible</title> + <consumer>Employees</consumer> + <linkedContext>Person</linkedContext> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/responsible/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Activity_entity/entityfields/responsible/displayValueProcess.js</displayValueProcess> + </entityField> + <entityConsumer> + <name>ModuleTrees</name> + <dependency> + <name>dependency</name> + <entityName>ModuleTree_entity</entityName> + <fieldName>TreeProviders</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContextName_param</name> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/moduletrees/children/contextname_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ID_param</name> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/moduletrees/children/id_param/valueProcess.js</valueProcess> + <expose v="false" /> + <mandatory v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>newActivity</name> + <title>New activity</title> + <onActionProcess>%aditoprj%/entity/Activity_entity/entityfields/newactivity/onActionProcess.js</onActionProcess> + <iconId>VAADIN:HOURGLASS_END</iconId> + <tooltip>New activity</tooltip> + <tooltipProcess>%aditoprj%/entity/Activity_entity/entityfields/newactivity/tooltipProcess.js</tooltipProcess> + </entityActionField> + <entityActionField> + <name>newTask</name> + <title>New task</title> + <onActionProcess>%aditoprj%/entity/Activity_entity/entityfields/newtask/onActionProcess.js</onActionProcess> + <actionOrder v="1" /> + <iconId>VAADIN:TASKS</iconId> + </entityActionField> + <entityParameter> + <name>ParentId_param</name> + <expose v="true" /> + <documentation>%aditoprj%/entity/Activity_entity/entityfields/parentid_param/documentation.adoc</documentation> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>ParentContext_param</name> + <expose v="true" /> + <documentation>%aditoprj%/entity/Activity_entity/entityfields/parentcontext_param/documentation.adoc</documentation> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>PARENT_ID</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/parent_id/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>PARENT_CONTEXT</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/parent_context/valueProcess.js</valueProcess> + </entityField> + <entityConsumer> + <name>KeywordCategories</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/keywordcategories/children/containername_param/valueProcess.js</valueProcess> + <expose v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>ENTRYDAY</name> + <title>Entrydate (Day)</title> + <groupable v="true" /> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/entryday/valueProcess.js</valueProcess> + </entityField> + <entityConsumer> + <name>Attributes</name> + <onValidation>%aditoprj%/entity/Activity_entity/entityfields/attributes/onValidation.js</onValidation> + <dependency> + <name>dependency</name> + <entityName>AttributeRelation_entity</entityName> + <fieldName>AttributeRelations</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>newOffer</name> + <title>New offer</title> + <onActionProcess>%aditoprj%/entity/Activity_entity/entityfields/newoffer/onActionProcess.js</onActionProcess> + <actionOrder v="0" /> + <iconId>VAADIN:CART</iconId> + </entityActionField> + <entityConsumer> + <name>Employees</name> + <dependency> + <name>dependency</name> + <entityName>Employee_entity</entityName> + <fieldName>Employees</fieldName> + </dependency> + </entityConsumer> + <entityParameter> + <name>PresetLinks_param</name> + <expose v="true" /> + <documentation>%aditoprj%/entity/Activity_entity/entityfields/presetlinks_param/documentation.adoc</documentation> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>AttributeTree</name> + <dependency> + <name>dependency</name> + <entityName>AttributeRelation_entity</entityName> + <fieldName>TreeProvider</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/attributetree/children/objectrowid_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/attributetree/children/objecttype_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>USER_NEW</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/user_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>USER_EDIT</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/user_edit/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_NEW</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/date_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_EDIT</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Activity_entity/entityfields/date_edit/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>entryDateDateFormat</name> + <contentType>DATE</contentType> + <resolution>DAY</resolution> + <outputFormat>dd.MM.yyyy</outputFormat> + <inputFormat>dd.MM.yyyy</inputFormat> + </entityField> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <conditionProcess>%aditoprj%/entity/Activity_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <orderClauseProcess>%aditoprj%/entity/Activity_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> + <onDBDelete>%aditoprj%/entity/Activity_entity/recordcontainers/db/onDBDelete.js</onDBDelete> + <linkInformation> + <linkInformation> + <name>4d4e82f5-fd0d-48e0-805a-c713d73dfae0</name> + <tableName>ACTIVITY</tableName> + <primaryKey>ACTIVITYID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>ACTIVITYID.value</name> + <recordfield>ACTIVITY.ACTIVITYID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DIRECTION.value</name> + <recordfield>ACTIVITY.DIRECTION</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>INFO.value</name> + <recordfield>ACTIVITY.INFO</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SUBJECT.value</name> + <recordfield>ACTIVITY.SUBJECT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ENTRYDATE.value</name> + <recordfield>ACTIVITY.ENTRYDATE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CATEGORY.value</name> + <recordfield>ACTIVITY.CATEGORY</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DIRECTION.displayValue</name> + <expression>%aditoprj%/entity/Activity_entity/recordcontainers/db/recordfieldmappings/direction.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PARENT_CONTEXT.value</name> + <recordfield>ACTIVITY.PARENT_CONTEXT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PARENT_ID.value</name> + <recordfield>ACTIVITY.PARENT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CATEGORY.displayValue</name> + <expression>%aditoprj%/entity/Activity_entity/recordcontainers/db/recordfieldmappings/category.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_NEW.value</name> + <recordfield>ACTIVITY.USER_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_EDIT.value</name> + <recordfield>ACTIVITY.USER_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_NEW.value</name> + <recordfield>ACTIVITY.DATE_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_EDIT.value</name> + <recordfield>ACTIVITY.DATE_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>RESPONSIBLE.displayValue</name> + <expression>%aditoprj%/entity/Activity_entity/recordcontainers/db/recordfieldmappings/responsible.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>RESPONSIBLE.value</name> + <recordfield>ACTIVITY.RESPONSIBLE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>entryDateTimelineDate.value</name> + <recordfield>ACTIVITY.ENTRYDATE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>entryDateDateFormat.value</name> + <recordfield>ACTIVITY.ENTRYDATE</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/AddressType_entity/AddressType_entity.aod b/entity/AddressType_entity/AddressType_entity.aod index ef6e5ee7a508f53812e12d8d97b24dd7012bbfff..30b60b15c6ce5256a35301946016f34bcc86905a 100644 --- a/entity/AddressType_entity/AddressType_entity.aod +++ b/entity/AddressType_entity/AddressType_entity.aod @@ -1,76 +1,76 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>AddressType_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <contentTitleProcess>%aditoprj%/entity/AddressType_entity/contentTitleProcess.js</contentTitleProcess> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>KEYID</name> - </entityField> - <entityField> - <name>TITLE</name> - </entityField> - <entityField> - <name>AB_KEYWORD_ENTRYID</name> - </entityField> - <entityProvider> - <name>ByCategory</name> - <lookupIdfield>KEYID</lookupIdfield> - <dependencies> - <entityDependency> - <name>0956b1f3-8b67-4f82-b04a-70be88aff19f</name> - <entityName>Address_entity</entityName> - <fieldName>KeywordAddressTypes</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>UsageFilter_param</name> - <expose v="true" /> - <mandatory v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>UsageFilter_param</name> - <title></title> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <conditionProcess>%aditoprj%/entity/AddressType_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <linkInformation> - <linkInformation> - <name>a4614347-7edb-4101-9e79-40971acfd79e</name> - <tableName>AB_KEYWORD_ENTRY</tableName> - <primaryKey>AB_KEYWORD_ENTRYID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>AB_KEYWORD_ENTRYID.value</name> - <recordfield>AB_KEYWORD_ENTRY.AB_KEYWORD_ENTRYID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>KEYID.value</name> - <recordfield>AB_KEYWORD_ENTRY.KEYID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>TITLE.value</name> - <recordfield>AB_KEYWORD_ENTRY.TITLE</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>AddressType_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <contentTitleProcess>%aditoprj%/entity/AddressType_entity/contentTitleProcess.js</contentTitleProcess> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>KEYID</name> + </entityField> + <entityField> + <name>TITLE</name> + </entityField> + <entityField> + <name>AB_KEYWORD_ENTRYID</name> + </entityField> + <entityProvider> + <name>ByCategory</name> + <lookupIdfield>KEYID</lookupIdfield> + <dependencies> + <entityDependency> + <name>0956b1f3-8b67-4f82-b04a-70be88aff19f</name> + <entityName>Address_entity</entityName> + <fieldName>KeywordAddressTypes</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>UsageFilter_param</name> + <expose v="true" /> + <mandatory v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>UsageFilter_param</name> + <title></title> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <conditionProcess>%aditoprj%/entity/AddressType_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <linkInformation> + <linkInformation> + <name>a4614347-7edb-4101-9e79-40971acfd79e</name> + <tableName>AB_KEYWORD_ENTRY</tableName> + <primaryKey>AB_KEYWORD_ENTRYID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>AB_KEYWORD_ENTRYID.value</name> + <recordfield>AB_KEYWORD_ENTRY.AB_KEYWORD_ENTRYID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>KEYID.value</name> + <recordfield>AB_KEYWORD_ENTRY.KEYID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>TITLE.value</name> + <recordfield>AB_KEYWORD_ENTRY.TITLE</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/AddressValidation_entity/AddressValidation_entity.aod b/entity/AddressValidation_entity/AddressValidation_entity.aod index 78cded48465ff8fc02c87412392d49713fa1c33d..d5a91a79eb2c1c02f99df8a49b3f66ab37917940 100644 --- a/entity/AddressValidation_entity/AddressValidation_entity.aod +++ b/entity/AddressValidation_entity/AddressValidation_entity.aod @@ -1,163 +1,163 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>AddressValidation_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <contentTitleProcess>%aditoprj%/entity/AddressValidation_entity/contentTitleProcess.js</contentTitleProcess> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>UID</name> - <title>Address</title> - <description>UID consists of all fields as JSON. </description> - </entityField> - <entityProvider> - <name>ZipValidaton</name> - <dependencies> - <entityDependency> - <name>fcfcbebe-260a-4773-a874-9791b4887ae2</name> - <entityName>Address_entity</entityName> - <fieldName>ZipValidation</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>Type_param</name> - <valueProcess>%aditoprj%/entity/AddressValidation_entity/entityfields/zipvalidaton/children/type_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>Type_param</name> - <expose v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>Country_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>COUNTRY</name> - <title>Country</title> - </entityField> - <entityField> - <name>ZIP</name> - <title>Zip</title> - </entityField> - <entityField> - <name>CITY</name> - <title>City</title> - </entityField> - <entityField> - <name>DISTRICT</name> - <title>District</title> - </entityField> - <entityField> - <name>REGION</name> - <title>Region</title> - </entityField> - <entityField> - <name>STATE</name> - <title>${ADDRESS_STATE}</title> - </entityField> - <entityField> - <name>VALUE</name> - <description>Final value returned</description> - </entityField> - <entityProvider> - <name>CityValidation</name> - <dependencies> - <entityDependency> - <name>27114db7-8562-43b2-87d8-fa605bbf2319</name> - <entityName>Address_entity</entityName> - <fieldName>CityValidation</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>Type_param</name> - <valueProcess>%aditoprj%/entity/AddressValidation_entity/entityfields/cityvalidation/children/type_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>CurrentValue_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>FullAddressValidation</name> - <dependencies> - <entityDependency> - <name>10f700b5-1ac6-4d50-bcb8-aae55714fb43</name> - <entityName>Address_entity</entityName> - <fieldName>FullAddressValidation</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>Type_param</name> - <valueProcess>%aditoprj%/entity/AddressValidation_entity/entityfields/fulladdressvalidation/children/type_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityField> - <name>STREET</name> - <title>Street</title> - </entityField> - <entityField> - <name>FROM_BN</name> - <title>From buildingnumber</title> - </entityField> - <entityField> - <name>TO_BN</name> - <title>To buildingnumber</title> - </entityField> - <entityField> - <name>LON</name> - </entityField> - <entityField> - <name>LAT</name> - </entityField> - <entityField> - <name>CITYEXT</name> - </entityField> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <isFilterable v="true" /> - <isRequireContainerFiltering v="true" /> - <contentProcess>%aditoprj%/entity/AddressValidation_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <recordFields> - <element>UID.value</element> - <element>UID.displayValue</element> - <element>ZIP.value</element> - <element>CITY.value</element> - <element>CITYEXT.value</element> - <element>COUNTRY.value</element> - <element>DISTRICT.value</element> - <element>REGION.value</element> - <element>STATE.value</element> - <element>STREET.value</element> - <element>FROM_BN.value</element> - <element>TO_BN.value</element> - <element>LON.value</element> - <element>LAT.value</element> - <element>VALUE.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>AddressValidation_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <contentTitleProcess>%aditoprj%/entity/AddressValidation_entity/contentTitleProcess.js</contentTitleProcess> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>UID</name> + <title>Address</title> + <description>UID consists of all fields as JSON. </description> + </entityField> + <entityProvider> + <name>ZipValidaton</name> + <dependencies> + <entityDependency> + <name>fcfcbebe-260a-4773-a874-9791b4887ae2</name> + <entityName>Address_entity</entityName> + <fieldName>ZipValidation</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>Type_param</name> + <valueProcess>%aditoprj%/entity/AddressValidation_entity/entityfields/zipvalidaton/children/type_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>Type_param</name> + <expose v="true" /> + <mandatory v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>Country_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>COUNTRY</name> + <title>Country</title> + </entityField> + <entityField> + <name>ZIP</name> + <title>Zip</title> + </entityField> + <entityField> + <name>CITY</name> + <title>City</title> + </entityField> + <entityField> + <name>DISTRICT</name> + <title>District</title> + </entityField> + <entityField> + <name>REGION</name> + <title>Region</title> + </entityField> + <entityField> + <name>STATE</name> + <title>${ADDRESS_STATE}</title> + </entityField> + <entityField> + <name>VALUE</name> + <description>Final value returned</description> + </entityField> + <entityProvider> + <name>CityValidation</name> + <dependencies> + <entityDependency> + <name>27114db7-8562-43b2-87d8-fa605bbf2319</name> + <entityName>Address_entity</entityName> + <fieldName>CityValidation</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>Type_param</name> + <valueProcess>%aditoprj%/entity/AddressValidation_entity/entityfields/cityvalidation/children/type_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>CurrentValue_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>FullAddressValidation</name> + <dependencies> + <entityDependency> + <name>10f700b5-1ac6-4d50-bcb8-aae55714fb43</name> + <entityName>Address_entity</entityName> + <fieldName>FullAddressValidation</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>Type_param</name> + <valueProcess>%aditoprj%/entity/AddressValidation_entity/entityfields/fulladdressvalidation/children/type_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityField> + <name>STREET</name> + <title>Street</title> + </entityField> + <entityField> + <name>FROM_BN</name> + <title>From buildingnumber</title> + </entityField> + <entityField> + <name>TO_BN</name> + <title>To buildingnumber</title> + </entityField> + <entityField> + <name>LON</name> + </entityField> + <entityField> + <name>LAT</name> + </entityField> + <entityField> + <name>CITYEXT</name> + </entityField> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <isFilterable v="true" /> + <isRequireContainerFiltering v="true" /> + <contentProcess>%aditoprj%/entity/AddressValidation_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <recordFields> + <element>UID.value</element> + <element>UID.displayValue</element> + <element>ZIP.value</element> + <element>CITY.value</element> + <element>CITYEXT.value</element> + <element>COUNTRY.value</element> + <element>DISTRICT.value</element> + <element>REGION.value</element> + <element>STATE.value</element> + <element>STREET.value</element> + <element>FROM_BN.value</element> + <element>TO_BN.value</element> + <element>LON.value</element> + <element>LAT.value</element> + <element>VALUE.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Address_entity/Address_entity.aod b/entity/Address_entity/Address_entity.aod index c33c1ae417990a03ff38e6d6119981098c01bec3..39ceccae11503adb411eb47d5b1a7d49c0a577cf 100644 --- a/entity/Address_entity/Address_entity.aod +++ b/entity/Address_entity/Address_entity.aod @@ -1,460 +1,460 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Address_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/Address_entity/documentation.adoc</documentation> - <title>Address</title> - <contentTitleProcess>%aditoprj%/entity/Address_entity/contentTitleProcess.js</contentTitleProcess> - <titlePlural>Addresses</titlePlural> - <recordContainer>db</recordContainer> - <entityFields> - <entityField> - <name>ADDRESS</name> - <title>Address</title> - <mandatoryProcess>%aditoprj%/entity/Address_entity/entityfields/address/mandatoryProcess.js</mandatoryProcess> - </entityField> - <entityField> - <name>ADDRESSADDITION</name> - </entityField> - <entityField> - <name>ADDRESSID</name> - <valueProcess>%aditoprj%/entity/Address_entity/entityfields/addressid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>ADDRIDENTIFIER</name> - <title>{$ADDRESS_IDENTIFIER}</title> - </entityField> - <entityField> - <name>ADDR_TYPE</name> - <documentation>%aditoprj%/entity/Address_entity/entityfields/addr_type/documentation.adoc</documentation> - <title>Addresstype</title> - <consumer>KeywordAddressTypes</consumer> - <valueProcess>%aditoprj%/entity/Address_entity/entityfields/addr_type/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Address_entity/entityfields/addr_type/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>BUILDINGNO</name> - <title>House number</title> - </entityField> - <entityField> - <name>CITY</name> - <title>City</title> - <consumer>CityValidation</consumer> - <mandatoryProcess>%aditoprj%/entity/Address_entity/entityfields/city/mandatoryProcess.js</mandatoryProcess> - <displayValueProcess>%aditoprj%/entity/Address_entity/entityfields/city/displayValueProcess.js</displayValueProcess> - <onValueChange>%aditoprj%/entity/Address_entity/entityfields/city/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - <element>PROCESS</element> - </onValueChangeTypes> - </entityField> - <entityField> - <name>COUNTRY</name> - <title>Country</title> - <consumer>Countries</consumer> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Address_entity/entityfields/country/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Address_entity/entityfields/country/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>DISTRICT</name> - <title>District</title> - </entityField> - <entityField> - <name>REGION</name> - <title>Region</title> - </entityField> - <entityField> - <name>CONTACT_ID</name> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Address_entity/entityfields/contact_id/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>STATE</name> - <title>${ADDRESS_STATE}</title> - <mandatoryProcess>%aditoprj%/entity/Address_entity/entityfields/state/mandatoryProcess.js</mandatoryProcess> - </entityField> - <entityField> - <name>ZIP</name> - <title>Postcode</title> - <consumer>ZipValidation</consumer> - <mandatoryProcess>%aditoprj%/entity/Address_entity/entityfields/zip/mandatoryProcess.js</mandatoryProcess> - <displayValueProcess>%aditoprj%/entity/Address_entity/entityfields/zip/displayValueProcess.js</displayValueProcess> - <onValueChange>%aditoprj%/entity/Address_entity/entityfields/zip/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - <element>PROCESS</element> - </onValueChangeTypes> - <onValidation>%aditoprj%/entity/Address_entity/entityfields/zip/onValidation.js</onValidation> - </entityField> - <entityProvider> - <name>OrganisationAddresses</name> - <dependencies> - <entityDependency> - <name>b484b43c-16f6-4875-9787-f0813dd200cb</name> - <entityName>Organisation_entity</entityName> - <fieldName>Addresses</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ContactType_param</name> - <valueProcess>%aditoprj%/entity/Address_entity/entityfields/organisationaddresses/children/contacttype_param/valueProcess.js</valueProcess> - <expose v="false" /> - <description>TODO: expose auf false. aktuell wird der Code nicht ausgeführt, wenn Expose false ist.</description> - </entityParameter> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>DefaultAddressId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>OrganisationId_param</name> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - <mandatory v="true" /> - <documentation>%aditoprj%/entity/Address_entity/entityfields/contactid_param/documentation.adoc</documentation> - </entityParameter> - <entityProvider> - <name>ContactAddresses</name> - <dependencies> - <entityDependency> - <name>efdb2f19-ab41-4f49-941a-843610e2b31b</name> - <entityName>Person_entity</entityName> - <fieldName>PersAddresses</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>aecd30a8-b80e-42c5-be09-3042b75a3fa2</name> - <entityName>Contact_entity</entityName> - <fieldName>ContactAddresses</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ContactType_param</name> - <valueProcess>%aditoprj%/entity/Address_entity/entityfields/contactaddresses/children/contacttype_param/valueProcess.js</valueProcess> - <expose v="false" /> - <triggerRecalculation v="true" /> - <description>TODO: expose auf false. aktuell wird der Code nicht ausgeführt, wenn Expose false ist.</description> - </entityParameter> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>DefaultAddressId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>OrganisationId_param</name> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityConsumer> - <name>Countries</name> - <dependency> - <name>dependency</name> - <entityName>Countries_Entity</entityName> - <fieldName>ISO2Name</fieldName> - </dependency> - </entityConsumer> - <entityProvider> - <name>OrganisationAddressesByContact</name> - <documentation>%aditoprj%/entity/Address_entity/entityfields/organisationaddressesbycontact/documentation.adoc</documentation> - <titlePlural>Company Addresses</titlePlural> - <dependencies> - <entityDependency> - <name>388f6ad3-b817-4dc0-a5d5-a41eec485357</name> - <entityName>Person_entity</entityName> - <fieldName>OrgAddresses</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ContactType_param</name> - <valueProcess>%aditoprj%/entity/Address_entity/entityfields/organisationaddressesbycontact/children/contacttype_param/valueProcess.js</valueProcess> - <expose v="false" /> - <description>TODO: expose auf false. aktuell wird der Code nicht ausgeführt, wenn Expose false ist.</description> - </entityParameter> - <entityParameter> - <name>OrganisationId_param</name> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityField> - <name>IS_STANDARD</name> - <documentation>%aditoprj%/entity/Address_entity/entityfields/is_standard/documentation.adoc</documentation> - <contentType>BOOLEAN</contentType> - <valueProcess>%aditoprj%/entity/Address_entity/entityfields/is_standard/valueProcess.js</valueProcess> - </entityField> - <entityParameter> - <name>DefaultAddressId_param</name> - <valueProcess>%aditoprj%/entity/Address_entity/entityfields/defaultaddressid_param/valueProcess.js</valueProcess> - <expose v="true" /> - <mandatory v="false" /> - <documentation>%aditoprj%/entity/Address_entity/entityfields/defaultaddressid_param/documentation.adoc</documentation> - <description>provide a ADDRESSID-value of the standard address (of a CONTACT)</description> - </entityParameter> - <entityParameter> - <name>ContactType_param</name> - <expose v="true" /> - <mandatory v="true" /> - <documentation>%aditoprj%/entity/Address_entity/entityfields/contacttype_param/documentation.adoc</documentation> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>OrganisationAndContactAddresses</name> - <dependencies> - <entityDependency> - <name>4d7e3b3a-abba-4429-9f1e-18e11788c0f2</name> - <entityName>Person_entity</entityName> - <fieldName>ContactAndOrganisationAddresses</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>daa41953-8e95-46f2-b08a-6c843ab87985</name> - <entityName>Offer_entity</entityName> - <fieldName>PossibleAddresses</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>DefaultAddressId_param</name> - <expose v="false" /> - </entityParameter> - <entityParameter> - <name>ContactType_param</name> - <expose v="false" /> - </entityParameter> - <entityParameter> - <name>OrganisationId_param</name> - <title></title> - <valueProcess>%aditoprj%/entity/Address_entity/entityfields/organisationandcontactaddresses/children/organisationid_param/valueProcess.js</valueProcess> - <expose v="true" /> - <documentation>%aditoprj%/entity/Address_entity/entityfields/organisationandcontactaddresses/children/organisationid_param/documentation.adoc</documentation> - </entityParameter> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>OrganisationId_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityConsumer> - <name>KeywordAddressTypes</name> - <dependency> - <name>dependency</name> - <entityName>AddressType_entity</entityName> - <fieldName>ByCategory</fieldName> - </dependency> - <children> - <entityParameter> - <name>UsageFilter_param</name> - <valueProcess>%aditoprj%/entity/Address_entity/entityfields/keywordaddresstypes/children/usagefilter_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>USER_NEW</name> - <valueProcess>%aditoprj%/entity/Address_entity/entityfields/user_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>USER_EDIT</name> - <valueProcess>%aditoprj%/entity/Address_entity/entityfields/user_edit/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_NEW</name> - <valueProcess>%aditoprj%/entity/Address_entity/entityfields/date_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_EDIT</name> - <valueProcess>%aditoprj%/entity/Address_entity/entityfields/date_edit/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>IS_STANDARD_ICON</name> - <title>Standard</title> - <contentType>IMAGE</contentType> - <contentTypeProcess>%aditoprj%/entity/Address_entity/entityfields/is_standard_icon/contentTypeProcess.js</contentTypeProcess> - <valueProcess>%aditoprj%/entity/Address_entity/entityfields/is_standard_icon/valueProcess.js</valueProcess> - </entityField> - <entityConsumer> - <name>ZipValidation</name> - <dependency> - <name>dependency</name> - <entityName>AddressValidation_entity</entityName> - <fieldName>ZipValidaton</fieldName> - </dependency> - <children> - <entityParameter> - <name>Country_param</name> - <valueProcess>%aditoprj%/entity/Address_entity/entityfields/zipvalidation/children/country_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>CurrentValue_param</name> - <valueProcess>%aditoprj%/entity/Address_entity/entityfields/zipvalidation/children/currentvalue_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>CityValidation</name> - <dependency> - <name>dependency</name> - <entityName>AddressValidation_entity</entityName> - <fieldName>CityValidation</fieldName> - </dependency> - <children> - <entityParameter> - <name>CurrentValue_param</name> - <valueProcess>%aditoprj%/entity/Address_entity/entityfields/cityvalidation/children/currentvalue_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>Country_param</name> - <valueProcess>%aditoprj%/entity/Address_entity/entityfields/cityvalidation/children/country_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>AddressSearch</name> - <title>Search</title> - <consumer>FullAddressValidation</consumer> - <stateProcess>%aditoprj%/entity/Address_entity/entityfields/addresssearch/stateProcess.js</stateProcess> - <displayValueProcess>%aditoprj%/entity/Address_entity/entityfields/addresssearch/displayValueProcess.js</displayValueProcess> - <onValueChange>%aditoprj%/entity/Address_entity/entityfields/addresssearch/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - <element>PROCESS</element> - </onValueChangeTypes> - </entityField> - <entityConsumer> - <name>FullAddressValidation</name> - <dependency> - <name>dependency</name> - <entityName>AddressValidation_entity</entityName> - <fieldName>FullAddressValidation</fieldName> - </dependency> - <children> - <entityParameter> - <name>CurrentValue_param</name> - <valueProcess>%aditoprj%/entity/Address_entity/entityfields/fulladdressvalidation/children/currentvalue_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>Country_param</name> - <valueProcess>%aditoprj%/entity/Address_entity/entityfields/fulladdressvalidation/children/country_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <conditionProcess>%aditoprj%/entity/Address_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <orderClauseProcess>%aditoprj%/entity/Address_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> - <onDBInsert>%aditoprj%/entity/Address_entity/recordcontainers/db/onDBInsert.js</onDBInsert> - <linkInformation> - <linkInformation> - <name>6a0005cc-c64b-4044-9712-c9d00f02d7a8</name> - <tableName>ADDRESS</tableName> - <primaryKey>ADDRESSID</primaryKey> - <isUIDTable v="true" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>ADDRESS.value</name> - <recordfield>ADDRESS.ADDRESS</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CITY.value</name> - <recordfield>ADDRESS.CITY</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ADDRESSADDITION.value</name> - <recordfield>ADDRESS.ADDRESSADDITION</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>COUNTRY.value</name> - <recordfield>ADDRESS.COUNTRY</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ADDRESSID.value</name> - <recordfield>ADDRESS.ADDRESSID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ADDRIDENTIFIER.value</name> - <recordfield>ADDRESS.ADDRIDENTIFIER</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ADDR_TYPE.value</name> - <recordfield>ADDRESS.ADDR_TYPE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DISTRICT.value</name> - <recordfield>ADDRESS.DISTRICT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>BUILDINGNO.value</name> - <recordfield>ADDRESS.BUILDINGNO</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>REGION.value</name> - <recordfield>ADDRESS.REGION</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACT_ID.value</name> - <recordfield>ADDRESS.CONTACT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STATE.value</name> - <recordfield>ADDRESS.STATE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ZIP.value</name> - <recordfield>ADDRESS.ZIP</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ADDR_TYPE.displayValue</name> - <expression>%aditoprj%/entity/Address_entity/recordcontainers/db/recordfieldmappings/addr_type.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_NEW.value</name> - <recordfield>ADDRESS.DATE_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_EDIT.value</name> - <recordfield>ADDRESS.DATE_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_EDIT.value</name> - <recordfield>ADDRESS.USER_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_NEW.value</name> - <recordfield>ADDRESS.USER_NEW</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Address_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/Address_entity/documentation.adoc</documentation> + <title>Address</title> + <contentTitleProcess>%aditoprj%/entity/Address_entity/contentTitleProcess.js</contentTitleProcess> + <titlePlural>Addresses</titlePlural> + <recordContainer>db</recordContainer> + <entityFields> + <entityField> + <name>ADDRESS</name> + <title>Address</title> + <mandatoryProcess>%aditoprj%/entity/Address_entity/entityfields/address/mandatoryProcess.js</mandatoryProcess> + </entityField> + <entityField> + <name>ADDRESSADDITION</name> + </entityField> + <entityField> + <name>ADDRESSID</name> + <valueProcess>%aditoprj%/entity/Address_entity/entityfields/addressid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>ADDRIDENTIFIER</name> + <title>{$ADDRESS_IDENTIFIER}</title> + </entityField> + <entityField> + <name>ADDR_TYPE</name> + <documentation>%aditoprj%/entity/Address_entity/entityfields/addr_type/documentation.adoc</documentation> + <title>Addresstype</title> + <consumer>KeywordAddressTypes</consumer> + <valueProcess>%aditoprj%/entity/Address_entity/entityfields/addr_type/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Address_entity/entityfields/addr_type/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>BUILDINGNO</name> + <title>House number</title> + </entityField> + <entityField> + <name>CITY</name> + <title>City</title> + <consumer>CityValidation</consumer> + <mandatoryProcess>%aditoprj%/entity/Address_entity/entityfields/city/mandatoryProcess.js</mandatoryProcess> + <displayValueProcess>%aditoprj%/entity/Address_entity/entityfields/city/displayValueProcess.js</displayValueProcess> + <onValueChange>%aditoprj%/entity/Address_entity/entityfields/city/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + <element>PROCESS</element> + </onValueChangeTypes> + </entityField> + <entityField> + <name>COUNTRY</name> + <title>Country</title> + <consumer>Countries</consumer> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Address_entity/entityfields/country/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Address_entity/entityfields/country/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>DISTRICT</name> + <title>District</title> + </entityField> + <entityField> + <name>REGION</name> + <title>Region</title> + </entityField> + <entityField> + <name>CONTACT_ID</name> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Address_entity/entityfields/contact_id/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>STATE</name> + <title>${ADDRESS_STATE}</title> + <mandatoryProcess>%aditoprj%/entity/Address_entity/entityfields/state/mandatoryProcess.js</mandatoryProcess> + </entityField> + <entityField> + <name>ZIP</name> + <title>Postcode</title> + <consumer>ZipValidation</consumer> + <mandatoryProcess>%aditoprj%/entity/Address_entity/entityfields/zip/mandatoryProcess.js</mandatoryProcess> + <displayValueProcess>%aditoprj%/entity/Address_entity/entityfields/zip/displayValueProcess.js</displayValueProcess> + <onValueChange>%aditoprj%/entity/Address_entity/entityfields/zip/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + <element>PROCESS</element> + </onValueChangeTypes> + <onValidation>%aditoprj%/entity/Address_entity/entityfields/zip/onValidation.js</onValidation> + </entityField> + <entityProvider> + <name>OrganisationAddresses</name> + <dependencies> + <entityDependency> + <name>b484b43c-16f6-4875-9787-f0813dd200cb</name> + <entityName>Organisation_entity</entityName> + <fieldName>Addresses</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ContactType_param</name> + <valueProcess>%aditoprj%/entity/Address_entity/entityfields/organisationaddresses/children/contacttype_param/valueProcess.js</valueProcess> + <expose v="false" /> + <description>TODO: expose auf false. aktuell wird der Code nicht ausgeführt, wenn Expose false ist.</description> + </entityParameter> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>DefaultAddressId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>OrganisationId_param</name> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + <mandatory v="true" /> + <documentation>%aditoprj%/entity/Address_entity/entityfields/contactid_param/documentation.adoc</documentation> + </entityParameter> + <entityProvider> + <name>ContactAddresses</name> + <dependencies> + <entityDependency> + <name>efdb2f19-ab41-4f49-941a-843610e2b31b</name> + <entityName>Person_entity</entityName> + <fieldName>PersAddresses</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>aecd30a8-b80e-42c5-be09-3042b75a3fa2</name> + <entityName>Contact_entity</entityName> + <fieldName>ContactAddresses</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ContactType_param</name> + <valueProcess>%aditoprj%/entity/Address_entity/entityfields/contactaddresses/children/contacttype_param/valueProcess.js</valueProcess> + <expose v="false" /> + <triggerRecalculation v="true" /> + <description>TODO: expose auf false. aktuell wird der Code nicht ausgeführt, wenn Expose false ist.</description> + </entityParameter> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>DefaultAddressId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>OrganisationId_param</name> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityConsumer> + <name>Countries</name> + <dependency> + <name>dependency</name> + <entityName>Countries_Entity</entityName> + <fieldName>ISO2Name</fieldName> + </dependency> + </entityConsumer> + <entityProvider> + <name>OrganisationAddressesByContact</name> + <documentation>%aditoprj%/entity/Address_entity/entityfields/organisationaddressesbycontact/documentation.adoc</documentation> + <titlePlural>Company Addresses</titlePlural> + <dependencies> + <entityDependency> + <name>388f6ad3-b817-4dc0-a5d5-a41eec485357</name> + <entityName>Person_entity</entityName> + <fieldName>OrgAddresses</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ContactType_param</name> + <valueProcess>%aditoprj%/entity/Address_entity/entityfields/organisationaddressesbycontact/children/contacttype_param/valueProcess.js</valueProcess> + <expose v="false" /> + <description>TODO: expose auf false. aktuell wird der Code nicht ausgeführt, wenn Expose false ist.</description> + </entityParameter> + <entityParameter> + <name>OrganisationId_param</name> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityField> + <name>IS_STANDARD</name> + <documentation>%aditoprj%/entity/Address_entity/entityfields/is_standard/documentation.adoc</documentation> + <contentType>BOOLEAN</contentType> + <valueProcess>%aditoprj%/entity/Address_entity/entityfields/is_standard/valueProcess.js</valueProcess> + </entityField> + <entityParameter> + <name>DefaultAddressId_param</name> + <valueProcess>%aditoprj%/entity/Address_entity/entityfields/defaultaddressid_param/valueProcess.js</valueProcess> + <expose v="true" /> + <mandatory v="false" /> + <documentation>%aditoprj%/entity/Address_entity/entityfields/defaultaddressid_param/documentation.adoc</documentation> + <description>provide a ADDRESSID-value of the standard address (of a CONTACT)</description> + </entityParameter> + <entityParameter> + <name>ContactType_param</name> + <expose v="true" /> + <mandatory v="true" /> + <documentation>%aditoprj%/entity/Address_entity/entityfields/contacttype_param/documentation.adoc</documentation> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>OrganisationAndContactAddresses</name> + <dependencies> + <entityDependency> + <name>4d7e3b3a-abba-4429-9f1e-18e11788c0f2</name> + <entityName>Person_entity</entityName> + <fieldName>ContactAndOrganisationAddresses</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>daa41953-8e95-46f2-b08a-6c843ab87985</name> + <entityName>Offer_entity</entityName> + <fieldName>PossibleAddresses</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>DefaultAddressId_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>ContactType_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>OrganisationId_param</name> + <title></title> + <valueProcess>%aditoprj%/entity/Address_entity/entityfields/organisationandcontactaddresses/children/organisationid_param/valueProcess.js</valueProcess> + <expose v="true" /> + <documentation>%aditoprj%/entity/Address_entity/entityfields/organisationandcontactaddresses/children/organisationid_param/documentation.adoc</documentation> + </entityParameter> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>OrganisationId_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>KeywordAddressTypes</name> + <dependency> + <name>dependency</name> + <entityName>AddressType_entity</entityName> + <fieldName>ByCategory</fieldName> + </dependency> + <children> + <entityParameter> + <name>UsageFilter_param</name> + <valueProcess>%aditoprj%/entity/Address_entity/entityfields/keywordaddresstypes/children/usagefilter_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>USER_NEW</name> + <valueProcess>%aditoprj%/entity/Address_entity/entityfields/user_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>USER_EDIT</name> + <valueProcess>%aditoprj%/entity/Address_entity/entityfields/user_edit/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_NEW</name> + <valueProcess>%aditoprj%/entity/Address_entity/entityfields/date_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_EDIT</name> + <valueProcess>%aditoprj%/entity/Address_entity/entityfields/date_edit/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>IS_STANDARD_ICON</name> + <title>Standard</title> + <contentType>IMAGE</contentType> + <contentTypeProcess>%aditoprj%/entity/Address_entity/entityfields/is_standard_icon/contentTypeProcess.js</contentTypeProcess> + <valueProcess>%aditoprj%/entity/Address_entity/entityfields/is_standard_icon/valueProcess.js</valueProcess> + </entityField> + <entityConsumer> + <name>ZipValidation</name> + <dependency> + <name>dependency</name> + <entityName>AddressValidation_entity</entityName> + <fieldName>ZipValidaton</fieldName> + </dependency> + <children> + <entityParameter> + <name>Country_param</name> + <valueProcess>%aditoprj%/entity/Address_entity/entityfields/zipvalidation/children/country_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>CurrentValue_param</name> + <valueProcess>%aditoprj%/entity/Address_entity/entityfields/zipvalidation/children/currentvalue_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>CityValidation</name> + <dependency> + <name>dependency</name> + <entityName>AddressValidation_entity</entityName> + <fieldName>CityValidation</fieldName> + </dependency> + <children> + <entityParameter> + <name>CurrentValue_param</name> + <valueProcess>%aditoprj%/entity/Address_entity/entityfields/cityvalidation/children/currentvalue_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>Country_param</name> + <valueProcess>%aditoprj%/entity/Address_entity/entityfields/cityvalidation/children/country_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>AddressSearch</name> + <title>Search</title> + <consumer>FullAddressValidation</consumer> + <stateProcess>%aditoprj%/entity/Address_entity/entityfields/addresssearch/stateProcess.js</stateProcess> + <displayValueProcess>%aditoprj%/entity/Address_entity/entityfields/addresssearch/displayValueProcess.js</displayValueProcess> + <onValueChange>%aditoprj%/entity/Address_entity/entityfields/addresssearch/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + <element>PROCESS</element> + </onValueChangeTypes> + </entityField> + <entityConsumer> + <name>FullAddressValidation</name> + <dependency> + <name>dependency</name> + <entityName>AddressValidation_entity</entityName> + <fieldName>FullAddressValidation</fieldName> + </dependency> + <children> + <entityParameter> + <name>CurrentValue_param</name> + <valueProcess>%aditoprj%/entity/Address_entity/entityfields/fulladdressvalidation/children/currentvalue_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>Country_param</name> + <valueProcess>%aditoprj%/entity/Address_entity/entityfields/fulladdressvalidation/children/country_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <conditionProcess>%aditoprj%/entity/Address_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <orderClauseProcess>%aditoprj%/entity/Address_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> + <onDBInsert>%aditoprj%/entity/Address_entity/recordcontainers/db/onDBInsert.js</onDBInsert> + <linkInformation> + <linkInformation> + <name>6a0005cc-c64b-4044-9712-c9d00f02d7a8</name> + <tableName>ADDRESS</tableName> + <primaryKey>ADDRESSID</primaryKey> + <isUIDTable v="true" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>ADDRESS.value</name> + <recordfield>ADDRESS.ADDRESS</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CITY.value</name> + <recordfield>ADDRESS.CITY</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ADDRESSADDITION.value</name> + <recordfield>ADDRESS.ADDRESSADDITION</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>COUNTRY.value</name> + <recordfield>ADDRESS.COUNTRY</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ADDRESSID.value</name> + <recordfield>ADDRESS.ADDRESSID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ADDRIDENTIFIER.value</name> + <recordfield>ADDRESS.ADDRIDENTIFIER</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ADDR_TYPE.value</name> + <recordfield>ADDRESS.ADDR_TYPE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DISTRICT.value</name> + <recordfield>ADDRESS.DISTRICT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>BUILDINGNO.value</name> + <recordfield>ADDRESS.BUILDINGNO</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>REGION.value</name> + <recordfield>ADDRESS.REGION</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACT_ID.value</name> + <recordfield>ADDRESS.CONTACT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STATE.value</name> + <recordfield>ADDRESS.STATE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ZIP.value</name> + <recordfield>ADDRESS.ZIP</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ADDR_TYPE.displayValue</name> + <expression>%aditoprj%/entity/Address_entity/recordcontainers/db/recordfieldmappings/addr_type.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_NEW.value</name> + <recordfield>ADDRESS.DATE_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_EDIT.value</name> + <recordfield>ADDRESS.DATE_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_EDIT.value</name> + <recordfield>ADDRESS.USER_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_NEW.value</name> + <recordfield>ADDRESS.USER_NEW</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Analyses_entity/Analyses_entity.aod b/entity/Analyses_entity/Analyses_entity.aod index 344b416423cfab2c32c1109537c1cfb1035dc60f..62353eb9b2c12fe028b9fd0b1d127256f115644a 100644 --- a/entity/Analyses_entity/Analyses_entity.aod +++ b/entity/Analyses_entity/Analyses_entity.aod @@ -1,48 +1,48 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Analyses_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <icon>VAADIN:GRID_BIG_O</icon> - <title>Analyses</title> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>NEW_TASKS</name> - <title>New tasks</title> - <contentType>NUMBER</contentType> - <valueProcess>%aditoprj%/entity/Analyses_entity/entityfields/new_tasks/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>OVERDUE_TASKS</name> - <title>Overdue tasks</title> - <contentType>NUMBER</contentType> - <valueProcess>%aditoprj%/entity/Analyses_entity/entityfields/overdue_tasks/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>IMMINENT_APPOINTMENTS</name> - <title>Imminent appointments for today</title> - <contentType>NUMBER</contentType> - <valueProcess>%aditoprj%/entity/Analyses_entity/entityfields/imminent_appointments/valueProcess.js</valueProcess> - </entityField> - <entityActionField> - <name>openCalendar</name> - </entityActionField> - <entityActionField> - <name>openNewTasks</name> - <onActionProcess>%aditoprj%/entity/Analyses_entity/entityfields/opennewtasks/onActionProcess.js</onActionProcess> - </entityActionField> - <entityActionField> - <name>openOverdueTasks</name> - <onActionProcess>%aditoprj%/entity/Analyses_entity/entityfields/openoverduetasks/onActionProcess.js</onActionProcess> - </entityActionField> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Analyses_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <icon>VAADIN:GRID_BIG_O</icon> + <title>Analyses</title> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>NEW_TASKS</name> + <title>New tasks</title> + <contentType>NUMBER</contentType> + <valueProcess>%aditoprj%/entity/Analyses_entity/entityfields/new_tasks/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>OVERDUE_TASKS</name> + <title>Overdue tasks</title> + <contentType>NUMBER</contentType> + <valueProcess>%aditoprj%/entity/Analyses_entity/entityfields/overdue_tasks/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>IMMINENT_APPOINTMENTS</name> + <title>Imminent appointments for today</title> + <contentType>NUMBER</contentType> + <valueProcess>%aditoprj%/entity/Analyses_entity/entityfields/imminent_appointments/valueProcess.js</valueProcess> + </entityField> + <entityActionField> + <name>openCalendar</name> + </entityActionField> + <entityActionField> + <name>openNewTasks</name> + <onActionProcess>%aditoprj%/entity/Analyses_entity/entityfields/opennewtasks/onActionProcess.js</onActionProcess> + </entityActionField> + <entityActionField> + <name>openOverdueTasks</name> + <onActionProcess>%aditoprj%/entity/Analyses_entity/entityfields/openoverduetasks/onActionProcess.js</onActionProcess> + </entityActionField> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/AnyContact_entity/AnyContact_entity.aod b/entity/AnyContact_entity/AnyContact_entity.aod index c7d45dc1020bfa7f888fd14518b862cc0108b205..212ff19be1cd95c75a03422a13372927db441c66 100644 --- a/entity/AnyContact_entity/AnyContact_entity.aod +++ b/entity/AnyContact_entity/AnyContact_entity.aod @@ -1,220 +1,220 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>AnyContact_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <contentTitleProcess>%aditoprj%/entity/AnyContact_entity/contentTitleProcess.js</contentTitleProcess> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - <dependencies> - <entityDependency> - <name>5d8b421e-a234-4d03-bfec-ed01f464a54c</name> - <entityName>Contract_entity</entityName> - <fieldName>Relations</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>94e4fa2c-7525-49f9-b933-353d200b829c</name> - <entityName>Offer_entity</entityName> - <fieldName>Relations</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>f1f7d959-ecb5-4438-9762-fc11f1bc5334</name> - <entityName>Order_entity</entityName> - <fieldName>Relations</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>336fdc6b-05f8-40bc-89ba-d4ab98bd6948</name> - <entityName>CampaignParticipant_entity</entityName> - <fieldName>AnyContacts</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - <entityField> - <name>ADDRESS_ID</name> - <title>standard address</title> - <searchable v="false" /> - <displayValueProcess>%aditoprj%/entity/AnyContact_entity/entityfields/address_id/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>LANGUAGE</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>ORGANISATION_ID</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>PERSON_ID</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>CONTACTID</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>STATUS</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>contactType</name> - <description>Relation type. Value is based on the existance or non-existance of ORGANISATION_ID and PERSON_ID. -See ContactUtils.getRelationTypeByPersOrg for possible values</description> - <contentType>NUMBER</contentType> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/AnyContact_entity/entityfields/contactType/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>ORGANISATION_NAME</name> - <title>Organisation name</title> - </entityField> - <entityField> - <name>PERSON_FIRSTNAME</name> - <title>Firstname</title> - </entityField> - <entityField> - <name>PERSON_LASTNAME</name> - <title>Lastname</title> - </entityField> - <entityField> - <name>IMAGE</name> - <contentType>IMAGE</contentType> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/AnyContact_entity/entityfields/image/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>STANDARD_EMAIL_COMMUNICATION</name> - <title>standard email</title> - <searchable v="false" /> - </entityField> - <entityField> - <name>STANDARD_PHONE_COMMUNICATION</name> - <title>Phone</title> - <searchable v="false" /> - </entityField> - <entityField> - <name>RELATIONSHIP</name> - <description>TODO: Beziehung zu der Relation 1024846 (z.B. per Ampelsystem)</description> - <searchable v="false" /> - </entityField> - <entityField> - <name>PERSON_MIDDLENAME</name> - </entityField> - <entityField> - <name>PERSON_TITLE</name> - </entityField> - <entityField> - <name>PERSON_SALUTATION</name> - </entityField> - <entityField> - <name>PERSON_FULL_NAME</name> - <title>Person</title> - <valueProcess>%aditoprj%/entity/AnyContact_entity/entityfields/person_full_name/valueProcess.js</valueProcess> - </entityField> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <fromClauseProcess>%aditoprj%/entity/AnyContact_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> - <conditionProcess>%aditoprj%/entity/AnyContact_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <orderClauseProcess>%aditoprj%/entity/AnyContact_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> - <linkInformation> - <linkInformation> - <name>7b3fa460-44a1-40f3-89e3-1625ce9c6bb3</name> - <tableName>CONTACT</tableName> - <primaryKey>CONTACTID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - <linkInformation> - <name>6786a204-2cea-42ae-857d-4335bad6b5e4</name> - <tableName>ORGANISATION</tableName> - <primaryKey>ORGANISATIONID</primaryKey> - <isUIDTable v="false" /> - <readonly v="true" /> - </linkInformation> - <linkInformation> - <name>d15ccb84-6928-4c44-b940-0f5d04826b55</name> - <tableName>PERSON</tableName> - <primaryKey>PERSONID</primaryKey> - <isUIDTable v="false" /> - <readonly v="true" /> - </linkInformation> - <linkInformation> - <name>b778622f-449a-4185-b7cb-9b373ba4024f</name> - <tableName>ADDRESS</tableName> - <primaryKey>ADDRESSID</primaryKey> - <isUIDTable v="false" /> - <readonly v="true" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>ADDRESS_ID.value</name> - <recordfield>CONTACT.ADDRESS_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>LANGUAGE.value</name> - <recordfield>CONTACT.LANGUAGE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ORGANISATION_ID.value</name> - <recordfield>CONTACT.ORGANISATION_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PERSON_ID.value</name> - <recordfield>CONTACT.PERSON_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACTID.value</name> - <recordfield>CONTACT.CONTACTID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STATUS.value</name> - <recordfield>CONTACT.STATUS</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ORGANISATION_NAME.value</name> - <recordfield>ORGANISATION.NAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PERSON_FIRSTNAME.value</name> - <recordfield>PERSON.FIRSTNAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PERSON_LASTNAME.value</name> - <recordfield>PERSON.LASTNAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STANDARD_EMAIL_COMMUNICATION.value</name> - <expression>%aditoprj%/entity/AnyContact_entity/recordcontainers/db/recordfieldmappings/standard_email_communication.value/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STANDARD_PHONE_COMMUNICATION.value</name> - <expression>%aditoprj%/entity/AnyContact_entity/recordcontainers/db/recordfieldmappings/standard_phone_communication.value/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>RELATIONSHIP.value</name> - <recordfield>CONTACT.RELATIONSHIP</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PERSON_MIDDLENAME.value</name> - <recordfield>PERSON.MIDDLENAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PERSON_TITLE.value</name> - <recordfield>PERSON.TITLE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PERSON_SALUTATION.value</name> - <recordfield>PERSON.SALUTATION</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>AnyContact_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <contentTitleProcess>%aditoprj%/entity/AnyContact_entity/contentTitleProcess.js</contentTitleProcess> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + <dependencies> + <entityDependency> + <name>5d8b421e-a234-4d03-bfec-ed01f464a54c</name> + <entityName>Contract_entity</entityName> + <fieldName>Relations</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>94e4fa2c-7525-49f9-b933-353d200b829c</name> + <entityName>Offer_entity</entityName> + <fieldName>Relations</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>f1f7d959-ecb5-4438-9762-fc11f1bc5334</name> + <entityName>Order_entity</entityName> + <fieldName>Relations</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>336fdc6b-05f8-40bc-89ba-d4ab98bd6948</name> + <entityName>CampaignParticipant_entity</entityName> + <fieldName>AnyContacts</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + <entityField> + <name>ADDRESS_ID</name> + <title>standard address</title> + <searchable v="false" /> + <displayValueProcess>%aditoprj%/entity/AnyContact_entity/entityfields/address_id/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>LANGUAGE</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>ORGANISATION_ID</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>PERSON_ID</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>CONTACTID</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>STATUS</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>contactType</name> + <description>Relation type. Value is based on the existance or non-existance of ORGANISATION_ID and PERSON_ID. +See ContactUtils.getRelationTypeByPersOrg for possible values</description> + <contentType>NUMBER</contentType> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/AnyContact_entity/entityfields/contactType/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>ORGANISATION_NAME</name> + <title>Organisation name</title> + </entityField> + <entityField> + <name>PERSON_FIRSTNAME</name> + <title>Firstname</title> + </entityField> + <entityField> + <name>PERSON_LASTNAME</name> + <title>Lastname</title> + </entityField> + <entityField> + <name>IMAGE</name> + <contentType>IMAGE</contentType> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/AnyContact_entity/entityfields/image/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>STANDARD_EMAIL_COMMUNICATION</name> + <title>standard email</title> + <searchable v="false" /> + </entityField> + <entityField> + <name>STANDARD_PHONE_COMMUNICATION</name> + <title>Phone</title> + <searchable v="false" /> + </entityField> + <entityField> + <name>RELATIONSHIP</name> + <description>TODO: Beziehung zu der Relation 1024846 (z.B. per Ampelsystem)</description> + <searchable v="false" /> + </entityField> + <entityField> + <name>PERSON_MIDDLENAME</name> + </entityField> + <entityField> + <name>PERSON_TITLE</name> + </entityField> + <entityField> + <name>PERSON_SALUTATION</name> + </entityField> + <entityField> + <name>PERSON_FULL_NAME</name> + <title>Person</title> + <valueProcess>%aditoprj%/entity/AnyContact_entity/entityfields/person_full_name/valueProcess.js</valueProcess> + </entityField> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <fromClauseProcess>%aditoprj%/entity/AnyContact_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> + <conditionProcess>%aditoprj%/entity/AnyContact_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <orderClauseProcess>%aditoprj%/entity/AnyContact_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> + <linkInformation> + <linkInformation> + <name>7b3fa460-44a1-40f3-89e3-1625ce9c6bb3</name> + <tableName>CONTACT</tableName> + <primaryKey>CONTACTID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + <linkInformation> + <name>6786a204-2cea-42ae-857d-4335bad6b5e4</name> + <tableName>ORGANISATION</tableName> + <primaryKey>ORGANISATIONID</primaryKey> + <isUIDTable v="false" /> + <readonly v="true" /> + </linkInformation> + <linkInformation> + <name>d15ccb84-6928-4c44-b940-0f5d04826b55</name> + <tableName>PERSON</tableName> + <primaryKey>PERSONID</primaryKey> + <isUIDTable v="false" /> + <readonly v="true" /> + </linkInformation> + <linkInformation> + <name>b778622f-449a-4185-b7cb-9b373ba4024f</name> + <tableName>ADDRESS</tableName> + <primaryKey>ADDRESSID</primaryKey> + <isUIDTable v="false" /> + <readonly v="true" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>ADDRESS_ID.value</name> + <recordfield>CONTACT.ADDRESS_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>LANGUAGE.value</name> + <recordfield>CONTACT.LANGUAGE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ORGANISATION_ID.value</name> + <recordfield>CONTACT.ORGANISATION_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PERSON_ID.value</name> + <recordfield>CONTACT.PERSON_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACTID.value</name> + <recordfield>CONTACT.CONTACTID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STATUS.value</name> + <recordfield>CONTACT.STATUS</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ORGANISATION_NAME.value</name> + <recordfield>ORGANISATION.NAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PERSON_FIRSTNAME.value</name> + <recordfield>PERSON.FIRSTNAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PERSON_LASTNAME.value</name> + <recordfield>PERSON.LASTNAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STANDARD_EMAIL_COMMUNICATION.value</name> + <expression>%aditoprj%/entity/AnyContact_entity/recordcontainers/db/recordfieldmappings/standard_email_communication.value/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STANDARD_PHONE_COMMUNICATION.value</name> + <expression>%aditoprj%/entity/AnyContact_entity/recordcontainers/db/recordfieldmappings/standard_phone_communication.value/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>RELATIONSHIP.value</name> + <recordfield>CONTACT.RELATIONSHIP</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PERSON_MIDDLENAME.value</name> + <recordfield>PERSON.MIDDLENAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PERSON_TITLE.value</name> + <recordfield>PERSON.TITLE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PERSON_SALUTATION.value</name> + <recordfield>PERSON.SALUTATION</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/AppointmentLink_entity/AppointmentLink_entity.aod b/entity/AppointmentLink_entity/AppointmentLink_entity.aod index 0fd3993be38a98baa3e037462ff3ad04823e4076..876f651036d211d67853b5658c38574d98f06d21 100644 --- a/entity/AppointmentLink_entity/AppointmentLink_entity.aod +++ b/entity/AppointmentLink_entity/AppointmentLink_entity.aod @@ -1,131 +1,131 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>AppointmentLink_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - <recordContainer>db</recordContainer> - </entityProvider> - <entityField> - <name>AB_APPOINTMENTLINKID</name> - <valueProcess>%aditoprj%/entity/AppointmentLink_entity/entityfields/ab_appointmentlinkid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>APPOINTMENT_ID</name> - <valueProcess>%aditoprj%/entity/AppointmentLink_entity/entityfields/appointment_id/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>OBJECTID</name> - <title>{$OBJECTLINK_OBJECT}</title> - <consumer>Objects</consumer> - <linkedContext>Object</linkedContext> - <displayValueProcess>%aditoprj%/entity/AppointmentLink_entity/entityfields/objectid/displayValueProcess.js</displayValueProcess> - <onValueChangeTypes> - <element>MASK</element> - <element>PROCESS</element> - <element>PROCESS_SETVALUE</element> - </onValueChangeTypes> - </entityField> - <entityField> - <name>OBJECTTYPE</name> - <title>{$OBJECTLINK_TYPE}</title> - <consumer>Context</consumer> - <linkedContext>Context</linkedContext> - <displayValueProcess>%aditoprj%/entity/AppointmentLink_entity/entityfields/objecttype/displayValueProcess.js</displayValueProcess> - </entityField> - <entityParameter> - <name>AppointmentId_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>Links</name> - <targetContextField>OBJECTTYPE</targetContextField> - <targetIdField>OBJECTID</targetIdField> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>3dde1745-18a1-4499-83d0-61e414086997</name> - <entityName>Appointment_entity</entityName> - <fieldName>AppointmentLinks</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>AppointmentId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityConsumer> - <name>Context</name> - <dependency> - <name>dependency</name> - <entityName>Context_entity</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>Objects</name> - <dependency> - <name>dependency</name> - <entityName>Object_entity</entityName> - <fieldName>AllObjects</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/AppointmentLink_entity/entityfields/objects/children/objecttype_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>opencontext</name> - <onActionProcess>%aditoprj%/entity/AppointmentLink_entity/entityfields/opencontext/onActionProcess.js</onActionProcess> - </entityActionField> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <conditionProcess>%aditoprj%/entity/AppointmentLink_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <linkInformation> - <linkInformation> - <name>211047ab-be9d-401b-a2d9-3dd1e048c5c5</name> - <tableName>AB_APPOINTMENTLINK</tableName> - <primaryKey>AB_APPOINTMENTLINK_ID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>APPOINTMENT_ID.value</name> - <recordfield>AB_APPOINTMENTLINK.APPOINTMENT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>OBJECTID.value</name> - <recordfield>AB_APPOINTMENTLINK.OBJECT_ROWID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>OBJECTTYPE.value</name> - <recordfield>AB_APPOINTMENTLINK.OBJECT_TYPE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>OBJECTID.displayValue</name> - <expression>%aditoprj%/entity/AppointmentLink_entity/recordcontainers/db/recordfieldmappings/objectid.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>AB_APPOINTMENTLINKID.value</name> - <recordfield>AB_APPOINTMENTLINK.AB_APPOINTMENTLINK_ID</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>AppointmentLink_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + <recordContainer>db</recordContainer> + </entityProvider> + <entityField> + <name>AB_APPOINTMENTLINKID</name> + <valueProcess>%aditoprj%/entity/AppointmentLink_entity/entityfields/ab_appointmentlinkid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>APPOINTMENT_ID</name> + <valueProcess>%aditoprj%/entity/AppointmentLink_entity/entityfields/appointment_id/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>OBJECTID</name> + <title>{$OBJECTLINK_OBJECT}</title> + <consumer>Objects</consumer> + <linkedContext>Object</linkedContext> + <displayValueProcess>%aditoprj%/entity/AppointmentLink_entity/entityfields/objectid/displayValueProcess.js</displayValueProcess> + <onValueChangeTypes> + <element>MASK</element> + <element>PROCESS</element> + <element>PROCESS_SETVALUE</element> + </onValueChangeTypes> + </entityField> + <entityField> + <name>OBJECTTYPE</name> + <title>{$OBJECTLINK_TYPE}</title> + <consumer>Context</consumer> + <linkedContext>Context</linkedContext> + <displayValueProcess>%aditoprj%/entity/AppointmentLink_entity/entityfields/objecttype/displayValueProcess.js</displayValueProcess> + </entityField> + <entityParameter> + <name>AppointmentId_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>Links</name> + <targetContextField>OBJECTTYPE</targetContextField> + <targetIdField>OBJECTID</targetIdField> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>3dde1745-18a1-4499-83d0-61e414086997</name> + <entityName>Appointment_entity</entityName> + <fieldName>AppointmentLinks</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>AppointmentId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityConsumer> + <name>Context</name> + <dependency> + <name>dependency</name> + <entityName>Context_entity</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>Objects</name> + <dependency> + <name>dependency</name> + <entityName>Object_entity</entityName> + <fieldName>AllObjects</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/AppointmentLink_entity/entityfields/objects/children/objecttype_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>opencontext</name> + <onActionProcess>%aditoprj%/entity/AppointmentLink_entity/entityfields/opencontext/onActionProcess.js</onActionProcess> + </entityActionField> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <conditionProcess>%aditoprj%/entity/AppointmentLink_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <linkInformation> + <linkInformation> + <name>211047ab-be9d-401b-a2d9-3dd1e048c5c5</name> + <tableName>AB_APPOINTMENTLINK</tableName> + <primaryKey>AB_APPOINTMENTLINK_ID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>APPOINTMENT_ID.value</name> + <recordfield>AB_APPOINTMENTLINK.APPOINTMENT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OBJECTID.value</name> + <recordfield>AB_APPOINTMENTLINK.OBJECT_ROWID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OBJECTTYPE.value</name> + <recordfield>AB_APPOINTMENTLINK.OBJECT_TYPE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OBJECTID.displayValue</name> + <expression>%aditoprj%/entity/AppointmentLink_entity/recordcontainers/db/recordfieldmappings/objectid.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>AB_APPOINTMENTLINKID.value</name> + <recordfield>AB_APPOINTMENTLINK.AB_APPOINTMENTLINK_ID</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Appointment_entity/Appointment_entity.aod b/entity/Appointment_entity/Appointment_entity.aod index 4e0f3b7cf99bfe2a313b8f39815985af2e4a4b1d..090f081659e84f3274c7f9bbecd47f7914dbe8a8 100644 --- a/entity/Appointment_entity/Appointment_entity.aod +++ b/entity/Appointment_entity/Appointment_entity.aod @@ -1,203 +1,203 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Appointment_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/Appointment_entity/documentation.adoc</documentation> - <title>Termin</title> - <afterUiInit>%aditoprj%/entity/Appointment_entity/afterUiInit.js</afterUiInit> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityField> - <name>SUMMARY</name> - <title>Betreff</title> - <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/summary/valueProcess.js</valueProcess> - <onValueChange>%aditoprj%/entity/Appointment_entity/entityfields/summary/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - <element>PROCESS</element> - <element>PROCESS_SETVALUE</element> - </onValueChangeTypes> - </entityField> - <entityField> - <name>DESCRIPTION</name> - </entityField> - <entityField> - <name>CLASSIFICATION</name> - <dropDownProcess>%aditoprj%/entity/Appointment_entity/entityfields/classification/dropDownProcess.js</dropDownProcess> - <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/classification/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>BEGIN</name> - <selectionMode>SINGLE</selectionMode> - <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/begin/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>END</name> - <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/end/valueProcess.js</valueProcess> - </entityField> - <entityFieldGroup> - <name>STARTEND</name> - <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/startend/valueProcess.js</valueProcess> - <description>FIELDGROUP</description> - <fields> - <element>BEGIN</element> - <element>END</element> - </fields> - </entityFieldGroup> - <entityField> - <name>STATUS</name> - <dropDownProcess>%aditoprj%/entity/Appointment_entity/entityfields/status/dropDownProcess.js</dropDownProcess> - </entityField> - <entityField> - <name>LOCATION</name> - </entityField> - <entityField> - <name>REMINDER_CHECK</name> - <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/reminder_check/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>REMINDER</name> - <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/reminder/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>CATEGORIES</name> - <dropDownProcess>%aditoprj%/entity/Appointment_entity/entityfields/categories/dropDownProcess.js</dropDownProcess> - </entityField> - <entityField> - <name>ATTENDEES</name> - <dropDownProcess>%aditoprj%/entity/Appointment_entity/entityfields/attendees/dropDownProcess.js</dropDownProcess> - <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/attendees/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>TRANSPARENCY</name> - <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/transparency/valueProcess.js</valueProcess> - </entityField> - <entityActionGroup> - <name>PartStatActionGroup</name> - <children> - <entityActionField> - <name>accept</name> - <title>accept</title> - <onActionProcess>%aditoprj%/entity/Appointment_entity/entityfields/partstatactiongroup/children/accept/onActionProcess.js</onActionProcess> - <actionOrder v="0" /> - <iconId>VAADIN:CHECK</iconId> - </entityActionField> - <entityActionField> - <name>decline</name> - <title>decline</title> - <description></description> - <onActionProcess>%aditoprj%/entity/Appointment_entity/entityfields/partstatactiongroup/children/decline/onActionProcess.js</onActionProcess> - <iconId>VAADIN:CLOSE</iconId> - </entityActionField> - <entityActionField> - <name>tentative</name> - <title>tentative</title> - <onActionProcess>%aditoprj%/entity/Appointment_entity/entityfields/partstatactiongroup/children/tentative/onActionProcess.js</onActionProcess> - <iconId>VAADIN:QUESTION</iconId> - </entityActionField> - </children> - </entityActionGroup> - <entityProvider> - <name>#PROVIDER</name> - <recordContainer>jdito</recordContainer> - </entityProvider> - <entityParameter> - <name>MasterEntry_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>ORGANIZER</name> - </entityField> - <entityField> - <name>RRULE</name> - <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/rrule/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>RECURRENCEID</name> - <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/recurrenceid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>SAFESCOPEFIELD</name> - </entityField> - <entityField> - <name>MASTERBEGIN</name> - </entityField> - <entityField> - <name>MASTEREND</name> - </entityField> - <entityField> - <name>UID</name> - <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/uid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>ATTENDEESLENGTH</name> - </entityField> - <entityField> - <name>ICON</name> - </entityField> - <entityParameter> - <name>Entry_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>AnyObjectRowid_param</name> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>AnyObjectType_param</name> - <description>PARAMETER</description> - </entityParameter> - <entityConsumer> - <name>AppointmentLinks</name> - <dependency> - <name>dependency</name> - <entityName>AppointmentLink_entity</entityName> - <fieldName>Links</fieldName> - </dependency> - <children> - <entityParameter> - <name>AppointmentId_param</name> - <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/appointmentlinks/children/appointmentid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <title>jdito</title> - <description></description> - <jDitoRecordAlias>_____SYSTEMALIAS</jDitoRecordAlias> - <contentProcess>%aditoprj%/entity/Appointment_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <onInsert>%aditoprj%/entity/Appointment_entity/recordcontainers/jdito/onInsert.js</onInsert> - <onUpdate>%aditoprj%/entity/Appointment_entity/recordcontainers/jdito/onUpdate.js</onUpdate> - <onDelete>%aditoprj%/entity/Appointment_entity/recordcontainers/jdito/onDelete.js</onDelete> - <recordFields> - <element>UID.value</element> - <element>ATTENDEESLENGTH.value</element> - <element>BEGIN.value</element> - <element>END.value</element> - <element>SUMMARY.value</element> - <element>ORGANIZER.value</element> - <element>ATTENDEES.value</element> - <element>STATUS.value</element> - <element>LINKS.value</element> - <element>DESCRIPTION.value</element> - <element>LOCATION.value</element> - <element>ICON.value</element> - <element>CLASSIFICATION.value</element> - <element>TRANSPARENCY.value</element> - <element>CATEGORIES.value</element> - <element>REMINDER.value</element> - <element>REMINDER_CHECK.value</element> - <element>RRULE.value</element> - <element>RECURRENCEID.value</element> - <element>SAFESCOPEFIELD.value</element> - <element>MASTERBEGIN.value</element> - <element>MASTEREND.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Appointment_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/Appointment_entity/documentation.adoc</documentation> + <title>Termin</title> + <afterUiInit>%aditoprj%/entity/Appointment_entity/afterUiInit.js</afterUiInit> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityField> + <name>SUMMARY</name> + <title>Betreff</title> + <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/summary/valueProcess.js</valueProcess> + <onValueChange>%aditoprj%/entity/Appointment_entity/entityfields/summary/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + <element>PROCESS</element> + <element>PROCESS_SETVALUE</element> + </onValueChangeTypes> + </entityField> + <entityField> + <name>DESCRIPTION</name> + </entityField> + <entityField> + <name>CLASSIFICATION</name> + <dropDownProcess>%aditoprj%/entity/Appointment_entity/entityfields/classification/dropDownProcess.js</dropDownProcess> + <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/classification/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>BEGIN</name> + <selectionMode>SINGLE</selectionMode> + <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/begin/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>END</name> + <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/end/valueProcess.js</valueProcess> + </entityField> + <entityFieldGroup> + <name>STARTEND</name> + <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/startend/valueProcess.js</valueProcess> + <description>FIELDGROUP</description> + <fields> + <element>BEGIN</element> + <element>END</element> + </fields> + </entityFieldGroup> + <entityField> + <name>STATUS</name> + <dropDownProcess>%aditoprj%/entity/Appointment_entity/entityfields/status/dropDownProcess.js</dropDownProcess> + </entityField> + <entityField> + <name>LOCATION</name> + </entityField> + <entityField> + <name>REMINDER_CHECK</name> + <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/reminder_check/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>REMINDER</name> + <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/reminder/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>CATEGORIES</name> + <dropDownProcess>%aditoprj%/entity/Appointment_entity/entityfields/categories/dropDownProcess.js</dropDownProcess> + </entityField> + <entityField> + <name>ATTENDEES</name> + <dropDownProcess>%aditoprj%/entity/Appointment_entity/entityfields/attendees/dropDownProcess.js</dropDownProcess> + <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/attendees/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>TRANSPARENCY</name> + <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/transparency/valueProcess.js</valueProcess> + </entityField> + <entityActionGroup> + <name>PartStatActionGroup</name> + <children> + <entityActionField> + <name>accept</name> + <title>accept</title> + <onActionProcess>%aditoprj%/entity/Appointment_entity/entityfields/partstatactiongroup/children/accept/onActionProcess.js</onActionProcess> + <actionOrder v="0" /> + <iconId>VAADIN:CHECK</iconId> + </entityActionField> + <entityActionField> + <name>decline</name> + <title>decline</title> + <description></description> + <onActionProcess>%aditoprj%/entity/Appointment_entity/entityfields/partstatactiongroup/children/decline/onActionProcess.js</onActionProcess> + <iconId>VAADIN:CLOSE</iconId> + </entityActionField> + <entityActionField> + <name>tentative</name> + <title>tentative</title> + <onActionProcess>%aditoprj%/entity/Appointment_entity/entityfields/partstatactiongroup/children/tentative/onActionProcess.js</onActionProcess> + <iconId>VAADIN:QUESTION</iconId> + </entityActionField> + </children> + </entityActionGroup> + <entityProvider> + <name>#PROVIDER</name> + <recordContainer>jdito</recordContainer> + </entityProvider> + <entityParameter> + <name>MasterEntry_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>ORGANIZER</name> + </entityField> + <entityField> + <name>RRULE</name> + <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/rrule/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>RECURRENCEID</name> + <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/recurrenceid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>SAFESCOPEFIELD</name> + </entityField> + <entityField> + <name>MASTERBEGIN</name> + </entityField> + <entityField> + <name>MASTEREND</name> + </entityField> + <entityField> + <name>UID</name> + <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/uid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>ATTENDEESLENGTH</name> + </entityField> + <entityField> + <name>ICON</name> + </entityField> + <entityParameter> + <name>Entry_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>AnyObjectRowid_param</name> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>AnyObjectType_param</name> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>AppointmentLinks</name> + <dependency> + <name>dependency</name> + <entityName>AppointmentLink_entity</entityName> + <fieldName>Links</fieldName> + </dependency> + <children> + <entityParameter> + <name>AppointmentId_param</name> + <valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/appointmentlinks/children/appointmentid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <title>jdito</title> + <description></description> + <jDitoRecordAlias>_____SYSTEMALIAS</jDitoRecordAlias> + <contentProcess>%aditoprj%/entity/Appointment_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <onInsert>%aditoprj%/entity/Appointment_entity/recordcontainers/jdito/onInsert.js</onInsert> + <onUpdate>%aditoprj%/entity/Appointment_entity/recordcontainers/jdito/onUpdate.js</onUpdate> + <onDelete>%aditoprj%/entity/Appointment_entity/recordcontainers/jdito/onDelete.js</onDelete> + <recordFields> + <element>UID.value</element> + <element>ATTENDEESLENGTH.value</element> + <element>BEGIN.value</element> + <element>END.value</element> + <element>SUMMARY.value</element> + <element>ORGANIZER.value</element> + <element>ATTENDEES.value</element> + <element>STATUS.value</element> + <element>LINKS.value</element> + <element>DESCRIPTION.value</element> + <element>LOCATION.value</element> + <element>ICON.value</element> + <element>CLASSIFICATION.value</element> + <element>TRANSPARENCY.value</element> + <element>CATEGORIES.value</element> + <element>REMINDER.value</element> + <element>REMINDER_CHECK.value</element> + <element>RRULE.value</element> + <element>RECURRENCEID.value</element> + <element>SAFESCOPEFIELD.value</element> + <element>MASTERBEGIN.value</element> + <element>MASTEREND.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/AttributeRelation_entity/AttributeRelation_entity.aod b/entity/AttributeRelation_entity/AttributeRelation_entity.aod index 936b69c4794bd7997a0fbd4c2fa27a800a7a6d41..be2b62ca85341e0a3bd18e88b147c8e34419be45 100644 --- a/entity/AttributeRelation_entity/AttributeRelation_entity.aod +++ b/entity/AttributeRelation_entity/AttributeRelation_entity.aod @@ -1,311 +1,311 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>AttributeRelation_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>Attribute</title> - <onValidation>%aditoprj%/entity/AttributeRelation_entity/onValidation.js</onValidation> - <titlePlural>Attributes</titlePlural> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>PARENT_ID</name> - </entityField> - <entityField> - <name>UID</name> - <valueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/uid/valueProcess.js</valueProcess> - </entityField> - <entityParameter> - <name>ObjectType_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>ObjectRowId_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>TreeProvider</name> - <dependencies> - <entityDependency> - <name>e0a7a4bc-ec7f-4f09-9b94-cbeb328cd7b8</name> - <entityName>Organisation_entity</entityName> - <fieldName>AttributeTree</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>f29d91fe-2537-486f-b9de-44065a7790d4</name> - <entityName>Person_entity</entityName> - <fieldName>AttributeTree</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>445c1bd7-4e72-4ab7-a5b1-cc77924eb562</name> - <entityName>Product_entity</entityName> - <fieldName>AttributeTree</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>4498139f-067c-4cca-b122-d9bc9100c53d</name> - <entityName>Activity_entity</entityName> - <fieldName>AttributeTree</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>b728166d-a74f-4ca1-8ce7-7e57032f2a7d</name> - <entityName>Contract_entity</entityName> - <fieldName>AttributeTree</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>3921c712-d15c-4941-b04d-44f4536dc404</name> - <entityName>Employee_entity</entityName> - <fieldName>AttributeTree</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>148faad1-78f6-4ff2-a4d5-9607d919adb9</name> - <entityName>Salesproject_entity</entityName> - <fieldName>AttributeTree</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>8ed8bae6-c69e-45ce-9fc9-5fb43587a47b</name> - <entityName>Order_entity</entityName> - <fieldName>AttributeTree</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>GetTree_param</name> - <valueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/treeprovider/children/gettree_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - <entityParameter> - <name>AttributeId_param</name> - <expose v="false" /> - </entityParameter> - <entityParameter> - <name>IsNew_param</name> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityField> - <name>AB_ATTRIBUTE_ID</name> - <title>Attribute</title> - <consumer>SpecificAttribute</consumer> - <mandatory v="false" /> - <valueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/ab_attribute_id/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/ab_attribute_id/displayValueProcess.js</displayValueProcess> - <onValueChange>%aditoprj%/entity/AttributeRelation_entity/entityfields/ab_attribute_id/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - </onValueChangeTypes> - </entityField> - <entityField> - <name>VALUE</name> - <title>Value</title> - <contentTypeProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/value/contentTypeProcess.js</contentTypeProcess> - <resolution>DAY</resolution> - <mandatory v="true" /> - <mandatoryProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/value/mandatoryProcess.js</mandatoryProcess> - <dropDownProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/value/dropDownProcess.js</dropDownProcess> - <stateProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/value/stateProcess.js</stateProcess> - <displayValueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/value/displayValueProcess.js</displayValueProcess> - </entityField> - <entityConsumer> - <name>SpecificAttribute</name> - <dependency> - <name>dependency</name> - <entityName>Attribute_entity</entityName> - <fieldName>SpecificAttribute</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/specificattribute/children/objecttype_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>AttributeCount_param</name> - <valueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/specificattribute/children/attributecount_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>FilteredAttributeIds_param</name> - <valueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/specificattribute/children/filteredattributeids_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>DisplaySimpleName_param</name> - <valueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/specificattribute/children/displaysimplename_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityActionGroup> - <name>alter</name> - <children> - <entityActionField> - <name>edit</name> - <onActionProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/alter/children/edit/onActionProcess.js</onActionProcess> - <iconId>NEON:PENCIL</iconId> - <stateProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/alter/children/edit/stateProcess.js</stateProcess> - </entityActionField> - </children> - </entityActionGroup> - <entityParameter> - <name>GetTree_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>AttributeRelations</name> - <dependencies> - <entityDependency> - <name>69560cc2-d92a-453c-9e64-fb712a538c4f</name> - <entityName>Organisation_entity</entityName> - <fieldName>Attributes</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>34f24d10-7312-4b03-8d6f-2918c8cb9eb8</name> - <entityName>Person_entity</entityName> - <fieldName>Attributes</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>3cb1014d-a6c8-4b4a-83ba-a099d4488ab2</name> - <entityName>Activity_entity</entityName> - <fieldName>Attributes</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>2662f513-6498-40c2-bed6-031087857e82</name> - <entityName>Contract_entity</entityName> - <fieldName>Attributes</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>be336d6c-c550-4ae5-9f78-0f2ee56a2a6c</name> - <entityName>Employee_entity</entityName> - <fieldName>Attributes</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>8488da81-0f98-4c4b-811f-ccda64c8624b</name> - <entityName>Offer_entity</entityName> - <fieldName>Attributes</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>7df4a57a-646d-4b5a-802b-f1e2bf93d09b</name> - <entityName>Order_entity</entityName> - <fieldName>Attributes</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>40a4c698-d34f-4c5a-bee8-239ee9d71f20</name> - <entityName>Product_entity</entityName> - <fieldName>Attributes</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>99bc7ec8-195e-483f-923e-763c6f28a29c</name> - <entityName>Salesproject_entity</entityName> - <fieldName>Attributes</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>9d2f08b1-065c-45c3-9922-a5fc443684e8</name> - <entityName>SalesprojectCompetition_entity</entityName> - <fieldName>Attributes</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>e520143e-c72f-46e3-9c27-752471af51ae</name> - <entityName>Organisation_entity</entityName> - <fieldName>AttributeConditions</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>fc4a1e51-6bdb-46dd-9ffc-a45480051d28</name> - <entityName>Task_entity</entityName> - <fieldName>Attributes</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>GetTree_param</name> - <expose v="false" /> - </entityParameter> - <entityParameter> - <name>AttributeId_param</name> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityField> - <name>DATE_EDIT</name> - <valueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/date_edit/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_NEW</name> - <valueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/date_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>USER_EDIT</name> - <valueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/user_edit/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>USER_NEW</name> - <valueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/user_new/valueProcess.js</valueProcess> - </entityField> - <entityParameter> - <name>DisplaySimpleName_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>FilteredAttributeIds_param</name> - <expose v="true" /> - <triggerRecalculation v="false" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>ShowEmpty_param</name> - <expose v="true" /> - <documentation>%aditoprj%/entity/AttributeRelation_entity/entityfields/showempty_param/documentation.adoc</documentation> - </entityParameter> - <entityParameter> - <name>AttributeId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>IsNew_param</name> - <expose v="true" /> - </entityParameter> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <contentProcess>%aditoprj%/entity/AttributeRelation_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <onInsert>%aditoprj%/entity/AttributeRelation_entity/recordcontainers/jdito/onInsert.js</onInsert> - <onUpdate>%aditoprj%/entity/AttributeRelation_entity/recordcontainers/jdito/onUpdate.js</onUpdate> - <onDelete>%aditoprj%/entity/AttributeRelation_entity/recordcontainers/jdito/onDelete.js</onDelete> - <recordFields> - <element>UID.value</element> - <element>PARENT_ID.value</element> - <element>VALUE.value</element> - <element>VALUE.displayValue</element> - <element>AB_ATTRIBUTE_ID.value</element> - <element>AB_ATTRIBUTE_ID.displayValue</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>AttributeRelation_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>Attribute</title> + <onValidation>%aditoprj%/entity/AttributeRelation_entity/onValidation.js</onValidation> + <titlePlural>Attributes</titlePlural> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>PARENT_ID</name> + </entityField> + <entityField> + <name>UID</name> + <valueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/uid/valueProcess.js</valueProcess> + </entityField> + <entityParameter> + <name>ObjectType_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>ObjectRowId_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>TreeProvider</name> + <dependencies> + <entityDependency> + <name>e0a7a4bc-ec7f-4f09-9b94-cbeb328cd7b8</name> + <entityName>Organisation_entity</entityName> + <fieldName>AttributeTree</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>f29d91fe-2537-486f-b9de-44065a7790d4</name> + <entityName>Person_entity</entityName> + <fieldName>AttributeTree</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>445c1bd7-4e72-4ab7-a5b1-cc77924eb562</name> + <entityName>Product_entity</entityName> + <fieldName>AttributeTree</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>4498139f-067c-4cca-b122-d9bc9100c53d</name> + <entityName>Activity_entity</entityName> + <fieldName>AttributeTree</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>b728166d-a74f-4ca1-8ce7-7e57032f2a7d</name> + <entityName>Contract_entity</entityName> + <fieldName>AttributeTree</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>3921c712-d15c-4941-b04d-44f4536dc404</name> + <entityName>Employee_entity</entityName> + <fieldName>AttributeTree</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>148faad1-78f6-4ff2-a4d5-9607d919adb9</name> + <entityName>Salesproject_entity</entityName> + <fieldName>AttributeTree</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>8ed8bae6-c69e-45ce-9fc9-5fb43587a47b</name> + <entityName>Order_entity</entityName> + <fieldName>AttributeTree</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>GetTree_param</name> + <valueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/treeprovider/children/gettree_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>AttributeId_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>IsNew_param</name> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityField> + <name>AB_ATTRIBUTE_ID</name> + <title>Attribute</title> + <consumer>SpecificAttribute</consumer> + <mandatory v="false" /> + <valueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/ab_attribute_id/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/ab_attribute_id/displayValueProcess.js</displayValueProcess> + <onValueChange>%aditoprj%/entity/AttributeRelation_entity/entityfields/ab_attribute_id/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + </onValueChangeTypes> + </entityField> + <entityField> + <name>VALUE</name> + <title>Value</title> + <contentTypeProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/value/contentTypeProcess.js</contentTypeProcess> + <resolution>DAY</resolution> + <mandatory v="true" /> + <mandatoryProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/value/mandatoryProcess.js</mandatoryProcess> + <dropDownProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/value/dropDownProcess.js</dropDownProcess> + <stateProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/value/stateProcess.js</stateProcess> + <displayValueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/value/displayValueProcess.js</displayValueProcess> + </entityField> + <entityConsumer> + <name>SpecificAttribute</name> + <dependency> + <name>dependency</name> + <entityName>Attribute_entity</entityName> + <fieldName>SpecificAttribute</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/specificattribute/children/objecttype_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>AttributeCount_param</name> + <valueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/specificattribute/children/attributecount_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>FilteredAttributeIds_param</name> + <valueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/specificattribute/children/filteredattributeids_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>DisplaySimpleName_param</name> + <valueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/specificattribute/children/displaysimplename_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityActionGroup> + <name>alter</name> + <children> + <entityActionField> + <name>edit</name> + <onActionProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/alter/children/edit/onActionProcess.js</onActionProcess> + <iconId>NEON:PENCIL</iconId> + <stateProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/alter/children/edit/stateProcess.js</stateProcess> + </entityActionField> + </children> + </entityActionGroup> + <entityParameter> + <name>GetTree_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>AttributeRelations</name> + <dependencies> + <entityDependency> + <name>69560cc2-d92a-453c-9e64-fb712a538c4f</name> + <entityName>Organisation_entity</entityName> + <fieldName>Attributes</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>34f24d10-7312-4b03-8d6f-2918c8cb9eb8</name> + <entityName>Person_entity</entityName> + <fieldName>Attributes</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>3cb1014d-a6c8-4b4a-83ba-a099d4488ab2</name> + <entityName>Activity_entity</entityName> + <fieldName>Attributes</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>2662f513-6498-40c2-bed6-031087857e82</name> + <entityName>Contract_entity</entityName> + <fieldName>Attributes</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>be336d6c-c550-4ae5-9f78-0f2ee56a2a6c</name> + <entityName>Employee_entity</entityName> + <fieldName>Attributes</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>8488da81-0f98-4c4b-811f-ccda64c8624b</name> + <entityName>Offer_entity</entityName> + <fieldName>Attributes</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>7df4a57a-646d-4b5a-802b-f1e2bf93d09b</name> + <entityName>Order_entity</entityName> + <fieldName>Attributes</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>40a4c698-d34f-4c5a-bee8-239ee9d71f20</name> + <entityName>Product_entity</entityName> + <fieldName>Attributes</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>99bc7ec8-195e-483f-923e-763c6f28a29c</name> + <entityName>Salesproject_entity</entityName> + <fieldName>Attributes</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>fd90bd15-d9c2-4eb6-9e7f-7669fded02f6</name> + <entityName>Competition_entity</entityName> + <fieldName>Attributes</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>e520143e-c72f-46e3-9c27-752471af51ae</name> + <entityName>Organisation_entity</entityName> + <fieldName>AttributeConditions</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>fc4a1e51-6bdb-46dd-9ffc-a45480051d28</name> + <entityName>Task_entity</entityName> + <fieldName>Attributes</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>GetTree_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>AttributeId_param</name> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityField> + <name>DATE_EDIT</name> + <valueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/date_edit/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_NEW</name> + <valueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/date_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>USER_EDIT</name> + <valueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/user_edit/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>USER_NEW</name> + <valueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/user_new/valueProcess.js</valueProcess> + </entityField> + <entityParameter> + <name>DisplaySimpleName_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>FilteredAttributeIds_param</name> + <expose v="true" /> + <triggerRecalculation v="false" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>ShowEmpty_param</name> + <expose v="true" /> + <documentation>%aditoprj%/entity/AttributeRelation_entity/entityfields/showempty_param/documentation.adoc</documentation> + </entityParameter> + <entityParameter> + <name>AttributeId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>IsNew_param</name> + <expose v="true" /> + </entityParameter> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <contentProcess>%aditoprj%/entity/AttributeRelation_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <onInsert>%aditoprj%/entity/AttributeRelation_entity/recordcontainers/jdito/onInsert.js</onInsert> + <onUpdate>%aditoprj%/entity/AttributeRelation_entity/recordcontainers/jdito/onUpdate.js</onUpdate> + <onDelete>%aditoprj%/entity/AttributeRelation_entity/recordcontainers/jdito/onDelete.js</onDelete> + <recordFields> + <element>UID.value</element> + <element>PARENT_ID.value</element> + <element>VALUE.value</element> + <element>VALUE.displayValue</element> + <element>AB_ATTRIBUTE_ID.value</element> + <element>AB_ATTRIBUTE_ID.displayValue</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/AttributeUsage_entity/AttributeUsage_entity.aod b/entity/AttributeUsage_entity/AttributeUsage_entity.aod index 4122a456d9a41b34948536ecd701e3667abee331..7c7555009ed72a8c41bcded3c2021257cd6bc738 100644 --- a/entity/AttributeUsage_entity/AttributeUsage_entity.aod +++ b/entity/AttributeUsage_entity/AttributeUsage_entity.aod @@ -1,145 +1,145 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>AttributeUsage_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/AttributeUsage_entity/documentation.adoc</documentation> - <title>Usage</title> - <onValidation>%aditoprj%/entity/AttributeUsage_entity/onValidation.js</onValidation> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>OBJECT_TYPE</name> - <title>Module</title> - <consumer>Context</consumer> - <valueProcess>%aditoprj%/entity/AttributeUsage_entity/entityfields/object_type/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/AttributeUsage_entity/entityfields/object_type/displayValueProcess.js</displayValueProcess> - <onValueChangeTypes> - <element>MASK</element> - <element>PROCESS</element> - <element>PROCESS_SETVALUE</element> - </onValueChangeTypes> - </entityField> - <entityField> - <name>AB_ATTRIBUTEUSAGEID</name> - <valueProcess>%aditoprj%/entity/AttributeUsage_entity/entityfields/ab_attributeusageid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>AB_ATTRIBUTE_ID</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/AttributeUsage_entity/entityfields/ab_attribute_id/valueProcess.js</valueProcess> - </entityField> - <entityProvider> - <name>SpecificAttribute</name> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>47ac9f95-8879-43fd-92a9-86079e735e58</name> - <entityName>Attribute_entity</entityName> - <fieldName>AttributeUsages</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - <entityParameter> - <name>AttributeId_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>MIN_COUNT</name> - <title>Minimal Count</title> - <contentType>NUMBER</contentType> - <searchable v="false" /> - <stateProcess>%aditoprj%/entity/AttributeUsage_entity/entityfields/min_count/stateProcess.js</stateProcess> - <valueProcess>%aditoprj%/entity/AttributeUsage_entity/entityfields/min_count/valueProcess.js</valueProcess> - <onValidation>%aditoprj%/entity/AttributeUsage_entity/entityfields/min_count/onValidation.js</onValidation> - </entityField> - <entityField> - <name>MAX_COUNT</name> - <title>Maximal Count</title> - <contentType>NUMBER</contentType> - <searchable v="false" /> - <stateProcess>%aditoprj%/entity/AttributeUsage_entity/entityfields/max_count/stateProcess.js</stateProcess> - <valueProcess>%aditoprj%/entity/AttributeUsage_entity/entityfields/max_count/valueProcess.js</valueProcess> - <onValidation>%aditoprj%/entity/AttributeUsage_entity/entityfields/max_count/onValidation.js</onValidation> - </entityField> - <entityConsumer> - <name>Context</name> - <dependency> - <name>dependency</name> - <entityName>Context_entity</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> - <children> - <entityParameter> - <name>GetAllContexts_param</name> - <valueProcess>%aditoprj%/entity/AttributeUsage_entity/entityfields/context/children/getallcontexts_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>UseExclusives_param</name> - <valueProcess>%aditoprj%/entity/AttributeUsage_entity/entityfields/context/children/useexclusives_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ExclusiveContexts_param</name> - <valueProcess>%aditoprj%/entity/AttributeUsage_entity/entityfields/context/children/exclusivecontexts_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityParameter> - <name>SingleSelection_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>DisableMinCount_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <conditionProcess>%aditoprj%/entity/AttributeUsage_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <onDBInsert>%aditoprj%/entity/AttributeUsage_entity/recordcontainers/db/onDBInsert.js</onDBInsert> - <onDBUpdate>%aditoprj%/entity/AttributeUsage_entity/recordcontainers/db/onDBUpdate.js</onDBUpdate> - <onDBDelete>%aditoprj%/entity/AttributeUsage_entity/recordcontainers/db/onDBDelete.js</onDBDelete> - <linkInformation> - <linkInformation> - <name>c30f5670-580e-4621-95dd-0fec4a99190f</name> - <tableName>AB_ATTRIBUTEUSAGE</tableName> - <primaryKey>AB_ATTRIBUTEUSAGEID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>AB_ATTRIBUTE_ID.value</name> - <recordfield>AB_ATTRIBUTEUSAGE.AB_ATTRIBUTE_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>AB_ATTRIBUTEUSAGEID.value</name> - <recordfield>AB_ATTRIBUTEUSAGE.AB_ATTRIBUTEUSAGEID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>OBJECT_TYPE.value</name> - <recordfield>AB_ATTRIBUTEUSAGE.OBJECT_TYPE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>MAX_COUNT.value</name> - <recordfield>AB_ATTRIBUTEUSAGE.MAX_COUNT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>MIN_COUNT.value</name> - <recordfield>AB_ATTRIBUTEUSAGE.MIN_COUNT</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>AttributeUsage_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/AttributeUsage_entity/documentation.adoc</documentation> + <title>Usage</title> + <onValidation>%aditoprj%/entity/AttributeUsage_entity/onValidation.js</onValidation> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>OBJECT_TYPE</name> + <title>Module</title> + <consumer>Context</consumer> + <valueProcess>%aditoprj%/entity/AttributeUsage_entity/entityfields/object_type/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/AttributeUsage_entity/entityfields/object_type/displayValueProcess.js</displayValueProcess> + <onValueChangeTypes> + <element>MASK</element> + <element>PROCESS</element> + <element>PROCESS_SETVALUE</element> + </onValueChangeTypes> + </entityField> + <entityField> + <name>AB_ATTRIBUTEUSAGEID</name> + <valueProcess>%aditoprj%/entity/AttributeUsage_entity/entityfields/ab_attributeusageid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>AB_ATTRIBUTE_ID</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/AttributeUsage_entity/entityfields/ab_attribute_id/valueProcess.js</valueProcess> + </entityField> + <entityProvider> + <name>SpecificAttribute</name> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>47ac9f95-8879-43fd-92a9-86079e735e58</name> + <entityName>Attribute_entity</entityName> + <fieldName>AttributeUsages</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + <entityParameter> + <name>AttributeId_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>MIN_COUNT</name> + <title>Minimal Count</title> + <contentType>NUMBER</contentType> + <searchable v="false" /> + <stateProcess>%aditoprj%/entity/AttributeUsage_entity/entityfields/min_count/stateProcess.js</stateProcess> + <valueProcess>%aditoprj%/entity/AttributeUsage_entity/entityfields/min_count/valueProcess.js</valueProcess> + <onValidation>%aditoprj%/entity/AttributeUsage_entity/entityfields/min_count/onValidation.js</onValidation> + </entityField> + <entityField> + <name>MAX_COUNT</name> + <title>Maximal Count</title> + <contentType>NUMBER</contentType> + <searchable v="false" /> + <stateProcess>%aditoprj%/entity/AttributeUsage_entity/entityfields/max_count/stateProcess.js</stateProcess> + <valueProcess>%aditoprj%/entity/AttributeUsage_entity/entityfields/max_count/valueProcess.js</valueProcess> + <onValidation>%aditoprj%/entity/AttributeUsage_entity/entityfields/max_count/onValidation.js</onValidation> + </entityField> + <entityConsumer> + <name>Context</name> + <dependency> + <name>dependency</name> + <entityName>Context_entity</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> + <children> + <entityParameter> + <name>GetAllContexts_param</name> + <valueProcess>%aditoprj%/entity/AttributeUsage_entity/entityfields/context/children/getallcontexts_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>UseExclusives_param</name> + <valueProcess>%aditoprj%/entity/AttributeUsage_entity/entityfields/context/children/useexclusives_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ExclusiveContexts_param</name> + <valueProcess>%aditoprj%/entity/AttributeUsage_entity/entityfields/context/children/exclusivecontexts_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityParameter> + <name>SingleSelection_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>DisableMinCount_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <conditionProcess>%aditoprj%/entity/AttributeUsage_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <onDBInsert>%aditoprj%/entity/AttributeUsage_entity/recordcontainers/db/onDBInsert.js</onDBInsert> + <onDBUpdate>%aditoprj%/entity/AttributeUsage_entity/recordcontainers/db/onDBUpdate.js</onDBUpdate> + <onDBDelete>%aditoprj%/entity/AttributeUsage_entity/recordcontainers/db/onDBDelete.js</onDBDelete> + <linkInformation> + <linkInformation> + <name>c30f5670-580e-4621-95dd-0fec4a99190f</name> + <tableName>AB_ATTRIBUTEUSAGE</tableName> + <primaryKey>AB_ATTRIBUTEUSAGEID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>AB_ATTRIBUTE_ID.value</name> + <recordfield>AB_ATTRIBUTEUSAGE.AB_ATTRIBUTE_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>AB_ATTRIBUTEUSAGEID.value</name> + <recordfield>AB_ATTRIBUTEUSAGE.AB_ATTRIBUTEUSAGEID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OBJECT_TYPE.value</name> + <recordfield>AB_ATTRIBUTEUSAGE.OBJECT_TYPE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>MAX_COUNT.value</name> + <recordfield>AB_ATTRIBUTEUSAGE.MAX_COUNT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>MIN_COUNT.value</name> + <recordfield>AB_ATTRIBUTEUSAGE.MIN_COUNT</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Attribute_entity/Attribute_entity.aod b/entity/Attribute_entity/Attribute_entity.aod index 88efab7867d8ca9872f21cad7eb4f105a10099f9..6626c128e61aa8cab61c1b1e9c80ab078aedf0f5 100644 --- a/entity/Attribute_entity/Attribute_entity.aod +++ b/entity/Attribute_entity/Attribute_entity.aod @@ -1,343 +1,343 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Attribute_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/Attribute_entity/documentation.adoc</documentation> - <title>Attribute</title> - <contentTitleProcess>%aditoprj%/entity/Attribute_entity/contentTitleProcess.js</contentTitleProcess> - <afterUiInit>%aditoprj%/entity/Attribute_entity/afterUiInit.js</afterUiInit> - <onValidation>%aditoprj%/entity/Attribute_entity/onValidation.js</onValidation> - <iconId>VAADIN:TAG</iconId> - <titlePlural>Attributes</titlePlural> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>ATTRIBUTE_NAME</name> - <title>Name</title> - <mandatory v="true" /> - <state>EDITABLE</state> - </entityField> - <entityField> - <name>ATTRIBUTE_TYPE</name> - <title>Type</title> - <consumer>KeywordAttributeTypes</consumer> - <mandatory v="false" /> - <mandatoryProcess>%aditoprj%/entity/Attribute_entity/entityfields/attribute_type/mandatoryProcess.js</mandatoryProcess> - <state>READONLY</state> - <stateProcess>%aditoprj%/entity/Attribute_entity/entityfields/attribute_type/stateProcess.js</stateProcess> - <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attribute_type/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attribute_type/displayValueProcess.js</displayValueProcess> - <onValueChange>%aditoprj%/entity/Attribute_entity/entityfields/attribute_type/onValueChange.js</onValueChange> - </entityField> - <entityField> - <name>ATTRIBUTE_PARENT_ID</name> - <title>Superordinate Attribute</title> - <consumer>AttributeGroup</consumer> - <linkedContext>Attribute</linkedContext> - <searchable v="false" /> - <stateProcess>%aditoprj%/entity/Attribute_entity/entityfields/attribute_parent_id/stateProcess.js</stateProcess> - <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attribute_parent_id/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attribute_parent_id/displayValueProcess.js</displayValueProcess> - <onValueChangeTypes> - <element>MASK</element> - <element>PROCESS</element> - <element>PROCESS_SETVALUE</element> - </onValueChangeTypes> - </entityField> - <entityConsumer> - <name>AttributeChildren</name> - <stateProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributechildren/stateProcess.js</stateProcess> - <dependency> - <name>dependency</name> - <entityName>Attribute_entity</entityName> - <fieldName>AttributeParent</fieldName> - </dependency> - <children> - <entityParameter> - <name>AttrParentId_param</name> - <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributechildren/children/attrparentid_param/valueProcess.js</valueProcess> - <expose v="false" /> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>AttrParentType_param</name> - <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributechildren/children/attrparenttype_param/valueProcess.js</valueProcess> - <expose v="false" /> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityProvider> - <name>AttributeParent</name> - <dependencies> - <entityDependency> - <name>18bd148d-bed3-429f-ba54-c5eac76c5083</name> - <entityName>Attribute_entity</entityName> - <fieldName>AttributeChildren</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>9fb3569c-7c75-48b1-9dc0-3f707940813a</name> - <entityName>Employee_entity</entityName> - <fieldName>Departments</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>AttrParentType_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>AttrParentId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>AttributeCount_param</name> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>AttrParentId_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityConsumer> - <name>AttributeUsages</name> - <dependency> - <name>dependency</name> - <entityName>AttributeUsage_entity</entityName> - <fieldName>SpecificAttribute</fieldName> - </dependency> - <children> - <entityParameter> - <name>AttributeId_param</name> - <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributeusages/children/attributeid_param/valueProcess.js</valueProcess> - <expose v="false" /> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>SingleSelection_param</name> - <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributeusages/children/singleselection_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>DisableMinCount_param</name> - <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributeusages/children/disablemincount_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>ATTRIBUTE_ACTIVE</name> - <title>Active</title> - <contentType>BOOLEAN</contentType> - <dropDownProcess>%aditoprj%/entity/Attribute_entity/entityfields/attribute_active/dropDownProcess.js</dropDownProcess> - <groupable v="true" /> - <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attribute_active/valueProcess.js</valueProcess> - </entityField> - <entityConsumer> - <name>KeywordAttributeTypes</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/keywordattributetypes/children/containername_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>KEYWORD_CONTAINER</name> - <title>Keyword</title> - <dropDownProcess>%aditoprj%/entity/Attribute_entity/entityfields/keyword_container/dropDownProcess.js</dropDownProcess> - <searchable v="false" /> - <stateProcess>%aditoprj%/entity/Attribute_entity/entityfields/keyword_container/stateProcess.js</stateProcess> - </entityField> - <entityParameter> - <name>AttrParentType_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>SpecificAttribute</name> - <lookupIdfield>UID</lookupIdfield> - <dependencies> - <entityDependency> - <name>ba3b4d47-7385-49df-bf61-54c99f5b2c81</name> - <entityName>AttributeRelation_entity</entityName> - <fieldName>SpecificAttribute</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ObjectType_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>FilteredAttributeIds_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>DisplaySimpleName_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>AttrParentId_param</name> - <expose v="false" /> - </entityParameter> - <entityParameter> - <name>AttrParentType_param</name> - <expose v="false" /> - </entityParameter> - <entityParameter> - <name>GetGroups_param</name> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityField> - <name>FULL_ATTRIBUTE_NAME</name> - <title>Name</title> - <searchable v="false" /> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/full_attribute_name/valueProcess.js</valueProcess> - </entityField> - <entityParameter> - <name>FilteredAttributeIds_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityActionGroup> - <name>AttributeActions</name> - <children> - <entityActionField> - <name>newChildAttribute</name> - <title>New attribute</title> - <onActionProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributeactions/children/newchildattribute/onActionProcess.js</onActionProcess> - <isMenuAction v="true" /> - <isObjectAction v="false" /> - <isSelectionAction v="true" /> - <iconId>VAADIN:FILE_TREE_SMALL</iconId> - <tooltipProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributeactions/children/newchildattribute/tooltipProcess.js</tooltipProcess> - </entityActionField> - </children> - </entityActionGroup> - <entityParameter> - <name>GetGroups_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>DisplaySimpleName_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>USAGELIST</name> - <title>Usage</title> - <searchable v="false" /> - <state>READONLY</state> - </entityField> - <entityProvider> - <name>AttributeGroups</name> - <children> - <entityParameter> - <name>GetGroups_param</name> - <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributegroups/children/getgroups_param/valueProcess.js</valueProcess> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>AttrParentId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>AttributeCount_param</name> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityConsumer> - <name>AttributeGroup</name> - <dependency> - <name>dependency</name> - <entityName>Attribute_entity</entityName> - <fieldName>AttributeGroups</fieldName> - </dependency> - <children> - <entityParameter> - <name>AttrParentId_param</name> - <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributegroup/children/attrparentid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>AttrParentType_param</name> - <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributegroup/children/attrparenttype_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>ICON</name> - <colorProcess>%aditoprj%/entity/Attribute_entity/entityfields/icon/colorProcess.js</colorProcess> - <contentType>IMAGE</contentType> - <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/icon/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>UID</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>SORTING</name> - <title>Sorting</title> - <searchable v="false" /> - </entityField> - <entityParameter> - <name>AttributeCount_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>AttributeTypeState_param</name> - <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributetypestate_param/valueProcess.js</valueProcess> - <expose v="false" /> - <description>PARAMETER</description> - </entityParameter> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <isFilterable v="true" /> - <isSortable v="true" /> - <contentProcess>%aditoprj%/entity/Attribute_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <onInsert>%aditoprj%/entity/Attribute_entity/recordcontainers/jdito/onInsert.js</onInsert> - <onUpdate>%aditoprj%/entity/Attribute_entity/recordcontainers/jdito/onUpdate.js</onUpdate> - <onDelete>%aditoprj%/entity/Attribute_entity/recordcontainers/jdito/onDelete.js</onDelete> - <recordFields> - <element>UID.value</element> - <element>ATTRIBUTE_PARENT_ID.value</element> - <element>ATTRIBUTE_ACTIVE.value</element> - <element>KEYWORD_CONTAINER.value</element> - <element>SORTING.value</element> - <element>ATTRIBUTE_TYPE.value</element> - <element>ATTRIBUTE_TYPE.displayValue</element> - <element>USAGELIST.value</element> - <element>ATTRIBUTE_NAME.value</element> - <element>FULL_ATTRIBUTE_NAME.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Attribute_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/Attribute_entity/documentation.adoc</documentation> + <title>Attribute</title> + <contentTitleProcess>%aditoprj%/entity/Attribute_entity/contentTitleProcess.js</contentTitleProcess> + <afterUiInit>%aditoprj%/entity/Attribute_entity/afterUiInit.js</afterUiInit> + <onValidation>%aditoprj%/entity/Attribute_entity/onValidation.js</onValidation> + <iconId>VAADIN:TAG</iconId> + <titlePlural>Attributes</titlePlural> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>ATTRIBUTE_NAME</name> + <title>Name</title> + <mandatory v="true" /> + <state>EDITABLE</state> + </entityField> + <entityField> + <name>ATTRIBUTE_TYPE</name> + <title>Type</title> + <consumer>KeywordAttributeTypes</consumer> + <mandatory v="false" /> + <mandatoryProcess>%aditoprj%/entity/Attribute_entity/entityfields/attribute_type/mandatoryProcess.js</mandatoryProcess> + <state>READONLY</state> + <stateProcess>%aditoprj%/entity/Attribute_entity/entityfields/attribute_type/stateProcess.js</stateProcess> + <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attribute_type/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attribute_type/displayValueProcess.js</displayValueProcess> + <onValueChange>%aditoprj%/entity/Attribute_entity/entityfields/attribute_type/onValueChange.js</onValueChange> + </entityField> + <entityField> + <name>ATTRIBUTE_PARENT_ID</name> + <title>Superordinate Attribute</title> + <consumer>AttributeGroup</consumer> + <linkedContext>Attribute</linkedContext> + <searchable v="false" /> + <stateProcess>%aditoprj%/entity/Attribute_entity/entityfields/attribute_parent_id/stateProcess.js</stateProcess> + <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attribute_parent_id/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attribute_parent_id/displayValueProcess.js</displayValueProcess> + <onValueChangeTypes> + <element>MASK</element> + <element>PROCESS</element> + <element>PROCESS_SETVALUE</element> + </onValueChangeTypes> + </entityField> + <entityConsumer> + <name>AttributeChildren</name> + <stateProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributechildren/stateProcess.js</stateProcess> + <dependency> + <name>dependency</name> + <entityName>Attribute_entity</entityName> + <fieldName>AttributeParent</fieldName> + </dependency> + <children> + <entityParameter> + <name>AttrParentId_param</name> + <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributechildren/children/attrparentid_param/valueProcess.js</valueProcess> + <expose v="false" /> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>AttrParentType_param</name> + <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributechildren/children/attrparenttype_param/valueProcess.js</valueProcess> + <expose v="false" /> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityProvider> + <name>AttributeParent</name> + <dependencies> + <entityDependency> + <name>18bd148d-bed3-429f-ba54-c5eac76c5083</name> + <entityName>Attribute_entity</entityName> + <fieldName>AttributeChildren</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>9fb3569c-7c75-48b1-9dc0-3f707940813a</name> + <entityName>Employee_entity</entityName> + <fieldName>Departments</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>AttrParentType_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>AttrParentId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>AttributeCount_param</name> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>AttrParentId_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>AttributeUsages</name> + <dependency> + <name>dependency</name> + <entityName>AttributeUsage_entity</entityName> + <fieldName>SpecificAttribute</fieldName> + </dependency> + <children> + <entityParameter> + <name>AttributeId_param</name> + <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributeusages/children/attributeid_param/valueProcess.js</valueProcess> + <expose v="false" /> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>SingleSelection_param</name> + <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributeusages/children/singleselection_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>DisableMinCount_param</name> + <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributeusages/children/disablemincount_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>ATTRIBUTE_ACTIVE</name> + <title>Active</title> + <contentType>BOOLEAN</contentType> + <dropDownProcess>%aditoprj%/entity/Attribute_entity/entityfields/attribute_active/dropDownProcess.js</dropDownProcess> + <groupable v="true" /> + <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attribute_active/valueProcess.js</valueProcess> + </entityField> + <entityConsumer> + <name>KeywordAttributeTypes</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/keywordattributetypes/children/containername_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>KEYWORD_CONTAINER</name> + <title>Keyword</title> + <dropDownProcess>%aditoprj%/entity/Attribute_entity/entityfields/keyword_container/dropDownProcess.js</dropDownProcess> + <searchable v="false" /> + <stateProcess>%aditoprj%/entity/Attribute_entity/entityfields/keyword_container/stateProcess.js</stateProcess> + </entityField> + <entityParameter> + <name>AttrParentType_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>SpecificAttribute</name> + <lookupIdfield>UID</lookupIdfield> + <dependencies> + <entityDependency> + <name>ba3b4d47-7385-49df-bf61-54c99f5b2c81</name> + <entityName>AttributeRelation_entity</entityName> + <fieldName>SpecificAttribute</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ObjectType_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>FilteredAttributeIds_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>DisplaySimpleName_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>AttrParentId_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>AttrParentType_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>GetGroups_param</name> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityField> + <name>FULL_ATTRIBUTE_NAME</name> + <title>Name</title> + <searchable v="false" /> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/full_attribute_name/valueProcess.js</valueProcess> + </entityField> + <entityParameter> + <name>FilteredAttributeIds_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityActionGroup> + <name>AttributeActions</name> + <children> + <entityActionField> + <name>newChildAttribute</name> + <title>New attribute</title> + <onActionProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributeactions/children/newchildattribute/onActionProcess.js</onActionProcess> + <isMenuAction v="true" /> + <isObjectAction v="false" /> + <isSelectionAction v="true" /> + <iconId>VAADIN:FILE_TREE_SMALL</iconId> + <tooltipProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributeactions/children/newchildattribute/tooltipProcess.js</tooltipProcess> + </entityActionField> + </children> + </entityActionGroup> + <entityParameter> + <name>GetGroups_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>DisplaySimpleName_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>USAGELIST</name> + <title>Usage</title> + <searchable v="false" /> + <state>READONLY</state> + </entityField> + <entityProvider> + <name>AttributeGroups</name> + <children> + <entityParameter> + <name>GetGroups_param</name> + <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributegroups/children/getgroups_param/valueProcess.js</valueProcess> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>AttrParentId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>AttributeCount_param</name> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityConsumer> + <name>AttributeGroup</name> + <dependency> + <name>dependency</name> + <entityName>Attribute_entity</entityName> + <fieldName>AttributeGroups</fieldName> + </dependency> + <children> + <entityParameter> + <name>AttrParentId_param</name> + <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributegroup/children/attrparentid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>AttrParentType_param</name> + <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributegroup/children/attrparenttype_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>ICON</name> + <colorProcess>%aditoprj%/entity/Attribute_entity/entityfields/icon/colorProcess.js</colorProcess> + <contentType>IMAGE</contentType> + <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/icon/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>UID</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>SORTING</name> + <title>Sorting</title> + <searchable v="false" /> + </entityField> + <entityParameter> + <name>AttributeCount_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>AttributeTypeState_param</name> + <valueProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributetypestate_param/valueProcess.js</valueProcess> + <expose v="false" /> + <description>PARAMETER</description> + </entityParameter> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <isFilterable v="true" /> + <isSortable v="true" /> + <contentProcess>%aditoprj%/entity/Attribute_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <onInsert>%aditoprj%/entity/Attribute_entity/recordcontainers/jdito/onInsert.js</onInsert> + <onUpdate>%aditoprj%/entity/Attribute_entity/recordcontainers/jdito/onUpdate.js</onUpdate> + <onDelete>%aditoprj%/entity/Attribute_entity/recordcontainers/jdito/onDelete.js</onDelete> + <recordFields> + <element>UID.value</element> + <element>ATTRIBUTE_PARENT_ID.value</element> + <element>ATTRIBUTE_ACTIVE.value</element> + <element>KEYWORD_CONTAINER.value</element> + <element>SORTING.value</element> + <element>ATTRIBUTE_TYPE.value</element> + <element>ATTRIBUTE_TYPE.displayValue</element> + <element>USAGELIST.value</element> + <element>ATTRIBUTE_NAME.value</element> + <element>FULL_ATTRIBUTE_NAME.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/CampaignAddParticipants_entity/CampaignAddParticipants_entity.aod b/entity/CampaignAddParticipants_entity/CampaignAddParticipants_entity.aod index b910cd2472c59f9679610c2e444cd225a829437e..bc8a6bf18eb76769dad10d117df66119ced3374a 100644 --- a/entity/CampaignAddParticipants_entity/CampaignAddParticipants_entity.aod +++ b/entity/CampaignAddParticipants_entity/CampaignAddParticipants_entity.aod @@ -1,132 +1,132 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>CampaignAddParticipants_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>Add participants to Campaign</title> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>CAMPAIGN_ID</name> - <title>Campaign</title> - <consumer>CampaignConsumer</consumer> - <mandatory v="true" /> - <state>AUTO</state> - <valueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaign_id/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaign_id/displayValueProcess.js</displayValueProcess> - <onValueChange>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaign_id/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - <element>PROCESS</element> - <element>PROCESS_SETVALUE</element> - <element>RECORD</element> - </onValueChangeTypes> - </entityField> - <entityField> - <name>CAMPAIGNSTEP_ID</name> - <title>Campaign Step</title> - <consumer>CampaignStepConsumer</consumer> - <mandatory v="true" /> - <state>EDITABLE</state> - <displayValueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaignstep_id/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>campaignParticipantMessage</name> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaignparticipantmessage/valueProcess.js</valueProcess> - </entityField> - <entityParameter> - <name>campaignParticipants_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityConsumer> - <name>CampaignConsumer</name> - <dependency> - <name>dependency</name> - <entityName>Campaign_entity</entityName> - <fieldName>Campaigns</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>CampaignStepConsumer</name> - <dependency> - <name>dependency</name> - <entityName>CampaignStep_entity</entityName> - <fieldName>CampaignSteps</fieldName> - </dependency> - <children> - <entityParameter> - <name>campaignId_param</name> - <valueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaignstepconsumer/children/campaignid_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>UID</name> - </entityField> - <entityParameter> - <name>currentCampaignId_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>currentCampaignStepId_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>isUpdate_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityConsumer> - <name>CampaignAnalyses</name> - <dependency> - <name>dependency</name> - <entityName>CampaignAnalysis_entity</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> - <children> - <entityParameter> - <name>campaignParticipants_param</name> - <valueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaignanalyses/children/campaignparticipants_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>campaignStepId_param</name> - <valueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaignanalyses/children/campaignstepid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>campaignStepCurrentParticipantCount</name> - <title>Current participants</title> - <displayValueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaignstepcurrentparticipantcount/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>campaignStepMaxParticipantCount</name> - <title>Max participants</title> - <displayValueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaignstepmaxparticipantcount/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>isUpdate</name> - <valueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/isupdate/valueProcess.js</valueProcess> - </entityField> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <onInsert>%aditoprj%/entity/CampaignAddParticipants_entity/recordcontainers/jdito/onInsert.js</onInsert> - <recordFields> - <element>UID.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>CampaignAddParticipants_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>Add participants to Campaign</title> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>CAMPAIGN_ID</name> + <title>Campaign</title> + <consumer>CampaignConsumer</consumer> + <mandatory v="true" /> + <state>AUTO</state> + <valueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaign_id/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaign_id/displayValueProcess.js</displayValueProcess> + <onValueChange>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaign_id/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + <element>PROCESS</element> + <element>PROCESS_SETVALUE</element> + <element>RECORD</element> + </onValueChangeTypes> + </entityField> + <entityField> + <name>CAMPAIGNSTEP_ID</name> + <title>Campaign Step</title> + <consumer>CampaignStepConsumer</consumer> + <mandatory v="true" /> + <state>EDITABLE</state> + <displayValueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaignstep_id/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>campaignParticipantMessage</name> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaignparticipantmessage/valueProcess.js</valueProcess> + </entityField> + <entityParameter> + <name>campaignParticipants_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>CampaignConsumer</name> + <dependency> + <name>dependency</name> + <entityName>Campaign_entity</entityName> + <fieldName>Campaigns</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>CampaignStepConsumer</name> + <dependency> + <name>dependency</name> + <entityName>CampaignStep_entity</entityName> + <fieldName>CampaignSteps</fieldName> + </dependency> + <children> + <entityParameter> + <name>campaignId_param</name> + <valueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaignstepconsumer/children/campaignid_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>UID</name> + </entityField> + <entityParameter> + <name>currentCampaignId_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>currentCampaignStepId_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>isUpdate_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>CampaignAnalyses</name> + <dependency> + <name>dependency</name> + <entityName>CampaignAnalysis_entity</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> + <children> + <entityParameter> + <name>campaignParticipants_param</name> + <valueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaignanalyses/children/campaignparticipants_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>campaignStepId_param</name> + <valueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaignanalyses/children/campaignstepid_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>campaignStepCurrentParticipantCount</name> + <title>Current participants</title> + <displayValueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaignstepcurrentparticipantcount/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>campaignStepMaxParticipantCount</name> + <title>Max participants</title> + <displayValueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaignstepmaxparticipantcount/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>isUpdate</name> + <valueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/isupdate/valueProcess.js</valueProcess> + </entityField> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <onInsert>%aditoprj%/entity/CampaignAddParticipants_entity/recordcontainers/jdito/onInsert.js</onInsert> + <recordFields> + <element>UID.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/CampaignAnalysis_entity/CampaignAnalysis_entity.aod b/entity/CampaignAnalysis_entity/CampaignAnalysis_entity.aod index 894ac1e19542e96e60ec7114ba51870d050145f6..fa53fe187f67ca97d5889c5170841b1d1e9fc01f 100644 --- a/entity/CampaignAnalysis_entity/CampaignAnalysis_entity.aod +++ b/entity/CampaignAnalysis_entity/CampaignAnalysis_entity.aod @@ -1,110 +1,110 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>CampaignAnalysis_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityProvider> - <name>CampaignAnalysisProvider</name> - <dependencies> - <entityDependency> - <name>bd130613-f0e4-4591-8035-2c2491b08c50</name> - <entityName>Campaign_entity</entityName> - <fieldName>CampaignAnalysisConsumer</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>DateEnd_param</name> - <expose v="true" /> - <mandatory v="true" /> - </entityParameter> - <entityParameter> - <name>CampaignId_param</name> - <expose v="true" /> - <mandatory v="true" /> - </entityParameter> - <entityParameter> - <name>DateStart_param</name> - <expose v="true" /> - <mandatory v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>CampaignId_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>VariableCosts</name> - <title>Variable costs</title> - <contentType>NUMBER</contentType> - <outputFormat>#,##0.00</outputFormat> - <valueProcess>%aditoprj%/entity/CampaignAnalysis_entity/entityfields/variablecosts/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>FixCosts</name> - <title>Fix costs</title> - <contentType>NUMBER</contentType> - <outputFormat>#,##0.00</outputFormat> - <valueProcess>%aditoprj%/entity/CampaignAnalysis_entity/entityfields/fixcosts/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>TotalCosts</name> - <title>Total costs</title> - <contentType>NUMBER</contentType> - <outputFormat>#,##0.00</outputFormat> - <valueProcess>%aditoprj%/entity/CampaignAnalysis_entity/entityfields/totalcosts/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>CostsPerParticipant</name> - <title>Per participant</title> - <contentType>NUMBER</contentType> - <outputFormat>#,##0.00</outputFormat> - <valueProcess>%aditoprj%/entity/CampaignAnalysis_entity/entityfields/costsperparticipant/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>UID</name> - </entityField> - <entityField> - <name>ParticipantCount</name> - <title>Participants</title> - <valueProcess>%aditoprj%/entity/CampaignAnalysis_entity/entityfields/participantcount/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>RemainingRuntime</name> - <title>Remaining Runtime</title> - <valueProcess>%aditoprj%/entity/CampaignAnalysis_entity/entityfields/remainingruntime/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>StepCount</name> - <title>Steps</title> - <valueProcess>%aditoprj%/entity/CampaignAnalysis_entity/entityfields/stepcount/valueProcess.js</valueProcess> - </entityField> - <entityParameter> - <name>DateStart_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>DateEnd_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <contentProcess>%aditoprj%/entity/CampaignAnalysis_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <recordFields> - <element>UID.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>CampaignAnalysis_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityProvider> + <name>CampaignAnalysisProvider</name> + <dependencies> + <entityDependency> + <name>bd130613-f0e4-4591-8035-2c2491b08c50</name> + <entityName>Campaign_entity</entityName> + <fieldName>CampaignAnalysisConsumer</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>DateEnd_param</name> + <expose v="true" /> + <mandatory v="true" /> + </entityParameter> + <entityParameter> + <name>CampaignId_param</name> + <expose v="true" /> + <mandatory v="true" /> + </entityParameter> + <entityParameter> + <name>DateStart_param</name> + <expose v="true" /> + <mandatory v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>CampaignId_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>VariableCosts</name> + <title>Variable costs</title> + <contentType>NUMBER</contentType> + <outputFormat>#,##0.00</outputFormat> + <valueProcess>%aditoprj%/entity/CampaignAnalysis_entity/entityfields/variablecosts/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>FixCosts</name> + <title>Fix costs</title> + <contentType>NUMBER</contentType> + <outputFormat>#,##0.00</outputFormat> + <valueProcess>%aditoprj%/entity/CampaignAnalysis_entity/entityfields/fixcosts/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>TotalCosts</name> + <title>Total costs</title> + <contentType>NUMBER</contentType> + <outputFormat>#,##0.00</outputFormat> + <valueProcess>%aditoprj%/entity/CampaignAnalysis_entity/entityfields/totalcosts/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>CostsPerParticipant</name> + <title>Per participant</title> + <contentType>NUMBER</contentType> + <outputFormat>#,##0.00</outputFormat> + <valueProcess>%aditoprj%/entity/CampaignAnalysis_entity/entityfields/costsperparticipant/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>UID</name> + </entityField> + <entityField> + <name>ParticipantCount</name> + <title>Participants</title> + <valueProcess>%aditoprj%/entity/CampaignAnalysis_entity/entityfields/participantcount/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>RemainingRuntime</name> + <title>Remaining Runtime</title> + <valueProcess>%aditoprj%/entity/CampaignAnalysis_entity/entityfields/remainingruntime/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>StepCount</name> + <title>Steps</title> + <valueProcess>%aditoprj%/entity/CampaignAnalysis_entity/entityfields/stepcount/valueProcess.js</valueProcess> + </entityField> + <entityParameter> + <name>DateStart_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>DateEnd_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <contentProcess>%aditoprj%/entity/CampaignAnalysis_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <recordFields> + <element>UID.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/CampaignCostChart_entity/CampaignCostChart_entity.aod b/entity/CampaignCostChart_entity/CampaignCostChart_entity.aod index 95770904f654e8de0063ac4c0ddf2fbf40cb3a4c..8984c285025ea2d4fb0567b46e4b6736ebf86402 100644 --- a/entity/CampaignCostChart_entity/CampaignCostChart_entity.aod +++ b/entity/CampaignCostChart_entity/CampaignCostChart_entity.aod @@ -1,55 +1,55 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>CampaignCostChart_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>UID</name> - </entityField> - <entityField> - <name>PARENT</name> - </entityField> - <entityField> - <name>X</name> - <title>Cost</title> - </entityField> - <entityField> - <name>Y</name> - </entityField> - <entityParameter> - <name>CampaignId_param</name> - <expose v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>CostChart</name> - <dependencies> - <entityDependency> - <name>e519262b-ff42-4c26-9d28-4d9566eafcdc</name> - <entityName>Campaign_entity</entityName> - <fieldName>CampaignCostsChart</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <contentProcess>%aditoprj%/entity/CampaignCostChart_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <recordFields> - <element>UID.value</element> - <element>PARENT.value</element> - <element>X.value</element> - <element>X.displayValue</element> - <element>Y.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>CampaignCostChart_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>UID</name> + </entityField> + <entityField> + <name>PARENT</name> + </entityField> + <entityField> + <name>X</name> + <title>Cost</title> + </entityField> + <entityField> + <name>Y</name> + </entityField> + <entityParameter> + <name>CampaignId_param</name> + <expose v="true" /> + <mandatory v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>CostChart</name> + <dependencies> + <entityDependency> + <name>e519262b-ff42-4c26-9d28-4d9566eafcdc</name> + <entityName>Campaign_entity</entityName> + <fieldName>CampaignCostsChart</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <contentProcess>%aditoprj%/entity/CampaignCostChart_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <recordFields> + <element>UID.value</element> + <element>PARENT.value</element> + <element>X.value</element> + <element>X.displayValue</element> + <element>Y.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/CampaignCost_entitiy/CampaignCost_entitiy.aod b/entity/CampaignCost_entitiy/CampaignCost_entitiy.aod index c5a3fec72fd1d9fdb0bb25964ed9e32740b035e3..d9a2ce1fd50e6d4be30dbb0dce3ef70407d0300f 100644 --- a/entity/CampaignCost_entitiy/CampaignCost_entitiy.aod +++ b/entity/CampaignCost_entitiy/CampaignCost_entitiy.aod @@ -1,304 +1,304 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>CampaignCost_entitiy</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <afterOperatingState>%aditoprj%/entity/CampaignCost_entitiy/afterOperatingState.js</afterOperatingState> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>CAMPAIGNCOSTID</name> - <mandatory v="true" /> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/campaigncostid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>CAMPAIGN_ID</name> - <title>Campaign</title> - <consumer>Campaigns</consumer> - <mandatory v="true" /> - <groupable v="true" /> - <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/campaign_id/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/campaign_id/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>CAMPAIGNSTEP_ID</name> - <title>Campaign Step</title> - <consumer>CampaignSteps</consumer> - <mandatoryProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/campaignstep_id/mandatoryProcess.js</mandatoryProcess> - <groupable v="true" /> - <stateProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/campaignstep_id/stateProcess.js</stateProcess> - <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/campaignstep_id/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/campaignstep_id/displayValueProcess.js</displayValueProcess> - <onValueChange>%aditoprj%/entity/CampaignCost_entitiy/entityfields/campaignstep_id/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - </onValueChangeTypes> - </entityField> - <entityField> - <name>CATEGORY</name> - <title>Category</title> - <consumer>KeywordCampaignManagementCostCategory</consumer> - <mandatory v="true" /> - <groupable v="true" /> - <displayValueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/category/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>NET</name> - <title>Cost</title> - <contentType>NUMBER</contentType> - <outputFormat>#,##0.00</outputFormat> - <inputFormat>#,##0.00</inputFormat> - <mandatory v="true" /> - </entityField> - <entityField> - <name>USER_NEW</name> - <mandatory v="true" /> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/user_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_NEW</name> - <mandatory v="true" /> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/date_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>USER_EDIT</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/user_edit/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_EDIT</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/date_edit/valueProcess.js</valueProcess> - </entityField> - <entityProvider> - <name>CampaignCosts</name> - <dependencies> - <entityDependency> - <name>7131288b-af5c-4914-96f5-c5d70217fc23</name> - <entityName>Campaign_entity</entityName> - <fieldName>CampaignCosts</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>CampaignStepId_param</name> - <expose v="false" /> - </entityParameter> - <entityParameter> - <name>Uid_param</name> - <expose v="false" /> - </entityParameter> - <entityParameter> - <name>CampaignId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>CampaignSteps_param</name> - <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/campaigncosts/children/campaignsteps_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityProvider> - <name>StepCosts</name> - <dependencies> - <entityDependency> - <name>af147f3e-a1bd-4eb0-9ac8-325dbdaba17d</name> - <entityName>CampaignStep_entity</entityName> - <fieldName>CampaignStepCosts</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>2a92b738-c0bb-4c14-9915-aff9e18effaf</name> - <entityName>Campaign_entity</entityName> - <fieldName>CampaignStepCosts</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>CampaignStepId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>Uid_param</name> - <expose v="false" /> - </entityParameter> - <entityParameter> - <name>CampaignId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>CampaignSteps_param</name> - <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/stepcosts/children/campaignsteps_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityConsumer> - <name>Campaigns</name> - <dependency> - <name>dependency</name> - <entityName>Campaign_entity</entityName> - <fieldName>Campaigns</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>CampaignSteps</name> - <dependency> - <name>dependency</name> - <entityName>CampaignStep_entity</entityName> - <fieldName>CampaignSteps</fieldName> - </dependency> - <children> - <entityParameter> - <name>campaignId_param</name> - <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/campaignsteps/children/campaignid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordCampaignManagementCostCategory</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/keywordcampaignmanagementcostcategory/children/containername_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ExcludedKeyIdsSubquery_param</name> - <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/keywordcampaignmanagementcostcategory/children/excludedkeyidssubquery_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityActionGroup> - <name>alter</name> - <children> - <entityActionField> - <name>edit</name> - <onActionProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/alter/children/edit/onActionProcess.js</onActionProcess> - <isSelectionAction v="true" /> - <iconId>NEON:PENCIL</iconId> - </entityActionField> - </children> - </entityActionGroup> - <entityParameter> - <name>CampaignId_param</name> - <expose v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>CampaignStepId_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>Uid_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>netPerParticipant</name> - <contentType>NUMBER</contentType> - <outputFormat>#,##0.00</outputFormat> - <inputFormat>#,##0.00</inputFormat> - <state>READONLY</state> - <titleProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/netperparticipant/titleProcess.js</titleProcess> - <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/netperparticipant/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>countParticipants</name> - <title>Participants</title> - <contentType>NUMBER</contentType> - <outputFormat>#0</outputFormat> - <inputFormat>#0</inputFormat> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/countparticipants/valueProcess.js</valueProcess> - </entityField> - <entityParameter> - <name>CampaignSteps_param</name> - <title></title> - <expose v="true" /> - <documentation>%aditoprj%/entity/CampaignCost_entitiy/entityfields/campaignsteps_param/documentation.adoc</documentation> - <description>PARAMETER</description> - </entityParameter> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <fromClauseProcess>%aditoprj%/entity/CampaignCost_entitiy/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> - <conditionProcess>%aditoprj%/entity/CampaignCost_entitiy/recordcontainers/db/conditionProcess.js</conditionProcess> - <orderClauseProcess>%aditoprj%/entity/CampaignCost_entitiy/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> - <linkInformation> - <linkInformation> - <name>70c2db20-0695-4189-92cb-7da585bff401</name> - <tableName>CAMPAIGNCOST</tableName> - <primaryKey>CAMPAIGNCOSTID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - <linkInformation> - <name>b97b7f67-86ea-4d0a-8303-abc05863ed66</name> - <tableName>CAMPAIGNSTEP</tableName> - <primaryKey>CAMPAIGNSTEPID</primaryKey> - <isUIDTable v="false" /> - <readonly v="true" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>CAMPAIGN_ID.value</name> - <recordfield>CAMPAIGNCOST.CAMPAIGN_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CAMPAIGNCOSTID.value</name> - <recordfield>CAMPAIGNCOST.CAMPAIGNCOSTID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CAMPAIGNSTEP_ID.value</name> - <recordfield>CAMPAIGNCOST.CAMPAIGNSTEP_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CATEGORY.value</name> - <recordfield>CAMPAIGNCOST.CATEGORY</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_EDIT.value</name> - <recordfield>CAMPAIGNCOST.DATE_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_NEW.value</name> - <recordfield>CAMPAIGNCOST.DATE_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>NET.value</name> - <recordfield>CAMPAIGNCOST.NET</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_EDIT.value</name> - <recordfield>CAMPAIGNCOST.USER_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_NEW.value</name> - <recordfield>CAMPAIGNCOST.USER_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CATEGORY.displayValue</name> - <expression>%aditoprj%/entity/CampaignCost_entitiy/recordcontainers/db/recordfieldmappings/category.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>CampaignCost_entitiy</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <afterOperatingState>%aditoprj%/entity/CampaignCost_entitiy/afterOperatingState.js</afterOperatingState> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>CAMPAIGNCOSTID</name> + <mandatory v="true" /> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/campaigncostid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>CAMPAIGN_ID</name> + <title>Campaign</title> + <consumer>Campaigns</consumer> + <mandatory v="true" /> + <groupable v="true" /> + <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/campaign_id/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/campaign_id/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>CAMPAIGNSTEP_ID</name> + <title>Campaign Step</title> + <consumer>CampaignSteps</consumer> + <mandatoryProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/campaignstep_id/mandatoryProcess.js</mandatoryProcess> + <groupable v="true" /> + <stateProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/campaignstep_id/stateProcess.js</stateProcess> + <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/campaignstep_id/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/campaignstep_id/displayValueProcess.js</displayValueProcess> + <onValueChange>%aditoprj%/entity/CampaignCost_entitiy/entityfields/campaignstep_id/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + </onValueChangeTypes> + </entityField> + <entityField> + <name>CATEGORY</name> + <title>Category</title> + <consumer>KeywordCampaignManagementCostCategory</consumer> + <mandatory v="true" /> + <groupable v="true" /> + <displayValueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/category/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>NET</name> + <title>Cost</title> + <contentType>NUMBER</contentType> + <outputFormat>#,##0.00</outputFormat> + <inputFormat>#,##0.00</inputFormat> + <mandatory v="true" /> + </entityField> + <entityField> + <name>USER_NEW</name> + <mandatory v="true" /> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/user_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_NEW</name> + <mandatory v="true" /> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/date_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>USER_EDIT</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/user_edit/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_EDIT</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/date_edit/valueProcess.js</valueProcess> + </entityField> + <entityProvider> + <name>CampaignCosts</name> + <dependencies> + <entityDependency> + <name>7131288b-af5c-4914-96f5-c5d70217fc23</name> + <entityName>Campaign_entity</entityName> + <fieldName>CampaignCosts</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>CampaignStepId_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>Uid_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>CampaignId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>CampaignSteps_param</name> + <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/campaigncosts/children/campaignsteps_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityProvider> + <name>StepCosts</name> + <dependencies> + <entityDependency> + <name>af147f3e-a1bd-4eb0-9ac8-325dbdaba17d</name> + <entityName>CampaignStep_entity</entityName> + <fieldName>CampaignStepCosts</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>2a92b738-c0bb-4c14-9915-aff9e18effaf</name> + <entityName>Campaign_entity</entityName> + <fieldName>CampaignStepCosts</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>CampaignStepId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>Uid_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>CampaignId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>CampaignSteps_param</name> + <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/stepcosts/children/campaignsteps_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityConsumer> + <name>Campaigns</name> + <dependency> + <name>dependency</name> + <entityName>Campaign_entity</entityName> + <fieldName>Campaigns</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>CampaignSteps</name> + <dependency> + <name>dependency</name> + <entityName>CampaignStep_entity</entityName> + <fieldName>CampaignSteps</fieldName> + </dependency> + <children> + <entityParameter> + <name>campaignId_param</name> + <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/campaignsteps/children/campaignid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordCampaignManagementCostCategory</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/keywordcampaignmanagementcostcategory/children/containername_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ExcludedKeyIdsSubquery_param</name> + <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/keywordcampaignmanagementcostcategory/children/excludedkeyidssubquery_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityActionGroup> + <name>alter</name> + <children> + <entityActionField> + <name>edit</name> + <onActionProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/alter/children/edit/onActionProcess.js</onActionProcess> + <isSelectionAction v="true" /> + <iconId>NEON:PENCIL</iconId> + </entityActionField> + </children> + </entityActionGroup> + <entityParameter> + <name>CampaignId_param</name> + <expose v="true" /> + <mandatory v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>CampaignStepId_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>Uid_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>netPerParticipant</name> + <contentType>NUMBER</contentType> + <outputFormat>#,##0.00</outputFormat> + <inputFormat>#,##0.00</inputFormat> + <state>READONLY</state> + <titleProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/netperparticipant/titleProcess.js</titleProcess> + <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/netperparticipant/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>countParticipants</name> + <title>Participants</title> + <contentType>NUMBER</contentType> + <outputFormat>#0</outputFormat> + <inputFormat>#0</inputFormat> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/CampaignCost_entitiy/entityfields/countparticipants/valueProcess.js</valueProcess> + </entityField> + <entityParameter> + <name>CampaignSteps_param</name> + <title></title> + <expose v="true" /> + <documentation>%aditoprj%/entity/CampaignCost_entitiy/entityfields/campaignsteps_param/documentation.adoc</documentation> + <description>PARAMETER</description> + </entityParameter> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <fromClauseProcess>%aditoprj%/entity/CampaignCost_entitiy/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> + <conditionProcess>%aditoprj%/entity/CampaignCost_entitiy/recordcontainers/db/conditionProcess.js</conditionProcess> + <orderClauseProcess>%aditoprj%/entity/CampaignCost_entitiy/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> + <linkInformation> + <linkInformation> + <name>70c2db20-0695-4189-92cb-7da585bff401</name> + <tableName>CAMPAIGNCOST</tableName> + <primaryKey>CAMPAIGNCOSTID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + <linkInformation> + <name>b97b7f67-86ea-4d0a-8303-abc05863ed66</name> + <tableName>CAMPAIGNSTEP</tableName> + <primaryKey>CAMPAIGNSTEPID</primaryKey> + <isUIDTable v="false" /> + <readonly v="true" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>CAMPAIGN_ID.value</name> + <recordfield>CAMPAIGNCOST.CAMPAIGN_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CAMPAIGNCOSTID.value</name> + <recordfield>CAMPAIGNCOST.CAMPAIGNCOSTID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CAMPAIGNSTEP_ID.value</name> + <recordfield>CAMPAIGNCOST.CAMPAIGNSTEP_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CATEGORY.value</name> + <recordfield>CAMPAIGNCOST.CATEGORY</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_EDIT.value</name> + <recordfield>CAMPAIGNCOST.DATE_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_NEW.value</name> + <recordfield>CAMPAIGNCOST.DATE_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>NET.value</name> + <recordfield>CAMPAIGNCOST.NET</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_EDIT.value</name> + <recordfield>CAMPAIGNCOST.USER_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_NEW.value</name> + <recordfield>CAMPAIGNCOST.USER_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CATEGORY.displayValue</name> + <expression>%aditoprj%/entity/CampaignCost_entitiy/recordcontainers/db/recordfieldmappings/category.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/CampaignParticipantChart_entity/CampaignParticipantChart_entity.aod b/entity/CampaignParticipantChart_entity/CampaignParticipantChart_entity.aod index 8128f0a850f05f40cefb1c9fc380be3e6075efac..ab3bc0e79fc9266dd397861c10edc3ea80194b06 100644 --- a/entity/CampaignParticipantChart_entity/CampaignParticipantChart_entity.aod +++ b/entity/CampaignParticipantChart_entity/CampaignParticipantChart_entity.aod @@ -1,56 +1,56 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>CampaignParticipantChart_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityProvider> - <name>ParticipantChart</name> - <dependencies> - <entityDependency> - <name>59e7c7ff-a649-4efe-89dd-8fdb7967261b</name> - <entityName>Campaign_entity</entityName> - <fieldName>CampaignParticipantsChart</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - <entityField> - <name>UID</name> - </entityField> - <entityField> - <name>X</name> - <title>Step</title> - </entityField> - <entityField> - <name>Y</name> - </entityField> - <entityField> - <name>CATEGORY</name> - </entityField> - <entityParameter> - <name>CampaignId_param</name> - <expose v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <contentProcess>%aditoprj%/entity/CampaignParticipantChart_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <recordFields> - <element>UID.value</element> - <element>CATEGORY.value</element> - <element>CATEGORY.displayValue</element> - <element>X.value</element> - <element>X.displayValue</element> - <element>Y.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>CampaignParticipantChart_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityProvider> + <name>ParticipantChart</name> + <dependencies> + <entityDependency> + <name>59e7c7ff-a649-4efe-89dd-8fdb7967261b</name> + <entityName>Campaign_entity</entityName> + <fieldName>CampaignParticipantsChart</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + <entityField> + <name>UID</name> + </entityField> + <entityField> + <name>X</name> + <title>Step</title> + </entityField> + <entityField> + <name>Y</name> + </entityField> + <entityField> + <name>CATEGORY</name> + </entityField> + <entityParameter> + <name>CampaignId_param</name> + <expose v="true" /> + <mandatory v="true" /> + <description>PARAMETER</description> + </entityParameter> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <contentProcess>%aditoprj%/entity/CampaignParticipantChart_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <recordFields> + <element>UID.value</element> + <element>CATEGORY.value</element> + <element>CATEGORY.displayValue</element> + <element>X.value</element> + <element>X.displayValue</element> + <element>Y.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/CampaignParticipant_entity/CampaignParticipant_entity.aod b/entity/CampaignParticipant_entity/CampaignParticipant_entity.aod index 1cc15ec537f5cc08f044d0d6aae7468c3f792918..5dcd2a8ffaf74935eaa7214ee4b6200911d5b518 100644 --- a/entity/CampaignParticipant_entity/CampaignParticipant_entity.aod +++ b/entity/CampaignParticipant_entity/CampaignParticipant_entity.aod @@ -1,242 +1,242 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>CampaignParticipant_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>Participant</title> - <siblings> - <element>CampaignAddParticipants_entity</element> - </siblings> - <afterOperatingState>%aditoprj%/entity/CampaignParticipant_entity/afterOperatingState.js</afterOperatingState> - <titlePlural>Participants</titlePlural> - <recordContainer>ParticipantsDbRecordContainer</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityProvider> - <name>CampaignParticipantsProvider</name> - <targetContextField>CONTACTCONTEXT</targetContextField> - <targetIdField>CONTACT_ID</targetIdField> - <dependencies> - <entityDependency> - <name>f28945cd-4613-4dfa-91f7-a7d9d64cef58</name> - <entityName>Campaign_entity</entityName> - <fieldName>CampaignParticipants</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>7ad08378-b36f-4512-8891-db727c6ddcd7</name> - <entityName>CampaignStep_entity</entityName> - <fieldName>CampaignParticipantsConsumer</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>CampaignId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>CampaignStepId_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>CampaignStepId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>CampaignId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>CAMPAIGNPARTICIPANTID</name> - <valueProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/campaignparticipantid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>CAMPAIGN_ID</name> - <title>Campaign</title> - <consumer>CampaignsConsumer</consumer> - <mandatory v="true" /> - <state>EDITABLE</state> - <stateProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/campaign_id/stateProcess.js</stateProcess> - <valueProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/campaign_id/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/campaign_id/displayValueProcess.js</displayValueProcess> - <onValueChange>%aditoprj%/entity/CampaignParticipant_entity/entityfields/campaign_id/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - <element>PROCESS</element> - </onValueChangeTypes> - </entityField> - <entityField> - <name>CAMPAIGNSTEP_ID</name> - <title>Campaign Step</title> - <consumer>CampaignSteps</consumer> - <groupable v="true" /> - <mandatory v="true" /> - <state>EDITABLE</state> - <displayValueProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/campaignstep_id/displayValueProcess.js</displayValueProcess> - <onValueChangeTypes> - <element>MASK</element> - <element>PROCESS</element> - <element>PROCESS_SETVALUE</element> - </onValueChangeTypes> - </entityField> - <entityConsumer> - <name>CampaignsConsumer</name> - <dependency> - <name>dependency</name> - <entityName>Campaign_entity</entityName> - <fieldName>Campaigns</fieldName> - </dependency> - </entityConsumer> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>CONTACT_ID</name> - <title>Participant</title> - <consumer>AnyContacts</consumer> - <linkedContextProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/contact_id/linkedContextProcess.js</linkedContextProcess> - <mandatory v="true" /> - <state>READONLY</state> - <stateProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/contact_id/stateProcess.js</stateProcess> - <valueProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/contact_id/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/contact_id/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>DATE_NEW</name> - <valueProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/date_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>USER_NEW</name> - <valueProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/user_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_EDIT</name> - </entityField> - <entityField> - <name>USER_EDIT</name> - </entityField> - <entityConsumer> - <name>AnyContacts</name> - <dependency> - <name>dependency</name> - <entityName>AnyContact_entity</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>CampaignSteps</name> - <dependency> - <name>dependency</name> - <entityName>CampaignStep_entity</entityName> - <fieldName>CampaignSteps</fieldName> - </dependency> - <children> - <entityParameter> - <name>campaignId_param</name> - <valueProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/campaignsteps/children/campaignid_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>CONTACTCONTEXT</name> - <valueProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/contactcontext/valueProcess.js</valueProcess> - </entityField> - <entityActionGroup> - <name>FilterViewActionGroup</name> - <children> - <entityActionField> - <name>SetStepToParticipantSelection</name> - <title>Set campaign step</title> - <onActionProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/filterviewactiongroup/children/setsteptoparticipantselection/onActionProcess.js</onActionProcess> - <isObjectAction v="false" /> - <isSelectionAction v="true" /> - <iconId>NEON:GROUP_APPOINTMENT</iconId> - </entityActionField> - </children> - </entityActionGroup> - <entityField> - <name>campaignStepCurrentParticipantCount</name> - <title>Current participants</title> - <displayValueProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/campaignstepcurrentparticipantcount/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>campaignStepMaxParticipantCount</name> - <title>Max participants</title> - <displayValueProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/campaignstepmaxparticipantcount/displayValueProcess.js</displayValueProcess> - </entityField> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>ParticipantsDbRecordContainer</name> - <alias>Data_alias</alias> - <conditionProcess>%aditoprj%/entity/CampaignParticipant_entity/recordcontainers/participantsdbrecordcontainer/conditionProcess.js</conditionProcess> - <onDBInsert>%aditoprj%/entity/CampaignParticipant_entity/recordcontainers/participantsdbrecordcontainer/onDBInsert.js</onDBInsert> - <linkInformation> - <linkInformation> - <name>12b5bf2e-e376-4c40-9799-fb07961a455d</name> - <tableName>CAMPAIGNPARTICIPANT</tableName> - <primaryKey>CAMPAIGNPARTICIPANTID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>CAMPAIGNPARTICIPANT_ID.value</name> - <recordfield>CAMPAIGNPARTICIPANT.CAMPAIGNPARTICIPANTID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CAMPAIGN_ID.value</name> - <recordfield>CAMPAIGNPARTICIPANT.CAMPAIGN_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CAMPAIGNPARTICIPANTID.value</name> - <recordfield>CAMPAIGNPARTICIPANT.CAMPAIGNPARTICIPANTID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CAMPAIGNSTEP_ID.value</name> - <recordfield>CAMPAIGNPARTICIPANT.CAMPAIGNSTEP_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACT_ID.value</name> - <recordfield>CAMPAIGNPARTICIPANT.CONTACT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_EDIT.value</name> - <recordfield>CAMPAIGNPARTICIPANT.DATE_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_NEW.value</name> - <recordfield>CAMPAIGNPARTICIPANT.DATE_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_EDIT.value</name> - <recordfield>CAMPAIGNPARTICIPANT.USER_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_NEW.value</name> - <recordfield>CAMPAIGNPARTICIPANT.USER_NEW</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>CampaignParticipant_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>Participant</title> + <siblings> + <element>CampaignAddParticipants_entity</element> + </siblings> + <afterOperatingState>%aditoprj%/entity/CampaignParticipant_entity/afterOperatingState.js</afterOperatingState> + <titlePlural>Participants</titlePlural> + <recordContainer>ParticipantsDbRecordContainer</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityProvider> + <name>CampaignParticipantsProvider</name> + <targetContextField>CONTACTCONTEXT</targetContextField> + <targetIdField>CONTACT_ID</targetIdField> + <dependencies> + <entityDependency> + <name>f28945cd-4613-4dfa-91f7-a7d9d64cef58</name> + <entityName>Campaign_entity</entityName> + <fieldName>CampaignParticipants</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>7ad08378-b36f-4512-8891-db727c6ddcd7</name> + <entityName>CampaignStep_entity</entityName> + <fieldName>CampaignParticipantsConsumer</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>CampaignId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>CampaignStepId_param</name> + <expose v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>CampaignStepId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>CampaignId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>CAMPAIGNPARTICIPANTID</name> + <valueProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/campaignparticipantid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>CAMPAIGN_ID</name> + <title>Campaign</title> + <consumer>CampaignsConsumer</consumer> + <mandatory v="true" /> + <state>EDITABLE</state> + <stateProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/campaign_id/stateProcess.js</stateProcess> + <valueProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/campaign_id/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/campaign_id/displayValueProcess.js</displayValueProcess> + <onValueChange>%aditoprj%/entity/CampaignParticipant_entity/entityfields/campaign_id/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + <element>PROCESS</element> + </onValueChangeTypes> + </entityField> + <entityField> + <name>CAMPAIGNSTEP_ID</name> + <title>Campaign Step</title> + <consumer>CampaignSteps</consumer> + <groupable v="true" /> + <mandatory v="true" /> + <state>EDITABLE</state> + <displayValueProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/campaignstep_id/displayValueProcess.js</displayValueProcess> + <onValueChangeTypes> + <element>MASK</element> + <element>PROCESS</element> + <element>PROCESS_SETVALUE</element> + </onValueChangeTypes> + </entityField> + <entityConsumer> + <name>CampaignsConsumer</name> + <dependency> + <name>dependency</name> + <entityName>Campaign_entity</entityName> + <fieldName>Campaigns</fieldName> + </dependency> + </entityConsumer> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>CONTACT_ID</name> + <title>Participant</title> + <consumer>AnyContacts</consumer> + <linkedContextProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/contact_id/linkedContextProcess.js</linkedContextProcess> + <mandatory v="true" /> + <state>READONLY</state> + <stateProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/contact_id/stateProcess.js</stateProcess> + <valueProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/contact_id/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/contact_id/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>DATE_NEW</name> + <valueProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/date_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>USER_NEW</name> + <valueProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/user_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_EDIT</name> + </entityField> + <entityField> + <name>USER_EDIT</name> + </entityField> + <entityConsumer> + <name>AnyContacts</name> + <dependency> + <name>dependency</name> + <entityName>AnyContact_entity</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>CampaignSteps</name> + <dependency> + <name>dependency</name> + <entityName>CampaignStep_entity</entityName> + <fieldName>CampaignSteps</fieldName> + </dependency> + <children> + <entityParameter> + <name>campaignId_param</name> + <valueProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/campaignsteps/children/campaignid_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>CONTACTCONTEXT</name> + <valueProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/contactcontext/valueProcess.js</valueProcess> + </entityField> + <entityActionGroup> + <name>FilterViewActionGroup</name> + <children> + <entityActionField> + <name>SetStepToParticipantSelection</name> + <title>Set campaign step</title> + <onActionProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/filterviewactiongroup/children/setsteptoparticipantselection/onActionProcess.js</onActionProcess> + <isObjectAction v="false" /> + <isSelectionAction v="true" /> + <iconId>NEON:GROUP_APPOINTMENT</iconId> + </entityActionField> + </children> + </entityActionGroup> + <entityField> + <name>campaignStepCurrentParticipantCount</name> + <title>Current participants</title> + <displayValueProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/campaignstepcurrentparticipantcount/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>campaignStepMaxParticipantCount</name> + <title>Max participants</title> + <displayValueProcess>%aditoprj%/entity/CampaignParticipant_entity/entityfields/campaignstepmaxparticipantcount/displayValueProcess.js</displayValueProcess> + </entityField> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>ParticipantsDbRecordContainer</name> + <alias>Data_alias</alias> + <conditionProcess>%aditoprj%/entity/CampaignParticipant_entity/recordcontainers/participantsdbrecordcontainer/conditionProcess.js</conditionProcess> + <onDBInsert>%aditoprj%/entity/CampaignParticipant_entity/recordcontainers/participantsdbrecordcontainer/onDBInsert.js</onDBInsert> + <linkInformation> + <linkInformation> + <name>12b5bf2e-e376-4c40-9799-fb07961a455d</name> + <tableName>CAMPAIGNPARTICIPANT</tableName> + <primaryKey>CAMPAIGNPARTICIPANTID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>CAMPAIGNPARTICIPANT_ID.value</name> + <recordfield>CAMPAIGNPARTICIPANT.CAMPAIGNPARTICIPANTID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CAMPAIGN_ID.value</name> + <recordfield>CAMPAIGNPARTICIPANT.CAMPAIGN_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CAMPAIGNPARTICIPANTID.value</name> + <recordfield>CAMPAIGNPARTICIPANT.CAMPAIGNPARTICIPANTID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CAMPAIGNSTEP_ID.value</name> + <recordfield>CAMPAIGNPARTICIPANT.CAMPAIGNSTEP_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACT_ID.value</name> + <recordfield>CAMPAIGNPARTICIPANT.CONTACT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_EDIT.value</name> + <recordfield>CAMPAIGNPARTICIPANT.DATE_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_NEW.value</name> + <recordfield>CAMPAIGNPARTICIPANT.DATE_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_EDIT.value</name> + <recordfield>CAMPAIGNPARTICIPANT.USER_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_NEW.value</name> + <recordfield>CAMPAIGNPARTICIPANT.USER_NEW</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/CampaignStep_entity/CampaignStep_entity.aod b/entity/CampaignStep_entity/CampaignStep_entity.aod index 72fe2131eee190b362e9b887204c32954a3033a6..09b7f89ea2ef95f5111253a44892c30326ca781e 100644 --- a/entity/CampaignStep_entity/CampaignStep_entity.aod +++ b/entity/CampaignStep_entity/CampaignStep_entity.aod @@ -1,429 +1,429 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>CampaignStep_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <icon>NEON:GROUP_APPOINTMENT</icon> - <title>Campaign Step</title> - <contentTitleProcess>%aditoprj%/entity/CampaignStep_entity/contentTitleProcess.js</contentTitleProcess> - <onValidation>%aditoprj%/entity/CampaignStep_entity/onValidation.js</onValidation> - <imageProcess>%aditoprj%/entity/CampaignStep_entity/imageProcess.js</imageProcess> - <titlePlural>Steps</titlePlural> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - <dependencies> - <entityDependency> - <name>13f82959-7e04-449f-a657-c34f6b97f3be</name> - <entityName>Object_entity</entityName> - <fieldName>CampaignSteps</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - <entityField> - <name>CAMPAIGNSTEPID</name> - <mandatory v="true" /> - </entityField> - <entityField> - <name>CAMPAIGN_ID</name> - <title>Campaign</title> - <consumer>CampaignConsumer</consumer> - <linkedContext>Campaign</linkedContext> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/campaign_id/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/campaign_id/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>EMPLOYEE_CONTACT_ID</name> - <title>Responsible</title> - <consumer>Employees</consumer> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/employee_contact_id/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/employee_contact_id/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>NAME</name> - <title>Name</title> - <mandatory v="true" /> - </entityField> - <entityField> - <name>DATE_START</name> - <title>Begin</title> - <contentType>DATE</contentType> - <resolution>DAY</resolution> - <outputFormat>dd.MM.yyyy</outputFormat> - <inputFormat>dd.MM.yyyy</inputFormat> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/date_start/valueProcess.js</valueProcess> - <onValueChange>%aditoprj%/entity/CampaignStep_entity/entityfields/date_start/onValueChange.js</onValueChange> - </entityField> - <entityField> - <name>DATE_END</name> - <title>End</title> - <contentType>DATE</contentType> - <resolution>DAY</resolution> - <outputFormat>dd.MM.yyyy</outputFormat> - <inputFormat>dd.MM.yyyy</inputFormat> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/date_end/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>STATE</name> - <title>Status</title> - <consumer>KeywordStates</consumer> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/state/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/state/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>SORTING</name> - <title>Sorting</title> - <contentType>NUMBER</contentType> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/sorting/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>USER_NEW</name> - <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/user_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_NEW</name> - <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/date_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>USER_EDIT</name> - <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/user_edit/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_EDIT</name> - <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/date_edit/valueProcess.js</valueProcess> - </entityField> - <entityProvider> - <name>CampaignSteps</name> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>421e6cc2-f874-4834-b022-fe1b253d50af</name> - <entityName>Campaign_entity</entityName> - <fieldName>CampaignSteps</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>7f1c046b-0e8f-429e-a0a6-3322382c61d4</name> - <entityName>CampaignParticipant_entity</entityName> - <fieldName>CampaignSteps</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>eedc7b17-af98-4ffb-b527-97835cf8f903</name> - <entityName>CampaignAddParticipants_entity</entityName> - <fieldName>CampaignStepConsumer</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>ad4ee503-95b9-4add-a0ef-e833db008349</name> - <entityName>CampaignCost_entity</entityName> - <fieldName>CampaignSteps</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>3fde1e51-cc4c-4727-b4e7-fd30bed1ee04</name> - <entityName>Campaign_entity</entityName> - <fieldName>CampaignStepsReadonly</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>db1a63f3-753b-423d-9ab9-db3d03315dc6</name> - <entityName>CampaignStep_entity</entityName> - <fieldName>CampaignStepsConsumer</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>campaignId_param</name> - <expose v="true" /> - <triggerRecalculation v="false" /> - <mandatory v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>campaignId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityConsumer> - <name>KeywordStates</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/keywordstates/children/containername_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>MAXPARTICIPANTS</name> - <title>Max participants</title> - <contentType>NUMBER</contentType> - <mandatory v="true" /> - <onValidation>%aditoprj%/entity/CampaignStep_entity/entityfields/maxparticipants/onValidation.js</onValidation> - </entityField> - <entityConsumer> - <name>CampaignParticipantsConsumer</name> - <selectionMode>MULTI</selectionMode> - <dependency> - <name>dependency</name> - <entityName>CampaignParticipant_entity</entityName> - <fieldName>CampaignParticipantsProvider</fieldName> - </dependency> - <children> - <entityParameter> - <name>CampaignId_param</name> - <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/campaignparticipantsconsumer/children/campaignid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>CampaignStepId_param</name> - <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/campaignparticipantsconsumer/children/campaignstepid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>CurrentMaxParticipantsInfo</name> - <title>Participants</title> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/currentmaxparticipantsinfo/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>CampaignStatus</name> - <title>Campaign status</title> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/campaignstatus/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DESCRIPTION</name> - <title>Description</title> - <contentType>LONG_TEXT</contentType> - </entityField> - <entityConsumer> - <name>Employees</name> - <dependency> - <name>dependency</name> - <entityName>Employee_entity</entityName> - <fieldName>Employees</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>CampaignStepCosts</name> - <dependency> - <name>dependency</name> - <entityName>CampaignCost_entity</entityName> - <fieldName>StepCosts</fieldName> - </dependency> - <children> - <entityParameter> - <name>CampaignId_param</name> - <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/campaignstepcosts/children/campaignid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>CampaignStepId_param</name> - <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/campaignstepcosts/children/campaignstepid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>COST</name> - <title>Cost</title> - <contentType>NUMBER</contentType> - <outputFormat>#,##0.00</outputFormat> - <inputFormat>#,##0.00</inputFormat> - </entityField> - <entityConsumer> - <name>CampaignConsumer</name> - <dependency> - <name>dependency</name> - <entityName>Campaign_entity</entityName> - <fieldName>Campaigns</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>Activities</name> - <title>Activities</title> - <dependency> - <name>dependency</name> - <entityName>Activity_entity</entityName> - <fieldName>LinkedObjects</fieldName> - </dependency> - <children> - <entityParameter> - <name>RowId_param</name> - <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/activities/children/rowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectId_param</name> - <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/activities/children/objectid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Tasks</name> - <title>Tasks</title> - <stateProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/tasks/stateProcess.js</stateProcess> - <dependency> - <name>dependency</name> - <entityName>Task_entity</entityName> - <fieldName>Tasks</fieldName> - </dependency> - <children> - <entityParameter> - <name>RowId_param</name> - <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/tasks/children/rowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectId_param</name> - <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/tasks/children/objectid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>newActivity</name> - <title>New activity</title> - <onActionProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/newactivity/onActionProcess.js</onActionProcess> - <iconId>VAADIN:HOURGLASS</iconId> - <tooltip>New activity</tooltip> - <tooltipProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/newactivity/tooltipProcess.js</tooltipProcess> - </entityActionField> - <entityActionField> - <name>newTask</name> - <title>New task</title> - <onActionProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/newtask/onActionProcess.js</onActionProcess> - <iconId>VAADIN:TASKS</iconId> - </entityActionField> - <entityField> - <name>PREDECESSORSTEP_ID</name> - <title>Predecessor</title> - <color></color> - <consumer>CampaignStepsConsumer</consumer> - <textInputAllowed v="true" /> - <displayValueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/predecessorstep_id/displayValueProcess.js</displayValueProcess> - </entityField> - <entityConsumer> - <name>CampaignStepsConsumer</name> - <dependency> - <name>dependency</name> - <entityName>CampaignStep_entity</entityName> - <fieldName>CampaignSteps</fieldName> - </dependency> - <children> - <entityParameter> - <name>campaignId_param</name> - <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/campaignstepsconsumer/children/campaignid_param/valueProcess.js</valueProcess> - <expose v="true" /> - <mandatory v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>CampaignName</name> - <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/campaignname/valueProcess.js</valueProcess> - </entityField> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <conditionProcess>%aditoprj%/entity/CampaignStep_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <orderClauseProcess>%aditoprj%/entity/CampaignStep_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> - <linkInformation> - <linkInformation> - <name>b1b09ce7-82a2-41fd-9b20-1fd5235f8f30</name> - <tableName>CAMPAIGNSTEP</tableName> - <primaryKey>CAMPAIGNSTEPID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>CAMPAIGN_ID.value</name> - <recordfield>CAMPAIGNSTEP.CAMPAIGN_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_EDIT.value</name> - <recordfield>CAMPAIGNSTEP.DATE_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_END.value</name> - <recordfield>CAMPAIGNSTEP.DATE_END</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_NEW.value</name> - <recordfield>CAMPAIGNSTEP.DATE_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_START.value</name> - <recordfield>CAMPAIGNSTEP.DATE_START</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>EMPLOYEE_CONTACT_ID.value</name> - <recordfield>CAMPAIGNSTEP.EMPLOYEE_CONTACT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>NAME.value</name> - <recordfield>CAMPAIGNSTEP.NAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SORTING.value</name> - <recordfield>CAMPAIGNSTEP.SORTING</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STATE.value</name> - <recordfield>CAMPAIGNSTEP.STATE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_EDIT.value</name> - <recordfield>CAMPAIGNSTEP.USER_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_NEW.value</name> - <recordfield>CAMPAIGNSTEP.USER_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STATE.displayValue</name> - <expression>%aditoprj%/entity/CampaignStep_entity/recordcontainers/db/recordfieldmappings/state.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>MAXPARTICIPANTS.value</name> - <recordfield>CAMPAIGNSTEP.MAXPARTICIPANTS</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CAMPAIGNSTEPID.value</name> - <recordfield>CAMPAIGNSTEP.CAMPAIGNSTEPID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DESCRIPTION.value</name> - <recordfield>CAMPAIGNSTEP.DESCRIPTION</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>COST.value</name> - <expression>%aditoprj%/entity/CampaignStep_entity/recordcontainers/db/recordfieldmappings/cost.value/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CAMPAIGN_ID.displayValue</name> - <expression>%aditoprj%/entity/CampaignStep_entity/recordcontainers/db/recordfieldmappings/campaign_id.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PREDECESSORSTEP_ID.value</name> - <recordfield>CAMPAIGNSTEP.PREDECESSORSTEP_ID</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>CampaignStep_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <icon>NEON:GROUP_APPOINTMENT</icon> + <title>Campaign Step</title> + <contentTitleProcess>%aditoprj%/entity/CampaignStep_entity/contentTitleProcess.js</contentTitleProcess> + <onValidation>%aditoprj%/entity/CampaignStep_entity/onValidation.js</onValidation> + <imageProcess>%aditoprj%/entity/CampaignStep_entity/imageProcess.js</imageProcess> + <titlePlural>Steps</titlePlural> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + <dependencies> + <entityDependency> + <name>13f82959-7e04-449f-a657-c34f6b97f3be</name> + <entityName>Object_entity</entityName> + <fieldName>CampaignSteps</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + <entityField> + <name>CAMPAIGNSTEPID</name> + <mandatory v="true" /> + </entityField> + <entityField> + <name>CAMPAIGN_ID</name> + <title>Campaign</title> + <consumer>CampaignConsumer</consumer> + <linkedContext>Campaign</linkedContext> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/campaign_id/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/campaign_id/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>EMPLOYEE_CONTACT_ID</name> + <title>Responsible</title> + <consumer>Employees</consumer> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/employee_contact_id/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/employee_contact_id/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>NAME</name> + <title>Name</title> + <mandatory v="true" /> + </entityField> + <entityField> + <name>DATE_START</name> + <title>Begin</title> + <contentType>DATE</contentType> + <resolution>DAY</resolution> + <outputFormat>dd.MM.yyyy</outputFormat> + <inputFormat>dd.MM.yyyy</inputFormat> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/date_start/valueProcess.js</valueProcess> + <onValueChange>%aditoprj%/entity/CampaignStep_entity/entityfields/date_start/onValueChange.js</onValueChange> + </entityField> + <entityField> + <name>DATE_END</name> + <title>End</title> + <contentType>DATE</contentType> + <resolution>DAY</resolution> + <outputFormat>dd.MM.yyyy</outputFormat> + <inputFormat>dd.MM.yyyy</inputFormat> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/date_end/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>STATE</name> + <title>Status</title> + <consumer>KeywordStates</consumer> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/state/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/state/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>SORTING</name> + <title>Sorting</title> + <contentType>NUMBER</contentType> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/sorting/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>USER_NEW</name> + <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/user_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_NEW</name> + <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/date_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>USER_EDIT</name> + <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/user_edit/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_EDIT</name> + <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/date_edit/valueProcess.js</valueProcess> + </entityField> + <entityProvider> + <name>CampaignSteps</name> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>421e6cc2-f874-4834-b022-fe1b253d50af</name> + <entityName>Campaign_entity</entityName> + <fieldName>CampaignSteps</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>7f1c046b-0e8f-429e-a0a6-3322382c61d4</name> + <entityName>CampaignParticipant_entity</entityName> + <fieldName>CampaignSteps</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>eedc7b17-af98-4ffb-b527-97835cf8f903</name> + <entityName>CampaignAddParticipants_entity</entityName> + <fieldName>CampaignStepConsumer</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>ad4ee503-95b9-4add-a0ef-e833db008349</name> + <entityName>CampaignCost_entity</entityName> + <fieldName>CampaignSteps</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>3fde1e51-cc4c-4727-b4e7-fd30bed1ee04</name> + <entityName>Campaign_entity</entityName> + <fieldName>CampaignStepsReadonly</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>db1a63f3-753b-423d-9ab9-db3d03315dc6</name> + <entityName>CampaignStep_entity</entityName> + <fieldName>CampaignStepsConsumer</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>campaignId_param</name> + <expose v="true" /> + <triggerRecalculation v="false" /> + <mandatory v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>campaignId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>KeywordStates</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/keywordstates/children/containername_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>MAXPARTICIPANTS</name> + <title>Max participants</title> + <contentType>NUMBER</contentType> + <mandatory v="true" /> + <onValidation>%aditoprj%/entity/CampaignStep_entity/entityfields/maxparticipants/onValidation.js</onValidation> + </entityField> + <entityConsumer> + <name>CampaignParticipantsConsumer</name> + <selectionMode>MULTI</selectionMode> + <dependency> + <name>dependency</name> + <entityName>CampaignParticipant_entity</entityName> + <fieldName>CampaignParticipantsProvider</fieldName> + </dependency> + <children> + <entityParameter> + <name>CampaignId_param</name> + <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/campaignparticipantsconsumer/children/campaignid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>CampaignStepId_param</name> + <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/campaignparticipantsconsumer/children/campaignstepid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>CurrentMaxParticipantsInfo</name> + <title>Participants</title> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/currentmaxparticipantsinfo/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>CampaignStatus</name> + <title>Campaign status</title> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/campaignstatus/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DESCRIPTION</name> + <title>Description</title> + <contentType>LONG_TEXT</contentType> + </entityField> + <entityConsumer> + <name>Employees</name> + <dependency> + <name>dependency</name> + <entityName>Employee_entity</entityName> + <fieldName>Employees</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>CampaignStepCosts</name> + <dependency> + <name>dependency</name> + <entityName>CampaignCost_entity</entityName> + <fieldName>StepCosts</fieldName> + </dependency> + <children> + <entityParameter> + <name>CampaignId_param</name> + <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/campaignstepcosts/children/campaignid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>CampaignStepId_param</name> + <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/campaignstepcosts/children/campaignstepid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>COST</name> + <title>Cost</title> + <contentType>NUMBER</contentType> + <outputFormat>#,##0.00</outputFormat> + <inputFormat>#,##0.00</inputFormat> + </entityField> + <entityConsumer> + <name>CampaignConsumer</name> + <dependency> + <name>dependency</name> + <entityName>Campaign_entity</entityName> + <fieldName>Campaigns</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>Activities</name> + <title>Activities</title> + <dependency> + <name>dependency</name> + <entityName>Activity_entity</entityName> + <fieldName>LinkedObjects</fieldName> + </dependency> + <children> + <entityParameter> + <name>RowId_param</name> + <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/activities/children/rowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectId_param</name> + <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/activities/children/objectid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Tasks</name> + <title>Tasks</title> + <stateProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/tasks/stateProcess.js</stateProcess> + <dependency> + <name>dependency</name> + <entityName>Task_entity</entityName> + <fieldName>Tasks</fieldName> + </dependency> + <children> + <entityParameter> + <name>RowId_param</name> + <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/tasks/children/rowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectId_param</name> + <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/tasks/children/objectid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>newActivity</name> + <title>New activity</title> + <onActionProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/newactivity/onActionProcess.js</onActionProcess> + <iconId>VAADIN:HOURGLASS</iconId> + <tooltip>New activity</tooltip> + <tooltipProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/newactivity/tooltipProcess.js</tooltipProcess> + </entityActionField> + <entityActionField> + <name>newTask</name> + <title>New task</title> + <onActionProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/newtask/onActionProcess.js</onActionProcess> + <iconId>VAADIN:TASKS</iconId> + </entityActionField> + <entityField> + <name>PREDECESSORSTEP_ID</name> + <title>Predecessor</title> + <color></color> + <consumer>CampaignStepsConsumer</consumer> + <textInputAllowed v="true" /> + <displayValueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/predecessorstep_id/displayValueProcess.js</displayValueProcess> + </entityField> + <entityConsumer> + <name>CampaignStepsConsumer</name> + <dependency> + <name>dependency</name> + <entityName>CampaignStep_entity</entityName> + <fieldName>CampaignSteps</fieldName> + </dependency> + <children> + <entityParameter> + <name>campaignId_param</name> + <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/campaignstepsconsumer/children/campaignid_param/valueProcess.js</valueProcess> + <expose v="true" /> + <mandatory v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>CampaignName</name> + <valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/campaignname/valueProcess.js</valueProcess> + </entityField> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <conditionProcess>%aditoprj%/entity/CampaignStep_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <orderClauseProcess>%aditoprj%/entity/CampaignStep_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> + <linkInformation> + <linkInformation> + <name>b1b09ce7-82a2-41fd-9b20-1fd5235f8f30</name> + <tableName>CAMPAIGNSTEP</tableName> + <primaryKey>CAMPAIGNSTEPID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>CAMPAIGN_ID.value</name> + <recordfield>CAMPAIGNSTEP.CAMPAIGN_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_EDIT.value</name> + <recordfield>CAMPAIGNSTEP.DATE_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_END.value</name> + <recordfield>CAMPAIGNSTEP.DATE_END</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_NEW.value</name> + <recordfield>CAMPAIGNSTEP.DATE_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_START.value</name> + <recordfield>CAMPAIGNSTEP.DATE_START</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>EMPLOYEE_CONTACT_ID.value</name> + <recordfield>CAMPAIGNSTEP.EMPLOYEE_CONTACT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>NAME.value</name> + <recordfield>CAMPAIGNSTEP.NAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SORTING.value</name> + <recordfield>CAMPAIGNSTEP.SORTING</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STATE.value</name> + <recordfield>CAMPAIGNSTEP.STATE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_EDIT.value</name> + <recordfield>CAMPAIGNSTEP.USER_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_NEW.value</name> + <recordfield>CAMPAIGNSTEP.USER_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STATE.displayValue</name> + <expression>%aditoprj%/entity/CampaignStep_entity/recordcontainers/db/recordfieldmappings/state.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>MAXPARTICIPANTS.value</name> + <recordfield>CAMPAIGNSTEP.MAXPARTICIPANTS</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CAMPAIGNSTEPID.value</name> + <recordfield>CAMPAIGNSTEP.CAMPAIGNSTEPID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DESCRIPTION.value</name> + <recordfield>CAMPAIGNSTEP.DESCRIPTION</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>COST.value</name> + <expression>%aditoprj%/entity/CampaignStep_entity/recordcontainers/db/recordfieldmappings/cost.value/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CAMPAIGN_ID.displayValue</name> + <expression>%aditoprj%/entity/CampaignStep_entity/recordcontainers/db/recordfieldmappings/campaign_id.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PREDECESSORSTEP_ID.value</name> + <recordfield>CAMPAIGNSTEP.PREDECESSORSTEP_ID</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Campaign_entity/Campaign_entity.aod b/entity/Campaign_entity/Campaign_entity.aod index 817099d2b3c34910b056657048313972fb372fa4..7866082ab397d3cfa3a6d234682575cffe3a5d89 100644 --- a/entity/Campaign_entity/Campaign_entity.aod +++ b/entity/Campaign_entity/Campaign_entity.aod @@ -1,451 +1,451 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Campaign_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <icon>VAADIN:GROUP</icon> - <title>Campaign</title> - <contentTitleProcess>%aditoprj%/entity/Campaign_entity/contentTitleProcess.js</contentTitleProcess> - <afterUiInit>%aditoprj%/entity/Campaign_entity/afterUiInit.js</afterUiInit> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Campaign_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <icon>VAADIN:GROUP</icon> + <title>Campaign</title> + <contentTitleProcess>%aditoprj%/entity/Campaign_entity/contentTitleProcess.js</contentTitleProcess> + <afterUiInit>%aditoprj%/entity/Campaign_entity/afterUiInit.js</afterUiInit> <iconId>VAADIN:GROUP</iconId> - <imageProcess>%aditoprj%/entity/Campaign_entity/imageProcess.js</imageProcess> - <titlePlural>Campaigns</titlePlural> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - <dependencies> - <entityDependency> - <name>8db36fa6-e799-488c-882f-1141f781c9dc</name> - <entityName>Object_entity</entityName> - <fieldName>Campaigns</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - <entityField> - <name>CAMPAIGNID</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>NAME</name> - <title>Name</title> - <mandatory v="true" /> - </entityField> - <entityField> - <name>DATE_START</name> - <title>Start</title> - <contentType>DATE</contentType> - <resolution>DAY</resolution> - <outputFormat>dd.MM.YYYY</outputFormat> - <inputFormat>dd.MM.YYYY</inputFormat> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/date_start/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_END</name> - <title>End</title> - <contentType>DATE</contentType> - <resolution>DAY</resolution> - <outputFormat>dd.MM.YYYY</outputFormat> - <inputFormat>dd.MM.YYYY</inputFormat> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/date_end/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>EMPLOYEE_CONTACT_ID</name> - <title>Hauptverantw.</title> - <consumer>Employee</consumer> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/employee_contact_id/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Campaign_entity/entityfields/employee_contact_id/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>DESCRIPTION</name> - <title>Description</title> - <contentType>LONG_TEXT</contentType> - </entityField> - <entityField> - <name>USER_NEW</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/user_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_NEW</name> - <contentType>DATE</contentType> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/date_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>USER_EDIT</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/user_edit/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_EDIT</name> - <contentType>DATE</contentType> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/date_edit/valueProcess.js</valueProcess> - </entityField> - <entityConsumer> - <name>CampaignSteps</name> - <state>EDITABLE</state> - <dependency> - <name>dependency</name> - <entityName>CampaignStep_entity</entityName> - <fieldName>CampaignSteps</fieldName> - </dependency> - <children> - <entityParameter> - <name>campaignId_param</name> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/campaignsteps/children/campaignid_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="false" /> - <mandatory v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>STATE</name> - <title>Status</title> - <consumer>KeywordStates</consumer> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/state/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Campaign_entity/entityfields/state/displayValueProcess.js</displayValueProcess> - </entityField> - <entityConsumer> - <name>KeywordStates</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/keywordstates/children/containername_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityProvider> - <name>Campaigns</name> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>7cb37ad1-a0a9-41bc-9a9e-7207317cd812</name> - <entityName>CampaignParticipant_entity</entityName> - <fieldName>CampaignsConsumer</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>918b744c-4bd5-4ae0-9a09-5ecf1927b8f6</name> - <entityName>CampaignAddParticipants_entity</entityName> - <fieldName>CampaignConsumer</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>d238b02c-75e7-4cf4-b90c-bb36d41ae90f</name> - <entityName>CampaignCost_entity</entityName> - <fieldName>Campaigns</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>92ec68f6-2ff5-4f15-9001-6297a6d5790d</name> - <entityName>CampaignStep_entity</entityName> - <fieldName>CampaignConsumer</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - <entityConsumer> - <name>CampaignParticipants</name> - <selectionMode>MULTI</selectionMode> - <dependency> - <name>dependency</name> - <entityName>CampaignParticipant_entity</entityName> - <fieldName>CampaignParticipantsProvider</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>CampaignStepId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>CampaignId_param</name> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/campaignparticipants/children/campaignid_param/valueProcess.js</valueProcess> - <expose v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Employee</name> - <dependency> - <name>dependency</name> - <entityName>Employee_entity</entityName> - <fieldName>Employees</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>CampaignCosts</name> - <dependency> - <name>dependency</name> - <entityName>CampaignCost_entity</entityName> - <fieldName>CampaignCosts</fieldName> - </dependency> - <children> - <entityParameter> - <name>CampaignId_param</name> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/campaigncosts/children/campaignid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>COST</name> - <title>Cost</title> - <contentType>NUMBER</contentType> - <outputFormat>#,##0.00</outputFormat> - <inputFormat>#,##0.00</inputFormat> - </entityField> - <entityConsumer> - <name>CampaignStepCosts</name> - <dependency> - <name>dependency</name> - <entityName>CampaignCost_entity</entityName> - <fieldName>StepCosts</fieldName> - </dependency> - <children> - <entityParameter> - <name>CampaignId_param</name> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/campaignstepcosts/children/campaignid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>stepCount</name> - <title>Steps</title> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/stepcount/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>participantCount</name> - <title>Participants</title> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/participantcount/valueProcess.js</valueProcess> - </entityField> - <entityConsumer> - <name>Activities</name> - <title>Activities</title> - <dependency> - <name>dependency</name> - <entityName>Activity_entity</entityName> - <fieldName>LinkedObjects</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectId_param</name> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/activities/children/objectid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>RowId_param</name> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/activities/children/rowid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Tasks</name> - <title>Tasks</title> - <stateProcess>%aditoprj%/entity/Campaign_entity/entityfields/tasks/stateProcess.js</stateProcess> - <dependency> - <name>dependency</name> - <entityName>Task_entity</entityName> - <fieldName>Tasks</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectId_param</name> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/tasks/children/objectid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>RowId_param</name> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/tasks/children/rowid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>newActivity</name> - <title>New activity</title> - <onActionProcess>%aditoprj%/entity/Campaign_entity/entityfields/newactivity/onActionProcess.js</onActionProcess> - <iconId>VAADIN:HOURGLASS_END</iconId> - <tooltip>New activity</tooltip> - <tooltipProcess>%aditoprj%/entity/Campaign_entity/entityfields/newactivity/tooltipProcess.js</tooltipProcess> - </entityActionField> - <entityActionField> - <name>newTask</name> - <title>New task</title> - <onActionProcess>%aditoprj%/entity/Campaign_entity/entityfields/newtask/onActionProcess.js</onActionProcess> - <iconId>VAADIN:TASKS</iconId> - </entityActionField> - <entityConsumer> - <name>CampaignCostsChart</name> - <title>Charts</title> - <dependency> - <name>dependency</name> - <entityName>CampaignCostChart_entity</entityName> - <fieldName>CostChart</fieldName> - </dependency> - <children> - <entityParameter> - <name>CampaignId_param</name> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/campaigncostschart/children/campaignid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>CampaignParticipantsChart</name> - <title>Chart 2</title> - <dependency> - <name>dependency</name> - <entityName>CampaignParticipantChart_entity</entityName> - <fieldName>ParticipantChart</fieldName> - </dependency> - <children> - <entityParameter> - <name>CampaignId_param</name> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/campaignparticipantschart/children/campaignid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>remainingRuntime</name> - <title>Remaining Runtime</title> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/remainingruntime/valueProcess.js</valueProcess> - </entityField> - <entityConsumer> - <name>CampaignStepsReadonly</name> - <state>READONLY</state> - <dependency> - <name>dependency</name> - <entityName>CampaignStep_entity</entityName> - <fieldName>CampaignSteps</fieldName> - </dependency> - <children> - <entityParameter> - <name>campaignId_param</name> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/campaignstepsreadonly/children/campaignid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Attributes</name> - <onValidation>%aditoprj%/entity/Campaign_entity/entityfields/attributes/onValidation.js</onValidation> - <dependency> - <name>dependency</name> - <entityName>AttributeRelation_entity</entityName> - <fieldName>AttributeRelations</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectRowId_param</name> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>newCampaignStep</name> - <title>New step</title> - <onActionProcess>%aditoprj%/entity/Campaign_entity/entityfields/newcampaignstep/onActionProcess.js</onActionProcess> - <iconId>NEON:GROUP_APPOINTMENT</iconId> - </entityActionField> - <entityConsumer> - <name>CampaignAnalysisConsumer</name> - <dependency> - <name>dependency</name> - <entityName>CampaignAnalysis_entity</entityName> - <fieldName>CampaignAnalysisProvider</fieldName> - </dependency> - <children> - <entityParameter> - <name>CampaignId_param</name> - <title></title> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/campaignanalysisconsumer/children/campaignid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>DateEnd_param</name> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/campaignanalysisconsumer/children/dateend_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>DateStart_param</name> - <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/campaignanalysisconsumer/children/datestart_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <onDBInsert>%aditoprj%/entity/Campaign_entity/recordcontainers/db/onDBInsert.js</onDBInsert> - <onDBDelete>%aditoprj%/entity/Campaign_entity/recordcontainers/db/onDBDelete.js</onDBDelete> - <linkInformation> - <linkInformation> - <name>f3893829-3af2-4e55-ae85-c3a24411a8b8</name> - <tableName>CAMPAIGN</tableName> - <primaryKey>CAMPAIGNID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>DATE_EDIT.value</name> - <recordfield>CAMPAIGN.DATE_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_NEW.value</name> - <recordfield>CAMPAIGN.DATE_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DESCRIPTION.value</name> - <recordfield>CAMPAIGN.DESCRIPTION</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>EMPLOYEE_CONTACT_ID.value</name> - <recordfield>CAMPAIGN.EMPLOYEE_CONTACT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>NAME.value</name> - <recordfield>CAMPAIGN.NAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_EDIT.value</name> - <recordfield>CAMPAIGN.USER_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_NEW.value</name> - <recordfield>CAMPAIGN.USER_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STATE.value</name> - <recordfield>CAMPAIGN.STATE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STATE.displayValue</name> - <expression>%aditoprj%/entity/Campaign_entity/recordcontainers/db/recordfieldmappings/state.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CAMPAIGNID.value</name> - <recordfield>CAMPAIGN.CAMPAIGNID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>COST.value</name> - <expression>%aditoprj%/entity/Campaign_entity/recordcontainers/db/recordfieldmappings/cost.value/expression.js</expression> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> + <imageProcess>%aditoprj%/entity/Campaign_entity/imageProcess.js</imageProcess> + <titlePlural>Campaigns</titlePlural> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + <dependencies> + <entityDependency> + <name>8db36fa6-e799-488c-882f-1141f781c9dc</name> + <entityName>Object_entity</entityName> + <fieldName>Campaigns</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + <entityField> + <name>CAMPAIGNID</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>NAME</name> + <title>Name</title> + <mandatory v="true" /> + </entityField> + <entityField> + <name>DATE_START</name> + <title>Start</title> + <contentType>DATE</contentType> + <resolution>DAY</resolution> + <outputFormat>dd.MM.YYYY</outputFormat> + <inputFormat>dd.MM.YYYY</inputFormat> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/date_start/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_END</name> + <title>End</title> + <contentType>DATE</contentType> + <resolution>DAY</resolution> + <outputFormat>dd.MM.YYYY</outputFormat> + <inputFormat>dd.MM.YYYY</inputFormat> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/date_end/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>EMPLOYEE_CONTACT_ID</name> + <title>Hauptverantw.</title> + <consumer>Employee</consumer> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/employee_contact_id/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Campaign_entity/entityfields/employee_contact_id/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>DESCRIPTION</name> + <title>Description</title> + <contentType>LONG_TEXT</contentType> + </entityField> + <entityField> + <name>USER_NEW</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/user_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_NEW</name> + <contentType>DATE</contentType> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/date_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>USER_EDIT</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/user_edit/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_EDIT</name> + <contentType>DATE</contentType> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/date_edit/valueProcess.js</valueProcess> + </entityField> + <entityConsumer> + <name>CampaignSteps</name> + <state>EDITABLE</state> + <dependency> + <name>dependency</name> + <entityName>CampaignStep_entity</entityName> + <fieldName>CampaignSteps</fieldName> + </dependency> + <children> + <entityParameter> + <name>campaignId_param</name> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/campaignsteps/children/campaignid_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="false" /> + <mandatory v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>STATE</name> + <title>Status</title> + <consumer>KeywordStates</consumer> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/state/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Campaign_entity/entityfields/state/displayValueProcess.js</displayValueProcess> + </entityField> + <entityConsumer> + <name>KeywordStates</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/keywordstates/children/containername_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityProvider> + <name>Campaigns</name> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>7cb37ad1-a0a9-41bc-9a9e-7207317cd812</name> + <entityName>CampaignParticipant_entity</entityName> + <fieldName>CampaignsConsumer</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>918b744c-4bd5-4ae0-9a09-5ecf1927b8f6</name> + <entityName>CampaignAddParticipants_entity</entityName> + <fieldName>CampaignConsumer</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>d238b02c-75e7-4cf4-b90c-bb36d41ae90f</name> + <entityName>CampaignCost_entity</entityName> + <fieldName>Campaigns</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>92ec68f6-2ff5-4f15-9001-6297a6d5790d</name> + <entityName>CampaignStep_entity</entityName> + <fieldName>CampaignConsumer</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + <entityConsumer> + <name>CampaignParticipants</name> + <selectionMode>MULTI</selectionMode> + <dependency> + <name>dependency</name> + <entityName>CampaignParticipant_entity</entityName> + <fieldName>CampaignParticipantsProvider</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>CampaignStepId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>CampaignId_param</name> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/campaignparticipants/children/campaignid_param/valueProcess.js</valueProcess> + <expose v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Employee</name> + <dependency> + <name>dependency</name> + <entityName>Employee_entity</entityName> + <fieldName>Employees</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>CampaignCosts</name> + <dependency> + <name>dependency</name> + <entityName>CampaignCost_entity</entityName> + <fieldName>CampaignCosts</fieldName> + </dependency> + <children> + <entityParameter> + <name>CampaignId_param</name> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/campaigncosts/children/campaignid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>COST</name> + <title>Cost</title> + <contentType>NUMBER</contentType> + <outputFormat>#,##0.00</outputFormat> + <inputFormat>#,##0.00</inputFormat> + </entityField> + <entityConsumer> + <name>CampaignStepCosts</name> + <dependency> + <name>dependency</name> + <entityName>CampaignCost_entity</entityName> + <fieldName>StepCosts</fieldName> + </dependency> + <children> + <entityParameter> + <name>CampaignId_param</name> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/campaignstepcosts/children/campaignid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>stepCount</name> + <title>Steps</title> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/stepcount/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>participantCount</name> + <title>Participants</title> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/participantcount/valueProcess.js</valueProcess> + </entityField> + <entityConsumer> + <name>Activities</name> + <title>Activities</title> + <dependency> + <name>dependency</name> + <entityName>Activity_entity</entityName> + <fieldName>LinkedObjects</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectId_param</name> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/activities/children/objectid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>RowId_param</name> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/activities/children/rowid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Tasks</name> + <title>Tasks</title> + <stateProcess>%aditoprj%/entity/Campaign_entity/entityfields/tasks/stateProcess.js</stateProcess> + <dependency> + <name>dependency</name> + <entityName>Task_entity</entityName> + <fieldName>Tasks</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectId_param</name> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/tasks/children/objectid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>RowId_param</name> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/tasks/children/rowid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>newActivity</name> + <title>New activity</title> + <onActionProcess>%aditoprj%/entity/Campaign_entity/entityfields/newactivity/onActionProcess.js</onActionProcess> + <iconId>VAADIN:HOURGLASS_END</iconId> + <tooltip>New activity</tooltip> + <tooltipProcess>%aditoprj%/entity/Campaign_entity/entityfields/newactivity/tooltipProcess.js</tooltipProcess> + </entityActionField> + <entityActionField> + <name>newTask</name> + <title>New task</title> + <onActionProcess>%aditoprj%/entity/Campaign_entity/entityfields/newtask/onActionProcess.js</onActionProcess> + <iconId>VAADIN:TASKS</iconId> + </entityActionField> + <entityConsumer> + <name>CampaignCostsChart</name> + <title>Charts</title> + <dependency> + <name>dependency</name> + <entityName>CampaignCostChart_entity</entityName> + <fieldName>CostChart</fieldName> + </dependency> + <children> + <entityParameter> + <name>CampaignId_param</name> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/campaigncostschart/children/campaignid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>CampaignParticipantsChart</name> + <title>Chart 2</title> + <dependency> + <name>dependency</name> + <entityName>CampaignParticipantChart_entity</entityName> + <fieldName>ParticipantChart</fieldName> + </dependency> + <children> + <entityParameter> + <name>CampaignId_param</name> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/campaignparticipantschart/children/campaignid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>remainingRuntime</name> + <title>Remaining Runtime</title> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/remainingruntime/valueProcess.js</valueProcess> + </entityField> + <entityConsumer> + <name>CampaignStepsReadonly</name> + <state>READONLY</state> + <dependency> + <name>dependency</name> + <entityName>CampaignStep_entity</entityName> + <fieldName>CampaignSteps</fieldName> + </dependency> + <children> + <entityParameter> + <name>campaignId_param</name> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/campaignstepsreadonly/children/campaignid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Attributes</name> + <onValidation>%aditoprj%/entity/Campaign_entity/entityfields/attributes/onValidation.js</onValidation> + <dependency> + <name>dependency</name> + <entityName>AttributeRelation_entity</entityName> + <fieldName>AttributeRelations</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>newCampaignStep</name> + <title>New step</title> + <onActionProcess>%aditoprj%/entity/Campaign_entity/entityfields/newcampaignstep/onActionProcess.js</onActionProcess> + <iconId>NEON:GROUP_APPOINTMENT</iconId> + </entityActionField> + <entityConsumer> + <name>CampaignAnalysisConsumer</name> + <dependency> + <name>dependency</name> + <entityName>CampaignAnalysis_entity</entityName> + <fieldName>CampaignAnalysisProvider</fieldName> + </dependency> + <children> + <entityParameter> + <name>CampaignId_param</name> + <title></title> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/campaignanalysisconsumer/children/campaignid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>DateEnd_param</name> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/campaignanalysisconsumer/children/dateend_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>DateStart_param</name> + <valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/campaignanalysisconsumer/children/datestart_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <onDBInsert>%aditoprj%/entity/Campaign_entity/recordcontainers/db/onDBInsert.js</onDBInsert> + <onDBDelete>%aditoprj%/entity/Campaign_entity/recordcontainers/db/onDBDelete.js</onDBDelete> + <linkInformation> + <linkInformation> + <name>f3893829-3af2-4e55-ae85-c3a24411a8b8</name> + <tableName>CAMPAIGN</tableName> + <primaryKey>CAMPAIGNID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>DATE_EDIT.value</name> + <recordfield>CAMPAIGN.DATE_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_NEW.value</name> + <recordfield>CAMPAIGN.DATE_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DESCRIPTION.value</name> + <recordfield>CAMPAIGN.DESCRIPTION</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>EMPLOYEE_CONTACT_ID.value</name> + <recordfield>CAMPAIGN.EMPLOYEE_CONTACT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>NAME.value</name> + <recordfield>CAMPAIGN.NAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_EDIT.value</name> + <recordfield>CAMPAIGN.USER_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_NEW.value</name> + <recordfield>CAMPAIGN.USER_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STATE.value</name> + <recordfield>CAMPAIGN.STATE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STATE.displayValue</name> + <expression>%aditoprj%/entity/Campaign_entity/recordcontainers/db/recordfieldmappings/state.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CAMPAIGNID.value</name> + <recordfield>CAMPAIGN.CAMPAIGNID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>COST.value</name> + <expression>%aditoprj%/entity/Campaign_entity/recordcontainers/db/recordfieldmappings/cost.value/expression.js</expression> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/ClassificationAdmin_entity/ClassificationAdmin_entity.aod b/entity/ClassificationAdmin_entity/ClassificationAdmin_entity.aod index 93124b690bbda207a1299f213ea0167fdf5cfb64..7acf0adec7325b650bd1a3f2704b2d3c1120e4ae 100644 --- a/entity/ClassificationAdmin_entity/ClassificationAdmin_entity.aod +++ b/entity/ClassificationAdmin_entity/ClassificationAdmin_entity.aod @@ -1,58 +1,58 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>ClassificationAdmin_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <icon>VAADIN:LIST_OL</icon> - <title>Classification</title> - <grantView v="true" /> - <grantCreate v="false" /> - <grantUpdate v="false" /> - <grantDelete v="false" /> - <contentTitleProcess>%aditoprj%/entity/ClassificationAdmin_entity/contentTitleProcess.js</contentTitleProcess> - <usePermissions v="true" /> - <titlePlural>Classifications</titlePlural> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>UID</name> - <title>Usage</title> - <consumer>KeywordClassificationTypes</consumer> - <displayValueProcess>%aditoprj%/entity/ClassificationAdmin_entity/entityfields/uid/displayValueProcess.js</displayValueProcess> - </entityField> - <entityConsumer> - <name>ClassificationsAdmin</name> - <dependency> - <name>dependency</name> - <entityName>Classification_entity</entityName> - <fieldName>ClassificationsAdministration</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>KeywordClassificationTypes</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/ClassificationAdmin_entity/entityfields/keywordclassificationtypes/children/containername_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <contentProcess>%aditoprj%/entity/ClassificationAdmin_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <recordFields> - <element>UID.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>ClassificationAdmin_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <icon>VAADIN:LIST_OL</icon> + <title>Classification</title> + <grantView v="true" /> + <grantCreate v="false" /> + <grantUpdate v="false" /> + <grantDelete v="false" /> + <contentTitleProcess>%aditoprj%/entity/ClassificationAdmin_entity/contentTitleProcess.js</contentTitleProcess> + <usePermissions v="true" /> + <titlePlural>Classifications</titlePlural> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>UID</name> + <title>Usage</title> + <consumer>KeywordClassificationTypes</consumer> + <displayValueProcess>%aditoprj%/entity/ClassificationAdmin_entity/entityfields/uid/displayValueProcess.js</displayValueProcess> + </entityField> + <entityConsumer> + <name>ClassificationsAdmin</name> + <dependency> + <name>dependency</name> + <entityName>Classification_entity</entityName> + <fieldName>ClassificationsAdministration</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>KeywordClassificationTypes</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/ClassificationAdmin_entity/entityfields/keywordclassificationtypes/children/containername_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <contentProcess>%aditoprj%/entity/ClassificationAdmin_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <recordFields> + <element>UID.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/ClassificationScore_entity/ClassificationScore_entity.aod b/entity/ClassificationScore_entity/ClassificationScore_entity.aod index 44615c3d326002f49f544f6a9a46d1cb1c662c47..938ac430214198d3b9fc048bd9d7f3ab49c7c8cd 100644 --- a/entity/ClassificationScore_entity/ClassificationScore_entity.aod +++ b/entity/ClassificationScore_entity/ClassificationScore_entity.aod @@ -1,138 +1,138 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>ClassificationScore_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>Possible Value</title> - <contentTitleProcess>%aditoprj%/entity/ClassificationScore_entity/contentTitleProcess.js</contentTitleProcess> - <titlePlural>Possible Values</titlePlural> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>CLASSIFICATIONSCOREID</name> - <valueProcess>%aditoprj%/entity/ClassificationScore_entity/entityfields/classificationscoreid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>TITLE</name> - <title>Title</title> - <mandatory v="true" /> - </entityField> - <entityField> - <name>CLASSIFICATIONTYPE_ID</name> - <valueProcess>%aditoprj%/entity/ClassificationScore_entity/entityfields/classificationtype_id/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/ClassificationScore_entity/entityfields/classificationtype_id/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>SORT</name> - <title>Sorting</title> - <mandatory v="true" /> - </entityField> - <entityField> - <name>SCORE</name> - <title>Score</title> - <contentType>NUMBER</contentType> - <outputFormat>#,##0.00</outputFormat> - <inputFormat>#,##0.00</inputFormat> - <mandatory v="true" /> - <onValidation>%aditoprj%/entity/ClassificationScore_entity/entityfields/score/onValidation.js</onValidation> - </entityField> - <entityProvider> - <name>ClassificationScores</name> - <dependencies> - <entityDependency> - <name>85ff242d-a743-413f-8112-6d589baa30de</name> - <entityName>Classification_entity</entityName> - <fieldName>ClassificationScores</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ClassificationGroup_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - </entityParameter> - <entityParameter> - <name>ClassificationTypeId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - </entityParameter> - <entityParameter> - <name>ClassificationType_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>ClassificationTypeId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>MaxValue</name> - <valueProcess>%aditoprj%/entity/ClassificationScore_entity/entityfields/maxvalue/valueProcess.js</valueProcess> - </entityField> - <entityParameter> - <name>ClassificationGroup_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>ClassificationType_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <conditionProcess>%aditoprj%/entity/ClassificationScore_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <orderClauseProcess>%aditoprj%/entity/ClassificationScore_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> - <onDBDelete>%aditoprj%/entity/ClassificationScore_entity/recordcontainers/db/onDBDelete.js</onDBDelete> - <linkInformation> - <linkInformation> - <name>e2fecaf8-bc95-4a4d-bd96-88731568b1a4</name> - <tableName>CLASSIFICATIONSCORE</tableName> - <primaryKey>CLASSIFICATIONSCOREID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>CLASSIFICATIONSCOREID.value</name> - <recordfield>CLASSIFICATIONSCORE.CLASSIFICATIONSCOREID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SCORE.value</name> - <recordfield>CLASSIFICATIONSCORE.SCORE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SORT.value</name> - <recordfield>CLASSIFICATIONSCORE.SORT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>TITLE.value</name> - <recordfield>CLASSIFICATIONSCORE.TITLE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CLASSIFICATIONTYPE_ID.value</name> - <recordfield>CLASSIFICATIONSCORE.CLASSIFICATIONTYPE_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CLASSIFICATIONTYPE_ID.displayValue</name> - <expression>%aditoprj%/entity/ClassificationScore_entity/recordcontainers/db/recordfieldmappings/classificationtype_id.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>ClassificationScore_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>Possible Value</title> + <contentTitleProcess>%aditoprj%/entity/ClassificationScore_entity/contentTitleProcess.js</contentTitleProcess> + <titlePlural>Possible Values</titlePlural> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>CLASSIFICATIONSCOREID</name> + <valueProcess>%aditoprj%/entity/ClassificationScore_entity/entityfields/classificationscoreid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>TITLE</name> + <title>Title</title> + <mandatory v="true" /> + </entityField> + <entityField> + <name>CLASSIFICATIONTYPE_ID</name> + <valueProcess>%aditoprj%/entity/ClassificationScore_entity/entityfields/classificationtype_id/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/ClassificationScore_entity/entityfields/classificationtype_id/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>SORT</name> + <title>Sorting</title> + <mandatory v="true" /> + </entityField> + <entityField> + <name>SCORE</name> + <title>Score</title> + <contentType>NUMBER</contentType> + <outputFormat>#,##0.00</outputFormat> + <inputFormat>#,##0.00</inputFormat> + <mandatory v="true" /> + <onValidation>%aditoprj%/entity/ClassificationScore_entity/entityfields/score/onValidation.js</onValidation> + </entityField> + <entityProvider> + <name>ClassificationScores</name> + <dependencies> + <entityDependency> + <name>85ff242d-a743-413f-8112-6d589baa30de</name> + <entityName>Classification_entity</entityName> + <fieldName>ClassificationScores</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ClassificationGroup_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + </entityParameter> + <entityParameter> + <name>ClassificationTypeId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + </entityParameter> + <entityParameter> + <name>ClassificationType_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>ClassificationTypeId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>MaxValue</name> + <valueProcess>%aditoprj%/entity/ClassificationScore_entity/entityfields/maxvalue/valueProcess.js</valueProcess> + </entityField> + <entityParameter> + <name>ClassificationGroup_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>ClassificationType_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <conditionProcess>%aditoprj%/entity/ClassificationScore_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <orderClauseProcess>%aditoprj%/entity/ClassificationScore_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> + <onDBDelete>%aditoprj%/entity/ClassificationScore_entity/recordcontainers/db/onDBDelete.js</onDBDelete> + <linkInformation> + <linkInformation> + <name>e2fecaf8-bc95-4a4d-bd96-88731568b1a4</name> + <tableName>CLASSIFICATIONSCORE</tableName> + <primaryKey>CLASSIFICATIONSCOREID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>CLASSIFICATIONSCOREID.value</name> + <recordfield>CLASSIFICATIONSCORE.CLASSIFICATIONSCOREID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SCORE.value</name> + <recordfield>CLASSIFICATIONSCORE.SCORE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SORT.value</name> + <recordfield>CLASSIFICATIONSCORE.SORT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>TITLE.value</name> + <recordfield>CLASSIFICATIONSCORE.TITLE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CLASSIFICATIONTYPE_ID.value</name> + <recordfield>CLASSIFICATIONSCORE.CLASSIFICATIONTYPE_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CLASSIFICATIONTYPE_ID.displayValue</name> + <expression>%aditoprj%/entity/ClassificationScore_entity/recordcontainers/db/recordfieldmappings/classificationtype_id.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/ClassificationType_entity/ClassificationType_entity.aod b/entity/ClassificationType_entity/ClassificationType_entity.aod index 8a8420f8dd4fdaa41fb8226668245139781f5d96..6a8ce7d434c8cbb60e41959932da27c958f6def1 100644 --- a/entity/ClassificationType_entity/ClassificationType_entity.aod +++ b/entity/ClassificationType_entity/ClassificationType_entity.aod @@ -1,48 +1,48 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>ClassificationType_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>CLASSIFICATIONTYPEID</name> - </entityField> - <entityField> - <name>TYPE</name> - </entityField> - <entityField> - <name>CLASS</name> - </entityField> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <linkInformation> - <linkInformation> - <name>0a0944fd-a72f-4c95-8c42-b1e7d3e17721</name> - <tableName>CLASSIFICATIONTYPE</tableName> - <primaryKey>CLASSIFICATIONTYPEID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>CLASSIFICATIONTYPEID.value</name> - <recordfield>CLASSIFICATIONTYPE.CLASSIFICATIONTYPEID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CLASS.value</name> - <recordfield>CLASSIFICATIONTYPE.CLASS</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>TYPE.value</name> - <recordfield>CLASSIFICATIONTYPE.TYPE</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>ClassificationType_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>CLASSIFICATIONTYPEID</name> + </entityField> + <entityField> + <name>TYPE</name> + </entityField> + <entityField> + <name>CLASS</name> + </entityField> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <linkInformation> + <linkInformation> + <name>0a0944fd-a72f-4c95-8c42-b1e7d3e17721</name> + <tableName>CLASSIFICATIONTYPE</tableName> + <primaryKey>CLASSIFICATIONTYPEID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>CLASSIFICATIONTYPEID.value</name> + <recordfield>CLASSIFICATIONTYPE.CLASSIFICATIONTYPEID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CLASS.value</name> + <recordfield>CLASSIFICATIONTYPE.CLASS</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>TYPE.value</name> + <recordfield>CLASSIFICATIONTYPE.TYPE</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Classification_entity/Classification_entity.aod b/entity/Classification_entity/Classification_entity.aod index 254f9da9e84e6f52131ff154f74a837092ae5d9f..05231fb10e018861951e09c8e59b0a15c8ec689c 100644 --- a/entity/Classification_entity/Classification_entity.aod +++ b/entity/Classification_entity/Classification_entity.aod @@ -1,221 +1,221 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Classification_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>Classification</title> - <grantDeleteProcess>%aditoprj%/entity/Classification_entity/grantDeleteProcess.js</grantDeleteProcess> - <afterOperatingState>%aditoprj%/entity/Classification_entity/afterOperatingState.js</afterOperatingState> - <titlePlural>Classifications</titlePlural> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>CLASSIFICATIONID</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>CLASSIFICATIONSCORE_ID</name> - <title>Selection</title> - <consumer>ClassificationScores</consumer> - <searchable v="false" /> - <titleProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationscore_id/titleProcess.js</titleProcess> - <displayValueProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationscore_id/displayValueProcess.js</displayValueProcess> - </entityField> - <entityParameter> - <name>ClassificationType_param</name> - <expose v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <expose v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>ObjectRowid_param</name> - <expose v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>Classifications</name> - <dependencies> - <entityDependency> - <name>6274acfa-3dbf-4a9b-8926-2a2d1ff80d6d</name> - <entityName>Salesproject_entity</entityName> - <fieldName>Classifications</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>IsAdminMode_param</name> - <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/classifications/children/isadminmode_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityField> - <name>CLASSIFICATIONTYPEID</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationtypeid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>CLASSIFICATIONGROUP</name> - <contentType>TEXT</contentType> - <mandatoryProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationgroup/mandatoryProcess.js</mandatoryProcess> - <dropDownProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationgroup/dropDownProcess.js</dropDownProcess> - <textInputAllowed v="true" /> - <searchable v="false" /> - <groupable v="true" /> - <titleProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationgroup/titleProcess.js</titleProcess> - <displayValueProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationgroup/displayValueProcess.js</displayValueProcess> - <onValidation>%aditoprj%/entity/Classification_entity/entityfields/classificationgroup/onValidation.js</onValidation> - </entityField> - <entityField> - <name>CLASSIFICATIONTYPE_ID</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationtype_id/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>OBJECT_ROWID</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/object_rowid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>OBJECT_TYPE</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/object_type/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>UID</name> - <searchable v="false" /> - </entityField> - <entityConsumer> - <name>ClassificationScores</name> - <state>INVISIBLE</state> - <stateProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationscores/stateProcess.js</stateProcess> - <dependency> - <name>dependency</name> - <entityName>ClassificationScore_entity</entityName> - <fieldName>ClassificationScores</fieldName> - </dependency> - <children> - <entityParameter> - <name>ClassificationGroup_param</name> - <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationscores/children/classificationgroup_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ClassificationTypeId_param</name> - <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationscores/children/classificationtypeid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ClassificationType_param</name> - <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationscores/children/classificationtype_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>edit</name> - <onActionProcess>%aditoprj%/entity/Classification_entity/entityfields/edit/onActionProcess.js</onActionProcess> - </entityActionField> - <entityField> - <name>CLASSIFICATIONTYPE</name> - <title>Usage</title> - <consumer>KeywordClassificationTypes</consumer> - <mandatory v="true" /> - <searchable v="true" /> - <groupable v="true" /> - <stateProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationtype/stateProcess.js</stateProcess> - <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationtype/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationtype/displayValueProcess.js</displayValueProcess> - </entityField> - <entityProvider> - <name>ClassificationsAdministration</name> - <dependencies> - <entityDependency> - <name>67603e12-a23a-4f3f-9fcd-b128bd5f9b5f</name> - <entityName>ClassificationAdmin_entity</entityName> - <fieldName>ClassificationsAdmin</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>IsAdminMode_param</name> - <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationsadministration/children/isadminmode_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>IsAdminMode_param</name> - <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/isadminmode_param/valueProcess.js</valueProcess> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>Info</name> - <title>Rating</title> - <contentType>HTML</contentType> - <searchable v="false" /> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/info/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>SCORE_RESULTS</name> - <searchable v="false" /> - </entityField> - <entityConsumer> - <name>KeywordClassificationTypes</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/keywordclassificationtypes/children/containername_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>SCORETYPE</name> - <title>Scoretype</title> - <mandatory v="true" /> - <displayValueProcess>%aditoprj%/entity/Classification_entity/entityfields/scoretype/displayValueProcess.js</displayValueProcess> - </entityField> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <isFilterable v="true" /> - <isRequireContainerFiltering v="true" /> - <contentProcess>%aditoprj%/entity/Classification_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <onInsert>%aditoprj%/entity/Classification_entity/recordcontainers/jdito/onInsert.js</onInsert> - <onUpdate>%aditoprj%/entity/Classification_entity/recordcontainers/jdito/onUpdate.js</onUpdate> - <onDelete>%aditoprj%/entity/Classification_entity/recordcontainers/jdito/onDelete.js</onDelete> - <recordFields> - <element>UID.value</element> - <element>CLASSIFICATIONID.value</element> - <element>CLASSIFICATIONGROUP.value</element> - <element>CLASSIFICATIONSCORE_ID.value</element> - <element>CLASSIFICATIONTYPEID.value</element> - <element>CLASSIFICATIONTYPE_ID.value</element> - <element>OBJECT_ROWID.value</element> - <element>OBJECT_TYPE.value</element> - <element>SCORETYPE.value</element> - <element>CLASSIFICATIONTYPE.value</element> - <element>SCORE_RESULTS.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Classification_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>Classification</title> + <grantDeleteProcess>%aditoprj%/entity/Classification_entity/grantDeleteProcess.js</grantDeleteProcess> + <afterOperatingState>%aditoprj%/entity/Classification_entity/afterOperatingState.js</afterOperatingState> + <titlePlural>Classifications</titlePlural> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>CLASSIFICATIONID</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>CLASSIFICATIONSCORE_ID</name> + <title>Selection</title> + <consumer>ClassificationScores</consumer> + <searchable v="false" /> + <titleProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationscore_id/titleProcess.js</titleProcess> + <displayValueProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationscore_id/displayValueProcess.js</displayValueProcess> + </entityField> + <entityParameter> + <name>ClassificationType_param</name> + <expose v="true" /> + <mandatory v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <expose v="true" /> + <mandatory v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>ObjectRowid_param</name> + <expose v="true" /> + <mandatory v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>Classifications</name> + <dependencies> + <entityDependency> + <name>6274acfa-3dbf-4a9b-8926-2a2d1ff80d6d</name> + <entityName>Salesproject_entity</entityName> + <fieldName>Classifications</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>IsAdminMode_param</name> + <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/classifications/children/isadminmode_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityField> + <name>CLASSIFICATIONTYPEID</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationtypeid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>CLASSIFICATIONGROUP</name> + <contentType>TEXT</contentType> + <mandatoryProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationgroup/mandatoryProcess.js</mandatoryProcess> + <dropDownProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationgroup/dropDownProcess.js</dropDownProcess> + <textInputAllowed v="true" /> + <searchable v="false" /> + <groupable v="true" /> + <titleProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationgroup/titleProcess.js</titleProcess> + <displayValueProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationgroup/displayValueProcess.js</displayValueProcess> + <onValidation>%aditoprj%/entity/Classification_entity/entityfields/classificationgroup/onValidation.js</onValidation> + </entityField> + <entityField> + <name>CLASSIFICATIONTYPE_ID</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationtype_id/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>OBJECT_ROWID</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/object_rowid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>OBJECT_TYPE</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/object_type/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>UID</name> + <searchable v="false" /> + </entityField> + <entityConsumer> + <name>ClassificationScores</name> + <state>INVISIBLE</state> + <stateProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationscores/stateProcess.js</stateProcess> + <dependency> + <name>dependency</name> + <entityName>ClassificationScore_entity</entityName> + <fieldName>ClassificationScores</fieldName> + </dependency> + <children> + <entityParameter> + <name>ClassificationGroup_param</name> + <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationscores/children/classificationgroup_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ClassificationTypeId_param</name> + <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationscores/children/classificationtypeid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ClassificationType_param</name> + <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationscores/children/classificationtype_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>edit</name> + <onActionProcess>%aditoprj%/entity/Classification_entity/entityfields/edit/onActionProcess.js</onActionProcess> + </entityActionField> + <entityField> + <name>CLASSIFICATIONTYPE</name> + <title>Usage</title> + <consumer>KeywordClassificationTypes</consumer> + <mandatory v="true" /> + <searchable v="true" /> + <groupable v="true" /> + <stateProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationtype/stateProcess.js</stateProcess> + <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationtype/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationtype/displayValueProcess.js</displayValueProcess> + </entityField> + <entityProvider> + <name>ClassificationsAdministration</name> + <dependencies> + <entityDependency> + <name>67603e12-a23a-4f3f-9fcd-b128bd5f9b5f</name> + <entityName>ClassificationAdmin_entity</entityName> + <fieldName>ClassificationsAdmin</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>IsAdminMode_param</name> + <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/classificationsadministration/children/isadminmode_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>IsAdminMode_param</name> + <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/isadminmode_param/valueProcess.js</valueProcess> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>Info</name> + <title>Rating</title> + <contentType>HTML</contentType> + <searchable v="false" /> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/info/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>SCORE_RESULTS</name> + <searchable v="false" /> + </entityField> + <entityConsumer> + <name>KeywordClassificationTypes</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Classification_entity/entityfields/keywordclassificationtypes/children/containername_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>SCORETYPE</name> + <title>Scoretype</title> + <mandatory v="true" /> + <displayValueProcess>%aditoprj%/entity/Classification_entity/entityfields/scoretype/displayValueProcess.js</displayValueProcess> + </entityField> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <isFilterable v="true" /> + <isRequireContainerFiltering v="true" /> + <contentProcess>%aditoprj%/entity/Classification_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <onInsert>%aditoprj%/entity/Classification_entity/recordcontainers/jdito/onInsert.js</onInsert> + <onUpdate>%aditoprj%/entity/Classification_entity/recordcontainers/jdito/onUpdate.js</onUpdate> + <onDelete>%aditoprj%/entity/Classification_entity/recordcontainers/jdito/onDelete.js</onDelete> + <recordFields> + <element>UID.value</element> + <element>CLASSIFICATIONID.value</element> + <element>CLASSIFICATIONGROUP.value</element> + <element>CLASSIFICATIONSCORE_ID.value</element> + <element>CLASSIFICATIONTYPEID.value</element> + <element>CLASSIFICATIONTYPE_ID.value</element> + <element>OBJECT_ROWID.value</element> + <element>OBJECT_TYPE.value</element> + <element>SCORETYPE.value</element> + <element>CLASSIFICATIONTYPE.value</element> + <element>SCORE_RESULTS.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Classification_entity/contentProcess.js b/entity/Classification_entity/contentProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..bb0a011684fcc7b40aefaaac225bd985aa83c0ec --- /dev/null +++ b/entity/Classification_entity/contentProcess.js @@ -0,0 +1,19 @@ +import("system.result"); +import("system.vars"); +import("Keyword_lib"); + +var keyword = LegacyKeywordUtils.createKeyword("SALESPROJECT.CLASS"); + +if (vars.exists("$local.idvalues") && vars.get("$local.idvalues")) { + var idValues = vars.get("$local.idvalues"); + + if (idValues.length > 0) { + keyword.filter(function(id) { + return id == idValues[0]; + }); + } +} +result.object(keyword.toArray(["id", "name"])); + + +//TODO correct db if kewords changed diff --git a/entity/Classification_entity/entityfields/points/valueProcess.js b/entity/Classification_entity/entityfields/points/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..5b74382810fde5dda8a728acd2e9c6ce0b1709bf --- /dev/null +++ b/entity/Classification_entity/entityfields/points/valueProcess.js @@ -0,0 +1,4 @@ +import("system.result"); + +// TODO: load from Entry. Currently this is not possible. +result.object(50); // return dummy value \ No newline at end of file diff --git a/entity/Classification_entity/entityfields/salesprojectclassificationentries/children/classid_param/valueProcess.js b/entity/Classification_entity/entityfields/salesprojectclassificationentries/children/classid_param/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..a5632992f1eb801942517498616c86a95f49b737 --- /dev/null +++ b/entity/Classification_entity/entityfields/salesprojectclassificationentries/children/classid_param/valueProcess.js @@ -0,0 +1,4 @@ +import("system.result"); +import("system.vars"); + +result.string(vars.getString("$field.UID")); \ No newline at end of file diff --git a/entity/Classification_entity/entityfields/salesprojectclassificationentries/children/salesprojectid_param/valueProcess.js b/entity/Classification_entity/entityfields/salesprojectclassificationentries/children/salesprojectid_param/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..098d87cfa55579898b8da11975f3fb345672247f --- /dev/null +++ b/entity/Classification_entity/entityfields/salesprojectclassificationentries/children/salesprojectid_param/valueProcess.js @@ -0,0 +1,4 @@ +import("system.result"); +import("system.vars"); + +result.string(vars.getString("$param.SalesprojectId_param")); \ No newline at end of file diff --git a/entity/Communication_entity/Communication_entity.aod b/entity/Communication_entity/Communication_entity.aod index 5a569fc9c247faf05170b2158378c53b04d81164..d3e7baff6d9e288dd6174794809630100368ed47 100644 --- a/entity/Communication_entity/Communication_entity.aod +++ b/entity/Communication_entity/Communication_entity.aod @@ -1,284 +1,284 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Communication_entity</name> - <description>former Comm</description> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>Communication</title> - <contentTitleProcess>%aditoprj%/entity/Communication_entity/contentTitleProcess.js</contentTitleProcess> - <recordContainer>db</recordContainer> - <entityFields> - <entityField> - <name>ADDR</name> - <title>${COMM_ADDRESS}</title> - <contentTypeProcess>%aditoprj%/entity/Communication_entity/entityfields/addr/contentTypeProcess.js</contentTypeProcess> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/addr/valueProcess.js</valueProcess> - <onValueChange>%aditoprj%/entity/Communication_entity/entityfields/addr/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - <element>PROCESS</element> - </onValueChangeTypes> - <onValidation>%aditoprj%/entity/Communication_entity/entityfields/addr/onValidation.js</onValidation> - </entityField> - <entityField> - <name>COMMUNICATIONID</name> - <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/communicationid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>MEDIUM_ID</name> - <title>Medium</title> - <consumer>KeywordMediums</consumer> - <mandatory v="true" /> - <displayValueProcess>%aditoprj%/entity/Communication_entity/entityfields/medium_id/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>CONTACT_ID</name> - <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/contact_id/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>STANDARD</name> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/standard/valueProcess.js</valueProcess> - </entityField> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - <description>This parameter is used for specifing a related "CONTACTID" to a COMMUNICATION-entry. -Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description> - </entityParameter> - <entityField> - <name>IS_STANDARD</name> - <contentType>BOOLEAN</contentType> - <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/is_standard/valueProcess.js</valueProcess> - </entityField> - <entityProvider> - <name>#PROVIDER</name> - <recordContainer>db</recordContainer> - </entityProvider> - <entityParameter> - <name>ContactsMainCountry_param</name> - <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/contactsmaincountry_param/valueProcess.js</valueProcess> - <mandatory v="false" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>AllCommunications</name> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>070b2457-3766-4c8a-b43f-a2bf7c9ef638</name> - <entityName>Organisation_entity</entityName> - <fieldName>Communications</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>22dd8c4d-2081-4547-adbd-929868f23069</name> - <entityName>Person_entity</entityName> - <fieldName>Communications</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>a22c32e2-6d76-4e79-8c71-251ee381b22e</name> - <entityName>Contact_entity</entityName> - <fieldName>Communications</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>CommCategory_param</name> - <expose v="true" /> - <description>TODO: expose auf false. aktuell wird der Code nicht ausgeführt, wenn Expose false ist.</description> - </entityParameter> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - <description>This parameter is used for specifing a related "CONTACTID" to a COMMUNICATION-entry. -Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description> - </entityParameter> - </children> - </entityProvider> - <entityProvider> - <name>PhoneCommunications</name> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>7382242a-aa18-4a31-ab77-69a79f2b97b8</name> - <entityName>Organisation_entity</entityName> - <fieldName>PhoneCommunications</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>0eed17a6-443e-4469-a53b-3ce81440d7d0</name> - <entityName>Person_entity</entityName> - <fieldName>PhoneCommunications</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>CommCategory_param</name> - <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/phonecommunications/children/commcategory_param/valueProcess.js</valueProcess> - <expose v="true" /> - <description>TODO: expose auf false. aktuell wird der Code nicht ausgeführt, wenn Expose false ist.</description> - </entityParameter> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - <description>This parameter is used for specifing a related "CONTACTID" to a COMMUNICATION-entry. -Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description> - </entityParameter> - </children> - </entityProvider> - <entityProvider> - <name>EmailCommunications</name> - <lookupIdfield>ADDR</lookupIdfield> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>ecfbf518-fe92-4661-8ebe-e2d3c8d259e1</name> - <entityName>Organisation_entity</entityName> - <fieldName>EmailCommunications</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>f8cc4865-ab08-4540-bd02-2b2c92946c84</name> - <entityName>Person_entity</entityName> - <fieldName>EmailCommunications</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>b5ebddec-002b-40a5-a760-cedb78e94cfb</name> - <entityName>Email_entity</entityName> - <fieldName>EmailAddresses</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>CommCategory_param</name> - <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/emailcommunications/children/commcategory_param/valueProcess.js</valueProcess> - <expose v="true" /> - <description>TODO: expose auf false. aktuell wird der Code nicht ausgeführt, wenn Expose false ist.</description> - </entityParameter> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - <description>This parameter is used for specifing a related "CONTACTID" to a COMMUNICATION-entry. -Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>CommCategory_param</name> - <expose v="true" /> - <mandatory v="true" /> - </entityParameter> - <entityParameter> - <name>CommMediumIds_param</name> - <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/commmediumids_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityConsumer> - <name>KeywordMediums</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/keywordmediums/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>USER_NEW</name> - <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/user_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>USER_EDIT</name> - <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/user_edit/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_NEW</name> - <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/date_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_EDIT</name> - <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/date_edit/valueProcess.js</valueProcess> - </entityField> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <fromClauseProcess>%aditoprj%/entity/Communication_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> - <conditionProcess>%aditoprj%/entity/Communication_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <orderClauseProcess>%aditoprj%/entity/Communication_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> - <onDBInsert>%aditoprj%/entity/Communication_entity/recordcontainers/db/onDBInsert.js</onDBInsert> - <onDBUpdate>%aditoprj%/entity/Communication_entity/recordcontainers/db/onDBUpdate.js</onDBUpdate> - <linkInformation> - <linkInformation> - <name>5f6cd42e-34d5-4a1c-b9f0-8c87bf914f22</name> - <tableName>COMMUNICATION</tableName> - <primaryKey>COMMUNICATIONID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - <linkInformation> - <name>fd493a1b-3ff1-4e7e-8d21-0f9f28824e9e</name> - <tableName>AB_KEYWORD_ENTRY</tableName> - <primaryKey>AB_KEYWORD_ENTRYID</primaryKey> - <isUIDTable v="false" /> - <readonly v="true" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>ADDR.value</name> - <recordfield>COMMUNICATION.ADDR</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>MEDIUM_ID.value</name> - <recordfield>COMMUNICATION.MEDIUM_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>COMMUNICATIONID.value</name> - <recordfield>COMMUNICATION.COMMUNICATIONID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACT_ID.value</name> - <recordfield>COMMUNICATION.CONTACT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STANDARD.value</name> - <recordfield>COMMUNICATION.STANDARD</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>MEDIUM_ID.displayValue</name> - <expression>%aditoprj%/entity/Communication_entity/recordcontainers/db/recordfieldmappings/medium_id.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_NEW.value</name> - <recordfield>COMMUNICATION.USER_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_EDIT.value</name> - <recordfield>COMMUNICATION.USER_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_NEW.value</name> - <recordfield>COMMUNICATION.DATE_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_EDIT.value</name> - <recordfield>COMMUNICATION.DATE_EDIT</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Communication_entity</name> + <description>former Comm</description> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>Communication</title> + <contentTitleProcess>%aditoprj%/entity/Communication_entity/contentTitleProcess.js</contentTitleProcess> + <recordContainer>db</recordContainer> + <entityFields> + <entityField> + <name>ADDR</name> + <title>${COMM_ADDRESS}</title> + <contentTypeProcess>%aditoprj%/entity/Communication_entity/entityfields/addr/contentTypeProcess.js</contentTypeProcess> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/addr/valueProcess.js</valueProcess> + <onValueChange>%aditoprj%/entity/Communication_entity/entityfields/addr/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + <element>PROCESS</element> + </onValueChangeTypes> + <onValidation>%aditoprj%/entity/Communication_entity/entityfields/addr/onValidation.js</onValidation> + </entityField> + <entityField> + <name>COMMUNICATIONID</name> + <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/communicationid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>MEDIUM_ID</name> + <title>Medium</title> + <consumer>KeywordMediums</consumer> + <mandatory v="true" /> + <displayValueProcess>%aditoprj%/entity/Communication_entity/entityfields/medium_id/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>CONTACT_ID</name> + <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/contact_id/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>STANDARD</name> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/standard/valueProcess.js</valueProcess> + </entityField> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + <description>This parameter is used for specifing a related "CONTACTID" to a COMMUNICATION-entry. +Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description> + </entityParameter> + <entityField> + <name>IS_STANDARD</name> + <contentType>BOOLEAN</contentType> + <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/is_standard/valueProcess.js</valueProcess> + </entityField> + <entityProvider> + <name>#PROVIDER</name> + <recordContainer>db</recordContainer> + </entityProvider> + <entityParameter> + <name>ContactsMainCountry_param</name> + <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/contactsmaincountry_param/valueProcess.js</valueProcess> + <mandatory v="false" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>AllCommunications</name> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>070b2457-3766-4c8a-b43f-a2bf7c9ef638</name> + <entityName>Organisation_entity</entityName> + <fieldName>Communications</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>22dd8c4d-2081-4547-adbd-929868f23069</name> + <entityName>Person_entity</entityName> + <fieldName>Communications</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>a22c32e2-6d76-4e79-8c71-251ee381b22e</name> + <entityName>Contact_entity</entityName> + <fieldName>Communications</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>CommCategory_param</name> + <expose v="true" /> + <description>TODO: expose auf false. aktuell wird der Code nicht ausgeführt, wenn Expose false ist.</description> + </entityParameter> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + <description>This parameter is used for specifing a related "CONTACTID" to a COMMUNICATION-entry. +Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description> + </entityParameter> + </children> + </entityProvider> + <entityProvider> + <name>PhoneCommunications</name> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>7382242a-aa18-4a31-ab77-69a79f2b97b8</name> + <entityName>Organisation_entity</entityName> + <fieldName>PhoneCommunications</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>0eed17a6-443e-4469-a53b-3ce81440d7d0</name> + <entityName>Person_entity</entityName> + <fieldName>PhoneCommunications</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>CommCategory_param</name> + <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/phonecommunications/children/commcategory_param/valueProcess.js</valueProcess> + <expose v="true" /> + <description>TODO: expose auf false. aktuell wird der Code nicht ausgeführt, wenn Expose false ist.</description> + </entityParameter> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + <description>This parameter is used for specifing a related "CONTACTID" to a COMMUNICATION-entry. +Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description> + </entityParameter> + </children> + </entityProvider> + <entityProvider> + <name>EmailCommunications</name> + <lookupIdfield>ADDR</lookupIdfield> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>ecfbf518-fe92-4661-8ebe-e2d3c8d259e1</name> + <entityName>Organisation_entity</entityName> + <fieldName>EmailCommunications</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>f8cc4865-ab08-4540-bd02-2b2c92946c84</name> + <entityName>Person_entity</entityName> + <fieldName>EmailCommunications</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>b5ebddec-002b-40a5-a760-cedb78e94cfb</name> + <entityName>Email_entity</entityName> + <fieldName>EmailAddresses</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>CommCategory_param</name> + <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/emailcommunications/children/commcategory_param/valueProcess.js</valueProcess> + <expose v="true" /> + <description>TODO: expose auf false. aktuell wird der Code nicht ausgeführt, wenn Expose false ist.</description> + </entityParameter> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + <description>This parameter is used for specifing a related "CONTACTID" to a COMMUNICATION-entry. +Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>CommCategory_param</name> + <expose v="true" /> + <mandatory v="true" /> + </entityParameter> + <entityParameter> + <name>CommMediumIds_param</name> + <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/commmediumids_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>KeywordMediums</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/keywordmediums/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>USER_NEW</name> + <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/user_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>USER_EDIT</name> + <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/user_edit/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_NEW</name> + <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/date_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_EDIT</name> + <valueProcess>%aditoprj%/entity/Communication_entity/entityfields/date_edit/valueProcess.js</valueProcess> + </entityField> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <fromClauseProcess>%aditoprj%/entity/Communication_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> + <conditionProcess>%aditoprj%/entity/Communication_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <orderClauseProcess>%aditoprj%/entity/Communication_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> + <onDBInsert>%aditoprj%/entity/Communication_entity/recordcontainers/db/onDBInsert.js</onDBInsert> + <onDBUpdate>%aditoprj%/entity/Communication_entity/recordcontainers/db/onDBUpdate.js</onDBUpdate> + <linkInformation> + <linkInformation> + <name>5f6cd42e-34d5-4a1c-b9f0-8c87bf914f22</name> + <tableName>COMMUNICATION</tableName> + <primaryKey>COMMUNICATIONID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + <linkInformation> + <name>fd493a1b-3ff1-4e7e-8d21-0f9f28824e9e</name> + <tableName>AB_KEYWORD_ENTRY</tableName> + <primaryKey>AB_KEYWORD_ENTRYID</primaryKey> + <isUIDTable v="false" /> + <readonly v="true" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>ADDR.value</name> + <recordfield>COMMUNICATION.ADDR</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>MEDIUM_ID.value</name> + <recordfield>COMMUNICATION.MEDIUM_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>COMMUNICATIONID.value</name> + <recordfield>COMMUNICATION.COMMUNICATIONID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACT_ID.value</name> + <recordfield>COMMUNICATION.CONTACT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STANDARD.value</name> + <recordfield>COMMUNICATION.STANDARD</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>MEDIUM_ID.displayValue</name> + <expression>%aditoprj%/entity/Communication_entity/recordcontainers/db/recordfieldmappings/medium_id.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_NEW.value</name> + <recordfield>COMMUNICATION.USER_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_EDIT.value</name> + <recordfield>COMMUNICATION.USER_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_NEW.value</name> + <recordfield>COMMUNICATION.DATE_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_EDIT.value</name> + <recordfield>COMMUNICATION.DATE_EDIT</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/SalesprojectCompetition_entity/SalesprojectCompetition_entity.aod b/entity/Competition_entity/Competition_entity.aod similarity index 53% rename from entity/SalesprojectCompetition_entity/SalesprojectCompetition_entity.aod rename to entity/Competition_entity/Competition_entity.aod index 5bfc3f39b3fb5e67e495883b43123068ea98b8e7..b7fac12ff2dc0f640dbf12513dd1c5e83ac32d5b 100644 --- a/entity/SalesprojectCompetition_entity/SalesprojectCompetition_entity.aod +++ b/entity/Competition_entity/Competition_entity.aod @@ -1,336 +1,399 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>SalesprojectCompetition_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>Competition</title> - <titlePlural>Competitors</titlePlural> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>DATE_CANCELLED</name> - <title>Excreted</title> - <contentType>DATE</contentType> - <resolution>DAY</resolution> - <outputFormat>dd.MM.yyyy</outputFormat> - <inputFormat>dd.MM.yyyy</inputFormat> - </entityField> - <entityField> - <name>INFO</name> - <title>Info</title> - <contentType>LONG_TEXT</contentType> - </entityField> - <entityField> - <name>REASON</name> - <title>Reason</title> - <consumer>KeywordWonLost</consumer> - <selectionMode>SINGLE</selectionMode> - <displayValueProcess>%aditoprj%/entity/SalesprojectCompetition_entity/entityfields/reason/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>SALESPROJECT_COMPETITIONID</name> - <valueProcess>%aditoprj%/entity/SalesprojectCompetition_entity/entityfields/salesproject_competitionid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>SALESPROJECT_ID</name> - <valueProcess>%aditoprj%/entity/SalesprojectCompetition_entity/entityfields/salesproject_id/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>STATUS</name> - <title>State</title> - <consumer>KeywordStates</consumer> - <mandatory v="true" /> - <displayValueProcess>%aditoprj%/entity/SalesprojectCompetition_entity/entityfields/status/displayValueProcess.js</displayValueProcess> - </entityField> - <entityParameter> - <name>SalesprojectId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>SalesprojectCompetitions</name> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>c6884f8d-283b-4338-830f-b20dda9b8aa5</name> - <entityName>Salesproject_entity</entityName> - <fieldName>SalesprojectCompetitions</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>SalesprojectId_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityField> - <name>CONTACT_ID</name> - <title>Company</title> - <consumer>Organisations</consumer> - <linkedContext>Organisation</linkedContext> - <mandatory v="true" /> - </entityField> - <entityField> - <name>ORGANISATION_NAME</name> - <state>READONLY</state> - <onValueChangeTypes> - <element>MASK</element> - <element>PROCESS</element> - <element>PROCESS_SETVALUE</element> - </onValueChangeTypes> - </entityField> - <entityField> - <name>ORG_ORGID</name> - <state>AUTO</state> - </entityField> - <entityConsumer> - <name>Organisation</name> - <dependency> - <name>dependency</name> - </dependency> - <children> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/SalesprojectCompetition_entity/entityfields/organisation/children/ContactId_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Organisations</name> - <dependency> - <name>dependency</name> - <entityName>Organisation_entity</entityName> - <fieldName>Organisations</fieldName> - </dependency> - <children> - <entityParameter> - <name>ExcludedContactIds_param</name> - <valueProcess>%aditoprj%/entity/SalesprojectCompetition_entity/entityfields/organisations/children/excludedcontactids_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>OrganisationType_param</name> - <valueProcess>%aditoprj%/entity/SalesprojectCompetition_entity/entityfields/organisations/children/organisationtype_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordWonLost</name> - <selectionMode>MULTI</selectionMode> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/SalesprojectCompetition_entity/entityfields/keywordwonlost/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>PHASE</name> - <title>Phase</title> - <consumer>KeywordPhases</consumer> - <displayValueProcess>%aditoprj%/entity/SalesprojectCompetition_entity/entityfields/phase/displayValueProcess.js</displayValueProcess> - </entityField> - <entityConsumer> - <name>KeywordPricePolitics</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/SalesprojectCompetition_entity/entityfields/keywordpricepolitics/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordWeaknesses</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/SalesprojectCompetition_entity/entityfields/keywordweaknesses/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordStrenghts</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/SalesprojectCompetition_entity/entityfields/keywordstrenghts/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordPhases</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/SalesprojectCompetition_entity/entityfields/keywordphases/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordStates</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/SalesprojectCompetition_entity/entityfields/keywordstates/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Attributes</name> - <state>DISABLED</state> - <dependency> - <name>dependency</name> - <entityName>AttributeRelation_entity</entityName> - <fieldName>AttributeRelations</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/SalesprojectCompetition_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>DisplaySimpleName_param</name> - <valueProcess>%aditoprj%/entity/SalesprojectCompetition_entity/entityfields/attributes/children/displaysimplename_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectRowId_param</name> - <valueProcess>%aditoprj%/entity/SalesprojectCompetition_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>FilteredAttributeIds_param</name> - <valueProcess>%aditoprj%/entity/SalesprojectCompetition_entity/entityfields/attributes/children/filteredattributeids_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>IMAGE</name> - <contentType>IMAGE</contentType> - <valueProcess>%aditoprj%/entity/SalesprojectCompetition_entity/entityfields/image/valueProcess.js</valueProcess> - </entityField> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <fromClauseProcess>%aditoprj%/entity/SalesprojectCompetition_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> - <conditionProcess>%aditoprj%/entity/SalesprojectCompetition_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <linkInformation> - <linkInformation> - <name>d34f0a49-d8c1-4024-84ef-fdd1a7acd326</name> - <tableName>SALESPROJECT_COMPETITION</tableName> - <primaryKey>SALESPROJECT_COMPETITIONID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - <linkInformation> - <name>c1f6867a-e913-4f3f-a0b8-ea0a44f71d3c</name> - <tableName>ORGANISATION</tableName> - <primaryKey>ORGANISATIONID</primaryKey> - <isUIDTable v="false" /> - <readonly v="true" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>DATE_CANCELLED.value</name> - <recordfield>SALESPROJECT_COMPETITION.DATE_CANCELLED</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>INFO.value</name> - <recordfield>SALESPROJECT_COMPETITION.INFO</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ORGANISATION_NAME.value</name> - <recordfield>ORGANISATION.NAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ORG_ORGID.value</name> - <recordfield>ORGANISATION.ORGANISATIONID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>REASON.value</name> - <recordfield>SALESPROJECT_COMPETITION.REASON</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACT_ID.value</name> - <recordfield>SALESPROJECT_COMPETITION.CONTACT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SALESPROJECT_COMPETITIONID.value</name> - <recordfield>SALESPROJECT_COMPETITION.SALESPROJECT_COMPETITIONID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SALESPROJECT_ID.value</name> - <recordfield>SALESPROJECT_COMPETITION.SALESPROJECT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STATUS.value</name> - <recordfield>SALESPROJECT_COMPETITION.STATUS</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACT_ID.displayValue</name> - <recordfield>ORGANISATION.NAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>REASON.displayValue</name> - <expression>%aditoprj%/entity/SalesprojectCompetition_entity/recordcontainers/db/recordfieldmappings/reason.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PHASE.value</name> - <recordfield>SALESPROJECT_COMPETITION.PHASE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PHASE.displayValue</name> - <expression>%aditoprj%/entity/SalesprojectCompetition_entity/recordcontainers/db/recordfieldmappings/phase.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STATUS.displayValue</name> - <expression>%aditoprj%/entity/SalesprojectCompetition_entity/recordcontainers/db/recordfieldmappings/status.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Competition_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>Competition</title> + <titlePlural>Competition</titlePlural> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>DATE_CANCELLED</name> + <title>Excreted</title> + <contentType>DATE</contentType> + <resolution>DAY</resolution> + <outputFormat>dd.MM.yyyy</outputFormat> + <inputFormat>dd.MM.yyyy</inputFormat> + </entityField> + <entityField> + <name>INFO</name> + <title>Info</title> + <contentType>LONG_TEXT</contentType> + </entityField> + <entityField> + <name>REASON</name> + <title>Reason</title> + <consumer>KeywordWonLost</consumer> + <selectionMode>SINGLE</selectionMode> + <displayValueProcess>%aditoprj%/entity/Competition_entity/entityfields/reason/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>COMPETITIONID</name> + <valueProcess>%aditoprj%/entity/Competition_entity/entityfields/competitionid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>OBJECT_ROWID</name> + <consumer>Objects</consumer> + <linkedContextProcess>%aditoprj%/entity/Competition_entity/entityfields/object_rowid/linkedContextProcess.js</linkedContextProcess> + <valueProcess>%aditoprj%/entity/Competition_entity/entityfields/object_rowid/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Competition_entity/entityfields/object_rowid/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>STATUS</name> + <title>State</title> + <consumer>KeywordStates</consumer> + <mandatory v="true" /> + <displayValueProcess>%aditoprj%/entity/Competition_entity/entityfields/status/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>CONTACT_ID</name> + <title>Company</title> + <consumer>Organisations</consumer> + <linkedContext>Organisation</linkedContext> + <mandatory v="true" /> + </entityField> + <entityField> + <name>ORGANISATION_NAME</name> + <state>READONLY</state> + <onValueChangeTypes> + <element>MASK</element> + <element>PROCESS</element> + <element>PROCESS_SETVALUE</element> + </onValueChangeTypes> + </entityField> + <entityField> + <name>ORG_ORGID</name> + <state>AUTO</state> + </entityField> + <entityConsumer> + <name>Organisation</name> + <dependency> + <name>dependency</name> + <entityName>Organisation_entity</entityName> + <fieldName>WithPersonIdFilter</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Organisations</name> + <dependency> + <name>dependency</name> + <entityName>Organisation_entity</entityName> + <fieldName>WithAttribute</fieldName> + </dependency> + <children> + <entityParameter> + <name>AttributeId_param</name> + <valueProcess>%aditoprj%/entity/Competition_entity/entityfields/organisations/children/attributeid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>AttributeKeyId_param</name> + <valueProcess>%aditoprj%/entity/Competition_entity/entityfields/organisations/children/attributekeyid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ExcludedContactIds_param</name> + <valueProcess>%aditoprj%/entity/Competition_entity/entityfields/organisations/children/excludedcontactids_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>OrganisationType_param</name> + <title></title> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordWonLost</name> + <selectionMode>MULTI</selectionMode> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Competition_entity/entityfields/keywordwonlost/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>PHASE</name> + <title>Phase</title> + <consumer>KeywordPhases</consumer> + <displayValueProcess>%aditoprj%/entity/Competition_entity/entityfields/phase/displayValueProcess.js</displayValueProcess> + </entityField> + <entityConsumer> + <name>KeywordPricePolitics</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Competition_entity/entityfields/keywordpricepolitics/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordWeaknesses</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Competition_entity/entityfields/keywordweaknesses/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordStrenghts</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Competition_entity/entityfields/keywordstrenghts/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordPhases</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Competition_entity/entityfields/keywordphases/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordStates</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Competition_entity/entityfields/keywordstates/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Attributes</name> + <state>DISABLED</state> + <dependency> + <name>dependency</name> + <entityName>AttributeRelation_entity</entityName> + <fieldName>AttributeRelations</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Competition_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Competition_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>DisplaySimpleName_param</name> + <valueProcess>%aditoprj%/entity/Competition_entity/entityfields/attributes/children/displaysimplename_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>FilteredAttributes_param</name> + <valueProcess>%aditoprj%/entity/Competition_entity/entityfields/attributes/children/filteredattributes_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>IMAGE</name> + <contentType>IMAGE</contentType> + <valueProcess>%aditoprj%/entity/Competition_entity/entityfields/image/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>OBJECT_TYPE</name> + <consumer>Contexts</consumer> + <valueProcess>%aditoprj%/entity/Competition_entity/entityfields/object_type/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Competition_entity/entityfields/object_type/displayValueProcess.js</displayValueProcess> + </entityField> + <entityParameter> + <name>ObjectRowId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>Contexts</name> + <dependency> + <name>dependency</name> + <entityName>Context_entity</entityName> + <fieldName>Context</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>Objects</name> + <dependency> + <name>dependency</name> + <entityName>Object_entity</entityName> + <fieldName>AllObjects</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Competition_entity/entityfields/objects/children/objecttype_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityProvider> + <name>Links</name> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>be977304-6623-42eb-a8bd-80ef43831204</name> + <entityName>Salesproject_entity</entityName> + <fieldName>Competitions</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ObjectRowId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityProvider> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <fromClauseProcess>%aditoprj%/entity/Competition_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> + <conditionProcess>%aditoprj%/entity/Competition_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <linkInformation> + <linkInformation> + <name>f9598278-9933-4976-85be-5db9c213bf6f</name> + <tableName>COMPETITION</tableName> + <primaryKey>COMPETITIONID</primaryKey> + <isUIDTable v="false" /> + <readonly v="false" /> + </linkInformation> + <linkInformation> + <name>d82df2c1-f8e7-4b78-b9d6-905ca653061c</name> + <tableName>ORGANISATION</tableName> + <primaryKey>ORGANISATIONID</primaryKey> + <isUIDTable v="false" /> + <readonly v="true" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>DATE_CANCELLED.value</name> + <recordfield>COMPETITION.DATE_CANCELLED</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>INFO.value</name> + <recordfield>COMPETITION.INFO</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ORGANISATION_NAME.value</name> + <recordfield>ORGANISATION.NAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ORG_ORGID.value</name> + <recordfield>ORGANISATION.ORGANISATIONID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>REASON.value</name> + <recordfield>COMPETITION.REASON</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACT_ID.value</name> + <recordfield>COMPETITION.CONTACT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STATUS.value</name> + <recordfield>COMPETITION.STATUS</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACT_ID.displayValue</name> + <recordfield>ORGANISATION.NAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>REASON.displayValue</name> + <expression>%aditoprj%/entity/Competition_entity/recordcontainers/db/recordfieldmappings/reason.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PHASE.displayValue</name> + <expression>%aditoprj%/entity/Competition_entity/recordcontainers/db/recordfieldmappings/phase.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STATUS.displayValue</name> + <expression>%aditoprj%/entity/Competition_entity/recordcontainers/db/recordfieldmappings/status.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OBJECT_ROWID.value</name> + <recordfield>COMPETITION.OBJECT_ROWID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OBJECT_TYPE.value</name> + <recordfield>COMPETITION.OBJECT_TYPE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PHASE.value</name> + <recordfield>COMPETITION.PHASE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OBJECT_ROWID.displayValue</name> + <expression>%aditoprj%/entity/Competition_entity/recordcontainers/db/recordfieldmappings/object_rowid.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>COMPETITIONID.value</name> + <recordfield>COMPETITION.COMPETITIONID</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/SalesprojectMember_entity/conditionProcess.js b/entity/Competition_entity/conditionProcess.js similarity index 70% rename from entity/SalesprojectMember_entity/conditionProcess.js rename to entity/Competition_entity/conditionProcess.js index bfd5554266b3eafe24dfbfcaba9c62957b4b6edb..06351bcd091229f24464069f37205e1f35a7c5ee 100644 --- a/entity/SalesprojectMember_entity/conditionProcess.js +++ b/entity/Competition_entity/conditionProcess.js @@ -3,7 +3,7 @@ import("system.result"); import("Sql_lib"); var cond = new SqlCondition(); -cond.andPrepareVars("SALESPROJECT_MEMBER.SALESPROJECT_ID", "$param.SalesprojectId_param"); +cond.andPrepareVars("COMPETITION.OBJECT_ROWID", "$param.ObjectRowId_param"); //TODO: use a preparedCondition when available #1030812 #1034026 result.string(db.translateCondition(cond.build("1 = 1"))); \ No newline at end of file diff --git a/entity/SalesprojectCompetition_entity/entityfields/attributes/children/displaysimplename_param/valueProcess.js b/entity/Competition_entity/entityfields/attributes/children/displaysimplename_param/valueProcess.js similarity index 97% rename from entity/SalesprojectCompetition_entity/entityfields/attributes/children/displaysimplename_param/valueProcess.js rename to entity/Competition_entity/entityfields/attributes/children/displaysimplename_param/valueProcess.js index ed5935fc124e63ff268a7e65d5efceab70ac456e..cda204045d2aba9ae974e0ce2200ba0cc6c852c0 100644 --- a/entity/SalesprojectCompetition_entity/entityfields/attributes/children/displaysimplename_param/valueProcess.js +++ b/entity/Competition_entity/entityfields/attributes/children/displaysimplename_param/valueProcess.js @@ -1,2 +1,2 @@ -import("system.result"); +import("system.result"); result.string(true); \ No newline at end of file diff --git a/entity/Competition_entity/entityfields/attributes/children/filteredattributes_param/valueProcess.js b/entity/Competition_entity/entityfields/attributes/children/filteredattributes_param/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..4c3c4db34af5e5049ddd9303f9fb7d53a835809b --- /dev/null +++ b/entity/Competition_entity/entityfields/attributes/children/filteredattributes_param/valueProcess.js @@ -0,0 +1,7 @@ +import("system.result"); + +result.object([ + '8af37871-d407-4414-98ad-e64dbaa5794a', // Price politics + '558419b2-6113-4060-b88d-cc6324754765', // Strength + '71226196-2812-4d70-b90f-c3e2c14fd4d1' // Weakness +]); \ No newline at end of file diff --git a/entity/SalesprojectCompetition_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js b/entity/Competition_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js similarity index 100% rename from entity/SalesprojectCompetition_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js rename to entity/Competition_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js diff --git a/entity/SalesprojectCompetition_entity/entityfields/attributes/children/objecttype_param/valueProcess.js b/entity/Competition_entity/entityfields/attributes/children/objecttype_param/valueProcess.js similarity index 100% rename from entity/SalesprojectCompetition_entity/entityfields/attributes/children/objecttype_param/valueProcess.js rename to entity/Competition_entity/entityfields/attributes/children/objecttype_param/valueProcess.js diff --git a/entity/SalesprojectCompetition_entity/entityfields/salesproject_competitionid/valueProcess.js b/entity/Competition_entity/entityfields/competitionid/valueProcess.js similarity index 100% rename from entity/SalesprojectCompetition_entity/entityfields/salesproject_competitionid/valueProcess.js rename to entity/Competition_entity/entityfields/competitionid/valueProcess.js diff --git a/entity/SalesprojectCompetition_entity/entityfields/date_edit/valueProcess.js b/entity/Competition_entity/entityfields/date_edit/valueProcess.js similarity index 100% rename from entity/SalesprojectCompetition_entity/entityfields/date_edit/valueProcess.js rename to entity/Competition_entity/entityfields/date_edit/valueProcess.js diff --git a/entity/SalesprojectCompetition_entity/entityfields/date_new/valueProcess.js b/entity/Competition_entity/entityfields/date_new/valueProcess.js similarity index 100% rename from entity/SalesprojectCompetition_entity/entityfields/date_new/valueProcess.js rename to entity/Competition_entity/entityfields/date_new/valueProcess.js diff --git a/entity/SalesprojectCompetition_entity/entityfields/image/valueProcess.js b/entity/Competition_entity/entityfields/image/valueProcess.js similarity index 100% rename from entity/SalesprojectCompetition_entity/entityfields/image/valueProcess.js rename to entity/Competition_entity/entityfields/image/valueProcess.js diff --git a/entity/SalesprojectCompetition_entity/entityfields/keywordphase/children/containername_param/valueProcess.js b/entity/Competition_entity/entityfields/keywordphase/children/containername_param/valueProcess.js similarity index 100% rename from entity/SalesprojectCompetition_entity/entityfields/keywordphase/children/containername_param/valueProcess.js rename to entity/Competition_entity/entityfields/keywordphase/children/containername_param/valueProcess.js diff --git a/entity/SalesprojectCompetition_entity/entityfields/keywordphases/children/containername_param/valueProcess.js b/entity/Competition_entity/entityfields/keywordphases/children/containername_param/valueProcess.js similarity index 100% rename from entity/SalesprojectCompetition_entity/entityfields/keywordphases/children/containername_param/valueProcess.js rename to entity/Competition_entity/entityfields/keywordphases/children/containername_param/valueProcess.js diff --git a/entity/SalesprojectCompetition_entity/entityfields/keywordprice_politics/children/containername_param/valueProcess.js b/entity/Competition_entity/entityfields/keywordprice_politics/children/containername_param/valueProcess.js similarity index 100% rename from entity/SalesprojectCompetition_entity/entityfields/keywordprice_politics/children/containername_param/valueProcess.js rename to entity/Competition_entity/entityfields/keywordprice_politics/children/containername_param/valueProcess.js diff --git a/entity/SalesprojectCompetition_entity/entityfields/keywordpricepolitics/children/containername_param/valueProcess.js b/entity/Competition_entity/entityfields/keywordpricepolitics/children/containername_param/valueProcess.js similarity index 100% rename from entity/SalesprojectCompetition_entity/entityfields/keywordpricepolitics/children/containername_param/valueProcess.js rename to entity/Competition_entity/entityfields/keywordpricepolitics/children/containername_param/valueProcess.js diff --git a/entity/SalesprojectMember_entity/entityfields/keywordmemberroles/children/containername_param/valueProcess.js b/entity/Competition_entity/entityfields/keywordstate/children/containername_param/valueProcess.js similarity index 58% rename from entity/SalesprojectMember_entity/entityfields/keywordmemberroles/children/containername_param/valueProcess.js rename to entity/Competition_entity/entityfields/keywordstate/children/containername_param/valueProcess.js index 038f4a4295e2517b9326f918abfcd73b80ef03f5..1f1bf71aaf2db72c68e3191375bc308b1425a82c 100644 --- a/entity/SalesprojectMember_entity/entityfields/keywordmemberroles/children/containername_param/valueProcess.js +++ b/entity/Competition_entity/entityfields/keywordstate/children/containername_param/valueProcess.js @@ -2,4 +2,4 @@ import("system.result"); import("Keyword_lib"); import("KeywordRegistry_basic"); -result.string($KeywordRegistry.salesprojectMemberRole()); +result.string($KeywordRegistry.CompetitionState()); \ No newline at end of file diff --git a/entity/SalesprojectCompetition_entity/entityfields/keywordstate/children/containername_param/valueProcess.js b/entity/Competition_entity/entityfields/keywordstates/children/containername_param/valueProcess.js similarity index 56% rename from entity/SalesprojectCompetition_entity/entityfields/keywordstate/children/containername_param/valueProcess.js rename to entity/Competition_entity/entityfields/keywordstates/children/containername_param/valueProcess.js index 542db3e9e7ca6cd30cc2d00f8144e106e0dca2c3..520831dd08dc4cfdc01ad2894afebbc10ae421bd 100644 --- a/entity/SalesprojectCompetition_entity/entityfields/keywordstate/children/containername_param/valueProcess.js +++ b/entity/Competition_entity/entityfields/keywordstates/children/containername_param/valueProcess.js @@ -2,4 +2,4 @@ import("system.result"); import("Keyword_lib"); import("KeywordRegistry_basic"); -result.string($KeywordRegistry.salesprojectCompetitionState()); \ No newline at end of file +result.string($KeywordRegistry.CompetitionState()); diff --git a/entity/SalesprojectCompetition_entity/entityfields/keywordstrenght/children/containername_param/valueProcess.js b/entity/Competition_entity/entityfields/keywordstrenght/children/containername_param/valueProcess.js similarity index 100% rename from entity/SalesprojectCompetition_entity/entityfields/keywordstrenght/children/containername_param/valueProcess.js rename to entity/Competition_entity/entityfields/keywordstrenght/children/containername_param/valueProcess.js diff --git a/entity/SalesprojectCompetition_entity/entityfields/keywordstrenghts/children/containername_param/valueProcess.js b/entity/Competition_entity/entityfields/keywordstrenghts/children/containername_param/valueProcess.js similarity index 100% rename from entity/SalesprojectCompetition_entity/entityfields/keywordstrenghts/children/containername_param/valueProcess.js rename to entity/Competition_entity/entityfields/keywordstrenghts/children/containername_param/valueProcess.js diff --git a/entity/SalesprojectCompetition_entity/entityfields/keywordweakness/children/containername_param/valueProcess.js b/entity/Competition_entity/entityfields/keywordweakness/children/containername_param/valueProcess.js similarity index 100% rename from entity/SalesprojectCompetition_entity/entityfields/keywordweakness/children/containername_param/valueProcess.js rename to entity/Competition_entity/entityfields/keywordweakness/children/containername_param/valueProcess.js diff --git a/entity/SalesprojectCompetition_entity/entityfields/keywordweaknesses/children/containername_param/valueProcess.js b/entity/Competition_entity/entityfields/keywordweaknesses/children/containername_param/valueProcess.js similarity index 100% rename from entity/SalesprojectCompetition_entity/entityfields/keywordweaknesses/children/containername_param/valueProcess.js rename to entity/Competition_entity/entityfields/keywordweaknesses/children/containername_param/valueProcess.js diff --git a/entity/SalesprojectCompetition_entity/entityfields/keywordwonlost/children/containername_param/documentation.adoc b/entity/Competition_entity/entityfields/keywordwonlost/children/containername_param/documentation.adoc similarity index 100% rename from entity/SalesprojectCompetition_entity/entityfields/keywordwonlost/children/containername_param/documentation.adoc rename to entity/Competition_entity/entityfields/keywordwonlost/children/containername_param/documentation.adoc diff --git a/entity/SalesprojectCompetition_entity/entityfields/keywordwonlost/children/containername_param/valueProcess.js b/entity/Competition_entity/entityfields/keywordwonlost/children/containername_param/valueProcess.js similarity index 100% rename from entity/SalesprojectCompetition_entity/entityfields/keywordwonlost/children/containername_param/valueProcess.js rename to entity/Competition_entity/entityfields/keywordwonlost/children/containername_param/valueProcess.js diff --git a/entity/Competition_entity/entityfields/object_rowid/displayValueProcess.js b/entity/Competition_entity/entityfields/object_rowid/displayValueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..8b080bceea92c146a676b0f33cc7cb87d4e86b9d --- /dev/null +++ b/entity/Competition_entity/entityfields/object_rowid/displayValueProcess.js @@ -0,0 +1,11 @@ +import("system.neon"); +import("system.vars"); +import("system.db"); +import("system.result"); +import("Context_lib"); + +if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && !vars.get("$field.OBJECT_ROWID")) { + result.string(""); +} else if (vars.exists("$field.OBJECT_TYPE") && vars.get("$field.OBJECT_TYPE")) { + result.string(db.cell(ContextUtils.getNameSql(vars.get("$field.OBJECT_TYPE"), vars.get("$field.OBJECT_ROWID")))); +} \ No newline at end of file diff --git a/entity/Competition_entity/entityfields/object_rowid/linkedContextProcess.js b/entity/Competition_entity/entityfields/object_rowid/linkedContextProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..d868fe097f20bc5d880af358b27fdea7a2c86063 --- /dev/null +++ b/entity/Competition_entity/entityfields/object_rowid/linkedContextProcess.js @@ -0,0 +1,5 @@ +import("system.vars"); +import("system.result"); +import("Context_lib"); + +result.string(ContextUtils.getContextName(vars.get("$field.OBJECT_TYPE"))) \ No newline at end of file diff --git a/entity/Competition_entity/entityfields/object_rowid/valueProcess.js b/entity/Competition_entity/entityfields/object_rowid/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..09d845d6f59f097036ad418f74975808ec568bb6 --- /dev/null +++ b/entity/Competition_entity/entityfields/object_rowid/valueProcess.js @@ -0,0 +1,5 @@ +import("system.vars"); +import("system.result"); + +if(vars.exists("$param.ObjectRowId_param") && vars.get("$param.ObjectRowId_param")) + result.string(vars.get("$param.ObjectRowId_param")); \ No newline at end of file diff --git a/entity/Competition_entity/entityfields/object_type/displayValueProcess.js b/entity/Competition_entity/entityfields/object_type/displayValueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..2965221e0b08ec642696f69eb7ed11d3ceb692cd --- /dev/null +++ b/entity/Competition_entity/entityfields/object_type/displayValueProcess.js @@ -0,0 +1,10 @@ +import("system.result"); +import("system.neon"); +import("system.vars"); +import("system.project"); + +if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && !vars.get("$field.OBJECT_TYPE")) { + result.string(""); +} else if (vars.exists("$field.OBJECT_TYPE") && vars.get("$field.OBJECT_TYPE")) { + result.string(project.getDataModel(project.DATAMODEL_KIND_CONTEXT, vars.get("$field.OBJECT_TYPE"))[1]); +} \ No newline at end of file diff --git a/entity/Competition_entity/entityfields/object_type/valueProcess.js b/entity/Competition_entity/entityfields/object_type/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..61217a860a68a18029aaea234356d5bd53065727 --- /dev/null +++ b/entity/Competition_entity/entityfields/object_type/valueProcess.js @@ -0,0 +1,5 @@ +import("system.vars"); +import("system.result"); + +if(vars.exists("$param.ObjectType_param") && vars.get("$param.ObjectType_param")) + result.string(vars.get("$param.ObjectType_param")); \ No newline at end of file diff --git a/entity/Competition_entity/entityfields/objects/children/objecttype_param/valueProcess.js b/entity/Competition_entity/entityfields/objects/children/objecttype_param/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..b1bb16711d793d92bca8f72231ad9c0f745c064d --- /dev/null +++ b/entity/Competition_entity/entityfields/objects/children/objecttype_param/valueProcess.js @@ -0,0 +1,4 @@ +import("system.result"); +import("system.vars"); + +result.string(vars.get("$field.OBJECT_TYPE")); \ No newline at end of file diff --git a/entity/Competition_entity/entityfields/organisations/children/attributeid_param/valueProcess.js b/entity/Competition_entity/entityfields/organisations/children/attributeid_param/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..bd3a5ec911059c8c9d275a5a4719a4e7513186ee --- /dev/null +++ b/entity/Competition_entity/entityfields/organisations/children/attributeid_param/valueProcess.js @@ -0,0 +1,5 @@ +import("AttributeRegistry_basic"); +import("system.result"); + +// Target Group (Zielgruppe) +result.string($AttributeRegistry.targetGroup()); \ No newline at end of file diff --git a/entity/Competition_entity/entityfields/organisations/children/attributekeyid_param/valueProcess.js b/entity/Competition_entity/entityfields/organisations/children/attributekeyid_param/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..38eab4999db6394a013ac8116ec215d75c678806 --- /dev/null +++ b/entity/Competition_entity/entityfields/organisations/children/attributekeyid_param/valueProcess.js @@ -0,0 +1,5 @@ +import("AttributeRegistry_basic"); +import("system.result"); + +// Competitor +result.string($AttributeRegistry.targetGroup$competitior()); \ No newline at end of file diff --git a/entity/Competition_entity/entityfields/organisations/children/excludedcontactids_param/valueProcess.js b/entity/Competition_entity/entityfields/organisations/children/excludedcontactids_param/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..440d1dc3e611f86acd3a0720a9937ffec4d18675 --- /dev/null +++ b/entity/Competition_entity/entityfields/organisations/children/excludedcontactids_param/valueProcess.js @@ -0,0 +1,9 @@ +import("system.result"); +import("system.vars"); +import("system.db"); +import("Sql_lib"); + +result.object(db.array(db.COLUMN, SqlCondition.begin() + .andPrepare("COMPETITION.OBJECT_TYPE", vars.get("$field.OBJECT_TYPE")) + .andPrepare("COMPETITION.OBJECT_ROWID", vars.get("$field.OBJECT_ROWID")) + .buildSql("select CONTACT_ID from COMPETITION", "1=2"))); \ No newline at end of file diff --git a/entity/SalesprojectCompetition_entity/entityfields/organisations/children/organisationtype_param/valueProcess.js b/entity/Competition_entity/entityfields/organisations/children/organisationtype_param/valueProcess.js similarity index 97% rename from entity/SalesprojectCompetition_entity/entityfields/organisations/children/organisationtype_param/valueProcess.js rename to entity/Competition_entity/entityfields/organisations/children/organisationtype_param/valueProcess.js index 47b950fc1ae42270522a57fb9feab4355ec2f8e6..407c679050ac9ed59599f80b339bf2c64b9e1fb2 100644 --- a/entity/SalesprojectCompetition_entity/entityfields/organisations/children/organisationtype_param/valueProcess.js +++ b/entity/Competition_entity/entityfields/organisations/children/organisationtype_param/valueProcess.js @@ -1,4 +1,4 @@ -import("system.result"); -import("KeywordRegistry_basic"); - +import("system.result"); +import("KeywordRegistry_basic"); + result.string($KeywordRegistry.organisationType$competitor()); \ No newline at end of file diff --git a/entity/SalesprojectCompetition_entity/entityfields/phase/displayValueProcess.js b/entity/Competition_entity/entityfields/phase/displayValueProcess.js similarity index 97% rename from entity/SalesprojectCompetition_entity/entityfields/phase/displayValueProcess.js rename to entity/Competition_entity/entityfields/phase/displayValueProcess.js index dda454b255debb87bb53efee72c90198cc1bb97e..55842533e0deab8914134336146ba8c1c722bf56 100644 --- a/entity/SalesprojectCompetition_entity/entityfields/phase/displayValueProcess.js +++ b/entity/Competition_entity/entityfields/phase/displayValueProcess.js @@ -1,6 +1,6 @@ -import("system.result"); -import("system.vars"); -import("Keyword_lib"); -import("KeywordRegistry_basic"); - -result.string(KeywordUtils.getViewValue($KeywordRegistry.salesprojectPhase(), vars.get("$field.PHASE"))); +import("system.result"); +import("system.vars"); +import("Keyword_lib"); +import("KeywordRegistry_basic"); + +result.string(KeywordUtils.getViewValue($KeywordRegistry.salesprojectPhase(), vars.get("$field.PHASE"))); diff --git a/entity/SalesprojectCompetition_entity/entityfields/reason/displayValueProcess.js b/entity/Competition_entity/entityfields/reason/displayValueProcess.js similarity index 100% rename from entity/SalesprojectCompetition_entity/entityfields/reason/displayValueProcess.js rename to entity/Competition_entity/entityfields/reason/displayValueProcess.js diff --git a/entity/SalesprojectCompetition_entity/entityfields/status/displayValueProcess.js b/entity/Competition_entity/entityfields/status/displayValueProcess.js similarity index 97% rename from entity/SalesprojectCompetition_entity/entityfields/status/displayValueProcess.js rename to entity/Competition_entity/entityfields/status/displayValueProcess.js index 9dd81c4237d60af093509d8e53ab69cd12dc7fc2..fbea558b6977bded361339b3e117dca75fc0a52e 100644 --- a/entity/SalesprojectCompetition_entity/entityfields/status/displayValueProcess.js +++ b/entity/Competition_entity/entityfields/status/displayValueProcess.js @@ -1,6 +1,6 @@ -import("system.result"); -import("system.vars"); -import("Keyword_lib"); -import("KeywordRegistry_basic"); - -result.string(KeywordUtils.getViewValue($KeywordRegistry.salesprojectState(), vars.get("$field.STATUS"))); +import("system.result"); +import("system.vars"); +import("Keyword_lib"); +import("KeywordRegistry_basic"); + +result.string(KeywordUtils.getViewValue($KeywordRegistry.salesprojectState(), vars.get("$field.STATUS"))); diff --git a/entity/SalesprojectCompetition_entity/entityfields/user_edit/valueProcess.js b/entity/Competition_entity/entityfields/user_edit/valueProcess.js similarity index 100% rename from entity/SalesprojectCompetition_entity/entityfields/user_edit/valueProcess.js rename to entity/Competition_entity/entityfields/user_edit/valueProcess.js diff --git a/entity/SalesprojectCompetition_entity/entityfields/user_new/valueProcess.js b/entity/Competition_entity/entityfields/user_new/valueProcess.js similarity index 100% rename from entity/SalesprojectCompetition_entity/entityfields/user_new/valueProcess.js rename to entity/Competition_entity/entityfields/user_new/valueProcess.js diff --git a/entity/SalesprojectCompetition_entity/fromClauseProcess.js b/entity/Competition_entity/fromClauseProcess.js similarity index 50% rename from entity/SalesprojectCompetition_entity/fromClauseProcess.js rename to entity/Competition_entity/fromClauseProcess.js index 5fa89155c0c694bb2ae1ccc1f14c5188e094885b..93e25f58bf5e95ba49314fa1cd20000066dac054 100644 --- a/entity/SalesprojectCompetition_entity/fromClauseProcess.js +++ b/entity/Competition_entity/fromClauseProcess.js @@ -1,4 +1,4 @@ import("system.result"); -result.string("SALESPROJECT_COMPETITION left join CONTACT on (CONTACT.CONTACTID = SALESPROJECT_COMPETITION.CONTACT_ID) " +result.string("COMPETITION left join CONTACT on (CONTACT.CONTACTID = COMPETITION.CONTACT_ID) " + "left join ORGANISATION on (ORGANISATION.ORGANISATIONID = CONTACT.ORGANISATION_ID)"); \ No newline at end of file diff --git a/entity/Competition_entity/recordcontainers/db/conditionProcess.js b/entity/Competition_entity/recordcontainers/db/conditionProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..36a6c0309824b2784d53f43c171dd189b2ef7f5b --- /dev/null +++ b/entity/Competition_entity/recordcontainers/db/conditionProcess.js @@ -0,0 +1,11 @@ +import("system.db"); +import("system.result"); +import("Sql_lib"); + +var cond = new SqlCondition(); +cond.andPrepareVars("COMPETITION.OBJECT_ROWID", "$param.ObjectRowId_param"), +cond.andPrepareVars("COMPETITION.OBJECT_TYPE", "$param.ObjectType_param"); + +//TODO: use a preparedCondition when available #1030812 #1034026 + +result.string(db.translateCondition(cond.build("1 = 1"))); diff --git a/entity/SalesprojectCompetition_entity/recordcontainers/db/fromClauseProcess.js b/entity/Competition_entity/recordcontainers/db/fromClauseProcess.js similarity index 50% rename from entity/SalesprojectCompetition_entity/recordcontainers/db/fromClauseProcess.js rename to entity/Competition_entity/recordcontainers/db/fromClauseProcess.js index 24a551280c717e489950414ef81eee16c3f3217d..0384058046ec3037b95e40f9517af1f0949550e8 100644 --- a/entity/SalesprojectCompetition_entity/recordcontainers/db/fromClauseProcess.js +++ b/entity/Competition_entity/recordcontainers/db/fromClauseProcess.js @@ -1,4 +1,4 @@ import("system.result"); -result.string("SALESPROJECT_COMPETITION " - + "left join ORGANISATION on (ORGANISATION.ORGANISATIONID = SALESPROJECT_COMPETITION.CONTACT_ID)"); \ No newline at end of file +result.string("COMPETITION " + + "left join ORGANISATION on (ORGANISATION.ORGANISATIONID = COMPETITION.CONTACT_ID)"); \ No newline at end of file diff --git a/entity/Competition_entity/recordcontainers/db/recordfieldmappings/object_rowid.displayvalue/expression.js b/entity/Competition_entity/recordcontainers/db/recordfieldmappings/object_rowid.displayvalue/expression.js new file mode 100644 index 0000000000000000000000000000000000000000..33554680cccd2c3d363443686457c41e0c1c5729 --- /dev/null +++ b/entity/Competition_entity/recordcontainers/db/recordfieldmappings/object_rowid.displayvalue/expression.js @@ -0,0 +1,4 @@ +import("system.result"); +import("Context_lib"); + +result.string(ContextUtils.getNameSubselectSql("OBJECT_TYPE", "OBJECT_ROWID")) \ No newline at end of file diff --git a/entity/SalesprojectCompetition_entity/recordcontainers/db/recordfieldmappings/phase.displayvalue/expression.js b/entity/Competition_entity/recordcontainers/db/recordfieldmappings/phase.displayvalue/expression.js similarity index 74% rename from entity/SalesprojectCompetition_entity/recordcontainers/db/recordfieldmappings/phase.displayvalue/expression.js rename to entity/Competition_entity/recordcontainers/db/recordfieldmappings/phase.displayvalue/expression.js index 37acff54f1f087b8466c73fd57cc063cb586b587..3894a404e41bb4b2304ef617278b28990508bbcc 100644 --- a/entity/SalesprojectCompetition_entity/recordcontainers/db/recordfieldmappings/phase.displayvalue/expression.js +++ b/entity/Competition_entity/recordcontainers/db/recordfieldmappings/phase.displayvalue/expression.js @@ -2,5 +2,5 @@ import("system.result"); import("Keyword_lib"); import("KeywordRegistry_basic"); -var sql = KeywordUtils.getResolvedTitleSqlPart($KeywordRegistry.salesprojectPhase(), "SALESPROJECT_COMPETITION.PHASE"); +var sql = KeywordUtils.getResolvedTitleSqlPart($KeywordRegistry.salesprojectPhase(), "COMPETITION.PHASE"); result.string(sql); \ No newline at end of file diff --git a/entity/SalesprojectForecast_entity/recordcontainers/db/recordfieldmappings/groupcode.displayvalue/expression.js b/entity/Competition_entity/recordcontainers/db/recordfieldmappings/reason.displayvalue/expression.js similarity index 74% rename from entity/SalesprojectForecast_entity/recordcontainers/db/recordfieldmappings/groupcode.displayvalue/expression.js rename to entity/Competition_entity/recordcontainers/db/recordfieldmappings/reason.displayvalue/expression.js index a2590bfa96fa9edd3731fa755fea15389de5dfac..bcd63431cb33c5f998e787ae57b30663efc9a37f 100644 --- a/entity/SalesprojectForecast_entity/recordcontainers/db/recordfieldmappings/groupcode.displayvalue/expression.js +++ b/entity/Competition_entity/recordcontainers/db/recordfieldmappings/reason.displayvalue/expression.js @@ -2,5 +2,5 @@ import("system.result"); import("Keyword_lib"); import("KeywordRegistry_basic"); -var sql = KeywordUtils.getResolvedTitleSqlPart($KeywordRegistry.productGroupcode(), "SALESPROJECT_FORECAST.GROUPCODE"); +var sql = KeywordUtils.getResolvedTitleSqlPart($KeywordRegistry.salesprojectWonLost(), "COMPETITION.REASON"); result.string(sql); diff --git a/entity/SalesprojectCompetition_entity/recordcontainers/db/recordfieldmappings/reason.displayvalue/expression.js b/entity/Competition_entity/recordcontainers/db/recordfieldmappings/status.displayvalue/expression.js similarity index 73% rename from entity/SalesprojectCompetition_entity/recordcontainers/db/recordfieldmappings/reason.displayvalue/expression.js rename to entity/Competition_entity/recordcontainers/db/recordfieldmappings/status.displayvalue/expression.js index 588db217f864d270398ee0f75c43b0acc6d78b80..9f640f09b3b4b2a0940f32b14300ab86a3b73b32 100644 --- a/entity/SalesprojectCompetition_entity/recordcontainers/db/recordfieldmappings/reason.displayvalue/expression.js +++ b/entity/Competition_entity/recordcontainers/db/recordfieldmappings/status.displayvalue/expression.js @@ -2,5 +2,5 @@ import("system.result"); import("Keyword_lib"); import("KeywordRegistry_basic"); -var sql = KeywordUtils.getResolvedTitleSqlPart($KeywordRegistry.salesprojectWonLost(), "SALESPROJECT_COMPETITION.REASON"); +var sql = KeywordUtils.getResolvedTitleSqlPart($KeywordRegistry.CompetitionState(), "COMPETITION.STATUS"); result.string(sql); diff --git a/entity/Contact_entity/Contact_entity.aod b/entity/Contact_entity/Contact_entity.aod index 7d99d538ff0b2e46afd27c6943d8d9b8d5d1da6f..c88cd972e0bc93b2bfe5d1b122dbe78f27c2ab1c 100644 --- a/entity/Contact_entity/Contact_entity.aod +++ b/entity/Contact_entity/Contact_entity.aod @@ -1,299 +1,299 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Contact_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/Contact_entity/documentation.adoc</documentation> - <title>Contact</title> - <onValidation>%aditoprj%/entity/Contact_entity/onValidation.js</onValidation> - <iconId>VAADIN:USERS</iconId> - <titlePlural>Contacts</titlePlural> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - <dependencies> - <entityDependency> - <name>ccbf2270-c30c-458e-8a99-bf0cdcc89689</name> - <entityName>Object_entity</entityName> - <fieldName>Persons</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - <entityField> - <name>CONTACTID</name> - </entityField> - <entityField> - <name>ORGANISATION_ID</name> - <title>Company</title> - <consumer>Organisations</consumer> - <mandatory v="false" /> - <displayValueProcess>%aditoprj%/entity/Contact_entity/entityfields/organisation_id/displayValueProcess.js</displayValueProcess> - <onValidation>%aditoprj%/entity/Contact_entity/entityfields/organisation_id/onValidation.js</onValidation> - </entityField> - <entityField> - <name>PERSON_ID</name> - <title>Contact</title> - <mandatory v="true" /> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/person_id/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DEPARTMENT</name> - <title>Department</title> - <dropDownProcess>%aditoprj%/entity/Contact_entity/entityfields/department/dropDownProcess.js</dropDownProcess> - <textInputAllowed v="true" /> - </entityField> - <entityField> - <name>POSITION</name> - <title>Position</title> - <dropDownProcess>%aditoprj%/entity/Contact_entity/entityfields/position/dropDownProcess.js</dropDownProcess> - <textInputAllowed v="true" /> - </entityField> - <entityField> - <name>CONTACTROLE</name> - <title>Contactrole</title> - <dropDownProcess>%aditoprj%/entity/Contact_entity/entityfields/contactrole/dropDownProcess.js</dropDownProcess> - <textInputAllowed v="true" /> - </entityField> - <entityConsumer> - <name>Organisations</name> - <dependency> - <name>dependency</name> - <entityName>Organisation_entity</entityName> - <fieldName>WithPersonIdFilter</fieldName> - </dependency> - <children> - <entityParameter> - <name>ExcludeOrganisationsByPersonId</name> - <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/organisations/children/excludeorganisationsbypersonid/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityParameter> - <name>PersonId_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>PersonRelated</name> - <children> - <entityParameter> - <name>OwnContactId_param</name> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityField> - <name>ADDRESS_ID</name> - <title>standard address</title> - <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/address_id/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>PERSON_TITLE</name> - <title>Person</title> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/person_title/valueProcess.js</valueProcess> - </entityField> - <entityConsumer> - <name>Communications</name> - <dependency> - <name>dependency</name> - <entityName>Communication_entity</entityName> - <fieldName>AllCommunications</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/communications/children/contactid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>ContactAddresses</name> - <dependency> - <name>dependency</name> - <entityName>Address_entity</entityName> - <fieldName>ContactAddresses</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/contactaddresses/children/contactid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>LANGUAGE</name> - <title>Language</title> - <consumer>Languages</consumer> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/language/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Contact_entity/entityfields/language/displayValueProcess.js</displayValueProcess> - </entityField> - <entityConsumer> - <name>Languages</name> - <dependency> - <name>dependency</name> - <entityName>Language_entity</entityName> - <fieldName>ISO3Name</fieldName> - </dependency> - </entityConsumer> - <entityProvider> - <name>PersonsContactsExceptOwn</name> - <targetContextField>targetContext</targetContextField> - <targetIdField>CONTACTID</targetIdField> - <titlePlural>Other Contactroles</titlePlural> - <dependencies> - <entityDependency> - <name>34cc85f4-5555-4631-94fc-f3ad35b7ce7e</name> - <entityName>Person_entity</entityName> - <fieldName>OtherContacts</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>PersonId_param</name> - <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/personscontactsexceptown/children/personid_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>OwnContactId_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>targetContext</name> - <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/targetcontext/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>STATUS</name> - <title>Status</title> - <consumer>KeywordContactStates</consumer> - <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/status/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Contact_entity/entityfields/status/displayValueProcess.js</displayValueProcess> - </entityField> - <entityConsumer> - <name>KeywordContactStates</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/keywordcontactstates/children/containername_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityParameter> - <name>LanguageKey_param</name> - <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/languagekey_param/valueProcess.js</valueProcess> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>USER_NEW</name> - <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/user_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>USER_EDIT</name> - <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/user_edit/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_NEW</name> - <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/date_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_EDIT</name> - <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/date_edit/valueProcess.js</valueProcess> - </entityField> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <fromClauseProcess>%aditoprj%/entity/Contact_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> - <conditionProcess>%aditoprj%/entity/Contact_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <orderClauseProcess>%aditoprj%/entity/Contact_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> - <linkInformation> - <linkInformation> - <name>31dbd8d8-b10c-4621-ab45-b735216f078f</name> - <tableName>CONTACT</tableName> - <primaryKey>CONTACTID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - <linkInformation> - <name>31948bfb-2fe9-4345-a65c-14ad49ffbc0e</name> - <tableName>ORGANISATION</tableName> - <primaryKey>ORGANISATIONID</primaryKey> - <isUIDTable v="false" /> - <readonly v="true" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>CONTACTID.value</name> - <recordfield>CONTACT.CONTACTID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ORGANISATION_ID.value</name> - <recordfield>CONTACT.ORGANISATION_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PERSON_ID.value</name> - <recordfield>CONTACT.PERSON_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DEPARTMENT.value</name> - <recordfield>CONTACT.DEPARTMENT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>POSITION.value</name> - <recordfield>CONTACT.POSITION</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACTROLE.value</name> - <recordfield>CONTACT.CONTACTROLE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ADDRESS_ID.value</name> - <recordfield>CONTACT.ADDRESS_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>LANGUAGE.value</name> - <recordfield>CONTACT.LANGUAGE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STATUS.value</name> - <recordfield>CONTACT.STATUS</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_NEW.value</name> - <recordfield>CONTACT.USER_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_EDIT.value</name> - <recordfield>CONTACT.USER_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_NEW.value</name> - <recordfield>CONTACT.DATE_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_EDIT.value</name> - <recordfield>CONTACT.DATE_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ORGANISATION_ID.displayValue</name> - <recordfield>ORGANISATION.NAME</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Contact_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/Contact_entity/documentation.adoc</documentation> + <title>Contact</title> + <onValidation>%aditoprj%/entity/Contact_entity/onValidation.js</onValidation> + <iconId>VAADIN:USERS</iconId> + <titlePlural>Contacts</titlePlural> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + <dependencies> + <entityDependency> + <name>ccbf2270-c30c-458e-8a99-bf0cdcc89689</name> + <entityName>Object_entity</entityName> + <fieldName>Persons</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + <entityField> + <name>CONTACTID</name> + </entityField> + <entityField> + <name>ORGANISATION_ID</name> + <title>Company</title> + <consumer>Organisations</consumer> + <mandatory v="false" /> + <displayValueProcess>%aditoprj%/entity/Contact_entity/entityfields/organisation_id/displayValueProcess.js</displayValueProcess> + <onValidation>%aditoprj%/entity/Contact_entity/entityfields/organisation_id/onValidation.js</onValidation> + </entityField> + <entityField> + <name>PERSON_ID</name> + <title>Contact</title> + <mandatory v="true" /> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/person_id/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DEPARTMENT</name> + <title>Department</title> + <dropDownProcess>%aditoprj%/entity/Contact_entity/entityfields/department/dropDownProcess.js</dropDownProcess> + <textInputAllowed v="true" /> + </entityField> + <entityField> + <name>POSITION</name> + <title>Position</title> + <dropDownProcess>%aditoprj%/entity/Contact_entity/entityfields/position/dropDownProcess.js</dropDownProcess> + <textInputAllowed v="true" /> + </entityField> + <entityField> + <name>CONTACTROLE</name> + <title>Contactrole</title> + <dropDownProcess>%aditoprj%/entity/Contact_entity/entityfields/contactrole/dropDownProcess.js</dropDownProcess> + <textInputAllowed v="true" /> + </entityField> + <entityConsumer> + <name>Organisations</name> + <dependency> + <name>dependency</name> + <entityName>Organisation_entity</entityName> + <fieldName>WithPersonIdFilter</fieldName> + </dependency> + <children> + <entityParameter> + <name>ExcludeOrganisationsByPersonId</name> + <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/organisations/children/excludeorganisationsbypersonid/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityParameter> + <name>PersonId_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>PersonRelated</name> + <children> + <entityParameter> + <name>OwnContactId_param</name> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityField> + <name>ADDRESS_ID</name> + <title>standard address</title> + <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/address_id/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>PERSON_TITLE</name> + <title>Person</title> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/person_title/valueProcess.js</valueProcess> + </entityField> + <entityConsumer> + <name>Communications</name> + <dependency> + <name>dependency</name> + <entityName>Communication_entity</entityName> + <fieldName>AllCommunications</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContactId_param</name> + <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/communications/children/contactid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>ContactAddresses</name> + <dependency> + <name>dependency</name> + <entityName>Address_entity</entityName> + <fieldName>ContactAddresses</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContactId_param</name> + <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/contactaddresses/children/contactid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>LANGUAGE</name> + <title>Language</title> + <consumer>Languages</consumer> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/language/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Contact_entity/entityfields/language/displayValueProcess.js</displayValueProcess> + </entityField> + <entityConsumer> + <name>Languages</name> + <dependency> + <name>dependency</name> + <entityName>Language_entity</entityName> + <fieldName>ISO3Name</fieldName> + </dependency> + </entityConsumer> + <entityProvider> + <name>PersonsContactsExceptOwn</name> + <targetContextField>targetContext</targetContextField> + <targetIdField>CONTACTID</targetIdField> + <titlePlural>Other Contactroles</titlePlural> + <dependencies> + <entityDependency> + <name>34cc85f4-5555-4631-94fc-f3ad35b7ce7e</name> + <entityName>Person_entity</entityName> + <fieldName>OtherContacts</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>PersonId_param</name> + <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/personscontactsexceptown/children/personid_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>OwnContactId_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>targetContext</name> + <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/targetcontext/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>STATUS</name> + <title>Status</title> + <consumer>KeywordContactStates</consumer> + <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/status/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Contact_entity/entityfields/status/displayValueProcess.js</displayValueProcess> + </entityField> + <entityConsumer> + <name>KeywordContactStates</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/keywordcontactstates/children/containername_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityParameter> + <name>LanguageKey_param</name> + <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/languagekey_param/valueProcess.js</valueProcess> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>USER_NEW</name> + <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/user_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>USER_EDIT</name> + <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/user_edit/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_NEW</name> + <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/date_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_EDIT</name> + <valueProcess>%aditoprj%/entity/Contact_entity/entityfields/date_edit/valueProcess.js</valueProcess> + </entityField> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <fromClauseProcess>%aditoprj%/entity/Contact_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> + <conditionProcess>%aditoprj%/entity/Contact_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <orderClauseProcess>%aditoprj%/entity/Contact_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> + <linkInformation> + <linkInformation> + <name>31dbd8d8-b10c-4621-ab45-b735216f078f</name> + <tableName>CONTACT</tableName> + <primaryKey>CONTACTID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + <linkInformation> + <name>31948bfb-2fe9-4345-a65c-14ad49ffbc0e</name> + <tableName>ORGANISATION</tableName> + <primaryKey>ORGANISATIONID</primaryKey> + <isUIDTable v="false" /> + <readonly v="true" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>CONTACTID.value</name> + <recordfield>CONTACT.CONTACTID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ORGANISATION_ID.value</name> + <recordfield>CONTACT.ORGANISATION_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PERSON_ID.value</name> + <recordfield>CONTACT.PERSON_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DEPARTMENT.value</name> + <recordfield>CONTACT.DEPARTMENT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>POSITION.value</name> + <recordfield>CONTACT.POSITION</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACTROLE.value</name> + <recordfield>CONTACT.CONTACTROLE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ADDRESS_ID.value</name> + <recordfield>CONTACT.ADDRESS_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>LANGUAGE.value</name> + <recordfield>CONTACT.LANGUAGE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STATUS.value</name> + <recordfield>CONTACT.STATUS</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_NEW.value</name> + <recordfield>CONTACT.USER_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_EDIT.value</name> + <recordfield>CONTACT.USER_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_NEW.value</name> + <recordfield>CONTACT.DATE_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_EDIT.value</name> + <recordfield>CONTACT.DATE_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ORGANISATION_ID.displayValue</name> + <recordfield>ORGANISATION.NAME</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Context_entity/Context_entity.aod b/entity/Context_entity/Context_entity.aod index 0500eeaac603713c1df483690f4f35fd45981fa1..90c638545b2a19d9db5334f8aa75ace13ae5a865 100644 --- a/entity/Context_entity/Context_entity.aod +++ b/entity/Context_entity/Context_entity.aod @@ -1,116 +1,134 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Context_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/Context_entity/documentation.adoc</documentation> - <contentTitleProcess>%aditoprj%/entity/Context_entity/contentTitleProcess.js</contentTitleProcess> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - <recordContainer>jdito</recordContainer> - <dependencies> - <entityDependency> - <name>37559258-24f1-4c8c-b462-23ddf8de4e1e</name> - <entityName>AppointmentLink_entity</entityName> - <fieldName>Context</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>f1eebe8c-93d2-4977-b619-b6315f843f7a</name> - <entityName>AttributeUsage_entity</entityName> - <fieldName>Context</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - <entityField> - <name>UID</name> - <title>Context id</title> - </entityField> - <entityField> - <name>CONTEXT_NAME</name> - <title>Context name</title> - </entityField> - <entityProvider> - <name>Context</name> - <dependencies> - <entityDependency> - <name>dab09827-2eeb-403d-a070-ba805d2640ee</name> - <entityName>ObjectRelationType_entity</entityName> - <fieldName>Contexts</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ExclusiveContexts_param</name> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>ExclusiveContexts_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>ActivityLinkable</name> - <dependencies> - <entityDependency> - <name>de50f67e-5ed0-46aa-b007-8c086cf5fea5</name> - <entityName>ActivityLink_entity</entityName> - <fieldName>Context</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ExclusiveContexts_param</name> - <valueProcess>%aditoprj%/entity/Context_entity/entityfields/activitylinkable/children/exclusivecontexts_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityProvider> - <name>TaskLinkable</name> - <dependencies> - <entityDependency> - <name>ff8925da-b69a-46dd-8fe2-d6707da8808e</name> - <entityName>TaskLink_entity</entityName> - <fieldName>Contexts</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ExclusiveContexts_param</name> - <valueProcess>%aditoprj%/entity/Context_entity/entityfields/tasklinkable/children/exclusivecontexts_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>GetAllContexts_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>UseExclusives_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <contentProcess>%aditoprj%/entity/Context_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <recordFields> - <element>UID.value</element> - <element>UID.displayValue</element> - <element>CONTEXT_NAME.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Context_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/Context_entity/documentation.adoc</documentation> + <contentTitleProcess>%aditoprj%/entity/Context_entity/contentTitleProcess.js</contentTitleProcess> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + <recordContainer>jdito</recordContainer> + <dependencies> + <entityDependency> + <name>37559258-24f1-4c8c-b462-23ddf8de4e1e</name> + <entityName>AppointmentLink_entity</entityName> + <fieldName>Context</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>f1eebe8c-93d2-4977-b619-b6315f843f7a</name> + <entityName>AttributeUsage_entity</entityName> + <fieldName>Context</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + <entityField> + <name>UID</name> + <title>Context id</title> + </entityField> + <entityField> + <name>CONTEXT_NAME</name> + <title>Context name</title> + </entityField> + <entityProvider> + <name>Context</name> + <dependencies> + <entityDependency> + <name>dab09827-2eeb-403d-a070-ba805d2640ee</name> + <entityName>ObjectRelationType_entity</entityName> + <fieldName>Contexts</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>209539e0-15ad-47eb-9175-a3aaa5af13fc</name> + <entityName>Forecast_entity</entityName> + <fieldName>Contexts</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>8183e19e-c8cc-45d8-9763-417eaeffb940</name> + <entityName>Competition_entity</entityName> + <fieldName>Contexts</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>4543a0ae-7bd2-4c70-8eaf-d4f32e014173</name> + <entityName>Member_entity</entityName> + <fieldName>Contexts</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ExclusiveContexts_param</name> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>ExclusiveContexts_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>ActivityLinkable</name> + <dependencies> + <entityDependency> + <name>de50f67e-5ed0-46aa-b007-8c086cf5fea5</name> + <entityName>ActivityLink_entity</entityName> + <fieldName>Context</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ExclusiveContexts_param</name> + <valueProcess>%aditoprj%/entity/Context_entity/entityfields/activitylinkable/children/exclusivecontexts_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityProvider> + <name>TaskLinkable</name> + <dependencies> + <entityDependency> + <name>ff8925da-b69a-46dd-8fe2-d6707da8808e</name> + <entityName>TaskLink_entity</entityName> + <fieldName>Contexts</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ExclusiveContexts_param</name> + <valueProcess>%aditoprj%/entity/Context_entity/entityfields/tasklinkable/children/exclusivecontexts_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>GetAllContexts_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>UseExclusives_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <contentProcess>%aditoprj%/entity/Context_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <recordFields> + <element>UID.value</element> + <element>UID.displayValue</element> + <element>CONTEXT_NAME.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Context_entity/entityfields/activitylinkable/children/exclusivecontexts_param/valueProcess.js b/entity/Context_entity/entityfields/activitylinkable/children/exclusivecontexts_param/valueProcess.js index e48be1dbc1467adf67d6a78c7c0674fae7364eea..fce318dabae96ead6e4051776ccb55d98bebec1a 100644 --- a/entity/Context_entity/entityfields/activitylinkable/children/exclusivecontexts_param/valueProcess.js +++ b/entity/Context_entity/entityfields/activitylinkable/children/exclusivecontexts_param/valueProcess.js @@ -1,2 +1,2 @@ import("system.result"); -result.object(["Task", "Activity"]); \ No newline at end of file +result.object(["Task", "Activity", "Forecast", "Offer"]); \ No newline at end of file diff --git a/entity/Context_entity/entityfields/tasklinkable/children/exclusivecontexts_param/valueProcess.js b/entity/Context_entity/entityfields/tasklinkable/children/exclusivecontexts_param/valueProcess.js index e48be1dbc1467adf67d6a78c7c0674fae7364eea..32756d0f3a1de5f864c921cb32147ab10e5bd3cf 100644 --- a/entity/Context_entity/entityfields/tasklinkable/children/exclusivecontexts_param/valueProcess.js +++ b/entity/Context_entity/entityfields/tasklinkable/children/exclusivecontexts_param/valueProcess.js @@ -1,2 +1,2 @@ import("system.result"); -result.object(["Task", "Activity"]); \ No newline at end of file +result.object(["Task", "Activity", "Forecast"]); \ No newline at end of file diff --git a/entity/Contract_entity/Contract_entity.aod b/entity/Contract_entity/Contract_entity.aod index 69a2dfcc7733949eea274164a77d80906e583ace..05cf6e5f21e0b6c7826aa775719e4d1cbca7eb83 100644 --- a/entity/Contract_entity/Contract_entity.aod +++ b/entity/Contract_entity/Contract_entity.aod @@ -1,481 +1,481 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Contract_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/Contract_entity/documentation.adoc</documentation> - <title>Contract</title> - <contentTitleProcess>%aditoprj%/entity/Contract_entity/contentTitleProcess.js</contentTitleProcess> - <afterUiInit>%aditoprj%/entity/Contract_entity/afterUiInit.js</afterUiInit> - <onValidation>%aditoprj%/entity/Contract_entity/onValidation.js</onValidation> - <iconId>VAADIN:FILE_TEXT</iconId> - <titlePlural>Contracts</titlePlural> - <recordContainer>db</recordContainer> - <entityFields> - <entityField> - <name>CONTRACTCODE</name> - <documentation>%aditoprj%/entity/Contract_entity/entityfields/contractcode/documentation.adoc</documentation> - <title>Contract number</title> - <mandatory v="true" /> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/contractcode/valueProcess.js</valueProcess> - <onValidation>%aditoprj%/entity/Contract_entity/entityfields/contractcode/onValidation.js</onValidation> - </entityField> - <entityField> - <name>CONTRACTDUE</name> - <documentation>%aditoprj%/entity/Contract_entity/entityfields/contractdue/documentation.adoc</documentation> - <title>Next due date</title> - <contentType>DATE</contentType> - <resolution>DAY</resolution> - <outputFormat>dd.MM.yyyy</outputFormat> - <inputFormat>dd.MM.yyyy</inputFormat> - </entityField> - <entityField> - <name>CONTRACTEND</name> - <documentation>%aditoprj%/entity/Contract_entity/entityfields/contractend/documentation.adoc</documentation> - <title>Contract expiry date</title> - <contentType>DATE</contentType> - <resolution>DAY</resolution> - <outputFormat>dd.MM.yyyy</outputFormat> - <inputFormat>dd.MM.yyyy</inputFormat> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/contractend/valueProcess.js</valueProcess> - <onValueChange>%aditoprj%/entity/Contract_entity/entityfields/contractend/onValueChange.js</onValueChange> - </entityField> - <entityField> - <name>CONTRACTID</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/contractid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>CONTRACTSTART</name> - <documentation>%aditoprj%/entity/Contract_entity/entityfields/contractstart/documentation.adoc</documentation> - <title>Contract start date</title> - <contentType>DATE</contentType> - <resolution>DAY</resolution> - <outputFormat>dd.MM.yyyy</outputFormat> - <inputFormat>dd.MM.yyyy</inputFormat> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/contractstart/valueProcess.js</valueProcess> - <onValueChange>%aditoprj%/entity/Contract_entity/entityfields/contractstart/onValueChange.js</onValueChange> - </entityField> - <entityField> - <name>CONTRACTSTATUS</name> - <title>${CONTRACT_STATUS}</title> - <consumer>ContractStates</consumer> - <displayValueProcess>%aditoprj%/entity/Contract_entity/entityfields/contractstatus/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>CONTRACTTYPE</name> - <title>Type of contract</title> - <consumer>ContractTypes</consumer> - <displayValueProcess>%aditoprj%/entity/Contract_entity/entityfields/contracttype/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>PAYMENT</name> - <title>Payment method</title> - <consumer>ContractPayments</consumer> - <mandatory v="true" /> - <displayValueProcess>%aditoprj%/entity/Contract_entity/entityfields/payment/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>CONTACT_ID</name> - <documentation>%aditoprj%/entity/Contract_entity/entityfields/contact_id/documentation.adoc</documentation> - <title>Connection</title> - <consumer>AnyContacts</consumer> - <linkedContextProcess>%aditoprj%/entity/Contract_entity/entityfields/contact_id/linkedContextProcess.js</linkedContextProcess> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/contact_id/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Contract_entity/entityfields/contact_id/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>REMARK</name> - <title>Description</title> - <contentType>LONG_TEXT</contentType> - </entityField> - <entityProvider> - <name>Contracts</name> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>6d7c7166-84b4-4da2-9a48-cc1e390ac987</name> - <entityName>Organisation_entity</entityName> - <fieldName>Contracts</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>3698fe59-fd02-427b-8c95-a90c7d8036e5</name> - <entityName>Person_entity</entityName> - <fieldName>Contracts</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - <mandatory v="false" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>IMAGE</name> - <contentType>IMAGE</contentType> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/image/valueProcess.js</valueProcess> - </entityField> - <entityFieldGroup> - <name>CONTRACTCODE_DISPLAY_fieldGroup</name> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/contractcode_display_fieldgroup/valueProcess.js</valueProcess> - <documentation>%aditoprj%/entity/Contract_entity/entityfields/contractcode_display_fieldgroup/documentation.adoc</documentation> - <description>FIELDGROUP</description> - <fields> - <element>CONTRACTTYPE</element> - <element>CONTRACTCODE</element> - </fields> - </entityFieldGroup> - <entityConsumer> - <name>Activities</name> - <dependency> - <name>dependency</name> - <entityName>Activity_entity</entityName> - <fieldName>LinkedObjects</fieldName> - </dependency> - <children> - <entityParameter> - <name>RowId_param</name> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/activities/children/rowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectId_param</name> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/activities/children/objectid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>PresetLinks_param</name> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/activities/children/presetlinks_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>AnyContacts</name> - <dependency> - <name>dependency</name> - <entityName>AnyContact_entity</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> - </entityConsumer> - <entityProvider> - <name>#PROVIDER</name> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>7d8f586a-3ee0-47e8-b328-3b624cf4abfa</name> - <entityName>Object_entity</entityName> - <fieldName>Contracts</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - <entityField> - <name>CONTACT_ORG_ID</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>CONTACT_PERSON_ID</name> - <searchable v="false" /> - </entityField> - <entityConsumer> - <name>Documents</name> - <dependency> - <name>dependency</name> - <entityName>Document_entity</entityName> - <fieldName>Documents</fieldName> - </dependency> - <children> - <entityParameter> - <name>AssignmentName_param</name> - <triggerRecalculation v="false" /> - </entityParameter> - <entityParameter> - <name>AssignmentRowId_param</name> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/documents/children/assignmentrowid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="false" /> - </entityParameter> - <entityParameter> - <name>AssignmentTable_param</name> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/documents/children/assignmenttable_param/valueProcess.js</valueProcess> - <triggerRecalculation v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>MainDocuments</name> - <stateProcess>%aditoprj%/entity/Contract_entity/entityfields/maindocuments/stateProcess.js</stateProcess> - <dependency> - <name>dependency</name> - <entityName>Document_entity</entityName> - <fieldName>MainDocuments</fieldName> - </dependency> - <children> - <entityParameter> - <name>AssignmentRowId_param</name> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/maindocuments/children/assignmentrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>AssignmentTable_param</name> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/maindocuments/children/assignmenttable_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>ContractPayments</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/contractpayments/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>ContractStates</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/contractstates/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>ContractTypes</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/contracttypes/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>newActivity</name> - <title>New activity</title> - <onActionProcess>%aditoprj%/entity/Contract_entity/entityfields/newactivity/onActionProcess.js</onActionProcess> - <iconId>VAADIN:HOURGLASS_END</iconId> - <tooltip>New activity</tooltip> - <tooltipProcess>%aditoprj%/entity/Contract_entity/entityfields/newactivity/tooltipProcess.js</tooltipProcess> - </entityActionField> - <entityConsumer> - <name>Attributes</name> - <onValidation>%aditoprj%/entity/Contract_entity/entityfields/attributes/onValidation.js</onValidation> - <dependency> - <name>dependency</name> - <entityName>AttributeRelation_entity</entityName> - <fieldName>AttributeRelations</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectRowId_param</name> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> - <expose v="false" /> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> - <expose v="false" /> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>AttributeTree</name> - <dependency> - <name>dependency</name> - <entityName>AttributeRelation_entity</entityName> - <fieldName>TreeProvider</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/attributetree/children/objecttype_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>ObjectRowId_param</name> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/attributetree/children/objectrowid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Tasks</name> - <stateProcess>%aditoprj%/entity/Contract_entity/entityfields/tasks/stateProcess.js</stateProcess> - <dependency> - <name>dependency</name> - <entityName>Task_entity</entityName> - <fieldName>Tasks</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectId_param</name> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/tasks/children/objectid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>RowId_param</name> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/tasks/children/rowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>PresetLinks_param</name> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/tasks/children/presetlinks_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>newTask</name> - <title>New task</title> - <onActionProcess>%aditoprj%/entity/Contract_entity/entityfields/newtask/onActionProcess.js</onActionProcess> - <iconId>VAADIN:TASKS</iconId> - </entityActionField> - <entityConsumer> - <name>LogHistoryConsumer</name> - <dependency> - <name>dependency</name> - <entityName>LogHistory_entity</entityName> - <fieldName>LogHistoryProvider</fieldName> - </dependency> - <children> - <entityParameter> - <name>tablenames_param</name> - <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/loghistoryconsumer/children/tablenames_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <maximumDbRows v="0" /> - <fromClauseProcess>%aditoprj%/entity/Contract_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> - <conditionProcess>%aditoprj%/entity/Contract_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <orderClauseProcess>%aditoprj%/entity/Contract_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> - <linkInformation> - <linkInformation> - <name>78925203-f1c5-4e7e-9424-1a23500c655d</name> - <tableName>CONTRACT</tableName> - <primaryKey>CONTRACTID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - <linkInformation> - <name>0637150d-c535-41ce-85f3-e9a6b980d195</name> - <tableName>CONTACT</tableName> - <primaryKey>CONTACTID</primaryKey> - <isUIDTable v="false" /> - <readonly v="true" /> - </linkInformation> - <linkInformation> - <name>9ba7de4b-999c-44cc-95ee-0dbdcc35bf0f</name> - <tableName>ORGANISATION</tableName> - <primaryKey>ORGANISATIONID</primaryKey> - <isUIDTable v="false" /> - <readonly v="true" /> - </linkInformation> - <linkInformation> - <name>748d1280-6dd2-4ada-837e-b331166e78d3</name> - <tableName>PERSON</tableName> - <primaryKey>PERSONID</primaryKey> - <isUIDTable v="false" /> - <readonly v="true" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>CONTRACTCODE.value</name> - <recordfield>CONTRACT.CONTRACTCODE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTRACTDUE.value</name> - <recordfield>CONTRACT.CONTRACTDUE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTRACTEND.value</name> - <recordfield>CONTRACT.CONTRACTEND</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTRACTID.value</name> - <recordfield>CONTRACT.CONTRACTID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTRACTSTART.value</name> - <recordfield>CONTRACT.CONTRACTSTART</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTRACTSTATUS.value</name> - <recordfield>CONTRACT.CONTRACTSTATUS</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTRACTTYPE.value</name> - <recordfield>CONTRACT.CONTRACTTYPE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PAYMENT.value</name> - <recordfield>CONTRACT.PAYMENT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>REMARK.value</name> - <recordfield>CONTRACT.REMARK</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACT_ID.value</name> - <recordfield>CONTRACT.CONTACT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACT_ORG_ID.value</name> - <recordfield>CONTACT.ORGANISATION_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACT_PERSON_ID.value</name> - <recordfield>CONTACT.PERSON_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PERSON_FIRSTNAME.value</name> - <recordfield>PERSON.FIRSTNAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PERSON_LASTNAME.value</name> - <recordfield>PERSON.LASTNAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PAYMENT.displayValue</name> - <expression>%aditoprj%/entity/Contract_entity/recordcontainers/db/recordfieldmappings/payment.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTRACTSTATUS.displayValue</name> - <expression>%aditoprj%/entity/Contract_entity/recordcontainers/db/recordfieldmappings/contractstatus.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTRACTTYPE.displayValue</name> - <expression>%aditoprj%/entity/Contract_entity/recordcontainers/db/recordfieldmappings/contracttype.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Contract_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/Contract_entity/documentation.adoc</documentation> + <title>Contract</title> + <contentTitleProcess>%aditoprj%/entity/Contract_entity/contentTitleProcess.js</contentTitleProcess> + <afterUiInit>%aditoprj%/entity/Contract_entity/afterUiInit.js</afterUiInit> + <onValidation>%aditoprj%/entity/Contract_entity/onValidation.js</onValidation> + <iconId>VAADIN:FILE_TEXT</iconId> + <titlePlural>Contracts</titlePlural> + <recordContainer>db</recordContainer> + <entityFields> + <entityField> + <name>CONTRACTCODE</name> + <documentation>%aditoprj%/entity/Contract_entity/entityfields/contractcode/documentation.adoc</documentation> + <title>Contract number</title> + <mandatory v="true" /> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/contractcode/valueProcess.js</valueProcess> + <onValidation>%aditoprj%/entity/Contract_entity/entityfields/contractcode/onValidation.js</onValidation> + </entityField> + <entityField> + <name>CONTRACTDUE</name> + <documentation>%aditoprj%/entity/Contract_entity/entityfields/contractdue/documentation.adoc</documentation> + <title>Next due date</title> + <contentType>DATE</contentType> + <resolution>DAY</resolution> + <outputFormat>dd.MM.yyyy</outputFormat> + <inputFormat>dd.MM.yyyy</inputFormat> + </entityField> + <entityField> + <name>CONTRACTEND</name> + <documentation>%aditoprj%/entity/Contract_entity/entityfields/contractend/documentation.adoc</documentation> + <title>Contract expiry date</title> + <contentType>DATE</contentType> + <resolution>DAY</resolution> + <outputFormat>dd.MM.yyyy</outputFormat> + <inputFormat>dd.MM.yyyy</inputFormat> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/contractend/valueProcess.js</valueProcess> + <onValueChange>%aditoprj%/entity/Contract_entity/entityfields/contractend/onValueChange.js</onValueChange> + </entityField> + <entityField> + <name>CONTRACTID</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/contractid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>CONTRACTSTART</name> + <documentation>%aditoprj%/entity/Contract_entity/entityfields/contractstart/documentation.adoc</documentation> + <title>Contract start date</title> + <contentType>DATE</contentType> + <resolution>DAY</resolution> + <outputFormat>dd.MM.yyyy</outputFormat> + <inputFormat>dd.MM.yyyy</inputFormat> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/contractstart/valueProcess.js</valueProcess> + <onValueChange>%aditoprj%/entity/Contract_entity/entityfields/contractstart/onValueChange.js</onValueChange> + </entityField> + <entityField> + <name>CONTRACTSTATUS</name> + <title>${CONTRACT_STATUS}</title> + <consumer>ContractStates</consumer> + <displayValueProcess>%aditoprj%/entity/Contract_entity/entityfields/contractstatus/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>CONTRACTTYPE</name> + <title>Type of contract</title> + <consumer>ContractTypes</consumer> + <displayValueProcess>%aditoprj%/entity/Contract_entity/entityfields/contracttype/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>PAYMENT</name> + <title>Payment method</title> + <consumer>ContractPayments</consumer> + <mandatory v="true" /> + <displayValueProcess>%aditoprj%/entity/Contract_entity/entityfields/payment/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>CONTACT_ID</name> + <documentation>%aditoprj%/entity/Contract_entity/entityfields/contact_id/documentation.adoc</documentation> + <title>Connection</title> + <consumer>AnyContacts</consumer> + <linkedContextProcess>%aditoprj%/entity/Contract_entity/entityfields/contact_id/linkedContextProcess.js</linkedContextProcess> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/contact_id/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Contract_entity/entityfields/contact_id/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>REMARK</name> + <title>Description</title> + <contentType>LONG_TEXT</contentType> + </entityField> + <entityProvider> + <name>Contracts</name> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>6d7c7166-84b4-4da2-9a48-cc1e390ac987</name> + <entityName>Organisation_entity</entityName> + <fieldName>Contracts</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>3698fe59-fd02-427b-8c95-a90c7d8036e5</name> + <entityName>Person_entity</entityName> + <fieldName>Contracts</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + <mandatory v="false" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>IMAGE</name> + <contentType>IMAGE</contentType> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/image/valueProcess.js</valueProcess> + </entityField> + <entityFieldGroup> + <name>CONTRACTCODE_DISPLAY_fieldGroup</name> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/contractcode_display_fieldgroup/valueProcess.js</valueProcess> + <documentation>%aditoprj%/entity/Contract_entity/entityfields/contractcode_display_fieldgroup/documentation.adoc</documentation> + <description>FIELDGROUP</description> + <fields> + <element>CONTRACTTYPE</element> + <element>CONTRACTCODE</element> + </fields> + </entityFieldGroup> + <entityConsumer> + <name>Activities</name> + <dependency> + <name>dependency</name> + <entityName>Activity_entity</entityName> + <fieldName>LinkedObjects</fieldName> + </dependency> + <children> + <entityParameter> + <name>RowId_param</name> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/activities/children/rowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectId_param</name> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/activities/children/objectid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>PresetLinks_param</name> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/activities/children/presetlinks_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>AnyContacts</name> + <dependency> + <name>dependency</name> + <entityName>AnyContact_entity</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> + </entityConsumer> + <entityProvider> + <name>#PROVIDER</name> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>7d8f586a-3ee0-47e8-b328-3b624cf4abfa</name> + <entityName>Object_entity</entityName> + <fieldName>Contracts</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + <entityField> + <name>CONTACT_ORG_ID</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>CONTACT_PERSON_ID</name> + <searchable v="false" /> + </entityField> + <entityConsumer> + <name>Documents</name> + <dependency> + <name>dependency</name> + <entityName>Document_entity</entityName> + <fieldName>Documents</fieldName> + </dependency> + <children> + <entityParameter> + <name>AssignmentName_param</name> + <triggerRecalculation v="false" /> + </entityParameter> + <entityParameter> + <name>AssignmentRowId_param</name> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/documents/children/assignmentrowid_param/valueProcess.js</valueProcess> + <triggerRecalculation v="false" /> + </entityParameter> + <entityParameter> + <name>AssignmentTable_param</name> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/documents/children/assignmenttable_param/valueProcess.js</valueProcess> + <triggerRecalculation v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>MainDocuments</name> + <stateProcess>%aditoprj%/entity/Contract_entity/entityfields/maindocuments/stateProcess.js</stateProcess> + <dependency> + <name>dependency</name> + <entityName>Document_entity</entityName> + <fieldName>MainDocuments</fieldName> + </dependency> + <children> + <entityParameter> + <name>AssignmentRowId_param</name> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/maindocuments/children/assignmentrowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>AssignmentTable_param</name> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/maindocuments/children/assignmenttable_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>ContractPayments</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/contractpayments/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>ContractStates</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/contractstates/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>ContractTypes</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/contracttypes/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>newActivity</name> + <title>New activity</title> + <onActionProcess>%aditoprj%/entity/Contract_entity/entityfields/newactivity/onActionProcess.js</onActionProcess> + <iconId>VAADIN:HOURGLASS_END</iconId> + <tooltip>New activity</tooltip> + <tooltipProcess>%aditoprj%/entity/Contract_entity/entityfields/newactivity/tooltipProcess.js</tooltipProcess> + </entityActionField> + <entityConsumer> + <name>Attributes</name> + <onValidation>%aditoprj%/entity/Contract_entity/entityfields/attributes/onValidation.js</onValidation> + <dependency> + <name>dependency</name> + <entityName>AttributeRelation_entity</entityName> + <fieldName>AttributeRelations</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> + <expose v="false" /> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> + <expose v="false" /> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>AttributeTree</name> + <dependency> + <name>dependency</name> + <entityName>AttributeRelation_entity</entityName> + <fieldName>TreeProvider</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/attributetree/children/objecttype_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/attributetree/children/objectrowid_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Tasks</name> + <stateProcess>%aditoprj%/entity/Contract_entity/entityfields/tasks/stateProcess.js</stateProcess> + <dependency> + <name>dependency</name> + <entityName>Task_entity</entityName> + <fieldName>Tasks</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectId_param</name> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/tasks/children/objectid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>RowId_param</name> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/tasks/children/rowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>PresetLinks_param</name> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/tasks/children/presetlinks_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>newTask</name> + <title>New task</title> + <onActionProcess>%aditoprj%/entity/Contract_entity/entityfields/newtask/onActionProcess.js</onActionProcess> + <iconId>VAADIN:TASKS</iconId> + </entityActionField> + <entityConsumer> + <name>LogHistoryConsumer</name> + <dependency> + <name>dependency</name> + <entityName>LogHistory_entity</entityName> + <fieldName>LogHistoryProvider</fieldName> + </dependency> + <children> + <entityParameter> + <name>tablenames_param</name> + <valueProcess>%aditoprj%/entity/Contract_entity/entityfields/loghistoryconsumer/children/tablenames_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <maximumDbRows v="0" /> + <fromClauseProcess>%aditoprj%/entity/Contract_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> + <conditionProcess>%aditoprj%/entity/Contract_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <orderClauseProcess>%aditoprj%/entity/Contract_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> + <linkInformation> + <linkInformation> + <name>78925203-f1c5-4e7e-9424-1a23500c655d</name> + <tableName>CONTRACT</tableName> + <primaryKey>CONTRACTID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + <linkInformation> + <name>0637150d-c535-41ce-85f3-e9a6b980d195</name> + <tableName>CONTACT</tableName> + <primaryKey>CONTACTID</primaryKey> + <isUIDTable v="false" /> + <readonly v="true" /> + </linkInformation> + <linkInformation> + <name>9ba7de4b-999c-44cc-95ee-0dbdcc35bf0f</name> + <tableName>ORGANISATION</tableName> + <primaryKey>ORGANISATIONID</primaryKey> + <isUIDTable v="false" /> + <readonly v="true" /> + </linkInformation> + <linkInformation> + <name>748d1280-6dd2-4ada-837e-b331166e78d3</name> + <tableName>PERSON</tableName> + <primaryKey>PERSONID</primaryKey> + <isUIDTable v="false" /> + <readonly v="true" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>CONTRACTCODE.value</name> + <recordfield>CONTRACT.CONTRACTCODE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTRACTDUE.value</name> + <recordfield>CONTRACT.CONTRACTDUE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTRACTEND.value</name> + <recordfield>CONTRACT.CONTRACTEND</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTRACTID.value</name> + <recordfield>CONTRACT.CONTRACTID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTRACTSTART.value</name> + <recordfield>CONTRACT.CONTRACTSTART</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTRACTSTATUS.value</name> + <recordfield>CONTRACT.CONTRACTSTATUS</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTRACTTYPE.value</name> + <recordfield>CONTRACT.CONTRACTTYPE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PAYMENT.value</name> + <recordfield>CONTRACT.PAYMENT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>REMARK.value</name> + <recordfield>CONTRACT.REMARK</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACT_ID.value</name> + <recordfield>CONTRACT.CONTACT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACT_ORG_ID.value</name> + <recordfield>CONTACT.ORGANISATION_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACT_PERSON_ID.value</name> + <recordfield>CONTACT.PERSON_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PERSON_FIRSTNAME.value</name> + <recordfield>PERSON.FIRSTNAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PERSON_LASTNAME.value</name> + <recordfield>PERSON.LASTNAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PAYMENT.displayValue</name> + <expression>%aditoprj%/entity/Contract_entity/recordcontainers/db/recordfieldmappings/payment.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTRACTSTATUS.displayValue</name> + <expression>%aditoprj%/entity/Contract_entity/recordcontainers/db/recordfieldmappings/contractstatus.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTRACTTYPE.displayValue</name> + <expression>%aditoprj%/entity/Contract_entity/recordcontainers/db/recordfieldmappings/contracttype.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Countries_Entity/Countries_Entity.aod b/entity/Countries_Entity/Countries_Entity.aod index 7ccb88350a0cc781bebf40c76160fde5f80a678e..de41895e77da2acd91df22d3a57adfa85b3d621b 100644 --- a/entity/Countries_Entity/Countries_Entity.aod +++ b/entity/Countries_Entity/Countries_Entity.aod @@ -1,155 +1,155 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Countries_Entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/Countries_Entity/documentation.adoc</documentation> - <title>Countries</title> - <contentTitleProcess>%aditoprj%/entity/Countries_Entity/contentTitleProcess.js</contentTitleProcess> - <iconId>VAADIN:FLAG</iconId> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - <recordContainer>db</recordContainer> - </entityProvider> - <entityProvider> - <name>ISO2Name</name> - <dependencies> - <entityDependency> - <name>83e8a2e6-aa80-4b35-a0ad-8dad483ed428</name> - <entityName>Address_entity</entityName> - <fieldName>Countries</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>8e8d1ace-3cbb-4ed7-b029-f486805605ef</name> - <entityName>Organisation_entity</entityName> - <fieldName>Countries</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>Key_param</name> - <valueProcess>%aditoprj%/entity/Countries_Entity/entityfields/iso2name/children/key_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - <entityParameter> - <name>Value_param</name> - <valueProcess>%aditoprj%/entity/Countries_Entity/entityfields/iso2name/children/value_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>Key_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>Value_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>ISO2</name> - <title>ISO 3166-1 alpha-2</title> - <searchable v="false" /> - </entityField> - <entityField> - <name>ISO3</name> - <title>ISO 3166-1 alpha-3</title> - <searchable v="false" /> - </entityField> - <entityField> - <name>ADDR_FORMAT</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>ZIP_REGEX</name> - <documentation>%aditoprj%/entity/Countries_Entity/entityfields/zip_regex/documentation.adoc</documentation> - <searchable v="false" /> - </entityField> - <entityField> - <name>NAME</name> - <searchable v="true" /> - </entityField> - <entityField> - <name>REQUIRED_FIELDS</name> - <documentation>%aditoprj%/entity/Countries_Entity/entityfields/required_fields/documentation.adoc</documentation> - <searchable v="false" /> - </entityField> - <entityField> - <name>NAME_TRANSLATED</name> - <title>Latin Name</title> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Countries_Entity/entityfields/name_translated/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>FLAG</name> - <contentType>IMAGE</contentType> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Countries_Entity/entityfields/flag/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>FLAG_RAW</name> - <description>//todo: move flags to binaries (asys_binaries)</description> - <searchable v="false" /> - </entityField> - <entityField> - <name>NAME_ORIGIN</name> - <title>Native Name</title> - <searchable v="false" /> - </entityField> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <orderClauseProcess>%aditoprj%/entity/Countries_Entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> - <linkInformation> - <linkInformation> - <name>cc219004-43fd-4a3f-bee0-be5e732c61f1</name> - <tableName>AB_COUNTRYINFO</tableName> - <primaryKey>ISO2</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>ADDR_FORMAT.value</name> - <recordfield>AB_COUNTRYINFO.ADDR_FORMAT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>NAME_ORIGIN.value</name> - <recordfield>AB_COUNTRYINFO.NAME_NATIVE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ISO2.value</name> - <recordfield>AB_COUNTRYINFO.ISO2</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>REQUIRED_FIELDS.value</name> - <recordfield>AB_COUNTRYINFO.REQUIRED_FIELDS</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ISO3.value</name> - <recordfield>AB_COUNTRYINFO.ISO3</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ZIP_REGEX.value</name> - <recordfield>AB_COUNTRYINFO.ZIP_REGEX</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>NAME.value</name> - <recordfield>AB_COUNTRYINFO.NAME_LATIN</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>FLAG_RAW.value</name> - <recordfield>AB_COUNTRYINFO.FLAG</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Countries_Entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/Countries_Entity/documentation.adoc</documentation> + <title>Countries</title> + <contentTitleProcess>%aditoprj%/entity/Countries_Entity/contentTitleProcess.js</contentTitleProcess> + <iconId>VAADIN:FLAG</iconId> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + <recordContainer>db</recordContainer> + </entityProvider> + <entityProvider> + <name>ISO2Name</name> + <dependencies> + <entityDependency> + <name>83e8a2e6-aa80-4b35-a0ad-8dad483ed428</name> + <entityName>Address_entity</entityName> + <fieldName>Countries</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>8e8d1ace-3cbb-4ed7-b029-f486805605ef</name> + <entityName>Organisation_entity</entityName> + <fieldName>Countries</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>Key_param</name> + <valueProcess>%aditoprj%/entity/Countries_Entity/entityfields/iso2name/children/key_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>Value_param</name> + <valueProcess>%aditoprj%/entity/Countries_Entity/entityfields/iso2name/children/value_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>Key_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>Value_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>ISO2</name> + <title>ISO 3166-1 alpha-2</title> + <searchable v="false" /> + </entityField> + <entityField> + <name>ISO3</name> + <title>ISO 3166-1 alpha-3</title> + <searchable v="false" /> + </entityField> + <entityField> + <name>ADDR_FORMAT</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>ZIP_REGEX</name> + <documentation>%aditoprj%/entity/Countries_Entity/entityfields/zip_regex/documentation.adoc</documentation> + <searchable v="false" /> + </entityField> + <entityField> + <name>NAME</name> + <searchable v="true" /> + </entityField> + <entityField> + <name>REQUIRED_FIELDS</name> + <documentation>%aditoprj%/entity/Countries_Entity/entityfields/required_fields/documentation.adoc</documentation> + <searchable v="false" /> + </entityField> + <entityField> + <name>NAME_TRANSLATED</name> + <title>Latin Name</title> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Countries_Entity/entityfields/name_translated/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>FLAG</name> + <contentType>IMAGE</contentType> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Countries_Entity/entityfields/flag/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>FLAG_RAW</name> + <description>//todo: move flags to binaries (asys_binaries)</description> + <searchable v="false" /> + </entityField> + <entityField> + <name>NAME_ORIGIN</name> + <title>Native Name</title> + <searchable v="false" /> + </entityField> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <orderClauseProcess>%aditoprj%/entity/Countries_Entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> + <linkInformation> + <linkInformation> + <name>cc219004-43fd-4a3f-bee0-be5e732c61f1</name> + <tableName>AB_COUNTRYINFO</tableName> + <primaryKey>ISO2</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>ADDR_FORMAT.value</name> + <recordfield>AB_COUNTRYINFO.ADDR_FORMAT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>NAME_ORIGIN.value</name> + <recordfield>AB_COUNTRYINFO.NAME_NATIVE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ISO2.value</name> + <recordfield>AB_COUNTRYINFO.ISO2</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>REQUIRED_FIELDS.value</name> + <recordfield>AB_COUNTRYINFO.REQUIRED_FIELDS</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ISO3.value</name> + <recordfield>AB_COUNTRYINFO.ISO3</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ZIP_REGEX.value</name> + <recordfield>AB_COUNTRYINFO.ZIP_REGEX</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>NAME.value</name> + <recordfield>AB_COUNTRYINFO.NAME_LATIN</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>FLAG_RAW.value</name> + <recordfield>AB_COUNTRYINFO.FLAG</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/DocumentTemplateLink_entity/DocumentTemplateLink_entity.aod b/entity/DocumentTemplateLink_entity/DocumentTemplateLink_entity.aod index f6437559671db9838406c6d9c511bee0dd7fb929..c7a2f5216328a0d88dba719a5548140c4caf3b4e 100644 --- a/entity/DocumentTemplateLink_entity/DocumentTemplateLink_entity.aod +++ b/entity/DocumentTemplateLink_entity/DocumentTemplateLink_entity.aod @@ -1,163 +1,163 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>DocumentTemplateLink_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>Attachment</title> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>DATE_EDIT</name> - <contentType>DATE</contentType> - <resolution>DAY</resolution> - <valueProcess>%aditoprj%/entity/DocumentTemplateLink_entity/entityfields/date_edit/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_NEW</name> - <contentType>DATE</contentType> - <resolution>DAY</resolution> - <valueProcess>%aditoprj%/entity/DocumentTemplateLink_entity/entityfields/date_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>USER_EDIT</name> - <valueProcess>%aditoprj%/entity/DocumentTemplateLink_entity/entityfields/user_edit/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>USER_NEW</name> - <valueProcess>%aditoprj%/entity/DocumentTemplateLink_entity/entityfields/user_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DOCUMENTTEMPLATE_ID_PARENT</name> - <valueProcess>%aditoprj%/entity/DocumentTemplateLink_entity/entityfields/documenttemplate_id_parent/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DOCUMENTTEMPLATELINKID</name> - <valueProcess>%aditoprj%/entity/DocumentTemplateLink_entity/entityfields/documenttemplatelinkid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DOCUMENTTEMPLATE_ID_CHILD</name> - <consumer>Attachments</consumer> - <linkedContext>DocumentTemplate</linkedContext> - <stateProcess>%aditoprj%/entity/DocumentTemplateLink_entity/entityfields/documenttemplate_id_child/stateProcess.js</stateProcess> - <displayValueProcess>%aditoprj%/entity/DocumentTemplateLink_entity/entityfields/documenttemplate_id_child/displayValueProcess.js</displayValueProcess> - </entityField> - <entityParameter> - <name>DocumentId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityConsumer> - <name>Attachments</name> - <dependency> - <name>dependency</name> - <entityName>DocumentTemplate_entity</entityName> - <fieldName>Attachments</fieldName> - </dependency> - <children> - <entityParameter> - <name>DocumentTemplateType_param</name> - <title></title> - <valueProcess>%aditoprj%/entity/DocumentTemplateLink_entity/entityfields/attachments/children/documenttemplatetype_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityProvider> - <name>Links</name> - <targetIdField>DOCUMENTTEMPLATE_ID_CHILD</targetIdField> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>db3b7e04-ca3b-4205-a1d3-5e5e5cb13073</name> - <entityName>DocumentTemplate_entity</entityName> - <fieldName>Links</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>DocumentId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>Type_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>Type_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityActionField> - <name>OpenDocument</name> - <onActionProcess>%aditoprj%/entity/DocumentTemplateLink_entity/entityfields/opendocument/onActionProcess.js</onActionProcess> - <iconId>VAADIN:DOWNLOAD</iconId> - </entityActionField> - <entityField> - <name>ICON</name> - <contentType>TEXT</contentType> - <valueProcess>%aditoprj%/entity/DocumentTemplateLink_entity/entityfields/icon/valueProcess.js</valueProcess> - </entityField> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <fromClauseProcess>%aditoprj%/entity/DocumentTemplateLink_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> - <conditionProcess>%aditoprj%/entity/DocumentTemplateLink_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <linkInformation> - <linkInformation> - <name>05d25e85-1cd8-4897-be48-ecf699322b1f</name> - <tableName>DOCUMENTTEMPLATELINK</tableName> - <primaryKey>DOCUMENTTEMPLATELINKID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - <linkInformation> - <name>34ca9c71-3de5-48ce-ade2-fa203360ebbd</name> - <tableName>DOCUMENTTEMPLATE</tableName> - <primaryKey>DOCUMENTTEMPLATEID</primaryKey> - <isUIDTable v="false" /> - <readonly v="true" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>DATE_EDIT.value</name> - <recordfield>DOCUMENTTEMPLATELINK.DATE_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_NEW.value</name> - <recordfield>DOCUMENTTEMPLATELINK.DATE_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DOCUMENTTEMPLATE_ID_CHILD.value</name> - <recordfield>DOCUMENTTEMPLATELINK.DOCUMENTTEMPLATE_ID_CHILD</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DOCUMENTTEMPLATE_ID_PARENT.value</name> - <recordfield>DOCUMENTTEMPLATELINK.DOCUMENTTEMPLATE_ID_PARENT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DOCUMENTTEMPLATELINKID.value</name> - <recordfield>DOCUMENTTEMPLATELINK.DOCUMENTTEMPLATELINKID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_EDIT.value</name> - <recordfield>DOCUMENTTEMPLATELINK.USER_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_NEW.value</name> - <recordfield>DOCUMENTTEMPLATELINK.USER_NEW</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>DocumentTemplateLink_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>Attachment</title> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>DATE_EDIT</name> + <contentType>DATE</contentType> + <resolution>DAY</resolution> + <valueProcess>%aditoprj%/entity/DocumentTemplateLink_entity/entityfields/date_edit/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_NEW</name> + <contentType>DATE</contentType> + <resolution>DAY</resolution> + <valueProcess>%aditoprj%/entity/DocumentTemplateLink_entity/entityfields/date_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>USER_EDIT</name> + <valueProcess>%aditoprj%/entity/DocumentTemplateLink_entity/entityfields/user_edit/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>USER_NEW</name> + <valueProcess>%aditoprj%/entity/DocumentTemplateLink_entity/entityfields/user_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DOCUMENTTEMPLATE_ID_PARENT</name> + <valueProcess>%aditoprj%/entity/DocumentTemplateLink_entity/entityfields/documenttemplate_id_parent/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DOCUMENTTEMPLATELINKID</name> + <valueProcess>%aditoprj%/entity/DocumentTemplateLink_entity/entityfields/documenttemplatelinkid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DOCUMENTTEMPLATE_ID_CHILD</name> + <consumer>Attachments</consumer> + <linkedContext>DocumentTemplate</linkedContext> + <stateProcess>%aditoprj%/entity/DocumentTemplateLink_entity/entityfields/documenttemplate_id_child/stateProcess.js</stateProcess> + <displayValueProcess>%aditoprj%/entity/DocumentTemplateLink_entity/entityfields/documenttemplate_id_child/displayValueProcess.js</displayValueProcess> + </entityField> + <entityParameter> + <name>DocumentId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>Attachments</name> + <dependency> + <name>dependency</name> + <entityName>DocumentTemplate_entity</entityName> + <fieldName>Attachments</fieldName> + </dependency> + <children> + <entityParameter> + <name>DocumentTemplateType_param</name> + <title></title> + <valueProcess>%aditoprj%/entity/DocumentTemplateLink_entity/entityfields/attachments/children/documenttemplatetype_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityProvider> + <name>Links</name> + <targetIdField>DOCUMENTTEMPLATE_ID_CHILD</targetIdField> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>db3b7e04-ca3b-4205-a1d3-5e5e5cb13073</name> + <entityName>DocumentTemplate_entity</entityName> + <fieldName>Links</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>DocumentId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>Type_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>Type_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityActionField> + <name>OpenDocument</name> + <onActionProcess>%aditoprj%/entity/DocumentTemplateLink_entity/entityfields/opendocument/onActionProcess.js</onActionProcess> + <iconId>VAADIN:DOWNLOAD</iconId> + </entityActionField> + <entityField> + <name>ICON</name> + <contentType>TEXT</contentType> + <valueProcess>%aditoprj%/entity/DocumentTemplateLink_entity/entityfields/icon/valueProcess.js</valueProcess> + </entityField> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <fromClauseProcess>%aditoprj%/entity/DocumentTemplateLink_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> + <conditionProcess>%aditoprj%/entity/DocumentTemplateLink_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <linkInformation> + <linkInformation> + <name>05d25e85-1cd8-4897-be48-ecf699322b1f</name> + <tableName>DOCUMENTTEMPLATELINK</tableName> + <primaryKey>DOCUMENTTEMPLATELINKID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + <linkInformation> + <name>34ca9c71-3de5-48ce-ade2-fa203360ebbd</name> + <tableName>DOCUMENTTEMPLATE</tableName> + <primaryKey>DOCUMENTTEMPLATEID</primaryKey> + <isUIDTable v="false" /> + <readonly v="true" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>DATE_EDIT.value</name> + <recordfield>DOCUMENTTEMPLATELINK.DATE_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_NEW.value</name> + <recordfield>DOCUMENTTEMPLATELINK.DATE_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DOCUMENTTEMPLATE_ID_CHILD.value</name> + <recordfield>DOCUMENTTEMPLATELINK.DOCUMENTTEMPLATE_ID_CHILD</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DOCUMENTTEMPLATE_ID_PARENT.value</name> + <recordfield>DOCUMENTTEMPLATELINK.DOCUMENTTEMPLATE_ID_PARENT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DOCUMENTTEMPLATELINKID.value</name> + <recordfield>DOCUMENTTEMPLATELINK.DOCUMENTTEMPLATELINKID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_EDIT.value</name> + <recordfield>DOCUMENTTEMPLATELINK.USER_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_NEW.value</name> + <recordfield>DOCUMENTTEMPLATELINK.USER_NEW</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/DocumentTemplateTypeCategory_entity/DocumentTemplateTypeCategory_entity.aod b/entity/DocumentTemplateTypeCategory_entity/DocumentTemplateTypeCategory_entity.aod index 3e2d8477c6612d3d731d3724009ec2ae44cc4e85..f4743d36af4e14bce0acdbe5f3203a784682ee6a 100644 --- a/entity/DocumentTemplateTypeCategory_entity/DocumentTemplateTypeCategory_entity.aod +++ b/entity/DocumentTemplateTypeCategory_entity/DocumentTemplateTypeCategory_entity.aod @@ -1,75 +1,75 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>DocumentTemplateTypeCategory_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <contentTitleProcess>%aditoprj%/entity/DocumentTemplateTypeCategory_entity/contentTitleProcess.js</contentTitleProcess> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityParameter> - <name>usageFilter_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>AB_KEYWORD_ENTRYID</name> - </entityField> - <entityField> - <name>KEYID</name> - </entityField> - <entityField> - <name>TITLE</name> - </entityField> - <entityProvider> - <name>ByCategory</name> - <lookupIdfield>KEYID</lookupIdfield> - <dependencies> - <entityDependency> - <name>5eb6b17c-8c13-48df-84d5-a949b7d21cf3</name> - <entityName>DocumentTemplate_entity</entityName> - <fieldName>DocumentTemplateTypeCategory</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>usageFilter_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <conditionProcess>%aditoprj%/entity/DocumentTemplateTypeCategory_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <linkInformation> - <linkInformation> - <name>6cfa2424-b81b-4750-ae43-e3b1126eab0a</name> - <tableName>AB_KEYWORD_ENTRY</tableName> - <primaryKey>AB_KEYWORD_ENTRYID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>AB_KEYWORD_ENTRYID.value</name> - <recordfield>AB_KEYWORD_ENTRY.AB_KEYWORD_ENTRYID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>KEYID.value</name> - <recordfield>AB_KEYWORD_ENTRY.KEYID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>TITLE.value</name> - <recordfield>AB_KEYWORD_ENTRY.TITLE</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>DocumentTemplateTypeCategory_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <contentTitleProcess>%aditoprj%/entity/DocumentTemplateTypeCategory_entity/contentTitleProcess.js</contentTitleProcess> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityParameter> + <name>usageFilter_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>AB_KEYWORD_ENTRYID</name> + </entityField> + <entityField> + <name>KEYID</name> + </entityField> + <entityField> + <name>TITLE</name> + </entityField> + <entityProvider> + <name>ByCategory</name> + <lookupIdfield>KEYID</lookupIdfield> + <dependencies> + <entityDependency> + <name>5eb6b17c-8c13-48df-84d5-a949b7d21cf3</name> + <entityName>DocumentTemplate_entity</entityName> + <fieldName>DocumentTemplateTypeCategory</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>usageFilter_param</name> + <expose v="true" /> + </entityParameter> + </children> + </entityProvider> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <conditionProcess>%aditoprj%/entity/DocumentTemplateTypeCategory_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <linkInformation> + <linkInformation> + <name>6cfa2424-b81b-4750-ae43-e3b1126eab0a</name> + <tableName>AB_KEYWORD_ENTRY</tableName> + <primaryKey>AB_KEYWORD_ENTRYID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>AB_KEYWORD_ENTRYID.value</name> + <recordfield>AB_KEYWORD_ENTRY.AB_KEYWORD_ENTRYID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>KEYID.value</name> + <recordfield>AB_KEYWORD_ENTRY.KEYID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>TITLE.value</name> + <recordfield>AB_KEYWORD_ENTRY.TITLE</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/DocumentTemplate_entity/DocumentTemplate_entity.aod b/entity/DocumentTemplate_entity/DocumentTemplate_entity.aod index d98456c702c6d1ea45f80b19dfc4dda4d0232055..b5751c4d703293c01d3298e0ab9304592672e102 100644 --- a/entity/DocumentTemplate_entity/DocumentTemplate_entity.aod +++ b/entity/DocumentTemplate_entity/DocumentTemplate_entity.aod @@ -1,317 +1,317 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>DocumentTemplate_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <icon>VAADIN:FILE_FONT</icon> - <title>Document Template</title> - <contentTitleProcess>%aditoprj%/entity/DocumentTemplate_entity/contentTitleProcess.js</contentTitleProcess> - <afterUiInit>%aditoprj%/entity/DocumentTemplate_entity/afterUiInit.js</afterUiInit> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - <dependencies> - <entityDependency> - <name>5cc2e566-309c-4b47-84f3-52376e919b9b</name> - <entityName>Email_entity</entityName> - <fieldName>DocumentTemplates</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - <entityField> - <name>DATE_EDIT</name> - <title>Date edit</title> - <searchable v="false" /> - </entityField> - <entityField> - <name>DESCRIPTION</name> - <title>Description</title> - <contentType>LONG_TEXT</contentType> - </entityField> - <entityField> - <name>DOCUMENTTEMPLATEID</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/documenttemplateid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_NEW</name> - <title>Date new</title> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/date_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>USER_NEW</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/user_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>TYPE</name> - <title>Type</title> - <consumer>KeywordDocumentTemplateType</consumer> - <mandatory v="true" /> - <groupable v="true" /> - <stateProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/type/stateProcess.js</stateProcess> - <displayValueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/type/displayValueProcess.js</displayValueProcess> - <onValueChange>%aditoprj%/entity/DocumentTemplate_entity/entityfields/type/onValueChange.js</onValueChange> - </entityField> - <entityField> - <name>USER_EDIT</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>NAME</name> - <title>Name</title> - <mandatory v="true" /> - </entityField> - <entityField> - <name>LANGUAGE</name> - <title>Language</title> - <consumer>Languages</consumer> - <mandatory v="true" /> - <displayValueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/language/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>BINDATA</name> - <contentType>FILE</contentType> - <onValueChange>%aditoprj%/entity/DocumentTemplate_entity/entityfields/bindata/onValueChange.js</onValueChange> - </entityField> - <entityConsumer> - <name>Documents</name> - <dependency> - <name>dependency</name> - <entityName>Document_entity</entityName> - <fieldName>Documents</fieldName> - </dependency> - <children> - <entityParameter> - <name>AssignmentTable_param</name> - <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/documents/children/assignmenttable_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>AssignmentRowId_param</name> - <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/documents/children/assignmentrowid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Languages</name> - <dependency> - <name>dependency</name> - <entityName>Language_entity</entityName> - <fieldName>ISO3Name</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>KeywordDocumentTemplateType</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/keyworddocumenttemplatetype/children/containername_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Attributes</name> - <onValidation>%aditoprj%/entity/DocumentTemplate_entity/entityfields/attributes/onValidation.js</onValidation> - <dependency> - <name>dependency</name> - <entityName>AttributeRelation_entity</entityName> - <fieldName>AttributeRelations</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectRowId_param</name> - <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>texText</name> - <title>Text</title> - <contentType>LONG_TEXT</contentType> - <state>INVISIBLE</state> - <stateProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/textext/stateProcess.js</stateProcess> - <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/textext/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/textext/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>CLASSIFICATION</name> - <title>Classification</title> - <consumer>DocumentTemplateTypeCategory</consumer> - <groupable v="true" /> - <state>DISABLED</state> - <stateProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/classification/stateProcess.js</stateProcess> - <displayValueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/classification/displayValueProcess.js</displayValueProcess> - </entityField> - <entityConsumer> - <name>DocumentTemplateTypeCategory</name> - <dependency> - <name>dependency</name> - <entityName>DocumentTemplateTypeCategory_entity</entityName> - <fieldName>ByCategory</fieldName> - </dependency> - <children> - <entityParameter> - <name>usageFilter_param</name> - <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/documenttemplatetypecategory/children/usagefilter_param/valueProcess.js</valueProcess> - <expose v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityProvider> - <name>Attachments</name> - <targetContextField>TARGET_CONTEXT</targetContextField> - <targetIdField>DOCUMENTTEMPLATEID</targetIdField> - <targetConsumerProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/attachments/targetConsumerProcess.js</targetConsumerProcess> - <titlePlural>Attachments</titlePlural> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>856e3435-a173-4cf5-8e81-3f884f8238d3</name> - <entityName>DocumentTemplateLink_entity</entityName> - <fieldName>Attachments</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - <entityConsumer> - <name>Links</name> - <stateProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/links/stateProcess.js</stateProcess> - <dependency> - <name>dependency</name> - <entityName>DocumentTemplateLink_entity</entityName> - <fieldName>Links</fieldName> - </dependency> - <children> - <entityParameter> - <name>DocumentId_param</name> - <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/links/children/documentid_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>Type_param</name> - <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/links/children/type_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityParameter> - <name>DocumentTemplateTypeClassification_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>DocumentTemplateProvider</name> - <dependencies> - <entityDependency> - <name>e1c555c3-9e53-4ccf-962c-4bdd3c14bb16</name> - <entityName>Offer_entity</entityName> - <fieldName>DocumentTemplateText</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>9c10883d-eb73-4587-b758-693a66367a4c</name> - <entityName>Offer_entity</entityName> - <fieldName>DocumentTemplateTexHeader</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>67f64ed9-bc92-41ba-a040-671a12b7a5f3</name> - <entityName>Offer_entity</entityName> - <fieldName>DocumentTemplateTexFooter</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>57f408e3-aeb7-4006-a20d-287dae1f0922</name> - <entityName>Mail_entity</entityName> - <fieldName>DocumentTemplates</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - <entityParameter> - <name>DocumentTemplateType_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>TARGET_CONTEXT</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/target_context/valueProcess.js</valueProcess> - </entityField> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <conditionProcess>%aditoprj%/entity/DocumentTemplate_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <onDBInsert>%aditoprj%/entity/DocumentTemplate_entity/recordcontainers/db/onDBInsert.js</onDBInsert> - <onDBUpdate>%aditoprj%/entity/DocumentTemplate_entity/recordcontainers/db/onDBUpdate.js</onDBUpdate> - <onDBDelete>%aditoprj%/entity/DocumentTemplate_entity/recordcontainers/db/onDBDelete.js</onDBDelete> - <linkInformation> - <linkInformation> - <name>982325b6-d12e-43f9-8ac2-c4b9f013aafd</name> - <tableName>DOCUMENTTEMPLATE</tableName> - <primaryKey>DOCUMENTTEMPLATEID</primaryKey> - <isUIDTable v="false" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>DATE_EDIT.value</name> - <recordfield>DOCUMENTTEMPLATE.DATE_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_NEW.value</name> - <recordfield>DOCUMENTTEMPLATE.DATE_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DESCRIPTION.value</name> - <recordfield>DOCUMENTTEMPLATE.DESCRIPTION</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>LANGUAGE.value</name> - <recordfield>DOCUMENTTEMPLATE.LANGUAGE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>NAME.value</name> - <recordfield>DOCUMENTTEMPLATE.NAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>TYPE.value</name> - <recordfield>DOCUMENTTEMPLATE.TYPE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_EDIT.value</name> - <recordfield>DOCUMENTTEMPLATE.USER_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_NEW.value</name> - <recordfield>DOCUMENTTEMPLATE.USER_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DOCUMENTTEMPLATEID.value</name> - <recordfield>DOCUMENTTEMPLATE.DOCUMENTTEMPLATEID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CLASSIFICATION.value</name> - <recordfield>DOCUMENTTEMPLATE.CLASSIFICATION</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>DocumentTemplate_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <icon>VAADIN:FILE_FONT</icon> + <title>Document Template</title> + <contentTitleProcess>%aditoprj%/entity/DocumentTemplate_entity/contentTitleProcess.js</contentTitleProcess> + <afterUiInit>%aditoprj%/entity/DocumentTemplate_entity/afterUiInit.js</afterUiInit> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + <dependencies> + <entityDependency> + <name>5cc2e566-309c-4b47-84f3-52376e919b9b</name> + <entityName>Email_entity</entityName> + <fieldName>DocumentTemplates</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + <entityField> + <name>DATE_EDIT</name> + <title>Date edit</title> + <searchable v="false" /> + </entityField> + <entityField> + <name>DESCRIPTION</name> + <title>Description</title> + <contentType>LONG_TEXT</contentType> + </entityField> + <entityField> + <name>DOCUMENTTEMPLATEID</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/documenttemplateid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_NEW</name> + <title>Date new</title> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/date_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>USER_NEW</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/user_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>TYPE</name> + <title>Type</title> + <consumer>KeywordDocumentTemplateType</consumer> + <mandatory v="true" /> + <groupable v="true" /> + <stateProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/type/stateProcess.js</stateProcess> + <displayValueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/type/displayValueProcess.js</displayValueProcess> + <onValueChange>%aditoprj%/entity/DocumentTemplate_entity/entityfields/type/onValueChange.js</onValueChange> + </entityField> + <entityField> + <name>USER_EDIT</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>NAME</name> + <title>Name</title> + <mandatory v="true" /> + </entityField> + <entityField> + <name>LANGUAGE</name> + <title>Language</title> + <consumer>Languages</consumer> + <mandatory v="true" /> + <displayValueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/language/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>BINDATA</name> + <contentType>FILE</contentType> + <onValueChange>%aditoprj%/entity/DocumentTemplate_entity/entityfields/bindata/onValueChange.js</onValueChange> + </entityField> + <entityConsumer> + <name>Documents</name> + <dependency> + <name>dependency</name> + <entityName>Document_entity</entityName> + <fieldName>Documents</fieldName> + </dependency> + <children> + <entityParameter> + <name>AssignmentTable_param</name> + <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/documents/children/assignmenttable_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>AssignmentRowId_param</name> + <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/documents/children/assignmentrowid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Languages</name> + <dependency> + <name>dependency</name> + <entityName>Language_entity</entityName> + <fieldName>ISO3Name</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>KeywordDocumentTemplateType</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/keyworddocumenttemplatetype/children/containername_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Attributes</name> + <onValidation>%aditoprj%/entity/DocumentTemplate_entity/entityfields/attributes/onValidation.js</onValidation> + <dependency> + <name>dependency</name> + <entityName>AttributeRelation_entity</entityName> + <fieldName>AttributeRelations</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>texText</name> + <title>Text</title> + <contentType>LONG_TEXT</contentType> + <state>INVISIBLE</state> + <stateProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/textext/stateProcess.js</stateProcess> + <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/textext/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/textext/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>CLASSIFICATION</name> + <title>Classification</title> + <consumer>DocumentTemplateTypeCategory</consumer> + <groupable v="true" /> + <state>DISABLED</state> + <stateProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/classification/stateProcess.js</stateProcess> + <displayValueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/classification/displayValueProcess.js</displayValueProcess> + </entityField> + <entityConsumer> + <name>DocumentTemplateTypeCategory</name> + <dependency> + <name>dependency</name> + <entityName>DocumentTemplateTypeCategory_entity</entityName> + <fieldName>ByCategory</fieldName> + </dependency> + <children> + <entityParameter> + <name>usageFilter_param</name> + <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/documenttemplatetypecategory/children/usagefilter_param/valueProcess.js</valueProcess> + <expose v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityProvider> + <name>Attachments</name> + <targetContextField>TARGET_CONTEXT</targetContextField> + <targetIdField>DOCUMENTTEMPLATEID</targetIdField> + <targetConsumerProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/attachments/targetConsumerProcess.js</targetConsumerProcess> + <titlePlural>Attachments</titlePlural> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>856e3435-a173-4cf5-8e81-3f884f8238d3</name> + <entityName>DocumentTemplateLink_entity</entityName> + <fieldName>Attachments</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + <entityConsumer> + <name>Links</name> + <stateProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/links/stateProcess.js</stateProcess> + <dependency> + <name>dependency</name> + <entityName>DocumentTemplateLink_entity</entityName> + <fieldName>Links</fieldName> + </dependency> + <children> + <entityParameter> + <name>DocumentId_param</name> + <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/links/children/documentid_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>Type_param</name> + <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/links/children/type_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityParameter> + <name>DocumentTemplateTypeClassification_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>DocumentTemplateProvider</name> + <dependencies> + <entityDependency> + <name>e1c555c3-9e53-4ccf-962c-4bdd3c14bb16</name> + <entityName>Offer_entity</entityName> + <fieldName>DocumentTemplateText</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>9c10883d-eb73-4587-b758-693a66367a4c</name> + <entityName>Offer_entity</entityName> + <fieldName>DocumentTemplateTexHeader</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>67f64ed9-bc92-41ba-a040-671a12b7a5f3</name> + <entityName>Offer_entity</entityName> + <fieldName>DocumentTemplateTexFooter</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>57f408e3-aeb7-4006-a20d-287dae1f0922</name> + <entityName>Mail_entity</entityName> + <fieldName>DocumentTemplates</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + <entityParameter> + <name>DocumentTemplateType_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>TARGET_CONTEXT</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/target_context/valueProcess.js</valueProcess> + </entityField> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <conditionProcess>%aditoprj%/entity/DocumentTemplate_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <onDBInsert>%aditoprj%/entity/DocumentTemplate_entity/recordcontainers/db/onDBInsert.js</onDBInsert> + <onDBUpdate>%aditoprj%/entity/DocumentTemplate_entity/recordcontainers/db/onDBUpdate.js</onDBUpdate> + <onDBDelete>%aditoprj%/entity/DocumentTemplate_entity/recordcontainers/db/onDBDelete.js</onDBDelete> + <linkInformation> + <linkInformation> + <name>982325b6-d12e-43f9-8ac2-c4b9f013aafd</name> + <tableName>DOCUMENTTEMPLATE</tableName> + <primaryKey>DOCUMENTTEMPLATEID</primaryKey> + <isUIDTable v="false" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>DATE_EDIT.value</name> + <recordfield>DOCUMENTTEMPLATE.DATE_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_NEW.value</name> + <recordfield>DOCUMENTTEMPLATE.DATE_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DESCRIPTION.value</name> + <recordfield>DOCUMENTTEMPLATE.DESCRIPTION</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>LANGUAGE.value</name> + <recordfield>DOCUMENTTEMPLATE.LANGUAGE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>NAME.value</name> + <recordfield>DOCUMENTTEMPLATE.NAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>TYPE.value</name> + <recordfield>DOCUMENTTEMPLATE.TYPE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_EDIT.value</name> + <recordfield>DOCUMENTTEMPLATE.USER_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_NEW.value</name> + <recordfield>DOCUMENTTEMPLATE.USER_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DOCUMENTTEMPLATEID.value</name> + <recordfield>DOCUMENTTEMPLATE.DOCUMENTTEMPLATEID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CLASSIFICATION.value</name> + <recordfield>DOCUMENTTEMPLATE.CLASSIFICATION</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Document_entity/Document_entity.aod b/entity/Document_entity/Document_entity.aod index 72d558cfed4c584aa8a830d74da0b8cac0fda5b7..dfa241bdddb0fda9f3cc26a34cd0c7b85fb474f1 100644 --- a/entity/Document_entity/Document_entity.aod +++ b/entity/Document_entity/Document_entity.aod @@ -1,308 +1,308 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Document_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>Document</title> - <iconId>VAADIN:FILE</iconId> - <titlePlural>Documents</titlePlural> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - <recordContainer>jdito</recordContainer> - <dependencies> - <entityDependency> - <name>6bbed1fb-7f22-420d-988e-7f9413c0b294</name> - <entityName>Task_entity</entityName> - <fieldName>MainDocuments</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - <entityField> - <name>NAME</name> - <title>Filename</title> - <mandatory v="true" /> - <state>AUTO</state> - </entityField> - <entityField> - <name>TYPE</name> - <title>Filetype</title> - <state>READONLY</state> - </entityField> - <entityField> - <name>SIZE</name> - <title>Filesize</title> - <contentType>FILESIZE</contentType> - <state>READONLY</state> - </entityField> - <entityField> - <name>DATE_EDIT</name> - <title>Date</title> - <contentType>DATE</contentType> - <resolution>MINUTE</resolution> - <outputFormat>dd.MM.yyyy HH:mm:ss</outputFormat> - <inputFormat>dd.MM.yyyy HH:mm:ss</inputFormat> - <state>READONLY</state> - </entityField> - <entityField> - <name>PREVIEW_IMAGE</name> - <title>Vorschau</title> - <contentType>IMAGE</contentType> - <state>READONLY</state> - </entityField> - <entityField> - <name>BINDATA_UPLOAD</name> - <title>File</title> - <contentType>FILE</contentType> - <onValueChange>%aditoprj%/entity/Document_entity/entityfields/bindata_upload/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - <element>PROCESS</element> - <element>PROCESS_SETVALUE</element> - </onValueChangeTypes> - </entityField> - <entityActionGroup> - <name>Document_actions</name> - <children> - <entityActionField> - <name>downloadFilesAction</name> - <onActionProcess>%aditoprj%/entity/Document_entity/entityfields/document_actions/children/downloadfilesaction/onActionProcess.js</onActionProcess> - <isObjectAction v="false" /> - <isSelectionAction v="true" /> - <iconId>VAADIN:DOWNLOAD</iconId> - </entityActionField> - </children> - </entityActionGroup> - <entityParameter> - <name>AssignmentTable_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>AssignmentName_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>AssignmentRowId_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>UID</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>DESCRIPTION</name> - <title>Description</title> - <contentType>LONG_TEXT</contentType> - <onValueChangeTypes> - <element>MASK</element> - <element>PROCESS</element> - <element>PROCESS_SETVALUE</element> - </onValueChangeTypes> - </entityField> - <entityField> - <name>KEYWORD</name> - <title>Keyword</title> - </entityField> - <entityField> - <name>ICON</name> - <valueProcess>%aditoprj%/entity/Document_entity/entityfields/icon/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>IS_MAIN_DOCUMENT</name> - <title>Main document</title> - <contentType>BOOLEAN</contentType> - <dropDownProcess>%aditoprj%/entity/Document_entity/entityfields/is_main_document/dropDownProcess.js</dropDownProcess> - <valueProcess>%aditoprj%/entity/Document_entity/entityfields/is_main_document/valueProcess.js</valueProcess> - <onValueChange>%aditoprj%/entity/Document_entity/entityfields/is_main_document/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - </onValueChangeTypes> - </entityField> - <entityParameter> - <name>Keyword_param</name> - <expose v="true" /> - <mandatory v="false" /> - <description>PARAMETER</description> - </entityParameter> - <entityActionField> - <name>downloadSingleFileAction</name> - <onActionProcess>%aditoprj%/entity/Document_entity/entityfields/downloadsinglefileaction/onActionProcess.js</onActionProcess> - <iconId>VAADIN:DOWNLOAD</iconId> - </entityActionField> - <entityProvider> - <name>Documents</name> - <recordContainer>jdito</recordContainer> - <dependencies> - <entityDependency> - <name>1eae1907-53ea-4d6f-bcf1-772052365020</name> - <entityName>Activity_entity</entityName> - <fieldName>Documents</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>e4f23cab-a238-4123-8f96-1e09b9da3cb7</name> - <entityName>Contract_entity</entityName> - <fieldName>Documents</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>8867e012-ed4e-4c34-9c1f-402acf910190</name> - <entityName>Offer_entity</entityName> - <fieldName>Documents</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>af4d109a-9265-4119-926e-b1fef4b3a2b3</name> - <entityName>Order_entity</entityName> - <fieldName>Documents</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>92765669-c236-44c1-bacf-6d1aef7c1433</name> - <entityName>Organisation_entity</entityName> - <fieldName>Documents</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>0d8ec167-6db1-4a8b-b1d5-8cba3f050bca</name> - <entityName>Person_entity</entityName> - <fieldName>Documents</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>31a82406-7a61-49d9-b75b-731040614ecb</name> - <entityName>Product_entity</entityName> - <fieldName>Documents</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>35ebe1f6-b2a2-4659-8b50-afdbe37269de</name> - <entityName>Salesproject_entity</entityName> - <fieldName>Documents</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>abd400df-a5a4-4750-b3a4-0476b2721161</name> - <entityName>Employee_entity</entityName> - <fieldName>Documents</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>e326d4f9-40fd-42c8-88d6-0c5cefc6fa71</name> - <entityName>Task_entity</entityName> - <fieldName>Documents</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>AssignmentName_param</name> - <valueProcess>%aditoprj%/entity/Document_entity/entityfields/documents/children/assignmentname_param/valueProcess.js</valueProcess> - <expose v="true" /> - <documentation>%aditoprj%/entity/Document_entity/entityfields/documents/children/assignmentname_param/documentation.adoc</documentation> - </entityParameter> - <entityParameter> - <name>AssignmentRowId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>AssignmentTable_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>Keyword_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityProvider> - <name>MainDocuments</name> - <recordContainer>jdito</recordContainer> - <dependencies> - <entityDependency> - <name>87d738a5-5d5e-425e-b013-007371475a38</name> - <entityName>Activity_entity</entityName> - <fieldName>MainDocuments</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>457fd01e-4197-4fca-8079-e2025295f89c</name> - <entityName>Contract_entity</entityName> - <fieldName>MainDocuments</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>ff2d676c-7dd0-47ad-b7f2-ce35b0546e9f</name> - <entityName>Offer_entity</entityName> - <fieldName>MainDocuments</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>75c1875c-5cb6-4cae-8bc7-82c45a2934e5</name> - <entityName>Order_entity</entityName> - <fieldName>MainDocuments</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>8366d11d-4c46-4410-b255-6d196229a534</name> - <entityName>Product_entity</entityName> - <fieldName>MainDocuments</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>dfd2ed28-212f-4135-8f0c-7772f17b6ee6</name> - <entityName>Salesproject_entity</entityName> - <fieldName>MainDocuments</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>Keyword_param</name> - <valueProcess>%aditoprj%/entity/Document_entity/entityfields/maindocuments/children/keyword_param/valueProcess.js</valueProcess> - <expose v="true" /> - <mandatory v="true" /> - <description>TODO: expose auf false. aktuell wird der Code nicht ausgeführt, wenn Expose false ist.</description> - </entityParameter> - <entityParameter> - <name>AssignmentName_param</name> - <valueProcess>%aditoprj%/entity/Document_entity/entityfields/maindocuments/children/assignmentname_param/valueProcess.js</valueProcess> - <expose v="true" /> - <documentation>%aditoprj%/entity/Document_entity/entityfields/maindocuments/children/assignmentname_param/documentation.adoc</documentation> - </entityParameter> - <entityParameter> - <name>AssignmentRowId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>AssignmentTable_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>_____SYSTEMALIAS</jDitoRecordAlias> - <contentProcess>%aditoprj%/entity/Document_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <onInsert>%aditoprj%/entity/Document_entity/recordcontainers/jdito/onInsert.js</onInsert> - <onUpdate>%aditoprj%/entity/Document_entity/recordcontainers/jdito/onUpdate.js</onUpdate> - <onDelete>%aditoprj%/entity/Document_entity/recordcontainers/jdito/onDelete.js</onDelete> - <recordFields> - <element>UID.value</element> - <element>NAME.value</element> - <element>SIZE.value</element> - <element>DATE_EDIT.value</element> - <element>PREVIEW_IMAGE.value</element> - <element>TYPE.value</element> - <element>DESCRIPTION.value</element> - <element>KEYWORD.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Document_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>Document</title> + <iconId>VAADIN:FILE</iconId> + <titlePlural>Documents</titlePlural> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + <recordContainer>jdito</recordContainer> + <dependencies> + <entityDependency> + <name>6bbed1fb-7f22-420d-988e-7f9413c0b294</name> + <entityName>Task_entity</entityName> + <fieldName>MainDocuments</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + <entityField> + <name>NAME</name> + <title>Filename</title> + <mandatory v="true" /> + <state>AUTO</state> + </entityField> + <entityField> + <name>TYPE</name> + <title>Filetype</title> + <state>READONLY</state> + </entityField> + <entityField> + <name>SIZE</name> + <title>Filesize</title> + <contentType>FILESIZE</contentType> + <state>READONLY</state> + </entityField> + <entityField> + <name>DATE_EDIT</name> + <title>Date</title> + <contentType>DATE</contentType> + <resolution>MINUTE</resolution> + <outputFormat>dd.MM.yyyy HH:mm:ss</outputFormat> + <inputFormat>dd.MM.yyyy HH:mm:ss</inputFormat> + <state>READONLY</state> + </entityField> + <entityField> + <name>PREVIEW_IMAGE</name> + <title>Vorschau</title> + <contentType>IMAGE</contentType> + <state>READONLY</state> + </entityField> + <entityField> + <name>BINDATA_UPLOAD</name> + <title>File</title> + <contentType>FILE</contentType> + <onValueChange>%aditoprj%/entity/Document_entity/entityfields/bindata_upload/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + <element>PROCESS</element> + <element>PROCESS_SETVALUE</element> + </onValueChangeTypes> + </entityField> + <entityActionGroup> + <name>Document_actions</name> + <children> + <entityActionField> + <name>downloadFilesAction</name> + <onActionProcess>%aditoprj%/entity/Document_entity/entityfields/document_actions/children/downloadfilesaction/onActionProcess.js</onActionProcess> + <isObjectAction v="false" /> + <isSelectionAction v="true" /> + <iconId>VAADIN:DOWNLOAD</iconId> + </entityActionField> + </children> + </entityActionGroup> + <entityParameter> + <name>AssignmentTable_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>AssignmentName_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>AssignmentRowId_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>UID</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>DESCRIPTION</name> + <title>Description</title> + <contentType>LONG_TEXT</contentType> + <onValueChangeTypes> + <element>MASK</element> + <element>PROCESS</element> + <element>PROCESS_SETVALUE</element> + </onValueChangeTypes> + </entityField> + <entityField> + <name>KEYWORD</name> + <title>Keyword</title> + </entityField> + <entityField> + <name>ICON</name> + <valueProcess>%aditoprj%/entity/Document_entity/entityfields/icon/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>IS_MAIN_DOCUMENT</name> + <title>Main document</title> + <contentType>BOOLEAN</contentType> + <dropDownProcess>%aditoprj%/entity/Document_entity/entityfields/is_main_document/dropDownProcess.js</dropDownProcess> + <valueProcess>%aditoprj%/entity/Document_entity/entityfields/is_main_document/valueProcess.js</valueProcess> + <onValueChange>%aditoprj%/entity/Document_entity/entityfields/is_main_document/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + </onValueChangeTypes> + </entityField> + <entityParameter> + <name>Keyword_param</name> + <expose v="true" /> + <mandatory v="false" /> + <description>PARAMETER</description> + </entityParameter> + <entityActionField> + <name>downloadSingleFileAction</name> + <onActionProcess>%aditoprj%/entity/Document_entity/entityfields/downloadsinglefileaction/onActionProcess.js</onActionProcess> + <iconId>VAADIN:DOWNLOAD</iconId> + </entityActionField> + <entityProvider> + <name>Documents</name> + <recordContainer>jdito</recordContainer> + <dependencies> + <entityDependency> + <name>1eae1907-53ea-4d6f-bcf1-772052365020</name> + <entityName>Activity_entity</entityName> + <fieldName>Documents</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>e4f23cab-a238-4123-8f96-1e09b9da3cb7</name> + <entityName>Contract_entity</entityName> + <fieldName>Documents</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>8867e012-ed4e-4c34-9c1f-402acf910190</name> + <entityName>Offer_entity</entityName> + <fieldName>Documents</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>af4d109a-9265-4119-926e-b1fef4b3a2b3</name> + <entityName>Order_entity</entityName> + <fieldName>Documents</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>92765669-c236-44c1-bacf-6d1aef7c1433</name> + <entityName>Organisation_entity</entityName> + <fieldName>Documents</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>0d8ec167-6db1-4a8b-b1d5-8cba3f050bca</name> + <entityName>Person_entity</entityName> + <fieldName>Documents</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>31a82406-7a61-49d9-b75b-731040614ecb</name> + <entityName>Product_entity</entityName> + <fieldName>Documents</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>35ebe1f6-b2a2-4659-8b50-afdbe37269de</name> + <entityName>Salesproject_entity</entityName> + <fieldName>Documents</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>abd400df-a5a4-4750-b3a4-0476b2721161</name> + <entityName>Employee_entity</entityName> + <fieldName>Documents</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>e326d4f9-40fd-42c8-88d6-0c5cefc6fa71</name> + <entityName>Task_entity</entityName> + <fieldName>Documents</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>AssignmentName_param</name> + <valueProcess>%aditoprj%/entity/Document_entity/entityfields/documents/children/assignmentname_param/valueProcess.js</valueProcess> + <expose v="true" /> + <documentation>%aditoprj%/entity/Document_entity/entityfields/documents/children/assignmentname_param/documentation.adoc</documentation> + </entityParameter> + <entityParameter> + <name>AssignmentRowId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>AssignmentTable_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>Keyword_param</name> + <expose v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityProvider> + <name>MainDocuments</name> + <recordContainer>jdito</recordContainer> + <dependencies> + <entityDependency> + <name>87d738a5-5d5e-425e-b013-007371475a38</name> + <entityName>Activity_entity</entityName> + <fieldName>MainDocuments</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>457fd01e-4197-4fca-8079-e2025295f89c</name> + <entityName>Contract_entity</entityName> + <fieldName>MainDocuments</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>ff2d676c-7dd0-47ad-b7f2-ce35b0546e9f</name> + <entityName>Offer_entity</entityName> + <fieldName>MainDocuments</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>75c1875c-5cb6-4cae-8bc7-82c45a2934e5</name> + <entityName>Order_entity</entityName> + <fieldName>MainDocuments</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>8366d11d-4c46-4410-b255-6d196229a534</name> + <entityName>Product_entity</entityName> + <fieldName>MainDocuments</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>dfd2ed28-212f-4135-8f0c-7772f17b6ee6</name> + <entityName>Salesproject_entity</entityName> + <fieldName>MainDocuments</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>Keyword_param</name> + <valueProcess>%aditoprj%/entity/Document_entity/entityfields/maindocuments/children/keyword_param/valueProcess.js</valueProcess> + <expose v="true" /> + <mandatory v="true" /> + <description>TODO: expose auf false. aktuell wird der Code nicht ausgeführt, wenn Expose false ist.</description> + </entityParameter> + <entityParameter> + <name>AssignmentName_param</name> + <valueProcess>%aditoprj%/entity/Document_entity/entityfields/maindocuments/children/assignmentname_param/valueProcess.js</valueProcess> + <expose v="true" /> + <documentation>%aditoprj%/entity/Document_entity/entityfields/maindocuments/children/assignmentname_param/documentation.adoc</documentation> + </entityParameter> + <entityParameter> + <name>AssignmentRowId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>AssignmentTable_param</name> + <expose v="true" /> + </entityParameter> + </children> + </entityProvider> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>_____SYSTEMALIAS</jDitoRecordAlias> + <contentProcess>%aditoprj%/entity/Document_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <onInsert>%aditoprj%/entity/Document_entity/recordcontainers/jdito/onInsert.js</onInsert> + <onUpdate>%aditoprj%/entity/Document_entity/recordcontainers/jdito/onUpdate.js</onUpdate> + <onDelete>%aditoprj%/entity/Document_entity/recordcontainers/jdito/onDelete.js</onDelete> + <recordFields> + <element>UID.value</element> + <element>NAME.value</element> + <element>SIZE.value</element> + <element>DATE_EDIT.value</element> + <element>PREVIEW_IMAGE.value</element> + <element>TYPE.value</element> + <element>DESCRIPTION.value</element> + <element>KEYWORD.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Email_entity/Email_entity.aod b/entity/Email_entity/Email_entity.aod index 8a3f7dba803446aae2139a84d61f7ea50b86f3cf..e4e5aa2bf7054cda4e39c6cc9032bf73e5a28c81 100644 --- a/entity/Email_entity/Email_entity.aod +++ b/entity/Email_entity/Email_entity.aod @@ -1,69 +1,69 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Email_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>UID</name> - </entityField> - <entityField> - <name>DOCUMENT_TEMPLATE</name> - <title>Document Template</title> - <consumer>DocumentTemplates</consumer> - <linkedContext>DocumentTemplate</linkedContext> - </entityField> - <entityConsumer> - <name>DocumentTemplates</name> - <dependency> - <name>dependency</name> - <entityName>DocumentTemplate_entity</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> - </entityConsumer> - <entityParameter> - <name>Recipient_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>RECIPIENT</name> - <title>Recipient</title> - <consumer>EmailAddresses</consumer> - <valueProcess>%aditoprj%/entity/Email_entity/entityfields/recipient/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Email_entity/entityfields/recipient/displayValueProcess.js</displayValueProcess> - </entityField> - <entityConsumer> - <name>EmailAddresses</name> - <dependency> - <name>dependency</name> - <entityName>Communication_entity</entityName> - <fieldName>EmailCommunications</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/Email_entity/entityfields/emailaddresses/children/contactid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <onInsert>%aditoprj%/entity/Email_entity/recordcontainers/jdito/onInsert.js</onInsert> - <recordFields> - <element>UID.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Email_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>UID</name> + </entityField> + <entityField> + <name>DOCUMENT_TEMPLATE</name> + <title>Document Template</title> + <consumer>DocumentTemplates</consumer> + <linkedContext>DocumentTemplate</linkedContext> + </entityField> + <entityConsumer> + <name>DocumentTemplates</name> + <dependency> + <name>dependency</name> + <entityName>DocumentTemplate_entity</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> + </entityConsumer> + <entityParameter> + <name>Recipient_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>RECIPIENT</name> + <title>Recipient</title> + <consumer>EmailAddresses</consumer> + <valueProcess>%aditoprj%/entity/Email_entity/entityfields/recipient/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Email_entity/entityfields/recipient/displayValueProcess.js</displayValueProcess> + </entityField> + <entityConsumer> + <name>EmailAddresses</name> + <dependency> + <name>dependency</name> + <entityName>Communication_entity</entityName> + <fieldName>EmailCommunications</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContactId_param</name> + <valueProcess>%aditoprj%/entity/Email_entity/entityfields/emailaddresses/children/contactid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <onInsert>%aditoprj%/entity/Email_entity/recordcontainers/jdito/onInsert.js</onInsert> + <recordFields> + <element>UID.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/EmployeeRole_entity/EmployeeRole_entity.aod b/entity/EmployeeRole_entity/EmployeeRole_entity.aod index b5be66125ef6b89914201bad1242c889fc6efff7..09fa188cf53db85de07156796bddef0a838931c2 100644 --- a/entity/EmployeeRole_entity/EmployeeRole_entity.aod +++ b/entity/EmployeeRole_entity/EmployeeRole_entity.aod @@ -1,59 +1,59 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>EmployeeRole_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>Role</title> - <titlePlural>Roles</titlePlural> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>UID</name> - </entityField> - <entityParameter> - <name>UserTitle_param</name> - <expose v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>EmployeeRoles</name> - <dependencies> - <entityDependency> - <name>3bcec57a-7165-4773-9253-5ecab26ee3f4</name> - <entityName>Employee_entity</entityName> - <fieldName>EmployeeRoles</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>UserTitle_param</name> - <expose v="true" /> - <mandatory v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityField> - <name>ROLE</name> - <title>Role</title> - <dropDownProcess>%aditoprj%/entity/EmployeeRole_entity/entityfields/role/dropDownProcess.js</dropDownProcess> - </entityField> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <contentProcess>%aditoprj%/entity/EmployeeRole_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <onInsert>%aditoprj%/entity/EmployeeRole_entity/recordcontainers/jdito/onInsert.js</onInsert> - <onUpdate>%aditoprj%/entity/EmployeeRole_entity/recordcontainers/jdito/onUpdate.js</onUpdate> - <onDelete>%aditoprj%/entity/EmployeeRole_entity/recordcontainers/jdito/onDelete.js</onDelete> - <recordFields> - <element>UID.value</element> - <element>ROLE.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>EmployeeRole_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>Role</title> + <titlePlural>Roles</titlePlural> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>UID</name> + </entityField> + <entityParameter> + <name>UserTitle_param</name> + <expose v="true" /> + <mandatory v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>EmployeeRoles</name> + <dependencies> + <entityDependency> + <name>3bcec57a-7165-4773-9253-5ecab26ee3f4</name> + <entityName>Employee_entity</entityName> + <fieldName>EmployeeRoles</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>UserTitle_param</name> + <expose v="true" /> + <mandatory v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityField> + <name>ROLE</name> + <title>Role</title> + <dropDownProcess>%aditoprj%/entity/EmployeeRole_entity/entityfields/role/dropDownProcess.js</dropDownProcess> + </entityField> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <contentProcess>%aditoprj%/entity/EmployeeRole_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <onInsert>%aditoprj%/entity/EmployeeRole_entity/recordcontainers/jdito/onInsert.js</onInsert> + <onUpdate>%aditoprj%/entity/EmployeeRole_entity/recordcontainers/jdito/onUpdate.js</onUpdate> + <onDelete>%aditoprj%/entity/EmployeeRole_entity/recordcontainers/jdito/onDelete.js</onDelete> + <recordFields> + <element>UID.value</element> + <element>ROLE.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Employee_entity/Employee_entity.aod b/entity/Employee_entity/Employee_entity.aod index c867c19ce8d5b86be057795f7cf0b55ae37f50a4..bc69db9b8adad40442595fdb5f9ec2b5ee43a92d 100644 --- a/entity/Employee_entity/Employee_entity.aod +++ b/entity/Employee_entity/Employee_entity.aod @@ -1,305 +1,305 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Employee_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>Employee</title> - <contentTitleProcess>%aditoprj%/entity/Employee_entity/contentTitleProcess.js</contentTitleProcess> - <afterUiInit>%aditoprj%/entity/Employee_entity/afterUiInit.js</afterUiInit> - <onValidation>%aditoprj%/entity/Employee_entity/onValidation.js</onValidation> - <iconId>VAADIN:USER</iconId> - <titlePlural>Employees</titlePlural> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - <lookupIdfield>CONTACT_ID</lookupIdfield> - </entityProvider> - <entityField> - <name>UID</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/uid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>TITLE</name> - <title>Username</title> - <mandatory v="true" /> - <onValidation>%aditoprj%/entity/Employee_entity/entityfields/title/onValidation.js</onValidation> - </entityField> - <entityField> - <name>CONTACT_ID</name> - <title>Person</title> - <consumer>Contacts</consumer> - <linkedContext>Person</linkedContext> - <mandatory v="true" /> - <stateProcess>%aditoprj%/entity/Employee_entity/entityfields/contact_id/stateProcess.js</stateProcess> - <onValueChange>%aditoprj%/entity/Employee_entity/entityfields/contact_id/onValueChange.js</onValueChange> - <onValidation>%aditoprj%/entity/Employee_entity/entityfields/contact_id/onValidation.js</onValidation> - </entityField> - <entityField> - <name>FIRSTNAME</name> - <title>Firstname</title> - <state>READONLY</state> - </entityField> - <entityField> - <name>LASTNAME</name> - <title>Lastname</title> - <mandatory v="false" /> - <state>READONLY</state> - </entityField> - <entityField> - <name>ISACTIVE</name> - <title>Active</title> - <contentType>BOOLEAN</contentType> - <dropDownProcess>%aditoprj%/entity/Employee_entity/entityfields/isactive/dropDownProcess.js</dropDownProcess> - <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/isactive/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>EMAIL_ADDRESS</name> - <title>Email</title> - <mandatory v="true" /> - <dropDownProcess>%aditoprj%/entity/Employee_entity/entityfields/email_address/dropDownProcess.js</dropDownProcess> - <textInputAllowed v="true" /> - <onValidation>%aditoprj%/entity/Employee_entity/entityfields/email_address/onValidation.js</onValidation> - </entityField> - <entityField> - <name>PASSWORD</name> - <title>Password</title> - <contentType>PASSWORD</contentType> - <mandatoryProcess>%aditoprj%/entity/Employee_entity/entityfields/password/mandatoryProcess.js</mandatoryProcess> - <searchable v="false" /> - <stateProcess>%aditoprj%/entity/Employee_entity/entityfields/password/stateProcess.js</stateProcess> - </entityField> - <entityField> - <name>CONFIRM_PASSWORD</name> - <title>Confirm password</title> - <contentType>PASSWORD</contentType> - <mandatoryProcess>%aditoprj%/entity/Employee_entity/entityfields/confirm_password/mandatoryProcess.js</mandatoryProcess> - <searchable v="false" /> - <stateProcess>%aditoprj%/entity/Employee_entity/entityfields/confirm_password/stateProcess.js</stateProcess> - </entityField> - <entityActionField> - <name>setPassword</name> - <title>Set password</title> - <onActionProcess>%aditoprj%/entity/Employee_entity/entityfields/setpassword/onActionProcess.js</onActionProcess> - <iconId>VAADIN:PASSWORD</iconId> - </entityActionField> - <entityParameter> - <name>PasswordChange_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>OnlyActives_param</name> - <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/onlyactives_param/valueProcess.js</valueProcess> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityConsumer> - <name>Contacts</name> - <dependency> - <name>dependency</name> - <entityName>Person_entity</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>Attributes</name> - <onValidation>%aditoprj%/entity/Employee_entity/entityfields/attributes/onValidation.js</onValidation> - <dependency> - <name>dependency</name> - <entityName>AttributeRelation_entity</entityName> - <fieldName>AttributeRelations</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectRowId_param</name> - <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityFieldGroup> - <name>NAME_fieldGroup</name> - <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/name_fieldgroup/valueProcess.js</valueProcess> - <title>Name</title> - <description>FIELDGROUP</description> - <fields> - <element>FIRSTNAME</element> - <element>LASTNAME</element> - </fields> - </entityFieldGroup> - <entityField> - <name>IMAGE</name> - <contentType>IMAGE</contentType> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/image/valueProcess.js</valueProcess> - <onValueChange>%aditoprj%/entity/Employee_entity/entityfields/image/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - </onValueChangeTypes> - </entityField> - <entityField> - <name>DEPARTMENT</name> - <title>Department</title> - <consumer>Departments</consumer> - <mandatory v="true" /> - <displayValueProcess>%aditoprj%/entity/Employee_entity/entityfields/department/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>DESCRIPTION</name> - <title>Description</title> - <contentType>LONG_TEXT</contentType> - </entityField> - <entityField> - <name>ROLES</name> - <searchable v="false" /> - </entityField> - <entityConsumer> - <name>EmployeeRoles</name> - <dependency> - <name>dependency</name> - <entityName>EmployeeRole_entity</entityName> - <fieldName>EmployeeRoles</fieldName> - </dependency> - <children> - <entityParameter> - <name>UserTitle_param</name> - <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/employeeroles/children/usertitle_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>AttributeTree</name> - <dependency> - <name>dependency</name> - <entityName>AttributeRelation_entity</entityName> - <fieldName>TreeProvider</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectRowId_param</name> - <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/attributetree/children/objectrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/attributetree/children/objecttype_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Documents</name> - <dependency> - <name>dependency</name> - <entityName>Document_entity</entityName> - <fieldName>Documents</fieldName> - </dependency> - <children> - <entityParameter> - <name>AssignmentName_param</name> - </entityParameter> - <entityParameter> - <name>AssignmentTable_param</name> - <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/documents/children/assignmenttable_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>AssignmentRowId_param</name> - <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/documents/children/assignmentrowid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityProvider> - <name>Employees</name> - <lookupIdfield>CONTACT_ID</lookupIdfield> - <dependencies> - <entityDependency> - <name>0ca415b9-a940-424e-bee8-05c007b20659</name> - <entityName>Activity_entity</entityName> - <fieldName>Employees</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>73f93f34-bfe9-48fd-b9ce-7f8ba46014c9</name> - <entityName>Timetracking_entity</entityName> - <fieldName>Employees</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>02bacafb-433c-497d-8561-96c426da61e9</name> - <entityName>Campaign_entity</entityName> - <fieldName>Employee</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>fefc05d2-6087-4600-bc77-80804654809e</name> - <entityName>CampaignStep_entity</entityName> - <fieldName>Employees</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>1affaf42-1889-42d8-802a-730a83b79cc4</name> - <entityName>Task_entity</entityName> - <fieldName>ContactEditors</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>24d41887-29f4-4a3d-9a0b-063adb6603dc</name> - <entityName>Task_entity</entityName> - <fieldName>ContactRequestors</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>OnlyActives_param</name> - <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/employees/children/onlyactives_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityProvider> - <entityConsumer> - <name>Departments</name> - <dependency> - <name>dependency</name> - <entityName>Attribute_entity</entityName> - <fieldName>AttributeParent</fieldName> - </dependency> - <children> - <entityParameter> - <name>AttrParentId_param</name> - <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/departments/children/attrparentid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>AttrParentType_param</name> - <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/departments/children/attrparenttype_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <isFilterable v="true" /> - <isSortable v="true" /> - <contentProcess>%aditoprj%/entity/Employee_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <onInsert>%aditoprj%/entity/Employee_entity/recordcontainers/jdito/onInsert.js</onInsert> - <onUpdate>%aditoprj%/entity/Employee_entity/recordcontainers/jdito/onUpdate.js</onUpdate> - <onDelete>%aditoprj%/entity/Employee_entity/recordcontainers/jdito/onDelete.js</onDelete> - <recordFields> - <element>UID.value</element> - <element>TITLE.value</element> - <element>ISACTIVE.value</element> - <element>FIRSTNAME.value</element> - <element>LASTNAME.value</element> - <element>EMAIL_ADDRESS.value</element> - <element>EMAIL_ADDRESS.displayValue</element> - <element>DESCRIPTION.value</element> - <element>CONTACT_ID.value</element> - <element>CONTACT_ID.displayValue</element> - <element>DEPARTMENT.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Employee_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>Employee</title> + <contentTitleProcess>%aditoprj%/entity/Employee_entity/contentTitleProcess.js</contentTitleProcess> + <afterUiInit>%aditoprj%/entity/Employee_entity/afterUiInit.js</afterUiInit> + <onValidation>%aditoprj%/entity/Employee_entity/onValidation.js</onValidation> + <iconId>VAADIN:USER</iconId> + <titlePlural>Employees</titlePlural> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + <lookupIdfield>CONTACT_ID</lookupIdfield> + </entityProvider> + <entityField> + <name>UID</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/uid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>TITLE</name> + <title>Username</title> + <mandatory v="true" /> + <onValidation>%aditoprj%/entity/Employee_entity/entityfields/title/onValidation.js</onValidation> + </entityField> + <entityField> + <name>CONTACT_ID</name> + <title>Person</title> + <consumer>Contacts</consumer> + <linkedContext>Person</linkedContext> + <mandatory v="true" /> + <stateProcess>%aditoprj%/entity/Employee_entity/entityfields/contact_id/stateProcess.js</stateProcess> + <onValueChange>%aditoprj%/entity/Employee_entity/entityfields/contact_id/onValueChange.js</onValueChange> + <onValidation>%aditoprj%/entity/Employee_entity/entityfields/contact_id/onValidation.js</onValidation> + </entityField> + <entityField> + <name>FIRSTNAME</name> + <title>Firstname</title> + <state>READONLY</state> + </entityField> + <entityField> + <name>LASTNAME</name> + <title>Lastname</title> + <mandatory v="false" /> + <state>READONLY</state> + </entityField> + <entityField> + <name>ISACTIVE</name> + <title>Active</title> + <contentType>BOOLEAN</contentType> + <dropDownProcess>%aditoprj%/entity/Employee_entity/entityfields/isactive/dropDownProcess.js</dropDownProcess> + <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/isactive/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>EMAIL_ADDRESS</name> + <title>Email</title> + <mandatory v="true" /> + <dropDownProcess>%aditoprj%/entity/Employee_entity/entityfields/email_address/dropDownProcess.js</dropDownProcess> + <textInputAllowed v="true" /> + <onValidation>%aditoprj%/entity/Employee_entity/entityfields/email_address/onValidation.js</onValidation> + </entityField> + <entityField> + <name>PASSWORD</name> + <title>Password</title> + <contentType>PASSWORD</contentType> + <mandatoryProcess>%aditoprj%/entity/Employee_entity/entityfields/password/mandatoryProcess.js</mandatoryProcess> + <searchable v="false" /> + <stateProcess>%aditoprj%/entity/Employee_entity/entityfields/password/stateProcess.js</stateProcess> + </entityField> + <entityField> + <name>CONFIRM_PASSWORD</name> + <title>Confirm password</title> + <contentType>PASSWORD</contentType> + <mandatoryProcess>%aditoprj%/entity/Employee_entity/entityfields/confirm_password/mandatoryProcess.js</mandatoryProcess> + <searchable v="false" /> + <stateProcess>%aditoprj%/entity/Employee_entity/entityfields/confirm_password/stateProcess.js</stateProcess> + </entityField> + <entityActionField> + <name>setPassword</name> + <title>Set password</title> + <onActionProcess>%aditoprj%/entity/Employee_entity/entityfields/setpassword/onActionProcess.js</onActionProcess> + <iconId>VAADIN:PASSWORD</iconId> + </entityActionField> + <entityParameter> + <name>PasswordChange_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>OnlyActives_param</name> + <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/onlyactives_param/valueProcess.js</valueProcess> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>Contacts</name> + <dependency> + <name>dependency</name> + <entityName>Person_entity</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>Attributes</name> + <onValidation>%aditoprj%/entity/Employee_entity/entityfields/attributes/onValidation.js</onValidation> + <dependency> + <name>dependency</name> + <entityName>AttributeRelation_entity</entityName> + <fieldName>AttributeRelations</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityFieldGroup> + <name>NAME_fieldGroup</name> + <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/name_fieldgroup/valueProcess.js</valueProcess> + <title>Name</title> + <description>FIELDGROUP</description> + <fields> + <element>FIRSTNAME</element> + <element>LASTNAME</element> + </fields> + </entityFieldGroup> + <entityField> + <name>IMAGE</name> + <contentType>IMAGE</contentType> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/image/valueProcess.js</valueProcess> + <onValueChange>%aditoprj%/entity/Employee_entity/entityfields/image/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + </onValueChangeTypes> + </entityField> + <entityField> + <name>DEPARTMENT</name> + <title>Department</title> + <consumer>Departments</consumer> + <mandatory v="true" /> + <displayValueProcess>%aditoprj%/entity/Employee_entity/entityfields/department/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>DESCRIPTION</name> + <title>Description</title> + <contentType>LONG_TEXT</contentType> + </entityField> + <entityField> + <name>ROLES</name> + <searchable v="false" /> + </entityField> + <entityConsumer> + <name>EmployeeRoles</name> + <dependency> + <name>dependency</name> + <entityName>EmployeeRole_entity</entityName> + <fieldName>EmployeeRoles</fieldName> + </dependency> + <children> + <entityParameter> + <name>UserTitle_param</name> + <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/employeeroles/children/usertitle_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>AttributeTree</name> + <dependency> + <name>dependency</name> + <entityName>AttributeRelation_entity</entityName> + <fieldName>TreeProvider</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/attributetree/children/objectrowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/attributetree/children/objecttype_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Documents</name> + <dependency> + <name>dependency</name> + <entityName>Document_entity</entityName> + <fieldName>Documents</fieldName> + </dependency> + <children> + <entityParameter> + <name>AssignmentName_param</name> + </entityParameter> + <entityParameter> + <name>AssignmentTable_param</name> + <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/documents/children/assignmenttable_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>AssignmentRowId_param</name> + <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/documents/children/assignmentrowid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityProvider> + <name>Employees</name> + <lookupIdfield>CONTACT_ID</lookupIdfield> + <dependencies> + <entityDependency> + <name>0ca415b9-a940-424e-bee8-05c007b20659</name> + <entityName>Activity_entity</entityName> + <fieldName>Employees</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>73f93f34-bfe9-48fd-b9ce-7f8ba46014c9</name> + <entityName>Timetracking_entity</entityName> + <fieldName>Employees</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>02bacafb-433c-497d-8561-96c426da61e9</name> + <entityName>Campaign_entity</entityName> + <fieldName>Employee</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>fefc05d2-6087-4600-bc77-80804654809e</name> + <entityName>CampaignStep_entity</entityName> + <fieldName>Employees</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>1affaf42-1889-42d8-802a-730a83b79cc4</name> + <entityName>Task_entity</entityName> + <fieldName>ContactEditors</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>24d41887-29f4-4a3d-9a0b-063adb6603dc</name> + <entityName>Task_entity</entityName> + <fieldName>ContactRequestors</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>OnlyActives_param</name> + <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/employees/children/onlyactives_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityProvider> + <entityConsumer> + <name>Departments</name> + <dependency> + <name>dependency</name> + <entityName>Attribute_entity</entityName> + <fieldName>AttributeParent</fieldName> + </dependency> + <children> + <entityParameter> + <name>AttrParentId_param</name> + <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/departments/children/attrparentid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>AttrParentType_param</name> + <valueProcess>%aditoprj%/entity/Employee_entity/entityfields/departments/children/attrparenttype_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <isFilterable v="true" /> + <isSortable v="true" /> + <contentProcess>%aditoprj%/entity/Employee_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <onInsert>%aditoprj%/entity/Employee_entity/recordcontainers/jdito/onInsert.js</onInsert> + <onUpdate>%aditoprj%/entity/Employee_entity/recordcontainers/jdito/onUpdate.js</onUpdate> + <onDelete>%aditoprj%/entity/Employee_entity/recordcontainers/jdito/onDelete.js</onDelete> + <recordFields> + <element>UID.value</element> + <element>TITLE.value</element> + <element>ISACTIVE.value</element> + <element>FIRSTNAME.value</element> + <element>LASTNAME.value</element> + <element>EMAIL_ADDRESS.value</element> + <element>EMAIL_ADDRESS.displayValue</element> + <element>DESCRIPTION.value</element> + <element>CONTACT_ID.value</element> + <element>CONTACT_ID.displayValue</element> + <element>DEPARTMENT.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Forecast_entity/Forecast_entity.aod b/entity/Forecast_entity/Forecast_entity.aod new file mode 100644 index 0000000000000000000000000000000000000000..8bf3ee5a9b40ab579250fcc56a46c6edca4a93da --- /dev/null +++ b/entity/Forecast_entity/Forecast_entity.aod @@ -0,0 +1,177 @@ +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Forecast_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>${FORECAST_ENGLISH}</title> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>DATE_START</name> + <title>Planned</title> + <contentType>DATE</contentType> + <resolution>DAY</resolution> + <outputFormat>dd.MM.yyyy</outputFormat> + <inputFormat>dd.MM.yyyy</inputFormat> + <valueProcess>%aditoprj%/entity/Forecast_entity/entityfields/date_start/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>GROUPCODE</name> + <title>Product</title> + <consumer>KeywordProductGroupcodes</consumer> + <displayValueProcess>%aditoprj%/entity/Forecast_entity/entityfields/groupcode/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>INFO</name> + <title>Info</title> + <contentType>LONG_TEXT</contentType> + </entityField> + <entityField> + <name>FORECASTID</name> + <valueProcess>%aditoprj%/entity/Forecast_entity/entityfields/forecastid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>OBJECT_ROWID</name> + <consumer>Objects</consumer> + <linkedContextProcess>%aditoprj%/entity/Forecast_entity/entityfields/object_rowid/linkedContextProcess.js</linkedContextProcess> + <valueProcess>%aditoprj%/entity/Forecast_entity/entityfields/object_rowid/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Forecast_entity/entityfields/object_rowid/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>TYPE</name> + </entityField> + <entityField> + <name>VOLUME</name> + <titleProcess>%aditoprj%/entity/Forecast_entity/entityfields/volume/titleProcess.js</titleProcess> + </entityField> + <entityConsumer> + <name>KeywordProductGroupcodes</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Forecast_entity/entityfields/keywordproductgroupcodes/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>OBJECT_TYPE</name> + <consumer>Contexts</consumer> + <valueProcess>%aditoprj%/entity/Forecast_entity/entityfields/object_type/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Forecast_entity/entityfields/object_type/displayValueProcess.js</displayValueProcess> + </entityField> + <entityConsumer> + <name>Objects</name> + <dependency> + <name>dependency</name> + <entityName>Object_entity</entityName> + <fieldName>AllObjects</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Forecast_entity/entityfields/objects/children/objecttype_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Contexts</name> + <dependency> + <name>dependency</name> + <entityName>Context_entity</entityName> + <fieldName>Context</fieldName> + </dependency> + </entityConsumer> + <entityProvider> + <name>Links</name> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>42f3a486-1fcd-46b7-8282-e55b1c7ac965</name> + <entityName>Salesproject_entity</entityName> + <fieldName>Forecasts</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + <entityParameter> + <name>ObjectRowId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <conditionProcess>%aditoprj%/entity/Forecast_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <linkInformation> + <linkInformation> + <name>920ae11e-ae44-400f-9df0-fa879131a05c</name> + <tableName>FORECAST</tableName> + <primaryKey>FORECASTID</primaryKey> + <isUIDTable v="false" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>DATE_START.value</name> + <recordfield>FORECAST.DATE_START</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>GROUPCODE.value</name> + <recordfield>FORECAST.GROUPCODE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>INFO.value</name> + <recordfield>FORECAST.INFO</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>TYPE.value</name> + <recordfield>FORECAST.TYPE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>VOLUME.value</name> + <recordfield>FORECAST.VOLUME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>GROUPCODE.displayValue</name> + <expression>%aditoprj%/entity/Forecast_entity/recordcontainers/db/recordfieldmappings/groupcode.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OBJECT_ROWID.value</name> + <recordfield>FORECAST.OBJECT_ROWID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OBJECT_ROWID.displayValue</name> + <expression>%aditoprj%/entity/Forecast_entity/recordcontainers/db/recordfieldmappings/object_rowid.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OBJECT_TYPE.value</name> + <recordfield>FORECAST.OBJECT_TYPE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>FORECASTID.value</name> + <recordfield>FORECAST.FORECASTID</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/SalesprojectMember_entity/recordcontainers/db/conditionProcess.js b/entity/Forecast_entity/conditionProcess.js similarity index 70% rename from entity/SalesprojectMember_entity/recordcontainers/db/conditionProcess.js rename to entity/Forecast_entity/conditionProcess.js index bfd5554266b3eafe24dfbfcaba9c62957b4b6edb..7b8308bce5ffb288b17e60b3990202a175977090 100644 --- a/entity/SalesprojectMember_entity/recordcontainers/db/conditionProcess.js +++ b/entity/Forecast_entity/conditionProcess.js @@ -3,7 +3,7 @@ import("system.result"); import("Sql_lib"); var cond = new SqlCondition(); -cond.andPrepareVars("SALESPROJECT_MEMBER.SALESPROJECT_ID", "$param.SalesprojectId_param"); +cond.andPrepareVars("FORECAST.OBJECT_ROWID", "$param.ForecastId_param"); //TODO: use a preparedCondition when available #1030812 #1034026 result.string(db.translateCondition(cond.build("1 = 1"))); \ No newline at end of file diff --git a/entity/SalesprojectForecast_entity/entityfields/date_edit/valueProcess.js b/entity/Forecast_entity/entityfields/date_edit/valueProcess.js similarity index 100% rename from entity/SalesprojectForecast_entity/entityfields/date_edit/valueProcess.js rename to entity/Forecast_entity/entityfields/date_edit/valueProcess.js diff --git a/entity/SalesprojectForecast_entity/entityfields/date_new/valueProcess.js b/entity/Forecast_entity/entityfields/date_new/valueProcess.js similarity index 100% rename from entity/SalesprojectForecast_entity/entityfields/date_new/valueProcess.js rename to entity/Forecast_entity/entityfields/date_new/valueProcess.js diff --git a/entity/Forecast_entity/entityfields/date_start/valueProcess.js b/entity/Forecast_entity/entityfields/date_start/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..f7576b74fcf4e58d5a6e9b1098994ba76e9b3ef1 --- /dev/null +++ b/entity/Forecast_entity/entityfields/date_start/valueProcess.js @@ -0,0 +1,9 @@ +import("system.result"); +import("system.vars"); +import("system.neon"); +import("Date_lib"); + +if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && !vars.get("$this.value")) +{ + result.string(DateUtils.getTodayUTC()); +} \ No newline at end of file diff --git a/entity/SalesprojectForecast_entity/entityfields/salesproject_forecastid/valueProcess.js b/entity/Forecast_entity/entityfields/forecastid/valueProcess.js similarity index 100% rename from entity/SalesprojectForecast_entity/entityfields/salesproject_forecastid/valueProcess.js rename to entity/Forecast_entity/entityfields/forecastid/valueProcess.js diff --git a/entity/SalesprojectForecast_entity/entityfields/groupcode/displayValueProcess.js b/entity/Forecast_entity/entityfields/groupcode/displayValueProcess.js similarity index 97% rename from entity/SalesprojectForecast_entity/entityfields/groupcode/displayValueProcess.js rename to entity/Forecast_entity/entityfields/groupcode/displayValueProcess.js index aa76ca3c491c56e830b9ad158bf584d23c8e680a..b969a4ff0bee37ef3e8d525de185396c440adf25 100644 --- a/entity/SalesprojectForecast_entity/entityfields/groupcode/displayValueProcess.js +++ b/entity/Forecast_entity/entityfields/groupcode/displayValueProcess.js @@ -1,6 +1,6 @@ -import("system.result"); -import("system.vars"); -import("Keyword_lib"); -import("KeywordRegistry_basic"); - -result.string(KeywordUtils.getViewValue($KeywordRegistry.productGroupcode(), vars.get("$field.GROUPCODE"))); +import("system.result"); +import("system.vars"); +import("Keyword_lib"); +import("KeywordRegistry_basic"); + +result.string(KeywordUtils.getViewValue($KeywordRegistry.productGroupcode(), vars.get("$field.GROUPCODE"))); diff --git a/entity/SalesprojectForecast_entity/entityfields/keywordproductgroupcodes/children/containername_param/valueProcess.js b/entity/Forecast_entity/entityfields/keywordproductgroupcodes/children/containername_param/valueProcess.js similarity index 100% rename from entity/SalesprojectForecast_entity/entityfields/keywordproductgroupcodes/children/containername_param/valueProcess.js rename to entity/Forecast_entity/entityfields/keywordproductgroupcodes/children/containername_param/valueProcess.js diff --git a/entity/Forecast_entity/entityfields/object_rowid/displayValueProcess.js b/entity/Forecast_entity/entityfields/object_rowid/displayValueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..8b080bceea92c146a676b0f33cc7cb87d4e86b9d --- /dev/null +++ b/entity/Forecast_entity/entityfields/object_rowid/displayValueProcess.js @@ -0,0 +1,11 @@ +import("system.neon"); +import("system.vars"); +import("system.db"); +import("system.result"); +import("Context_lib"); + +if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && !vars.get("$field.OBJECT_ROWID")) { + result.string(""); +} else if (vars.exists("$field.OBJECT_TYPE") && vars.get("$field.OBJECT_TYPE")) { + result.string(db.cell(ContextUtils.getNameSql(vars.get("$field.OBJECT_TYPE"), vars.get("$field.OBJECT_ROWID")))); +} \ No newline at end of file diff --git a/entity/Forecast_entity/entityfields/object_rowid/linkedContextProcess.js b/entity/Forecast_entity/entityfields/object_rowid/linkedContextProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..d868fe097f20bc5d880af358b27fdea7a2c86063 --- /dev/null +++ b/entity/Forecast_entity/entityfields/object_rowid/linkedContextProcess.js @@ -0,0 +1,5 @@ +import("system.vars"); +import("system.result"); +import("Context_lib"); + +result.string(ContextUtils.getContextName(vars.get("$field.OBJECT_TYPE"))) \ No newline at end of file diff --git a/entity/Forecast_entity/entityfields/object_rowid/valueProcess.js b/entity/Forecast_entity/entityfields/object_rowid/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..09d845d6f59f097036ad418f74975808ec568bb6 --- /dev/null +++ b/entity/Forecast_entity/entityfields/object_rowid/valueProcess.js @@ -0,0 +1,5 @@ +import("system.vars"); +import("system.result"); + +if(vars.exists("$param.ObjectRowId_param") && vars.get("$param.ObjectRowId_param")) + result.string(vars.get("$param.ObjectRowId_param")); \ No newline at end of file diff --git a/entity/Forecast_entity/entityfields/object_type/displayValueProcess.js b/entity/Forecast_entity/entityfields/object_type/displayValueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..2965221e0b08ec642696f69eb7ed11d3ceb692cd --- /dev/null +++ b/entity/Forecast_entity/entityfields/object_type/displayValueProcess.js @@ -0,0 +1,10 @@ +import("system.result"); +import("system.neon"); +import("system.vars"); +import("system.project"); + +if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && !vars.get("$field.OBJECT_TYPE")) { + result.string(""); +} else if (vars.exists("$field.OBJECT_TYPE") && vars.get("$field.OBJECT_TYPE")) { + result.string(project.getDataModel(project.DATAMODEL_KIND_CONTEXT, vars.get("$field.OBJECT_TYPE"))[1]); +} \ No newline at end of file diff --git a/entity/Forecast_entity/entityfields/object_type/valueProcess.js b/entity/Forecast_entity/entityfields/object_type/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..61217a860a68a18029aaea234356d5bd53065727 --- /dev/null +++ b/entity/Forecast_entity/entityfields/object_type/valueProcess.js @@ -0,0 +1,5 @@ +import("system.vars"); +import("system.result"); + +if(vars.exists("$param.ObjectType_param") && vars.get("$param.ObjectType_param")) + result.string(vars.get("$param.ObjectType_param")); \ No newline at end of file diff --git a/entity/Forecast_entity/entityfields/objects/children/objecttype_param/valueProcess.js b/entity/Forecast_entity/entityfields/objects/children/objecttype_param/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..b1bb16711d793d92bca8f72231ad9c0f745c064d --- /dev/null +++ b/entity/Forecast_entity/entityfields/objects/children/objecttype_param/valueProcess.js @@ -0,0 +1,4 @@ +import("system.result"); +import("system.vars"); + +result.string(vars.get("$field.OBJECT_TYPE")); \ No newline at end of file diff --git a/entity/SalesprojectForecast_entity/entityfields/salesprojectforecastdatestart/code.js b/entity/Forecast_entity/entityfields/salesprojectforecastdatestart/code.js similarity index 100% rename from entity/SalesprojectForecast_entity/entityfields/salesprojectforecastdatestart/code.js rename to entity/Forecast_entity/entityfields/salesprojectforecastdatestart/code.js diff --git a/entity/SalesprojectForecast_entity/entityfields/user_edit/valueProcess.js b/entity/Forecast_entity/entityfields/user_edit/valueProcess.js similarity index 100% rename from entity/SalesprojectForecast_entity/entityfields/user_edit/valueProcess.js rename to entity/Forecast_entity/entityfields/user_edit/valueProcess.js diff --git a/entity/SalesprojectForecast_entity/entityfields/user_new/valueProcess.js b/entity/Forecast_entity/entityfields/user_new/valueProcess.js similarity index 100% rename from entity/SalesprojectForecast_entity/entityfields/user_new/valueProcess.js rename to entity/Forecast_entity/entityfields/user_new/valueProcess.js diff --git a/entity/SalesprojectForecast_entity/entityfields/volume/titleProcess.js b/entity/Forecast_entity/entityfields/volume/titleProcess.js similarity index 98% rename from entity/SalesprojectForecast_entity/entityfields/volume/titleProcess.js rename to entity/Forecast_entity/entityfields/volume/titleProcess.js index 2f7e4592c80cd966c399f5a8b8bab59257d92337..f7b76c335483a7410366d5c56db6ae8ba7917091 100644 --- a/entity/SalesprojectForecast_entity/entityfields/volume/titleProcess.js +++ b/entity/Forecast_entity/entityfields/volume/titleProcess.js @@ -1,4 +1,4 @@ -import("system.result"); -import("system.translate"); - +import("system.result"); +import("system.translate"); + result.string(translate.text("${VOLUME_MONEY}") + " (" + translate.text("${EURO_SIGN}") + ")"); \ No newline at end of file diff --git a/entity/Forecast_entity/recordcontainers/db/conditionProcess.js b/entity/Forecast_entity/recordcontainers/db/conditionProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..a3abdf7666d4f15283c18383211a20e7272055ee --- /dev/null +++ b/entity/Forecast_entity/recordcontainers/db/conditionProcess.js @@ -0,0 +1,11 @@ +import("system.vars"); +import("system.db"); +import("system.result"); +import("Sql_lib"); + +var cond = SqlCondition.begin() + .andPrepareVars("FORECAST.OBJECT_ROWID", "$param.ObjectRowId_param") + .andPrepareVars("FORECAST.OBJECT_TYPE", "$param.ObjectType_param"); + +//TODO: use a preparedCondition when available #1030812 #1034026 +result.string(db.translateCondition(cond.build("1 = 1"))); \ No newline at end of file diff --git a/entity/SalesprojectCompetition_entity/recordcontainers/db/recordfieldmappings/status.displayvalue/expression.js b/entity/Forecast_entity/recordcontainers/db/recordfieldmappings/groupcode.displayvalue/expression.js similarity index 70% rename from entity/SalesprojectCompetition_entity/recordcontainers/db/recordfieldmappings/status.displayvalue/expression.js rename to entity/Forecast_entity/recordcontainers/db/recordfieldmappings/groupcode.displayvalue/expression.js index 2461e0e69ccb33edd16d0eaec38b789cbce99bae..e70d6b14e1f84309e16cfd5927091272f25beec8 100644 --- a/entity/SalesprojectCompetition_entity/recordcontainers/db/recordfieldmappings/status.displayvalue/expression.js +++ b/entity/Forecast_entity/recordcontainers/db/recordfieldmappings/groupcode.displayvalue/expression.js @@ -2,5 +2,5 @@ import("system.result"); import("Keyword_lib"); import("KeywordRegistry_basic"); -var sql = KeywordUtils.getResolvedTitleSqlPart($KeywordRegistry.salesprojectCompetitionState(), "SALESPROJECT_COMPETITION.STATUS"); +var sql = KeywordUtils.getResolvedTitleSqlPart($KeywordRegistry.productGroupcode(), "FORECAST.GROUPCODE"); result.string(sql); diff --git a/entity/Forecast_entity/recordcontainers/db/recordfieldmappings/object_rowid.displayvalue/expression.js b/entity/Forecast_entity/recordcontainers/db/recordfieldmappings/object_rowid.displayvalue/expression.js new file mode 100644 index 0000000000000000000000000000000000000000..33554680cccd2c3d363443686457c41e0c1c5729 --- /dev/null +++ b/entity/Forecast_entity/recordcontainers/db/recordfieldmappings/object_rowid.displayvalue/expression.js @@ -0,0 +1,4 @@ +import("system.result"); +import("Context_lib"); + +result.string(ContextUtils.getNameSubselectSql("OBJECT_TYPE", "OBJECT_ROWID")) \ No newline at end of file diff --git a/entity/Gender_keyword/Gender_keyword.aod b/entity/Gender_keyword/Gender_keyword.aod index f3d631f4edca0ab39a7a263a1bb127dfa002ab02..96e9c514d45261a13f14d65ca91fe1f2eadcd820 100644 --- a/entity/Gender_keyword/Gender_keyword.aod +++ b/entity/Gender_keyword/Gender_keyword.aod @@ -1,37 +1,37 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Gender_keyword</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <contentTitleProcess>%aditoprj%/entity/Gender_keyword/contentTitleProcess.js</contentTitleProcess> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityField> - <name>UID</name> - </entityField> - <entityField> - <name>VALUE</name> - </entityField> - <entityProvider> - <name>#PROVIDER</name> - <dependencies> - <entityDependency> - <name>ede7d623-3709-4d22-85fa-30214e2293e2</name> - <entityName>Person_entity</entityName> - <fieldName>Genders</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <contentProcess>%aditoprj%/entity/Gender_keyword/recordcontainers/jdito/contentProcess.js</contentProcess> - <recordFields> - <element>UID.value</element> - <element>VALUE.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Gender_keyword</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <contentTitleProcess>%aditoprj%/entity/Gender_keyword/contentTitleProcess.js</contentTitleProcess> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityField> + <name>UID</name> + </entityField> + <entityField> + <name>VALUE</name> + </entityField> + <entityProvider> + <name>#PROVIDER</name> + <dependencies> + <entityDependency> + <name>ede7d623-3709-4d22-85fa-30214e2293e2</name> + <entityName>Person_entity</entityName> + <fieldName>Genders</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <contentProcess>%aditoprj%/entity/Gender_keyword/recordcontainers/jdito/contentProcess.js</contentProcess> + <recordFields> + <element>UID.value</element> + <element>VALUE.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/IndexSearchEntity/IndexSearchEntity.aod b/entity/IndexSearchEntity/IndexSearchEntity.aod index 339a6b539a96547bf1cf0735423072651e5dadf9..6b7221e86b53e52204d3baeed9de40b2684030f5 100644 --- a/entity/IndexSearchEntity/IndexSearchEntity.aod +++ b/entity/IndexSearchEntity/IndexSearchEntity.aod @@ -1,13 +1,13 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>IndexSearchEntity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>INDEXSEARCHFIELD</name> - </entityField> - </entityFields> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>IndexSearchEntity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>INDEXSEARCHFIELD</name> + </entityField> + </entityFields> +</entity> diff --git a/entity/KeywordAttributeRelation_entity/KeywordAttributeRelation_entity.aod b/entity/KeywordAttributeRelation_entity/KeywordAttributeRelation_entity.aod index 2953bf104f9c5b6261d6cf77722220231060323b..357d2869de73620ba9632af6f648f8149cf9e5be 100644 --- a/entity/KeywordAttributeRelation_entity/KeywordAttributeRelation_entity.aod +++ b/entity/KeywordAttributeRelation_entity/KeywordAttributeRelation_entity.aod @@ -1,164 +1,164 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>KeywordAttributeRelation_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/KeywordAttributeRelation_entity/documentation.adoc</documentation> - <title>Keyword Attribute Values</title> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>AB_KEYWORD_ATTRIBUTERELATIONID</name> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/ab_keyword_attributerelationid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>CHAR_VALUE</name> - <title>CHAR_VALUE</title> - </entityField> - <entityField> - <name>NUMBER_VALUE</name> - <contentType>NUMBER</contentType> - </entityField> - <entityField> - <name>BOOL_VALUE</name> - <contentType>BOOLEAN</contentType> - </entityField> - <entityField> - <name>AB_KEYWORD_ATTRIBUTE_ID</name> - <title>Keyword Attribute</title> - <consumer>KeywordAttributes</consumer> - <mandatory v="true" /> - <displayValueProcess>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/ab_keyword_attribute_id/displayValueProcess.js</displayValueProcess> - <onValueChange>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/ab_keyword_attribute_id/onValueChange.js</onValueChange> - </entityField> - <entityField> - <name>AB_KEYWORD_ENTRY_ID</name> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/ab_keyword_entry_id/valueProcess.js</valueProcess> - </entityField> - <entityProvider> - <name>AttributesForKeywordEntry</name> - <titlePlural></titlePlural> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>490d12c0-6ace-42e5-89e1-d40b25322161</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>KeywordAttributeRelations</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>53b35858-7c81-429c-9e06-0362f567ad42</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>KeywordAttributeRelationsReadOnly</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>KeywordEntryId_param</name> - <expose v="true" /> - <triggerRecalculation v="false" /> - <mandatory v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/containername_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <description>PARAMETER</description> - </entityParameter> - <entityConsumer> - <name>KeywordAttributes</name> - <dependency> - <name>dependency</name> - <entityName>KeywordAttribute_entity</entityName> - <fieldName>SpecificContainerKeyword</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/keywordattributes/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - <triggerRecalculation v="false" /> - </entityParameter> - <entityParameter> - <name>FilterAlreadyUsedByEntryId_param</name> - <valueProcess>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/keywordattributes/children/filteralreadyusedbyentryid_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityParameter> - <name>KeywordEntryId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>valueProxy</name> - <documentation>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/valueproxy/documentation.adoc</documentation> - <title>Value</title> - <contentTypeProcess>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/valueproxy/contentTypeProcess.js</contentTypeProcess> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/valueproxy/valueProcess.js</valueProcess> - <onValueChange>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/valueproxy/onValueChange.js</onValueChange> - </entityField> - <entityField> - <name>attributeType</name> - <valueProcess>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/attributetype/valueProcess.js</valueProcess> - </entityField> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <conditionProcess>%aditoprj%/entity/KeywordAttributeRelation_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <linkInformation> - <linkInformation> - <name>8e2938d2-e14b-403b-8ae5-875f70bc3f85</name> - <tableName>AB_KEYWORD_ATTRIBUTERELATION</tableName> - <primaryKey>AB_KEYWORD_ATTRIBUTERELATIONID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>AB_KEYWORD_ATTRIBUTERELATIONID.value</name> - <recordfield>AB_KEYWORD_ATTRIBUTERELATION.AB_KEYWORD_ATTRIBUTERELATIONID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>BOOL_VALUE.value</name> - <recordfield>AB_KEYWORD_ATTRIBUTERELATION.BOOL_VALUE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CHAR_VALUE.value</name> - <recordfield>AB_KEYWORD_ATTRIBUTERELATION.CHAR_VALUE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>NUMBER_VALUE.value</name> - <recordfield>AB_KEYWORD_ATTRIBUTERELATION.NUMBER_VALUE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>AB_KEYWORD_ATTRIBUTE_ID.value</name> - <recordfield>AB_KEYWORD_ATTRIBUTERELATION.AB_KEYWORD_ATTRIBUTE_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>AB_KEYWORD_ENTRY_ID.value</name> - <recordfield>AB_KEYWORD_ATTRIBUTERELATION.AB_KEYWORD_ENTRY_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>AB_KEYWORD_ATTRIBUTE_ID.displayValue</name> - <expression>%aditoprj%/entity/KeywordAttributeRelation_entity/recordcontainers/db/recordfieldmappings/ab_keyword_attribute_id.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>KeywordAttributeRelation_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/KeywordAttributeRelation_entity/documentation.adoc</documentation> + <title>Keyword Attribute Values</title> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>AB_KEYWORD_ATTRIBUTERELATIONID</name> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/ab_keyword_attributerelationid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>CHAR_VALUE</name> + <title>CHAR_VALUE</title> + </entityField> + <entityField> + <name>NUMBER_VALUE</name> + <contentType>NUMBER</contentType> + </entityField> + <entityField> + <name>BOOL_VALUE</name> + <contentType>BOOLEAN</contentType> + </entityField> + <entityField> + <name>AB_KEYWORD_ATTRIBUTE_ID</name> + <title>Keyword Attribute</title> + <consumer>KeywordAttributes</consumer> + <mandatory v="true" /> + <displayValueProcess>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/ab_keyword_attribute_id/displayValueProcess.js</displayValueProcess> + <onValueChange>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/ab_keyword_attribute_id/onValueChange.js</onValueChange> + </entityField> + <entityField> + <name>AB_KEYWORD_ENTRY_ID</name> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/ab_keyword_entry_id/valueProcess.js</valueProcess> + </entityField> + <entityProvider> + <name>AttributesForKeywordEntry</name> + <titlePlural></titlePlural> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>490d12c0-6ace-42e5-89e1-d40b25322161</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>KeywordAttributeRelations</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>53b35858-7c81-429c-9e06-0362f567ad42</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>KeywordAttributeRelationsReadOnly</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>KeywordEntryId_param</name> + <expose v="true" /> + <triggerRecalculation v="false" /> + <mandatory v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/containername_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>KeywordAttributes</name> + <dependency> + <name>dependency</name> + <entityName>KeywordAttribute_entity</entityName> + <fieldName>SpecificContainerKeyword</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/keywordattributes/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + <triggerRecalculation v="false" /> + </entityParameter> + <entityParameter> + <name>FilterAlreadyUsedByEntryId_param</name> + <valueProcess>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/keywordattributes/children/filteralreadyusedbyentryid_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityParameter> + <name>KeywordEntryId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>valueProxy</name> + <documentation>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/valueproxy/documentation.adoc</documentation> + <title>Value</title> + <contentTypeProcess>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/valueproxy/contentTypeProcess.js</contentTypeProcess> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/valueproxy/valueProcess.js</valueProcess> + <onValueChange>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/valueproxy/onValueChange.js</onValueChange> + </entityField> + <entityField> + <name>attributeType</name> + <valueProcess>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/attributetype/valueProcess.js</valueProcess> + </entityField> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <conditionProcess>%aditoprj%/entity/KeywordAttributeRelation_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <linkInformation> + <linkInformation> + <name>8e2938d2-e14b-403b-8ae5-875f70bc3f85</name> + <tableName>AB_KEYWORD_ATTRIBUTERELATION</tableName> + <primaryKey>AB_KEYWORD_ATTRIBUTERELATIONID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>AB_KEYWORD_ATTRIBUTERELATIONID.value</name> + <recordfield>AB_KEYWORD_ATTRIBUTERELATION.AB_KEYWORD_ATTRIBUTERELATIONID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>BOOL_VALUE.value</name> + <recordfield>AB_KEYWORD_ATTRIBUTERELATION.BOOL_VALUE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CHAR_VALUE.value</name> + <recordfield>AB_KEYWORD_ATTRIBUTERELATION.CHAR_VALUE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>NUMBER_VALUE.value</name> + <recordfield>AB_KEYWORD_ATTRIBUTERELATION.NUMBER_VALUE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>AB_KEYWORD_ATTRIBUTE_ID.value</name> + <recordfield>AB_KEYWORD_ATTRIBUTERELATION.AB_KEYWORD_ATTRIBUTE_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>AB_KEYWORD_ENTRY_ID.value</name> + <recordfield>AB_KEYWORD_ATTRIBUTERELATION.AB_KEYWORD_ENTRY_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>AB_KEYWORD_ATTRIBUTE_ID.displayValue</name> + <expression>%aditoprj%/entity/KeywordAttributeRelation_entity/recordcontainers/db/recordfieldmappings/ab_keyword_attribute_id.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/KeywordAttribute_entity/KeywordAttribute_entity.aod b/entity/KeywordAttribute_entity/KeywordAttribute_entity.aod index e9ac08d80eb613546f2a443424747334c44f04c6..351b8e62e9d7a0421ef1a6c4b6cd2f8234c2e7eb 100644 --- a/entity/KeywordAttribute_entity/KeywordAttribute_entity.aod +++ b/entity/KeywordAttribute_entity/KeywordAttribute_entity.aod @@ -1,129 +1,129 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>KeywordAttribute_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/KeywordAttribute_entity/documentation.adoc</documentation> - <title>Keyword Attribute</title> - <contentTitleProcess>%aditoprj%/entity/KeywordAttribute_entity/contentTitleProcess.js</contentTitleProcess> - <iconId>VAADIN:KEY_O</iconId> - <iconIdProcess>%aditoprj%/entity/KeywordAttribute_entity/iconIdProcess.js</iconIdProcess> - <titlePlural>Keyword Attributes</titlePlural> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>AB_KEYWORD_ATTRIBUTEID</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/KeywordAttribute_entity/entityfields/ab_keyword_attributeid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>CONTAINER</name> - <title>Container</title> - <mandatory v="true" /> - <dropDownProcess>%aditoprj%/entity/KeywordAttribute_entity/entityfields/container/dropDownProcess.js</dropDownProcess> - </entityField> - <entityField> - <name>NAME</name> - <title>Name</title> - <mandatory v="true" /> - <onValidation>%aditoprj%/entity/KeywordAttribute_entity/entityfields/name/onValidation.js</onValidation> - </entityField> - <entityField> - <name>TYPE</name> - <title>Type</title> - <consumer>KeywordAttributeTypes</consumer> - <mandatory v="true" /> - <displayValueProcess>%aditoprj%/entity/KeywordAttribute_entity/entityfields/type/displayValueProcess.js</displayValueProcess> - </entityField> - <entityProvider> - <name>SpecificContainerKeyword</name> - <documentation>%aditoprj%/entity/KeywordAttribute_entity/entityfields/specificcontainerkeyword/documentation.adoc</documentation> - <dependencies> - <entityDependency> - <name>1d11c064-1cf2-4f08-b842-9fa941ad3157</name> - <entityName>KeywordAttributeRelation_entity</entityName> - <fieldName>KeywordAttributes</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ContainerName_param</name> - <triggerRecalculation v="false" /> - </entityParameter> - <entityParameter> - <name>FilterAlreadyUsedByEntryId_param</name> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>ContainerName_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>FilterAlreadyUsedByEntryId_param</name> - <expose v="true" /> - <mandatory v="false" /> - <documentation>%aditoprj%/entity/KeywordAttribute_entity/entityfields/filteralreadyusedbyentryid_param/documentation.adoc</documentation> - <description>PARAMETER</description> - </entityParameter> - <entityConsumer> - <name>KeywordAttributeTypes</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/KeywordAttribute_entity/entityfields/keywordattributetypes/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <conditionProcess>%aditoprj%/entity/KeywordAttribute_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <onDBDelete>%aditoprj%/entity/KeywordAttribute_entity/recordcontainers/db/onDBDelete.js</onDBDelete> - <linkInformation> - <linkInformation> - <name>bd113d67-34ab-4708-b0e5-60a44332e6b8</name> - <tableName>AB_KEYWORD_ATTRIBUTE</tableName> - <primaryKey>AB_KEYWORD_ATTRIBUTEID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>AB_KEYWORD_ATTRIBUTEID.value</name> - <recordfield>AB_KEYWORD_ATTRIBUTE.AB_KEYWORD_ATTRIBUTEID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTAINER.value</name> - <recordfield>AB_KEYWORD_ATTRIBUTE.CONTAINER</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>NAME.value</name> - <recordfield>AB_KEYWORD_ATTRIBUTE.NAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>TYPE.value</name> - <recordfield>AB_KEYWORD_ATTRIBUTE.TYPE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>TYPE.displayValue</name> - <expression>%aditoprj%/entity/KeywordAttribute_entity/recordcontainers/db/recordfieldmappings/type.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>KeywordAttribute_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/KeywordAttribute_entity/documentation.adoc</documentation> + <title>Keyword Attribute</title> + <contentTitleProcess>%aditoprj%/entity/KeywordAttribute_entity/contentTitleProcess.js</contentTitleProcess> + <iconId>VAADIN:KEY_O</iconId> + <iconIdProcess>%aditoprj%/entity/KeywordAttribute_entity/iconIdProcess.js</iconIdProcess> + <titlePlural>Keyword Attributes</titlePlural> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>AB_KEYWORD_ATTRIBUTEID</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/KeywordAttribute_entity/entityfields/ab_keyword_attributeid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>CONTAINER</name> + <title>Container</title> + <mandatory v="true" /> + <dropDownProcess>%aditoprj%/entity/KeywordAttribute_entity/entityfields/container/dropDownProcess.js</dropDownProcess> + </entityField> + <entityField> + <name>NAME</name> + <title>Name</title> + <mandatory v="true" /> + <onValidation>%aditoprj%/entity/KeywordAttribute_entity/entityfields/name/onValidation.js</onValidation> + </entityField> + <entityField> + <name>TYPE</name> + <title>Type</title> + <consumer>KeywordAttributeTypes</consumer> + <mandatory v="true" /> + <displayValueProcess>%aditoprj%/entity/KeywordAttribute_entity/entityfields/type/displayValueProcess.js</displayValueProcess> + </entityField> + <entityProvider> + <name>SpecificContainerKeyword</name> + <documentation>%aditoprj%/entity/KeywordAttribute_entity/entityfields/specificcontainerkeyword/documentation.adoc</documentation> + <dependencies> + <entityDependency> + <name>1d11c064-1cf2-4f08-b842-9fa941ad3157</name> + <entityName>KeywordAttributeRelation_entity</entityName> + <fieldName>KeywordAttributes</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ContainerName_param</name> + <triggerRecalculation v="false" /> + </entityParameter> + <entityParameter> + <name>FilterAlreadyUsedByEntryId_param</name> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>ContainerName_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>FilterAlreadyUsedByEntryId_param</name> + <expose v="true" /> + <mandatory v="false" /> + <documentation>%aditoprj%/entity/KeywordAttribute_entity/entityfields/filteralreadyusedbyentryid_param/documentation.adoc</documentation> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>KeywordAttributeTypes</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/KeywordAttribute_entity/entityfields/keywordattributetypes/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <conditionProcess>%aditoprj%/entity/KeywordAttribute_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <onDBDelete>%aditoprj%/entity/KeywordAttribute_entity/recordcontainers/db/onDBDelete.js</onDBDelete> + <linkInformation> + <linkInformation> + <name>bd113d67-34ab-4708-b0e5-60a44332e6b8</name> + <tableName>AB_KEYWORD_ATTRIBUTE</tableName> + <primaryKey>AB_KEYWORD_ATTRIBUTEID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>AB_KEYWORD_ATTRIBUTEID.value</name> + <recordfield>AB_KEYWORD_ATTRIBUTE.AB_KEYWORD_ATTRIBUTEID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTAINER.value</name> + <recordfield>AB_KEYWORD_ATTRIBUTE.CONTAINER</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>NAME.value</name> + <recordfield>AB_KEYWORD_ATTRIBUTE.NAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>TYPE.value</name> + <recordfield>AB_KEYWORD_ATTRIBUTE.TYPE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>TYPE.displayValue</name> + <expression>%aditoprj%/entity/KeywordAttribute_entity/recordcontainers/db/recordfieldmappings/type.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/KeywordEntry_entity/KeywordEntry_entity.aod b/entity/KeywordEntry_entity/KeywordEntry_entity.aod index 6250f6b9ff9f6ed29fb4fda245c991b629416314..aa26551f378a66f0f8627850828462d9b7c58885 100644 --- a/entity/KeywordEntry_entity/KeywordEntry_entity.aod +++ b/entity/KeywordEntry_entity/KeywordEntry_entity.aod @@ -1,512 +1,512 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>KeywordEntry_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/KeywordEntry_entity/documentation.adoc</documentation> - <title>Keyword</title> - <contentTitleProcess>%aditoprj%/entity/KeywordEntry_entity/contentTitleProcess.js</contentTitleProcess> - <onValidation>%aditoprj%/entity/KeywordEntry_entity/onValidation.js</onValidation> - <iconId>VAADIN:KEY</iconId> - <iconIdProcess>%aditoprj%/entity/KeywordEntry_entity/iconIdProcess.js</iconIdProcess> - <titlePlural>Keywords</titlePlural> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - <lookupIdfield>KEYID</lookupIdfield> - <recordContainer>db</recordContainer> - </entityProvider> - <entityField> - <name>CONTAINER</name> - <documentation>%aditoprj%/entity/KeywordEntry_entity/entityfields/container/documentation.adoc</documentation> - <title>Container</title> - <mandatory v="true" /> - <dropDownProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/container/dropDownProcess.js</dropDownProcess> - <textInputAllowed v="true" /> - <groupable v="true" /> - <state>READONLY</state> - <stateProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/container/stateProcess.js</stateProcess> - </entityField> - <entityField> - <name>AB_KEYWORD_ENTRYID</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/ab_keyword_entryid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>KEYID</name> - <documentation>%aditoprj%/entity/KeywordEntry_entity/entityfields/keyid/documentation.adoc</documentation> - <title>Key</title> - <mandatory v="true" /> - <state>READONLY</state> - <stateProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/keyid/stateProcess.js</stateProcess> - <valueProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/keyid/valueProcess.js</valueProcess> - <onValidation>%aditoprj%/entity/KeywordEntry_entity/entityfields/keyid/onValidation.js</onValidation> - </entityField> - <entityField> - <name>TITLE</name> - <title>Title (original language)</title> - <mandatory v="true" /> - </entityField> - <entityField> - <name>SORTING</name> - <documentation>%aditoprj%/entity/KeywordEntry_entity/entityfields/sorting/documentation.adoc</documentation> - <title>Sorting</title> - <mandatory v="false" /> - <state>AUTO</state> - </entityField> - <entityField> - <name>ISACTIVE</name> - <title>Active</title> - <contentType>BOOLEAN</contentType> - <dropDownProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/isactive/dropDownProcess.js</dropDownProcess> - <valueProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/isactive/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>ISESSENTIAL</name> - <documentation>%aditoprj%/entity/KeywordEntry_entity/entityfields/isessential/documentation.adoc</documentation> - <title>Relational</title> - <contentType>BOOLEAN</contentType> - <dropDownProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/isessential/dropDownProcess.js</dropDownProcess> - <state>READONLY</state> - </entityField> - <entityParameter> - <name>ContainerName_param</name> - <expose v="true" /> - <documentation>%aditoprj%/entity/KeywordEntry_entity/entityfields/containername_param/documentation.adoc</documentation> - </entityParameter> - <entityProvider> - <name>SpecificContainerKeywords</name> - <lookupIdfield>KEYID</lookupIdfield> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>bb48a3ee-f340-4fd4-8c80-ef73b765ab58</name> - <entityName>Organisation_entity</entityName> - <fieldName>KeywordContactStates</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>4b1d1def-36d3-45e9-9ed5-eaef12d1ec82</name> - <entityName>Activity_entity</entityName> - <fieldName>KeywordDirections</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>42219987-4eff-4429-a22c-93e8a9c55c45</name> - <entityName>Contract_entity</entityName> - <fieldName>ContractPayments</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>2712e2b3-f17f-4a9c-9752-2383f62eb2b8</name> - <entityName>Contract_entity</entityName> - <fieldName>ContractStates</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>bd68f269-457c-487d-a1b2-e045d98f74b7</name> - <entityName>Contract_entity</entityName> - <fieldName>ContractTypes</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>b88b5cc8-c29e-4110-b86e-d1d0050460e5</name> - <entityName>Offer_entity</entityName> - <fieldName>KeywordCurrencies</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>57c746ee-a8c0-484a-8c73-6301609b76b1</name> - <entityName>Order_entity</entityName> - <fieldName>KeywordCurrencies</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>bf014596-954b-4c7d-9304-8283c9bcc7ae</name> - <entityName>Productprice_entity</entityName> - <fieldName>KeywordCurrencies</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>f5dcbf08-3765-4a9d-8b42-cb1219c87f57</name> - <entityName>Offeritem_entity</entityName> - <fieldName>KeywordProductGroupcodes</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>53bcaa07-94eb-4e81-9e9e-c5748156dad5</name> - <entityName>Orderitem_entity</entityName> - <fieldName>KeywordProductGroupcodes</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>c404b010-1634-4160-adca-7edf1535ee26</name> - <entityName>Product_entity</entityName> - <fieldName>KeywordProductGroupcodes</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>3575fdd7-3dd6-4318-b0d2-32d1df821076</name> - <entityName>SalesprojectForecast_entity</entityName> - <fieldName>KeywordProductGroupcodes</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>5a21cbe2-4eb0-4968-80fa-b98a64599230</name> - <entityName>Offer_entity</entityName> - <fieldName>KeywordOfferStates</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>8696e561-b263-4c7c-b753-c5da44b48055</name> - <entityName>Organisation_entity</entityName> - <fieldName>KeywordOrganisationTypes</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>0d54d283-f158-4b91-8f6d-026954ed9c50</name> - <entityName>Person_entity</entityName> - <fieldName>KeywordGenders</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>001e0934-0920-4b38-afff-caf299e96abf</name> - <entityName>Task_entity</entityName> - <fieldName>KeywordTypes</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>8d28f08b-675d-4bcf-9318-a508d45ca69e</name> - <entityName>Task_entity</entityName> - <fieldName>KeywordStates</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>b069ef7d-07a0-460c-a8e7-cde5861c96c2</name> - <entityName>Productprice_entity</entityName> - <fieldName>KeywordPricelists</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>7f134ef1-cff5-4cf4-9d2a-e288c7904c28</name> - <entityName>Offeritem_entity</entityName> - <fieldName>KeywordQuantityUnits</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>c3c3b430-a14f-46b4-909a-9b53cef35413</name> - <entityName>Orderitem_entity</entityName> - <fieldName>KeywordQuantityUnits</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>a1983efd-92f9-4a6b-8805-d2977fcde0c8</name> - <entityName>Product_entity</entityName> - <fieldName>KeywordQuantityUnits</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>026021cd-cd64-400d-8bd5-f6d044af1ad8</name> - <entityName>SalesprojectMember_entity</entityName> - <fieldName>KeywordMemberRoles</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>356e23f9-eb05-4e18-b0b5-cbc7c8716dba</name> - <entityName>SalesprojectSource_entity</entityName> - <fieldName>KeywordSources</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>36a72192-902f-431b-8f43-0bef311678f7</name> - <entityName>Order_entity</entityName> - <fieldName>KeywordStates</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>e2041dea-8647-49e9-aacf-4481b75b76ff</name> - <entityName>Stock_entity</entityName> - <fieldName>KeywordWarehouses</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>403c40a4-f747-4e47-ad60-07334724d6fb</name> - <entityName>KeywordAttribute_entity</entityName> - <fieldName>KeywordAttributeTypes</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>078bbd52-87fa-44cc-9902-04af935b5fbc</name> - <entityName>Attribute_entity</entityName> - <fieldName>KeywordAttributeTypes</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>718fe5a2-c75f-49ed-b67e-fc4fbf63ff1d</name> - <entityName>Salesproject_entity</entityName> - <fieldName>KeywordProbabilties</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>a44375e9-917c-4db8-9aa8-de0625caf78f</name> - <entityName>Activity_entity</entityName> - <fieldName>KeywordCategories</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>f442a641-4dff-4860-bf4c-cfddc054e075</name> - <entityName>Offer_entity</entityName> - <fieldName>KeywordProbabilities</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>fa831dac-3287-422a-8f28-504fc525876a</name> - <entityName>Communication_entity</entityName> - <fieldName>KeywordMediums</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>04b28ce6-a144-4c19-ac2d-4cfbc3568700</name> - <entityName>Organisation_entity</entityName> - <fieldName>KeywordPricePolitics</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>f024df05-2faf-4447-9eed-ae31b329d542</name> - <entityName>SalesprojectCompetition_entity</entityName> - <fieldName>KeywordPricePolitics</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>60840c28-9875-4e3e-8099-5ca208d58bbe</name> - <entityName>Organisation_entity</entityName> - <fieldName>KeywordWeaknesses</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>854148e2-2532-4562-b393-832819e8d462</name> - <entityName>Organisation_entity</entityName> - <fieldName>KeywordStrenghts</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>613d5861-0494-45f9-a839-a705347a68da</name> - <entityName>SalesprojectCompetition_entity</entityName> - <fieldName>KeywordWeaknesses</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>119d79d0-9e04-4dd0-80bb-0bc32eaae775</name> - <entityName>SalesprojectCompetition_entity</entityName> - <fieldName>KeywordStrenghts</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>6e2d164c-1ac7-4ed0-ad8f-7bfda1328493</name> - <entityName>Salesproject_entity</entityName> - <fieldName>KeywordStates</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>3ca6d3c7-83d2-4761-bab4-50d2baecdbd6</name> - <entityName>SalesprojectCompetition_entity</entityName> - <fieldName>KeywordPhases</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>f672b4a5-7d68-46c8-9834-4f706d0d8720</name> - <entityName>Salesproject_entity</entityName> - <fieldName>KeywordPhases</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>1053a90d-574a-4ca2-b41d-42b513db0fd2</name> - <entityName>Task_entity</entityName> - <fieldName>KeywordPriorities</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>bf9f7a07-dfb9-44d0-8f9b-d3814053683e</name> - <entityName>SalesprojectCompetition_entity</entityName> - <fieldName>KeywordStates</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>ef8b9397-6292-42de-806e-5aaf3e3db5f3</name> - <entityName>Salesproject_entity</entityName> - <fieldName>KeywordWonLost</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>5d9e0e48-ece8-4b8e-ab72-beef77b5dcc3</name> - <entityName>Task_entity</entityName> - <fieldName>KeywordProgress</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>36aa04c1-5361-4e40-a036-0546db596973</name> - <entityName>Offer_entity</entityName> - <fieldName>KeywordDeliveryTerm</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>7e12cbd6-3a2c-4bd8-bc66-5001c282b690</name> - <entityName>Offer_entity</entityName> - <fieldName>KeywordPaymentTerm</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>77be3cca-8b50-4810-9549-3fd3e6fdf220</name> - <entityName>Person_entity</entityName> - <fieldName>KeywordContactStates</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>7945545b-f1e6-446d-84c3-ef68486652f4</name> - <entityName>Contact_entity</entityName> - <fieldName>KeywordContactStates</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>740a9696-d394-48ea-bcbf-a5484a093bde</name> - <entityName>SalesprojectMilestone_entity</entityName> - <fieldName>Keywords</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>b5c39776-509e-4758-8d05-a64eac4e7f38</name> - <entityName>CampaignStep_entity</entityName> - <fieldName>KeywordStates</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>13d739cb-2b97-44a0-bed0-b6868b0e579e</name> - <entityName>CampaignCost_entity</entityName> - <fieldName>KeywordCampaignManagementCostCategory</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>63bd7284-e9a0-4576-afe8-299d412e8def</name> - <entityName>ClassificationAdmin_entity</entityName> - <fieldName>KeywordClassificationTypes</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>3a81e886-0d83-47f0-9ec7-c864ffc57cda</name> - <entityName>Classification_entity</entityName> - <fieldName>KeywordClassificationTypes</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>OnlyActives_param</name> - <valueProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/specificcontainerkeywords/children/onlyactives_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="false" /> - </entityParameter> - <entityParameter> - <name>ContainerName_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityField> - <name>TITLE_TRANSLATED</name> - <valueProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/title_translated/valueProcess.js</valueProcess> - </entityField> - <entityParameter> - <name>OnlyActives_param</name> - <valueProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/onlyactives_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityConsumer> - <name>KeywordAttributeRelations</name> - <dependency> - <name>dependency</name> - <entityName>KeywordAttributeRelation_entity</entityName> - <fieldName>AttributesForKeywordEntry</fieldName> - </dependency> - <children> - <entityParameter> - <name>KeywordEntryId_param</name> - <valueProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/keywordattributerelations/children/keywordentryid_param/valueProcess.js</valueProcess> - <expose v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordAttributeRelationsReadOnly</name> - <documentation>%aditoprj%/entity/KeywordEntry_entity/entityfields/keywordattributerelationsreadonly/documentation.adoc</documentation> - <state>READONLY</state> - <dependency> - <name>dependency</name> - <entityName>KeywordAttributeRelation_entity</entityName> - <fieldName>AttributesForKeywordEntry</fieldName> - </dependency> - <children> - <entityParameter> - <name>KeywordEntryId_param</name> - <valueProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/keywordattributerelationsreadonly/children/keywordentryid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityParameter> - <name>ExcludedKeyIdsSubquery_param</name> - <expose v="true" /> - <documentation>%aditoprj%/entity/KeywordEntry_entity/entityfields/excludedkeyidssubquery_param/documentation.adoc</documentation> - <description>PARAMETER</description> - </entityParameter> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <isPageable v="false" /> - <conditionProcess>%aditoprj%/entity/KeywordEntry_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <orderClauseProcess>%aditoprj%/entity/KeywordEntry_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> - <onDBDelete>%aditoprj%/entity/KeywordEntry_entity/recordcontainers/db/onDBDelete.js</onDBDelete> - <linkInformation> - <linkInformation> - <name>52acbfe0-57f4-4614-83af-9882e168f431</name> - <tableName>AB_KEYWORD_ENTRY</tableName> - <primaryKey>AB_KEYWORD_ENTRYID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>TITLE.value</name> - <recordfield>AB_KEYWORD_ENTRY.TITLE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SORTING.value</name> - <recordfield>AB_KEYWORD_ENTRY.SORTING</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ISESSENTIAL.value</name> - <recordfield>AB_KEYWORD_ENTRY.ISESSENTIAL</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ISACTIVE.value</name> - <recordfield>AB_KEYWORD_ENTRY.ISACTIVE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>AB_KEYWORD_ENTRYID.value</name> - <recordfield>AB_KEYWORD_ENTRY.AB_KEYWORD_ENTRYID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>KEYID.value</name> - <recordfield>AB_KEYWORD_ENTRY.KEYID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTAINER.value</name> - <recordfield>AB_KEYWORD_ENTRY.CONTAINER</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>KeywordEntry_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/KeywordEntry_entity/documentation.adoc</documentation> + <title>Keyword</title> + <contentTitleProcess>%aditoprj%/entity/KeywordEntry_entity/contentTitleProcess.js</contentTitleProcess> + <onValidation>%aditoprj%/entity/KeywordEntry_entity/onValidation.js</onValidation> + <iconId>VAADIN:KEY</iconId> + <iconIdProcess>%aditoprj%/entity/KeywordEntry_entity/iconIdProcess.js</iconIdProcess> + <titlePlural>Keywords</titlePlural> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + <lookupIdfield>KEYID</lookupIdfield> + <recordContainer>db</recordContainer> + </entityProvider> + <entityField> + <name>CONTAINER</name> + <documentation>%aditoprj%/entity/KeywordEntry_entity/entityfields/container/documentation.adoc</documentation> + <title>Container</title> + <mandatory v="true" /> + <dropDownProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/container/dropDownProcess.js</dropDownProcess> + <textInputAllowed v="true" /> + <groupable v="true" /> + <state>READONLY</state> + <stateProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/container/stateProcess.js</stateProcess> + </entityField> + <entityField> + <name>AB_KEYWORD_ENTRYID</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/ab_keyword_entryid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>KEYID</name> + <documentation>%aditoprj%/entity/KeywordEntry_entity/entityfields/keyid/documentation.adoc</documentation> + <title>Key</title> + <mandatory v="true" /> + <state>READONLY</state> + <stateProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/keyid/stateProcess.js</stateProcess> + <valueProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/keyid/valueProcess.js</valueProcess> + <onValidation>%aditoprj%/entity/KeywordEntry_entity/entityfields/keyid/onValidation.js</onValidation> + </entityField> + <entityField> + <name>TITLE</name> + <title>Title (original language)</title> + <mandatory v="true" /> + </entityField> + <entityField> + <name>SORTING</name> + <documentation>%aditoprj%/entity/KeywordEntry_entity/entityfields/sorting/documentation.adoc</documentation> + <title>Sorting</title> + <mandatory v="false" /> + <state>AUTO</state> + </entityField> + <entityField> + <name>ISACTIVE</name> + <title>Active</title> + <contentType>BOOLEAN</contentType> + <dropDownProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/isactive/dropDownProcess.js</dropDownProcess> + <valueProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/isactive/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>ISESSENTIAL</name> + <documentation>%aditoprj%/entity/KeywordEntry_entity/entityfields/isessential/documentation.adoc</documentation> + <title>Relational</title> + <contentType>BOOLEAN</contentType> + <dropDownProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/isessential/dropDownProcess.js</dropDownProcess> + <state>READONLY</state> + </entityField> + <entityParameter> + <name>ContainerName_param</name> + <expose v="true" /> + <documentation>%aditoprj%/entity/KeywordEntry_entity/entityfields/containername_param/documentation.adoc</documentation> + </entityParameter> + <entityProvider> + <name>SpecificContainerKeywords</name> + <lookupIdfield>KEYID</lookupIdfield> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>bb48a3ee-f340-4fd4-8c80-ef73b765ab58</name> + <entityName>Organisation_entity</entityName> + <fieldName>KeywordContactStates</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>4b1d1def-36d3-45e9-9ed5-eaef12d1ec82</name> + <entityName>Activity_entity</entityName> + <fieldName>KeywordDirections</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>42219987-4eff-4429-a22c-93e8a9c55c45</name> + <entityName>Contract_entity</entityName> + <fieldName>ContractPayments</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>2712e2b3-f17f-4a9c-9752-2383f62eb2b8</name> + <entityName>Contract_entity</entityName> + <fieldName>ContractStates</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>bd68f269-457c-487d-a1b2-e045d98f74b7</name> + <entityName>Contract_entity</entityName> + <fieldName>ContractTypes</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>b88b5cc8-c29e-4110-b86e-d1d0050460e5</name> + <entityName>Offer_entity</entityName> + <fieldName>KeywordCurrencies</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>57c746ee-a8c0-484a-8c73-6301609b76b1</name> + <entityName>Order_entity</entityName> + <fieldName>KeywordCurrencies</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>bf014596-954b-4c7d-9304-8283c9bcc7ae</name> + <entityName>Productprice_entity</entityName> + <fieldName>KeywordCurrencies</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>f5dcbf08-3765-4a9d-8b42-cb1219c87f57</name> + <entityName>Offeritem_entity</entityName> + <fieldName>KeywordProductGroupcodes</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>53bcaa07-94eb-4e81-9e9e-c5748156dad5</name> + <entityName>Orderitem_entity</entityName> + <fieldName>KeywordProductGroupcodes</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>c404b010-1634-4160-adca-7edf1535ee26</name> + <entityName>Product_entity</entityName> + <fieldName>KeywordProductGroupcodes</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>3575fdd7-3dd6-4318-b0d2-32d1df821076</name> + <entityName>Forecast_entity</entityName> + <fieldName>KeywordProductGroupcodes</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>5a21cbe2-4eb0-4968-80fa-b98a64599230</name> + <entityName>Offer_entity</entityName> + <fieldName>KeywordOfferStates</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>8696e561-b263-4c7c-b753-c5da44b48055</name> + <entityName>Organisation_entity</entityName> + <fieldName>KeywordOrganisationTypes</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>0d54d283-f158-4b91-8f6d-026954ed9c50</name> + <entityName>Person_entity</entityName> + <fieldName>KeywordGenders</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>001e0934-0920-4b38-afff-caf299e96abf</name> + <entityName>Task_entity</entityName> + <fieldName>KeywordTypes</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>8d28f08b-675d-4bcf-9318-a508d45ca69e</name> + <entityName>Task_entity</entityName> + <fieldName>KeywordStates</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>b069ef7d-07a0-460c-a8e7-cde5861c96c2</name> + <entityName>Productprice_entity</entityName> + <fieldName>KeywordPricelists</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>7f134ef1-cff5-4cf4-9d2a-e288c7904c28</name> + <entityName>Offeritem_entity</entityName> + <fieldName>KeywordQuantityUnits</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>c3c3b430-a14f-46b4-909a-9b53cef35413</name> + <entityName>Orderitem_entity</entityName> + <fieldName>KeywordQuantityUnits</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>a1983efd-92f9-4a6b-8805-d2977fcde0c8</name> + <entityName>Product_entity</entityName> + <fieldName>KeywordQuantityUnits</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>026021cd-cd64-400d-8bd5-f6d044af1ad8</name> + <entityName>Member_entity</entityName> + <fieldName>KeywordMemberRoles</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>356e23f9-eb05-4e18-b0b5-cbc7c8716dba</name> + <entityName>SalesprojectSource_entity</entityName> + <fieldName>KeywordSources</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>36a72192-902f-431b-8f43-0bef311678f7</name> + <entityName>Order_entity</entityName> + <fieldName>KeywordStates</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>e2041dea-8647-49e9-aacf-4481b75b76ff</name> + <entityName>Stock_entity</entityName> + <fieldName>KeywordWarehouses</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>403c40a4-f747-4e47-ad60-07334724d6fb</name> + <entityName>KeywordAttribute_entity</entityName> + <fieldName>KeywordAttributeTypes</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>078bbd52-87fa-44cc-9902-04af935b5fbc</name> + <entityName>Attribute_entity</entityName> + <fieldName>KeywordAttributeTypes</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>718fe5a2-c75f-49ed-b67e-fc4fbf63ff1d</name> + <entityName>Salesproject_entity</entityName> + <fieldName>KeywordProbabilties</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>a44375e9-917c-4db8-9aa8-de0625caf78f</name> + <entityName>Activity_entity</entityName> + <fieldName>KeywordCategories</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>f442a641-4dff-4860-bf4c-cfddc054e075</name> + <entityName>Offer_entity</entityName> + <fieldName>KeywordProbabilities</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>fa831dac-3287-422a-8f28-504fc525876a</name> + <entityName>Communication_entity</entityName> + <fieldName>KeywordMediums</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>04b28ce6-a144-4c19-ac2d-4cfbc3568700</name> + <entityName>Organisation_entity</entityName> + <fieldName>KeywordPricePolitics</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>f024df05-2faf-4447-9eed-ae31b329d542</name> + <entityName>Competition_entity</entityName> + <fieldName>KeywordPricePolitics</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>60840c28-9875-4e3e-8099-5ca208d58bbe</name> + <entityName>Organisation_entity</entityName> + <fieldName>KeywordWeaknesses</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>854148e2-2532-4562-b393-832819e8d462</name> + <entityName>Organisation_entity</entityName> + <fieldName>KeywordStrenghts</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>613d5861-0494-45f9-a839-a705347a68da</name> + <entityName>Competition_entity</entityName> + <fieldName>KeywordWeaknesses</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>119d79d0-9e04-4dd0-80bb-0bc32eaae775</name> + <entityName>Competition_entity</entityName> + <fieldName>KeywordStrenghts</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>6e2d164c-1ac7-4ed0-ad8f-7bfda1328493</name> + <entityName>Salesproject_entity</entityName> + <fieldName>KeywordStates</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>3ca6d3c7-83d2-4761-bab4-50d2baecdbd6</name> + <entityName>Competition_entity</entityName> + <fieldName>KeywordPhases</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>f672b4a5-7d68-46c8-9834-4f706d0d8720</name> + <entityName>Salesproject_entity</entityName> + <fieldName>KeywordPhases</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>1053a90d-574a-4ca2-b41d-42b513db0fd2</name> + <entityName>Task_entity</entityName> + <fieldName>KeywordPriorities</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>bf9f7a07-dfb9-44d0-8f9b-d3814053683e</name> + <entityName>Competition_entity</entityName> + <fieldName>KeywordStates</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>ef8b9397-6292-42de-806e-5aaf3e3db5f3</name> + <entityName>Salesproject_entity</entityName> + <fieldName>KeywordWonLost</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>5d9e0e48-ece8-4b8e-ab72-beef77b5dcc3</name> + <entityName>Task_entity</entityName> + <fieldName>KeywordProgress</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>36aa04c1-5361-4e40-a036-0546db596973</name> + <entityName>Offer_entity</entityName> + <fieldName>KeywordDeliveryTerm</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>7e12cbd6-3a2c-4bd8-bc66-5001c282b690</name> + <entityName>Offer_entity</entityName> + <fieldName>KeywordPaymentTerm</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>77be3cca-8b50-4810-9549-3fd3e6fdf220</name> + <entityName>Person_entity</entityName> + <fieldName>KeywordContactStates</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>7945545b-f1e6-446d-84c3-ef68486652f4</name> + <entityName>Contact_entity</entityName> + <fieldName>KeywordContactStates</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>740a9696-d394-48ea-bcbf-a5484a093bde</name> + <entityName>SalesprojectMilestone_entity</entityName> + <fieldName>Keywords</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>b5c39776-509e-4758-8d05-a64eac4e7f38</name> + <entityName>CampaignStep_entity</entityName> + <fieldName>KeywordStates</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>13d739cb-2b97-44a0-bed0-b6868b0e579e</name> + <entityName>CampaignCost_entity</entityName> + <fieldName>KeywordCampaignManagementCostCategory</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>63bd7284-e9a0-4576-afe8-299d412e8def</name> + <entityName>ClassificationAdmin_entity</entityName> + <fieldName>KeywordClassificationTypes</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>3a81e886-0d83-47f0-9ec7-c864ffc57cda</name> + <entityName>Classification_entity</entityName> + <fieldName>KeywordClassificationTypes</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>OnlyActives_param</name> + <valueProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/specificcontainerkeywords/children/onlyactives_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="false" /> + </entityParameter> + <entityParameter> + <name>ContainerName_param</name> + <expose v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityField> + <name>TITLE_TRANSLATED</name> + <valueProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/title_translated/valueProcess.js</valueProcess> + </entityField> + <entityParameter> + <name>OnlyActives_param</name> + <valueProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/onlyactives_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>KeywordAttributeRelations</name> + <dependency> + <name>dependency</name> + <entityName>KeywordAttributeRelation_entity</entityName> + <fieldName>AttributesForKeywordEntry</fieldName> + </dependency> + <children> + <entityParameter> + <name>KeywordEntryId_param</name> + <valueProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/keywordattributerelations/children/keywordentryid_param/valueProcess.js</valueProcess> + <expose v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordAttributeRelationsReadOnly</name> + <documentation>%aditoprj%/entity/KeywordEntry_entity/entityfields/keywordattributerelationsreadonly/documentation.adoc</documentation> + <state>READONLY</state> + <dependency> + <name>dependency</name> + <entityName>KeywordAttributeRelation_entity</entityName> + <fieldName>AttributesForKeywordEntry</fieldName> + </dependency> + <children> + <entityParameter> + <name>KeywordEntryId_param</name> + <valueProcess>%aditoprj%/entity/KeywordEntry_entity/entityfields/keywordattributerelationsreadonly/children/keywordentryid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityParameter> + <name>ExcludedKeyIdsSubquery_param</name> + <expose v="true" /> + <documentation>%aditoprj%/entity/KeywordEntry_entity/entityfields/excludedkeyidssubquery_param/documentation.adoc</documentation> + <description>PARAMETER</description> + </entityParameter> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <isPageable v="false" /> + <conditionProcess>%aditoprj%/entity/KeywordEntry_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <orderClauseProcess>%aditoprj%/entity/KeywordEntry_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> + <onDBDelete>%aditoprj%/entity/KeywordEntry_entity/recordcontainers/db/onDBDelete.js</onDBDelete> + <linkInformation> + <linkInformation> + <name>52acbfe0-57f4-4614-83af-9882e168f431</name> + <tableName>AB_KEYWORD_ENTRY</tableName> + <primaryKey>AB_KEYWORD_ENTRYID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>TITLE.value</name> + <recordfield>AB_KEYWORD_ENTRY.TITLE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SORTING.value</name> + <recordfield>AB_KEYWORD_ENTRY.SORTING</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ISESSENTIAL.value</name> + <recordfield>AB_KEYWORD_ENTRY.ISESSENTIAL</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ISACTIVE.value</name> + <recordfield>AB_KEYWORD_ENTRY.ISACTIVE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>AB_KEYWORD_ENTRYID.value</name> + <recordfield>AB_KEYWORD_ENTRY.AB_KEYWORD_ENTRYID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>KEYID.value</name> + <recordfield>AB_KEYWORD_ENTRY.KEYID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTAINER.value</name> + <recordfield>AB_KEYWORD_ENTRY.CONTAINER</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Language_entity/Language_entity.aod b/entity/Language_entity/Language_entity.aod index 5858b0c80db2bb45827cffbb85cdd385b21f155b..827791bbeb5bd3e53d5b81e6e8e42ce2baa9ab9b 100644 --- a/entity/Language_entity/Language_entity.aod +++ b/entity/Language_entity/Language_entity.aod @@ -1,116 +1,116 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Language_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <contentTitleProcess>%aditoprj%/entity/Language_entity/contentTitleProcess.js</contentTitleProcess> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - <recordContainer>db</recordContainer> - </entityProvider> - <entityField> - <name>ISO2</name> - </entityField> - <entityField> - <name>ISO3</name> - </entityField> - <entityField> - <name>NAME_NATIVE</name> - </entityField> - <entityField> - <name>NAME_LATIN</name> - </entityField> - <entityField> - <name>ISACTIVE</name> - <contentType>BOOLEAN</contentType> - <dropDownProcess>%aditoprj%/entity/Language_entity/entityfields/isactive/dropDownProcess.js</dropDownProcess> - </entityField> - <entityProvider> - <name>ISO3Name</name> - <lookupIdfield>ISO3</lookupIdfield> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>471b099a-03ab-4c49-8372-729b1e789ecc</name> - <entityName>Organisation_entity</entityName> - <fieldName>Languages</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>3429b46c-03e1-458a-9b60-0b6d2a560ce1</name> - <entityName>Order_entity</entityName> - <fieldName>Languages</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>d2ae2b80-941f-42c5-89a4-67269d9a0411</name> - <entityName>Person_entity</entityName> - <fieldName>Languages</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>f0fd487b-6d1e-4247-8539-4b0912b003f8</name> - <entityName>Offer_entity</entityName> - <fieldName>Languages</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>0b2dd6bf-933f-4476-9071-de9d5e23800b</name> - <entityName>Product_entity</entityName> - <fieldName>Languages</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>030ac1ae-5f5b-4815-b9f4-1121b7c881ad</name> - <entityName>Contact_entity</entityName> - <fieldName>Languages</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>156f3abb-eef3-41a0-8bfa-aa888fe587df</name> - <entityName>Salutation_entity</entityName> - <fieldName>KeywordLanguages</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <linkInformation> - <linkInformation> - <name>3cd06d7c-16c3-49e5-87cd-672a7222e613</name> - <tableName>AB_LANGUAGE</tableName> - <primaryKey>ISO3</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>ISACTIVE.value</name> - <recordfield>AB_LANGUAGE.ISACTIVE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ISO2.value</name> - <recordfield>AB_LANGUAGE.ISO2</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ISO3.value</name> - <recordfield>AB_LANGUAGE.ISO3</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>NAME_LATIN.value</name> - <recordfield>AB_LANGUAGE.NAME_LATIN</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>NAME_NATIVE.value</name> - <recordfield>AB_LANGUAGE.NAME_NATIVE</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Language_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <contentTitleProcess>%aditoprj%/entity/Language_entity/contentTitleProcess.js</contentTitleProcess> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + <recordContainer>db</recordContainer> + </entityProvider> + <entityField> + <name>ISO2</name> + </entityField> + <entityField> + <name>ISO3</name> + </entityField> + <entityField> + <name>NAME_NATIVE</name> + </entityField> + <entityField> + <name>NAME_LATIN</name> + </entityField> + <entityField> + <name>ISACTIVE</name> + <contentType>BOOLEAN</contentType> + <dropDownProcess>%aditoprj%/entity/Language_entity/entityfields/isactive/dropDownProcess.js</dropDownProcess> + </entityField> + <entityProvider> + <name>ISO3Name</name> + <lookupIdfield>ISO3</lookupIdfield> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>471b099a-03ab-4c49-8372-729b1e789ecc</name> + <entityName>Organisation_entity</entityName> + <fieldName>Languages</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>3429b46c-03e1-458a-9b60-0b6d2a560ce1</name> + <entityName>Order_entity</entityName> + <fieldName>Languages</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>d2ae2b80-941f-42c5-89a4-67269d9a0411</name> + <entityName>Person_entity</entityName> + <fieldName>Languages</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>f0fd487b-6d1e-4247-8539-4b0912b003f8</name> + <entityName>Offer_entity</entityName> + <fieldName>Languages</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>0b2dd6bf-933f-4476-9071-de9d5e23800b</name> + <entityName>Product_entity</entityName> + <fieldName>Languages</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>030ac1ae-5f5b-4815-b9f4-1121b7c881ad</name> + <entityName>Contact_entity</entityName> + <fieldName>Languages</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>156f3abb-eef3-41a0-8bfa-aa888fe587df</name> + <entityName>Salutation_entity</entityName> + <fieldName>KeywordLanguages</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <linkInformation> + <linkInformation> + <name>3cd06d7c-16c3-49e5-87cd-672a7222e613</name> + <tableName>AB_LANGUAGE</tableName> + <primaryKey>ISO3</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>ISACTIVE.value</name> + <recordfield>AB_LANGUAGE.ISACTIVE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ISO2.value</name> + <recordfield>AB_LANGUAGE.ISO2</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ISO3.value</name> + <recordfield>AB_LANGUAGE.ISO3</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>NAME_LATIN.value</name> + <recordfield>AB_LANGUAGE.NAME_LATIN</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>NAME_NATIVE.value</name> + <recordfield>AB_LANGUAGE.NAME_NATIVE</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/LogHistory_entity/LogHistory_entity.aod b/entity/LogHistory_entity/LogHistory_entity.aod index d54e0ef364b0ccaaab276097643bbd90b506a44f..8a8d1cac28e178f955e33887ae613e556269004b 100644 --- a/entity/LogHistory_entity/LogHistory_entity.aod +++ b/entity/LogHistory_entity/LogHistory_entity.aod @@ -1,110 +1,110 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>LogHistory_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>Log</title> - <grantDelete v="false" /> - <iconId>NEON:HISTORY</iconId> - <imageProcess>%aditoprj%/entity/LogHistory_entity/imageProcess.js</imageProcess> - <titlePlural>Logs</titlePlural> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>DATE_NEW</name> - <title>Date</title> - <contentType>DATE</contentType> - <resolution>SECOND</resolution> - <outputFormat></outputFormat> - <inputFormat></inputFormat> - <groupable v="true" /> - <mandatory v="true" /> - </entityField> - <entityField> - <name>USER_NEW</name> - <title>User</title> - <groupable v="true" /> - <mandatory v="true" /> - </entityField> - <entityField> - <name>DESCRIPTION</name> - <title>Description</title> - <contentType>LONG_TEXT</contentType> - <mandatory v="true" /> - </entityField> - <entityProvider> - <name>LogHistoryProvider</name> - <dependencies> - <entityDependency> - <name>23dbfa51-5340-48e3-bd60-e0dcb7d44ad3</name> - <entityName>Person_entity</entityName> - <fieldName>LogHistoryConsumer</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>093a40d9-9f20-4c2f-8b43-3eed39b6bede</name> - <entityName>Organisation_entity</entityName> - <fieldName>LogHistoryConsumer</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>58532bc9-e789-403d-91a5-832ac40d6a6e</name> - <entityName>Salesproject_entity</entityName> - <fieldName>LogHistoryConsumer</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>6caadcde-8fda-40cb-97e0-ae507beab9d7</name> - <entityName>Offer_entity</entityName> - <fieldName>LogHistoryConsumer</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>f49eacab-f62c-4354-88eb-359cc92c2d44</name> - <entityName>Order_entity</entityName> - <fieldName>LogHistoryConsumer</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>de473d92-dbd3-4300-8887-163c997fcd62</name> - <entityName>Contract_entity</entityName> - <fieldName>LogHistoryConsumer</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>1c941565-b8ca-4805-a9d6-d49eb26a9801</name> - <entityName>Product_entity</entityName> - <fieldName>LogHistoryConsumer</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>6d14d6dd-ce6e-464f-9132-3e10c1116246</name> - <entityName>Task_entity</entityName> - <fieldName>LogHistories</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - <entityParameter> - <name>tablenames_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>UID</name> - <title>ID</title> - <mandatory v="true" /> - <searchable v="false" /> - </entityField> - <entityField> - <name>ICON</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/LogHistory_entity/entityfields/icon/valueProcess.js</valueProcess> - </entityField> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>LogHistory_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>Log</title> + <grantDelete v="false" /> + <iconId>NEON:HISTORY</iconId> + <imageProcess>%aditoprj%/entity/LogHistory_entity/imageProcess.js</imageProcess> + <titlePlural>Logs</titlePlural> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>DATE_NEW</name> + <title>Date</title> + <contentType>DATE</contentType> + <resolution>SECOND</resolution> + <outputFormat></outputFormat> + <inputFormat></inputFormat> + <groupable v="true" /> + <mandatory v="true" /> + </entityField> + <entityField> + <name>USER_NEW</name> + <title>User</title> + <groupable v="true" /> + <mandatory v="true" /> + </entityField> + <entityField> + <name>DESCRIPTION</name> + <title>Description</title> + <contentType>LONG_TEXT</contentType> + <mandatory v="true" /> + </entityField> + <entityProvider> + <name>LogHistoryProvider</name> + <dependencies> + <entityDependency> + <name>23dbfa51-5340-48e3-bd60-e0dcb7d44ad3</name> + <entityName>Person_entity</entityName> + <fieldName>LogHistoryConsumer</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>093a40d9-9f20-4c2f-8b43-3eed39b6bede</name> + <entityName>Organisation_entity</entityName> + <fieldName>LogHistoryConsumer</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>58532bc9-e789-403d-91a5-832ac40d6a6e</name> + <entityName>Salesproject_entity</entityName> + <fieldName>LogHistoryConsumer</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>6caadcde-8fda-40cb-97e0-ae507beab9d7</name> + <entityName>Offer_entity</entityName> + <fieldName>LogHistoryConsumer</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>f49eacab-f62c-4354-88eb-359cc92c2d44</name> + <entityName>Order_entity</entityName> + <fieldName>LogHistoryConsumer</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>de473d92-dbd3-4300-8887-163c997fcd62</name> + <entityName>Contract_entity</entityName> + <fieldName>LogHistoryConsumer</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>1c941565-b8ca-4805-a9d6-d49eb26a9801</name> + <entityName>Product_entity</entityName> + <fieldName>LogHistoryConsumer</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>6d14d6dd-ce6e-464f-9132-3e10c1116246</name> + <entityName>Task_entity</entityName> + <fieldName>LogHistories</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + <entityParameter> + <name>tablenames_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>UID</name> + <title>ID</title> + <mandatory v="true" /> + <searchable v="false" /> + </entityField> + <entityField> + <name>ICON</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/LogHistory_entity/entityfields/icon/valueProcess.js</valueProcess> + </entityField> <entityActionGroup> <name>Reloading_actionGroup</name> <children> @@ -117,21 +117,21 @@ </entityActionField> </children> </entityActionGroup> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <isPageable v="false" /> - <isFilterable v="true" /> - <isSortable v="false" /> - <contentProcess>%aditoprj%/entity/LogHistory_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <recordFields> - <element>UID.value</element> - <element>DATE_NEW.value</element> - <element>USER_NEW.value</element> - <element>DESCRIPTION.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <isPageable v="false" /> + <isFilterable v="true" /> + <isSortable v="false" /> + <contentProcess>%aditoprj%/entity/LogHistory_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <recordFields> + <element>UID.value</element> + <element>DATE_NEW.value</element> + <element>USER_NEW.value</element> + <element>DESCRIPTION.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/SalesprojectMember_entity/SalesprojectMember_entity.aod b/entity/Member_entity/Member_entity.aod similarity index 59% rename from entity/SalesprojectMember_entity/SalesprojectMember_entity.aod rename to entity/Member_entity/Member_entity.aod index bb2af03ba14a592ec5acf76e995e105a20964373..8d043c5a8a818881be86beb2e66263dcad2f3007 100644 --- a/entity/SalesprojectMember_entity/SalesprojectMember_entity.aod +++ b/entity/Member_entity/Member_entity.aod @@ -1,294 +1,356 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>SalesprojectMember_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>${SALESPROJECT_MEMBER}</title> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>CONTACT_ID</name> - <title>Person</title> - <consumer>Contacts</consumer> - <linkedContext>Person</linkedContext> - <mandatory v="true" /> - </entityField> - <entityField> - <name>SALESPROJECT_ID</name> - <valueProcess>%aditoprj%/entity/SalesprojectMember_entity/entityfields/salesproject_id/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>SALESPROJECT_MEMBERID</name> - <valueProcess>%aditoprj%/entity/SalesprojectMember_entity/entityfields/salesproject_memberid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>SALESPROJECT_ROLE</name> - <title>Role</title> - <consumer>KeywordMemberRoles</consumer> - <displayValueProcess>%aditoprj%/entity/SalesprojectMember_entity/entityfields/salesproject_role/displayValueProcess.js</displayValueProcess> - </entityField> - <entityProvider> - <name>SalesprojectMembers</name> - <targetContextField>TARGETCONTEXT</targetContextField> - <targetIdField>CONTACT_ID</targetIdField> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>c33d46e7-a7be-4548-a036-0ac58888504c</name> - <entityName>Salesproject_entity</entityName> - <fieldName>SalesprojectMembers</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>SalesprojectId_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>SalesprojectId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>ORGANISATION_NAME</name> - <title>Company</title> - <state>READONLY</state> - </entityField> - <entityField> - <name>ORG_ORGID</name> - <state>READONLY</state> - </entityField> - <entityField> - <name>PERSON_FIRSTNAME</name> - <title>Firstname</title> - <state>READONLY</state> - </entityField> - <entityField> - <name>PERSON_LASTNAME</name> - <title>Lastname</title> - <state>READONLY</state> - </entityField> - <entityField> - <name>PERSON_PERSID</name> - <state>READONLY</state> - </entityField> - <entityField> - <name>PERSON_SALUTATION</name> - <state>READONLY</state> - </entityField> - <entityField> - <name>PERSON_TITLE</name> - <title>title</title> - <state>READONLY</state> - </entityField> - <entityConsumer> - <name>CurrentContact</name> - <dependency> - <name>dependency</name> - <entityName>Person_entity</entityName> - <fieldName>Contact</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/SalesprojectMember_entity/entityfields/currentcontact/children/contactid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>PERSON_FULL_NAME</name> - <title>Name</title> - <consumer>CurrentContact</consumer> - <linkedContext>Person</linkedContext> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/SalesprojectMember_entity/entityfields/person_full_name/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>RELATIONSHIP</name> - <title>Relationship</title> - <description>Overrules CONTACT_RELATIONSHIP - -TODO: intuitive möglichkeit, auf dend Stand aus Relation zurückzusetzen... aktuell im edit mode auf leeres Feld, dann wird das aus contact angezeigt</description> - <contentType>NUMBER</contentType> - <displayValueProcess>%aditoprj%/entity/SalesprojectMember_entity/entityfields/relationship/displayValueProcess.js</displayValueProcess> - <onValueChangeTypes> - <element>MASK</element> - <element>PROCESS</element> - <element>PROCESS_SETVALUE</element> - </onValueChangeTypes> - </entityField> - <entityField> - <name>CONTACT_RELATIONSHIP</name> - <title>Relationship</title> - <description>TODO: Beziehung zu der Relation 1024846 (z.B. per Ampelsystem)</description> - <contentType>NUMBER</contentType> - </entityField> - <entityConsumer> - <name>Contacts</name> - <dependency> - <name>dependency</name> - <entityName>Person_entity</entityName> - <fieldName>Contacts</fieldName> - </dependency> - <children> - <entityParameter> - <name>ExcludedContactIds_param</name> - <valueProcess>%aditoprj%/entity/SalesprojectMember_entity/entityfields/contacts/children/excludedcontactids_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordMemberRoles</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/SalesprojectMember_entity/entityfields/keywordmemberroles/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>TARGETCONTEXT</name> - <valueProcess>%aditoprj%/entity/SalesprojectMember_entity/entityfields/targetcontext/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>CONTACTROLE</name> - <title>Function</title> - <state>READONLY</state> - </entityField> - <entityField> - <name>DEPARTMENT</name> - <title>Department</title> - <state>READONLY</state> - </entityField> - <entityField> - <name>POSITION</name> - <title>Position</title> - <state>READONLY</state> - </entityField> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <fromClauseProcess>%aditoprj%/entity/SalesprojectMember_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> - <conditionProcess>%aditoprj%/entity/SalesprojectMember_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <linkInformation> - <linkInformation> - <name>642ee877-9b75-42df-ade2-40f65f8a9ee5</name> - <tableName>SALESPROJECT_MEMBER</tableName> - <primaryKey>SALESPROJECT_MEMBERID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - <linkInformation> - <name>d158535e-ce3a-4660-91c7-d0ec8a7cbafc</name> - <tableName>ORGANISATION</tableName> - <primaryKey>ORGANISATIONID</primaryKey> - <isUIDTable v="false" /> - <readonly v="true" /> - </linkInformation> - <linkInformation> - <name>d794504f-52b7-4da0-abbe-ea3f6eabe996</name> - <tableName>PERSON</tableName> - <primaryKey>PERSONID</primaryKey> - <isUIDTable v="false" /> - <readonly v="true" /> - </linkInformation> - <linkInformation> - <name>6b4e762c-8316-47d2-8ff0-67d8b1ff58bd</name> - <tableName>CONTACT</tableName> - <primaryKey>CONTACTID</primaryKey> - <isUIDTable v="false" /> - <readonly v="true" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>ORGANISATION_NAME.value</name> - <recordfield>ORGANISATION.NAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ORG_ORGID.value</name> - <recordfield>ORGANISATION.ORGANISATIONID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PERSON_FIRSTNAME.value</name> - <recordfield>PERSON.FIRSTNAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PERSON_LASTNAME.value</name> - <recordfield>PERSON.LASTNAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PERSON_PERSID.value</name> - <recordfield>PERSON.PERSONID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PERSON_SALUTATION.value</name> - <recordfield>PERSON.SALUTATION</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PERSON_TITLE.value</name> - <recordfield>PERSON.TITLE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACT_ID.value</name> - <recordfield>SALESPROJECT_MEMBER.CONTACT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SALESPROJECT_ID.value</name> - <recordfield>SALESPROJECT_MEMBER.SALESPROJECT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SALESPROJECT_MEMBERID.value</name> - <recordfield>SALESPROJECT_MEMBER.SALESPROJECT_MEMBERID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SALESPROJECT_ROLE.value</name> - <recordfield>SALESPROJECT_MEMBER.SALESPROJECT_ROLE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>RELATIONSHIP.value</name> - <recordfield>SALESPROJECT_MEMBER.RELATIONSHIP</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACT_RELATIONSHIP.value</name> - <recordfield>CONTACT.RELATIONSHIP</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACT_ID.displayValue</name> - <expression>%aditoprj%/entity/SalesprojectMember_entity/recordcontainers/db/recordfieldmappings/contact_id.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SALESPROJECT_ROLE.displayValue</name> - <expression>%aditoprj%/entity/SalesprojectMember_entity/recordcontainers/db/recordfieldmappings/salesproject_role.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DEPARTMENT.value</name> - <recordfield>CONTACT.DEPARTMENT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACTROLE.value</name> - <recordfield>CONTACT.CONTACTROLE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>POSITION.value</name> - <recordfield>CONTACT.POSITION</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Member_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>${SALESPROJECT_MEMBER}</title> + <iconId>VAADIN:FILE_SOUND</iconId> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>CONTACT_ID</name> + <title>Person</title> + <consumer>Contacts</consumer> + <linkedContext>Person</linkedContext> + <mandatory v="true" /> + </entityField> + <entityField> + <name>OBJECT_ROWID</name> + <consumer>Objects</consumer> + <linkedContextProcess>%aditoprj%/entity/Member_entity/entityfields/object_rowid/linkedContextProcess.js</linkedContextProcess> + <valueProcess>%aditoprj%/entity/Member_entity/entityfields/object_rowid/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Member_entity/entityfields/object_rowid/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>MEMBERID</name> + <valueProcess>%aditoprj%/entity/Member_entity/entityfields/memberid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>ROLE</name> + <title>Role</title> + <consumer>KeywordMemberRoles</consumer> + <displayValueProcess>%aditoprj%/entity/Member_entity/entityfields/role/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>ORGANISATION_NAME</name> + <title>Company</title> + <state>READONLY</state> + </entityField> + <entityField> + <name>ORG_ORGID</name> + <state>READONLY</state> + </entityField> + <entityField> + <name>PERSON_FIRSTNAME</name> + <title>Firstname</title> + <state>READONLY</state> + </entityField> + <entityField> + <name>PERSON_LASTNAME</name> + <title>Lastname</title> + <state>READONLY</state> + </entityField> + <entityField> + <name>PERSON_PERSID</name> + <state>READONLY</state> + </entityField> + <entityField> + <name>PERSON_SALUTATION</name> + <state>READONLY</state> + </entityField> + <entityField> + <name>PERSON_TITLE</name> + <title>title</title> + <state>READONLY</state> + </entityField> + <entityConsumer> + <name>CurrentContact</name> + <dependency> + <name>dependency</name> + <entityName>Person_entity</entityName> + <fieldName>Contact</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContactId_param</name> + <valueProcess>%aditoprj%/entity/Member_entity/entityfields/currentcontact/children/contactid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>PERSON_FULL_NAME</name> + <title>Name</title> + <consumer>CurrentContact</consumer> + <linkedContext>Person</linkedContext> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Member_entity/entityfields/person_full_name/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>RELATIONSHIP</name> + <title>Relationship</title> + <description>Overrules CONTACT_RELATIONSHIP + +TODO: intuitive möglichkeit, auf dend Stand aus Relation zurückzusetzen... aktuell im edit mode auf leeres Feld, dann wird das aus contact angezeigt</description> + <contentType>NUMBER</contentType> + <displayValueProcess>%aditoprj%/entity/Member_entity/entityfields/relationship/displayValueProcess.js</displayValueProcess> + <onValueChangeTypes> + <element>MASK</element> + <element>PROCESS</element> + <element>PROCESS_SETVALUE</element> + </onValueChangeTypes> + </entityField> + <entityField> + <name>CONTACT_RELATIONSHIP</name> + <title>Relationship</title> + <description>TODO: Beziehung zu der Relation 1024846 (z.B. per Ampelsystem)</description> + <contentType>NUMBER</contentType> + </entityField> + <entityConsumer> + <name>Contacts</name> + <dependency> + <name>dependency</name> + <entityName>Person_entity</entityName> + <fieldName>Contacts</fieldName> + </dependency> + <children> + <entityParameter> + <name>ExcludedContactIds_param</name> + <valueProcess>%aditoprj%/entity/Member_entity/entityfields/contacts/children/excludedcontactids_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordMemberRoles</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Member_entity/entityfields/keywordmemberroles/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>TARGETCONTEXT</name> + <valueProcess>%aditoprj%/entity/Member_entity/entityfields/targetcontext/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>CONTACTROLE</name> + <title>Function</title> + <state>READONLY</state> + </entityField> + <entityField> + <name>DEPARTMENT</name> + <title>Department</title> + <state>READONLY</state> + </entityField> + <entityField> + <name>POSITION</name> + <title>Position</title> + <state>READONLY</state> + </entityField> + <entityField> + <name>OBJECT_TYPE</name> + <consumer>Contexts</consumer> + <valueProcess>%aditoprj%/entity/Member_entity/entityfields/object_type/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Member_entity/entityfields/object_type/displayValueProcess.js</displayValueProcess> + </entityField> + <entityParameter> + <name>ObjectRowId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>Objects</name> + <dependency> + <name>dependency</name> + <entityName>Object_entity</entityName> + <fieldName>AllObjects</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Member_entity/entityfields/objects/children/objecttype_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Contexts</name> + <dependency> + <name>dependency</name> + <entityName>Context_entity</entityName> + <fieldName>Context</fieldName> + </dependency> + </entityConsumer> + <entityProvider> + <name>Links</name> + <targetContextField>TARGETCONTEXT</targetContextField> + <targetIdField>CONTACT_ID</targetIdField> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>df6a9a25-f787-41f6-877b-c8e3cbbdc6be</name> + <entityName>Salesproject_entity</entityName> + <fieldName>Members</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + <entityField> + <name>ICON</name> + <contentType>IMAGE</contentType> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Member_entity/entityfields/icon/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DECIDER</name> + <title>Decision maker</title> + <contentType>BOOLEAN</contentType> + <dropDownProcess>%aditoprj%/entity/Member_entity/entityfields/decider/dropDownProcess.js</dropDownProcess> + </entityField> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <fromClauseProcess>%aditoprj%/entity/Member_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> + <conditionProcess>%aditoprj%/entity/Member_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <linkInformation> + <linkInformation> + <name>dc8d3e38-dd0c-49e1-8665-695e5fd61025</name> + <tableName>ORGANISATION</tableName> + <primaryKey>ORGANISATIONID</primaryKey> + <isUIDTable v="false" /> + <readonly v="true" /> + </linkInformation> + <linkInformation> + <name>85c0ae33-0713-4413-aaef-6b0c39b70973</name> + <tableName>PERSON</tableName> + <primaryKey>PERSONID</primaryKey> + <isUIDTable v="false" /> + <readonly v="true" /> + </linkInformation> + <linkInformation> + <name>2ee2e445-6b7f-4d22-9a83-1b175ad0acc9</name> + <tableName>CONTACT</tableName> + <primaryKey>CONTACTID</primaryKey> + <isUIDTable v="false" /> + <readonly v="true" /> + </linkInformation> + <linkInformation> + <name>3d675008-56dc-4c91-90c9-7664dccddbb4</name> + <tableName>MEMBER</tableName> + <primaryKey>MEMBERID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>ORGANISATION_NAME.value</name> + <recordfield>ORGANISATION.NAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ORG_ORGID.value</name> + <recordfield>ORGANISATION.ORGANISATIONID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PERSON_FIRSTNAME.value</name> + <recordfield>PERSON.FIRSTNAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PERSON_LASTNAME.value</name> + <recordfield>PERSON.LASTNAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PERSON_PERSID.value</name> + <recordfield>PERSON.PERSONID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PERSON_SALUTATION.value</name> + <recordfield>PERSON.SALUTATION</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PERSON_TITLE.value</name> + <recordfield>PERSON.TITLE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACT_ID.value</name> + <recordfield>MEMBER.CONTACT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SALESPROJECT_ROLE.value</name> + <recordfield>MEMBER.ROLE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>RELATIONSHIP.value</name> + <recordfield>MEMBER.RELATIONSHIP</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACT_RELATIONSHIP.value</name> + <recordfield>CONTACT.RELATIONSHIP</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACT_ID.displayValue</name> + <expression>%aditoprj%/entity/Member_entity/recordcontainers/db/recordfieldmappings/contact_id.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SALESPROJECT_ROLE.displayValue</name> + <expression>%aditoprj%/entity/Member_entity/recordcontainers/db/recordfieldmappings/salesproject_role.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DEPARTMENT.value</name> + <recordfield>CONTACT.DEPARTMENT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACTROLE.value</name> + <recordfield>CONTACT.CONTACTROLE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>POSITION.value</name> + <recordfield>CONTACT.POSITION</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OBJECT_ROWID.value</name> + <recordfield>MEMBER.OBJECT_ROWID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OBJECT_TYPE.value</name> + <recordfield>MEMBER.OBJECT_TYPE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>MEMBERID.value</name> + <recordfield>MEMBER.MEMBERID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ROLE.value</name> + <recordfield>MEMBER.ROLE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OBJECT_ROWID.displayValue</name> + <expression>%aditoprj%/entity/Member_entity/recordcontainers/db/recordfieldmappings/object_rowid.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DECIDER.value</name> + <recordfield>MEMBER.DECIDER</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/SalesprojectForecast_entity/recordcontainers/db/conditionProcess.js b/entity/Member_entity/conditionProcess.js similarity index 61% rename from entity/SalesprojectForecast_entity/recordcontainers/db/conditionProcess.js rename to entity/Member_entity/conditionProcess.js index 647c25565dad24ef03a9efcfd30688ff06124f4f..e0f35ab06bb292e7e57bc2b43d44d96612dcfb55 100644 --- a/entity/SalesprojectForecast_entity/recordcontainers/db/conditionProcess.js +++ b/entity/Member_entity/conditionProcess.js @@ -3,7 +3,8 @@ import("system.result"); import("Sql_lib"); var cond = new SqlCondition(); -cond.andPrepareVars("SALESPROJECT_FORECAST.SALESPROJECT_ID", "$param.SalesprojectId_param"); +cond.andPrepareVars("MEMBER.OBJECT_ROWID", "$param.ObjectRowId_param") +cond.andPrepareVars("MEMBER.OBJECT_TYPE", "$param.ObjectType_param"); //TODO: use a preparedCondition when available #1030812 #1034026 result.string(db.translateCondition(cond.build("1 = 1"))); \ No newline at end of file diff --git a/entity/SalesprojectMember_entity/entityfields/contacts/children/excludedcontactids_param/valueProcess.js b/entity/Member_entity/entityfields/contacts/children/excludedcontactids_param/valueProcess.js similarity index 59% rename from entity/SalesprojectMember_entity/entityfields/contacts/children/excludedcontactids_param/valueProcess.js rename to entity/Member_entity/entityfields/contacts/children/excludedcontactids_param/valueProcess.js index 4f34874adf02c713ef4bf91664e10b946644c639..ff7a12d77a6468fc07aae82c486c7b575391d236 100644 --- a/entity/SalesprojectMember_entity/entityfields/contacts/children/excludedcontactids_param/valueProcess.js +++ b/entity/Member_entity/entityfields/contacts/children/excludedcontactids_param/valueProcess.js @@ -4,6 +4,6 @@ import("system.db"); import("Sql_lib"); result.object(db.array(db.COLUMN, SqlCondition.begin() - .andPrepare("SALESPROJECT_MEMBER.SALESPROJECT_ID", vars.get("$field.SALESPROJECT_ID")) - .buildSql("select CONTACT_ID from SALESPROJECT_MEMBER", "1=2"))); + .andPrepare("MEMBER.OBJECT_ROWID", vars.get("$field.OBJECT_ROWID")) + .buildSql("select CONTACT_ID from MEMBER", "1=2"))); \ No newline at end of file diff --git a/entity/SalesprojectMember_entity/entityfields/currentcontact/children/contactid_param/valueProcess.js b/entity/Member_entity/entityfields/currentcontact/children/contactid_param/valueProcess.js similarity index 100% rename from entity/SalesprojectMember_entity/entityfields/currentcontact/children/contactid_param/valueProcess.js rename to entity/Member_entity/entityfields/currentcontact/children/contactid_param/valueProcess.js diff --git a/entity/SalesprojectMember_entity/entityfields/date_edit/valueProcess.js b/entity/Member_entity/entityfields/date_edit/valueProcess.js similarity index 100% rename from entity/SalesprojectMember_entity/entityfields/date_edit/valueProcess.js rename to entity/Member_entity/entityfields/date_edit/valueProcess.js diff --git a/entity/SalesprojectMember_entity/entityfields/date_new/valueProcess.js b/entity/Member_entity/entityfields/date_new/valueProcess.js similarity index 100% rename from entity/SalesprojectMember_entity/entityfields/date_new/valueProcess.js rename to entity/Member_entity/entityfields/date_new/valueProcess.js diff --git a/entity/Member_entity/entityfields/decider/dropDownProcess.js b/entity/Member_entity/entityfields/decider/dropDownProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..9b90ec712682ce323a43aa4bdb7a98ed4d68c2f8 --- /dev/null +++ b/entity/Member_entity/entityfields/decider/dropDownProcess.js @@ -0,0 +1,7 @@ +import("system.translate"); +import("system.result"); + +result.object([ + [true, translate.text("Yes")] + ,[false, translate.text("No")] +]); diff --git a/entity/Member_entity/entityfields/icon/valueProcess.js b/entity/Member_entity/entityfields/icon/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..05a9a85fd7d0f67869b1d86d8c6a9f5a5a1bbeec --- /dev/null +++ b/entity/Member_entity/entityfields/icon/valueProcess.js @@ -0,0 +1,18 @@ +import("system.vars"); +import("system.result"); +import("system.neon"); +import("Keyword_lib"); +import("KeywordRegistry_basic"); + +var role = vars.get("$field.ROLE"); +var isIntern = false, icon; +if(role) +{ + var keywordAttributes = KeywordUtils.getAttributeRelationsByKey(role, $KeywordRegistry.MemberRole()) + if(keywordAttributes != null) + isIntern = keywordAttributes.Intern; +} + +if(isIntern) + result.string("VAADIN:STAR"); +else result.string("VAADIN:AIRPLANE"); \ No newline at end of file diff --git a/entity/SalesprojectCompetition_entity/entityfields/keywordstates/children/containername_param/valueProcess.js b/entity/Member_entity/entityfields/keywordmemberroles/children/containername_param/valueProcess.js similarity index 56% rename from entity/SalesprojectCompetition_entity/entityfields/keywordstates/children/containername_param/valueProcess.js rename to entity/Member_entity/entityfields/keywordmemberroles/children/containername_param/valueProcess.js index d86b5c3b6fb28f749eead8761de6aa4f6266d817..f20e0079a619c5d9f637f91901c51bdbc946b754 100644 --- a/entity/SalesprojectCompetition_entity/entityfields/keywordstates/children/containername_param/valueProcess.js +++ b/entity/Member_entity/entityfields/keywordmemberroles/children/containername_param/valueProcess.js @@ -2,4 +2,4 @@ import("system.result"); import("Keyword_lib"); import("KeywordRegistry_basic"); -result.string($KeywordRegistry.salesprojectCompetitionState()); +result.string($KeywordRegistry.MemberRole()); diff --git a/entity/SalesprojectMember_entity/entityfields/salesproject_memberid/valueProcess.js b/entity/Member_entity/entityfields/memberid/valueProcess.js similarity index 100% rename from entity/SalesprojectMember_entity/entityfields/salesproject_memberid/valueProcess.js rename to entity/Member_entity/entityfields/memberid/valueProcess.js diff --git a/entity/Member_entity/entityfields/object_rowid/displayValueProcess.js b/entity/Member_entity/entityfields/object_rowid/displayValueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..8b080bceea92c146a676b0f33cc7cb87d4e86b9d --- /dev/null +++ b/entity/Member_entity/entityfields/object_rowid/displayValueProcess.js @@ -0,0 +1,11 @@ +import("system.neon"); +import("system.vars"); +import("system.db"); +import("system.result"); +import("Context_lib"); + +if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && !vars.get("$field.OBJECT_ROWID")) { + result.string(""); +} else if (vars.exists("$field.OBJECT_TYPE") && vars.get("$field.OBJECT_TYPE")) { + result.string(db.cell(ContextUtils.getNameSql(vars.get("$field.OBJECT_TYPE"), vars.get("$field.OBJECT_ROWID")))); +} \ No newline at end of file diff --git a/entity/Member_entity/entityfields/object_rowid/linkedContextProcess.js b/entity/Member_entity/entityfields/object_rowid/linkedContextProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..d868fe097f20bc5d880af358b27fdea7a2c86063 --- /dev/null +++ b/entity/Member_entity/entityfields/object_rowid/linkedContextProcess.js @@ -0,0 +1,5 @@ +import("system.vars"); +import("system.result"); +import("Context_lib"); + +result.string(ContextUtils.getContextName(vars.get("$field.OBJECT_TYPE"))) \ No newline at end of file diff --git a/entity/Member_entity/entityfields/object_rowid/valueProcess.js b/entity/Member_entity/entityfields/object_rowid/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..09d845d6f59f097036ad418f74975808ec568bb6 --- /dev/null +++ b/entity/Member_entity/entityfields/object_rowid/valueProcess.js @@ -0,0 +1,5 @@ +import("system.vars"); +import("system.result"); + +if(vars.exists("$param.ObjectRowId_param") && vars.get("$param.ObjectRowId_param")) + result.string(vars.get("$param.ObjectRowId_param")); \ No newline at end of file diff --git a/entity/Member_entity/entityfields/object_type/displayValueProcess.js b/entity/Member_entity/entityfields/object_type/displayValueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..2965221e0b08ec642696f69eb7ed11d3ceb692cd --- /dev/null +++ b/entity/Member_entity/entityfields/object_type/displayValueProcess.js @@ -0,0 +1,10 @@ +import("system.result"); +import("system.neon"); +import("system.vars"); +import("system.project"); + +if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && !vars.get("$field.OBJECT_TYPE")) { + result.string(""); +} else if (vars.exists("$field.OBJECT_TYPE") && vars.get("$field.OBJECT_TYPE")) { + result.string(project.getDataModel(project.DATAMODEL_KIND_CONTEXT, vars.get("$field.OBJECT_TYPE"))[1]); +} \ No newline at end of file diff --git a/entity/Member_entity/entityfields/object_type/valueProcess.js b/entity/Member_entity/entityfields/object_type/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..61217a860a68a18029aaea234356d5bd53065727 --- /dev/null +++ b/entity/Member_entity/entityfields/object_type/valueProcess.js @@ -0,0 +1,5 @@ +import("system.vars"); +import("system.result"); + +if(vars.exists("$param.ObjectType_param") && vars.get("$param.ObjectType_param")) + result.string(vars.get("$param.ObjectType_param")); \ No newline at end of file diff --git a/entity/Member_entity/entityfields/objects/children/objecttype_param/valueProcess.js b/entity/Member_entity/entityfields/objects/children/objecttype_param/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..b1bb16711d793d92bca8f72231ad9c0f745c064d --- /dev/null +++ b/entity/Member_entity/entityfields/objects/children/objecttype_param/valueProcess.js @@ -0,0 +1,4 @@ +import("system.result"); +import("system.vars"); + +result.string(vars.get("$field.OBJECT_TYPE")); \ No newline at end of file diff --git a/entity/SalesprojectMember_entity/entityfields/pers_full_name/fieldIdProcess.js b/entity/Member_entity/entityfields/pers_full_name/fieldIdProcess.js similarity index 100% rename from entity/SalesprojectMember_entity/entityfields/pers_full_name/fieldIdProcess.js rename to entity/Member_entity/entityfields/pers_full_name/fieldIdProcess.js diff --git a/entity/SalesprojectMember_entity/entityfields/person_full_name/valueProcess.js b/entity/Member_entity/entityfields/person_full_name/valueProcess.js similarity index 100% rename from entity/SalesprojectMember_entity/entityfields/person_full_name/valueProcess.js rename to entity/Member_entity/entityfields/person_full_name/valueProcess.js diff --git a/entity/SalesprojectMember_entity/entityfields/relationship/displayValueProcess.js b/entity/Member_entity/entityfields/relationship/displayValueProcess.js similarity index 100% rename from entity/SalesprojectMember_entity/entityfields/relationship/displayValueProcess.js rename to entity/Member_entity/entityfields/relationship/displayValueProcess.js diff --git a/entity/Member_entity/entityfields/role/displayValueProcess.js b/entity/Member_entity/entityfields/role/displayValueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..bbdef4d21bb53e36e3bc3b9f9757470915f57d4c --- /dev/null +++ b/entity/Member_entity/entityfields/role/displayValueProcess.js @@ -0,0 +1,6 @@ +import("system.result"); +import("system.vars"); +import("Keyword_lib"); +import("KeywordRegistry_basic"); + +result.string(KeywordUtils.getViewValue($KeywordRegistry.MemberRole(), vars.get("$field.ROLE"))); diff --git a/entity/SalesprojectMember_entity/entityfields/targetcontext/valueProcess.js b/entity/Member_entity/entityfields/targetcontext/valueProcess.js similarity index 100% rename from entity/SalesprojectMember_entity/entityfields/targetcontext/valueProcess.js rename to entity/Member_entity/entityfields/targetcontext/valueProcess.js diff --git a/entity/SalesprojectMember_entity/entityfields/user_edit/valueProcess.js b/entity/Member_entity/entityfields/user_edit/valueProcess.js similarity index 100% rename from entity/SalesprojectMember_entity/entityfields/user_edit/valueProcess.js rename to entity/Member_entity/entityfields/user_edit/valueProcess.js diff --git a/entity/SalesprojectMember_entity/entityfields/user_new/valueProcess.js b/entity/Member_entity/entityfields/user_new/valueProcess.js similarity index 100% rename from entity/SalesprojectMember_entity/entityfields/user_new/valueProcess.js rename to entity/Member_entity/entityfields/user_new/valueProcess.js diff --git a/entity/SalesprojectMember_entity/fromClauseProcess.js b/entity/Member_entity/fromClauseProcess.js similarity index 65% rename from entity/SalesprojectMember_entity/fromClauseProcess.js rename to entity/Member_entity/fromClauseProcess.js index 93d4323cf0c7708166ac4707bf3a7f023d0e9451..edff7462ed28f71c7e85a667f69468eacf1e5af9 100644 --- a/entity/SalesprojectMember_entity/fromClauseProcess.js +++ b/entity/Member_entity/fromClauseProcess.js @@ -1,5 +1,5 @@ import("system.result"); -result.string("SALESPROJECT_MEMBER join CONTACT on (CONTACT.CONTACTID = SALESPROJECT_MEMBER.CONTACT_ID) " +result.string("MEMBER join CONTACT on (CONTACT.CONTACTID = MEMBER.CONTACT_ID) " + "left join ORGANISATION on (ORGANISATION.ORGANISATIONID = CONTACT.ORGANISATION_ID) " + "left join PERSON on (PERSON.PERSONID = CONTACT.PERSON_ID)"); \ No newline at end of file diff --git a/entity/SalesprojectForecast_entity/conditionProcess.js b/entity/Member_entity/recordcontainers/db/conditionProcess.js similarity index 61% rename from entity/SalesprojectForecast_entity/conditionProcess.js rename to entity/Member_entity/recordcontainers/db/conditionProcess.js index 647c25565dad24ef03a9efcfd30688ff06124f4f..e0f35ab06bb292e7e57bc2b43d44d96612dcfb55 100644 --- a/entity/SalesprojectForecast_entity/conditionProcess.js +++ b/entity/Member_entity/recordcontainers/db/conditionProcess.js @@ -3,7 +3,8 @@ import("system.result"); import("Sql_lib"); var cond = new SqlCondition(); -cond.andPrepareVars("SALESPROJECT_FORECAST.SALESPROJECT_ID", "$param.SalesprojectId_param"); +cond.andPrepareVars("MEMBER.OBJECT_ROWID", "$param.ObjectRowId_param") +cond.andPrepareVars("MEMBER.OBJECT_TYPE", "$param.ObjectType_param"); //TODO: use a preparedCondition when available #1030812 #1034026 result.string(db.translateCondition(cond.build("1 = 1"))); \ No newline at end of file diff --git a/entity/SalesprojectMember_entity/recordcontainers/db/fromClauseProcess.js b/entity/Member_entity/recordcontainers/db/fromClauseProcess.js similarity index 65% rename from entity/SalesprojectMember_entity/recordcontainers/db/fromClauseProcess.js rename to entity/Member_entity/recordcontainers/db/fromClauseProcess.js index 93d4323cf0c7708166ac4707bf3a7f023d0e9451..edff7462ed28f71c7e85a667f69468eacf1e5af9 100644 --- a/entity/SalesprojectMember_entity/recordcontainers/db/fromClauseProcess.js +++ b/entity/Member_entity/recordcontainers/db/fromClauseProcess.js @@ -1,5 +1,5 @@ import("system.result"); -result.string("SALESPROJECT_MEMBER join CONTACT on (CONTACT.CONTACTID = SALESPROJECT_MEMBER.CONTACT_ID) " +result.string("MEMBER join CONTACT on (CONTACT.CONTACTID = MEMBER.CONTACT_ID) " + "left join ORGANISATION on (ORGANISATION.ORGANISATIONID = CONTACT.ORGANISATION_ID) " + "left join PERSON on (PERSON.PERSONID = CONTACT.PERSON_ID)"); \ No newline at end of file diff --git a/entity/SalesprojectMember_entity/recordcontainers/db/recordfieldmappings/contact_id.displayvalue/expression.js b/entity/Member_entity/recordcontainers/db/recordfieldmappings/contact_id.displayvalue/expression.js similarity index 100% rename from entity/SalesprojectMember_entity/recordcontainers/db/recordfieldmappings/contact_id.displayvalue/expression.js rename to entity/Member_entity/recordcontainers/db/recordfieldmappings/contact_id.displayvalue/expression.js diff --git a/entity/Member_entity/recordcontainers/db/recordfieldmappings/object_rowid.displayvalue/expression.js b/entity/Member_entity/recordcontainers/db/recordfieldmappings/object_rowid.displayvalue/expression.js new file mode 100644 index 0000000000000000000000000000000000000000..33554680cccd2c3d363443686457c41e0c1c5729 --- /dev/null +++ b/entity/Member_entity/recordcontainers/db/recordfieldmappings/object_rowid.displayvalue/expression.js @@ -0,0 +1,4 @@ +import("system.result"); +import("Context_lib"); + +result.string(ContextUtils.getNameSubselectSql("OBJECT_TYPE", "OBJECT_ROWID")) \ No newline at end of file diff --git a/entity/SalesprojectMember_entity/recordcontainers/db/recordfieldmappings/salesproject_role.displayvalue/expression.js b/entity/Member_entity/recordcontainers/db/recordfieldmappings/salesproject_role.displayvalue/expression.js similarity index 70% rename from entity/SalesprojectMember_entity/recordcontainers/db/recordfieldmappings/salesproject_role.displayvalue/expression.js rename to entity/Member_entity/recordcontainers/db/recordfieldmappings/salesproject_role.displayvalue/expression.js index 18c379f40354d3845c0987ffe926f7e9f0631476..4e07d5e1138b5fac8da6fedca2efe17c54727ec4 100644 --- a/entity/SalesprojectMember_entity/recordcontainers/db/recordfieldmappings/salesproject_role.displayvalue/expression.js +++ b/entity/Member_entity/recordcontainers/db/recordfieldmappings/salesproject_role.displayvalue/expression.js @@ -2,5 +2,5 @@ import("system.result"); import("Keyword_lib"); import("KeywordRegistry_basic"); -var sql = KeywordUtils.getResolvedTitleSqlPart($KeywordRegistry.salesprojectMemberRole(), "SALESPROJECT_MEMBER.SALESPROJECT_ROLE"); +var sql = KeywordUtils.getResolvedTitleSqlPart($KeywordRegistry.MemberRole(), "MEMBER.ROLE"); result.string(sql); \ No newline at end of file diff --git a/entity/ModuleTree_entity/ModuleTree_entity.aod b/entity/ModuleTree_entity/ModuleTree_entity.aod index 8d4dd6c8b3e88a7a826ec91685dd54615317b913..88302a006668e18e146e2eefd11e4202b07fac67 100644 --- a/entity/ModuleTree_entity/ModuleTree_entity.aod +++ b/entity/ModuleTree_entity/ModuleTree_entity.aod @@ -1,92 +1,92 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>ModuleTree_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>History</title> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - <recordContainer>jdito</recordContainer> - </entityProvider> - <entityField> - <name>TITLE</name> - </entityField> - <entityField> - <name>DESCRIPTION</name> - </entityField> - <entityField> - <name>ICON</name> - <contentType>IMAGE</contentType> - </entityField> - <entityProvider> - <name>TreeProviders</name> - <targetContextField>TYPE</targetContextField> - <targetIdField>UID</targetIdField> - <recordContainer>jdito</recordContainer> - <dependencies> - <entityDependency> - <name>7da88ffb-4292-4fe2-88e2-dda2dc4aa625</name> - <entityName>Task_entity</entityName> - <fieldName>ModuleTrees</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>70e2ea81-1e08-47a6-ac89-3164bdbd9e02</name> - <entityName>Activity_entity</entityName> - <fieldName>ModuleTrees</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ContextName_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>ID_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityField> - <name>PARENT_ID</name> - </entityField> - <entityField> - <name>UID</name> - </entityField> - <entityField> - <name>PARENT_CONTEXT</name> - </entityField> - <entityField> - <name>TYPE</name> - </entityField> - <entityParameter> - <name>ContextName_param</name> - <expose v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>ID_param</name> - <expose v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <contentProcess>%aditoprj%/entity/ModuleTree_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <recordFields> - <element>UID.value</element> - <element>TYPE.value</element> - <element>PARENT_ID.value</element> - <element>PARENT_CONTEXT.value</element> - <element>TITLE.value</element> - <element>DESCRIPTION.value</element> - <element>ICON.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>ModuleTree_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>History</title> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + <recordContainer>jdito</recordContainer> + </entityProvider> + <entityField> + <name>TITLE</name> + </entityField> + <entityField> + <name>DESCRIPTION</name> + </entityField> + <entityField> + <name>ICON</name> + <contentType>IMAGE</contentType> + </entityField> + <entityProvider> + <name>TreeProviders</name> + <targetContextField>TYPE</targetContextField> + <targetIdField>UID</targetIdField> + <recordContainer>jdito</recordContainer> + <dependencies> + <entityDependency> + <name>7da88ffb-4292-4fe2-88e2-dda2dc4aa625</name> + <entityName>Task_entity</entityName> + <fieldName>ModuleTrees</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>70e2ea81-1e08-47a6-ac89-3164bdbd9e02</name> + <entityName>Activity_entity</entityName> + <fieldName>ModuleTrees</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ContextName_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>ID_param</name> + <expose v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityField> + <name>PARENT_ID</name> + </entityField> + <entityField> + <name>UID</name> + </entityField> + <entityField> + <name>PARENT_CONTEXT</name> + </entityField> + <entityField> + <name>TYPE</name> + </entityField> + <entityParameter> + <name>ContextName_param</name> + <expose v="true" /> + <mandatory v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>ID_param</name> + <expose v="true" /> + <mandatory v="true" /> + <description>PARAMETER</description> + </entityParameter> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <contentProcess>%aditoprj%/entity/ModuleTree_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <recordFields> + <element>UID.value</element> + <element>TYPE.value</element> + <element>PARENT_ID.value</element> + <element>PARENT_CONTEXT.value</element> + <element>TITLE.value</element> + <element>DESCRIPTION.value</element> + <element>ICON.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Notification_entity/Notification_entity.aod b/entity/Notification_entity/Notification_entity.aod index c7fb7c75087bf2d8c881de739dba6a09bbd27135..21ab0b57cbd5ed02a5edf2647a6933a6fce198d5 100644 --- a/entity/Notification_entity/Notification_entity.aod +++ b/entity/Notification_entity/Notification_entity.aod @@ -1,241 +1,241 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Notification_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>Notifications</title> - <iconId>VAADIN:BELL</iconId> - <titlePlural>Notifications</titlePlural> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - <targetContextField>LINKCONTEXT</targetContextField> - <targetIdField>LINKID</targetIdField> - <recordContainer>db</recordContainer> - </entityProvider> - <entityField> - <name>UID</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>CONTENTID</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>USER</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>STATE</name> - <title>State</title> - <displayValueProcess>%aditoprj%/entity/Notification_entity/entityfields/state/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>BACKPACK</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>CAPTION</name> - <title>title</title> - </entityField> - <entityField> - <name>CREATIONDATE</name> - <title>Date</title> - <contentType>DATE</contentType> - <resolution>MINUTE</resolution> - <valueProcess>%aditoprj%/entity/Notification_entity/entityfields/creationdate/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DESCRIPTION</name> - <title>description</title> - </entityField> - <entityField> - <name>FORCEDPRIORITY</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>ICON</name> - <colorProcess>%aditoprj%/entity/Notification_entity/entityfields/icon/colorProcess.js</colorProcess> - <contentType>IMAGE</contentType> - <valueProcess>%aditoprj%/entity/Notification_entity/entityfields/icon/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>LIFETIME</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>ORIGINATORNAME</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>RECIPIENTUSERIDS</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>TYPECODE</name> - <title>Type</title> - <displayValueProcess>%aditoprj%/entity/Notification_entity/entityfields/typecode/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>VERSION</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>LINKCONTEXT</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Notification_entity/entityfields/linkcontext/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>LINKID</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Notification_entity/entityfields/linkid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>LINKINFO</name> - <searchable v="false" /> - </entityField> - <entityActionGroup> - <name>setNotificationState</name> - <children> - <entityActionField> - <name>archieve</name> - <title>archieve</title> - <description></description> - <onActionProcess>%aditoprj%/entity/Notification_entity/entityfields/setnotificationstate/children/archieve/onActionProcess.js</onActionProcess> - <isSelectionAction v="true" /> - <iconId>VAADIN:ARCHIVE</iconId> - <tooltip></tooltip> - <tooltipProcess>%aditoprj%/entity/Notification_entity/entityfields/setnotificationstate/children/archieve/tooltipProcess.js</tooltipProcess> - </entityActionField> - <entityActionField> - <name>setRead</name> - <title>setRead</title> - <description></description> - <onActionProcess>%aditoprj%/entity/Notification_entity/entityfields/setnotificationstate/children/setread/onActionProcess.js</onActionProcess> - <isSelectionAction v="true" /> - <iconId>VAADIN:OPEN_BOOK</iconId> - <tooltip></tooltip> - <tooltipProcess>%aditoprj%/entity/Notification_entity/entityfields/setnotificationstate/children/setread/tooltipProcess.js</tooltipProcess> - </entityActionField> - <entityActionField> - <name>setUnread</name> - <title>setUnread</title> - <description></description> - <onActionProcess>%aditoprj%/entity/Notification_entity/entityfields/setnotificationstate/children/setunread/onActionProcess.js</onActionProcess> - <isSelectionAction v="true" /> - <iconId>VAADIN:BOOK</iconId> - <tooltip></tooltip> - <tooltipProcess>%aditoprj%/entity/Notification_entity/entityfields/setnotificationstate/children/setunread/tooltipProcess.js</tooltipProcess> - </entityActionField> - </children> - </entityActionGroup> - <entityActionField> - <name>rowClickAction</name> - <onActionProcess>%aditoprj%/entity/Notification_entity/entityfields/rowclickaction/onActionProcess.js</onActionProcess> - </entityActionField> - <entityField> - <name>RESOLVEDPRIORITY</name> - <title>priority</title> - <textInputAllowed v="false" /> - </entityField> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>_____SYSTEMALIAS</alias> - <isPageable v="false" /> - <conditionProcess>%aditoprj%/entity/Notification_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <orderClauseProcess>%aditoprj%/entity/Notification_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> - <linkInformation> - <linkInformation> - <name>c4e34b96-6081-4d04-8377-040a8ed3e14c</name> - <tableName>ASYS_NOTIFICATIONS</tableName> - <primaryKey>ID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - <linkInformation> - <name>38bfb16c-bfe9-45dd-8ce7-692ebba030a9</name> - <tableName>ASYS_NOTIFICATIONCONTENTS</tableName> - <primaryKey>CONTENTID</primaryKey> - <isUIDTable v="false" /> - <readonly v="true" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>BACKPACK.value</name> - <recordfield>ASYS_NOTIFICATIONCONTENTS.BACKPACK</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CAPTION.value</name> - <recordfield>ASYS_NOTIFICATIONCONTENTS.CAPTION</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTENTID.value</name> - <recordfield>ASYS_NOTIFICATIONCONTENTS.CONTENTID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CREATIONDATE.value</name> - <recordfield>ASYS_NOTIFICATIONCONTENTS.CREATIONDATE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DESCRIPTION.value</name> - <recordfield>ASYS_NOTIFICATIONCONTENTS.DESCRIPTION</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>FORCEDPRIORITY.value</name> - <recordfield>ASYS_NOTIFICATIONCONTENTS.FORCEDPRIORITY</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>LIFETIME.value</name> - <recordfield>ASYS_NOTIFICATIONCONTENTS.LIFETIME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ORIGINATORNAME.value</name> - <recordfield>ASYS_NOTIFICATIONCONTENTS.ORIGINATORNAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>RECIPIENTUSERIDS.value</name> - <recordfield>ASYS_NOTIFICATIONCONTENTS.RECIPIENTUSERIDS</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STATE.value</name> - <recordfield>ASYS_NOTIFICATIONS.STATE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>TYPECODE.value</name> - <recordfield>ASYS_NOTIFICATIONCONTENTS.TYPECODE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>UID.value</name> - <recordfield>ASYS_NOTIFICATIONS.ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER.value</name> - <recordfield>ASYS_NOTIFICATIONS.USERID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>VERSION.value</name> - <recordfield>ASYS_NOTIFICATIONCONTENTS.VERSION</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>LINKINFO.value</name> - <recordfield>ASYS_NOTIFICATIONCONTENTS.LINK_INFO</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ICON.value</name> - <recordfield>ASYS_NOTIFICATIONCONTENTS.ICON_INFO</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CALCULATEDPRIORITY.value</name> - <recordfield>ASYS_NOTIFICATIONCONTENTS.FORCEDPRIORITY</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>RESOLVEDPRIORITY.value</name> - <recordfield>ASYS_NOTIFICATIONS.RESOLVEDPRIORITY</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Notification_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>Notifications</title> + <iconId>VAADIN:BELL</iconId> + <titlePlural>Notifications</titlePlural> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + <targetContextField>LINKCONTEXT</targetContextField> + <targetIdField>LINKID</targetIdField> + <recordContainer>db</recordContainer> + </entityProvider> + <entityField> + <name>UID</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>CONTENTID</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>USER</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>STATE</name> + <title>State</title> + <displayValueProcess>%aditoprj%/entity/Notification_entity/entityfields/state/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>BACKPACK</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>CAPTION</name> + <title>title</title> + </entityField> + <entityField> + <name>CREATIONDATE</name> + <title>Date</title> + <contentType>DATE</contentType> + <resolution>MINUTE</resolution> + <valueProcess>%aditoprj%/entity/Notification_entity/entityfields/creationdate/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DESCRIPTION</name> + <title>description</title> + </entityField> + <entityField> + <name>FORCEDPRIORITY</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>ICON</name> + <colorProcess>%aditoprj%/entity/Notification_entity/entityfields/icon/colorProcess.js</colorProcess> + <contentType>IMAGE</contentType> + <valueProcess>%aditoprj%/entity/Notification_entity/entityfields/icon/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>LIFETIME</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>ORIGINATORNAME</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>RECIPIENTUSERIDS</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>TYPECODE</name> + <title>Type</title> + <displayValueProcess>%aditoprj%/entity/Notification_entity/entityfields/typecode/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>VERSION</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>LINKCONTEXT</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Notification_entity/entityfields/linkcontext/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>LINKID</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Notification_entity/entityfields/linkid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>LINKINFO</name> + <searchable v="false" /> + </entityField> + <entityActionGroup> + <name>setNotificationState</name> + <children> + <entityActionField> + <name>archieve</name> + <title>archieve</title> + <description></description> + <onActionProcess>%aditoprj%/entity/Notification_entity/entityfields/setnotificationstate/children/archieve/onActionProcess.js</onActionProcess> + <isSelectionAction v="true" /> + <iconId>VAADIN:ARCHIVE</iconId> + <tooltip></tooltip> + <tooltipProcess>%aditoprj%/entity/Notification_entity/entityfields/setnotificationstate/children/archieve/tooltipProcess.js</tooltipProcess> + </entityActionField> + <entityActionField> + <name>setRead</name> + <title>setRead</title> + <description></description> + <onActionProcess>%aditoprj%/entity/Notification_entity/entityfields/setnotificationstate/children/setread/onActionProcess.js</onActionProcess> + <isSelectionAction v="true" /> + <iconId>VAADIN:OPEN_BOOK</iconId> + <tooltip></tooltip> + <tooltipProcess>%aditoprj%/entity/Notification_entity/entityfields/setnotificationstate/children/setread/tooltipProcess.js</tooltipProcess> + </entityActionField> + <entityActionField> + <name>setUnread</name> + <title>setUnread</title> + <description></description> + <onActionProcess>%aditoprj%/entity/Notification_entity/entityfields/setnotificationstate/children/setunread/onActionProcess.js</onActionProcess> + <isSelectionAction v="true" /> + <iconId>VAADIN:BOOK</iconId> + <tooltip></tooltip> + <tooltipProcess>%aditoprj%/entity/Notification_entity/entityfields/setnotificationstate/children/setunread/tooltipProcess.js</tooltipProcess> + </entityActionField> + </children> + </entityActionGroup> + <entityActionField> + <name>rowClickAction</name> + <onActionProcess>%aditoprj%/entity/Notification_entity/entityfields/rowclickaction/onActionProcess.js</onActionProcess> + </entityActionField> + <entityField> + <name>RESOLVEDPRIORITY</name> + <title>priority</title> + <textInputAllowed v="false" /> + </entityField> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>_____SYSTEMALIAS</alias> + <isPageable v="false" /> + <conditionProcess>%aditoprj%/entity/Notification_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <orderClauseProcess>%aditoprj%/entity/Notification_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> + <linkInformation> + <linkInformation> + <name>c4e34b96-6081-4d04-8377-040a8ed3e14c</name> + <tableName>ASYS_NOTIFICATIONS</tableName> + <primaryKey>ID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + <linkInformation> + <name>38bfb16c-bfe9-45dd-8ce7-692ebba030a9</name> + <tableName>ASYS_NOTIFICATIONCONTENTS</tableName> + <primaryKey>CONTENTID</primaryKey> + <isUIDTable v="false" /> + <readonly v="true" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>BACKPACK.value</name> + <recordfield>ASYS_NOTIFICATIONCONTENTS.BACKPACK</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CAPTION.value</name> + <recordfield>ASYS_NOTIFICATIONCONTENTS.CAPTION</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTENTID.value</name> + <recordfield>ASYS_NOTIFICATIONCONTENTS.CONTENTID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CREATIONDATE.value</name> + <recordfield>ASYS_NOTIFICATIONCONTENTS.CREATIONDATE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DESCRIPTION.value</name> + <recordfield>ASYS_NOTIFICATIONCONTENTS.DESCRIPTION</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>FORCEDPRIORITY.value</name> + <recordfield>ASYS_NOTIFICATIONCONTENTS.FORCEDPRIORITY</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>LIFETIME.value</name> + <recordfield>ASYS_NOTIFICATIONCONTENTS.LIFETIME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ORIGINATORNAME.value</name> + <recordfield>ASYS_NOTIFICATIONCONTENTS.ORIGINATORNAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>RECIPIENTUSERIDS.value</name> + <recordfield>ASYS_NOTIFICATIONCONTENTS.RECIPIENTUSERIDS</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STATE.value</name> + <recordfield>ASYS_NOTIFICATIONS.STATE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>TYPECODE.value</name> + <recordfield>ASYS_NOTIFICATIONCONTENTS.TYPECODE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>UID.value</name> + <recordfield>ASYS_NOTIFICATIONS.ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER.value</name> + <recordfield>ASYS_NOTIFICATIONS.USERID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>VERSION.value</name> + <recordfield>ASYS_NOTIFICATIONCONTENTS.VERSION</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>LINKINFO.value</name> + <recordfield>ASYS_NOTIFICATIONCONTENTS.LINK_INFO</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ICON.value</name> + <recordfield>ASYS_NOTIFICATIONCONTENTS.ICON_INFO</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CALCULATEDPRIORITY.value</name> + <recordfield>ASYS_NOTIFICATIONCONTENTS.FORCEDPRIORITY</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>RESOLVEDPRIORITY.value</name> + <recordfield>ASYS_NOTIFICATIONS.RESOLVEDPRIORITY</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/ObjectRelationType_entity/ObjectRelationType_entity.aod b/entity/ObjectRelationType_entity/ObjectRelationType_entity.aod index 31c4696a975db671b75a327c5d1a779cf99a9aee..9dfe6d4c57ca707fc01962ebfdc41f8abd270fba 100644 --- a/entity/ObjectRelationType_entity/ObjectRelationType_entity.aod +++ b/entity/ObjectRelationType_entity/ObjectRelationType_entity.aod @@ -1,152 +1,152 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>ObjectRelationType_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <icon>VAADIN:SPLIT</icon> - <title>Relation type</title> - <contentTitleProcess>%aditoprj%/entity/ObjectRelationType_entity/contentTitleProcess.js</contentTitleProcess> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>UID</name> - <valueProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/uid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>SOURCE_RELATION_TITLE</name> - <title>Relation type 1</title> - <mandatory v="true" /> - <displayValueProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/source_relation_title/displayValueProcess.js</displayValueProcess> - </entityField> - <entityParameter> - <name>SourceObjectType_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>ObjectRelationTypes</name> - <dependencies> - <entityDependency> - <name>81f4567a-fc89-49fc-be86-77600cb66305</name> - <entityName>ObjectTree_entity</entityName> - <fieldName>ObjectRelationTypes</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>SourceObjectType_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>OnlyFirstSide_param</name> - <valueProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/objectrelationtypes/children/onlyfirstside_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>OnlyFirstSide_param</name> - <valueProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/onlyfirstside_param/valueProcess.js</valueProcess> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>RELATION_TYPE</name> - </entityField> - <entityField> - <name>DIRECTION</name> - </entityField> - <entityField> - <name>HIERARCHY</name> - <title>Hierarchy</title> - <contentType>BOOLEAN</contentType> - <dropDownProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/hierarchy/dropDownProcess.js</dropDownProcess> - <valueProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/hierarchy/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DEST_OBJECT_TYPE</name> - <title>Context 2</title> - <consumer>Contexts</consumer> - <mandatoryProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/dest_object_type/mandatoryProcess.js</mandatoryProcess> - <stateProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/dest_object_type/stateProcess.js</stateProcess> - <displayValueProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/dest_object_type/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>SOURCE_OBJECT_TYPE</name> - <title>Context 1</title> - <consumer>Contexts</consumer> - <mandatory v="true" /> - <displayValueProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/source_object_type/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>AB_OBJECTRELATIONTYPE1</name> - </entityField> - <entityField> - <name>AB_OBJECTRELATIONTYPE2</name> - </entityField> - <entityField> - <name>SIDE</name> - </entityField> - <entityField> - <name>DEST_OBJECTRELATIONTYPEID</name> - </entityField> - <entityField> - <name>DEST_RELATION_TITLE</name> - <title>Relation type 2</title> - <mandatoryProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/dest_relation_title/mandatoryProcess.js</mandatoryProcess> - <stateProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/dest_relation_title/stateProcess.js</stateProcess> - <displayValueProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/dest_relation_title/displayValueProcess.js</displayValueProcess> - </entityField> - <entityConsumer> - <name>Contexts</name> - <dependency> - <name>dependency</name> - <entityName>Context_entity</entityName> - <fieldName>Context</fieldName> - </dependency> - </entityConsumer> - <entityActionField> - <name>removeUsage</name> - <title>Delete all usage</title> - <onActionProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/removeusage/onActionProcess.js</onActionProcess> - <iconId>NEON:TRASH</iconId> - </entityActionField> - <entityField> - <name>Type2Enabled_proxy</name> - <title>Enable relation type 2</title> - <contentType>BOOLEAN</contentType> - <dropDownProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/type2enabled_proxy/dropDownProcess.js</dropDownProcess> - <valueProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/type2enabled_proxy/valueProcess.js</valueProcess> - </entityField> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <contentProcess>%aditoprj%/entity/ObjectRelationType_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <onInsert>%aditoprj%/entity/ObjectRelationType_entity/recordcontainers/jdito/onInsert.js</onInsert> - <onUpdate>%aditoprj%/entity/ObjectRelationType_entity/recordcontainers/jdito/onUpdate.js</onUpdate> - <onDelete>%aditoprj%/entity/ObjectRelationType_entity/recordcontainers/jdito/onDelete.js</onDelete> - <recordFields> - <element>UID.value</element> - <element>SOURCE_RELATION_TITLE.value</element> - <element>RELATION_TYPE.value</element> - <element>DIRECTION.value</element> - <element>HIERARCHY.value</element> - <element>DEST_OBJECT_TYPE.value</element> - <element>SOURCE_OBJECT_TYPE.value</element> - <element>AB_OBJECTRELATIONTYPE1.value</element> - <element>AB_OBJECTRELATIONTYPE2.value</element> - <element>SIDE.value</element> - <element>DEST_OBJECTRELATIONTYPEID.value</element> - <element>DEST_RELATION_TITLE.value</element> - <element>Type2Enabled_proxy.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>ObjectRelationType_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <icon>VAADIN:SPLIT</icon> + <title>Relation type</title> + <contentTitleProcess>%aditoprj%/entity/ObjectRelationType_entity/contentTitleProcess.js</contentTitleProcess> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>UID</name> + <valueProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/uid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>SOURCE_RELATION_TITLE</name> + <title>Relation type 1</title> + <mandatory v="true" /> + <displayValueProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/source_relation_title/displayValueProcess.js</displayValueProcess> + </entityField> + <entityParameter> + <name>SourceObjectType_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>ObjectRelationTypes</name> + <dependencies> + <entityDependency> + <name>81f4567a-fc89-49fc-be86-77600cb66305</name> + <entityName>ObjectTree_entity</entityName> + <fieldName>ObjectRelationTypes</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>SourceObjectType_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>OnlyFirstSide_param</name> + <valueProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/objectrelationtypes/children/onlyfirstside_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>OnlyFirstSide_param</name> + <valueProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/onlyfirstside_param/valueProcess.js</valueProcess> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>RELATION_TYPE</name> + </entityField> + <entityField> + <name>DIRECTION</name> + </entityField> + <entityField> + <name>HIERARCHY</name> + <title>Hierarchy</title> + <contentType>BOOLEAN</contentType> + <dropDownProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/hierarchy/dropDownProcess.js</dropDownProcess> + <valueProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/hierarchy/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DEST_OBJECT_TYPE</name> + <title>Context 2</title> + <consumer>Contexts</consumer> + <mandatoryProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/dest_object_type/mandatoryProcess.js</mandatoryProcess> + <stateProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/dest_object_type/stateProcess.js</stateProcess> + <displayValueProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/dest_object_type/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>SOURCE_OBJECT_TYPE</name> + <title>Context 1</title> + <consumer>Contexts</consumer> + <mandatory v="true" /> + <displayValueProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/source_object_type/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>AB_OBJECTRELATIONTYPE1</name> + </entityField> + <entityField> + <name>AB_OBJECTRELATIONTYPE2</name> + </entityField> + <entityField> + <name>SIDE</name> + </entityField> + <entityField> + <name>DEST_OBJECTRELATIONTYPEID</name> + </entityField> + <entityField> + <name>DEST_RELATION_TITLE</name> + <title>Relation type 2</title> + <mandatoryProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/dest_relation_title/mandatoryProcess.js</mandatoryProcess> + <stateProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/dest_relation_title/stateProcess.js</stateProcess> + <displayValueProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/dest_relation_title/displayValueProcess.js</displayValueProcess> + </entityField> + <entityConsumer> + <name>Contexts</name> + <dependency> + <name>dependency</name> + <entityName>Context_entity</entityName> + <fieldName>Context</fieldName> + </dependency> + </entityConsumer> + <entityActionField> + <name>removeUsage</name> + <title>Delete all usage</title> + <onActionProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/removeusage/onActionProcess.js</onActionProcess> + <iconId>NEON:TRASH</iconId> + </entityActionField> + <entityField> + <name>Type2Enabled_proxy</name> + <title>Enable relation type 2</title> + <contentType>BOOLEAN</contentType> + <dropDownProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/type2enabled_proxy/dropDownProcess.js</dropDownProcess> + <valueProcess>%aditoprj%/entity/ObjectRelationType_entity/entityfields/type2enabled_proxy/valueProcess.js</valueProcess> + </entityField> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <contentProcess>%aditoprj%/entity/ObjectRelationType_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <onInsert>%aditoprj%/entity/ObjectRelationType_entity/recordcontainers/jdito/onInsert.js</onInsert> + <onUpdate>%aditoprj%/entity/ObjectRelationType_entity/recordcontainers/jdito/onUpdate.js</onUpdate> + <onDelete>%aditoprj%/entity/ObjectRelationType_entity/recordcontainers/jdito/onDelete.js</onDelete> + <recordFields> + <element>UID.value</element> + <element>SOURCE_RELATION_TITLE.value</element> + <element>RELATION_TYPE.value</element> + <element>DIRECTION.value</element> + <element>HIERARCHY.value</element> + <element>DEST_OBJECT_TYPE.value</element> + <element>SOURCE_OBJECT_TYPE.value</element> + <element>AB_OBJECTRELATIONTYPE1.value</element> + <element>AB_OBJECTRELATIONTYPE2.value</element> + <element>SIDE.value</element> + <element>DEST_OBJECTRELATIONTYPEID.value</element> + <element>DEST_RELATION_TITLE.value</element> + <element>Type2Enabled_proxy.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/ObjectTree_entity/ObjectTree_entity.aod b/entity/ObjectTree_entity/ObjectTree_entity.aod index dbf112391caf156e441dcaf6998dd38b9aa4e872..28c0346f335af0dfbf7058256009a0795495bf61 100644 --- a/entity/ObjectTree_entity/ObjectTree_entity.aod +++ b/entity/ObjectTree_entity/ObjectTree_entity.aod @@ -1,208 +1,208 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>ObjectTree_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>Object relation</title> - <titlePlural>Relations</titlePlural> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityProvider> - <name>TreeProvider</name> - <targetContextField>TARGET_CONTEXT</targetContextField> - <targetIdField>TARGET_ID</targetIdField> - <dependencies> - <entityDependency> - <name>f4c0605f-3ccb-4ff1-b460-7268e8553857</name> - <entityName>Organisation_entity</entityName> - <fieldName>ObjectTrees</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>423acf79-e2c5-46e4-9fb5-7b1a7078d4f4</name> - <entityName>Person_entity</entityName> - <fieldName>ObjectTrees</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ObjectId_param</name> - <expose v="true" /> - <mandatory v="true" /> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <expose v="true" /> - <mandatory v="true" /> - </entityParameter> - <entityParameter> - <name>RelationType_param</name> - <expose v="false" /> - </entityParameter> - <entityParameter> - <name>Uid_param</name> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>ObjectId_param</name> - <expose v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>UID</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>PARENT_ID</name> - <searchable v="false" /> - <tooltip></tooltip> - <valueProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/parent_id/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>TITLE</name> - <title>Object</title> - <linkedContextProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/title/linkedContextProcess.js</linkedContextProcess> - <searchable v="false" /> - </entityField> - <entityField> - <name>ICON</name> - <contentType>IMAGE</contentType> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/icon/valueProcess.js</valueProcess> - </entityField> - <entityConsumer> - <name>ObjectRelationTypes</name> - <dependency> - <name>dependency</name> - <entityName>ObjectRelationType_entity</entityName> - <fieldName>ObjectRelationTypes</fieldName> - </dependency> - <children> - <entityParameter> - <name>SourceObjectType_param</name> - <valueProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/objectrelationtypes/children/sourceobjecttype_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityParameter> - <name>ObjectType_param</name> - <expose v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>EXPANDED</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>NODEID</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>TARGET_ID</name> - <title>Object</title> - <consumer>Objects</consumer> - <linkedContextProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/target_id/linkedContextProcess.js</linkedContextProcess> - <mandatory v="true" /> - <searchable v="false" /> - <stateProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/target_id/stateProcess.js</stateProcess> - <displayValueProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/target_id/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>TARGET_CONTEXT</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/target_context/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>INFO</name> - <title>Description</title> - <contentType>LONG_TEXT</contentType> - <searchable v="false" /> - <tooltipProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/info/tooltipProcess.js</tooltipProcess> - </entityField> - <entityField> - <name>OBJECTRELATIONTYPEID</name> - <title>Relationtype</title> - <consumer>ObjectRelationTypes</consumer> - <mandatory v="true" /> - <stateProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/objectrelationtypeid/stateProcess.js</stateProcess> - <valueProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/objectrelationtypeid/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/objectrelationtypeid/displayValueProcess.js</displayValueProcess> - <onValueChange>%aditoprj%/entity/ObjectTree_entity/entityfields/objectrelationtypeid/onValueChange.js</onValueChange> - </entityField> - <entityConsumer> - <name>Objects</name> - <dependency> - <name>dependency</name> - <entityName>Object_entity</entityName> - <fieldName>FilteredObjects</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectType_param</name> - <title></title> - <valueProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/objects/children/objecttype_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>ExcludedObjectIds_param</name> - <valueProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/objects/children/excludedobjectids_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityActionGroup> - <name>alter</name> - <children> - <entityActionField> - <name>insert</name> - <onActionProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/alter/children/insert/onActionProcess.js</onActionProcess> - <iconId>VAADIN:FILE_TREE_SMALL</iconId> - <stateProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/alter/children/insert/stateProcess.js</stateProcess> - </entityActionField> - <entityActionField> - <name>edit</name> - <onActionProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/alter/children/edit/onActionProcess.js</onActionProcess> - <iconId>NEON:PENCIL</iconId> - <stateProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/alter/children/edit/stateProcess.js</stateProcess> - </entityActionField> - </children> - </entityActionGroup> - <entityParameter> - <name>RelationType_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>Uid_param</name> - <expose v="true" /> - <description>Needed to load ONE Objectrelation together with ObjectId_param and ObjectType_param to determine the side</description> - </entityParameter> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <isFilterable v="true" /> - <contentProcess>%aditoprj%/entity/ObjectTree_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <onInsert>%aditoprj%/entity/ObjectTree_entity/recordcontainers/jdito/onInsert.js</onInsert> - <onUpdate>%aditoprj%/entity/ObjectTree_entity/recordcontainers/jdito/onUpdate.js</onUpdate> - <onDelete>%aditoprj%/entity/ObjectTree_entity/recordcontainers/jdito/onDelete.js</onDelete> - <recordFields> - <element>UID.value</element> - <element>TITLE.value</element> - <element>PARENT_ID.value</element> - <element>EXPANDED.value</element> - <element>TARGET_ID.value</element> - <element>TARGET_CONTEXT.value</element> - <element>INFO.value</element> - <element>OBJECTRELATIONTYPEID.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>ObjectTree_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>Object relation</title> + <titlePlural>Relations</titlePlural> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityProvider> + <name>TreeProvider</name> + <targetContextField>TARGET_CONTEXT</targetContextField> + <targetIdField>TARGET_ID</targetIdField> + <dependencies> + <entityDependency> + <name>f4c0605f-3ccb-4ff1-b460-7268e8553857</name> + <entityName>Organisation_entity</entityName> + <fieldName>ObjectTrees</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>423acf79-e2c5-46e4-9fb5-7b1a7078d4f4</name> + <entityName>Person_entity</entityName> + <fieldName>ObjectTrees</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ObjectId_param</name> + <expose v="true" /> + <mandatory v="true" /> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <expose v="true" /> + <mandatory v="true" /> + </entityParameter> + <entityParameter> + <name>RelationType_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>Uid_param</name> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>ObjectId_param</name> + <expose v="true" /> + <mandatory v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>UID</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>PARENT_ID</name> + <searchable v="false" /> + <tooltip></tooltip> + <valueProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/parent_id/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>TITLE</name> + <title>Object</title> + <linkedContextProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/title/linkedContextProcess.js</linkedContextProcess> + <searchable v="false" /> + </entityField> + <entityField> + <name>ICON</name> + <contentType>IMAGE</contentType> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/icon/valueProcess.js</valueProcess> + </entityField> + <entityConsumer> + <name>ObjectRelationTypes</name> + <dependency> + <name>dependency</name> + <entityName>ObjectRelationType_entity</entityName> + <fieldName>ObjectRelationTypes</fieldName> + </dependency> + <children> + <entityParameter> + <name>SourceObjectType_param</name> + <valueProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/objectrelationtypes/children/sourceobjecttype_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityParameter> + <name>ObjectType_param</name> + <expose v="true" /> + <mandatory v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>EXPANDED</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>NODEID</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>TARGET_ID</name> + <title>Object</title> + <consumer>Objects</consumer> + <linkedContextProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/target_id/linkedContextProcess.js</linkedContextProcess> + <mandatory v="true" /> + <searchable v="false" /> + <stateProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/target_id/stateProcess.js</stateProcess> + <displayValueProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/target_id/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>TARGET_CONTEXT</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/target_context/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>INFO</name> + <title>Description</title> + <contentType>LONG_TEXT</contentType> + <searchable v="false" /> + <tooltipProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/info/tooltipProcess.js</tooltipProcess> + </entityField> + <entityField> + <name>OBJECTRELATIONTYPEID</name> + <title>Relationtype</title> + <consumer>ObjectRelationTypes</consumer> + <mandatory v="true" /> + <stateProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/objectrelationtypeid/stateProcess.js</stateProcess> + <valueProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/objectrelationtypeid/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/objectrelationtypeid/displayValueProcess.js</displayValueProcess> + <onValueChange>%aditoprj%/entity/ObjectTree_entity/entityfields/objectrelationtypeid/onValueChange.js</onValueChange> + </entityField> + <entityConsumer> + <name>Objects</name> + <dependency> + <name>dependency</name> + <entityName>Object_entity</entityName> + <fieldName>FilteredObjects</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectType_param</name> + <title></title> + <valueProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/objects/children/objecttype_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>ExcludedObjectIds_param</name> + <valueProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/objects/children/excludedobjectids_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityActionGroup> + <name>alter</name> + <children> + <entityActionField> + <name>insert</name> + <onActionProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/alter/children/insert/onActionProcess.js</onActionProcess> + <iconId>VAADIN:FILE_TREE_SMALL</iconId> + <stateProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/alter/children/insert/stateProcess.js</stateProcess> + </entityActionField> + <entityActionField> + <name>edit</name> + <onActionProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/alter/children/edit/onActionProcess.js</onActionProcess> + <iconId>NEON:PENCIL</iconId> + <stateProcess>%aditoprj%/entity/ObjectTree_entity/entityfields/alter/children/edit/stateProcess.js</stateProcess> + </entityActionField> + </children> + </entityActionGroup> + <entityParameter> + <name>RelationType_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>Uid_param</name> + <expose v="true" /> + <description>Needed to load ONE Objectrelation together with ObjectId_param and ObjectType_param to determine the side</description> + </entityParameter> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <isFilterable v="true" /> + <contentProcess>%aditoprj%/entity/ObjectTree_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <onInsert>%aditoprj%/entity/ObjectTree_entity/recordcontainers/jdito/onInsert.js</onInsert> + <onUpdate>%aditoprj%/entity/ObjectTree_entity/recordcontainers/jdito/onUpdate.js</onUpdate> + <onDelete>%aditoprj%/entity/ObjectTree_entity/recordcontainers/jdito/onDelete.js</onDelete> + <recordFields> + <element>UID.value</element> + <element>TITLE.value</element> + <element>PARENT_ID.value</element> + <element>EXPANDED.value</element> + <element>TARGET_ID.value</element> + <element>TARGET_CONTEXT.value</element> + <element>INFO.value</element> + <element>OBJECTRELATIONTYPEID.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Object_entity/Object_entity.aod b/entity/Object_entity/Object_entity.aod index 360c6b49e064e4bac9ce3bf48bd4e96531e19137..2a5bcd1a989a21127d3f813c6e32c93213d095a3 100644 --- a/entity/Object_entity/Object_entity.aod +++ b/entity/Object_entity/Object_entity.aod @@ -1,189 +1,213 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Object_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/Object_entity/documentation.adoc</documentation> - <contentTitleProcess>%aditoprj%/entity/Object_entity/contentTitleProcess.js</contentTitleProcess> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - <recordContainer>jdito</recordContainer> - </entityProvider> - <entityField> - <name>UID</name> - </entityField> - <entityField> - <name>TITLE</name> - </entityField> - <entityParameter> - <name>ObjectType_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>AllObjects</name> - <targetConsumerProcess>%aditoprj%/entity/Object_entity/entityfields/allobjects/targetConsumerProcess.js</targetConsumerProcess> - <documentation>%aditoprj%/entity/Object_entity/entityfields/allobjects/documentation.adoc</documentation> - <recordContainer>jdito</recordContainer> - <dependencies> - <entityDependency> - <name>445b79b3-e826-40d1-b6c2-46d62daf0818</name> - <entityName>TaskLink_entity</entityName> - <fieldName>Objects</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>0a2aa5c9-1ba2-41bd-b5f4-3a761efbcf2e</name> - <entityName>ActivityLink_entity</entityName> - <fieldName>Objects</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>564d43e8-a7d6-44a5-82a0-3443129d568c</name> - <entityName>AppointmentLink_entity</entityName> - <fieldName>Objects</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ObjectType_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - </entityParameter> - <entityParameter> - <name>ExcludedObjectIds_param</name> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityConsumer> - <name>Organisations</name> - <dependency> - <name>dependency</name> - <entityName>Organisation_entity</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Object_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/Object_entity/documentation.adoc</documentation> + <contentTitleProcess>%aditoprj%/entity/Object_entity/contentTitleProcess.js</contentTitleProcess> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + <recordContainer>jdito</recordContainer> + </entityProvider> + <entityField> + <name>UID</name> + </entityField> + <entityField> + <name>TITLE</name> + </entityField> + <entityParameter> + <name>ObjectType_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>AllObjects</name> + <targetConsumerProcess>%aditoprj%/entity/Object_entity/entityfields/allobjects/targetConsumerProcess.js</targetConsumerProcess> + <documentation>%aditoprj%/entity/Object_entity/entityfields/allobjects/documentation.adoc</documentation> + <recordContainer>jdito</recordContainer> + <dependencies> + <entityDependency> + <name>445b79b3-e826-40d1-b6c2-46d62daf0818</name> + <entityName>TaskLink_entity</entityName> + <fieldName>Objects</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>0a2aa5c9-1ba2-41bd-b5f4-3a761efbcf2e</name> + <entityName>ActivityLink_entity</entityName> + <fieldName>Objects</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>564d43e8-a7d6-44a5-82a0-3443129d568c</name> + <entityName>AppointmentLink_entity</entityName> + <fieldName>Objects</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>40bf3a74-2335-4925-9490-1404fa7c81f6</name> + <entityName>Forecast_entity</entityName> + <fieldName>Objects</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>f6bb8beb-dbcb-4871-9c50-d2399d569fdb</name> + <entityName>Offer_entity</entityName> + <fieldName>Objects</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>8834387f-acf8-4d9f-80ec-45425622a3dd</name> + <entityName>Competition_entity</entityName> + <fieldName>Objects</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>349f13ea-8b4c-4cc0-987c-ae1717855bc1</name> + <entityName>Member_entity</entityName> + <fieldName>Objects</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ObjectType_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + </entityParameter> + <entityParameter> + <name>ExcludedObjectIds_param</name> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityConsumer> + <name>Organisations</name> + <dependency> + <name>dependency</name> + <entityName>Organisation_entity</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> <children> <entityParameter> <name>ExcludedContactIds_param</name> <valueProcess>%aditoprj%/entity/Object_entity/entityfields/organisations/children/excludedcontactids_param/valueProcess.js</valueProcess> </entityParameter> </children> - </entityConsumer> - <entityConsumer> - <name>Persons</name> - <dependency> - <name>dependency</name> - <entityName>Person_entity</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> + </entityConsumer> + <entityConsumer> + <name>Persons</name> + <dependency> + <name>dependency</name> + <entityName>Person_entity</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> <children> <entityParameter> <name>ExcludedContactIds_param</name> <valueProcess>%aditoprj%/entity/Object_entity/entityfields/persons/children/excludedcontactids_param/valueProcess.js</valueProcess> </entityParameter> </children> - </entityConsumer> - <entityConsumer> - <name>Offers</name> - <dependency> - <name>dependency</name> - <entityName>Offer_entity</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>Orders</name> - <dependency> - <name>dependency</name> - <entityName>Order_entity</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>Products</name> - <dependency> - <name>dependency</name> - <entityName>Product_entity</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>Contracts</name> - <dependency> - <name>dependency</name> - <entityName>Contract_entity</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>Salesprojects</name> - <dependency> - <name>dependency</name> - <entityName>Salesproject_entity</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> - </entityConsumer> - <entityParameter> - <name>ExcludedObjectIds_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>FilteredObjects</name> - <targetConsumerProcess>%aditoprj%/entity/Object_entity/entityfields/filteredobjects/targetConsumerProcess.js</targetConsumerProcess> - <dependencies> - <entityDependency> - <name>e644a709-cc8f-425e-bef2-9c51eea9bbe9</name> - <entityName>ObjectTree_entity</entityName> - <fieldName>Objects</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ExcludedObjectIds_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityConsumer> - <name>Campaigns</name> - <dependency> - <name>dependency</name> - <entityName>Campaign_entity</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>CampaignSteps</name> - <dependency> - <name>dependency</name> - <entityName>CampaignStep_entity</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> - </entityConsumer> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <contentProcess>%aditoprj%/entity/Object_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <recordFields> - <element>UID.value</element> - <element>TITLE.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> + </entityConsumer> + <entityConsumer> + <name>Offers</name> + <dependency> + <name>dependency</name> + <entityName>Offer_entity</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>Orders</name> + <dependency> + <name>dependency</name> + <entityName>Order_entity</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>Products</name> + <dependency> + <name>dependency</name> + <entityName>Product_entity</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>Contracts</name> + <dependency> + <name>dependency</name> + <entityName>Contract_entity</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>Salesprojects</name> + <dependency> + <name>dependency</name> + <entityName>Salesproject_entity</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> + </entityConsumer> + <entityParameter> + <name>ExcludedObjectIds_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>FilteredObjects</name> + <targetConsumerProcess>%aditoprj%/entity/Object_entity/entityfields/filteredobjects/targetConsumerProcess.js</targetConsumerProcess> + <dependencies> + <entityDependency> + <name>e644a709-cc8f-425e-bef2-9c51eea9bbe9</name> + <entityName>ObjectTree_entity</entityName> + <fieldName>Objects</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ExcludedObjectIds_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityConsumer> + <name>Campaigns</name> + <dependency> + <name>dependency</name> + <entityName>Campaign_entity</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>CampaignSteps</name> + <dependency> + <name>dependency</name> + <entityName>CampaignStep_entity</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> + </entityConsumer> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <contentProcess>%aditoprj%/entity/Object_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <recordFields> + <element>UID.value</element> + <element>TITLE.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Offer_entity/Offer_entity.aod b/entity/Offer_entity/Offer_entity.aod index e3d02e485763a1bc3ffc0ef1950f301225a8916c..f590f09647a72172346e12a860986813e79e60f7 100644 --- a/entity/Offer_entity/Offer_entity.aod +++ b/entity/Offer_entity/Offer_entity.aod @@ -1,897 +1,989 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Offer_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/Offer_entity/documentation.adoc</documentation> - <title>Offer</title> - <siblings> - <element>Offeritem_entity</element> - </siblings> - <afterUiInit>%aditoprj%/entity/Offer_entity/afterUiInit.js</afterUiInit> - <iconId>VAADIN:CART</iconId> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - <dependencies> - <entityDependency> - <name>f909c251-16c1-49e2-9b43-6d5f834137c6</name> - <entityName>Object_entity</entityName> - <fieldName>Offers</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - <entityField> - <name>CURRENCY</name> - <title>Currency</title> - <consumer>KeywordCurrencies</consumer> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/currency/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/currency/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>OFFERCODE</name> - <documentation>%aditoprj%/entity/Offer_entity/entityfields/offercode/documentation.adoc</documentation> - <title>Offer number</title> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/offercode/valueProcess.js</valueProcess> - <onValidation>%aditoprj%/entity/Offer_entity/entityfields/offercode/onValidation.js</onValidation> - </entityField> - <entityField> - <name>OFFERDATE</name> - <title>Date</title> - <contentType>DATE</contentType> - <resolution>DAY</resolution> - <outputFormat>dd.MM.yyyy</outputFormat> - <inputFormat>dd.MM.yyyy</inputFormat> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/offerdate/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>OFFERID</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/offerid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>PROBABILITY</name> - <title>Probability</title> - <consumer>KeywordProbabilities</consumer> - <contentType>NUMBER</contentType> - <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/probability/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>CONTACT_ID</name> - <documentation>%aditoprj%/entity/Offer_entity/entityfields/contact_id/documentation.adoc</documentation> - <title>Connection</title> - <consumer>AnyContacts</consumer> - <linkedContextProcess>%aditoprj%/entity/Offer_entity/entityfields/contact_id/linkedContextProcess.js</linkedContextProcess> - <mandatory v="true" /> - <stateProcess>%aditoprj%/entity/Offer_entity/entityfields/contact_id/stateProcess.js</stateProcess> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/contact_id/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/contact_id/displayValueProcess.js</displayValueProcess> - <onValueChange>%aditoprj%/entity/Offer_entity/entityfields/contact_id/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - <element>PROCESS</element> - <element>PROCESS_SETVALUE</element> - </onValueChangeTypes> - </entityField> - <entityField> - <name>SALESPROJECT_ID</name> - <title>Sales Project</title> - <consumer>Salesprojects</consumer> - <linkedContext>Salesproject</linkedContext> - <mandatoryProcess>%aditoprj%/entity/Offer_entity/entityfields/salesproject_id/mandatoryProcess.js</mandatoryProcess> - <state>INVISIBLE</state> - <stateProcess>%aditoprj%/entity/Offer_entity/entityfields/salesproject_id/stateProcess.js</stateProcess> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/salesproject_id/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/salesproject_id/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>STATUS</name> - <title>Status</title> - <consumer>KeywordOfferStates</consumer> - <mandatory v="true" /> - <state>EDITABLE</state> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/status/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/status/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>VAT</name> - <title>Total VAT</title> - <contentType>NUMBER</contentType> - <inputFormat>#,##0.00</inputFormat> - <state>READONLY</state> - <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/vat/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>IMAGE</name> - <contentType>IMAGE</contentType> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/image/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>HEADER</name> - <title>Header text</title> - <contentType>LONG_TEXT</contentType> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/header/valueProcess.js</valueProcess> - </entityField> - <entityConsumer> - <name>Offeritems</name> - <description></description> - <dependency> - <name>dependency</name> - <entityName>Offeritem_entity</entityName> - <fieldName>OfferItems</fieldName> - </dependency> - <children> - <entityParameter> - <name>OfferId_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/offeritems/children/offerid_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - </entityParameter> - <entityParameter> - <name>Currency_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/offeritems/children/currency_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/offeritems/children/ContactId_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - </entityParameter> - <entityParameter> - <name>OfferStatus_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/offeritems/children/offerstatus_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>newOfferVersion</name> - <title>New offer version</title> - <onActionProcess>%aditoprj%/entity/Offer_entity/entityfields/newofferversion/onActionProcess.js</onActionProcess> - <iconId>VAADIN:CART</iconId> - </entityActionField> - <entityField> - <name>NET</name> - <title>Total net</title> - <contentType>NUMBER</contentType> - <inputFormat>#,##0.00</inputFormat> - <state>READONLY</state> - <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/net/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>TotalGross</name> - <documentation>%aditoprj%/entity/Offer_entity/entityfields/totalgross/documentation.adoc</documentation> - <title>Total gross</title> - <contentType>NUMBER</contentType> - <inputFormat>#,##0.00</inputFormat> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/totalgross/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/totalgross/displayValueProcess.js</displayValueProcess> - </entityField> - <entityParameter> - <name>SalesprojectId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>SalesprojectOffers</name> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>208c1273-d438-4263-a466-a4490b5e319a</name> - <entityName>Salesproject_entity</entityName> - <fieldName>SalesprojectOffers</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>SalesprojectId_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityField> - <name>LANGUAGE</name> - <title>Language</title> - <consumer>Languages</consumer> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/language/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/language/displayValueProcess.js</displayValueProcess> - </entityField> - <entityActionField> - <name>copyOffer</name> - <title>Copy offer</title> - <onActionProcess>%aditoprj%/entity/Offer_entity/entityfields/copyoffer/onActionProcess.js</onActionProcess> - <iconId>VAADIN:COPY</iconId> - </entityActionField> - <entityField> - <name>VERSNR</name> - <documentation>%aditoprj%/entity/Offer_entity/entityfields/versnr/documentation.adoc</documentation> - <title>Vers. no.</title> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/versnr/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>OFFER_ID</name> - <documentation>%aditoprj%/entity/Offer_entity/entityfields/offer_id/documentation.adoc</documentation> - </entityField> - <entityFieldGroup> - <name>OfferCode_VersNr_fieldgroup</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/offercode_versnr_fieldgroup/valueProcess.js</valueProcess> - <title>Offer number</title> - <description>Offercode + VersNr</description> - <state>READONLY</state> - <fields> - <element>OFFERCODE</element> - <element>VERSNR</element> - </fields> - </entityFieldGroup> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityActionField> - <name>printOffer</name> - <title>Print Offer</title> - <onActionProcess>%aditoprj%/entity/Offer_entity/entityfields/printoffer/onActionProcess.js</onActionProcess> - <iconId>VAADIN:FILE_TEXT_O</iconId> - <stateProcess>%aditoprj%/entity/Offer_entity/entityfields/printoffer/stateProcess.js</stateProcess> - </entityActionField> - <entityField> - <name>CONTACT_ORG_ID</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>CONTACT_PERSON_ID</name> - <searchable v="false" /> - </entityField> - <entityConsumer> - <name>AnyContacts</name> - <dependency> - <name>dependency</name> - <entityName>AnyContact_entity</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>Documents</name> - <dependency> - <name>dependency</name> - <entityName>Document_entity</entityName> - <fieldName>Documents</fieldName> - </dependency> - <children> - <entityParameter> - <name>AssignmentRowId_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/documents/children/assignmentrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>AssignmentTable_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/documents/children/assignmenttable_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>MainDocuments</name> - <stateProcess>%aditoprj%/entity/Offer_entity/entityfields/maindocuments/stateProcess.js</stateProcess> - <dependency> - <name>dependency</name> - <entityName>Document_entity</entityName> - <fieldName>MainDocuments</fieldName> - </dependency> - <children> - <entityParameter> - <name>AssignmentRowId_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/maindocuments/children/assignmentrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>AssignmentTable_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/maindocuments/children/assignmenttable_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Salesprojects</name> - <dependency> - <name>dependency</name> - <entityName>Salesproject_entity</entityName> - <fieldName>openSalesprojects</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/salesprojects/children/contactid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>ADDRESS</name> - <documentation>%aditoprj%/entity/Offer_entity/entityfields/address/documentation.adoc</documentation> - <title>Address</title> - <description></description> - <contentType>LONG_TEXT</contentType> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/address/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>ChosenAddress</name> - <title>Choose address</title> - <consumer>PossibleAddresses</consumer> - <stateProcess>%aditoprj%/entity/Offer_entity/entityfields/chosenaddress/stateProcess.js</stateProcess> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/chosenaddress/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/chosenaddress/displayValueProcess.js</displayValueProcess> - <onValueChange>%aditoprj%/entity/Offer_entity/entityfields/chosenaddress/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - <element>PROCESS</element> - </onValueChangeTypes> - </entityField> - <entityConsumer> - <name>KeywordCurrencies</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/keywordcurrencies/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordOfferStates</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/keywordofferstates/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>newOrder</name> - <title>Create receipt</title> - <onActionProcess>%aditoprj%/entity/Offer_entity/entityfields/neworder/onActionProcess.js</onActionProcess> - <iconId>VAADIN:DOLLAR</iconId> - </entityActionField> - <entityConsumer> - <name>Languages</name> - <dependency> - <name>dependency</name> - <entityName>Language_entity</entityName> - <fieldName>ISO3Name</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>KeywordProbabilities</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/keywordprobabilities/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Activities</name> - <dependency> - <name>dependency</name> - <entityName>Activity_entity</entityName> - <fieldName>LinkedObjects</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectId_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/activities/children/objectid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>RowId_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/activities/children/rowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>PresetLinks_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/activities/children/presetlinks_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>newActivity</name> - <title>New activity</title> - <onActionProcess>%aditoprj%/entity/Offer_entity/entityfields/newactivity/onActionProcess.js</onActionProcess> - <iconId>VAADIN:HOURGLASS_END</iconId> - <tooltip>New activity</tooltip> - <tooltipProcess>%aditoprj%/entity/Offer_entity/entityfields/newactivity/tooltipProcess.js</tooltipProcess> - </entityActionField> - <entityProvider> - <name>ContactOffers</name> - <dependencies> - <entityDependency> - <name>5c9720b5-1288-4a30-88fd-6dcff6359083</name> - <entityName>Person_entity</entityName> - <fieldName>Offers</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>b308795f-3c81-4e60-99ca-3b5f8e82f62a</name> - <entityName>Organisation_entity</entityName> - <fieldName>Offers</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>SalesprojectId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>OfferLanguage_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>OfferCurrency_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>OfferLanguage_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>OfferHeader_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>OfferOriginal_Id_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>OfferAddress_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>OfferCode_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>OfferVersnr_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <description>PARAMETER</description> - </entityParameter> - <entityActionField> - <name>newTask</name> - <title>New task</title> - <onActionProcess>%aditoprj%/entity/Offer_entity/entityfields/newtask/onActionProcess.js</onActionProcess> - <iconId>VAADIN:TASKS</iconId> - </entityActionField> - <entityField> - <name>PAYMENTTERMS</name> - <title>Payment term</title> - <consumer>KeywordPaymentTerm</consumer> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/paymentterms/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/paymentterms/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>DELIVERYTERMS</name> - <title>Delivery specification</title> - <consumer>KeywordDeliveryTerm</consumer> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/deliveryterms/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/deliveryterms/displayValueProcess.js</displayValueProcess> - </entityField> - <entityConsumer> - <name>KeywordPaymentTerm</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/keywordpaymentterm/children/containername_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordDeliveryTerm</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/keyworddeliveryterm/children/containername_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Tasks</name> - <stateProcess>%aditoprj%/entity/Offer_entity/entityfields/tasks/stateProcess.js</stateProcess> - <dependency> - <name>dependency</name> - <entityName>Task_entity</entityName> - <fieldName>Tasks</fieldName> - </dependency> - <children> - <entityParameter> - <name>RowId_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/tasks/children/rowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectId_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/tasks/children/objectid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>PresetLinks_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/tasks/children/presetlinks_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>INFO</name> - <title>Information</title> - <contentType>LONG_TEXT</contentType> - </entityField> - <entityConsumer> - <name>Attributes</name> - <onValidation>%aditoprj%/entity/Offer_entity/entityfields/attributes/onValidation.js</onValidation> - <dependency> - <name>dependency</name> - <entityName>AttributeRelation_entity</entityName> - <fieldName>AttributeRelations</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectRowId_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityParameter> - <name>OfferPaymentTerm_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>OfferDeliveryTerm_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>USER_NEW</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/user_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>USER_EDIT</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/user_edit/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_NEW</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/date_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_EDIT</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/date_edit/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>FullOfferCode</name> - <title>Offer number</title> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/fulloffercode/valueProcess.js</valueProcess> - </entityField> - <entityConsumer> - <name>PossibleAddresses</name> - <dependency> - <name>dependency</name> - <entityName>Address_entity</entityName> - <fieldName>OrganisationAndContactAddresses</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/possibleaddresses/children/contactid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>ChoosenTEXHeader</name> - <title>Choose Header</title> - <consumer>DocumentTemplateTexHeader</consumer> - </entityField> - <entityConsumer> - <name>DocumentTemplateTexHeader</name> - <dependency> - <name>dependency</name> - <entityName>DocumentTemplate_entity</entityName> - <fieldName>DocumentTemplateProvider</fieldName> - </dependency> - <children> - <entityParameter> - <name>DocumentTemplateType_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/documenttemplatetexheader/children/documenttemplatetype_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>DocumentTemplateTypeClassification_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/documenttemplatetexheader/children/documenttemplatetypeclassification_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>LogHistoryConsumer</name> - <dependency> - <name>dependency</name> - <entityName>LogHistory_entity</entityName> - <fieldName>LogHistoryProvider</fieldName> - </dependency> - <children> - <entityParameter> - <name>tablenames_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/loghistoryconsumer/children/tablenames_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>FOOTER</name> - <title>Footer text</title> - <contentType>LONG_TEXT</contentType> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/footer/valueProcess.js</valueProcess> - </entityField> - <entityParameter> - <name>OfferFooter_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>ChoosenTEXFooter</name> - <title>Choose Footer</title> - <consumer>DocumentTemplateTexFooter</consumer> - </entityField> - <entityConsumer> - <name>DocumentTemplateTexFooter</name> - <dependency> - <name>dependency</name> - <entityName>DocumentTemplate_entity</entityName> - <fieldName>DocumentTemplateProvider</fieldName> - </dependency> - <children> - <entityParameter> - <name>DocumentTemplateType_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/documenttemplatetexfooter/children/documenttemplatetype_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>DocumentTemplateTypeClassification_param</name> - <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/documenttemplatetexfooter/children/documenttemplatetypeclassification_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <maximumDbRows v="0" /> - <fromClauseProcess>%aditoprj%/entity/Offer_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> - <conditionProcess>%aditoprj%/entity/Offer_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <orderClauseProcess>%aditoprj%/entity/Offer_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> - <onDBInsert>%aditoprj%/entity/Offer_entity/recordcontainers/db/onDBInsert.js</onDBInsert> - <onDBDelete>%aditoprj%/entity/Offer_entity/recordcontainers/db/onDBDelete.js</onDBDelete> - <linkInformation> - <linkInformation> - <name>681f6893-d11a-430c-a8ca-87215054d86f</name> - <tableName>OFFER</tableName> - <primaryKey>OFFERID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - <linkInformation> - <name>acdf69f0-c6ad-431a-90c7-5bd0b3dc3d8e</name> - <tableName>CONTACT</tableName> - <primaryKey>CONTACTID</primaryKey> - <isUIDTable v="false" /> - <readonly v="true" /> - </linkInformation> - <linkInformation> - <name>b129928e-886e-4482-99da-463135008fef</name> - <tableName>SALESPROJECT</tableName> - <primaryKey>SALESPROJECTID</primaryKey> - <isUIDTable v="false" /> - <readonly v="true" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>CURRENCY.value</name> - <recordfield>OFFER.CURRENCY</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>HEADER.value</name> - <recordfield>OFFER.HEADER</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>LANGUAGE.value</name> - <recordfield>OFFER.LANGUAGE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>NET.value</name> - <recordfield>OFFER.NET</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>OFFERCODE.value</name> - <recordfield>OFFER.OFFERCODE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>OFFERDATE.value</name> - <recordfield>OFFER.OFFERDATE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>OFFERID.value</name> - <recordfield>OFFER.OFFERID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PROBABILITY.value</name> - <recordfield>OFFER.PROBABILITY</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SALESPROJECT_ID.value</name> - <recordfield>OFFER.SALESPROJECT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STATUS.value</name> - <recordfield>OFFER.STATUS</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>VAT.value</name> - <recordfield>OFFER.VAT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>VERSNR.value</name> - <recordfield>OFFER.VERSNR</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACT_ID.value</name> - <recordfield>OFFER.CONTACT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACT_ORG_ID.value</name> - <recordfield>CONTACT.ORGANISATION_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACT_PERSON_ID.value</name> - <recordfield>CONTACT.PERSON_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ADDRESS.value</name> - <recordfield>OFFER.ADDRESS</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CURRENCY.displayValue</name> - <expression>%aditoprj%/entity/Offer_entity/recordcontainers/db/recordfieldmappings/currency.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STATUS.displayValue</name> - <expression>%aditoprj%/entity/Offer_entity/recordcontainers/db/recordfieldmappings/status.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>LANGUAGE.displayValue</name> - <expression>%aditoprj%/entity/Offer_entity/recordcontainers/db/recordfieldmappings/language.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PROBABILITY.displayValue</name> - <expression>%aditoprj%/entity/Offer_entity/recordcontainers/db/recordfieldmappings/probability.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PAYMENTTERMS.value</name> - <recordfield>OFFER.PAYMENTTERMS</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DELIVERYTERMS.value</name> - <recordfield>OFFER.DELIVERYTERMS</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DELIVERYTERMS.displayValue</name> - <expression>%aditoprj%/entity/Offer_entity/recordcontainers/db/recordfieldmappings/deliveryterms.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PAYMENTTERMS.displayValue</name> - <expression>%aditoprj%/entity/Offer_entity/recordcontainers/db/recordfieldmappings/paymentterms.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>INFO.value</name> - <recordfield>OFFER.INFO</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_NEW.value</name> - <recordfield>OFFER.USER_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_EDIT.value</name> - <recordfield>OFFER.USER_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_NEW.value</name> - <recordfield>OFFER.DATE_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_EDIT.value</name> - <recordfield>OFFER.DATE_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SALESPROJECT_ID.displayValue</name> - <recordfield>SALESPROJECT.PROJECTTITLE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>FOOTER.value</name> - <recordfield>OFFER.FOOTER</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Offer_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/Offer_entity/documentation.adoc</documentation> + <title>Offer</title> + <siblings> + <element>Offeritem_entity</element> + </siblings> + <afterUiInit>%aditoprj%/entity/Offer_entity/afterUiInit.js</afterUiInit> + <iconId>VAADIN:CART</iconId> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + <dependencies> + <entityDependency> + <name>f909c251-16c1-49e2-9b43-6d5f834137c6</name> + <entityName>Object_entity</entityName> + <fieldName>Offers</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + <entityField> + <name>CURRENCY</name> + <title>Currency</title> + <consumer>KeywordCurrencies</consumer> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/currency/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/currency/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>OFFERCODE</name> + <documentation>%aditoprj%/entity/Offer_entity/entityfields/offercode/documentation.adoc</documentation> + <title>Offer number</title> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/offercode/valueProcess.js</valueProcess> + <onValidation>%aditoprj%/entity/Offer_entity/entityfields/offercode/onValidation.js</onValidation> + </entityField> + <entityField> + <name>OFFERDATE</name> + <title>Date</title> + <contentType>DATE</contentType> + <resolution>DAY</resolution> + <outputFormat>dd.MM.yyyy</outputFormat> + <inputFormat>dd.MM.yyyy</inputFormat> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/offerdate/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>OFFERID</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/offerid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>PROBABILITY</name> + <title>Probability</title> + <consumer>KeywordProbabilities</consumer> + <contentType>NUMBER</contentType> + <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/probability/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>CONTACT_ID</name> + <documentation>%aditoprj%/entity/Offer_entity/entityfields/contact_id/documentation.adoc</documentation> + <title>Connection</title> + <consumer>AnyContacts</consumer> + <linkedContextProcess>%aditoprj%/entity/Offer_entity/entityfields/contact_id/linkedContextProcess.js</linkedContextProcess> + <mandatory v="true" /> + <stateProcess>%aditoprj%/entity/Offer_entity/entityfields/contact_id/stateProcess.js</stateProcess> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/contact_id/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/contact_id/displayValueProcess.js</displayValueProcess> + <onValueChange>%aditoprj%/entity/Offer_entity/entityfields/contact_id/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + <element>PROCESS</element> + <element>PROCESS_SETVALUE</element> + </onValueChangeTypes> + </entityField> + <entityField> + <name>STATUS</name> + <title>Status</title> + <consumer>KeywordOfferStates</consumer> + <mandatory v="true" /> + <state>EDITABLE</state> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/status/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/status/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>VAT</name> + <title>Total VAT</title> + <contentType>NUMBER</contentType> + <inputFormat>#,##0.00</inputFormat> + <state>READONLY</state> + <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/vat/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>IMAGE</name> + <contentType>IMAGE</contentType> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/image/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>HEADER</name> + <title>Header text</title> + <contentType>LONG_TEXT</contentType> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/header/valueProcess.js</valueProcess> + </entityField> + <entityConsumer> + <name>Offeritems</name> + <description></description> + <dependency> + <name>dependency</name> + <entityName>Offeritem_entity</entityName> + <fieldName>OfferItems</fieldName> + </dependency> + <children> + <entityParameter> + <name>OfferId_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/offeritems/children/offerid_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + </entityParameter> + <entityParameter> + <name>Currency_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/offeritems/children/currency_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>ContactId_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/offeritems/children/ContactId_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + </entityParameter> + <entityParameter> + <name>OfferStatus_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/offeritems/children/offerstatus_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>newOfferVersion</name> + <title>New offer version</title> + <onActionProcess>%aditoprj%/entity/Offer_entity/entityfields/newofferversion/onActionProcess.js</onActionProcess> + <iconId>VAADIN:CART</iconId> + </entityActionField> + <entityField> + <name>NET</name> + <title>Total net</title> + <contentType>NUMBER</contentType> + <inputFormat>#,##0.00</inputFormat> + <state>READONLY</state> + <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/net/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>TotalGross</name> + <documentation>%aditoprj%/entity/Offer_entity/entityfields/totalgross/documentation.adoc</documentation> + <title>Total gross</title> + <contentType>NUMBER</contentType> + <inputFormat>#,##0.00</inputFormat> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/totalgross/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/totalgross/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>LANGUAGE</name> + <title>Language</title> + <consumer>Languages</consumer> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/language/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/language/displayValueProcess.js</displayValueProcess> + </entityField> + <entityActionField> + <name>copyOffer</name> + <title>Copy offer</title> + <onActionProcess>%aditoprj%/entity/Offer_entity/entityfields/copyoffer/onActionProcess.js</onActionProcess> + <iconId>VAADIN:COPY</iconId> + </entityActionField> + <entityField> + <name>VERSNR</name> + <documentation>%aditoprj%/entity/Offer_entity/entityfields/versnr/documentation.adoc</documentation> + <title>Vers. no.</title> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/versnr/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>OFFER_ID</name> + <documentation>%aditoprj%/entity/Offer_entity/entityfields/offer_id/documentation.adoc</documentation> + </entityField> + <entityFieldGroup> + <name>OfferCode_VersNr_fieldgroup</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/offercode_versnr_fieldgroup/valueProcess.js</valueProcess> + <title>Offer number</title> + <description>Offercode + VersNr</description> + <state>READONLY</state> + <fields> + <element>OFFERCODE</element> + <element>VERSNR</element> + </fields> + </entityFieldGroup> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityActionField> + <name>printOffer</name> + <title>Print Offer</title> + <onActionProcess>%aditoprj%/entity/Offer_entity/entityfields/printoffer/onActionProcess.js</onActionProcess> + <iconId>VAADIN:FILE_TEXT_O</iconId> + <stateProcess>%aditoprj%/entity/Offer_entity/entityfields/printoffer/stateProcess.js</stateProcess> + </entityActionField> + <entityField> + <name>CONTACT_ORG_ID</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>CONTACT_PERSON_ID</name> + <searchable v="false" /> + </entityField> + <entityConsumer> + <name>AnyContacts</name> + <dependency> + <name>dependency</name> + <entityName>AnyContact_entity</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>Documents</name> + <dependency> + <name>dependency</name> + <entityName>Document_entity</entityName> + <fieldName>Documents</fieldName> + </dependency> + <children> + <entityParameter> + <name>AssignmentRowId_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/documents/children/assignmentrowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>AssignmentTable_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/documents/children/assignmenttable_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>MainDocuments</name> + <stateProcess>%aditoprj%/entity/Offer_entity/entityfields/maindocuments/stateProcess.js</stateProcess> + <dependency> + <name>dependency</name> + <entityName>Document_entity</entityName> + <fieldName>MainDocuments</fieldName> + </dependency> + <children> + <entityParameter> + <name>AssignmentRowId_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/maindocuments/children/assignmentrowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>AssignmentTable_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/maindocuments/children/assignmenttable_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>ADDRESS</name> + <documentation>%aditoprj%/entity/Offer_entity/entityfields/address/documentation.adoc</documentation> + <title>Address</title> + <description></description> + <contentType>LONG_TEXT</contentType> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/address/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>ChosenAddress</name> + <title>Choose address</title> + <consumer>PossibleAddresses</consumer> + <stateProcess>%aditoprj%/entity/Offer_entity/entityfields/chosenaddress/stateProcess.js</stateProcess> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/chosenaddress/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/chosenaddress/displayValueProcess.js</displayValueProcess> + <onValueChange>%aditoprj%/entity/Offer_entity/entityfields/chosenaddress/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + <element>PROCESS</element> + </onValueChangeTypes> + </entityField> + <entityConsumer> + <name>KeywordCurrencies</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/keywordcurrencies/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordOfferStates</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/keywordofferstates/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>newOrder</name> + <title>Create receipt</title> + <onActionProcess>%aditoprj%/entity/Offer_entity/entityfields/neworder/onActionProcess.js</onActionProcess> + <iconId>VAADIN:DOLLAR</iconId> + </entityActionField> + <entityConsumer> + <name>Languages</name> + <dependency> + <name>dependency</name> + <entityName>Language_entity</entityName> + <fieldName>ISO3Name</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>KeywordProbabilities</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/keywordprobabilities/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Activities</name> + <dependency> + <name>dependency</name> + <entityName>Activity_entity</entityName> + <fieldName>LinkedObjects</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectId_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/activities/children/objectid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>RowId_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/activities/children/rowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>PresetLinks_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/activities/children/presetlinks_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>newActivity</name> + <title>New activity</title> + <onActionProcess>%aditoprj%/entity/Offer_entity/entityfields/newactivity/onActionProcess.js</onActionProcess> + <iconId>VAADIN:HOURGLASS_END</iconId> + <tooltip>New activity</tooltip> + <tooltipProcess>%aditoprj%/entity/Offer_entity/entityfields/newactivity/tooltipProcess.js</tooltipProcess> + </entityActionField> + <entityProvider> + <name>ContactOffers</name> + <dependencies> + <entityDependency> + <name>5c9720b5-1288-4a30-88fd-6dcff6359083</name> + <entityName>Person_entity</entityName> + <fieldName>Offers</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>b308795f-3c81-4e60-99ca-3b5f8e82f62a</name> + <entityName>Organisation_entity</entityName> + <fieldName>Offers</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>SalesprojectId_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>OfferLanguage_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>ObjectRowId_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>OfferCode_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>OfferAddress_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>OfferCurrency_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>OfferDeliveryTerm_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>OfferHeader_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>OfferOriginal_Id_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>OfferPaymentTerm_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>OfferVersnr_param</name> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>OfferCurrency_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>OfferLanguage_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>OfferHeader_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>OfferOriginal_Id_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>OfferAddress_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>OfferCode_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>OfferVersnr_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <description>PARAMETER</description> + </entityParameter> + <entityActionField> + <name>newTask</name> + <title>New task</title> + <onActionProcess>%aditoprj%/entity/Offer_entity/entityfields/newtask/onActionProcess.js</onActionProcess> + <iconId>VAADIN:TASKS</iconId> + </entityActionField> + <entityField> + <name>PAYMENTTERMS</name> + <title>Payment term</title> + <consumer>KeywordPaymentTerm</consumer> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/paymentterms/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/paymentterms/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>DELIVERYTERMS</name> + <title>Delivery specification</title> + <consumer>KeywordDeliveryTerm</consumer> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/deliveryterms/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/deliveryterms/displayValueProcess.js</displayValueProcess> + </entityField> + <entityConsumer> + <name>KeywordPaymentTerm</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/keywordpaymentterm/children/containername_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordDeliveryTerm</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/keyworddeliveryterm/children/containername_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Tasks</name> + <stateProcess>%aditoprj%/entity/Offer_entity/entityfields/tasks/stateProcess.js</stateProcess> + <dependency> + <name>dependency</name> + <entityName>Task_entity</entityName> + <fieldName>Tasks</fieldName> + </dependency> + <children> + <entityParameter> + <name>RowId_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/tasks/children/rowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectId_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/tasks/children/objectid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>PresetLinks_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/tasks/children/presetlinks_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>INFO</name> + <title>Information</title> + <contentType>LONG_TEXT</contentType> + </entityField> + <entityConsumer> + <name>Attributes</name> + <onValidation>%aditoprj%/entity/Offer_entity/entityfields/attributes/onValidation.js</onValidation> + <dependency> + <name>dependency</name> + <entityName>AttributeRelation_entity</entityName> + <fieldName>AttributeRelations</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityParameter> + <name>OfferPaymentTerm_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>OfferDeliveryTerm_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>USER_NEW</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/user_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>USER_EDIT</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/user_edit/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_NEW</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/date_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_EDIT</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/date_edit/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>FullOfferCode</name> + <title>Offer number</title> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/fulloffercode/valueProcess.js</valueProcess> + </entityField> + <entityConsumer> + <name>PossibleAddresses</name> + <dependency> + <name>dependency</name> + <entityName>Address_entity</entityName> + <fieldName>OrganisationAndContactAddresses</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContactId_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/possibleaddresses/children/contactid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>ChoosenTEXHeader</name> + <title>Choose Header</title> + <consumer>DocumentTemplateTexHeader</consumer> + </entityField> + <entityField> + <name>OBJECT_ROWID</name> + <consumer>Objects</consumer> + <linkedContextProcess>%aditoprj%/entity/Offer_entity/entityfields/object_rowid/linkedContextProcess.js</linkedContextProcess> + <mandatoryProcess>%aditoprj%/entity/Offer_entity/entityfields/object_rowid/mandatoryProcess.js</mandatoryProcess> + <state>AUTO</state> + <stateProcess>%aditoprj%/entity/Offer_entity/entityfields/object_rowid/stateProcess.js</stateProcess> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/object_rowid/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/object_rowid/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>OBJECT_TYPE</name> + <consumer>Contexts</consumer> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/object_type/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/object_type/displayValueProcess.js</displayValueProcess> + </entityField> + <entityConsumer> + <name>Objects</name> + <dependency> + <name>dependency</name> + <entityName>Object_entity</entityName> + <fieldName>AllObjects</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>Contexts</name> + <dependency> + <name>dependency</name> + </dependency> + </entityConsumer> + <entityProvider> + <name>Links</name> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>88a166e6-ccd0-4d51-b554-e3327f66d834</name> + <entityName>Salesproject_entity</entityName> + <fieldName>Offers</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>OfferDeliveryTerm_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>OfferCode_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>OfferOriginal_Id_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>ContactId_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>ObjectRowId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>OfferAddress_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>OfferCurrency_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>OfferHeader_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>OfferLanguage_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>OfferPaymentTerm_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>OfferVersnr_param</name> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>ObjectRowId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>chooseTEXHeader</name> + <consumer>DocumentTemplateTex</consumer> </entityField> + <entityConsumer> + <name>DocumentTemplateTexHeader</name> + <dependency> + <name>dependency</name> + <entityName>DocumentTemplate_entity</entityName> + <fieldName>DocumentTemplateProvider</fieldName> + </dependency> + <children> + <entityParameter> + <name>DocumentTemplateType_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/documenttemplatetexheader/children/documenttemplatetype_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>DocumentTemplateTypeClassification_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/documenttemplatetexheader/children/documenttemplatetypeclassification_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>LogHistoryConsumer</name> + <dependency> + <name>dependency</name> + <entityName>LogHistory_entity</entityName> + <fieldName>LogHistoryProvider</fieldName> + </dependency> + <children> + <entityParameter> + <name>tablenames_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/loghistoryconsumer/children/tablenames_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>FOOTER</name> + <title>Footer text</title> + <contentType>LONG_TEXT</contentType> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/footer/valueProcess.js</valueProcess> + </entityField> + <entityParameter> + <name>OfferFooter_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>ChoosenTEXFooter</name> + <title>Choose Footer</title> + <consumer>DocumentTemplateTexFooter</consumer> + </entityField> + <entityConsumer> + <name>DocumentTemplateTexFooter</name> + <dependency> + <name>dependency</name> + <entityName>DocumentTemplate_entity</entityName> + <fieldName>DocumentTemplateProvider</fieldName> + </dependency> + <children> + <entityParameter> + <name>DocumentTemplateType_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/documenttemplatetexfooter/children/documenttemplatetype_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>DocumentTemplateTypeClassification_param</name> + <valueProcess>%aditoprj%/entity/Offer_entity/entityfields/documenttemplatetexfooter/children/documenttemplatetypeclassification_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <maximumDbRows v="0" /> + <fromClauseProcess>%aditoprj%/entity/Offer_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> + <conditionProcess>%aditoprj%/entity/Offer_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <orderClauseProcess>%aditoprj%/entity/Offer_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> + <onDBInsert>%aditoprj%/entity/Offer_entity/recordcontainers/db/onDBInsert.js</onDBInsert> + <onDBDelete>%aditoprj%/entity/Offer_entity/recordcontainers/db/onDBDelete.js</onDBDelete> + <linkInformation> + <linkInformation> + <name>681f6893-d11a-430c-a8ca-87215054d86f</name> + <tableName>OFFER</tableName> + <primaryKey>OFFERID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + <linkInformation> + <name>acdf69f0-c6ad-431a-90c7-5bd0b3dc3d8e</name> + <tableName>CONTACT</tableName> + <primaryKey>CONTACTID</primaryKey> + <isUIDTable v="false" /> + <readonly v="true" /> + </linkInformation> + <linkInformation> + <name>b129928e-886e-4482-99da-463135008fef</name> + <tableName>SALESPROJECT</tableName> + <primaryKey>SALESPROJECTID</primaryKey> + <isUIDTable v="false" /> + <readonly v="true" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>CURRENCY.value</name> + <recordfield>OFFER.CURRENCY</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>HEADER.value</name> + <recordfield>OFFER.HEADER</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>LANGUAGE.value</name> + <recordfield>OFFER.LANGUAGE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>NET.value</name> + <recordfield>OFFER.NET</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OFFERCODE.value</name> + <recordfield>OFFER.OFFERCODE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OFFERDATE.value</name> + <recordfield>OFFER.OFFERDATE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OFFERID.value</name> + <recordfield>OFFER.OFFERID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PROBABILITY.value</name> + <recordfield>OFFER.PROBABILITY</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STATUS.value</name> + <recordfield>OFFER.STATUS</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>VAT.value</name> + <recordfield>OFFER.VAT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>VERSNR.value</name> + <recordfield>OFFER.VERSNR</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACT_ID.value</name> + <recordfield>OFFER.CONTACT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACT_ORG_ID.value</name> + <recordfield>CONTACT.ORGANISATION_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACT_PERSON_ID.value</name> + <recordfield>CONTACT.PERSON_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ADDRESS.value</name> + <recordfield>OFFER.ADDRESS</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CURRENCY.displayValue</name> + <expression>%aditoprj%/entity/Offer_entity/recordcontainers/db/recordfieldmappings/currency.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STATUS.displayValue</name> + <expression>%aditoprj%/entity/Offer_entity/recordcontainers/db/recordfieldmappings/status.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>LANGUAGE.displayValue</name> + <expression>%aditoprj%/entity/Offer_entity/recordcontainers/db/recordfieldmappings/language.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PROBABILITY.displayValue</name> + <expression>%aditoprj%/entity/Offer_entity/recordcontainers/db/recordfieldmappings/probability.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PAYMENTTERMS.value</name> + <recordfield>OFFER.PAYMENTTERMS</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DELIVERYTERMS.value</name> + <recordfield>OFFER.DELIVERYTERMS</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DELIVERYTERMS.displayValue</name> + <expression>%aditoprj%/entity/Offer_entity/recordcontainers/db/recordfieldmappings/deliveryterms.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PAYMENTTERMS.displayValue</name> + <expression>%aditoprj%/entity/Offer_entity/recordcontainers/db/recordfieldmappings/paymentterms.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>INFO.value</name> + <recordfield>OFFER.INFO</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_NEW.value</name> + <recordfield>OFFER.USER_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_EDIT.value</name> + <recordfield>OFFER.USER_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_NEW.value</name> + <recordfield>OFFER.DATE_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_EDIT.value</name> + <recordfield>OFFER.DATE_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OBJECT_ROWID.value</name> + <recordfield>OFFER.OBJECT_ROWID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>FOOTER.value</name> + <recordfield>OFFER.FOOTER</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OBJECT_TYPE.value</name> + <recordfield>OFFER.OBJECT_TYPE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OBJECT_ROWID.displayValue</name> + <expression>%aditoprj%/entity/Offer_entity/recordcontainers/db/recordfieldmappings/object_rowid.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Offer_entity/conditionProcess.js b/entity/Offer_entity/conditionProcess.js index 46b77172c421062e7a3ca794200ae6c992f04147..30a86e4e5f568fd555a1a52ded71f3ab23481034 100644 --- a/entity/Offer_entity/conditionProcess.js +++ b/entity/Offer_entity/conditionProcess.js @@ -3,7 +3,7 @@ import("system.result"); import("Sql_lib"); var cond = new SqlCondition(); -cond.andPrepareVars("OFFER.SALESPROJECT_ID", "$param.SalesprojectId_param"); +cond.andPrepareVars("OFFER.OBJECT_ROWID", "$param.SalesprojectId_param"); //TODO: use a preparedCondition when available #1030812 #1034026 result.string(db.translateCondition(cond.build("1 = 1"))); \ No newline at end of file diff --git a/entity/Offer_entity/entityfields/activities/children/presetlinks_param/valueProcess.js b/entity/Offer_entity/entityfields/activities/children/presetlinks_param/valueProcess.js index e4c6c134df6be187331e47d8c2c4d5a9871b7c2b..62ef8073d2fb11127e9fc09b03210d79bf325dea 100644 --- a/entity/Offer_entity/entityfields/activities/children/presetlinks_param/valueProcess.js +++ b/entity/Offer_entity/entityfields/activities/children/presetlinks_param/valueProcess.js @@ -10,9 +10,9 @@ if (contactId) links.push([ContactUtils.getContextByContactId(contactId), contactId]); } -if (vars.get("$field.SALESPROJECT_ID")) +if (vars.get("$field.OBJECT_ROWID")) { - links.push(["Salesproject", vars.get("$field.SALESPROJECT_ID")]); + links.push(["Salesproject", vars.get("$field.OBJECT_ROWID")]); } result.object(links); \ No newline at end of file diff --git a/entity/Offer_entity/entityfields/copyoffer/onActionProcess.js b/entity/Offer_entity/entityfields/copyoffer/onActionProcess.js index f530a7d64845176cc371e79fde95ef061d18ea0b..eecb29ab0dc13c1d69af8cf28578deb153d74bb8 100644 --- a/entity/Offer_entity/entityfields/copyoffer/onActionProcess.js +++ b/entity/Offer_entity/entityfields/copyoffer/onActionProcess.js @@ -10,7 +10,7 @@ var footer = vars.getString("$field.FOOTER"); var offerId = vars.getString("$field.OFFERID"); var deliveryTerm = vars.getString("$field.DELIVERYTERMS"); var paymentTerm = vars.getString("$field.PAYMENTTERMS"); -var salesprojectId = vars.getString("$field.SALESPROJECT_ID"); +var salesprojectId = vars.getString("$field.OBJECT_ROWID"); diff --git a/entity/Offer_entity/entityfields/newactivity/onActionProcess.js b/entity/Offer_entity/entityfields/newactivity/onActionProcess.js index 4be677edd52ad21e51db57a867790397f1fe35bc..23d3bc451da2f70dc6cee11a676336b362f53da3 100644 --- a/entity/Offer_entity/entityfields/newactivity/onActionProcess.js +++ b/entity/Offer_entity/entityfields/newactivity/onActionProcess.js @@ -10,9 +10,9 @@ if (contactId) links.push([ContactUtils.getContextByContactId(contactId), contactId]); } -if (vars.get("$field.SALESPROJECT_ID")) +if (vars.get("$field.OBJECT_ROWID")) { - links.push(["Salesproject", vars.get("$field.SALESPROJECT_ID")]); + links.push(["Salesproject", vars.get("$field.OBJECT_ROWID")]); } ActivityUtils.createNewActivity(vars.getString("$field.OFFERID"), links); \ No newline at end of file diff --git a/entity/Offer_entity/entityfields/newofferversion/onActionProcess.js b/entity/Offer_entity/entityfields/newofferversion/onActionProcess.js index 5919abc67af5cb343614a7708e4e34fd6fe774f8..5087acef8c931156ad1abf76fd4d118e992c0769 100644 --- a/entity/Offer_entity/entityfields/newofferversion/onActionProcess.js +++ b/entity/Offer_entity/entityfields/newofferversion/onActionProcess.js @@ -4,7 +4,7 @@ import("Offer_lib"); var params = { "ContactId_param" : vars.get("$field.CONTACT_ID"), - "SalesprojectId_param" : vars.get("$field.SALESPROJECT_ID"), + "SalesprojectId_param" : vars.get("$field.OBJECT_ROWID"), "OfferLanguage_param" : vars.get("$field.LANGUAGE"), "OfferOriginal_Id_param" : vars.get("$field.OFFERID"), "OfferCode_param" : vars.get("$field.OFFERCODE"), diff --git a/entity/Offer_entity/entityfields/neworder/onActionProcess.js b/entity/Offer_entity/entityfields/neworder/onActionProcess.js index 844372309437195d52fcdb07c5c0dc4b4e56ab6d..dce051360b6f16b9ac6d5c2e9dab793eb6f02aa8 100644 --- a/entity/Offer_entity/entityfields/neworder/onActionProcess.js +++ b/entity/Offer_entity/entityfields/neworder/onActionProcess.js @@ -3,7 +3,7 @@ import("system.neon"); import("Offer_lib"); var contactId = vars.getString("$field.CONTACT_ID"); -var salesprojectId = vars.getString("$field.SALESPROJECT_ID"); +var salesprojectId = vars.getString("$field.OBJECT_ROWID"); var currency = vars.getString("$field.CURRENCY"); var language = vars.getString("$field.LANGUAGE"); var header = vars.getString("$field.HEADER"); diff --git a/entity/Offer_entity/entityfields/newtask/onActionProcess.js b/entity/Offer_entity/entityfields/newtask/onActionProcess.js index f0165851eda69a6c3a0187d29f05c133b4118ed3..3c4a6d95beb2c814463cae5cc46eee8f2a2856d5 100644 --- a/entity/Offer_entity/entityfields/newtask/onActionProcess.js +++ b/entity/Offer_entity/entityfields/newtask/onActionProcess.js @@ -10,9 +10,9 @@ if (contactId) links.push([ContactUtils.getContextByContactId(contactId), contactId]); } -if (vars.get("$field.SALESPROJECT_ID")) +if (vars.get("$field.OBJECT_ROWID")) { - links.push(["Salesproject", vars.get("$field.SALESPROJECT_ID")]); + links.push(["Salesproject", vars.get("$field.OBJECT_ROWID")]); } TaskUtils.createNewTask(vars.get("$field.OFFERID"), links); \ No newline at end of file diff --git a/entity/Offer_entity/entityfields/object_rowid/displayValueProcess.js b/entity/Offer_entity/entityfields/object_rowid/displayValueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..8b080bceea92c146a676b0f33cc7cb87d4e86b9d --- /dev/null +++ b/entity/Offer_entity/entityfields/object_rowid/displayValueProcess.js @@ -0,0 +1,11 @@ +import("system.neon"); +import("system.vars"); +import("system.db"); +import("system.result"); +import("Context_lib"); + +if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && !vars.get("$field.OBJECT_ROWID")) { + result.string(""); +} else if (vars.exists("$field.OBJECT_TYPE") && vars.get("$field.OBJECT_TYPE")) { + result.string(db.cell(ContextUtils.getNameSql(vars.get("$field.OBJECT_TYPE"), vars.get("$field.OBJECT_ROWID")))); +} \ No newline at end of file diff --git a/entity/Offer_entity/entityfields/object_rowid/linkedContextProcess.js b/entity/Offer_entity/entityfields/object_rowid/linkedContextProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..16ec65d1ea4a170df58c97d817ea469ca19cd19a --- /dev/null +++ b/entity/Offer_entity/entityfields/object_rowid/linkedContextProcess.js @@ -0,0 +1,5 @@ +import("system.vars"); +import("system.result"); +import("Context_lib"); + +result.string(ContextUtils.getContextName(vars.get("$field.OBJECT_TYPE"))) diff --git a/entity/Offer_entity/entityfields/object_rowid/mandatoryProcess.js b/entity/Offer_entity/entityfields/object_rowid/mandatoryProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/entity/Offer_entity/entityfields/object_rowid/stateProcess.js b/entity/Offer_entity/entityfields/object_rowid/stateProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/entity/Offer_entity/entityfields/object_rowid/valueProcess.js b/entity/Offer_entity/entityfields/object_rowid/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..09d845d6f59f097036ad418f74975808ec568bb6 --- /dev/null +++ b/entity/Offer_entity/entityfields/object_rowid/valueProcess.js @@ -0,0 +1,5 @@ +import("system.vars"); +import("system.result"); + +if(vars.exists("$param.ObjectRowId_param") && vars.get("$param.ObjectRowId_param")) + result.string(vars.get("$param.ObjectRowId_param")); \ No newline at end of file diff --git a/entity/Offer_entity/entityfields/object_type/displayValueProcess.js b/entity/Offer_entity/entityfields/object_type/displayValueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..84a769a5e16744aa1035437dd54720f8d9f0e320 --- /dev/null +++ b/entity/Offer_entity/entityfields/object_type/displayValueProcess.js @@ -0,0 +1,10 @@ +import("system.result"); +import("system.neon"); +import("system.vars"); +import("system.project"); + +if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && !vars.get("$field.OBJECT_TYPE")) { + result.string(""); +} else if (vars.exists("$field.OBJECT_TYPE") && vars.get("$field.OBJECT_TYPE")) { + result.string(project.getDataModel(project.DATAMODEL_KIND_CONTEXT, vars.get("$field.OBJECT_TYPE"))[1]); +} diff --git a/entity/Offer_entity/entityfields/object_type/valueProcess.js b/entity/Offer_entity/entityfields/object_type/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..18543dfe49df8c16f06d8dacbb0a1e34d97dfb42 --- /dev/null +++ b/entity/Offer_entity/entityfields/object_type/valueProcess.js @@ -0,0 +1,7 @@ +import("system.vars"); +import("system.result"); +import("Context_lib") + +if(vars.exists("$param.ObjectType_param") && vars.get("$param.ObjectType_param")) + result.string(vars.get("$param.ObjectType_param")); +else result.string(ContextUtils.getCurrentContextId()) \ No newline at end of file diff --git a/entity/Offer_entity/entityfields/salesproject_id/displayValueProcess.js b/entity/Offer_entity/entityfields/salesproject_id/displayValueProcess.js deleted file mode 100644 index 65afbf6e950eebef0268138074bc97f00869eb0a..0000000000000000000000000000000000000000 --- a/entity/Offer_entity/entityfields/salesproject_id/displayValueProcess.js +++ /dev/null @@ -1,5 +0,0 @@ -import("system.vars"); -import("system.result"); -import("Salesproject_lib"); - -result.string(Salesproject.getSalesProjectTitleById(vars.getString("$field.SALESPROJECT_ID"))); \ No newline at end of file diff --git a/entity/Offer_entity/entityfields/salesproject_id/mandatoryProcess.js b/entity/Offer_entity/entityfields/salesproject_id/mandatoryProcess.js deleted file mode 100644 index 3bd7da35b29fe62a814c8f4562736441d1b99708..0000000000000000000000000000000000000000 --- a/entity/Offer_entity/entityfields/salesproject_id/mandatoryProcess.js +++ /dev/null @@ -1,9 +0,0 @@ -import("system.vars"); -import("system.result"); -import("Contact_lib"); - -var type = ContactUtils.getContactType(vars.get("$field.CONTACT_ID"), vars.get("$field.CONTACT_PERSON_ID"), vars.get("$field.CONTACT_ORG_ID")); - -result.string(type != 2); - - diff --git a/entity/Offer_entity/entityfields/salesproject_id/stateProcess.js b/entity/Offer_entity/entityfields/salesproject_id/stateProcess.js deleted file mode 100644 index 1b35d9149a31ff3bebe48f47d48c54f55315e375..0000000000000000000000000000000000000000 --- a/entity/Offer_entity/entityfields/salesproject_id/stateProcess.js +++ /dev/null @@ -1,17 +0,0 @@ -import("system.neon"); -import("system.result"); -import("system.vars"); -import("Entity_lib"); - -switch (vars.get("$sys.recordstate")) -{ - case neon.OPERATINGSTATE_NEW: - //only EDITABLE if $field.CONTACT_ID is set - if(ProcessHandlingUtils.getOnValidationValue(vars.get("$field.CONTACT_ID"))) - result.object(neon.COMPONENTSTATE_EDITABLE); - else - result.object(neon.COMPONENTSTATE_READONLY); - break; - default: - result.object(neon.COMPONENTSTATE_READONLY); -} \ No newline at end of file diff --git a/entity/Offer_entity/entityfields/salesproject_id/valueProcess.js b/entity/Offer_entity/entityfields/salesproject_id/valueProcess.js deleted file mode 100644 index 447b6962106b02b100555df3b988ac90b4528192..0000000000000000000000000000000000000000 --- a/entity/Offer_entity/entityfields/salesproject_id/valueProcess.js +++ /dev/null @@ -1,7 +0,0 @@ -import("system.result"); -import("system.vars"); - -if (vars.exists("$param.SalesprojectId_param")) -{ - result.string(vars.get("$param.SalesprojectId_param")); -} \ No newline at end of file diff --git a/entity/Offer_entity/entityfields/salesprojects/children/contactid_param/valueProcess.js b/entity/Offer_entity/entityfields/salesprojects/children/contactid_param/valueProcess.js deleted file mode 100644 index f2c342bc94674b7899c756a441619cddb1769980..0000000000000000000000000000000000000000 --- a/entity/Offer_entity/entityfields/salesprojects/children/contactid_param/valueProcess.js +++ /dev/null @@ -1,5 +0,0 @@ -import("system.vars"); -import("system.result"); -import("Entity_lib"); - -result.string(ProcessHandlingUtils.getOnValidationValue(vars.get("$field.CONTACT_ORG_ID"))); \ No newline at end of file diff --git a/entity/Offer_entity/entityfields/tasks/children/presetlinks_param/valueProcess.js b/entity/Offer_entity/entityfields/tasks/children/presetlinks_param/valueProcess.js index e4c6c134df6be187331e47d8c2c4d5a9871b7c2b..62ef8073d2fb11127e9fc09b03210d79bf325dea 100644 --- a/entity/Offer_entity/entityfields/tasks/children/presetlinks_param/valueProcess.js +++ b/entity/Offer_entity/entityfields/tasks/children/presetlinks_param/valueProcess.js @@ -10,9 +10,9 @@ if (contactId) links.push([ContactUtils.getContextByContactId(contactId), contactId]); } -if (vars.get("$field.SALESPROJECT_ID")) +if (vars.get("$field.OBJECT_ROWID")) { - links.push(["Salesproject", vars.get("$field.SALESPROJECT_ID")]); + links.push(["Salesproject", vars.get("$field.OBJECT_ROWID")]); } result.object(links); \ No newline at end of file diff --git a/entity/Offer_entity/recordcontainers/db/conditionProcess.js b/entity/Offer_entity/recordcontainers/db/conditionProcess.js index 58347450b6f13af8e510f022630d36b1dfac80ea..4538e37b37538159dabb6e7c037e5ba15e88fef3 100644 --- a/entity/Offer_entity/recordcontainers/db/conditionProcess.js +++ b/entity/Offer_entity/recordcontainers/db/conditionProcess.js @@ -3,7 +3,8 @@ import("system.result"); import("Sql_lib"); var cond = new SqlCondition(); -cond.andPrepareVars("OFFER.SALESPROJECT_ID", "$param.SalesprojectId_param"); +cond.andPrepareVars("OFFER.OBJECT_ROWID", "$param.ObjectRowId_param"); +cond.andPrepareVars("OFFER.OBJECT_TYPE", "$param.ObjectType_param"); cond.andPrepareVars("OFFER.CONTACT_ID", "$param.ContactId_param"); //TODO: use a preparedCondition when available #1030812 #1034026 diff --git a/entity/Offer_entity/recordcontainers/db/fromClauseProcess.js b/entity/Offer_entity/recordcontainers/db/fromClauseProcess.js index 73ea32201ab969db8600af5c66bcafa1ad5523f6..1fd88578ab3b01fffc36b918f8a9ceb951a4f5bd 100644 --- a/entity/Offer_entity/recordcontainers/db/fromClauseProcess.js +++ b/entity/Offer_entity/recordcontainers/db/fromClauseProcess.js @@ -1,4 +1,4 @@ import("system.result"); result.string("OFFER left join CONTACT on CONTACTID = CONTACT_ID \n\ -left join SALESPROJECT on SALESPROJECTID = SALESPROJECT_ID"); \ No newline at end of file +left join SALESPROJECT on SALESPROJECTID = OBJECT_ROWID"); \ No newline at end of file diff --git a/entity/Offer_entity/recordcontainers/db/recordfieldmappings/object_rowid.displayvalue/expression.js b/entity/Offer_entity/recordcontainers/db/recordfieldmappings/object_rowid.displayvalue/expression.js new file mode 100644 index 0000000000000000000000000000000000000000..33554680cccd2c3d363443686457c41e0c1c5729 --- /dev/null +++ b/entity/Offer_entity/recordcontainers/db/recordfieldmappings/object_rowid.displayvalue/expression.js @@ -0,0 +1,4 @@ +import("system.result"); +import("Context_lib"); + +result.string(ContextUtils.getNameSubselectSql("OBJECT_TYPE", "OBJECT_ROWID")) \ No newline at end of file diff --git a/entity/Offeritem_entity/Offeritem_entity.aod b/entity/Offeritem_entity/Offeritem_entity.aod index a81218acd092abed06ab5e9eed99aa8de35b75cb..3b7d2a541f3abf00f45e04bd53b3bf231566b44b 100644 --- a/entity/Offeritem_entity/Offeritem_entity.aod +++ b/entity/Offeritem_entity/Offeritem_entity.aod @@ -1,330 +1,330 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Offeritem_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/Offeritem_entity/documentation.adoc</documentation> - <title>Offeritem</title> - <afterOperatingState>%aditoprj%/entity/Offeritem_entity/afterOperatingState.js</afterOperatingState> - <titlePlural>Offeritems</titlePlural> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>ASSIGNEDTO</name> - </entityField> - <entityField> - <name>DISCOUNT</name> - <title>Discount %</title> - <contentType>NUMBER</contentType> - <outputFormat>#,##0.00</outputFormat> - <inputFormat>#,##0.00</inputFormat> - <onValidation>%aditoprj%/entity/Offeritem_entity/entityfields/discount/onValidation.js</onValidation> - </entityField> - <entityField> - <name>GROUPCODEID</name> - <title>Commodity group</title> - <consumer>KeywordProductGroupcodes</consumer> - <state>READONLY</state> - <displayValueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/groupcodeid/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>ITEMNAME</name> - <title>Designation</title> - </entityField> - <entityField> - <name>ITEMPOSITION</name> - <title>Position</title> - <state>READONLY</state> - </entityField> - <entityField> - <name>ITEMSORT</name> - </entityField> - <entityField> - <name>OFFERITEMID</name> - <valueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/offeritemid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>OFFER_ID</name> - <valueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/offer_id/valueProcess.js</valueProcess> - <onValueChangeTypes> - <element>MASK</element> - </onValueChangeTypes> - </entityField> - <entityField> - <name>OPTIONAL</name> - <title>Optional</title> - <contentType>BOOLEAN</contentType> - <dropDownProcess>%aditoprj%/entity/Offeritem_entity/entityfields/optional/dropDownProcess.js</dropDownProcess> - <valueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/optional/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>PRICE</name> - <title>Unit price</title> - <contentType>NUMBER</contentType> - <outputFormat>#,##0.00</outputFormat> - <inputFormat>#,##0.00</inputFormat> - <displayValueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/price/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>PRODUCT_ID</name> - <documentation>%aditoprj%/entity/Offeritem_entity/entityfields/product_id/documentation.adoc</documentation> - <title>Article</title> - <consumer>Products</consumer> - <linkedContext>Product</linkedContext> - <mandatory v="true" /> - <displayValueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/product_id/displayValueProcess.js</displayValueProcess> - <onValueChange>%aditoprj%/entity/Offeritem_entity/entityfields/product_id/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - </onValueChangeTypes> - </entityField> - <entityField> - <name>QUANTITY</name> - <documentation>%aditoprj%/entity/Offeritem_entity/entityfields/quantity/documentation.adoc</documentation> - <title>Quantity</title> - <contentType>NUMBER</contentType> - <outputFormat>#</outputFormat> - <inputFormat>#</inputFormat> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/quantity/valueProcess.js</valueProcess> - <onValueChange>%aditoprj%/entity/Offeritem_entity/entityfields/quantity/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - </onValueChangeTypes> - <onValidation>%aditoprj%/entity/Offeritem_entity/entityfields/quantity/onValidation.js</onValidation> - </entityField> - <entityField> - <name>UNIT</name> - <title>Unit</title> - <consumer>KeywordQuantityUnits</consumer> - <state>READONLY</state> - <displayValueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/unit/displayValueProcess.js</displayValueProcess> - <onValueChangeTypes> - <element>PROCESS</element> - <element>MASK</element> - <element>PROCESS_SETVALUE</element> - </onValueChangeTypes> - </entityField> - <entityField> - <name>VAT</name> - <title>VAT</title> - <contentType>NUMBER</contentType> - <inputFormat>0.00</inputFormat> - <state>READONLY</state> - <displayValueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/vat/displayValueProcess.js</displayValueProcess> - </entityField> - <entityParameter> - <name>OfferId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>Currency_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>TotalPrice</name> - <documentation>%aditoprj%/entity/Offeritem_entity/entityfields/totalprice/documentation.adoc</documentation> - <title>Sum</title> - <contentType>NUMBER</contentType> - <outputFormat>#,##0.00</outputFormat> - <inputFormat>#,##0.00</inputFormat> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/totalprice/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/totalprice/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>IMAGE</name> - <contentType>IMAGE</contentType> - <valueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/image/valueProcess.js</valueProcess> - </entityField> - <entityParameter> - <name>OfferStatus_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>OfferItems</name> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>7810e350-d011-4d95-8d0b-883f3a0e519c</name> - <entityName>Offer_entity</entityName> - <fieldName>Offeritems</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>Currency_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>OfferId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>OfferStatus_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityField> - <name>INFO</name> - <documentation>%aditoprj%/entity/Offeritem_entity/entityfields/info/documentation.adoc</documentation> - <title>Description</title> - <contentType>LONG_TEXT</contentType> - <state>READONLY</state> - </entityField> - <entityConsumer> - <name>KeywordProductGroupcodes</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/keywordproductgroupcodes/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordQuantityUnits</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/keywordquantityunits/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Products</name> - <dependency> - <name>dependency</name> - <entityName>Product_entity</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> - </entityConsumer> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <maximumDbRows v="0" /> - <conditionProcess>%aditoprj%/entity/Offeritem_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <orderClauseProcess>%aditoprj%/entity/Offeritem_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> - <onDBInsert>%aditoprj%/entity/Offeritem_entity/recordcontainers/db/onDBInsert.js</onDBInsert> - <onDBUpdate>%aditoprj%/entity/Offeritem_entity/recordcontainers/db/onDBUpdate.js</onDBUpdate> - <onDBDelete>%aditoprj%/entity/Offeritem_entity/recordcontainers/db/onDBDelete.js</onDBDelete> - <linkInformation> - <linkInformation> - <name>1894a7fa-bc31-43c2-9ba9-d432892efdaa</name> - <tableName>OFFERITEM</tableName> - <primaryKey>OFFERITEMID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>ASSIGNEDTO.value</name> - <recordfield>OFFERITEM.ASSIGNEDTO</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DISCOUNT.value</name> - <recordfield>OFFERITEM.DISCOUNT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>GROUPCODEID.value</name> - <recordfield>OFFERITEM.GROUPCODEID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ITEMNAME.value</name> - <recordfield>OFFERITEM.ITEMNAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ITEMPOSITION.value</name> - <recordfield>OFFERITEM.ITEMPOSITION</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ITEMSORT.value</name> - <recordfield>OFFERITEM.ITEMSORT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>OFFERITEMID.value</name> - <recordfield>OFFERITEM.OFFERITEMID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>OFFER_ID.value</name> - <recordfield>OFFERITEM.OFFER_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>OPTIONAL.value</name> - <recordfield>OFFERITEM.OPTIONAL</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PRICE.value</name> - <recordfield>OFFERITEM.PRICE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PRODUCT_ID.value</name> - <recordfield>OFFERITEM.PRODUCT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>QUANTITY.value</name> - <recordfield>OFFERITEM.QUANTITY</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>UNIT.value</name> - <recordfield>OFFERITEM.UNIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>VAT.value</name> - <recordfield>OFFERITEM.VAT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>INFO.value</name> - <recordfield>OFFERITEM.INFO</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>GROUPCODEID.displayValue</name> - <expression>%aditoprj%/entity/Offeritem_entity/recordcontainers/db/recordfieldmappings/groupcodeid.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>UNIT.displayValue</name> - <expression>%aditoprj%/entity/Offeritem_entity/recordcontainers/db/recordfieldmappings/unit.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PRODUCT_ID.displayValue</name> - <expression>%aditoprj%/entity/Offeritem_entity/recordcontainers/db/recordfieldmappings/product_id.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Offeritem_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/Offeritem_entity/documentation.adoc</documentation> + <title>Offeritem</title> + <afterOperatingState>%aditoprj%/entity/Offeritem_entity/afterOperatingState.js</afterOperatingState> + <titlePlural>Offeritems</titlePlural> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>ASSIGNEDTO</name> + </entityField> + <entityField> + <name>DISCOUNT</name> + <title>Discount %</title> + <contentType>NUMBER</contentType> + <outputFormat>#,##0.00</outputFormat> + <inputFormat>#,##0.00</inputFormat> + <onValidation>%aditoprj%/entity/Offeritem_entity/entityfields/discount/onValidation.js</onValidation> + </entityField> + <entityField> + <name>GROUPCODEID</name> + <title>Commodity group</title> + <consumer>KeywordProductGroupcodes</consumer> + <state>READONLY</state> + <displayValueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/groupcodeid/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>ITEMNAME</name> + <title>Designation</title> + </entityField> + <entityField> + <name>ITEMPOSITION</name> + <title>Position</title> + <state>READONLY</state> + </entityField> + <entityField> + <name>ITEMSORT</name> + </entityField> + <entityField> + <name>OFFERITEMID</name> + <valueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/offeritemid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>OFFER_ID</name> + <valueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/offer_id/valueProcess.js</valueProcess> + <onValueChangeTypes> + <element>MASK</element> + </onValueChangeTypes> + </entityField> + <entityField> + <name>OPTIONAL</name> + <title>Optional</title> + <contentType>BOOLEAN</contentType> + <dropDownProcess>%aditoprj%/entity/Offeritem_entity/entityfields/optional/dropDownProcess.js</dropDownProcess> + <valueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/optional/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>PRICE</name> + <title>Unit price</title> + <contentType>NUMBER</contentType> + <outputFormat>#,##0.00</outputFormat> + <inputFormat>#,##0.00</inputFormat> + <displayValueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/price/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>PRODUCT_ID</name> + <documentation>%aditoprj%/entity/Offeritem_entity/entityfields/product_id/documentation.adoc</documentation> + <title>Article</title> + <consumer>Products</consumer> + <linkedContext>Product</linkedContext> + <mandatory v="true" /> + <displayValueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/product_id/displayValueProcess.js</displayValueProcess> + <onValueChange>%aditoprj%/entity/Offeritem_entity/entityfields/product_id/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + </onValueChangeTypes> + </entityField> + <entityField> + <name>QUANTITY</name> + <documentation>%aditoprj%/entity/Offeritem_entity/entityfields/quantity/documentation.adoc</documentation> + <title>Quantity</title> + <contentType>NUMBER</contentType> + <outputFormat>#</outputFormat> + <inputFormat>#</inputFormat> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/quantity/valueProcess.js</valueProcess> + <onValueChange>%aditoprj%/entity/Offeritem_entity/entityfields/quantity/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + </onValueChangeTypes> + <onValidation>%aditoprj%/entity/Offeritem_entity/entityfields/quantity/onValidation.js</onValidation> + </entityField> + <entityField> + <name>UNIT</name> + <title>Unit</title> + <consumer>KeywordQuantityUnits</consumer> + <state>READONLY</state> + <displayValueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/unit/displayValueProcess.js</displayValueProcess> + <onValueChangeTypes> + <element>PROCESS</element> + <element>MASK</element> + <element>PROCESS_SETVALUE</element> + </onValueChangeTypes> + </entityField> + <entityField> + <name>VAT</name> + <title>VAT</title> + <contentType>NUMBER</contentType> + <inputFormat>0.00</inputFormat> + <state>READONLY</state> + <displayValueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/vat/displayValueProcess.js</displayValueProcess> + </entityField> + <entityParameter> + <name>OfferId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>Currency_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>TotalPrice</name> + <documentation>%aditoprj%/entity/Offeritem_entity/entityfields/totalprice/documentation.adoc</documentation> + <title>Sum</title> + <contentType>NUMBER</contentType> + <outputFormat>#,##0.00</outputFormat> + <inputFormat>#,##0.00</inputFormat> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/totalprice/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/totalprice/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>IMAGE</name> + <contentType>IMAGE</contentType> + <valueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/image/valueProcess.js</valueProcess> + </entityField> + <entityParameter> + <name>OfferStatus_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>OfferItems</name> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>7810e350-d011-4d95-8d0b-883f3a0e519c</name> + <entityName>Offer_entity</entityName> + <fieldName>Offeritems</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>Currency_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>OfferId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>OfferStatus_param</name> + <expose v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityField> + <name>INFO</name> + <documentation>%aditoprj%/entity/Offeritem_entity/entityfields/info/documentation.adoc</documentation> + <title>Description</title> + <contentType>LONG_TEXT</contentType> + <state>READONLY</state> + </entityField> + <entityConsumer> + <name>KeywordProductGroupcodes</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/keywordproductgroupcodes/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordQuantityUnits</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/keywordquantityunits/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Products</name> + <dependency> + <name>dependency</name> + <entityName>Product_entity</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> + </entityConsumer> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <maximumDbRows v="0" /> + <conditionProcess>%aditoprj%/entity/Offeritem_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <orderClauseProcess>%aditoprj%/entity/Offeritem_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> + <onDBInsert>%aditoprj%/entity/Offeritem_entity/recordcontainers/db/onDBInsert.js</onDBInsert> + <onDBUpdate>%aditoprj%/entity/Offeritem_entity/recordcontainers/db/onDBUpdate.js</onDBUpdate> + <onDBDelete>%aditoprj%/entity/Offeritem_entity/recordcontainers/db/onDBDelete.js</onDBDelete> + <linkInformation> + <linkInformation> + <name>1894a7fa-bc31-43c2-9ba9-d432892efdaa</name> + <tableName>OFFERITEM</tableName> + <primaryKey>OFFERITEMID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>ASSIGNEDTO.value</name> + <recordfield>OFFERITEM.ASSIGNEDTO</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DISCOUNT.value</name> + <recordfield>OFFERITEM.DISCOUNT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>GROUPCODEID.value</name> + <recordfield>OFFERITEM.GROUPCODEID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ITEMNAME.value</name> + <recordfield>OFFERITEM.ITEMNAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ITEMPOSITION.value</name> + <recordfield>OFFERITEM.ITEMPOSITION</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ITEMSORT.value</name> + <recordfield>OFFERITEM.ITEMSORT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OFFERITEMID.value</name> + <recordfield>OFFERITEM.OFFERITEMID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OFFER_ID.value</name> + <recordfield>OFFERITEM.OFFER_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OPTIONAL.value</name> + <recordfield>OFFERITEM.OPTIONAL</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PRICE.value</name> + <recordfield>OFFERITEM.PRICE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PRODUCT_ID.value</name> + <recordfield>OFFERITEM.PRODUCT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>QUANTITY.value</name> + <recordfield>OFFERITEM.QUANTITY</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>UNIT.value</name> + <recordfield>OFFERITEM.UNIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>VAT.value</name> + <recordfield>OFFERITEM.VAT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>INFO.value</name> + <recordfield>OFFERITEM.INFO</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>GROUPCODEID.displayValue</name> + <expression>%aditoprj%/entity/Offeritem_entity/recordcontainers/db/recordfieldmappings/groupcodeid.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>UNIT.displayValue</name> + <expression>%aditoprj%/entity/Offeritem_entity/recordcontainers/db/recordfieldmappings/unit.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PRODUCT_ID.displayValue</name> + <expression>%aditoprj%/entity/Offeritem_entity/recordcontainers/db/recordfieldmappings/product_id.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Options_Entity/Options_Entity.aod b/entity/Options_Entity/Options_Entity.aod index f50e9fe6c351332f74f795e8e95d023a95b1e541..90711ff502b9f74f6e43ab5b6a66b9fcda13a255 100644 --- a/entity/Options_Entity/Options_Entity.aod +++ b/entity/Options_Entity/Options_Entity.aod @@ -1,50 +1,50 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Options_Entity</name> - <description></description> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>Options</title> - <iconId>VAADIN:WRENCH</iconId> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>Option1</name> - <title>Option1</title> - </entityField> - <entityField> - <name>Option2</name> - <title>Option2</title> - <contentType>NUMBER</contentType> - </entityField> - <entityField> - <name>Option3</name> - <title>Option3</title> - <contentType>DATE</contentType> - </entityField> - <entityField> - <name>Option4</name> - <title>Option4</title> - <contentType>PASSWORD</contentType> - </entityField> - <entityField> - <name>UID</name> - </entityField> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>_____SYSTEMALIAS</jDitoRecordAlias> - <contentProcess>%aditoprj%/entity/Options_Entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <recordFields> - <element>UID.value</element> - <element>Option1.value</element> - <element>Option2.value</element> - <element>Option3.value</element> - <element>Option4.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Options_Entity</name> + <description></description> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>Options</title> + <iconId>VAADIN:WRENCH</iconId> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>Option1</name> + <title>Option1</title> + </entityField> + <entityField> + <name>Option2</name> + <title>Option2</title> + <contentType>NUMBER</contentType> + </entityField> + <entityField> + <name>Option3</name> + <title>Option3</title> + <contentType>DATE</contentType> + </entityField> + <entityField> + <name>Option4</name> + <title>Option4</title> + <contentType>PASSWORD</contentType> + </entityField> + <entityField> + <name>UID</name> + </entityField> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>_____SYSTEMALIAS</jDitoRecordAlias> + <contentProcess>%aditoprj%/entity/Options_Entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <recordFields> + <element>UID.value</element> + <element>Option1.value</element> + <element>Option2.value</element> + <element>Option3.value</element> + <element>Option4.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Order_entity/Order_entity.aod b/entity/Order_entity/Order_entity.aod index 4add66df7f22b1e96be4c9559ae6b5e173efe4a4..65ae3ca85b9efcfa61a1c0fde7a63b059a98a402 100644 --- a/entity/Order_entity/Order_entity.aod +++ b/entity/Order_entity/Order_entity.aod @@ -1,601 +1,601 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Order_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/Order_entity/documentation.adoc</documentation> - <title>Receipt</title> - <contentTitleProcess>%aditoprj%/entity/Order_entity/contentTitleProcess.js</contentTitleProcess> - <afterUiInit>%aditoprj%/entity/Order_entity/afterUiInit.js</afterUiInit> - <iconId>VAADIN:DOLLAR</iconId> - <titlePlural>Receipts</titlePlural> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - <dependencies> - <entityDependency> - <name>95e7ab85-0af9-46ea-a50a-7719833acd2a</name> - <entityName>Object_entity</entityName> - <fieldName>Orders</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - <entityField> - <name>CURRENCY</name> - <title>Currency</title> - <consumer>KeywordCurrencies</consumer> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/currency/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Order_entity/entityfields/currency/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>SALESORDERCODE</name> - <documentation>%aditoprj%/entity/Order_entity/entityfields/salesordercode/documentation.adoc</documentation> - <title>Receipt number</title> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/salesordercode/valueProcess.js</valueProcess> - <onValidation>%aditoprj%/entity/Order_entity/entityfields/salesordercode/onValidation.js</onValidation> - </entityField> - <entityField> - <name>SALESORDERDATE</name> - <title>Date</title> - <contentType>DATE</contentType> - <resolution>DAY</resolution> - <outputFormat>dd.MM.yyyy</outputFormat> - <inputFormat>dd.MM.yyyy</inputFormat> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/salesorderdate/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>SALESORDERID</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/salesorderid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>CONTACT_ID</name> - <documentation>%aditoprj%/entity/Order_entity/entityfields/contact_id/documentation.adoc</documentation> - <title>Connection</title> - <consumer>AnyContacts</consumer> - <linkedContextProcess>%aditoprj%/entity/Order_entity/entityfields/contact_id/linkedContextProcess.js</linkedContextProcess> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/contact_id/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Order_entity/entityfields/contact_id/displayValueProcess.js</displayValueProcess> - <onValueChange>%aditoprj%/entity/Order_entity/entityfields/contact_id/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - </onValueChangeTypes> - </entityField> - <entityField> - <name>SALESPROJECT_ID</name> - <title>Salesproject</title> - <consumer>Salesprojects</consumer> - <linkedContext>Salesproject</linkedContext> - <mandatory v="true" /> - <state>INVISIBLE</state> - <stateProcess>%aditoprj%/entity/Order_entity/entityfields/salesproject_id/stateProcess.js</stateProcess> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/salesproject_id/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Order_entity/entityfields/salesproject_id/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>STATUS</name> - <title>Status</title> - <consumer>KeywordStates</consumer> - <state>EDITABLE</state> - <displayValueProcess>%aditoprj%/entity/Order_entity/entityfields/status/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>VAT</name> - <title>Total VAT</title> - <contentType>NUMBER</contentType> - <state>READONLY</state> - <displayValueProcess>%aditoprj%/entity/Order_entity/entityfields/vat/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>IMAGE</name> - <contentType>IMAGE</contentType> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/image/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>HEADER</name> - <title>Header text</title> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/header/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>FOOTER</name> - <title>Footer text</title> - </entityField> - <entityConsumer> - <name>Orderitems</name> - <description></description> - <dependency> - <name>dependency</name> - <entityName>Orderitem_entity</entityName> - <fieldName>Orderitems</fieldName> - </dependency> - <children> - <entityParameter> - <name>OrderId_param</name> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/orderitems/children/orderid_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - </entityParameter> - <entityParameter> - <name>Currency_param</name> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/orderitems/children/currency_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/orderitems/children/ContactId_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - </entityParameter> - <entityParameter> - <name>OrderStatus_param</name> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/orderitems/children/orderstatus_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>newOrderVersion</name> - <title>New receipt version</title> - <onActionProcess>%aditoprj%/entity/Order_entity/entityfields/neworderversion/onActionProcess.js</onActionProcess> - <iconId>VAADIN:DOLLAR</iconId> - </entityActionField> - <entityField> - <name>NET</name> - <title>Total net</title> - <contentType>NUMBER</contentType> - <state>READONLY</state> - <valueProcess></valueProcess> - <displayValueProcess>%aditoprj%/entity/Order_entity/entityfields/net/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>TotalGross</name> - <documentation>%aditoprj%/entity/Order_entity/entityfields/totalgross/documentation.adoc</documentation> - <title>Total gross</title> - <contentType>NUMBER</contentType> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/totalgross/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Order_entity/entityfields/totalgross/displayValueProcess.js</displayValueProcess> - </entityField> - <entityParameter> - <name>SalesprojectId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>LANGUAGE</name> - <title>Language</title> - <consumer>Languages</consumer> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/language/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Order_entity/entityfields/language/displayValueProcess.js</displayValueProcess> - </entityField> - <entityActionField> - <name>newOrder</name> - <title>Copy receipt</title> - <onActionProcess>%aditoprj%/entity/Order_entity/entityfields/neworder/onActionProcess.js</onActionProcess> - <iconId>VAADIN:COPY</iconId> - </entityActionField> - <entityField> - <name>VERSNR</name> - <documentation>%aditoprj%/entity/Order_entity/entityfields/versnr/documentation.adoc</documentation> - <title>Vers. no.</title> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/versnr/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>SALESORDER_ID</name> - <documentation>%aditoprj%/entity/Order_entity/entityfields/salesorder_id/documentation.adoc</documentation> - </entityField> - <entityFieldGroup> - <name>OrderCode_VersNr_fieldgroup</name> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/ordercode_versnr_fieldgroup/valueProcess.js</valueProcess> - <title>Receipt number</title> - <description>Ordercode + VersNr</description> - <state>READONLY</state> - <fields> - <element>SALESORDERCODE</element> - <element>VERSNR</element> - </fields> - </entityFieldGroup> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>CONTACT_ORG_ID</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>CONTACT_PERSON_ID</name> - <searchable v="false" /> - </entityField> - <entityConsumer> - <name>AnyContacts</name> - <dependency> - <name>dependency</name> - <entityName>AnyContact_entity</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>Documents</name> - <dependency> - <name>dependency</name> - <entityName>Document_entity</entityName> - <fieldName>Documents</fieldName> - </dependency> - <children> - <entityParameter> - <name>AssignmentRowId_param</name> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/documents/children/assignmentrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>AssignmentTable_param</name> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/documents/children/assignmenttable_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>MainDocuments</name> - <stateProcess>%aditoprj%/entity/Order_entity/entityfields/maindocuments/stateProcess.js</stateProcess> - <dependency> - <name>dependency</name> - <entityName>Document_entity</entityName> - <fieldName>MainDocuments</fieldName> - </dependency> - <children> - <entityParameter> - <name>AssignmentName_param</name> - <documentation>%aditoprj%/entity/Order_entity/entityfields/maindocuments/children/assignmentname_param/documentation.adoc</documentation> - </entityParameter> - <entityParameter> - <name>AssignmentRowId_param</name> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/maindocuments/children/assignmentrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>AssignmentTable_param</name> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/maindocuments/children/assignmenttable_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Salesprojects</name> - <dependency> - <name>dependency</name> - <entityName>Salesproject_entity</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> - </entityConsumer> - <entityField> - <name>ADDRESS</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/address/valueProcess.js</valueProcess> - </entityField> - <entityConsumer> - <name>KeywordCurrencies</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/keywordcurrencies/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordStates</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/keywordstates/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityParameter> - <name>OrderCurrency_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>OrderLanguage_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>OrderHeader_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>OrderAddress_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <description>PARAMETER</description> - </entityParameter> - <entityConsumer> - <name>Languages</name> - <dependency> - <name>dependency</name> - <entityName>Language_entity</entityName> - <fieldName>ISO3Name</fieldName> - </dependency> - </entityConsumer> - <entityParameter> - <name>OfferId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <description>PARAMETER</description> - </entityParameter> - <entityConsumer> - <name>Activities</name> - <dependency> - <name>dependency</name> - <entityName>Activity_entity</entityName> - <fieldName>LinkedObjects</fieldName> - </dependency> - <children> - <entityParameter> - <name>RowId_param</name> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/activities/children/rowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectId_param</name> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/activities/children/objectid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>PresetLinks_param</name> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/activities/children/presetlinks_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>newActivity</name> - <title>New activity</title> - <onActionProcess>%aditoprj%/entity/Order_entity/entityfields/newactivity/onActionProcess.js</onActionProcess> - <iconId>VAADIN:HOURGLASS_END</iconId> - <tooltip>New activity</tooltip> - <tooltipProcess>%aditoprj%/entity/Order_entity/entityfields/newactivity/tooltipProcess.js</tooltipProcess> - </entityActionField> - <entityField> - <name>OFFER_ID</name> - <title>Offer</title> - <linkedContext>Offer</linkedContext> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/offer_id/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Order_entity/entityfields/offer_id/displayValueProcess.js</displayValueProcess> - </entityField> - <entityActionField> - <name>newTask</name> - <title>New task</title> - <onActionProcess>%aditoprj%/entity/Order_entity/entityfields/newtask/onActionProcess.js</onActionProcess> - <iconId>VAADIN:TASKS</iconId> - </entityActionField> - <entityConsumer> - <name>Tasks</name> - <stateProcess>%aditoprj%/entity/Order_entity/entityfields/tasks/stateProcess.js</stateProcess> - <dependency> - <name>dependency</name> - <entityName>Task_entity</entityName> - <fieldName>Tasks</fieldName> - </dependency> - <children> - <entityParameter> - <name>RowId_param</name> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/tasks/children/rowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectId_param</name> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/tasks/children/objectid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>PresetLinks_param</name> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/tasks/children/presetlinks_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Attributes</name> - <onValidation>%aditoprj%/entity/Order_entity/entityfields/attributes/onValidation.js</onValidation> - <dependency> - <name>dependency</name> - <entityName>AttributeRelation_entity</entityName> - <fieldName>AttributeRelations</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectRowId_param</name> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>AttributeTree</name> - <dependency> - <name>dependency</name> - <entityName>AttributeRelation_entity</entityName> - <fieldName>TreeProvider</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/attributetree/children/objecttype_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectRowId_param</name> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/attributetree/children/objectrowid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>LogHistoryConsumer</name> - <dependency> - <name>dependency</name> - <entityName>LogHistory_entity</entityName> - <fieldName>LogHistoryProvider</fieldName> - </dependency> - <children> - <entityParameter> - <name>tablenames_param</name> - <valueProcess>%aditoprj%/entity/Order_entity/entityfields/loghistoryconsumer/children/tablenames_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <maximumDbRows v="0" /> - <fromClauseProcess>%aditoprj%/entity/Order_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> - <conditionProcess>%aditoprj%/entity/Order_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <orderClauseProcess>%aditoprj%/entity/Order_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> - <onDBInsert>%aditoprj%/entity/Order_entity/recordcontainers/db/onDBInsert.js</onDBInsert> - <onDBDelete>%aditoprj%/entity/Order_entity/recordcontainers/db/onDBDelete.js</onDBDelete> - <linkInformation> - <linkInformation> - <name>c1a83567-58d0-44bd-ae08-14018311a6ae</name> - <tableName>SALESORDER</tableName> - <primaryKey>SALESORDERID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - <linkInformation> - <name>7d433584-df9f-4b5b-bae4-f3b0a1962d59</name> - <tableName>CONTACT</tableName> - <primaryKey>CONTACTID</primaryKey> - <isUIDTable v="false" /> - <readonly v="true" /> - </linkInformation> - <linkInformation> - <name>33653e5e-df52-413c-9a91-349fd989ab89</name> - <tableName>SALESPROJECT</tableName> - <primaryKey>SALESPROJECTID</primaryKey> - <isUIDTable v="false" /> - <readonly v="true" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>CURRENCY.value</name> - <recordfield>SALESORDER.CURRENCY</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>FOOTER.value</name> - <recordfield>SALESORDER.FOOTER</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>HEADER.value</name> - <recordfield>SALESORDER.HEADER</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>LANGUAGE.value</name> - <recordfield>SALESORDER.LANGUAGE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>NET.value</name> - <recordfield>SALESORDER.NET</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SALESORDERCODE.value</name> - <recordfield>SALESORDER.SALESORDERCODE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SALESORDERDATE.value</name> - <recordfield>SALESORDER.SALESORDERDATE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SALESORDERID.value</name> - <recordfield>SALESORDER.SALESORDERID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SALESPROJECT_ID.value</name> - <recordfield>SALESORDER.SALESPROJECT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STATUS.value</name> - <recordfield>SALESORDER.STATUS</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>VAT.value</name> - <recordfield>SALESORDER.VAT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>VERSNR.value</name> - <recordfield>SALESORDER.VERSNR</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACT_ID.value</name> - <recordfield>SALESORDER.CONTACT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACT_ORG_ID.value</name> - <recordfield>CONTACT.ORGANISATION_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACT_PERSON_ID.value</name> - <recordfield>CONTACT.PERSON_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ADDRESS.value</name> - <recordfield>SALESORDER.ADDRESS</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CURRENCY.displayValue</name> - <expression>%aditoprj%/entity/Order_entity/recordcontainers/db/recordfieldmappings/currency.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STATUS.displayValue</name> - <expression>%aditoprj%/entity/Order_entity/recordcontainers/db/recordfieldmappings/status.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>LANGUAGE.displayValue</name> - <expression>%aditoprj%/entity/Order_entity/recordcontainers/db/recordfieldmappings/language.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>OFFER_ID.value</name> - <recordfield>SALESORDER.OFFER_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SALESPROJECT_ID.displayValue</name> - <recordfield>SALESPROJECT.PROJECTTITLE</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Order_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/Order_entity/documentation.adoc</documentation> + <title>Receipt</title> + <contentTitleProcess>%aditoprj%/entity/Order_entity/contentTitleProcess.js</contentTitleProcess> + <afterUiInit>%aditoprj%/entity/Order_entity/afterUiInit.js</afterUiInit> + <iconId>VAADIN:DOLLAR</iconId> + <titlePlural>Receipts</titlePlural> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + <dependencies> + <entityDependency> + <name>95e7ab85-0af9-46ea-a50a-7719833acd2a</name> + <entityName>Object_entity</entityName> + <fieldName>Orders</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + <entityField> + <name>CURRENCY</name> + <title>Currency</title> + <consumer>KeywordCurrencies</consumer> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/currency/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Order_entity/entityfields/currency/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>SALESORDERCODE</name> + <documentation>%aditoprj%/entity/Order_entity/entityfields/salesordercode/documentation.adoc</documentation> + <title>Receipt number</title> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/salesordercode/valueProcess.js</valueProcess> + <onValidation>%aditoprj%/entity/Order_entity/entityfields/salesordercode/onValidation.js</onValidation> + </entityField> + <entityField> + <name>SALESORDERDATE</name> + <title>Date</title> + <contentType>DATE</contentType> + <resolution>DAY</resolution> + <outputFormat>dd.MM.yyyy</outputFormat> + <inputFormat>dd.MM.yyyy</inputFormat> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/salesorderdate/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>SALESORDERID</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/salesorderid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>CONTACT_ID</name> + <documentation>%aditoprj%/entity/Order_entity/entityfields/contact_id/documentation.adoc</documentation> + <title>Connection</title> + <consumer>AnyContacts</consumer> + <linkedContextProcess>%aditoprj%/entity/Order_entity/entityfields/contact_id/linkedContextProcess.js</linkedContextProcess> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/contact_id/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Order_entity/entityfields/contact_id/displayValueProcess.js</displayValueProcess> + <onValueChange>%aditoprj%/entity/Order_entity/entityfields/contact_id/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + </onValueChangeTypes> + </entityField> + <entityField> + <name>SALESPROJECT_ID</name> + <title>Salesproject</title> + <consumer>Salesprojects</consumer> + <linkedContext>Salesproject</linkedContext> + <mandatory v="true" /> + <state>INVISIBLE</state> + <stateProcess>%aditoprj%/entity/Order_entity/entityfields/salesproject_id/stateProcess.js</stateProcess> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/salesproject_id/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Order_entity/entityfields/salesproject_id/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>STATUS</name> + <title>Status</title> + <consumer>KeywordStates</consumer> + <state>EDITABLE</state> + <displayValueProcess>%aditoprj%/entity/Order_entity/entityfields/status/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>VAT</name> + <title>Total VAT</title> + <contentType>NUMBER</contentType> + <state>READONLY</state> + <displayValueProcess>%aditoprj%/entity/Order_entity/entityfields/vat/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>IMAGE</name> + <contentType>IMAGE</contentType> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/image/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>HEADER</name> + <title>Header text</title> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/header/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>FOOTER</name> + <title>Footer text</title> + </entityField> + <entityConsumer> + <name>Orderitems</name> + <description></description> + <dependency> + <name>dependency</name> + <entityName>Orderitem_entity</entityName> + <fieldName>Orderitems</fieldName> + </dependency> + <children> + <entityParameter> + <name>OrderId_param</name> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/orderitems/children/orderid_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + </entityParameter> + <entityParameter> + <name>Currency_param</name> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/orderitems/children/currency_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>ContactId_param</name> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/orderitems/children/ContactId_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + </entityParameter> + <entityParameter> + <name>OrderStatus_param</name> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/orderitems/children/orderstatus_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>newOrderVersion</name> + <title>New receipt version</title> + <onActionProcess>%aditoprj%/entity/Order_entity/entityfields/neworderversion/onActionProcess.js</onActionProcess> + <iconId>VAADIN:DOLLAR</iconId> + </entityActionField> + <entityField> + <name>NET</name> + <title>Total net</title> + <contentType>NUMBER</contentType> + <state>READONLY</state> + <valueProcess></valueProcess> + <displayValueProcess>%aditoprj%/entity/Order_entity/entityfields/net/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>TotalGross</name> + <documentation>%aditoprj%/entity/Order_entity/entityfields/totalgross/documentation.adoc</documentation> + <title>Total gross</title> + <contentType>NUMBER</contentType> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/totalgross/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Order_entity/entityfields/totalgross/displayValueProcess.js</displayValueProcess> + </entityField> + <entityParameter> + <name>SalesprojectId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>LANGUAGE</name> + <title>Language</title> + <consumer>Languages</consumer> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/language/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Order_entity/entityfields/language/displayValueProcess.js</displayValueProcess> + </entityField> + <entityActionField> + <name>newOrder</name> + <title>Copy receipt</title> + <onActionProcess>%aditoprj%/entity/Order_entity/entityfields/neworder/onActionProcess.js</onActionProcess> + <iconId>VAADIN:COPY</iconId> + </entityActionField> + <entityField> + <name>VERSNR</name> + <documentation>%aditoprj%/entity/Order_entity/entityfields/versnr/documentation.adoc</documentation> + <title>Vers. no.</title> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/versnr/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>SALESORDER_ID</name> + <documentation>%aditoprj%/entity/Order_entity/entityfields/salesorder_id/documentation.adoc</documentation> + </entityField> + <entityFieldGroup> + <name>OrderCode_VersNr_fieldgroup</name> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/ordercode_versnr_fieldgroup/valueProcess.js</valueProcess> + <title>Receipt number</title> + <description>Ordercode + VersNr</description> + <state>READONLY</state> + <fields> + <element>SALESORDERCODE</element> + <element>VERSNR</element> + </fields> + </entityFieldGroup> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>CONTACT_ORG_ID</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>CONTACT_PERSON_ID</name> + <searchable v="false" /> + </entityField> + <entityConsumer> + <name>AnyContacts</name> + <dependency> + <name>dependency</name> + <entityName>AnyContact_entity</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>Documents</name> + <dependency> + <name>dependency</name> + <entityName>Document_entity</entityName> + <fieldName>Documents</fieldName> + </dependency> + <children> + <entityParameter> + <name>AssignmentRowId_param</name> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/documents/children/assignmentrowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>AssignmentTable_param</name> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/documents/children/assignmenttable_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>MainDocuments</name> + <stateProcess>%aditoprj%/entity/Order_entity/entityfields/maindocuments/stateProcess.js</stateProcess> + <dependency> + <name>dependency</name> + <entityName>Document_entity</entityName> + <fieldName>MainDocuments</fieldName> + </dependency> + <children> + <entityParameter> + <name>AssignmentName_param</name> + <documentation>%aditoprj%/entity/Order_entity/entityfields/maindocuments/children/assignmentname_param/documentation.adoc</documentation> + </entityParameter> + <entityParameter> + <name>AssignmentRowId_param</name> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/maindocuments/children/assignmentrowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>AssignmentTable_param</name> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/maindocuments/children/assignmenttable_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Salesprojects</name> + <dependency> + <name>dependency</name> + <entityName>Salesproject_entity</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> + </entityConsumer> + <entityField> + <name>ADDRESS</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/address/valueProcess.js</valueProcess> + </entityField> + <entityConsumer> + <name>KeywordCurrencies</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/keywordcurrencies/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordStates</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/keywordstates/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityParameter> + <name>OrderCurrency_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>OrderLanguage_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>OrderHeader_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>OrderAddress_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>Languages</name> + <dependency> + <name>dependency</name> + <entityName>Language_entity</entityName> + <fieldName>ISO3Name</fieldName> + </dependency> + </entityConsumer> + <entityParameter> + <name>OfferId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>Activities</name> + <dependency> + <name>dependency</name> + <entityName>Activity_entity</entityName> + <fieldName>LinkedObjects</fieldName> + </dependency> + <children> + <entityParameter> + <name>RowId_param</name> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/activities/children/rowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectId_param</name> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/activities/children/objectid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>PresetLinks_param</name> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/activities/children/presetlinks_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>newActivity</name> + <title>New activity</title> + <onActionProcess>%aditoprj%/entity/Order_entity/entityfields/newactivity/onActionProcess.js</onActionProcess> + <iconId>VAADIN:HOURGLASS_END</iconId> + <tooltip>New activity</tooltip> + <tooltipProcess>%aditoprj%/entity/Order_entity/entityfields/newactivity/tooltipProcess.js</tooltipProcess> + </entityActionField> + <entityField> + <name>OFFER_ID</name> + <title>Offer</title> + <linkedContext>Offer</linkedContext> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/offer_id/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Order_entity/entityfields/offer_id/displayValueProcess.js</displayValueProcess> + </entityField> + <entityActionField> + <name>newTask</name> + <title>New task</title> + <onActionProcess>%aditoprj%/entity/Order_entity/entityfields/newtask/onActionProcess.js</onActionProcess> + <iconId>VAADIN:TASKS</iconId> + </entityActionField> + <entityConsumer> + <name>Tasks</name> + <stateProcess>%aditoprj%/entity/Order_entity/entityfields/tasks/stateProcess.js</stateProcess> + <dependency> + <name>dependency</name> + <entityName>Task_entity</entityName> + <fieldName>Tasks</fieldName> + </dependency> + <children> + <entityParameter> + <name>RowId_param</name> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/tasks/children/rowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectId_param</name> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/tasks/children/objectid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>PresetLinks_param</name> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/tasks/children/presetlinks_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Attributes</name> + <onValidation>%aditoprj%/entity/Order_entity/entityfields/attributes/onValidation.js</onValidation> + <dependency> + <name>dependency</name> + <entityName>AttributeRelation_entity</entityName> + <fieldName>AttributeRelations</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>AttributeTree</name> + <dependency> + <name>dependency</name> + <entityName>AttributeRelation_entity</entityName> + <fieldName>TreeProvider</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/attributetree/children/objecttype_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/attributetree/children/objectrowid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>LogHistoryConsumer</name> + <dependency> + <name>dependency</name> + <entityName>LogHistory_entity</entityName> + <fieldName>LogHistoryProvider</fieldName> + </dependency> + <children> + <entityParameter> + <name>tablenames_param</name> + <valueProcess>%aditoprj%/entity/Order_entity/entityfields/loghistoryconsumer/children/tablenames_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <maximumDbRows v="0" /> + <fromClauseProcess>%aditoprj%/entity/Order_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> + <conditionProcess>%aditoprj%/entity/Order_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <orderClauseProcess>%aditoprj%/entity/Order_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> + <onDBInsert>%aditoprj%/entity/Order_entity/recordcontainers/db/onDBInsert.js</onDBInsert> + <onDBDelete>%aditoprj%/entity/Order_entity/recordcontainers/db/onDBDelete.js</onDBDelete> + <linkInformation> + <linkInformation> + <name>c1a83567-58d0-44bd-ae08-14018311a6ae</name> + <tableName>SALESORDER</tableName> + <primaryKey>SALESORDERID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + <linkInformation> + <name>7d433584-df9f-4b5b-bae4-f3b0a1962d59</name> + <tableName>CONTACT</tableName> + <primaryKey>CONTACTID</primaryKey> + <isUIDTable v="false" /> + <readonly v="true" /> + </linkInformation> + <linkInformation> + <name>33653e5e-df52-413c-9a91-349fd989ab89</name> + <tableName>SALESPROJECT</tableName> + <primaryKey>SALESPROJECTID</primaryKey> + <isUIDTable v="false" /> + <readonly v="true" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>CURRENCY.value</name> + <recordfield>SALESORDER.CURRENCY</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>FOOTER.value</name> + <recordfield>SALESORDER.FOOTER</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>HEADER.value</name> + <recordfield>SALESORDER.HEADER</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>LANGUAGE.value</name> + <recordfield>SALESORDER.LANGUAGE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>NET.value</name> + <recordfield>SALESORDER.NET</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SALESORDERCODE.value</name> + <recordfield>SALESORDER.SALESORDERCODE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SALESORDERDATE.value</name> + <recordfield>SALESORDER.SALESORDERDATE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SALESORDERID.value</name> + <recordfield>SALESORDER.SALESORDERID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SALESPROJECT_ID.value</name> + <recordfield>SALESORDER.SALESPROJECT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STATUS.value</name> + <recordfield>SALESORDER.STATUS</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>VAT.value</name> + <recordfield>SALESORDER.VAT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>VERSNR.value</name> + <recordfield>SALESORDER.VERSNR</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACT_ID.value</name> + <recordfield>SALESORDER.CONTACT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACT_ORG_ID.value</name> + <recordfield>CONTACT.ORGANISATION_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACT_PERSON_ID.value</name> + <recordfield>CONTACT.PERSON_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ADDRESS.value</name> + <recordfield>SALESORDER.ADDRESS</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CURRENCY.displayValue</name> + <expression>%aditoprj%/entity/Order_entity/recordcontainers/db/recordfieldmappings/currency.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STATUS.displayValue</name> + <expression>%aditoprj%/entity/Order_entity/recordcontainers/db/recordfieldmappings/status.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>LANGUAGE.displayValue</name> + <expression>%aditoprj%/entity/Order_entity/recordcontainers/db/recordfieldmappings/language.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OFFER_ID.value</name> + <recordfield>SALESORDER.OFFER_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SALESPROJECT_ID.displayValue</name> + <recordfield>SALESPROJECT.PROJECTTITLE</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Orderitem_entity/Orderitem_entity.aod b/entity/Orderitem_entity/Orderitem_entity.aod index 9895020df92b61214b47e7513735146b497b599b..c2041c3a42673fb491dae0f92211fed223b26e1e 100644 --- a/entity/Orderitem_entity/Orderitem_entity.aod +++ b/entity/Orderitem_entity/Orderitem_entity.aod @@ -1,321 +1,321 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Orderitem_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/Orderitem_entity/documentation.adoc</documentation> - <title>Orderitem</title> - <afterOperatingState>%aditoprj%/entity/Orderitem_entity/afterOperatingState.js</afterOperatingState> - <titlePlural>Orderitems</titlePlural> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>ASSIGNEDTO</name> - </entityField> - <entityField> - <name>DISCOUNT</name> - <title>Discount</title> - <contentType>NUMBER</contentType> - <outputFormat>#,##0.00</outputFormat> - </entityField> - <entityField> - <name>GROUPCODEID</name> - <title>Commodity group</title> - <consumer>KeywordProductGroupcodes</consumer> - <state>READONLY</state> - <displayValueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/groupcodeid/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>ITEMNAME</name> - <title>Designation</title> - </entityField> - <entityField> - <name>ITEMPOSITION</name> - <title>Position</title> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/itemposition/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>ITEMSORT</name> - </entityField> - <entityField> - <name>SALESORDERITEMID</name> - <valueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/salesorderitemid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>SALESORDER_ID</name> - <valueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/salesorder_id/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>OPTIONAL</name> - <title>Optional</title> - <contentType>BOOLEAN</contentType> - <dropDownProcess>%aditoprj%/entity/Orderitem_entity/entityfields/optional/dropDownProcess.js</dropDownProcess> - <valueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/optional/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>PRICE</name> - <title>Unit price</title> - <contentType>NUMBER</contentType> - <outputFormat>#,##0.00</outputFormat> - <inputFormat>#,##0.00</inputFormat> - <displayValueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/price/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>PRODUCT_ID</name> - <documentation>%aditoprj%/entity/Orderitem_entity/entityfields/product_id/documentation.adoc</documentation> - <title>Article</title> - <consumer>Products</consumer> - <linkedContext>Product</linkedContext> - <onValueChange>%aditoprj%/entity/Orderitem_entity/entityfields/product_id/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - </onValueChangeTypes> - </entityField> - <entityField> - <name>QUANTITY</name> - <documentation>%aditoprj%/entity/Orderitem_entity/entityfields/quantity/documentation.adoc</documentation> - <title>Quantity</title> - <contentType>NUMBER</contentType> - <outputFormat>#</outputFormat> - <valueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/quantity/valueProcess.js</valueProcess> - <onValueChange>%aditoprj%/entity/Orderitem_entity/entityfields/quantity/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - </onValueChangeTypes> - <onValidation></onValidation> - </entityField> - <entityField> - <name>UNIT</name> - <title>Unit</title> - <consumer>KeywordQuantityUnits</consumer> - <displayValueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/unit/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>VAT</name> - <title>VAT</title> - <contentType>NUMBER</contentType> - <outputFormat>0.00 %</outputFormat> - <inputFormat>0.00</inputFormat> - <state>AUTO</state> - <displayValueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/vat/displayValueProcess.js</displayValueProcess> - </entityField> - <entityParameter> - <name>OrderId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>Currency_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>TotalPrice</name> - <documentation>%aditoprj%/entity/Orderitem_entity/entityfields/totalprice/documentation.adoc</documentation> - <title>Sum</title> - <contentType>NUMBER</contentType> - <outputFormat>#,##0.00</outputFormat> - <inputFormat>#,##0.00</inputFormat> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/totalprice/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/totalprice/displayValueProcess.js</displayValueProcess> - <onValidation></onValidation> - </entityField> - <entityField> - <name>IMAGE</name> - <contentType>IMAGE</contentType> - <valueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/image/valueProcess.js</valueProcess> - </entityField> - <entityParameter> - <name>OrderStatus_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>Orderitems</name> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>7810e350-d011-4d95-8d0b-883f3a0e519c</name> - <entityName>Order_entity</entityName> - <fieldName>Orderitems</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>911de4a4-0e85-4d50-93ee-6f8f2308589e</name> - <entityName>Order_entity</entityName> - <fieldName>Orderitems</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>Currency_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>OrderId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>OrderStatus_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityField> - <name>INFO</name> - <title>Description</title> - </entityField> - <entityConsumer> - <name>KeywordProductGroupcodes</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/keywordproductgroupcodes/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordQuantityUnits</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/keywordquantityunits/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Products</name> - <dependency> - <name>dependency</name> - <entityName>Product_entity</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> - </entityConsumer> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <maximumDbRows v="0" /> - <conditionProcess>%aditoprj%/entity/Orderitem_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <orderClauseProcess>%aditoprj%/entity/Orderitem_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> - <onDBInsert>%aditoprj%/entity/Orderitem_entity/recordcontainers/db/onDBInsert.js</onDBInsert> - <onDBUpdate>%aditoprj%/entity/Orderitem_entity/recordcontainers/db/onDBUpdate.js</onDBUpdate> - <onDBDelete>%aditoprj%/entity/Orderitem_entity/recordcontainers/db/onDBDelete.js</onDBDelete> - <linkInformation> - <linkInformation> - <name>cb0f1bfa-92eb-4ee9-bb02-8ac0ef3f987d</name> - <tableName>SALESORDERITEM</tableName> - <primaryKey>SALESORDERITEMID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>ASSIGNEDTO.value</name> - <recordfield>SALESORDERITEM.ASSIGNEDTO</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DISCOUNT.value</name> - <recordfield>SALESORDERITEM.DISCOUNT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>GROUPCODEID.value</name> - <recordfield>SALESORDERITEM.GROUPCODEID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ITEMNAME.value</name> - <recordfield>SALESORDERITEM.ITEMNAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ITEMPOSITION.value</name> - <recordfield>SALESORDERITEM.ITEMPOSITION</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ITEMSORT.value</name> - <recordfield>SALESORDERITEM.ITEMSORT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SALESORDERITEMID.value</name> - <recordfield>SALESORDERITEM.SALESORDERITEMID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SALESORDER_ID.value</name> - <recordfield>SALESORDERITEM.SALESORDER_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>OPTIONAL.value</name> - <recordfield>SALESORDERITEM.OPTIONAL</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PRICE.value</name> - <recordfield>SALESORDERITEM.PRICE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PRODUCT_ID.value</name> - <recordfield>SALESORDERITEM.PRODUCT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>QUANTITY.value</name> - <recordfield>SALESORDERITEM.QUANTITY</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>UNIT.value</name> - <recordfield>SALESORDERITEM.UNIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>VAT.value</name> - <recordfield>SALESORDERITEM.VAT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>GROUPCODEID.displayValue</name> - <expression>%aditoprj%/entity/Orderitem_entity/recordcontainers/db/recordfieldmappings/groupcodeid.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>UNIT.displayValue</name> - <expression>%aditoprj%/entity/Orderitem_entity/recordcontainers/db/recordfieldmappings/unit.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PRODUCT_ID.displayValue</name> - <expression>%aditoprj%/entity/Orderitem_entity/recordcontainers/db/recordfieldmappings/product_id.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>INFO.value</name> - <recordfield>SALESORDERITEM.INFO</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Orderitem_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/Orderitem_entity/documentation.adoc</documentation> + <title>Orderitem</title> + <afterOperatingState>%aditoprj%/entity/Orderitem_entity/afterOperatingState.js</afterOperatingState> + <titlePlural>Orderitems</titlePlural> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>ASSIGNEDTO</name> + </entityField> + <entityField> + <name>DISCOUNT</name> + <title>Discount</title> + <contentType>NUMBER</contentType> + <outputFormat>#,##0.00</outputFormat> + </entityField> + <entityField> + <name>GROUPCODEID</name> + <title>Commodity group</title> + <consumer>KeywordProductGroupcodes</consumer> + <state>READONLY</state> + <displayValueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/groupcodeid/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>ITEMNAME</name> + <title>Designation</title> + </entityField> + <entityField> + <name>ITEMPOSITION</name> + <title>Position</title> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/itemposition/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>ITEMSORT</name> + </entityField> + <entityField> + <name>SALESORDERITEMID</name> + <valueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/salesorderitemid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>SALESORDER_ID</name> + <valueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/salesorder_id/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>OPTIONAL</name> + <title>Optional</title> + <contentType>BOOLEAN</contentType> + <dropDownProcess>%aditoprj%/entity/Orderitem_entity/entityfields/optional/dropDownProcess.js</dropDownProcess> + <valueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/optional/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>PRICE</name> + <title>Unit price</title> + <contentType>NUMBER</contentType> + <outputFormat>#,##0.00</outputFormat> + <inputFormat>#,##0.00</inputFormat> + <displayValueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/price/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>PRODUCT_ID</name> + <documentation>%aditoprj%/entity/Orderitem_entity/entityfields/product_id/documentation.adoc</documentation> + <title>Article</title> + <consumer>Products</consumer> + <linkedContext>Product</linkedContext> + <onValueChange>%aditoprj%/entity/Orderitem_entity/entityfields/product_id/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + </onValueChangeTypes> + </entityField> + <entityField> + <name>QUANTITY</name> + <documentation>%aditoprj%/entity/Orderitem_entity/entityfields/quantity/documentation.adoc</documentation> + <title>Quantity</title> + <contentType>NUMBER</contentType> + <outputFormat>#</outputFormat> + <valueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/quantity/valueProcess.js</valueProcess> + <onValueChange>%aditoprj%/entity/Orderitem_entity/entityfields/quantity/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + </onValueChangeTypes> + <onValidation></onValidation> + </entityField> + <entityField> + <name>UNIT</name> + <title>Unit</title> + <consumer>KeywordQuantityUnits</consumer> + <displayValueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/unit/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>VAT</name> + <title>VAT</title> + <contentType>NUMBER</contentType> + <outputFormat>0.00 %</outputFormat> + <inputFormat>0.00</inputFormat> + <state>AUTO</state> + <displayValueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/vat/displayValueProcess.js</displayValueProcess> + </entityField> + <entityParameter> + <name>OrderId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>Currency_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>TotalPrice</name> + <documentation>%aditoprj%/entity/Orderitem_entity/entityfields/totalprice/documentation.adoc</documentation> + <title>Sum</title> + <contentType>NUMBER</contentType> + <outputFormat>#,##0.00</outputFormat> + <inputFormat>#,##0.00</inputFormat> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/totalprice/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/totalprice/displayValueProcess.js</displayValueProcess> + <onValidation></onValidation> + </entityField> + <entityField> + <name>IMAGE</name> + <contentType>IMAGE</contentType> + <valueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/image/valueProcess.js</valueProcess> + </entityField> + <entityParameter> + <name>OrderStatus_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>Orderitems</name> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>7810e350-d011-4d95-8d0b-883f3a0e519c</name> + <entityName>Order_entity</entityName> + <fieldName>Orderitems</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>911de4a4-0e85-4d50-93ee-6f8f2308589e</name> + <entityName>Order_entity</entityName> + <fieldName>Orderitems</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>Currency_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>OrderId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>OrderStatus_param</name> + <expose v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityField> + <name>INFO</name> + <title>Description</title> + </entityField> + <entityConsumer> + <name>KeywordProductGroupcodes</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/keywordproductgroupcodes/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordQuantityUnits</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Orderitem_entity/entityfields/keywordquantityunits/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Products</name> + <dependency> + <name>dependency</name> + <entityName>Product_entity</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> + </entityConsumer> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <maximumDbRows v="0" /> + <conditionProcess>%aditoprj%/entity/Orderitem_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <orderClauseProcess>%aditoprj%/entity/Orderitem_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> + <onDBInsert>%aditoprj%/entity/Orderitem_entity/recordcontainers/db/onDBInsert.js</onDBInsert> + <onDBUpdate>%aditoprj%/entity/Orderitem_entity/recordcontainers/db/onDBUpdate.js</onDBUpdate> + <onDBDelete>%aditoprj%/entity/Orderitem_entity/recordcontainers/db/onDBDelete.js</onDBDelete> + <linkInformation> + <linkInformation> + <name>cb0f1bfa-92eb-4ee9-bb02-8ac0ef3f987d</name> + <tableName>SALESORDERITEM</tableName> + <primaryKey>SALESORDERITEMID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>ASSIGNEDTO.value</name> + <recordfield>SALESORDERITEM.ASSIGNEDTO</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DISCOUNT.value</name> + <recordfield>SALESORDERITEM.DISCOUNT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>GROUPCODEID.value</name> + <recordfield>SALESORDERITEM.GROUPCODEID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ITEMNAME.value</name> + <recordfield>SALESORDERITEM.ITEMNAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ITEMPOSITION.value</name> + <recordfield>SALESORDERITEM.ITEMPOSITION</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ITEMSORT.value</name> + <recordfield>SALESORDERITEM.ITEMSORT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SALESORDERITEMID.value</name> + <recordfield>SALESORDERITEM.SALESORDERITEMID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SALESORDER_ID.value</name> + <recordfield>SALESORDERITEM.SALESORDER_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OPTIONAL.value</name> + <recordfield>SALESORDERITEM.OPTIONAL</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PRICE.value</name> + <recordfield>SALESORDERITEM.PRICE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PRODUCT_ID.value</name> + <recordfield>SALESORDERITEM.PRODUCT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>QUANTITY.value</name> + <recordfield>SALESORDERITEM.QUANTITY</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>UNIT.value</name> + <recordfield>SALESORDERITEM.UNIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>VAT.value</name> + <recordfield>SALESORDERITEM.VAT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>GROUPCODEID.displayValue</name> + <expression>%aditoprj%/entity/Orderitem_entity/recordcontainers/db/recordfieldmappings/groupcodeid.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>UNIT.displayValue</name> + <expression>%aditoprj%/entity/Orderitem_entity/recordcontainers/db/recordfieldmappings/unit.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PRODUCT_ID.displayValue</name> + <expression>%aditoprj%/entity/Orderitem_entity/recordcontainers/db/recordfieldmappings/product_id.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>INFO.value</name> + <recordfield>SALESORDERITEM.INFO</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Organisation_entity/Organisation_entity.aod b/entity/Organisation_entity/Organisation_entity.aod index ad7c462bbe17becff159d69b58966c94376655a9..2000bc95fce6409ecbfa966fefec988bbbbe51f6 100644 --- a/entity/Organisation_entity/Organisation_entity.aod +++ b/entity/Organisation_entity/Organisation_entity.aod @@ -1,936 +1,962 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Organisation_entity</name> - <description>former Org</description> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/Organisation_entity/documentation.adoc</documentation> - <title>Company</title> - <contentTitleProcess>%aditoprj%/entity/Organisation_entity/contentTitleProcess.js</contentTitleProcess> - <afterUiInit>%aditoprj%/entity/Organisation_entity/afterUiInit.js</afterUiInit> - <iconId>VAADIN:BUILDING</iconId> - <imageProcess>%aditoprj%/entity/Organisation_entity/imageProcess.js</imageProcess> - <titlePlural>Companies</titlePlural> - <recordContainer>db</recordContainer> - <entityFields> - <entityField> - <name>CUSTOMERCODE</name> - <title>Customercode</title> - <contentType>TEXT</contentType> - </entityField> - <entityField> - <name>INFO</name> - <title>Information</title> - <contentType>LONG_TEXT</contentType> - </entityField> - <entityField> - <name>NAME</name> - <title>Name</title> - <contentType>LONG_TEXT</contentType> - <mandatory v="true" /> - </entityField> - <entityField> - <name>ORGANISATIONID</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/organisationid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>LANGUAGE</name> - <title>Language</title> - <consumer>Languages</consumer> - <selectionMode>SINGLE</selectionMode> - </entityField> - <entityField> - <name>ORGANISATION_ID</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/organisation_id/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>CONTACTID</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/contactid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>STATUS</name> - <title>Status</title> - <consumer>KeywordContactStates</consumer> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/status/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Organisation_entity/entityfields/status/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>TYPE</name> - <title>Type</title> - <consumer>KeywordOrganisationTypes</consumer> - <displayValueProcess>%aditoprj%/entity/Organisation_entity/entityfields/type/displayValueProcess.js</displayValueProcess> - </entityField> - <entityConsumer> - <name>Activities</name> - <dependency> - <name>dependency</name> - <entityName>Activity_entity</entityName> - <fieldName>LinkedObjects</fieldName> - </dependency> - <children> - <entityParameter> - <name>RowId_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/activities/children/rowid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>ObjectId_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/activities/children/objectid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Contact</name> - <selectionMode>MULTI</selectionMode> - <dependency> - <name>dependency</name> - <entityName>Person_entity</entityName> - <fieldName>OrganisationRelated</fieldName> - </dependency> - <children> - <entityParameter> - <name>OrgId_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/contact/children/orgid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityFieldGroup> - <name>CUSTOMERCODE_DISPLAY_fieldGroup</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/customercode_display_fieldgroup/valueProcess.js</valueProcess> - <description>FIELDGROUP</description> - <fields> - <element>CUSTOMERCODE</element> - </fields> - </entityFieldGroup> - <entityProvider> - <name>Organisations</name> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>85aa363e-d8ba-4df5-8422-bf7aff86a4f8</name> - <entityName>Salesproject_entity</entityName> - <fieldName>Organisations</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>2eb60a6e-575c-4579-9278-5868ffe4bc75</name> - <entityName>Product_entity</entityName> - <fieldName>Organisations</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>71be0991-5bd8-4046-89b5-41d9a152202b</name> - <entityName>SalesprojectCompetition_entity</entityName> - <fieldName>Organisations</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>WithPrivate_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>ExcludeOrganisationsByPersonId</name> - <expose v="false" /> - </entityParameter> - <entityParameter> - <name>ExcludedContactIds_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>AttributeKeyId_param</name> - <expose v="false" /> - </entityParameter> - <entityParameter> - <name>AttributeId_param</name> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityConsumer> - <name>Addresses</name> - <dependency> - <name>dependency</name> - <entityName>Address_entity</entityName> - <fieldName>OrganisationAddresses</fieldName> - </dependency> - <children> - <entityParameter> - <name>DefaultAddressId_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/addresses/children/defaultaddressid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/addresses/children/contactid_param/valueProcess.js</valueProcess> - <expose v="false" /> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>ADDRESS_ID</name> - <title>Address</title> - <consumer>Addresses</consumer> - <searchable v="false" /> - <state>AUTO</state> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/address_id/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Organisation_entity/entityfields/address_id/displayValueProcess.js</displayValueProcess> - </entityField> - <entityConsumer> - <name>Communications</name> - <dependency> - <name>dependency</name> - <entityName>Communication_entity</entityName> - <fieldName>AllCommunications</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/communications/children/contactid_param/valueProcess.js</valueProcess> - <expose v="false" /> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Contracts</name> - <selectionMode>MULTI</selectionMode> - <dependency> - <name>dependency</name> - <entityName>Contract_entity</entityName> - <fieldName>Contracts</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/contracts/children/contactid_param/valueProcess.js</valueProcess> - <expose v="false" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Productprices</name> - <dependency> - <name>dependency</name> - <entityName>Productprice_entity</entityName> - <fieldName>Productprices</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/productprices/children/contactid_param/valueProcess.js</valueProcess> - <expose v="false" /> - <triggerRecalculation v="false" /> - <mandatory v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityProvider> - <name>#PROVIDER</name> - <dependencies> - <entityDependency> - <name>1a472ca0-4d27-453c-8de5-a046b86f22fb</name> - <entityName>Object_entity</entityName> - <fieldName>Organisations</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>c79dd08b-8f62-4514-836b-2e176460000c</name> - <entityName>Productprice_entity</entityName> - <fieldName>OrganisationConditions</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - <entityConsumer> - <name>Documents</name> - <dependency> - <name>dependency</name> - <entityName>Document_entity</entityName> - <fieldName>Documents</fieldName> - </dependency> - <children> - <entityParameter> - <name>AssignmentRowId_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/documents/children/assignmentrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>AssignmentTable_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/documents/children/assignmenttable_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>openEditDefaultsView</name> - <documentation>%aditoprj%/entity/Organisation_entity/entityfields/openeditdefaultsview/documentation.adoc</documentation> - <title>Edit defaults</title> - <onActionProcess>%aditoprj%/entity/Organisation_entity/entityfields/openeditdefaultsview/onActionProcess.js</onActionProcess> - <actionOrder v="1" /> - <iconId>NEON:WRENCH</iconId> - </entityActionField> - <entityActionField> - <name>newOffer</name> - <documentation>%aditoprj%/entity/Organisation_entity/entityfields/newoffer/documentation.adoc</documentation> - <title>New offer</title> - <onActionProcess>%aditoprj%/entity/Organisation_entity/entityfields/newoffer/onActionProcess.js</onActionProcess> - <actionOrder v="2" /> - <iconId>VAADIN:CART</iconId> - </entityActionField> - <entityField> - <name>STANDARD_EMAIL_COMMUNICATION</name> - <title>Email</title> - <consumer>EmailCommunications</consumer> - <onValueChange>%aditoprj%/entity/Organisation_entity/entityfields/standard_email_communication/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - <element>PROCESS</element> - <element>RECORD</element> - <element>PROCESS_SETVALUE</element> - </onValueChangeTypes> - </entityField> - <entityField> - <name>STANDARD_PHONE_COMMUNICATION</name> - <title>Phone</title> - <consumer>PhoneCommunications</consumer> - <onValueChange>%aditoprj%/entity/Organisation_entity/entityfields/standard_phone_communication/onValueChange.js</onValueChange> - </entityField> - <entityConsumer> - <name>PhoneCommunications</name> - <dependency> - <name>dependency</name> - <entityName>Communication_entity</entityName> - <fieldName>PhoneCommunications</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/phonecommunications/children/contactid_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>EmailCommunications</name> - <dependency> - <name>dependency</name> - <entityName>Communication_entity</entityName> - <fieldName>EmailCommunications</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/emailcommunications/children/contactid_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>newActivity</name> - <title>New activity</title> - <onActionProcess>%aditoprj%/entity/Organisation_entity/entityfields/newactivity/onActionProcess.js</onActionProcess> - <actionOrder v="0" /> - <iconId>VAADIN:HOURGLASS_END</iconId> - <tooltip>New activity</tooltip> - <tooltipProcess>%aditoprj%/entity/Organisation_entity/entityfields/newactivity/tooltipProcess.js</tooltipProcess> - </entityActionField> - <entityActionField> - <name>orgReport</name> - <title>Customer Base Sheet</title> - <onActionProcess>%aditoprj%/entity/Organisation_entity/entityfields/orgreport/onActionProcess.js</onActionProcess> - <actionOrder v="4" /> - <iconId>VAADIN:FILE_TEXT_O</iconId> - </entityActionField> - <entityConsumer> - <name>Countries</name> - <dependency> - <name>dependency</name> - <entityName>Countries_Entity</entityName> - <fieldName>ISO2Name</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>Attributes</name> - <onValidation>%aditoprj%/entity/Organisation_entity/entityfields/attributes/onValidation.js</onValidation> - <dependency> - <name>dependency</name> - <entityName>AttributeRelation_entity</entityName> - <fieldName>AttributeRelations</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectRowId_param</name> - <title></title> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>ObjectRelations</name> - <dependency> - <name>dependency</name> - </dependency> - <children> - <entityParameter> - <name>ObjectRowid_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/objectrelations/children/objectrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/objectrelations/children/objecttype_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordContactStates</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/keywordcontactstates/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordOrganisationTypes</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/keywordorganisationtypes/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Languages</name> - <dependency> - <name>dependency</name> - <entityName>Language_entity</entityName> - <fieldName>ISO3Name</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>KeywordPricePolitics</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/keywordpricepolitics/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordWeaknesses</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/keywordweaknesses/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordStrenghts</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/keywordstrenghts/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>newTask</name> - <title>New task</title> - <onActionProcess>%aditoprj%/entity/Organisation_entity/entityfields/newtask/onActionProcess.js</onActionProcess> - <actionOrder v="3" /> - <iconId>VAADIN:TASKS</iconId> - </entityActionField> - <entityConsumer> - <name>Salesprojects</name> - <dependency> - <name>dependency</name> - <entityName>Salesproject_entity</entityName> - <fieldName>Salesprojects</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/salesprojects/children/contactid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Offers</name> - <dependency> - <name>dependency</name> - <entityName>Offer_entity</entityName> - <fieldName>ContactOffers</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/offers/children/contactid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Tasks</name> - <stateProcess>%aditoprj%/entity/Organisation_entity/entityfields/tasks/stateProcess.js</stateProcess> - <dependency> - <name>dependency</name> - <entityName>Task_entity</entityName> - <fieldName>Tasks</fieldName> - </dependency> - <children> - <entityParameter> - <name>RowId_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/tasks/children/rowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectId_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/tasks/children/objectid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityParameter> - <name>WithPrivate_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/withprivate_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - <documentation>%aditoprj%/entity/Organisation_entity/entityfields/withprivate_param/documentation.adoc</documentation> - <description>PARAMETER</description> - </entityParameter> - <entityConsumer> - <name>ObjectTrees</name> - <dependency> - <name>dependency</name> - <entityName>ObjectTree_entity</entityName> - <fieldName>TreeProvider</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectId_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/objecttrees/children/objectid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/objecttrees/children/objecttype_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>newAppointment</name> - <title>New appointment</title> - <onActionProcess>%aditoprj%/entity/Organisation_entity/entityfields/newappointment/onActionProcess.js</onActionProcess> - <iconId>VAADIN:CALENDAR</iconId> - <tooltip>New Appointment</tooltip> - </entityActionField> - <entityConsumer> - <name>LogHistoryConsumer</name> - <dependency> - <name>dependency</name> - <entityName>LogHistory_entity</entityName> - <fieldName>LogHistoryProvider</fieldName> - </dependency> - <children> - <entityParameter> - <name>tablenames_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/loghistoryconsumer/children/tablenames_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>360DegreeObjects</name> - <dependency> - <name>dependency</name> - <entityName>360Degree_entity</entityName> - <fieldName>OrganisationObjects</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectRowId_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/360degreeobjects/children/objectrowid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityParameter> - <name>ExcludeOrganisationsByPersonId</name> - <expose v="true" /> - <documentation>%aditoprj%/entity/Organisation_entity/entityfields/excludeorganisationsbypersonid/documentation.adoc</documentation> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>WithPersonIdFilter</name> - <documentation>%aditoprj%/entity/Organisation_entity/entityfields/withpersonidfilter/documentation.adoc</documentation> - <dependencies> - <entityDependency> - <name>5a456b04-f0ca-4a45-9c1f-bdfdf074434a</name> - <entityName>Contact_entity</entityName> - <fieldName>Organisations</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>a80c3db0-29db-433c-8f7c-4ebf6639ad6d</name> - <entityName>Person_entity</entityName> - <fieldName>Organisations</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ExcludeOrganisationsByPersonId</name> - <title></title> - <expose v="true" /> - <mandatory v="true" /> - </entityParameter> - <entityParameter> - <name>WithPrivate_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>AttributeId_param</name> - <expose v="false" /> - </entityParameter> - <entityParameter> - <name>AttributeKeyId_param</name> - <expose v="false" /> - </entityParameter> - <entityParameter> - <name>ExcludedContactIds_param</name> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>AttributeId_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>AttributeKeyId_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>WithAttribute</name> - <children> - <entityParameter> - <name>AttributeId_param</name> - <expose v="true" /> - <mandatory v="true" /> - </entityParameter> - <entityParameter> - <name>AttributeKeyId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>ExcludeOrganisationsByPersonId</name> - <expose v="false" /> - </entityParameter> - <entityParameter> - <name>WithPrivate_param</name> - <expose v="false" /> - </entityParameter> - <entityParameter> - <name>ExcludedContactIds_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>ExcludedContactIds_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityConsumer> - <name>AttributeTree</name> - <dependency> - <name>dependency</name> - <entityName>AttributeRelation_entity</entityName> - <fieldName>TreeProvider</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectRowId_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/attributetree/children/objectrowid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/attributetree/children/objecttype_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>DATE_NEW</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/date_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_EDIT</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/date_edit/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>USER_NEW</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/user_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>USER_EDIT</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/user_edit/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>USER_NEW_CONTACT</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/user_new_contact/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_NEW_CONTACT</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/date_new_contact/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>PICTURE</name> - <title>Picture</title> - <contentType>IMAGE</contentType> - <searchable v="false" /> - <displayValueProcess>%aditoprj%/entity/Organisation_entity/entityfields/picture/displayValueProcess.js</displayValueProcess> - </entityField> - <entityParameter> - <name>AvatarText_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/avatartext_param/valueProcess.js</valueProcess> - <description>PARAMETER</description> - </entityParameter> - <entityActionGroup> - <name>campaignActionGroup</name> - <children> - <entityActionField> - <name>addToCampaignFromTable</name> - <title>Add to Campaign</title> - <onActionProcess>%aditoprj%/entity/Organisation_entity/entityfields/campaignactiongroup/children/addtocampaignfromtable/onActionProcess.js</onActionProcess> - <isObjectAction v="false" /> - <isSelectionAction v="true" /> - <iconId>NEON:GROUP_APPOINTMENT</iconId> - <tooltip>Add the selection to a campaign</tooltip> - <tooltipProcess>%aditoprj%/entity/Organisation_entity/entityfields/campaignactiongroup/children/addtocampaignfromtable/tooltipProcess.js</tooltipProcess> - </entityActionField> - </children> - </entityActionGroup> - <entityActionField> - <name>addToCampaign</name> - <title>Add to Campaign</title> - <onActionProcess>%aditoprj%/entity/Organisation_entity/entityfields/addtocampaign/onActionProcess.js</onActionProcess> - <iconId>NEON:GROUP_APPOINTMENT</iconId> - <tooltip>Choose a campaign and a step to add the contact to a campaign</tooltip> - </entityActionField> - <entityParameter> - <name>OrganisationType_param</name> - <expose v="true" /> - <documentation>%aditoprj%/entity/Organisation_entity/entityfields/organisationtype_param/documentation.adoc</documentation> - <description>PARAMETER</description> - </entityParameter> - <entityConsumer> - <name>AttributeConditions</name> - <onValidation>%aditoprj%/entity/Organisation_entity/entityfields/attributeconditions/onValidation.js</onValidation> - <dependency> - <name>dependency</name> - <entityName>AttributeRelation_entity</entityName> - <fieldName>AttributeRelations</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectRowId_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/attributeconditions/children/objectrowid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/attributeconditions/children/objecttype_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>DisplaySimpleName_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/attributeconditions/children/displaysimplename_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>FilteredAttributeIds_param</name> - <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/attributeconditions/children/filteredattributeids_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <fromClauseProcess>%aditoprj%/entity/Organisation_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> - <conditionProcess>%aditoprj%/entity/Organisation_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <orderClauseProcess>%aditoprj%/entity/Organisation_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> - <onDBUpdate>%aditoprj%/entity/Organisation_entity/recordcontainers/db/onDBUpdate.js</onDBUpdate> - <linkInformation> - <linkInformation> - <name>f745a13c-6fbe-4cab-99d8-3cb7d599005a</name> - <tableName>ORGANISATION</tableName> - <primaryKey>ORGANISATIONID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - <linkInformation> - <name>31f03bd6-83c1-4185-a9a7-4e6d94469fd2</name> - <tableName>CONTACT</tableName> - <primaryKey>CONTACTID</primaryKey> - <isUIDTable v="false" /> - <readonly v="false" /> - </linkInformation> - <linkInformation> - <name>695731e1-879d-4fb1-a1bb-56ecfd6f7c03</name> - <tableName>ADDRESS</tableName> - <primaryKey>ADDRESSID</primaryKey> - <isUIDTable v="false" /> - <readonly v="true" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>ADDRESS_ID.value</name> - <recordfield>CONTACT.ADDRESS_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CUSTOMERCODE.value</name> - <recordfield>ORGANISATION.CUSTOMERCODE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>INFO.value</name> - <recordfield>ORGANISATION.INFO</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>LANGUAGE.value</name> - <recordfield>CONTACT.LANGUAGE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>NAME.value</name> - <recordfield>ORGANISATION.NAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ORGANISATIONID.value</name> - <recordfield>ORGANISATION.ORGANISATIONID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ORGANISATION_ID.value</name> - <recordfield>CONTACT.ORGANISATION_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACTID.value</name> - <recordfield>CONTACT.CONTACTID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STATUS.value</name> - <recordfield>CONTACT.STATUS</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>TYPE.value</name> - <recordfield>ORGANISATION.TYPE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STANDARD_EMAIL_COMMUNICATION.displayValue</name> - <recordfield></recordfield> - <expression>%aditoprj%/entity/Organisation_entity/recordcontainers/db/recordfieldmappings/standard_email_communication.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STANDARD_PHONE_COMMUNICATION.displayValue</name> - <recordfield></recordfield> - <expression>%aditoprj%/entity/Organisation_entity/recordcontainers/db/recordfieldmappings/standard_phone_communication.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STATUS.displayValue</name> - <expression>%aditoprj%/entity/Organisation_entity/recordcontainers/db/recordfieldmappings/status.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>TYPE.displayValue</name> - <expression>%aditoprj%/entity/Organisation_entity/recordcontainers/db/recordfieldmappings/type.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>LANGUAGE.displayValue</name> - <expression>%aditoprj%/entity/Organisation_entity/recordcontainers/db/recordfieldmappings/language.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_NEW.value</name> - <recordfield>ORGANISATION.USER_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_EDIT.value</name> - <recordfield>ORGANISATION.USER_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_NEW.value</name> - <recordfield>ORGANISATION.DATE_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_EDIT.value</name> - <recordfield>ORGANISATION.DATE_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_NEW_CONTACT.value</name> - <recordfield>CONTACT.USER_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_NEW_CONTACT.value</name> - <recordfield>CONTACT.DATE_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ADDRESS_ID.displayValue</name> - <expression>%aditoprj%/entity/Organisation_entity/recordcontainers/db/recordfieldmappings/address_id.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PICTURE.value</name> - <recordfield>ORGANISATION.PICTURE</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Organisation_entity</name> + <description>former Org</description> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/Organisation_entity/documentation.adoc</documentation> + <title>Company</title> + <contentTitleProcess>%aditoprj%/entity/Organisation_entity/contentTitleProcess.js</contentTitleProcess> + <afterUiInit>%aditoprj%/entity/Organisation_entity/afterUiInit.js</afterUiInit> + <iconId>VAADIN:BUILDING</iconId> + <imageProcess>%aditoprj%/entity/Organisation_entity/imageProcess.js</imageProcess> + <titlePlural>Companies</titlePlural> + <recordContainer>db</recordContainer> + <entityFields> + <entityField> + <name>CUSTOMERCODE</name> + <title>Customercode</title> + <contentType>TEXT</contentType> + </entityField> + <entityField> + <name>INFO</name> + <title>Information</title> + <contentType>LONG_TEXT</contentType> + </entityField> + <entityField> + <name>NAME</name> + <title>Name</title> + <contentType>LONG_TEXT</contentType> + <mandatory v="true" /> + </entityField> + <entityField> + <name>ORGANISATIONID</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/organisationid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>LANGUAGE</name> + <title>Language</title> + <consumer>Languages</consumer> + <selectionMode>SINGLE</selectionMode> + </entityField> + <entityField> + <name>ORGANISATION_ID</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/organisation_id/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>CONTACTID</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/contactid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>STATUS</name> + <title>Status</title> + <consumer>KeywordContactStates</consumer> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/status/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Organisation_entity/entityfields/status/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>TYPE</name> + <title>Type</title> + <consumer>KeywordOrganisationTypes</consumer> + <displayValueProcess>%aditoprj%/entity/Organisation_entity/entityfields/type/displayValueProcess.js</displayValueProcess> + </entityField> + <entityConsumer> + <name>Activities</name> + <dependency> + <name>dependency</name> + <entityName>Activity_entity</entityName> + <fieldName>LinkedObjects</fieldName> + </dependency> + <children> + <entityParameter> + <name>RowId_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/activities/children/rowid_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>ObjectId_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/activities/children/objectid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Contact</name> + <selectionMode>MULTI</selectionMode> + <dependency> + <name>dependency</name> + <entityName>Person_entity</entityName> + <fieldName>OrganisationRelated</fieldName> + </dependency> + <children> + <entityParameter> + <name>OrgId_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/contact/children/orgid_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityFieldGroup> + <name>CUSTOMERCODE_DISPLAY_fieldGroup</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/customercode_display_fieldgroup/valueProcess.js</valueProcess> + <description>FIELDGROUP</description> + <fields> + <element>CUSTOMERCODE</element> + </fields> + </entityFieldGroup> + <entityProvider> + <name>Organisations</name> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>85aa363e-d8ba-4df5-8422-bf7aff86a4f8</name> + <entityName>Salesproject_entity</entityName> + <fieldName>Organisations</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>2eb60a6e-575c-4579-9278-5868ffe4bc75</name> + <entityName>Product_entity</entityName> + <fieldName>Organisations</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>WithPrivate_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>ExcludeOrganisationsByPersonId</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>ExcludedContactIds_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>AttributeKeyId_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>AttributeId_param</name> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityConsumer> + <name>Addresses</name> + <dependency> + <name>dependency</name> + <entityName>Address_entity</entityName> + <fieldName>OrganisationAddresses</fieldName> + </dependency> + <children> + <entityParameter> + <name>DefaultAddressId_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/addresses/children/defaultaddressid_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>ContactId_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/addresses/children/contactid_param/valueProcess.js</valueProcess> + <expose v="false" /> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>ADDRESS_ID</name> + <title>Address</title> + <consumer>Addresses</consumer> + <searchable v="false" /> + <state>AUTO</state> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/address_id/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Organisation_entity/entityfields/address_id/displayValueProcess.js</displayValueProcess> + </entityField> + <entityConsumer> + <name>Communications</name> + <dependency> + <name>dependency</name> + <entityName>Communication_entity</entityName> + <fieldName>AllCommunications</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContactId_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/communications/children/contactid_param/valueProcess.js</valueProcess> + <expose v="false" /> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Contracts</name> + <selectionMode>MULTI</selectionMode> + <dependency> + <name>dependency</name> + <entityName>Contract_entity</entityName> + <fieldName>Contracts</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContactId_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/contracts/children/contactid_param/valueProcess.js</valueProcess> + <expose v="false" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Productprices</name> + <dependency> + <name>dependency</name> + <entityName>Productprice_entity</entityName> + <fieldName>Productprices</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContactId_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/productprices/children/contactid_param/valueProcess.js</valueProcess> + <expose v="false" /> + <triggerRecalculation v="false" /> + <mandatory v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityProvider> + <name>#PROVIDER</name> + <dependencies> + <entityDependency> + <name>1a472ca0-4d27-453c-8de5-a046b86f22fb</name> + <entityName>Object_entity</entityName> + <fieldName>Organisations</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>c79dd08b-8f62-4514-836b-2e176460000c</name> + <entityName>Productprice_entity</entityName> + <fieldName>OrganisationConditions</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>49db6b8b-c27d-4e52-b456-ad48405cc246</name> + <entityName>Salesproject_entity</entityName> + <fieldName>Organisations</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + <entityConsumer> + <name>Documents</name> + <dependency> + <name>dependency</name> + <entityName>Document_entity</entityName> + <fieldName>Documents</fieldName> + </dependency> + <children> + <entityParameter> + <name>AssignmentRowId_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/documents/children/assignmentrowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>AssignmentTable_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/documents/children/assignmenttable_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>openEditDefaultsView</name> + <documentation>%aditoprj%/entity/Organisation_entity/entityfields/openeditdefaultsview/documentation.adoc</documentation> + <title>Edit defaults</title> + <onActionProcess>%aditoprj%/entity/Organisation_entity/entityfields/openeditdefaultsview/onActionProcess.js</onActionProcess> + <actionOrder v="1" /> + <iconId>NEON:WRENCH</iconId> + </entityActionField> + <entityActionField> + <name>newOffer</name> + <documentation>%aditoprj%/entity/Organisation_entity/entityfields/newoffer/documentation.adoc</documentation> + <title>New offer</title> + <onActionProcess>%aditoprj%/entity/Organisation_entity/entityfields/newoffer/onActionProcess.js</onActionProcess> + <actionOrder v="2" /> + <iconId>VAADIN:CART</iconId> + </entityActionField> + <entityField> + <name>STANDARD_EMAIL_COMMUNICATION</name> + <title>Email</title> + <consumer>EmailCommunications</consumer> + <onValueChange>%aditoprj%/entity/Organisation_entity/entityfields/standard_email_communication/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + <element>PROCESS</element> + <element>RECORD</element> + <element>PROCESS_SETVALUE</element> + </onValueChangeTypes> + </entityField> + <entityField> + <name>STANDARD_PHONE_COMMUNICATION</name> + <title>Phone</title> + <consumer>PhoneCommunications</consumer> + <onValueChange>%aditoprj%/entity/Organisation_entity/entityfields/standard_phone_communication/onValueChange.js</onValueChange> + </entityField> + <entityConsumer> + <name>PhoneCommunications</name> + <dependency> + <name>dependency</name> + <entityName>Communication_entity</entityName> + <fieldName>PhoneCommunications</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContactId_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/phonecommunications/children/contactid_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>EmailCommunications</name> + <dependency> + <name>dependency</name> + <entityName>Communication_entity</entityName> + <fieldName>EmailCommunications</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContactId_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/emailcommunications/children/contactid_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>newActivity</name> + <title>New activity</title> + <onActionProcess>%aditoprj%/entity/Organisation_entity/entityfields/newactivity/onActionProcess.js</onActionProcess> + <actionOrder v="0" /> + <iconId>VAADIN:HOURGLASS_END</iconId> + <tooltip>New activity</tooltip> + <tooltipProcess>%aditoprj%/entity/Organisation_entity/entityfields/newactivity/tooltipProcess.js</tooltipProcess> + </entityActionField> + <entityActionField> + <name>orgReport</name> + <title>Customer Base Sheet</title> + <onActionProcess>%aditoprj%/entity/Organisation_entity/entityfields/orgreport/onActionProcess.js</onActionProcess> + <actionOrder v="4" /> + <iconId>VAADIN:FILE_TEXT_O</iconId> + </entityActionField> + <entityConsumer> + <name>Countries</name> + <dependency> + <name>dependency</name> + <entityName>Countries_Entity</entityName> + <fieldName>ISO2Name</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>Attributes</name> + <onValidation>%aditoprj%/entity/Organisation_entity/entityfields/attributes/onValidation.js</onValidation> + <dependency> + <name>dependency</name> + <entityName>AttributeRelation_entity</entityName> + <fieldName>AttributeRelations</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectRowId_param</name> + <title></title> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>ObjectRelations</name> + <dependency> + <name>dependency</name> + </dependency> + <children> + <entityParameter> + <name>ObjectRowid_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/objectrelations/children/objectrowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/objectrelations/children/objecttype_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordContactStates</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/keywordcontactstates/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordOrganisationTypes</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/keywordorganisationtypes/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Languages</name> + <dependency> + <name>dependency</name> + <entityName>Language_entity</entityName> + <fieldName>ISO3Name</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>KeywordPricePolitics</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/keywordpricepolitics/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordWeaknesses</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/keywordweaknesses/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordStrenghts</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/keywordstrenghts/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>newTask</name> + <title>New task</title> + <onActionProcess>%aditoprj%/entity/Organisation_entity/entityfields/newtask/onActionProcess.js</onActionProcess> + <actionOrder v="3" /> + <iconId>VAADIN:TASKS</iconId> + </entityActionField> + <entityConsumer> + <name>Salesprojects</name> + <dependency> + <name>dependency</name> + <entityName>Salesproject_entity</entityName> + <fieldName>Salesprojects</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContactId_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/salesprojects/children/contactid_param/valueProcess.js</valueProcess> + <expose v="true" /> + <mandatory v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Offers</name> + <dependency> + <name>dependency</name> + <entityName>Offer_entity</entityName> + <fieldName>ContactOffers</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContactId_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/offers/children/contactid_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Tasks</name> + <stateProcess>%aditoprj%/entity/Organisation_entity/entityfields/tasks/stateProcess.js</stateProcess> + <dependency> + <name>dependency</name> + <entityName>Task_entity</entityName> + <fieldName>Tasks</fieldName> + </dependency> + <children> + <entityParameter> + <name>RowId_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/tasks/children/rowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectId_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/tasks/children/objectid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityParameter> + <name>WithPrivate_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/withprivate_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + <documentation>%aditoprj%/entity/Organisation_entity/entityfields/withprivate_param/documentation.adoc</documentation> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>ObjectTrees</name> + <dependency> + <name>dependency</name> + <entityName>ObjectTree_entity</entityName> + <fieldName>TreeProvider</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectId_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/objecttrees/children/objectid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/objecttrees/children/objecttype_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>newAppointment</name> + <title>New appointment</title> + <onActionProcess>%aditoprj%/entity/Organisation_entity/entityfields/newappointment/onActionProcess.js</onActionProcess> + <iconId>VAADIN:CALENDAR</iconId> + <tooltip>New Appointment</tooltip> + </entityActionField> + <entityConsumer> + <name>LogHistoryConsumer</name> + <dependency> + <name>dependency</name> + <entityName>LogHistory_entity</entityName> + <fieldName>LogHistoryProvider</fieldName> + </dependency> + <children> + <entityParameter> + <name>tablenames_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/loghistoryconsumer/children/tablenames_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>360DegreeObjects</name> + <dependency> + <name>dependency</name> + <entityName>360Degree_entity</entityName> + <fieldName>OrganisationObjects</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/360degreeobjects/children/objectrowid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityParameter> + <name>ExcludeOrganisationsByPersonId</name> + <expose v="true" /> + <documentation>%aditoprj%/entity/Organisation_entity/entityfields/excludeorganisationsbypersonid/documentation.adoc</documentation> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>WithPersonIdFilter</name> + <documentation>%aditoprj%/entity/Organisation_entity/entityfields/withpersonidfilter/documentation.adoc</documentation> + <dependencies> + <entityDependency> + <name>5a456b04-f0ca-4a45-9c1f-bdfdf074434a</name> + <entityName>Contact_entity</entityName> + <fieldName>Organisations</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>a80c3db0-29db-433c-8f7c-4ebf6639ad6d</name> + <entityName>Person_entity</entityName> + <fieldName>Organisations</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>748a3083-89c2-41b4-a233-3fd5364396e9</name> + <entityName>Competition_entity</entityName> + <fieldName>Organisation</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ExcludeOrganisationsByPersonId</name> + <title></title> + <expose v="true" /> + <mandatory v="true" /> + </entityParameter> + <entityParameter> + <name>WithPrivate_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>AttributeId_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>AttributeKeyId_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>ExcludedContactIds_param</name> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>AttributeId_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>AttributeKeyId_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>WithAttribute</name> + <dependencies> + <entityDependency> + <name>10480df2-f0b6-4cb6-8bfb-4a468b994996</name> + <entityName>Competition_entity</entityName> + <fieldName>Organisations</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>f368be61-1a15-449f-b37c-b1343069412c</name> + <entityName>Product_entity</entityName> + <fieldName>Organisations</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>AttributeId_param</name> + <expose v="true" /> + <mandatory v="true" /> + </entityParameter> + <entityParameter> + <name>AttributeKeyId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>ExcludeOrganisationsByPersonId</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>WithPrivate_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>ExcludedContactIds_param</name> + <expose v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>ExcludedContactIds_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>AttributeTree</name> + <dependency> + <name>dependency</name> + <entityName>AttributeRelation_entity</entityName> + <fieldName>TreeProvider</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/attributetree/children/objectrowid_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/attributetree/children/objecttype_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>DATE_NEW</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/date_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_EDIT</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/date_edit/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>USER_NEW</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/user_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>USER_EDIT</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/user_edit/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>USER_NEW_CONTACT</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/user_new_contact/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_NEW_CONTACT</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/date_new_contact/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>PICTURE</name> + <title>Picture</title> + <contentType>IMAGE</contentType> + <searchable v="false" /> + <displayValueProcess>%aditoprj%/entity/Organisation_entity/entityfields/picture/displayValueProcess.js</displayValueProcess> + </entityField> + <entityParameter> + <name>AvatarText_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/avatartext_param/valueProcess.js</valueProcess> + <description>PARAMETER</description> + </entityParameter> + <entityActionGroup> + <name>campaignActionGroup</name> + <children> + <entityActionField> + <name>addToCampaignFromTable</name> + <title>Add to Campaign</title> + <onActionProcess>%aditoprj%/entity/Organisation_entity/entityfields/campaignactiongroup/children/addtocampaignfromtable/onActionProcess.js</onActionProcess> + <isObjectAction v="false" /> + <isSelectionAction v="true" /> + <iconId>NEON:GROUP_APPOINTMENT</iconId> + <tooltip>Add the selection to a campaign</tooltip> + <tooltipProcess>%aditoprj%/entity/Organisation_entity/entityfields/campaignactiongroup/children/addtocampaignfromtable/tooltipProcess.js</tooltipProcess> + </entityActionField> + </children> + </entityActionGroup> + <entityActionField> + <name>addToCampaign</name> + <title>Add to Campaign</title> + <onActionProcess>%aditoprj%/entity/Organisation_entity/entityfields/addtocampaign/onActionProcess.js</onActionProcess> + <iconId>NEON:GROUP_APPOINTMENT</iconId> + <tooltip>Choose a campaign and a step to add the contact to a campaign</tooltip> + </entityActionField> + <entityParameter> + <name>OrganisationType_param</name> + <expose v="true" /> + <documentation>%aditoprj%/entity/Organisation_entity/entityfields/organisationtype_param/documentation.adoc</documentation> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>AttributeConditions</name> + <onValidation>%aditoprj%/entity/Organisation_entity/entityfields/attributeconditions/onValidation.js</onValidation> + <dependency> + <name>dependency</name> + <entityName>AttributeRelation_entity</entityName> + <fieldName>AttributeRelations</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/attributeconditions/children/objectrowid_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/attributeconditions/children/objecttype_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>DisplaySimpleName_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/attributeconditions/children/displaysimplename_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>FilteredAttributeIds_param</name> + <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/attributeconditions/children/filteredattributeids_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <fromClauseProcess>%aditoprj%/entity/Organisation_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> + <conditionProcess>%aditoprj%/entity/Organisation_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <orderClauseProcess>%aditoprj%/entity/Organisation_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> + <onDBUpdate>%aditoprj%/entity/Organisation_entity/recordcontainers/db/onDBUpdate.js</onDBUpdate> + <linkInformation> + <linkInformation> + <name>f745a13c-6fbe-4cab-99d8-3cb7d599005a</name> + <tableName>ORGANISATION</tableName> + <primaryKey>ORGANISATIONID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + <linkInformation> + <name>31f03bd6-83c1-4185-a9a7-4e6d94469fd2</name> + <tableName>CONTACT</tableName> + <primaryKey>CONTACTID</primaryKey> + <isUIDTable v="false" /> + <readonly v="false" /> + </linkInformation> + <linkInformation> + <name>695731e1-879d-4fb1-a1bb-56ecfd6f7c03</name> + <tableName>ADDRESS</tableName> + <primaryKey>ADDRESSID</primaryKey> + <isUIDTable v="false" /> + <readonly v="true" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>ADDRESS_ID.value</name> + <recordfield>CONTACT.ADDRESS_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CUSTOMERCODE.value</name> + <recordfield>ORGANISATION.CUSTOMERCODE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>INFO.value</name> + <recordfield>ORGANISATION.INFO</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>LANGUAGE.value</name> + <recordfield>CONTACT.LANGUAGE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>NAME.value</name> + <recordfield>ORGANISATION.NAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ORGANISATIONID.value</name> + <recordfield>ORGANISATION.ORGANISATIONID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ORGANISATION_ID.value</name> + <recordfield>CONTACT.ORGANISATION_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACTID.value</name> + <recordfield>CONTACT.CONTACTID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STATUS.value</name> + <recordfield>CONTACT.STATUS</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>TYPE.value</name> + <recordfield>ORGANISATION.TYPE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STANDARD_EMAIL_COMMUNICATION.displayValue</name> + <recordfield></recordfield> + <expression>%aditoprj%/entity/Organisation_entity/recordcontainers/db/recordfieldmappings/standard_email_communication.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STANDARD_PHONE_COMMUNICATION.displayValue</name> + <recordfield></recordfield> + <expression>%aditoprj%/entity/Organisation_entity/recordcontainers/db/recordfieldmappings/standard_phone_communication.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STATUS.displayValue</name> + <expression>%aditoprj%/entity/Organisation_entity/recordcontainers/db/recordfieldmappings/status.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>TYPE.displayValue</name> + <expression>%aditoprj%/entity/Organisation_entity/recordcontainers/db/recordfieldmappings/type.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>LANGUAGE.displayValue</name> + <expression>%aditoprj%/entity/Organisation_entity/recordcontainers/db/recordfieldmappings/language.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_NEW.value</name> + <recordfield>ORGANISATION.USER_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_EDIT.value</name> + <recordfield>ORGANISATION.USER_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_NEW.value</name> + <recordfield>ORGANISATION.DATE_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_EDIT.value</name> + <recordfield>ORGANISATION.DATE_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_NEW_CONTACT.value</name> + <recordfield>CONTACT.USER_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_NEW_CONTACT.value</name> + <recordfield>CONTACT.DATE_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ADDRESS_ID.displayValue</name> + <expression>%aditoprj%/entity/Organisation_entity/recordcontainers/db/recordfieldmappings/address_id.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PICTURE.value</name> + <recordfield>ORGANISATION.PICTURE</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/PermissionOverview_entity/PermissionOverview_entity.aod b/entity/PermissionOverview_entity/PermissionOverview_entity.aod index a4787997318a7f9a28d92c26c6e0b8a9fe22fb0d..d9deac586e8ed420d9752dcf26422554642afd02 100644 --- a/entity/PermissionOverview_entity/PermissionOverview_entity.aod +++ b/entity/PermissionOverview_entity/PermissionOverview_entity.aod @@ -1,95 +1,95 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>PermissionOverview_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>Permission Overview</title> - <grantUpdate v="false" /> - <grantDelete v="false" /> - <iconIdProcess>%aditoprj%/entity/PermissionOverview_entity/iconIdProcess.js</iconIdProcess> - <recordContainer>jDito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>ENTITY</name> - <titleProcess>%aditoprj%/entity/PermissionOverview_entity/entityfields/entity/titleProcess.js</titleProcess> - </entityField> - <entityField> - <name>ACTION_VIEW</name> - <title>View</title> - <contentType>IMAGE</contentType> - </entityField> - <entityField> - <name>ACTION_CREATE</name> - <title>Create</title> - <contentType>IMAGE</contentType> - </entityField> - <entityField> - <name>ACTION_READ</name> - <title>Read</title> - <contentType>IMAGE</contentType> - </entityField> - <entityField> - <name>ACTION_EDIT</name> - <title>Edit</title> - <contentType>IMAGE</contentType> - </entityField> - <entityField> - <name>ACTION_DELETE</name> - <title>Delete</title> - <contentType>IMAGE</contentType> - </entityField> - <entityField> - <name>CONDTYPE</name> - </entityField> - <entityField> - <name>UID</name> - <title>Permission Set ID</title> - </entityField> - <entityProvider> - <name>PermissionOverviews</name> - <recordContainer>jDito</recordContainer> - <dependencies> - <entityDependency> - <name>b9f4df41-74e9-41d2-bfe6-1427ae7c8c36</name> - <entityName>Role_entity</entityName> - <fieldName>PermissionOverviews</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>ac8eb318-8d26-43a0-9463-e1c3741c7710</name> - <entityName>PermissionMetaData_entity</entityName> - <fieldName>PermissionOverviews</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - <entityParameter> - <name>RoleTitle_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>EntityTitle_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jDito</name> - <jDitoRecordAlias>_____SYSTEMALIAS</jDitoRecordAlias> - <contentProcess>%aditoprj%/entity/PermissionOverview_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <recordFields> - <element>UID.value</element> - <element>ENTITY.value</element> - <element>ACTION_VIEW.value</element> - <element>ACTION_CREATE.value</element> - <element>ACTION_READ.value</element> - <element>ACTION_EDIT.value</element> - <element>ACTION_DELETE.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>PermissionOverview_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>Permission Overview</title> + <grantUpdate v="false" /> + <grantDelete v="false" /> + <iconIdProcess>%aditoprj%/entity/PermissionOverview_entity/iconIdProcess.js</iconIdProcess> + <recordContainer>jDito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>ENTITY</name> + <titleProcess>%aditoprj%/entity/PermissionOverview_entity/entityfields/entity/titleProcess.js</titleProcess> + </entityField> + <entityField> + <name>ACTION_VIEW</name> + <title>View</title> + <contentType>IMAGE</contentType> + </entityField> + <entityField> + <name>ACTION_CREATE</name> + <title>Create</title> + <contentType>IMAGE</contentType> + </entityField> + <entityField> + <name>ACTION_READ</name> + <title>Read</title> + <contentType>IMAGE</contentType> + </entityField> + <entityField> + <name>ACTION_EDIT</name> + <title>Edit</title> + <contentType>IMAGE</contentType> + </entityField> + <entityField> + <name>ACTION_DELETE</name> + <title>Delete</title> + <contentType>IMAGE</contentType> + </entityField> + <entityField> + <name>CONDTYPE</name> + </entityField> + <entityField> + <name>UID</name> + <title>Permission Set ID</title> + </entityField> + <entityProvider> + <name>PermissionOverviews</name> + <recordContainer>jDito</recordContainer> + <dependencies> + <entityDependency> + <name>b9f4df41-74e9-41d2-bfe6-1427ae7c8c36</name> + <entityName>Role_entity</entityName> + <fieldName>PermissionOverviews</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>ac8eb318-8d26-43a0-9463-e1c3741c7710</name> + <entityName>PermissionMetaData_entity</entityName> + <fieldName>PermissionOverviews</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + <entityParameter> + <name>RoleTitle_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>EntityTitle_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jDito</name> + <jDitoRecordAlias>_____SYSTEMALIAS</jDitoRecordAlias> + <contentProcess>%aditoprj%/entity/PermissionOverview_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <recordFields> + <element>UID.value</element> + <element>ENTITY.value</element> + <element>ACTION_VIEW.value</element> + <element>ACTION_CREATE.value</element> + <element>ACTION_READ.value</element> + <element>ACTION_EDIT.value</element> + <element>ACTION_DELETE.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Person_entity/Person_entity.aod b/entity/Person_entity/Person_entity.aod index f9e168439d4986845b93d3bd5a51dd8ae57a7d20..9e4e5dea7acccd0c6d1649a504f13c63eea3a126 100644 --- a/entity/Person_entity/Person_entity.aod +++ b/entity/Person_entity/Person_entity.aod @@ -1,1043 +1,1043 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Person_entity</name> - <description>former Pers</description> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/Person_entity/documentation.adoc</documentation> - <title>Contact</title> - <contentTitleProcess>%aditoprj%/entity/Person_entity/contentTitleProcess.js</contentTitleProcess> - <afterUiInit>%aditoprj%/entity/Person_entity/afterUiInit.js</afterUiInit> - <onValidation>%aditoprj%/entity/Person_entity/onValidation.js</onValidation> - <iconId>VAADIN:USERS</iconId> - <imageProcess>%aditoprj%/entity/Person_entity/imageProcess.js</imageProcess> - <titlePlural>Contacts</titlePlural> - <recordContainer>db</recordContainer> - <entityFields> - <entityField> - <name>DATEOFBIRTH</name> - <title>Date of birth</title> - <contentType>DATE</contentType> - <resolution>DAY</resolution> - <outputFormat>dd.MM.yyyy</outputFormat> - <inputFormat>dd.MM.yyyy</inputFormat> - <onValidation>%aditoprj%/entity/Person_entity/entityfields/dateofbirth/onValidation.js</onValidation> - </entityField> - <entityField> - <name>FIRSTNAME</name> - <title>Firstname</title> - </entityField> - <entityField> - <name>GENDER</name> - <title>Gender</title> - <consumer>KeywordGenders</consumer> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/gender/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/gender/displayValueProcess.js</displayValueProcess> - <onValueChange>%aditoprj%/entity/Person_entity/entityfields/gender/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - </onValueChangeTypes> - </entityField> - <entityField> - <name>LASTNAME</name> - <title>Lastname</title> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/lastname/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>MIDDLENAME</name> - <title>Middlename</title> - </entityField> - <entityField> - <name>PERSONID</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/personid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>SALUTATION</name> - <title>Salutation</title> - <consumer>Salutations</consumer> - <displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/salutation/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>TITLE</name> - <title>Title</title> - <consumer>SalutationTitles</consumer> - <displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/title/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>TITLESUFFIX</name> - <searchable v="false" /> - </entityField> - <entityParameter> - <name>OrgId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <description>PARAMETER</description> - </entityParameter> - <entityFieldGroup> - <name>NAME_fieldGroup</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/name_fieldgroup/valueProcess.js</valueProcess> - <description>FIELDGROUP</description> - <fields> - <element>FIRSTNAME</element> - <element>LASTNAME</element> - </fields> - </entityFieldGroup> - <entityConsumer> - <name>Activities</name> - <dependency> - <name>dependency</name> - <entityName>Activity_entity</entityName> - <fieldName>LinkedObjects</fieldName> - </dependency> - <children> - <entityParameter> - <name>RowId_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/activities/children/rowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectId_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/activities/children/objectid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>PresetLinks_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/activities/children/presetlinks_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>CONTACTID</name> - <searchable v="false" /> - </entityField> - <entityProvider> - <name>OrganisationRelated</name> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>41952879-c2f0-411f-8ca1-36c38914a629</name> - <entityName>Organisation_entity</entityName> - <fieldName>Contact</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>OrgId_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityField> - <name>PERSON_ID</name> - <documentation>%aditoprj%/entity/Person_entity/entityfields/person_id/documentation.adoc</documentation> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/person_id/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>ORGANISATION_ID</name> - <title>Company</title> - <consumer>Organisations</consumer> - <linkedContextProcess>%aditoprj%/entity/Person_entity/entityfields/organisation_id/linkedContextProcess.js</linkedContextProcess> - <mandatory v="false" /> - <searchable v="true" /> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/organisation_id/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/organisation_id/displayValueProcess.js</displayValueProcess> - <onValueChange>%aditoprj%/entity/Person_entity/entityfields/organisation_id/onValueChange.js</onValueChange> - <onValidation>%aditoprj%/entity/Person_entity/entityfields/organisation_id/onValidation.js</onValidation> - </entityField> - <entityConsumer> - <name>PersAddresses</name> - <dependency> - <name>dependency</name> - <entityName>Address_entity</entityName> - <fieldName>ContactAddresses</fieldName> - </dependency> - <children> - <entityParameter> - <name>DefaultAddressId_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/persaddresses/children/defaultaddressid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/persaddresses/children/contactid_param/valueProcess.js</valueProcess> - <expose v="false" /> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Communications</name> - <dependency> - <name>dependency</name> - <entityName>Communication_entity</entityName> - <fieldName>AllCommunications</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/communications/children/contactid_param/valueProcess.js</valueProcess> - <expose v="false" /> - <triggerRecalculation v="true" /> - <description>This parameter is used for specifing a related &quot;CONTACTID&quot; to a COMMUNICATION-entry. -Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Organisations</name> - <selectionMode>SINGLE</selectionMode> - <dependency> - <name>dependency</name> - <entityName>Organisation_entity</entityName> - <fieldName>WithPersonIdFilter</fieldName> - </dependency> - <children> - <entityParameter> - <name>ExcludeOrganisationsByPersonId</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/organisations/children/excludeorganisationsbypersonid/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Contracts</name> - <dependency> - <name>dependency</name> - <entityName>Contract_entity</entityName> - <fieldName>Contracts</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/contracts/children/contactid_param/valueProcess.js</valueProcess> - <expose v="false" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Pricelists</name> - <state>AUTO</state> - <stateProcess>%aditoprj%/entity/Person_entity/entityfields/pricelists/stateProcess.js</stateProcess> - <dependency> - <name>dependency</name> - <entityName>Productprice_entity</entityName> - <fieldName>Productprices</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/pricelists/children/contactid_param/valueProcess.js</valueProcess> - <expose v="false" /> - <triggerRecalculation v="false" /> - <mandatory v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Genders</name> - <dependency> - <name>dependency</name> - <entityName>Gender_keyword</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> - </entityConsumer> - <entityProvider> - <name>#PROVIDER</name> - <dependencies> - <entityDependency> - <name>ec66d6b0-a1fa-40a1-9612-34775d3e89a9</name> - <entityName>Object_entity</entityName> - <fieldName>Persons</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - <entityField> - <name>LANGUAGE</name> - <title>Language</title> - <consumer>Languages</consumer> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/language/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/language/displayValueProcess.js</displayValueProcess> - <onValueChange>%aditoprj%/entity/Person_entity/entityfields/language/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - </onValueChangeTypes> - </entityField> - <entityConsumer> - <name>Documents</name> - <dependency> - <name>dependency</name> - <entityName>Document_entity</entityName> - <fieldName>Documents</fieldName> - </dependency> - <children> - <entityParameter> - <name>AssignmentRowId_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/documents/children/assignmentrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>AssignmentTable_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/documents/children/assignmenttable_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <description>PARAMETER</description> - </entityParameter> - <entityFieldGroup> - <name>FULL_NAME_fieldGroup</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/full_name_fieldgroup/valueProcess.js</valueProcess> - <title>Name</title> - <description>FIELDGROUP</description> - <fields> - <element>SALUTATION</element> - <element>TITLE</element> - <element>FIRSTNAME</element> - <element>MIDDLENAME</element> - <element>LASTNAME</element> - </fields> - </entityFieldGroup> - <entityProvider> - <name>Contact</name> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>12c5350a-3159-449b-a94e-d57658b4c124</name> - <entityName>SalesprojectMember_entity</entityName> - <fieldName>CurrentContact</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>OrgId_param</name> - <expose v="false" /> - </entityParameter> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - <mandatory v="true" /> - </entityParameter> - <entityParameter> - <name>ExcludedContactIds_param</name> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityConsumer> - <name>OrgAddresses</name> - <state>READONLY</state> - <stateProcess>%aditoprj%/entity/Person_entity/entityfields/orgaddresses/stateProcess.js</stateProcess> - <dependency> - <name>dependency</name> - <entityName>Address_entity</entityName> - <fieldName>OrganisationAddressesByContact</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/orgaddresses/children/contactid_param/valueProcess.js</valueProcess> - <expose v="false" /> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>DefaultAddressId_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/orgaddresses/children/defaultaddressid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>REL_RELATIONSHIP</name> - <title>Relationship</title> - <description>TODO: Beziehung zu der Relation 1024846 (z.B. per Ampelsystem)</description> - <contentType>NUMBER</contentType> - <mandatory v="false" /> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/rel_relationship/valueProcess.js</valueProcess> - </entityField> - <entityActionField> - <name>openEditDefaultsView</name> - <title>Edit defaults</title> - <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/openeditdefaultsview/onActionProcess.js</onActionProcess> - <iconId>VAADIN:WRENCH</iconId> - </entityActionField> - <entityActionField> - <name>newOffer</name> - <title>New offer</title> - <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/newoffer/onActionProcess.js</onActionProcess> - <iconId>VAADIN:CART</iconId> - </entityActionField> - <entityField> - <name>STANDARD_EMAIL_COMMUNICATION</name> - <title>E-Mail</title> - <consumer>EmailCommunications</consumer> - <searchable v="false" /> - <onValueChange>%aditoprj%/entity/Person_entity/entityfields/standard_email_communication/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - <element>PROCESS</element> - <element>PROCESS_SETVALUE</element> - </onValueChangeTypes> - </entityField> - <entityField> - <name>STANDARD_PHONE_COMMUNICATION</name> - <title>Phone</title> - <consumer>PhoneCommunications</consumer> - <searchable v="false" /> - <onValueChange>%aditoprj%/entity/Person_entity/entityfields/standard_phone_communication/onValueChange.js</onValueChange> - </entityField> - <entityConsumer> - <name>PhoneCommunications</name> - <description>Used for standard communication</description> - <dependency> - <name>dependency</name> - <entityName>Communication_entity</entityName> - <fieldName>PhoneCommunications</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/phonecommunications/children/contactid_param/valueProcess.js</valueProcess> - <expose v="false" /> - <description>This parameter is used for specifing a related &quot;CONTACTID&quot; to a COMMUNICATION-entry. -Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>EmailCommunications</name> - <description>Used for standard communication</description> - <dependency> - <name>dependency</name> - <entityName>Communication_entity</entityName> - <fieldName>EmailCommunications</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/emailcommunications/children/contactid_param/valueProcess.js</valueProcess> - <expose v="false" /> - <description>This parameter is used for specifing a related &quot;CONTACTID&quot; to a COMMUNICATION-entry. -Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>ADDRESS_ID</name> - <title>Address</title> - <consumer>ContactAndOrganisationAddresses</consumer> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/address_id/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/address_id/displayValueProcess.js</displayValueProcess> - </entityField> - <entityActionField> - <name>newActivity</name> - <title>New activity</title> - <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/newactivity/onActionProcess.js</onActionProcess> - <iconId>VAADIN:HOURGLASS_END</iconId> - <tooltip>New activity</tooltip> - <tooltipProcess>%aditoprj%/entity/Person_entity/entityfields/newactivity/tooltipProcess.js</tooltipProcess> - </entityActionField> - <entityConsumer> - <name>ObjectRelations</name> - <dependency> - <name>dependency</name> - </dependency> - <children> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/objectrelations/children/objecttype_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectRowid_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/objectrelations/children/objectrowid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordGenders</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/keywordgenders/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Languages</name> - <dependency> - <name>dependency</name> - <entityName>Language_entity</entityName> - <fieldName>ISO3Name</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>Offers</name> - <dependency> - <name>dependency</name> - <entityName>Offer_entity</entityName> - <fieldName>ContactOffers</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/offers/children/contactid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Salutations</name> - <dependency> - <name>dependency</name> - <entityName>SalutationDistinct_entity</entityName> - <fieldName>Salutations</fieldName> - </dependency> - <children> - <entityParameter> - <name>Language_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/salutations/children/language_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Attributes</name> - <onValidation>%aditoprj%/entity/Person_entity/entityfields/attributes/onValidation.js</onValidation> - <dependency> - <name>dependency</name> - <entityName>AttributeRelation_entity</entityName> - <fieldName>AttributeRelations</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectRowId_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>SalutationTitles</name> - <dependency> - <name>dependency</name> - <entityName>SalutationTitleDistinct_entity</entityName> - <fieldName>SalutationTitles</fieldName> - </dependency> - <children> - <entityParameter> - <name>Salutation_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/salutationtitles/children/salutation_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>Language_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/salutationtitles/children/language_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>newTask</name> - <title>New task</title> - <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/newtask/onActionProcess.js</onActionProcess> - <iconId>VAADIN:TASKS</iconId> - </entityActionField> - <entityConsumer> - <name>Tasks</name> - <stateProcess>%aditoprj%/entity/Person_entity/entityfields/tasks/stateProcess.js</stateProcess> - <dependency> - <name>dependency</name> - <entityName>Task_entity</entityName> - <fieldName>Tasks</fieldName> - </dependency> - <children> - <entityParameter> - <name>RowId_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/tasks/children/rowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectId_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/tasks/children/objectid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>PresetLinks_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/tasks/children/presetlinks_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>ObjectTrees</name> - <dependency> - <name>dependency</name> - <entityName>ObjectTree_entity</entityName> - <fieldName>TreeProvider</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectId_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/objecttrees/children/objectid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/objecttrees/children/objecttype_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>STATUS</name> - <title>Status</title> - <consumer>KeywordContactStates</consumer> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/status/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/status/displayValueProcess.js</displayValueProcess> - </entityField> - <entityConsumer> - <name>KeywordContactStates</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/keywordcontactstates/children/containername_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>ContactAndOrganisationAddresses</name> - <dependency> - <name>dependency</name> - <entityName>Address_entity</entityName> - <fieldName>OrganisationAndContactAddresses</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/contactandorganisationaddresses/children/contactid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>OrganisationId_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/contactandorganisationaddresses/children/organisationid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>DEPARTMENT</name> - <title>Department</title> - <dropDownProcess>%aditoprj%/entity/Person_entity/entityfields/department/dropDownProcess.js</dropDownProcess> - <textInputAllowed v="true" /> - </entityField> - <entityField> - <name>POSITION</name> - <title>Position</title> - <dropDownProcess>%aditoprj%/entity/Person_entity/entityfields/position/dropDownProcess.js</dropDownProcess> - <textInputAllowed v="true" /> - </entityField> - <entityField> - <name>CONTACTROLE</name> - <title>Contactrole</title> - <dropDownProcess>%aditoprj%/entity/Person_entity/entityfields/contactrole/dropDownProcess.js</dropDownProcess> - <textInputAllowed v="true" /> - </entityField> - <entityConsumer> - <name>LogHistoryConsumer</name> - <dependency> - <name>dependency</name> - <entityName>LogHistory_entity</entityName> - <fieldName>LogHistoryProvider</fieldName> - </dependency> - <children> - <entityParameter> - <name>tablenames_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/loghistoryconsumer/children/tablenames_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>OtherContacts</name> - <dependency> - <name>dependency</name> - <entityName>Contact_entity</entityName> - <fieldName>PersonsContactsExceptOwn</fieldName> - </dependency> - <children> - <entityParameter> - <name>OwnContactId_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/othercontacts/children/owncontactid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>LanguageKey_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/othercontacts/children/languagekey_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>ORGANISATION_NAME</name> - <searchable v="false" /> - </entityField> - <entityParameter> - <name>ExcludedContactIds_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>Contacts</name> - <dependencies> - <entityDependency> - <name>75f0e309-8b3f-4224-b599-a203405f1bff</name> - <entityName>SalesprojectMember_entity</entityName> - <fieldName>Contacts</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>e46dcd73-64a8-4b3e-b976-1b4643c54ebb</name> - <entityName>CampaignStep_entity</entityName> - <fieldName>ContactsConsumer</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ContactId_param</name> - <expose v="false" /> - </entityParameter> - <entityParameter> - <name>ExcludedContactIds_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>OrgId_param</name> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityConsumer> - <name>360DegreeObjects</name> - <dependency> - <name>dependency</name> - <entityName>360Degree_entity</entityName> - <fieldName>PersonObjects</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectRowId_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/360degreeobjects/children/objectrowid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>addToCampaign</name> - <title>Add to Campaign</title> - <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/addtocampaign/onActionProcess.js</onActionProcess> - <actionOrder v="1" /> - <iconId>NEON:GROUP_APPOINTMENT</iconId> - <tooltip>Choose a campaign and a step to add the contact to a campaign</tooltip> - </entityActionField> - <entityConsumer> - <name>AttributeTree</name> - <dependency> - <name>dependency</name> - <entityName>AttributeRelation_entity</entityName> - <fieldName>TreeProvider</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectRowId_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/attributetree/children/objectrowid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/attributetree/children/objecttype_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>DATE_NEW</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/date_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>USER_NEW</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/user_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>USER_EDIT</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/user_edit/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_EDIT</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/date_edit/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_NEW_CONTACT</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/date_new_contact/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>USER_NEW_CONTACT</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/user_new_contact/valueProcess.js</valueProcess> - </entityField> - <entityParameter> - <name>AdditionalActivityTaskLinks_param</name> - <title></title> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/additionalactivitytasklinks_param/valueProcess.js</valueProcess> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>PICTURE</name> - <title>Picture</title> - <contentType>IMAGE</contentType> - <searchable v="false" /> - <displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/picture/displayValueProcess.js</displayValueProcess> - </entityField> - <entityParameter> - <name>AvatarText_param</name> - <valueProcess>%aditoprj%/entity/Person_entity/entityfields/avatartext_param/valueProcess.js</valueProcess> - <description>PARAMETER</description> - </entityParameter> - <entityActionGroup> - <name>campaignActionGroup</name> - <title>Campaign</title> - <children> - <entityActionField> - <name>addToCampaignFromTable</name> - <title>Add to Campaign</title> - <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/campaignactiongroup/children/addtocampaignfromtable/onActionProcess.js</onActionProcess> - <isMenuAction v="true" /> - <isObjectAction v="false" /> - <isSelectionAction v="true" /> - <iconId>NEON:GROUP_APPOINTMENT</iconId> - <tooltip>Add the selection to a campaign</tooltip> - <tooltipProcess>%aditoprj%/entity/Person_entity/entityfields/campaignactiongroup/children/addtocampaignfromtable/tooltipProcess.js</tooltipProcess> - </entityActionField> - </children> - </entityActionGroup> - <entityActionField> - <name>newEmail</name> - <title>Write email</title> - <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/newemail/onActionProcess.js</onActionProcess> - <iconId>VAADIN:AT</iconId> - </entityActionField> - <entityActionField> - <name>newAppointment</name> - <title>New appointment</title> - <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/newappointment/onActionProcess.js</onActionProcess> - <iconId>VAADIN:CALENDAR</iconId> - <tooltip>New Appointment</tooltip> - </entityActionField> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <fromClauseProcess>%aditoprj%/entity/Person_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> - <conditionProcess>%aditoprj%/entity/Person_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <orderClauseProcess>%aditoprj%/entity/Person_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> - <onDBUpdate>%aditoprj%/entity/Person_entity/recordcontainers/db/onDBUpdate.js</onDBUpdate> - <linkInformation> - <linkInformation> - <name>3afdecb0-515e-43d2-872f-04c82ecca9ae</name> - <tableName>PERSON</tableName> - <primaryKey>PERSONID</primaryKey> - <isUIDTable v="false" /> - <readonly v="false" /> - </linkInformation> - <linkInformation> - <name>217d431f-018c-4573-b786-d1b6b88f4b64</name> - <tableName>CONTACT</tableName> - <primaryKey>CONTACTID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - <linkInformation> - <name>19877118-eb80-4672-bd73-cf10dbbb052a</name> - <tableName>ORGANISATION</tableName> - <primaryKey>ORGANISATIONID</primaryKey> - <isUIDTable v="false" /> - <readonly v="true" /> - </linkInformation> - <linkInformation> - <name>64f188c2-e53d-44b5-9980-c867282eff7e</name> - <tableName>ADDRESS</tableName> - <primaryKey>ADDRESSID</primaryKey> - <isUIDTable v="false" /> - <readonly v="true" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>PERSONID.value</name> - <recordfield>PERSON.PERSONID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATEOFBIRTH.value</name> - <recordfield>PERSON.DATEOFBIRTH</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>FIRSTNAME.value</name> - <recordfield>PERSON.FIRSTNAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>GENDER.value</name> - <recordfield>PERSON.GENDER</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>LANGUAGE.value</name> - <recordfield>CONTACT.LANGUAGE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PERSON_ID.value</name> - <recordfield>CONTACT.PERSON_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>LASTNAME.value</name> - <recordfield>PERSON.LASTNAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>MIDDLENAME.value</name> - <recordfield>PERSON.MIDDLENAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACTID.value</name> - <recordfield>CONTACT.CONTACTID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SALUTATION.value</name> - <recordfield>PERSON.SALUTATION</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>TITLE.value</name> - <recordfield>PERSON.TITLE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>TITLESUFFIX.value</name> - <recordfield>PERSON.TITLESUFFIX</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ORGANISATION_ID.value</name> - <recordfield>CONTACT.ORGANISATION_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>REL_RELATIONSHIP.value</name> - <recordfield>CONTACT.RELATIONSHIP</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STANDARD_EMAIL_COMMUNICATION.displayValue</name> - <expression>%aditoprj%/entity/Person_entity/recordcontainers/db/recordfieldmappings/standard_email_communication.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STANDARD_PHONE_COMMUNICATION.displayValue</name> - <expression>%aditoprj%/entity/Person_entity/recordcontainers/db/recordfieldmappings/standard_phone_communication.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ADDRESS_ID.value</name> - <recordfield>CONTACT.ADDRESS_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ORGANISATION_ID.displayValue</name> - <recordfield>ORGANISATION.NAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>GENDER.displayValue</name> - <expression>%aditoprj%/entity/Person_entity/recordcontainers/db/recordfieldmappings/gender.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>LANGUAGE.displayValue</name> - <expression>%aditoprj%/entity/Person_entity/recordcontainers/db/recordfieldmappings/language.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SALUTATION.displayValue</name> - <expression>%aditoprj%/entity/Person_entity/recordcontainers/db/recordfieldmappings/salutation.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>TITLE.displayValue</name> - <expression>%aditoprj%/entity/Person_entity/recordcontainers/db/recordfieldmappings/title.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STATUS.value</name> - <recordfield>CONTACT.STATUS</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>POSITION.value</name> - <recordfield>CONTACT.POSITION</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DEPARTMENT.value</name> - <recordfield>CONTACT.DEPARTMENT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACTROLE.value</name> - <recordfield>CONTACT.CONTACTROLE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ORGANISATION_NAME.value</name> - <recordfield>ORGANISATION.NAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_NEW.value</name> - <recordfield>PERSON.USER_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_EDIT.value</name> - <recordfield>PERSON.USER_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_NEW.value</name> - <recordfield>PERSON.DATE_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_EDIT.value</name> - <recordfield>PERSON.DATE_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_NEW_CONTACT.value</name> - <recordfield>CONTACT.DATE_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_NEW_CONTACT.value</name> - <recordfield>CONTACT.USER_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ADDRESS_ID.displayValue</name> - <expression>%aditoprj%/entity/Person_entity/recordcontainers/db/recordfieldmappings/address_id.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PICTURE.value</name> - <recordfield>PERSON.PICTURE</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Person_entity</name> + <description>former Pers</description> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/Person_entity/documentation.adoc</documentation> + <title>Contact</title> + <contentTitleProcess>%aditoprj%/entity/Person_entity/contentTitleProcess.js</contentTitleProcess> + <afterUiInit>%aditoprj%/entity/Person_entity/afterUiInit.js</afterUiInit> + <onValidation>%aditoprj%/entity/Person_entity/onValidation.js</onValidation> + <iconId>VAADIN:USERS</iconId> + <imageProcess>%aditoprj%/entity/Person_entity/imageProcess.js</imageProcess> + <titlePlural>Contacts</titlePlural> + <recordContainer>db</recordContainer> + <entityFields> + <entityField> + <name>DATEOFBIRTH</name> + <title>Date of birth</title> + <contentType>DATE</contentType> + <resolution>DAY</resolution> + <outputFormat>dd.MM.yyyy</outputFormat> + <inputFormat>dd.MM.yyyy</inputFormat> + <onValidation>%aditoprj%/entity/Person_entity/entityfields/dateofbirth/onValidation.js</onValidation> + </entityField> + <entityField> + <name>FIRSTNAME</name> + <title>Firstname</title> + </entityField> + <entityField> + <name>GENDER</name> + <title>Gender</title> + <consumer>KeywordGenders</consumer> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/gender/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/gender/displayValueProcess.js</displayValueProcess> + <onValueChange>%aditoprj%/entity/Person_entity/entityfields/gender/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + </onValueChangeTypes> + </entityField> + <entityField> + <name>LASTNAME</name> + <title>Lastname</title> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/lastname/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>MIDDLENAME</name> + <title>Middlename</title> + </entityField> + <entityField> + <name>PERSONID</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/personid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>SALUTATION</name> + <title>Salutation</title> + <consumer>Salutations</consumer> + <displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/salutation/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>TITLE</name> + <title>Title</title> + <consumer>SalutationTitles</consumer> + <displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/title/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>TITLESUFFIX</name> + <searchable v="false" /> + </entityField> + <entityParameter> + <name>OrgId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <description>PARAMETER</description> + </entityParameter> + <entityFieldGroup> + <name>NAME_fieldGroup</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/name_fieldgroup/valueProcess.js</valueProcess> + <description>FIELDGROUP</description> + <fields> + <element>FIRSTNAME</element> + <element>LASTNAME</element> + </fields> + </entityFieldGroup> + <entityConsumer> + <name>Activities</name> + <dependency> + <name>dependency</name> + <entityName>Activity_entity</entityName> + <fieldName>LinkedObjects</fieldName> + </dependency> + <children> + <entityParameter> + <name>RowId_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/activities/children/rowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectId_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/activities/children/objectid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>PresetLinks_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/activities/children/presetlinks_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>CONTACTID</name> + <searchable v="false" /> + </entityField> + <entityProvider> + <name>OrganisationRelated</name> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>41952879-c2f0-411f-8ca1-36c38914a629</name> + <entityName>Organisation_entity</entityName> + <fieldName>Contact</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>OrgId_param</name> + <expose v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityField> + <name>PERSON_ID</name> + <documentation>%aditoprj%/entity/Person_entity/entityfields/person_id/documentation.adoc</documentation> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/person_id/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>ORGANISATION_ID</name> + <title>Company</title> + <consumer>Organisations</consumer> + <linkedContextProcess>%aditoprj%/entity/Person_entity/entityfields/organisation_id/linkedContextProcess.js</linkedContextProcess> + <mandatory v="false" /> + <searchable v="true" /> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/organisation_id/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/organisation_id/displayValueProcess.js</displayValueProcess> + <onValueChange>%aditoprj%/entity/Person_entity/entityfields/organisation_id/onValueChange.js</onValueChange> + <onValidation>%aditoprj%/entity/Person_entity/entityfields/organisation_id/onValidation.js</onValidation> + </entityField> + <entityConsumer> + <name>PersAddresses</name> + <dependency> + <name>dependency</name> + <entityName>Address_entity</entityName> + <fieldName>ContactAddresses</fieldName> + </dependency> + <children> + <entityParameter> + <name>DefaultAddressId_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/persaddresses/children/defaultaddressid_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>ContactId_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/persaddresses/children/contactid_param/valueProcess.js</valueProcess> + <expose v="false" /> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Communications</name> + <dependency> + <name>dependency</name> + <entityName>Communication_entity</entityName> + <fieldName>AllCommunications</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContactId_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/communications/children/contactid_param/valueProcess.js</valueProcess> + <expose v="false" /> + <triggerRecalculation v="true" /> + <description>This parameter is used for specifing a related &quot;CONTACTID&quot; to a COMMUNICATION-entry. +Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Organisations</name> + <selectionMode>SINGLE</selectionMode> + <dependency> + <name>dependency</name> + <entityName>Organisation_entity</entityName> + <fieldName>WithPersonIdFilter</fieldName> + </dependency> + <children> + <entityParameter> + <name>ExcludeOrganisationsByPersonId</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/organisations/children/excludeorganisationsbypersonid/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Contracts</name> + <dependency> + <name>dependency</name> + <entityName>Contract_entity</entityName> + <fieldName>Contracts</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContactId_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/contracts/children/contactid_param/valueProcess.js</valueProcess> + <expose v="false" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Pricelists</name> + <state>AUTO</state> + <stateProcess>%aditoprj%/entity/Person_entity/entityfields/pricelists/stateProcess.js</stateProcess> + <dependency> + <name>dependency</name> + <entityName>Productprice_entity</entityName> + <fieldName>Productprices</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContactId_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/pricelists/children/contactid_param/valueProcess.js</valueProcess> + <expose v="false" /> + <triggerRecalculation v="false" /> + <mandatory v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Genders</name> + <dependency> + <name>dependency</name> + <entityName>Gender_keyword</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> + </entityConsumer> + <entityProvider> + <name>#PROVIDER</name> + <dependencies> + <entityDependency> + <name>ec66d6b0-a1fa-40a1-9612-34775d3e89a9</name> + <entityName>Object_entity</entityName> + <fieldName>Persons</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + <entityField> + <name>LANGUAGE</name> + <title>Language</title> + <consumer>Languages</consumer> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/language/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/language/displayValueProcess.js</displayValueProcess> + <onValueChange>%aditoprj%/entity/Person_entity/entityfields/language/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + </onValueChangeTypes> + </entityField> + <entityConsumer> + <name>Documents</name> + <dependency> + <name>dependency</name> + <entityName>Document_entity</entityName> + <fieldName>Documents</fieldName> + </dependency> + <children> + <entityParameter> + <name>AssignmentRowId_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/documents/children/assignmentrowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>AssignmentTable_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/documents/children/assignmenttable_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <description>PARAMETER</description> + </entityParameter> + <entityFieldGroup> + <name>FULL_NAME_fieldGroup</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/full_name_fieldgroup/valueProcess.js</valueProcess> + <title>Name</title> + <description>FIELDGROUP</description> + <fields> + <element>SALUTATION</element> + <element>TITLE</element> + <element>FIRSTNAME</element> + <element>MIDDLENAME</element> + <element>LASTNAME</element> + </fields> + </entityFieldGroup> + <entityProvider> + <name>Contact</name> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>12c5350a-3159-449b-a94e-d57658b4c124</name> + <entityName>Member_entity</entityName> + <fieldName>CurrentContact</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>OrgId_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + <mandatory v="true" /> + </entityParameter> + <entityParameter> + <name>ExcludedContactIds_param</name> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityConsumer> + <name>OrgAddresses</name> + <state>READONLY</state> + <stateProcess>%aditoprj%/entity/Person_entity/entityfields/orgaddresses/stateProcess.js</stateProcess> + <dependency> + <name>dependency</name> + <entityName>Address_entity</entityName> + <fieldName>OrganisationAddressesByContact</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContactId_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/orgaddresses/children/contactid_param/valueProcess.js</valueProcess> + <expose v="false" /> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>DefaultAddressId_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/orgaddresses/children/defaultaddressid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>REL_RELATIONSHIP</name> + <title>Relationship</title> + <description>TODO: Beziehung zu der Relation 1024846 (z.B. per Ampelsystem)</description> + <contentType>NUMBER</contentType> + <mandatory v="false" /> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/rel_relationship/valueProcess.js</valueProcess> + </entityField> + <entityActionField> + <name>openEditDefaultsView</name> + <title>Edit defaults</title> + <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/openeditdefaultsview/onActionProcess.js</onActionProcess> + <iconId>VAADIN:WRENCH</iconId> + </entityActionField> + <entityActionField> + <name>newOffer</name> + <title>New offer</title> + <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/newoffer/onActionProcess.js</onActionProcess> + <iconId>VAADIN:CART</iconId> + </entityActionField> + <entityField> + <name>STANDARD_EMAIL_COMMUNICATION</name> + <title>E-Mail</title> + <consumer>EmailCommunications</consumer> + <searchable v="false" /> + <onValueChange>%aditoprj%/entity/Person_entity/entityfields/standard_email_communication/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + <element>PROCESS</element> + <element>PROCESS_SETVALUE</element> + </onValueChangeTypes> + </entityField> + <entityField> + <name>STANDARD_PHONE_COMMUNICATION</name> + <title>Phone</title> + <consumer>PhoneCommunications</consumer> + <searchable v="false" /> + <onValueChange>%aditoprj%/entity/Person_entity/entityfields/standard_phone_communication/onValueChange.js</onValueChange> + </entityField> + <entityConsumer> + <name>PhoneCommunications</name> + <description>Used for standard communication</description> + <dependency> + <name>dependency</name> + <entityName>Communication_entity</entityName> + <fieldName>PhoneCommunications</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContactId_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/phonecommunications/children/contactid_param/valueProcess.js</valueProcess> + <expose v="false" /> + <description>This parameter is used for specifing a related &quot;CONTACTID&quot; to a COMMUNICATION-entry. +Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>EmailCommunications</name> + <description>Used for standard communication</description> + <dependency> + <name>dependency</name> + <entityName>Communication_entity</entityName> + <fieldName>EmailCommunications</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContactId_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/emailcommunications/children/contactid_param/valueProcess.js</valueProcess> + <expose v="false" /> + <description>This parameter is used for specifing a related &quot;CONTACTID&quot; to a COMMUNICATION-entry. +Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>ADDRESS_ID</name> + <title>Address</title> + <consumer>ContactAndOrganisationAddresses</consumer> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/address_id/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/address_id/displayValueProcess.js</displayValueProcess> + </entityField> + <entityActionField> + <name>newActivity</name> + <title>New activity</title> + <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/newactivity/onActionProcess.js</onActionProcess> + <iconId>VAADIN:HOURGLASS_END</iconId> + <tooltip>New activity</tooltip> + <tooltipProcess>%aditoprj%/entity/Person_entity/entityfields/newactivity/tooltipProcess.js</tooltipProcess> + </entityActionField> + <entityConsumer> + <name>ObjectRelations</name> + <dependency> + <name>dependency</name> + </dependency> + <children> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/objectrelations/children/objecttype_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectRowid_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/objectrelations/children/objectrowid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordGenders</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/keywordgenders/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Languages</name> + <dependency> + <name>dependency</name> + <entityName>Language_entity</entityName> + <fieldName>ISO3Name</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>Offers</name> + <dependency> + <name>dependency</name> + <entityName>Offer_entity</entityName> + <fieldName>ContactOffers</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContactId_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/offers/children/contactid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Salutations</name> + <dependency> + <name>dependency</name> + <entityName>SalutationDistinct_entity</entityName> + <fieldName>Salutations</fieldName> + </dependency> + <children> + <entityParameter> + <name>Language_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/salutations/children/language_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Attributes</name> + <onValidation>%aditoprj%/entity/Person_entity/entityfields/attributes/onValidation.js</onValidation> + <dependency> + <name>dependency</name> + <entityName>AttributeRelation_entity</entityName> + <fieldName>AttributeRelations</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>SalutationTitles</name> + <dependency> + <name>dependency</name> + <entityName>SalutationTitleDistinct_entity</entityName> + <fieldName>SalutationTitles</fieldName> + </dependency> + <children> + <entityParameter> + <name>Salutation_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/salutationtitles/children/salutation_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>Language_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/salutationtitles/children/language_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>newTask</name> + <title>New task</title> + <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/newtask/onActionProcess.js</onActionProcess> + <iconId>VAADIN:TASKS</iconId> + </entityActionField> + <entityConsumer> + <name>Tasks</name> + <stateProcess>%aditoprj%/entity/Person_entity/entityfields/tasks/stateProcess.js</stateProcess> + <dependency> + <name>dependency</name> + <entityName>Task_entity</entityName> + <fieldName>Tasks</fieldName> + </dependency> + <children> + <entityParameter> + <name>RowId_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/tasks/children/rowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectId_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/tasks/children/objectid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>PresetLinks_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/tasks/children/presetlinks_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>ObjectTrees</name> + <dependency> + <name>dependency</name> + <entityName>ObjectTree_entity</entityName> + <fieldName>TreeProvider</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectId_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/objecttrees/children/objectid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/objecttrees/children/objecttype_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>STATUS</name> + <title>Status</title> + <consumer>KeywordContactStates</consumer> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/status/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/status/displayValueProcess.js</displayValueProcess> + </entityField> + <entityConsumer> + <name>KeywordContactStates</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/keywordcontactstates/children/containername_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>ContactAndOrganisationAddresses</name> + <dependency> + <name>dependency</name> + <entityName>Address_entity</entityName> + <fieldName>OrganisationAndContactAddresses</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContactId_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/contactandorganisationaddresses/children/contactid_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>OrganisationId_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/contactandorganisationaddresses/children/organisationid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>DEPARTMENT</name> + <title>Department</title> + <dropDownProcess>%aditoprj%/entity/Person_entity/entityfields/department/dropDownProcess.js</dropDownProcess> + <textInputAllowed v="true" /> + </entityField> + <entityField> + <name>POSITION</name> + <title>Position</title> + <dropDownProcess>%aditoprj%/entity/Person_entity/entityfields/position/dropDownProcess.js</dropDownProcess> + <textInputAllowed v="true" /> + </entityField> + <entityField> + <name>CONTACTROLE</name> + <title>Contactrole</title> + <dropDownProcess>%aditoprj%/entity/Person_entity/entityfields/contactrole/dropDownProcess.js</dropDownProcess> + <textInputAllowed v="true" /> + </entityField> + <entityConsumer> + <name>LogHistoryConsumer</name> + <dependency> + <name>dependency</name> + <entityName>LogHistory_entity</entityName> + <fieldName>LogHistoryProvider</fieldName> + </dependency> + <children> + <entityParameter> + <name>tablenames_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/loghistoryconsumer/children/tablenames_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>OtherContacts</name> + <dependency> + <name>dependency</name> + <entityName>Contact_entity</entityName> + <fieldName>PersonsContactsExceptOwn</fieldName> + </dependency> + <children> + <entityParameter> + <name>OwnContactId_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/othercontacts/children/owncontactid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>LanguageKey_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/othercontacts/children/languagekey_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>ORGANISATION_NAME</name> + <searchable v="false" /> + </entityField> + <entityParameter> + <name>ExcludedContactIds_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>Contacts</name> + <dependencies> + <entityDependency> + <name>e46dcd73-64a8-4b3e-b976-1b4643c54ebb</name> + <entityName>CampaignStep_entity</entityName> + <fieldName>ContactsConsumer</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>4d317eb3-6a4e-40c6-946e-d54289dcd99b</name> + <entityName>Member_entity</entityName> + <fieldName>Contacts</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ContactId_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>ExcludedContactIds_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>OrgId_param</name> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityConsumer> + <name>360DegreeObjects</name> + <dependency> + <name>dependency</name> + <entityName>360Degree_entity</entityName> + <fieldName>PersonObjects</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/360degreeobjects/children/objectrowid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>addToCampaign</name> + <title>Add to Campaign</title> + <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/addtocampaign/onActionProcess.js</onActionProcess> + <actionOrder v="1" /> + <iconId>NEON:GROUP_APPOINTMENT</iconId> + <tooltip>Choose a campaign and a step to add the contact to a campaign</tooltip> + </entityActionField> + <entityConsumer> + <name>AttributeTree</name> + <dependency> + <name>dependency</name> + <entityName>AttributeRelation_entity</entityName> + <fieldName>TreeProvider</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/attributetree/children/objectrowid_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/attributetree/children/objecttype_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>DATE_NEW</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/date_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>USER_NEW</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/user_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>USER_EDIT</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/user_edit/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_EDIT</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/date_edit/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_NEW_CONTACT</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/date_new_contact/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>USER_NEW_CONTACT</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/user_new_contact/valueProcess.js</valueProcess> + </entityField> + <entityParameter> + <name>AdditionalActivityTaskLinks_param</name> + <title></title> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/additionalactivitytasklinks_param/valueProcess.js</valueProcess> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>PICTURE</name> + <title>Picture</title> + <contentType>IMAGE</contentType> + <searchable v="false" /> + <displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/picture/displayValueProcess.js</displayValueProcess> + </entityField> + <entityParameter> + <name>AvatarText_param</name> + <valueProcess>%aditoprj%/entity/Person_entity/entityfields/avatartext_param/valueProcess.js</valueProcess> + <description>PARAMETER</description> + </entityParameter> + <entityActionGroup> + <name>campaignActionGroup</name> + <title>Campaign</title> + <children> + <entityActionField> + <name>addToCampaignFromTable</name> + <title>Add to Campaign</title> + <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/campaignactiongroup/children/addtocampaignfromtable/onActionProcess.js</onActionProcess> + <isMenuAction v="true" /> + <isObjectAction v="false" /> + <isSelectionAction v="true" /> + <iconId>NEON:GROUP_APPOINTMENT</iconId> + <tooltip>Add the selection to a campaign</tooltip> + <tooltipProcess>%aditoprj%/entity/Person_entity/entityfields/campaignactiongroup/children/addtocampaignfromtable/tooltipProcess.js</tooltipProcess> + </entityActionField> + </children> + </entityActionGroup> + <entityActionField> + <name>newEmail</name> + <title>Write email</title> + <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/newemail/onActionProcess.js</onActionProcess> + <iconId>VAADIN:AT</iconId> + </entityActionField> + <entityActionField> + <name>newAppointment</name> + <title>New appointment</title> + <onActionProcess>%aditoprj%/entity/Person_entity/entityfields/newappointment/onActionProcess.js</onActionProcess> + <iconId>VAADIN:CALENDAR</iconId> + <tooltip>New Appointment</tooltip> + </entityActionField> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <fromClauseProcess>%aditoprj%/entity/Person_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> + <conditionProcess>%aditoprj%/entity/Person_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <orderClauseProcess>%aditoprj%/entity/Person_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> + <onDBUpdate>%aditoprj%/entity/Person_entity/recordcontainers/db/onDBUpdate.js</onDBUpdate> + <linkInformation> + <linkInformation> + <name>3afdecb0-515e-43d2-872f-04c82ecca9ae</name> + <tableName>PERSON</tableName> + <primaryKey>PERSONID</primaryKey> + <isUIDTable v="false" /> + <readonly v="false" /> + </linkInformation> + <linkInformation> + <name>217d431f-018c-4573-b786-d1b6b88f4b64</name> + <tableName>CONTACT</tableName> + <primaryKey>CONTACTID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + <linkInformation> + <name>19877118-eb80-4672-bd73-cf10dbbb052a</name> + <tableName>ORGANISATION</tableName> + <primaryKey>ORGANISATIONID</primaryKey> + <isUIDTable v="false" /> + <readonly v="true" /> + </linkInformation> + <linkInformation> + <name>64f188c2-e53d-44b5-9980-c867282eff7e</name> + <tableName>ADDRESS</tableName> + <primaryKey>ADDRESSID</primaryKey> + <isUIDTable v="false" /> + <readonly v="true" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>PERSONID.value</name> + <recordfield>PERSON.PERSONID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATEOFBIRTH.value</name> + <recordfield>PERSON.DATEOFBIRTH</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>FIRSTNAME.value</name> + <recordfield>PERSON.FIRSTNAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>GENDER.value</name> + <recordfield>PERSON.GENDER</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>LANGUAGE.value</name> + <recordfield>CONTACT.LANGUAGE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PERSON_ID.value</name> + <recordfield>CONTACT.PERSON_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>LASTNAME.value</name> + <recordfield>PERSON.LASTNAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>MIDDLENAME.value</name> + <recordfield>PERSON.MIDDLENAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACTID.value</name> + <recordfield>CONTACT.CONTACTID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SALUTATION.value</name> + <recordfield>PERSON.SALUTATION</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>TITLE.value</name> + <recordfield>PERSON.TITLE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>TITLESUFFIX.value</name> + <recordfield>PERSON.TITLESUFFIX</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ORGANISATION_ID.value</name> + <recordfield>CONTACT.ORGANISATION_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>REL_RELATIONSHIP.value</name> + <recordfield>CONTACT.RELATIONSHIP</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STANDARD_EMAIL_COMMUNICATION.displayValue</name> + <expression>%aditoprj%/entity/Person_entity/recordcontainers/db/recordfieldmappings/standard_email_communication.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STANDARD_PHONE_COMMUNICATION.displayValue</name> + <expression>%aditoprj%/entity/Person_entity/recordcontainers/db/recordfieldmappings/standard_phone_communication.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ADDRESS_ID.value</name> + <recordfield>CONTACT.ADDRESS_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ORGANISATION_ID.displayValue</name> + <recordfield>ORGANISATION.NAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>GENDER.displayValue</name> + <expression>%aditoprj%/entity/Person_entity/recordcontainers/db/recordfieldmappings/gender.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>LANGUAGE.displayValue</name> + <expression>%aditoprj%/entity/Person_entity/recordcontainers/db/recordfieldmappings/language.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SALUTATION.displayValue</name> + <expression>%aditoprj%/entity/Person_entity/recordcontainers/db/recordfieldmappings/salutation.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>TITLE.displayValue</name> + <expression>%aditoprj%/entity/Person_entity/recordcontainers/db/recordfieldmappings/title.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STATUS.value</name> + <recordfield>CONTACT.STATUS</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>POSITION.value</name> + <recordfield>CONTACT.POSITION</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DEPARTMENT.value</name> + <recordfield>CONTACT.DEPARTMENT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACTROLE.value</name> + <recordfield>CONTACT.CONTACTROLE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ORGANISATION_NAME.value</name> + <recordfield>ORGANISATION.NAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_NEW.value</name> + <recordfield>PERSON.USER_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_EDIT.value</name> + <recordfield>PERSON.USER_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_NEW.value</name> + <recordfield>PERSON.DATE_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_EDIT.value</name> + <recordfield>PERSON.DATE_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_NEW_CONTACT.value</name> + <recordfield>CONTACT.DATE_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_NEW_CONTACT.value</name> + <recordfield>CONTACT.USER_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ADDRESS_ID.displayValue</name> + <expression>%aditoprj%/entity/Person_entity/recordcontainers/db/recordfieldmappings/address_id.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PICTURE.value</name> + <recordfield>PERSON.PICTURE</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Person_entity/entityfields/campaignactiongroup/children/addtocampaignfromtable/onActionProcess.js b/entity/Person_entity/entityfields/campaignactiongroup/children/addtocampaignfromtable/onActionProcess.js index 0fbec19d1da86b1b492606a5cc430e756e5d1313..93d8123c03681bebbed47b99243cc230a6543b95 100644 --- a/entity/Person_entity/entityfields/campaignactiongroup/children/addtocampaignfromtable/onActionProcess.js +++ b/entity/Person_entity/entityfields/campaignactiongroup/children/addtocampaignfromtable/onActionProcess.js @@ -1,8 +1,8 @@ -import("system.vars"); -import("system.neon"); -import("Campaign_lib"); - -if(vars.exists("$sys.selection")) //selektierte IDs als Array -{ - CampaignUtils.addParticipants(vars.getString("$sys.selection")); +import("system.vars"); +import("system.neon"); +import("Campaign_lib"); + +if(vars.exists("$sys.selection")) //selektierte IDs als Array +{ + CampaignUtils.addParticipants(vars.getString("$sys.selection")); } \ No newline at end of file diff --git a/entity/Prod2prod_entity/Prod2prod_entity.aod b/entity/Prod2prod_entity/Prod2prod_entity.aod index bf8dae034a5d5494cb58db57a06a970007ef1244..8c2125c5a92036013d111763751929a32a07d38f 100644 --- a/entity/Prod2prod_entity/Prod2prod_entity.aod +++ b/entity/Prod2prod_entity/Prod2prod_entity.aod @@ -1,147 +1,147 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Prod2prod_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/Prod2prod_entity/documentation.adoc</documentation> - <title>Parts list</title> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>DEST_ID</name> - <documentation>%aditoprj%/entity/Prod2prod_entity/entityfields/dest_id/documentation.adoc</documentation> - <valueProcess>%aditoprj%/entity/Prod2prod_entity/entityfields/dest_id/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>OPTIONAL</name> - <title>Optional</title> - <contentType>BOOLEAN</contentType> - <dropDownProcess>%aditoprj%/entity/Prod2prod_entity/entityfields/optional/dropDownProcess.js</dropDownProcess> - <valueProcess>%aditoprj%/entity/Prod2prod_entity/entityfields/optional/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>UID</name> - <valueProcess>%aditoprj%/entity/Prod2prod_entity/entityfields/uid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>QUANTITY</name> - <title>Quantity</title> - <contentType>NUMBER</contentType> - <outputFormat>#</outputFormat> - <inputFormat>#</inputFormat> - <valueProcess>%aditoprj%/entity/Prod2prod_entity/entityfields/quantity/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>SOURCE_ID</name> - <documentation>%aditoprj%/entity/Prod2prod_entity/entityfields/source_id/documentation.adoc</documentation> - <title>Product</title> - <consumer>Products</consumer> - </entityField> - <entityField> - <name>TAKEPRICE</name> - <documentation>%aditoprj%/entity/Prod2prod_entity/entityfields/takeprice/documentation.adoc</documentation> - <title>Take price</title> - <contentType>BOOLEAN</contentType> - <dropDownProcess>%aditoprj%/entity/Prod2prod_entity/entityfields/takeprice/dropDownProcess.js</dropDownProcess> - <valueProcess>%aditoprj%/entity/Prod2prod_entity/entityfields/takeprice/valueProcess.js</valueProcess> - </entityField> - <entityParameter> - <name>ProductId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>PROD2PRODID</name> - <valueProcess>%aditoprj%/entity/Prod2prod_entity/entityfields/prod2prodid/valueProcess.js</valueProcess> - </entityField> - <entityProvider> - <name>ProductLinks</name> - <targetContextField>targetContext</targetContextField> - <targetIdField>SOURCE_ID</targetIdField> - <dependencies> - <entityDependency> - <name>4bd06e3b-17a0-483e-a61c-818ff7e86be3</name> - <entityName>Product_entity</entityName> - <fieldName>ProductLinks</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ProductId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>CurrentProductId_param</name> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityField> - <name>PRODUCTCODE</name> - <title>Product number</title> - </entityField> - <entityField> - <name>targetContext</name> - <valueProcess>%aditoprj%/entity/Prod2prod_entity/entityfields/targetcontext/valueProcess.js</valueProcess> - </entityField> - <entityActionGroup> - <name>alter</name> - <children> - <entityActionField> - <name>insert</name> - <onActionProcess>%aditoprj%/entity/Prod2prod_entity/entityfields/alter/children/insert/onActionProcess.js</onActionProcess> - <isSelectionAction v="true" /> - <iconId>VAADIN:FILE_TREE_SMALL</iconId> - </entityActionField> - </children> - </entityActionGroup> - <entityConsumer> - <name>Products</name> - <dependency> - <name>dependency</name> - <entityName>Product_entity</entityName> - <fieldName>Products</fieldName> - </dependency> - <children> - <entityParameter> - <name>ExcludedProducts_param</name> - <valueProcess>%aditoprj%/entity/Prod2prod_entity/entityfields/products/children/excludedproducts_param/valueProcess.js</valueProcess> - <expose v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>PRODUCTID</name> - </entityField> - <entityParameter> - <name>CurrentProductId_param</name> - <valueProcess>%aditoprj%/entity/Prod2prod_entity/entityfields/currentproductid_param/valueProcess.js</valueProcess> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <contentProcess>%aditoprj%/entity/Prod2prod_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <onInsert>%aditoprj%/entity/Prod2prod_entity/recordcontainers/jdito/onInsert.js</onInsert> - <onDelete>%aditoprj%/entity/Prod2prod_entity/recordcontainers/jdito/onDelete.js</onDelete> - <recordFields> - <element>UID.value</element> - <element>SOURCE_ID.value</element> - <element>DEST_ID.value</element> - <element>QUANTITY.value</element> - <element>PRODUCTCODE.value</element> - <element>PRODUCTID.value</element> - <element>PROD2PRODID.value</element> - <element>OPTIONAL.value</element> - <element>TAKEPRICE.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Prod2prod_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/Prod2prod_entity/documentation.adoc</documentation> + <title>Parts list</title> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>DEST_ID</name> + <documentation>%aditoprj%/entity/Prod2prod_entity/entityfields/dest_id/documentation.adoc</documentation> + <valueProcess>%aditoprj%/entity/Prod2prod_entity/entityfields/dest_id/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>OPTIONAL</name> + <title>Optional</title> + <contentType>BOOLEAN</contentType> + <dropDownProcess>%aditoprj%/entity/Prod2prod_entity/entityfields/optional/dropDownProcess.js</dropDownProcess> + <valueProcess>%aditoprj%/entity/Prod2prod_entity/entityfields/optional/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>UID</name> + <valueProcess>%aditoprj%/entity/Prod2prod_entity/entityfields/uid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>QUANTITY</name> + <title>Quantity</title> + <contentType>NUMBER</contentType> + <outputFormat>#</outputFormat> + <inputFormat>#</inputFormat> + <valueProcess>%aditoprj%/entity/Prod2prod_entity/entityfields/quantity/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>SOURCE_ID</name> + <documentation>%aditoprj%/entity/Prod2prod_entity/entityfields/source_id/documentation.adoc</documentation> + <title>Product</title> + <consumer>Products</consumer> + </entityField> + <entityField> + <name>TAKEPRICE</name> + <documentation>%aditoprj%/entity/Prod2prod_entity/entityfields/takeprice/documentation.adoc</documentation> + <title>Take price</title> + <contentType>BOOLEAN</contentType> + <dropDownProcess>%aditoprj%/entity/Prod2prod_entity/entityfields/takeprice/dropDownProcess.js</dropDownProcess> + <valueProcess>%aditoprj%/entity/Prod2prod_entity/entityfields/takeprice/valueProcess.js</valueProcess> + </entityField> + <entityParameter> + <name>ProductId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>PROD2PRODID</name> + <valueProcess>%aditoprj%/entity/Prod2prod_entity/entityfields/prod2prodid/valueProcess.js</valueProcess> + </entityField> + <entityProvider> + <name>ProductLinks</name> + <targetContextField>targetContext</targetContextField> + <targetIdField>SOURCE_ID</targetIdField> + <dependencies> + <entityDependency> + <name>4bd06e3b-17a0-483e-a61c-818ff7e86be3</name> + <entityName>Product_entity</entityName> + <fieldName>ProductLinks</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ProductId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>CurrentProductId_param</name> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityField> + <name>PRODUCTCODE</name> + <title>Product number</title> + </entityField> + <entityField> + <name>targetContext</name> + <valueProcess>%aditoprj%/entity/Prod2prod_entity/entityfields/targetcontext/valueProcess.js</valueProcess> + </entityField> + <entityActionGroup> + <name>alter</name> + <children> + <entityActionField> + <name>insert</name> + <onActionProcess>%aditoprj%/entity/Prod2prod_entity/entityfields/alter/children/insert/onActionProcess.js</onActionProcess> + <isSelectionAction v="true" /> + <iconId>VAADIN:FILE_TREE_SMALL</iconId> + </entityActionField> + </children> + </entityActionGroup> + <entityConsumer> + <name>Products</name> + <dependency> + <name>dependency</name> + <entityName>Product_entity</entityName> + <fieldName>Products</fieldName> + </dependency> + <children> + <entityParameter> + <name>ExcludedProducts_param</name> + <valueProcess>%aditoprj%/entity/Prod2prod_entity/entityfields/products/children/excludedproducts_param/valueProcess.js</valueProcess> + <expose v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>PRODUCTID</name> + </entityField> + <entityParameter> + <name>CurrentProductId_param</name> + <valueProcess>%aditoprj%/entity/Prod2prod_entity/entityfields/currentproductid_param/valueProcess.js</valueProcess> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <contentProcess>%aditoprj%/entity/Prod2prod_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <onInsert>%aditoprj%/entity/Prod2prod_entity/recordcontainers/jdito/onInsert.js</onInsert> + <onDelete>%aditoprj%/entity/Prod2prod_entity/recordcontainers/jdito/onDelete.js</onDelete> + <recordFields> + <element>UID.value</element> + <element>SOURCE_ID.value</element> + <element>DEST_ID.value</element> + <element>QUANTITY.value</element> + <element>PRODUCTCODE.value</element> + <element>PRODUCTID.value</element> + <element>PROD2PRODID.value</element> + <element>OPTIONAL.value</element> + <element>TAKEPRICE.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Product_entity/Product_entity.aod b/entity/Product_entity/Product_entity.aod index 320898ff1faf2b2406bbaa8fde629b8ad04710cc..7a361aedf78b3fa0764292e113b67afd179e9d11 100644 --- a/entity/Product_entity/Product_entity.aod +++ b/entity/Product_entity/Product_entity.aod @@ -1,538 +1,538 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Product_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/Product_entity/documentation.adoc</documentation> - <title>Product</title> - <contentTitleProcess>%aditoprj%/entity/Product_entity/contentTitleProcess.js</contentTitleProcess> - <afterUiInit>%aditoprj%/entity/Product_entity/afterUiInit.js</afterUiInit> - <iconId>VAADIN:HAMMER</iconId> - <titlePlural>Products</titlePlural> - <recordContainer>db</recordContainer> - <entityFields> - <entityField> - <name>ADVERTISING</name> - <title>Advertising material</title> - <contentType>BOOLEAN</contentType> - <dropDownProcess>%aditoprj%/entity/Product_entity/entityfields/advertising/dropDownProcess.js</dropDownProcess> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/advertising/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>GROUPCODEID</name> - <title>Product group</title> - <consumer>KeywordProductGroupcodes</consumer> - <mandatory v="true" /> - <displayValueProcess>%aditoprj%/entity/Product_entity/entityfields/groupcodeid/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>MINSTOCK</name> - <title>Min. stock</title> - <contentType>NUMBER</contentType> - <outputFormat>#0</outputFormat> - <inputFormat>#0</inputFormat> - </entityField> - <entityField> - <name>PRODUCTCODE</name> - <documentation>%aditoprj%/entity/Product_entity/entityfields/productcode/documentation.adoc</documentation> - <title>Product number</title> - <mandatory v="true" /> - <onValidation>%aditoprj%/entity/Product_entity/entityfields/productcode/onValidation.js</onValidation> - </entityField> - <entityField> - <name>PRODUCTID</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/productid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>PRODUCTNAME</name> - <title>Product name</title> - <mandatory v="true" /> - </entityField> - <entityField> - <name>STANDARD</name> - <searchable v="false" /> - </entityField> - <entityField> - <name>STATUS</name> - <title>Active</title> - <contentType>BOOLEAN</contentType> - <dropDownProcess>%aditoprj%/entity/Product_entity/entityfields/status/dropDownProcess.js</dropDownProcess> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/status/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>UNIT</name> - <title>Unit</title> - <consumer>KeywordQuantityUnits</consumer> - <mandatory v="true" /> - <displayValueProcess>%aditoprj%/entity/Product_entity/entityfields/unit/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>currentPurchasePrice</name> - <title>Curr. purchase price</title> - <contentType>TEXT</contentType> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/currentpurchaseprice/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>currentSalesPrice</name> - <title>Curr. sales price</title> - <contentType>TEXT</contentType> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/currentsalesprice/valueProcess.js</valueProcess> - </entityField> - <entityConsumer> - <name>Organisations</name> - <dependency> - <name>dependency</name> - <entityName>Organisation_entity</entityName> - <fieldName>Organisations</fieldName> - </dependency> - <children> - <entityParameter> - <name>OrganisationType_param</name> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/organisations/children/organisationtype_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Productprices</name> - <dependency> - <name>dependency</name> - <entityName>Productprice_entity</entityName> - <fieldName>Productprices</fieldName> - </dependency> - <children> - <entityParameter> - <name>ProductId_param</name> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/productprices/children/productid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Stocks</name> - <selectionMode>SINGLE</selectionMode> - <dependency> - <name>dependency</name> - <entityName>Stock_entity</entityName> - <fieldName>Stocks</fieldName> - </dependency> - <children> - <entityParameter> - <name>ProductId_param</name> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/stocks/children/productid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>IMAGE</name> - <contentType>IMAGE</contentType> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/image/valueProcess.js</valueProcess> - <onValueChange>%aditoprj%/entity/Product_entity/entityfields/image/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - </onValueChangeTypes> - </entityField> - <entityConsumer> - <name>StockCounts</name> - <state>READONLY</state> - <dependency> - <name>dependency</name> - <entityName>Stock_entity</entityName> - <fieldName>Stocks</fieldName> - </dependency> - <children> - <entityParameter> - <name>ProductId_param</name> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/stockcounts/children/productid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityProvider> - <name>#PROVIDER</name> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>edd8a3af-d168-4a3b-871d-39db964c700b</name> - <entityName>Offeritem_entity</entityName> - <fieldName>Products</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>e4ba4c26-a777-4560-ab68-311ffae76e2f</name> - <entityName>Orderitem_entity</entityName> - <fieldName>Products</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>760f179a-f37e-4bdf-af8f-d8935e86db0f</name> - <entityName>Object_entity</entityName> - <fieldName>Products</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - <entityConsumer> - <name>ProductLinks</name> - <dependency> - <name>dependency</name> - <entityName>Prod2prod_entity</entityName> - <fieldName>ProductLinks</fieldName> - </dependency> - <children> - <entityParameter> - <name>ProductId_param</name> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/productlinks/children/productid_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>CONTACT_ID</name> - <title>Developer</title> - <consumer>Organisations</consumer> - <linkedContext>Organisation</linkedContext> - <displayValueProcess>%aditoprj%/entity/Product_entity/entityfields/contact_id/displayValueProcess.js</displayValueProcess> - <onValueChangeTypes> - <element>MASK</element> - <element>PROCESS</element> - <element>PROCESS_SETVALUE</element> - </onValueChangeTypes> - </entityField> - <entityField> - <name>INFO</name> - <title>Description</title> - <contentType>LONG_TEXT</contentType> - </entityField> - <entityConsumer> - <name>Documents</name> - <dependency> - <name>dependency</name> - <entityName>Document_entity</entityName> - <fieldName>Documents</fieldName> - </dependency> - <children> - <entityParameter> - <name>AssignmentRowId_param</name> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/documents/children/assignmentrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>AssignmentTable_param</name> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/documents/children/assignmenttable_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>MainDocuments</name> - <stateProcess>%aditoprj%/entity/Product_entity/entityfields/maindocuments/stateProcess.js</stateProcess> - <dependency> - <name>dependency</name> - <entityName>Document_entity</entityName> - <fieldName>MainDocuments</fieldName> - </dependency> - <children> - <entityParameter> - <name>AssignmentRowId_param</name> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/maindocuments/children/assignmentrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>AssignmentTable_param</name> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/maindocuments/children/assignmenttable_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordProductGroupcodes</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/keywordproductgroupcodes/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordQuantityUnits</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/keywordquantityunits/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>LANGUAGE</name> - <consumer>Languages</consumer> - <searchable v="false" /> - <titleProcess>%aditoprj%/entity/Product_entity/entityfields/language/titleProcess.js</titleProcess> - <displayValueProcess>%aditoprj%/entity/Product_entity/entityfields/language/displayValueProcess.js</displayValueProcess> - </entityField> - <entityConsumer> - <name>Languages</name> - <dependency> - <name>dependency</name> - <entityName>Language_entity</entityName> - <fieldName>ISO3Name</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>Activities</name> - <dependency> - <name>dependency</name> - <entityName>Activity_entity</entityName> - <fieldName>LinkedObjects</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectId_param</name> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/activities/children/objectid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>RowId_param</name> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/activities/children/rowid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>newActivity</name> - <title>New activity</title> - <onActionProcess>%aditoprj%/entity/Product_entity/entityfields/newactivity/onActionProcess.js</onActionProcess> - <iconId>VAADIN:HOURGLASS_END</iconId> - <tooltip>New activity</tooltip> - <tooltipProcess>%aditoprj%/entity/Product_entity/entityfields/newactivity/tooltipProcess.js</tooltipProcess> - </entityActionField> - <entityConsumer> - <name>Attributes</name> - <onValidation>%aditoprj%/entity/Product_entity/entityfields/attributes/onValidation.js</onValidation> - <dependency> - <name>dependency</name> - <entityName>AttributeRelation_entity</entityName> - <fieldName>AttributeRelations</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectRowId_param</name> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityParameter> - <name>ExcludedProducts_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>Products</name> - <dependencies> - <entityDependency> - <name>1b12e8ef-74ba-4294-bd2b-9d4afa80798c</name> - <entityName>Prod2prod_entity</entityName> - <fieldName>Products</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ExcludedProducts_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityActionField> - <name>newTask</name> - <title>New task</title> - <onActionProcess>%aditoprj%/entity/Product_entity/entityfields/newtask/onActionProcess.js</onActionProcess> - <iconId>VAADIN:TASKS</iconId> - </entityActionField> - <entityConsumer> - <name>Tasks</name> - <stateProcess>%aditoprj%/entity/Product_entity/entityfields/tasks/stateProcess.js</stateProcess> - <dependency> - <name>dependency</name> - <entityName>Task_entity</entityName> - <fieldName>Tasks</fieldName> - </dependency> - <children> - <entityParameter> - <name>RowId_param</name> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/tasks/children/rowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectId_param</name> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/tasks/children/objectid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>AttributeTree</name> - <dependency> - <name>dependency</name> - <entityName>AttributeRelation_entity</entityName> - <fieldName>TreeProvider</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectRowId_param</name> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/attributetree/children/objectrowid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/attributetree/children/objecttype_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>USER_NEW</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/user_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>USER_EDIT</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/user_edit/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_NEW</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/date_new/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>DATE_EDIT</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/date_edit/valueProcess.js</valueProcess> - </entityField> - <entityConsumer> - <name>LogHistoryConsumer</name> - <dependency> - <name>dependency</name> - <entityName>LogHistory_entity</entityName> - <fieldName>LogHistoryProvider</fieldName> - </dependency> - <children> - <entityParameter> - <name>tablenames_param</name> - <valueProcess>%aditoprj%/entity/Product_entity/entityfields/loghistoryconsumer/children/tablenames_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <maximumDbRows v="0" /> - <fromClauseProcess>%aditoprj%/entity/Product_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> - <conditionProcess>%aditoprj%/entity/Product_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <orderClauseProcess>%aditoprj%/entity/Product_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> - <onDBUpdate>%aditoprj%/entity/Product_entity/recordcontainers/db/onDBUpdate.js</onDBUpdate> - <onDBDelete>%aditoprj%/entity/Product_entity/recordcontainers/db/onDBDelete.js</onDBDelete> - <linkInformation> - <linkInformation> - <name>67ca4a6c-a613-4ee7-bd9d-6ebc17c43944</name> - <tableName>PRODUCT</tableName> - <primaryKey>PRODUCTID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>ADVERTISING.value</name> - <recordfield>PRODUCT.ADVERTISING</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>GROUPCODEID.value</name> - <recordfield>PRODUCT.GROUPCODEID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>MINSTOCK.value</name> - <recordfield>PRODUCT.MINSTOCK</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PRODUCTCODE.value</name> - <recordfield>PRODUCT.PRODUCTCODE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PRODUCTID.value</name> - <recordfield>PRODUCT.PRODUCTID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PRODUCTNAME.value</name> - <recordfield>PRODUCT.PRODUCTNAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STANDARD.value</name> - <recordfield>PRODUCT.STANDARD</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STATUS.value</name> - <recordfield>PRODUCT.STATUS</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>UNIT.value</name> - <recordfield>PRODUCT.UNIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACT_ID.value</name> - <recordfield>PRODUCT.CONTACT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>INFO.value</name> - <recordfield>PRODUCT.INFO</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>GROUPCODEID.displayValue</name> - <expression>%aditoprj%/entity/Product_entity/recordcontainers/db/recordfieldmappings/groupcodeid.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>UNIT.displayValue</name> - <expression>%aditoprj%/entity/Product_entity/recordcontainers/db/recordfieldmappings/unit.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>LANGUAGE.value</name> - <recordfield>PRODUCT.LANGUAGE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>LANGUAGE.displayValue</name> - <expression>%aditoprj%/entity/Product_entity/recordcontainers/db/recordfieldmappings/language.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_NEW.value</name> - <recordfield>PRODUCT.USER_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>USER_EDIT.value</name> - <recordfield>PRODUCT.USER_EDIT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_NEW.value</name> - <recordfield>PRODUCT.DATE_NEW</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_EDIT.value</name> - <recordfield>PRODUCT.DATE_EDIT</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Product_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/Product_entity/documentation.adoc</documentation> + <title>Product</title> + <contentTitleProcess>%aditoprj%/entity/Product_entity/contentTitleProcess.js</contentTitleProcess> + <afterUiInit>%aditoprj%/entity/Product_entity/afterUiInit.js</afterUiInit> + <iconId>VAADIN:HAMMER</iconId> + <titlePlural>Products</titlePlural> + <recordContainer>db</recordContainer> + <entityFields> + <entityField> + <name>ADVERTISING</name> + <title>Advertising material</title> + <contentType>BOOLEAN</contentType> + <dropDownProcess>%aditoprj%/entity/Product_entity/entityfields/advertising/dropDownProcess.js</dropDownProcess> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/advertising/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>GROUPCODEID</name> + <title>Product group</title> + <consumer>KeywordProductGroupcodes</consumer> + <mandatory v="true" /> + <displayValueProcess>%aditoprj%/entity/Product_entity/entityfields/groupcodeid/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>MINSTOCK</name> + <title>Min. stock</title> + <contentType>NUMBER</contentType> + <outputFormat>#0</outputFormat> + <inputFormat>#0</inputFormat> + </entityField> + <entityField> + <name>PRODUCTCODE</name> + <documentation>%aditoprj%/entity/Product_entity/entityfields/productcode/documentation.adoc</documentation> + <title>Product number</title> + <mandatory v="true" /> + <onValidation>%aditoprj%/entity/Product_entity/entityfields/productcode/onValidation.js</onValidation> + </entityField> + <entityField> + <name>PRODUCTID</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/productid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>PRODUCTNAME</name> + <title>Product name</title> + <mandatory v="true" /> + </entityField> + <entityField> + <name>STANDARD</name> + <searchable v="false" /> + </entityField> + <entityField> + <name>STATUS</name> + <title>Active</title> + <contentType>BOOLEAN</contentType> + <dropDownProcess>%aditoprj%/entity/Product_entity/entityfields/status/dropDownProcess.js</dropDownProcess> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/status/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>UNIT</name> + <title>Unit</title> + <consumer>KeywordQuantityUnits</consumer> + <mandatory v="true" /> + <displayValueProcess>%aditoprj%/entity/Product_entity/entityfields/unit/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>currentPurchasePrice</name> + <title>Curr. purchase price</title> + <contentType>TEXT</contentType> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/currentpurchaseprice/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>currentSalesPrice</name> + <title>Curr. sales price</title> + <contentType>TEXT</contentType> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/currentsalesprice/valueProcess.js</valueProcess> + </entityField> + <entityConsumer> + <name>Organisations</name> + <dependency> + <name>dependency</name> + <entityName>Organisation_entity</entityName> + <fieldName>Organisations</fieldName> + </dependency> + <children> + <entityParameter> + <name>OrganisationType_param</name> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/organisations/children/organisationtype_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Productprices</name> + <dependency> + <name>dependency</name> + <entityName>Productprice_entity</entityName> + <fieldName>Productprices</fieldName> + </dependency> + <children> + <entityParameter> + <name>ProductId_param</name> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/productprices/children/productid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Stocks</name> + <selectionMode>SINGLE</selectionMode> + <dependency> + <name>dependency</name> + <entityName>Stock_entity</entityName> + <fieldName>Stocks</fieldName> + </dependency> + <children> + <entityParameter> + <name>ProductId_param</name> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/stocks/children/productid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>IMAGE</name> + <contentType>IMAGE</contentType> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/image/valueProcess.js</valueProcess> + <onValueChange>%aditoprj%/entity/Product_entity/entityfields/image/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + </onValueChangeTypes> + </entityField> + <entityConsumer> + <name>StockCounts</name> + <state>READONLY</state> + <dependency> + <name>dependency</name> + <entityName>Stock_entity</entityName> + <fieldName>Stocks</fieldName> + </dependency> + <children> + <entityParameter> + <name>ProductId_param</name> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/stockcounts/children/productid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityProvider> + <name>#PROVIDER</name> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>edd8a3af-d168-4a3b-871d-39db964c700b</name> + <entityName>Offeritem_entity</entityName> + <fieldName>Products</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>e4ba4c26-a777-4560-ab68-311ffae76e2f</name> + <entityName>Orderitem_entity</entityName> + <fieldName>Products</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>760f179a-f37e-4bdf-af8f-d8935e86db0f</name> + <entityName>Object_entity</entityName> + <fieldName>Products</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + <entityConsumer> + <name>ProductLinks</name> + <dependency> + <name>dependency</name> + <entityName>Prod2prod_entity</entityName> + <fieldName>ProductLinks</fieldName> + </dependency> + <children> + <entityParameter> + <name>ProductId_param</name> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/productlinks/children/productid_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>CONTACT_ID</name> + <title>Developer</title> + <consumer>Organisations</consumer> + <linkedContext>Organisation</linkedContext> + <displayValueProcess>%aditoprj%/entity/Product_entity/entityfields/contact_id/displayValueProcess.js</displayValueProcess> + <onValueChangeTypes> + <element>MASK</element> + <element>PROCESS</element> + <element>PROCESS_SETVALUE</element> + </onValueChangeTypes> + </entityField> + <entityField> + <name>INFO</name> + <title>Description</title> + <contentType>LONG_TEXT</contentType> + </entityField> + <entityConsumer> + <name>Documents</name> + <dependency> + <name>dependency</name> + <entityName>Document_entity</entityName> + <fieldName>Documents</fieldName> + </dependency> + <children> + <entityParameter> + <name>AssignmentRowId_param</name> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/documents/children/assignmentrowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>AssignmentTable_param</name> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/documents/children/assignmenttable_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>MainDocuments</name> + <stateProcess>%aditoprj%/entity/Product_entity/entityfields/maindocuments/stateProcess.js</stateProcess> + <dependency> + <name>dependency</name> + <entityName>Document_entity</entityName> + <fieldName>MainDocuments</fieldName> + </dependency> + <children> + <entityParameter> + <name>AssignmentRowId_param</name> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/maindocuments/children/assignmentrowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>AssignmentTable_param</name> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/maindocuments/children/assignmenttable_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordProductGroupcodes</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/keywordproductgroupcodes/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordQuantityUnits</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/keywordquantityunits/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>LANGUAGE</name> + <consumer>Languages</consumer> + <searchable v="false" /> + <titleProcess>%aditoprj%/entity/Product_entity/entityfields/language/titleProcess.js</titleProcess> + <displayValueProcess>%aditoprj%/entity/Product_entity/entityfields/language/displayValueProcess.js</displayValueProcess> + </entityField> + <entityConsumer> + <name>Languages</name> + <dependency> + <name>dependency</name> + <entityName>Language_entity</entityName> + <fieldName>ISO3Name</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>Activities</name> + <dependency> + <name>dependency</name> + <entityName>Activity_entity</entityName> + <fieldName>LinkedObjects</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectId_param</name> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/activities/children/objectid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>RowId_param</name> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/activities/children/rowid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>newActivity</name> + <title>New activity</title> + <onActionProcess>%aditoprj%/entity/Product_entity/entityfields/newactivity/onActionProcess.js</onActionProcess> + <iconId>VAADIN:HOURGLASS_END</iconId> + <tooltip>New activity</tooltip> + <tooltipProcess>%aditoprj%/entity/Product_entity/entityfields/newactivity/tooltipProcess.js</tooltipProcess> + </entityActionField> + <entityConsumer> + <name>Attributes</name> + <onValidation>%aditoprj%/entity/Product_entity/entityfields/attributes/onValidation.js</onValidation> + <dependency> + <name>dependency</name> + <entityName>AttributeRelation_entity</entityName> + <fieldName>AttributeRelations</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityParameter> + <name>ExcludedProducts_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>Products</name> + <dependencies> + <entityDependency> + <name>1b12e8ef-74ba-4294-bd2b-9d4afa80798c</name> + <entityName>Prod2prod_entity</entityName> + <fieldName>Products</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ExcludedProducts_param</name> + <expose v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityActionField> + <name>newTask</name> + <title>New task</title> + <onActionProcess>%aditoprj%/entity/Product_entity/entityfields/newtask/onActionProcess.js</onActionProcess> + <iconId>VAADIN:TASKS</iconId> + </entityActionField> + <entityConsumer> + <name>Tasks</name> + <stateProcess>%aditoprj%/entity/Product_entity/entityfields/tasks/stateProcess.js</stateProcess> + <dependency> + <name>dependency</name> + <entityName>Task_entity</entityName> + <fieldName>Tasks</fieldName> + </dependency> + <children> + <entityParameter> + <name>RowId_param</name> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/tasks/children/rowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectId_param</name> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/tasks/children/objectid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>AttributeTree</name> + <dependency> + <name>dependency</name> + <entityName>AttributeRelation_entity</entityName> + <fieldName>TreeProvider</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/attributetree/children/objectrowid_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/attributetree/children/objecttype_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>USER_NEW</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/user_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>USER_EDIT</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/user_edit/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_NEW</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/date_new/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>DATE_EDIT</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/date_edit/valueProcess.js</valueProcess> + </entityField> + <entityConsumer> + <name>LogHistoryConsumer</name> + <dependency> + <name>dependency</name> + <entityName>LogHistory_entity</entityName> + <fieldName>LogHistoryProvider</fieldName> + </dependency> + <children> + <entityParameter> + <name>tablenames_param</name> + <valueProcess>%aditoprj%/entity/Product_entity/entityfields/loghistoryconsumer/children/tablenames_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <maximumDbRows v="0" /> + <fromClauseProcess>%aditoprj%/entity/Product_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> + <conditionProcess>%aditoprj%/entity/Product_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <orderClauseProcess>%aditoprj%/entity/Product_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> + <onDBUpdate>%aditoprj%/entity/Product_entity/recordcontainers/db/onDBUpdate.js</onDBUpdate> + <onDBDelete>%aditoprj%/entity/Product_entity/recordcontainers/db/onDBDelete.js</onDBDelete> + <linkInformation> + <linkInformation> + <name>67ca4a6c-a613-4ee7-bd9d-6ebc17c43944</name> + <tableName>PRODUCT</tableName> + <primaryKey>PRODUCTID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>ADVERTISING.value</name> + <recordfield>PRODUCT.ADVERTISING</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>GROUPCODEID.value</name> + <recordfield>PRODUCT.GROUPCODEID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>MINSTOCK.value</name> + <recordfield>PRODUCT.MINSTOCK</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PRODUCTCODE.value</name> + <recordfield>PRODUCT.PRODUCTCODE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PRODUCTID.value</name> + <recordfield>PRODUCT.PRODUCTID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PRODUCTNAME.value</name> + <recordfield>PRODUCT.PRODUCTNAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STANDARD.value</name> + <recordfield>PRODUCT.STANDARD</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STATUS.value</name> + <recordfield>PRODUCT.STATUS</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>UNIT.value</name> + <recordfield>PRODUCT.UNIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACT_ID.value</name> + <recordfield>PRODUCT.CONTACT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>INFO.value</name> + <recordfield>PRODUCT.INFO</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>GROUPCODEID.displayValue</name> + <expression>%aditoprj%/entity/Product_entity/recordcontainers/db/recordfieldmappings/groupcodeid.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>UNIT.displayValue</name> + <expression>%aditoprj%/entity/Product_entity/recordcontainers/db/recordfieldmappings/unit.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>LANGUAGE.value</name> + <recordfield>PRODUCT.LANGUAGE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>LANGUAGE.displayValue</name> + <expression>%aditoprj%/entity/Product_entity/recordcontainers/db/recordfieldmappings/language.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_NEW.value</name> + <recordfield>PRODUCT.USER_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>USER_EDIT.value</name> + <recordfield>PRODUCT.USER_EDIT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_NEW.value</name> + <recordfield>PRODUCT.DATE_NEW</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_EDIT.value</name> + <recordfield>PRODUCT.DATE_EDIT</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Productprice_entity/Productprice_entity.aod b/entity/Productprice_entity/Productprice_entity.aod index 113f1aaafc6aa5301cb36335d752e1468824e8ce..429b00c4a6157a40a7a64391168735f99c4faea3 100644 --- a/entity/Productprice_entity/Productprice_entity.aod +++ b/entity/Productprice_entity/Productprice_entity.aod @@ -1,296 +1,296 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Productprice_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/Productprice_entity/documentation.adoc</documentation> - <title>Prices</title> - <onValidation>%aditoprj%/entity/Productprice_entity/onValidation.js</onValidation> - <afterOperatingState>%aditoprj%/entity/Productprice_entity/afterOperatingState.js</afterOperatingState> - <recordContainer>db</recordContainer> - <entityFields> - <entityField> - <name>BUYSELL</name> - <title>PP/SP</title> - <mandatory v="true" /> - <dropDownProcess>%aditoprj%/entity/Productprice_entity/entityfields/buysell/dropDownProcess.js</dropDownProcess> - <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/buysell/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>CURRENCY</name> - <title>Currency</title> - <consumer>KeywordCurrencies</consumer> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/currency/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Productprice_entity/entityfields/currency/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>FROMQUANTITY</name> - <title>From no. of units</title> - <contentType>NUMBER</contentType> - <outputFormat>#,##0</outputFormat> - <inputFormat>#,##0</inputFormat> - <mandatory v="true" /> - <state>AUTO</state> - <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/fromquantity/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>PRICE</name> - <title>Price</title> - <contentType>NUMBER</contentType> - <outputFormat>#,##0.00</outputFormat> - <inputFormat>#,##0.00</inputFormat> - <mandatory v="true" /> - <state>AUTO</state> - <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/price/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>PRODUCTPRICEID</name> - <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/productpriceid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>PRODUCT_ID</name> - <title>Product</title> - <consumer>Products</consumer> - <linkedContext>Product</linkedContext> - <mandatory v="true" /> - <stateProcess>%aditoprj%/entity/Productprice_entity/entityfields/product_id/stateProcess.js</stateProcess> - <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/product_id/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Productprice_entity/entityfields/product_id/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>CONTACT_ID</name> - <title>Company</title> - <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/contact_id/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>VALID_FROM</name> - <title>Valid from</title> - <contentType>DATE</contentType> - <resolution>DAY</resolution> - <outputFormat>dd.MM.yyyy</outputFormat> - <inputFormat>dd.MM.yyyy</inputFormat> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/valid_from/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>VALID_TO</name> - <title>Valid until</title> - <contentType>DATE</contentType> - <resolution>DAY</resolution> - <outputFormat>dd.MM.yyyy</outputFormat> - <inputFormat>dd.MM.yyyy</inputFormat> - </entityField> - <entityField> - <name>VAT</name> - <title>VAT in %</title> - <contentType>NUMBER</contentType> - <outputFormat>#,##0.00</outputFormat> - <inputFormat>#,##0.00</inputFormat> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/vat/valueProcess.js</valueProcess> - <onValidation>%aditoprj%/entity/Productprice_entity/entityfields/vat/onValidation.js</onValidation> - </entityField> - <entityField> - <name>PRICELIST</name> - <documentation>%aditoprj%/entity/Productprice_entity/entityfields/pricelist/documentation.adoc</documentation> - <title>Price list</title> - <consumer>KeywordPricelists</consumer> - <state>AUTO</state> - <stateProcess>%aditoprj%/entity/Productprice_entity/entityfields/pricelist/stateProcess.js</stateProcess> - <titleProcess>%aditoprj%/entity/Productprice_entity/entityfields/pricelist/titleProcess.js</titleProcess> - <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/pricelist/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Productprice_entity/entityfields/pricelist/displayValueProcess.js</displayValueProcess> - <onValidation>%aditoprj%/entity/Productprice_entity/entityfields/pricelist/onValidation.js</onValidation> - </entityField> - <entityParameter> - <name>ProductId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <description>PARAMETER</description> - </entityParameter> - <entityConsumer> - <name>Products</name> - <dependency> - <name>dependency</name> - <entityName>Product_entity</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> - </entityConsumer> - <entityField> - <name>IMAGE</name> - <contentType>IMAGE</contentType> - <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/image/valueProcess.js</valueProcess> - </entityField> - <entityProvider> - <name>#PROVIDER</name> - <recordContainer>db</recordContainer> - </entityProvider> - <entityProvider> - <name>Productprices</name> - <titlePluralProcess>%aditoprj%/entity/Productprice_entity/entityfields/productprices/titlePluralProcess.js</titlePluralProcess> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>d5f4c7c4-cd21-4075-bd56-c479672dc09a</name> - <entityName>Product_entity</entityName> - <fieldName>Productprices</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>4efc927f-7441-480c-aaaa-36347e2e60c5</name> - <entityName>Person_entity</entityName> - <fieldName>Pricelists</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>dc9e2360-1769-41ec-b4ec-1a4c67013ef8</name> - <entityName>Organisation_entity</entityName> - <fieldName>Productprices</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>ProductId_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityConsumer> - <name>KeywordCurrencies</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/keywordcurrencies/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordPricelists</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/keywordpricelists/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>DELIVERYTERM</name> - <title>Deliveryspecification</title> - </entityField> - <entityField> - <name>PAYMENTTERM</name> - <title>Paymentterm</title> - </entityField> - <entityField> - <name>INFO</name> - <title>Information</title> - <contentType>TEXT</contentType> - <onValueChangeTypes> - <element>MASK</element> - <element>PROCESS</element> - <element>PROCESS_SETVALUE</element> - </onValueChangeTypes> - </entityField> - <entityConsumer> - <name>OrganisationConditions</name> - <dependency> - <name>dependency</name> - <entityName>Organisation_entity</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> - </entityConsumer> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <conditionProcess>%aditoprj%/entity/Productprice_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <orderClauseProcess>%aditoprj%/entity/Productprice_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> - <onDBDelete>%aditoprj%/entity/Productprice_entity/recordcontainers/db/onDBDelete.js</onDBDelete> - <linkInformation> - <linkInformation> - <name>85fd1bcf-499f-4708-ad8e-18f5a0f5337d</name> - <tableName>PRODUCTPRICE</tableName> - <primaryKey>PRODUCTPRICEID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>BUYSELL.value</name> - <recordfield>PRODUCTPRICE.BUYSELL</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CURRENCY.value</name> - <recordfield>PRODUCTPRICE.CURRENCY</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>FROMQUANTITY.value</name> - <recordfield>PRODUCTPRICE.FROMQUANTITY</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PRICE.value</name> - <recordfield>PRODUCTPRICE.PRICE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PRICELIST.value</name> - <recordfield>PRODUCTPRICE.PRICELIST</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PRODUCTPRICEID.value</name> - <recordfield>PRODUCTPRICE.PRODUCTPRICEID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PRODUCT_ID.value</name> - <recordfield>PRODUCTPRICE.PRODUCT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACT_ID.value</name> - <recordfield>PRODUCTPRICE.CONTACT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>VALID_FROM.value</name> - <recordfield>PRODUCTPRICE.VALID_FROM</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>VALID_TO.value</name> - <recordfield>PRODUCTPRICE.VALID_TO</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>VAT.value</name> - <recordfield>PRODUCTPRICE.VAT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CURRENCY.displayValue</name> - <expression>%aditoprj%/entity/Productprice_entity/recordcontainers/db/recordfieldmappings/currency.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Productprice_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/Productprice_entity/documentation.adoc</documentation> + <title>Prices</title> + <onValidation>%aditoprj%/entity/Productprice_entity/onValidation.js</onValidation> + <afterOperatingState>%aditoprj%/entity/Productprice_entity/afterOperatingState.js</afterOperatingState> + <recordContainer>db</recordContainer> + <entityFields> + <entityField> + <name>BUYSELL</name> + <title>PP/SP</title> + <mandatory v="true" /> + <dropDownProcess>%aditoprj%/entity/Productprice_entity/entityfields/buysell/dropDownProcess.js</dropDownProcess> + <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/buysell/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>CURRENCY</name> + <title>Currency</title> + <consumer>KeywordCurrencies</consumer> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/currency/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Productprice_entity/entityfields/currency/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>FROMQUANTITY</name> + <title>From no. of units</title> + <contentType>NUMBER</contentType> + <outputFormat>#,##0</outputFormat> + <inputFormat>#,##0</inputFormat> + <mandatory v="true" /> + <state>AUTO</state> + <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/fromquantity/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>PRICE</name> + <title>Price</title> + <contentType>NUMBER</contentType> + <outputFormat>#,##0.00</outputFormat> + <inputFormat>#,##0.00</inputFormat> + <mandatory v="true" /> + <state>AUTO</state> + <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/price/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>PRODUCTPRICEID</name> + <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/productpriceid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>PRODUCT_ID</name> + <title>Product</title> + <consumer>Products</consumer> + <linkedContext>Product</linkedContext> + <mandatory v="true" /> + <stateProcess>%aditoprj%/entity/Productprice_entity/entityfields/product_id/stateProcess.js</stateProcess> + <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/product_id/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Productprice_entity/entityfields/product_id/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>CONTACT_ID</name> + <title>Company</title> + <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/contact_id/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>VALID_FROM</name> + <title>Valid from</title> + <contentType>DATE</contentType> + <resolution>DAY</resolution> + <outputFormat>dd.MM.yyyy</outputFormat> + <inputFormat>dd.MM.yyyy</inputFormat> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/valid_from/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>VALID_TO</name> + <title>Valid until</title> + <contentType>DATE</contentType> + <resolution>DAY</resolution> + <outputFormat>dd.MM.yyyy</outputFormat> + <inputFormat>dd.MM.yyyy</inputFormat> + </entityField> + <entityField> + <name>VAT</name> + <title>VAT in %</title> + <contentType>NUMBER</contentType> + <outputFormat>#,##0.00</outputFormat> + <inputFormat>#,##0.00</inputFormat> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/vat/valueProcess.js</valueProcess> + <onValidation>%aditoprj%/entity/Productprice_entity/entityfields/vat/onValidation.js</onValidation> + </entityField> + <entityField> + <name>PRICELIST</name> + <documentation>%aditoprj%/entity/Productprice_entity/entityfields/pricelist/documentation.adoc</documentation> + <title>Price list</title> + <consumer>KeywordPricelists</consumer> + <state>AUTO</state> + <stateProcess>%aditoprj%/entity/Productprice_entity/entityfields/pricelist/stateProcess.js</stateProcess> + <titleProcess>%aditoprj%/entity/Productprice_entity/entityfields/pricelist/titleProcess.js</titleProcess> + <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/pricelist/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Productprice_entity/entityfields/pricelist/displayValueProcess.js</displayValueProcess> + <onValidation>%aditoprj%/entity/Productprice_entity/entityfields/pricelist/onValidation.js</onValidation> + </entityField> + <entityParameter> + <name>ProductId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>Products</name> + <dependency> + <name>dependency</name> + <entityName>Product_entity</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> + </entityConsumer> + <entityField> + <name>IMAGE</name> + <contentType>IMAGE</contentType> + <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/image/valueProcess.js</valueProcess> + </entityField> + <entityProvider> + <name>#PROVIDER</name> + <recordContainer>db</recordContainer> + </entityProvider> + <entityProvider> + <name>Productprices</name> + <titlePluralProcess>%aditoprj%/entity/Productprice_entity/entityfields/productprices/titlePluralProcess.js</titlePluralProcess> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>d5f4c7c4-cd21-4075-bd56-c479672dc09a</name> + <entityName>Product_entity</entityName> + <fieldName>Productprices</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>4efc927f-7441-480c-aaaa-36347e2e60c5</name> + <entityName>Person_entity</entityName> + <fieldName>Pricelists</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>dc9e2360-1769-41ec-b4ec-1a4c67013ef8</name> + <entityName>Organisation_entity</entityName> + <fieldName>Productprices</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>ProductId_param</name> + <expose v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityConsumer> + <name>KeywordCurrencies</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/keywordcurrencies/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordPricelists</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/keywordpricelists/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>DELIVERYTERM</name> + <title>Deliveryspecification</title> + </entityField> + <entityField> + <name>PAYMENTTERM</name> + <title>Paymentterm</title> + </entityField> + <entityField> + <name>INFO</name> + <title>Information</title> + <contentType>TEXT</contentType> + <onValueChangeTypes> + <element>MASK</element> + <element>PROCESS</element> + <element>PROCESS_SETVALUE</element> + </onValueChangeTypes> + </entityField> + <entityConsumer> + <name>OrganisationConditions</name> + <dependency> + <name>dependency</name> + <entityName>Organisation_entity</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> + </entityConsumer> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <conditionProcess>%aditoprj%/entity/Productprice_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <orderClauseProcess>%aditoprj%/entity/Productprice_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> + <onDBDelete>%aditoprj%/entity/Productprice_entity/recordcontainers/db/onDBDelete.js</onDBDelete> + <linkInformation> + <linkInformation> + <name>85fd1bcf-499f-4708-ad8e-18f5a0f5337d</name> + <tableName>PRODUCTPRICE</tableName> + <primaryKey>PRODUCTPRICEID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>BUYSELL.value</name> + <recordfield>PRODUCTPRICE.BUYSELL</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CURRENCY.value</name> + <recordfield>PRODUCTPRICE.CURRENCY</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>FROMQUANTITY.value</name> + <recordfield>PRODUCTPRICE.FROMQUANTITY</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PRICE.value</name> + <recordfield>PRODUCTPRICE.PRICE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PRICELIST.value</name> + <recordfield>PRODUCTPRICE.PRICELIST</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PRODUCTPRICEID.value</name> + <recordfield>PRODUCTPRICE.PRODUCTPRICEID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PRODUCT_ID.value</name> + <recordfield>PRODUCTPRICE.PRODUCT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACT_ID.value</name> + <recordfield>PRODUCTPRICE.CONTACT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>VALID_FROM.value</name> + <recordfield>PRODUCTPRICE.VALID_FROM</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>VALID_TO.value</name> + <recordfield>PRODUCTPRICE.VALID_TO</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>VAT.value</name> + <recordfield>PRODUCTPRICE.VAT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CURRENCY.displayValue</name> + <expression>%aditoprj%/entity/Productprice_entity/recordcontainers/db/recordfieldmappings/currency.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Role_entity/Role_entity.aod b/entity/Role_entity/Role_entity.aod index e5718a964fdc6153cf1187d94c38642e248c4d69..1fab0ebc798e54b8d7573909e54ad38ca92ee730 100644 --- a/entity/Role_entity/Role_entity.aod +++ b/entity/Role_entity/Role_entity.aod @@ -1,88 +1,88 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Role_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <icon>VAADIN:USER_CHECK</icon> - <title>Roles</title> - <contentTitleProcess>%aditoprj%/entity/Role_entity/contentTitleProcess.js</contentTitleProcess> - <iconId>VAADIN:USER_CHECK</iconId> - <recordContainer>jDito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>ROLETITLE</name> - <title>Title</title> - </entityField> - <entityField> - <name>ROLETYPE</name> - <title>Type</title> - </entityField> - <entityField> - <name>ROLEDESCRIPTION</name> - <title>Description</title> - </entityField> - <entityField> - <name>UID</name> - </entityField> - <entityField> - <name>USERCOUNT</name> - </entityField> - <entityConsumer> - <name>Permissions</name> - <dependency> - <name>dependency</name> - <entityName>PermissionDetail_entity</entityName> - <fieldName>Permissions</fieldName> - </dependency> - <children> - <entityParameter> - <name>RoleTitle_param</name> - <valueProcess>%aditoprj%/entity/Role_entity/entityfields/permissions/children/roletitle_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>PermissionOverviews</name> - <dependency> - <name>dependency</name> - <entityName>PermissionOverview_entity</entityName> - <fieldName>PermissionOverviews</fieldName> - </dependency> - <children> - <entityParameter> - <name>RoleTitle_param</name> - <valueProcess>%aditoprj%/entity/Role_entity/entityfields/permissionoverviews/children/roletitle_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityProvider> - <name>Roles</name> - <recordContainer>jDito</recordContainer> - <dependencies> - <entityDependency> - <name>64d800d0-4db5-4b95-ab6a-9197b83cc09c</name> - <entityName>PermissionDetail_entity</entityName> - <fieldName>Roles</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jDito</name> - <jDitoRecordAlias>_____SYSTEMALIAS</jDitoRecordAlias> - <isFilterable v="true" /> - <contentProcess>%aditoprj%/entity/Role_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <recordFields> - <element>UID.value</element> - <element>ROLETITLE.value</element> - <element>ROLETYPE.value</element> - <element>ROLEDESCRIPTION.value</element> - <element>USERCOUNT.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Role_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <icon>VAADIN:USER_CHECK</icon> + <title>Roles</title> + <contentTitleProcess>%aditoprj%/entity/Role_entity/contentTitleProcess.js</contentTitleProcess> + <iconId>VAADIN:USER_CHECK</iconId> + <recordContainer>jDito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>ROLETITLE</name> + <title>Title</title> + </entityField> + <entityField> + <name>ROLETYPE</name> + <title>Type</title> + </entityField> + <entityField> + <name>ROLEDESCRIPTION</name> + <title>Description</title> + </entityField> + <entityField> + <name>UID</name> + </entityField> + <entityField> + <name>USERCOUNT</name> + </entityField> + <entityConsumer> + <name>Permissions</name> + <dependency> + <name>dependency</name> + <entityName>PermissionDetail_entity</entityName> + <fieldName>Permissions</fieldName> + </dependency> + <children> + <entityParameter> + <name>RoleTitle_param</name> + <valueProcess>%aditoprj%/entity/Role_entity/entityfields/permissions/children/roletitle_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>PermissionOverviews</name> + <dependency> + <name>dependency</name> + <entityName>PermissionOverview_entity</entityName> + <fieldName>PermissionOverviews</fieldName> + </dependency> + <children> + <entityParameter> + <name>RoleTitle_param</name> + <valueProcess>%aditoprj%/entity/Role_entity/entityfields/permissionoverviews/children/roletitle_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityProvider> + <name>Roles</name> + <recordContainer>jDito</recordContainer> + <dependencies> + <entityDependency> + <name>64d800d0-4db5-4b95-ab6a-9197b83cc09c</name> + <entityName>PermissionDetail_entity</entityName> + <fieldName>Roles</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jDito</name> + <jDitoRecordAlias>_____SYSTEMALIAS</jDitoRecordAlias> + <isFilterable v="true" /> + <contentProcess>%aditoprj%/entity/Role_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <recordFields> + <element>UID.value</element> + <element>ROLETITLE.value</element> + <element>ROLETYPE.value</element> + <element>ROLEDESCRIPTION.value</element> + <element>USERCOUNT.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/SalesprojectAnalyses_entity/SalesprojectAnalyses_entity.aod b/entity/SalesprojectAnalyses_entity/SalesprojectAnalyses_entity.aod index 5c3cd9f4fcb02682fce99ab62b5ae57b5b29b828..864db02a9c179e5a07a998c7efd23338be23939d 100644 --- a/entity/SalesprojectAnalyses_entity/SalesprojectAnalyses_entity.aod +++ b/entity/SalesprojectAnalyses_entity/SalesprojectAnalyses_entity.aod @@ -1,70 +1,70 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>SalesprojectAnalyses_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/SalesprojectAnalyses_entity/documentation.adoc</documentation> - <title>Salesproject Analyses</title> - <iconId>VAADIN:PIE_CHART</iconId> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>UID</name> - </entityField> - <entityField> - <name>SORTING</name> - <title>Parent</title> - </entityField> - <entityField> - <name>X_PHASE</name> - <title>Phase</title> - </entityField> - <entityField> - <name>Y_COUNT</name> - <title>Count</title> - </entityField> - <entityField> - <name>OVERALL_TURNOVER</name> - <contentType>NUMBER</contentType> - <state>READONLY</state> - <titleProcess>%aditoprj%/entity/SalesprojectAnalyses_entity/entityfields/overall_turnover/titleProcess.js</titleProcess> - <valueProcess>%aditoprj%/entity/SalesprojectAnalyses_entity/entityfields/overall_turnover/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>OVERALL_FORECAST</name> - <contentType>NUMBER</contentType> - <state>READONLY</state> - <titleProcess>%aditoprj%/entity/SalesprojectAnalyses_entity/entityfields/overall_forecast/titleProcess.js</titleProcess> - <valueProcess>%aditoprj%/entity/SalesprojectAnalyses_entity/entityfields/overall_forecast/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>SENT_OFFERS</name> - <title>Sent offers</title> - <contentType>NUMBER</contentType> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/SalesprojectAnalyses_entity/entityfields/sent_offers/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>OPEN_SALESPROJECTS</name> - <title>Open salesprojects</title> - <contentType>NUMBER</contentType> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/SalesprojectAnalyses_entity/entityfields/open_salesprojects/valueProcess.js</valueProcess> - </entityField> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <contentProcess>%aditoprj%/entity/SalesprojectAnalyses_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <recordFields> - <element>UID.value</element> - <element>X_PHASE.value</element> - <element>Y_COUNT.value</element> - <element>SORTING.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>SalesprojectAnalyses_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/SalesprojectAnalyses_entity/documentation.adoc</documentation> + <title>Salesproject Analyses</title> + <iconId>VAADIN:PIE_CHART</iconId> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>UID</name> + </entityField> + <entityField> + <name>SORTING</name> + <title>Parent</title> + </entityField> + <entityField> + <name>X_PHASE</name> + <title>Phase</title> + </entityField> + <entityField> + <name>Y_COUNT</name> + <title>Count</title> + </entityField> + <entityField> + <name>OVERALL_TURNOVER</name> + <contentType>NUMBER</contentType> + <state>READONLY</state> + <titleProcess>%aditoprj%/entity/SalesprojectAnalyses_entity/entityfields/overall_turnover/titleProcess.js</titleProcess> + <valueProcess>%aditoprj%/entity/SalesprojectAnalyses_entity/entityfields/overall_turnover/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>OVERALL_FORECAST</name> + <contentType>NUMBER</contentType> + <state>READONLY</state> + <titleProcess>%aditoprj%/entity/SalesprojectAnalyses_entity/entityfields/overall_forecast/titleProcess.js</titleProcess> + <valueProcess>%aditoprj%/entity/SalesprojectAnalyses_entity/entityfields/overall_forecast/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>SENT_OFFERS</name> + <title>Sent offers</title> + <contentType>NUMBER</contentType> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/SalesprojectAnalyses_entity/entityfields/sent_offers/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>OPEN_SALESPROJECTS</name> + <title>Open salesprojects</title> + <contentType>NUMBER</contentType> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/SalesprojectAnalyses_entity/entityfields/open_salesprojects/valueProcess.js</valueProcess> + </entityField> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <contentProcess>%aditoprj%/entity/SalesprojectAnalyses_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <recordFields> + <element>UID.value</element> + <element>X_PHASE.value</element> + <element>Y_COUNT.value</element> + <element>SORTING.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/SalesprojectAnalyses_entity/entityfields/overall_forecast/valueProcess.js b/entity/SalesprojectAnalyses_entity/entityfields/overall_forecast/valueProcess.js index ee0d25216e614abb98916577c77e51f3460f1995..38822523a7c5999867dbfff1d157e5e59ce99056 100644 --- a/entity/SalesprojectAnalyses_entity/entityfields/overall_forecast/valueProcess.js +++ b/entity/SalesprojectAnalyses_entity/entityfields/overall_forecast/valueProcess.js @@ -1,13 +1,14 @@ -import("system.datetime"); -import("system.db"); -import("system.result"); -import("system.vars"); -import("Date_lib"); -import("Sql_lib"); -import("system.SQLTYPES") - -var forecast = db.cell(SqlCondition.begin() - .andPrepare("SALESPROJECT_FORECAST.DATE_START", datetime.toDate(vars.get("$sys.date"), "yyyy"), "year(#) = ?", SQLTYPES.INTEGER) - .buildSql("select sum(VOLUME) from SALESPROJECT_FORECAST", "1=2")); - +import("system.datetime"); +import("system.db"); +import("system.result"); +import("system.vars"); +import("Date_lib"); +import("Sql_lib"); +import("system.SQLTYPES") + +var forecast = db.cell(SqlCondition.begin() + .buildSql("select sum(VOLUME) from SALESPROJECT_FORECAST", "1=2")); + .andPrepare("FORECAST.DATE_START", datetime.toDate(vars.get("$sys.date"), "yyyy"), "year(#) = ?", SQLTYPES.INTEGER) + .buildSql("select sum(VOLUME) from FORECAST", "1=2")); + result.string(forecast); \ No newline at end of file diff --git a/entity/SalesprojectCompetition_entity/conditionProcess.js b/entity/SalesprojectCompetition_entity/conditionProcess.js deleted file mode 100644 index f28e2da06f6d02e7faa5dee5adb832f282dadf59..0000000000000000000000000000000000000000 --- a/entity/SalesprojectCompetition_entity/conditionProcess.js +++ /dev/null @@ -1,9 +0,0 @@ -import("system.db"); -import("system.result"); -import("Sql_lib"); - -var cond = new SqlCondition(); -cond.andPrepareVars("SALESPROJECT_COMPETITION.SALESPROJECT_ID", "$param.SalesprojectId_param"); - -//TODO: use a preparedCondition when available #1030812 #1034026 -result.string(db.translateCondition(cond.build("1 = 1"))); \ No newline at end of file diff --git a/entity/SalesprojectCompetition_entity/entityfields/organisations/children/excludedcontactids_param/valueProcess.js b/entity/SalesprojectCompetition_entity/entityfields/organisations/children/excludedcontactids_param/valueProcess.js deleted file mode 100644 index 09c14009f31a5ba857d921e0e9e2aec4c14bc91c..0000000000000000000000000000000000000000 --- a/entity/SalesprojectCompetition_entity/entityfields/organisations/children/excludedcontactids_param/valueProcess.js +++ /dev/null @@ -1,8 +0,0 @@ -import("system.result"); -import("system.vars"); -import("system.db"); -import("Sql_lib"); - -result.object(db.array(db.COLUMN, SqlCondition.begin() - .andPrepare("SALESPROJECT_COMPETITION.SALESPROJECT_ID", vars.get("$field.SALESPROJECT_ID")) - .buildSql("select CONTACT_ID from SALESPROJECT_COMPETITION", "1=2"))); \ No newline at end of file diff --git a/entity/SalesprojectCompetition_entity/entityfields/salesproject_id/valueProcess.js b/entity/SalesprojectCompetition_entity/entityfields/salesproject_id/valueProcess.js deleted file mode 100644 index 5f36de767cbd29329b5ff55802646021c5927057..0000000000000000000000000000000000000000 --- a/entity/SalesprojectCompetition_entity/entityfields/salesproject_id/valueProcess.js +++ /dev/null @@ -1,10 +0,0 @@ -import("system.result"); -import("system.neon"); -import("system.vars"); - -if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW) -{ - if(vars.exists("$param.SalesprojectId_param") && vars.get("$param.SalesprojectId_param") != null) { - result.string(vars.getString("$param.SalesprojectId_param")); - } -} \ No newline at end of file diff --git a/entity/SalesprojectCompetition_entity/recordcontainers/db/conditionProcess.js b/entity/SalesprojectCompetition_entity/recordcontainers/db/conditionProcess.js deleted file mode 100644 index f28e2da06f6d02e7faa5dee5adb832f282dadf59..0000000000000000000000000000000000000000 --- a/entity/SalesprojectCompetition_entity/recordcontainers/db/conditionProcess.js +++ /dev/null @@ -1,9 +0,0 @@ -import("system.db"); -import("system.result"); -import("Sql_lib"); - -var cond = new SqlCondition(); -cond.andPrepareVars("SALESPROJECT_COMPETITION.SALESPROJECT_ID", "$param.SalesprojectId_param"); - -//TODO: use a preparedCondition when available #1030812 #1034026 -result.string(db.translateCondition(cond.build("1 = 1"))); \ No newline at end of file diff --git a/entity/SalesprojectForecast_entity/SalesprojectForecast_entity.aod b/entity/SalesprojectForecast_entity/SalesprojectForecast_entity.aod deleted file mode 100644 index 9fc93fc11f5b609ac40f70009ecd3f0e312d3365..0000000000000000000000000000000000000000 --- a/entity/SalesprojectForecast_entity/SalesprojectForecast_entity.aod +++ /dev/null @@ -1,137 +0,0 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>SalesprojectForecast_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>${FORECAST_ENGLISH}</title> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>DATE_START</name> - <title>Planned</title> - <contentType>DATE</contentType> - <resolution>DAY</resolution> - <outputFormat>dd.MM.yyyy</outputFormat> - <inputFormat>dd.MM.yyyy</inputFormat> - <valueProcess>%aditoprj%/entity/SalesprojectForecast_entity/entityfields/date_start/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>GROUPCODE</name> - <title>Commodity group</title> - <consumer>KeywordProductGroupcodes</consumer> - <displayValueProcess>%aditoprj%/entity/SalesprojectForecast_entity/entityfields/groupcode/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>INFO</name> - <title>Info</title> - <contentType>LONG_TEXT</contentType> - </entityField> - <entityField> - <name>SALESPROJECT_FORECASTID</name> - <valueProcess>%aditoprj%/entity/SalesprojectForecast_entity/entityfields/salesproject_forecastid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>SALESPROJECT_ID</name> - <valueProcess>%aditoprj%/entity/SalesprojectForecast_entity/entityfields/salesproject_id/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>TYPE</name> - </entityField> - <entityField> - <name>VOLUME</name> - <titleProcess>%aditoprj%/entity/SalesprojectForecast_entity/entityfields/volume/titleProcess.js</titleProcess> - </entityField> - <entityParameter> - <name>SalesprojectId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>SalesprojectForecasts</name> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>a3d7f5e9-465c-4ded-9220-3569b63925ab</name> - <entityName>Salesproject_entity</entityName> - <fieldName>SalesprojectForecasts</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>SalesprojectId_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityConsumer> - <name>KeywordProductGroupcodes</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/SalesprojectForecast_entity/entityfields/keywordproductgroupcodes/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <conditionProcess>%aditoprj%/entity/SalesprojectForecast_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <linkInformation> - <linkInformation> - <name>29b759fb-1d0a-4262-b6af-0da5f3985eb3</name> - <tableName>SALESPROJECT_FORECAST</tableName> - <primaryKey>SALESPROJECT_FORECASTID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>DATE_START.value</name> - <recordfield>SALESPROJECT_FORECAST.DATE_START</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>GROUPCODE.value</name> - <recordfield>SALESPROJECT_FORECAST.GROUPCODE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>INFO.value</name> - <recordfield>SALESPROJECT_FORECAST.INFO</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SALESPROJECT_FORECASTID.value</name> - <recordfield>SALESPROJECT_FORECAST.SALESPROJECT_FORECASTID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SALESPROJECT_ID.value</name> - <recordfield>SALESPROJECT_FORECAST.SALESPROJECT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>TYPE.value</name> - <recordfield>SALESPROJECT_FORECAST.TYPE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>VOLUME.value</name> - <recordfield>SALESPROJECT_FORECAST.VOLUME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>GROUPCODE.displayValue</name> - <expression>%aditoprj%/entity/SalesprojectForecast_entity/recordcontainers/db/recordfieldmappings/groupcode.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> diff --git a/entity/SalesprojectForecast_entity/entityfields/salesproject_id/valueProcess.js b/entity/SalesprojectForecast_entity/entityfields/salesproject_id/valueProcess.js deleted file mode 100644 index 5f36de767cbd29329b5ff55802646021c5927057..0000000000000000000000000000000000000000 --- a/entity/SalesprojectForecast_entity/entityfields/salesproject_id/valueProcess.js +++ /dev/null @@ -1,10 +0,0 @@ -import("system.result"); -import("system.neon"); -import("system.vars"); - -if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW) -{ - if(vars.exists("$param.SalesprojectId_param") && vars.get("$param.SalesprojectId_param") != null) { - result.string(vars.getString("$param.SalesprojectId_param")); - } -} \ No newline at end of file diff --git a/entity/SalesprojectMember_entity/entityfields/salesproject_id/valueProcess.js b/entity/SalesprojectMember_entity/entityfields/salesproject_id/valueProcess.js deleted file mode 100644 index 5f36de767cbd29329b5ff55802646021c5927057..0000000000000000000000000000000000000000 --- a/entity/SalesprojectMember_entity/entityfields/salesproject_id/valueProcess.js +++ /dev/null @@ -1,10 +0,0 @@ -import("system.result"); -import("system.neon"); -import("system.vars"); - -if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW) -{ - if(vars.exists("$param.SalesprojectId_param") && vars.get("$param.SalesprojectId_param") != null) { - result.string(vars.getString("$param.SalesprojectId_param")); - } -} \ No newline at end of file diff --git a/entity/SalesprojectMember_entity/entityfields/salesproject_role/displayValueProcess.js b/entity/SalesprojectMember_entity/entityfields/salesproject_role/displayValueProcess.js deleted file mode 100644 index c44ff2976cfe055a8f1ab36b33130afbd9e711b1..0000000000000000000000000000000000000000 --- a/entity/SalesprojectMember_entity/entityfields/salesproject_role/displayValueProcess.js +++ /dev/null @@ -1,6 +0,0 @@ -import("system.result"); -import("system.vars"); -import("Keyword_lib"); -import("KeywordRegistry_basic"); - -result.string(KeywordUtils.getViewValue($KeywordRegistry.salesprojectMemberRole(), vars.get("$field.SALESPROJECT_ROLE"))); diff --git a/entity/SalesprojectMilestone_entity/SalesprojectMilestone_entity.aod b/entity/SalesprojectMilestone_entity/SalesprojectMilestone_entity.aod index 3cc124225ba7b17db565d2e4a52421465e09aa0d..b4c58e18a37126b64ab511832fe7a9d52b8ef9b0 100644 --- a/entity/SalesprojectMilestone_entity/SalesprojectMilestone_entity.aod +++ b/entity/SalesprojectMilestone_entity/SalesprojectMilestone_entity.aod @@ -1,185 +1,185 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>SalesprojectMilestone_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title></title> - <contentTitleProcess>%aditoprj%/entity/SalesprojectMilestone_entity/contentTitleProcess.js</contentTitleProcess> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>DATE_END</name> - <title>End date</title> - <contentType>DATE</contentType> - <resolution>DAY</resolution> - <outputFormat>dd.MM.yyyy</outputFormat> - <inputFormat>dd.MM.yyyy</inputFormat> - <searchable v="true" /> - </entityField> - <entityField> - <name>DATE_START</name> - <title>Date</title> - <contentType>DATE</contentType> - <resolution>DAY</resolution> - <outputFormat>dd.MM.yyyy</outputFormat> - <inputFormat>dd.MM.yyyy</inputFormat> - </entityField> - <entityField> - <name>SALESPROJECT_MILESTONEID</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/SalesprojectMilestone_entity/entityfields/salesproject_milestoneid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>SALESPROJECT_ID</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/SalesprojectMilestone_entity/entityfields/salesproject_id/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>TYPE</name> - <title>Type</title> - <mandatory v="true" /> - <displayValueProcess>%aditoprj%/entity/SalesprojectMilestone_entity/entityfields/type/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>VALUE</name> - <consumer>Keywords</consumer> - <mandatory v="true" /> - <titleProcess>%aditoprj%/entity/SalesprojectMilestone_entity/entityfields/value/titleProcess.js</titleProcess> - <displayValueProcess>%aditoprj%/entity/SalesprojectMilestone_entity/entityfields/value/displayValueProcess.js</displayValueProcess> - </entityField> - <entityParameter> - <name>SalesprojectId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>SalesprojectMilestones</name> - <recordContainer>db</recordContainer> - <children> - <entityParameter> - <name>SalesprojectId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>Type_param</name> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityField> - <name>DaysCount</name> - <title>Days count</title> - <valueProcess>%aditoprj%/entity/SalesprojectMilestone_entity/entityfields/dayscount/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>PARENT</name> - </entityField> - <entityConsumer> - <name>Keywords</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/SalesprojectMilestone_entity/entityfields/keywords/children/containername_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityParameter> - <name>Type_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>StateMilestones</name> - <dependencies> - <entityDependency> - <name>da87708b-e998-4694-81ae-d0068f789a89</name> - <entityName>Salesproject_entity</entityName> - <fieldName>SalesprojectStateMilestones</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>Type_param</name> - <valueProcess>%aditoprj%/entity/SalesprojectMilestone_entity/entityfields/statemilestones/children/type_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityProvider> - <entityProvider> - <name>PhaseMilestones</name> - <dependencies> - <entityDependency> - <name>b132527b-990c-416a-b2d6-ddbe6f4397e2</name> - <entityName>Salesproject_entity</entityName> - <fieldName>SalesprojectPhaseMilestones</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>Type_param</name> - <valueProcess>%aditoprj%/entity/SalesprojectMilestone_entity/entityfields/phasemilestones/children/type_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <title></title> - <alias>Data_alias</alias> - <conditionProcess>%aditoprj%/entity/SalesprojectMilestone_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <orderClauseProcess>%aditoprj%/entity/SalesprojectMilestone_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> - <onDBUpdate>%aditoprj%/entity/SalesprojectMilestone_entity/recordcontainers/db/onDBUpdate.js</onDBUpdate> - <linkInformation> - <linkInformation> - <name>464f1fd7-e5b6-4cfc-92f8-4873d4e10ce3</name> - <tableName>SALESPROJECT_MILESTONE</tableName> - <primaryKey>SALESPROJECT_MILESTONEID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>DATE_END.value</name> - <recordfield>SALESPROJECT_MILESTONE.DATE_END</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DATE_START.value</name> - <recordfield>SALESPROJECT_MILESTONE.DATE_START</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SALESPROJECT_MILESTONEID.value</name> - <recordfield>SALESPROJECT_MILESTONE.SALESPROJECT_MILESTONEID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>TYPE.value</name> - <recordfield>SALESPROJECT_MILESTONE.TYPE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>VALUE.value</name> - <recordfield>SALESPROJECT_MILESTONE.VALUE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SALESPROJECT_ID.value</name> - <recordfield>SALESPROJECT_MILESTONE.SALESPROJECT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PARENT.value</name> - <expression>%aditoprj%/entity/SalesprojectMilestone_entity/recordcontainers/db/recordfieldmappings/parent.value/expression.js</expression> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>SalesprojectMilestone_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title></title> + <contentTitleProcess>%aditoprj%/entity/SalesprojectMilestone_entity/contentTitleProcess.js</contentTitleProcess> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>DATE_END</name> + <title>End date</title> + <contentType>DATE</contentType> + <resolution>DAY</resolution> + <outputFormat>dd.MM.yyyy</outputFormat> + <inputFormat>dd.MM.yyyy</inputFormat> + <searchable v="true" /> + </entityField> + <entityField> + <name>DATE_START</name> + <title>Date</title> + <contentType>DATE</contentType> + <resolution>DAY</resolution> + <outputFormat>dd.MM.yyyy</outputFormat> + <inputFormat>dd.MM.yyyy</inputFormat> + </entityField> + <entityField> + <name>SALESPROJECT_MILESTONEID</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/SalesprojectMilestone_entity/entityfields/salesproject_milestoneid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>SALESPROJECT_ID</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/SalesprojectMilestone_entity/entityfields/salesproject_id/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>TYPE</name> + <title>Type</title> + <mandatory v="true" /> + <displayValueProcess>%aditoprj%/entity/SalesprojectMilestone_entity/entityfields/type/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>VALUE</name> + <consumer>Keywords</consumer> + <mandatory v="true" /> + <titleProcess>%aditoprj%/entity/SalesprojectMilestone_entity/entityfields/value/titleProcess.js</titleProcess> + <displayValueProcess>%aditoprj%/entity/SalesprojectMilestone_entity/entityfields/value/displayValueProcess.js</displayValueProcess> + </entityField> + <entityParameter> + <name>SalesprojectId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>SalesprojectMilestones</name> + <recordContainer>db</recordContainer> + <children> + <entityParameter> + <name>SalesprojectId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>Type_param</name> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityField> + <name>DaysCount</name> + <title>Days count</title> + <valueProcess>%aditoprj%/entity/SalesprojectMilestone_entity/entityfields/dayscount/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>PARENT</name> + </entityField> + <entityConsumer> + <name>Keywords</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/SalesprojectMilestone_entity/entityfields/keywords/children/containername_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityParameter> + <name>Type_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>StateMilestones</name> + <dependencies> + <entityDependency> + <name>da87708b-e998-4694-81ae-d0068f789a89</name> + <entityName>Salesproject_entity</entityName> + <fieldName>SalesprojectStateMilestones</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>Type_param</name> + <valueProcess>%aditoprj%/entity/SalesprojectMilestone_entity/entityfields/statemilestones/children/type_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityProvider> + <entityProvider> + <name>PhaseMilestones</name> + <dependencies> + <entityDependency> + <name>b132527b-990c-416a-b2d6-ddbe6f4397e2</name> + <entityName>Salesproject_entity</entityName> + <fieldName>SalesprojectPhaseMilestones</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>Type_param</name> + <valueProcess>%aditoprj%/entity/SalesprojectMilestone_entity/entityfields/phasemilestones/children/type_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <title></title> + <alias>Data_alias</alias> + <conditionProcess>%aditoprj%/entity/SalesprojectMilestone_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <orderClauseProcess>%aditoprj%/entity/SalesprojectMilestone_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> + <onDBUpdate>%aditoprj%/entity/SalesprojectMilestone_entity/recordcontainers/db/onDBUpdate.js</onDBUpdate> + <linkInformation> + <linkInformation> + <name>464f1fd7-e5b6-4cfc-92f8-4873d4e10ce3</name> + <tableName>SALESPROJECT_MILESTONE</tableName> + <primaryKey>SALESPROJECT_MILESTONEID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>DATE_END.value</name> + <recordfield>SALESPROJECT_MILESTONE.DATE_END</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DATE_START.value</name> + <recordfield>SALESPROJECT_MILESTONE.DATE_START</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SALESPROJECT_MILESTONEID.value</name> + <recordfield>SALESPROJECT_MILESTONE.SALESPROJECT_MILESTONEID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>TYPE.value</name> + <recordfield>SALESPROJECT_MILESTONE.TYPE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>VALUE.value</name> + <recordfield>SALESPROJECT_MILESTONE.VALUE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SALESPROJECT_ID.value</name> + <recordfield>SALESPROJECT_MILESTONE.SALESPROJECT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PARENT.value</name> + <expression>%aditoprj%/entity/SalesprojectMilestone_entity/recordcontainers/db/recordfieldmappings/parent.value/expression.js</expression> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/SalesprojectSource_entity/SalesprojectSource_entity.aod b/entity/SalesprojectSource_entity/SalesprojectSource_entity.aod index 395688326edec3dd1e9f46c936eb6dc34cc4c630..bb9392906c9c8a9b9cc0027b437a4f2eb6a21165 100644 --- a/entity/SalesprojectSource_entity/SalesprojectSource_entity.aod +++ b/entity/SalesprojectSource_entity/SalesprojectSource_entity.aod @@ -1,125 +1,125 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>SalesprojectSource_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>Touchpoint</title> - <titlePlural>Touchpoints</titlePlural> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityProvider> - <name>SalesprojectSouces</name> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>c1628437-2813-464f-b91c-71b1c6bb63a4</name> - <entityName>Salesproject_entity</entityName> - <fieldName>SalesprojectSources</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>SalesprojectId_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>SalesprojectId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>ENTRYDATE</name> - <title>Date</title> - <contentType>DATE</contentType> - <resolution>DAY</resolution> - <outputFormat>dd.MM.yyyy</outputFormat> - <inputFormat>dd.MM.yyyy</inputFormat> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/SalesprojectSource_entity/entityfields/entrydate/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>INFO</name> - <title>Info</title> - <contentType>LONG_TEXT</contentType> - </entityField> - <entityField> - <name>SALESPROJECT_ID</name> - <valueProcess>%aditoprj%/entity/SalesprojectSource_entity/entityfields/salesproject_id/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>SALESPROJECT_SOURCEID</name> - <valueProcess>%aditoprj%/entity/SalesprojectSource_entity/entityfields/salesproject_sourceid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>SOURCE</name> - <title>Touchpoint</title> - <consumer>KeywordSources</consumer> - <mandatory v="true" /> - <displayValueProcess>%aditoprj%/entity/SalesprojectSource_entity/entityfields/source/displayValueProcess.js</displayValueProcess> - </entityField> - <entityConsumer> - <name>KeywordSources</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/SalesprojectSource_entity/entityfields/keywordsources/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <conditionProcess>%aditoprj%/entity/SalesprojectSource_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <linkInformation> - <linkInformation> - <name>cbe646de-9bc8-4008-8a2f-41fa5728d85e</name> - <tableName>SALESPROJECT_SOURCE</tableName> - <primaryKey>SALESPROJECT_SOURCEID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>ENTRYDATE.value</name> - <recordfield>SALESPROJECT_SOURCE.ENTRYDATE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>INFO.value</name> - <recordfield>SALESPROJECT_SOURCE.INFO</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SALESPROJECT_ID.value</name> - <recordfield>SALESPROJECT_SOURCE.SALESPROJECT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SALESPROJECT_SOURCEID.value</name> - <recordfield>SALESPROJECT_SOURCE.SALESPROJECT_SOURCEID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SOURCE.value</name> - <recordfield>SALESPROJECT_SOURCE.SOURCE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SOURCE.displayValue</name> - <expression>%aditoprj%/entity/SalesprojectSource_entity/recordcontainers/db/recordfieldmappings/source.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>SalesprojectSource_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>Touchpoint</title> + <titlePlural>Touchpoints</titlePlural> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityProvider> + <name>SalesprojectSouces</name> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>c1628437-2813-464f-b91c-71b1c6bb63a4</name> + <entityName>Salesproject_entity</entityName> + <fieldName>SalesprojectSources</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>SalesprojectId_param</name> + <expose v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>SalesprojectId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>ENTRYDATE</name> + <title>Date</title> + <contentType>DATE</contentType> + <resolution>DAY</resolution> + <outputFormat>dd.MM.yyyy</outputFormat> + <inputFormat>dd.MM.yyyy</inputFormat> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/SalesprojectSource_entity/entityfields/entrydate/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>INFO</name> + <title>Info</title> + <contentType>LONG_TEXT</contentType> + </entityField> + <entityField> + <name>SALESPROJECT_ID</name> + <valueProcess>%aditoprj%/entity/SalesprojectSource_entity/entityfields/salesproject_id/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>SALESPROJECT_SOURCEID</name> + <valueProcess>%aditoprj%/entity/SalesprojectSource_entity/entityfields/salesproject_sourceid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>SOURCE</name> + <title>Touchpoint</title> + <consumer>KeywordSources</consumer> + <mandatory v="true" /> + <displayValueProcess>%aditoprj%/entity/SalesprojectSource_entity/entityfields/source/displayValueProcess.js</displayValueProcess> + </entityField> + <entityConsumer> + <name>KeywordSources</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/SalesprojectSource_entity/entityfields/keywordsources/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <conditionProcess>%aditoprj%/entity/SalesprojectSource_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <linkInformation> + <linkInformation> + <name>cbe646de-9bc8-4008-8a2f-41fa5728d85e</name> + <tableName>SALESPROJECT_SOURCE</tableName> + <primaryKey>SALESPROJECT_SOURCEID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>ENTRYDATE.value</name> + <recordfield>SALESPROJECT_SOURCE.ENTRYDATE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>INFO.value</name> + <recordfield>SALESPROJECT_SOURCE.INFO</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SALESPROJECT_ID.value</name> + <recordfield>SALESPROJECT_SOURCE.SALESPROJECT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SALESPROJECT_SOURCEID.value</name> + <recordfield>SALESPROJECT_SOURCE.SALESPROJECT_SOURCEID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SOURCE.value</name> + <recordfield>SALESPROJECT_SOURCE.SOURCE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SOURCE.displayValue</name> + <expression>%aditoprj%/entity/SalesprojectSource_entity/recordcontainers/db/recordfieldmappings/source.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Salesproject_entity/Salesproject_entity.aod b/entity/Salesproject_entity/Salesproject_entity.aod index 839142bc291772644acb1bcec415dad17258d196..a2c2f769da61385613cab85c72eee74026008961 100644 --- a/entity/Salesproject_entity/Salesproject_entity.aod +++ b/entity/Salesproject_entity/Salesproject_entity.aod @@ -1,696 +1,724 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Salesproject_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>Salesproject</title> - <contentTitleProcess>%aditoprj%/entity/Salesproject_entity/contentTitleProcess.js</contentTitleProcess> - <afterUiInit>%aditoprj%/entity/Salesproject_entity/afterUiInit.js</afterUiInit> - <onValidation>%aditoprj%/entity/Salesproject_entity/onValidation.js</onValidation> - <afterOperatingState>%aditoprj%/entity/Salesproject_entity/afterOperatingState.js</afterOperatingState> - <iconId>VAADIN:BOOK_DOLLAR</iconId> - <titlePlural>Salesprojects</titlePlural> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - <dependencies> - <entityDependency> - <name>497657f7-ebd7-4c9c-b8ab-da447a1556e5</name> - <entityName>Order_entity</entityName> - <fieldName>Salesprojects</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>f010781d-453d-4df3-b330-75c1336e4d4c</name> - <entityName>Object_entity</entityName> - <fieldName>Salesprojects</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - </entityProvider> - <entityField> - <name>ENDDATE</name> - <title>Rollout</title> - <contentType>DATE</contentType> - <resolution>DAY</resolution> - <outputFormat>dd.MM.yyyy</outputFormat> - <inputFormat>dd.MM.yyyy</inputFormat> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/enddate/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>INFO</name> - <title>Information</title> - <contentType>LONG_TEXT</contentType> - </entityField> - <entityField> - <name>PHASE</name> - <title>Phase</title> - <consumer>KeywordPhases</consumer> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/phase/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/phase/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>PROJECTCODE</name> - <documentation>%aditoprj%/entity/Salesproject_entity/entityfields/projectcode/documentation.adoc</documentation> - <title>Project number</title> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/projectcode/valueProcess.js</valueProcess> - <onValidation>%aditoprj%/entity/Salesproject_entity/entityfields/projectcode/onValidation.js</onValidation> - </entityField> - <entityField> - <name>PROJECTTITLE</name> - <title>Project title</title> - <mandatory v="true" /> - </entityField> - <entityField> - <name>CONTACT_ID</name> - <title>Company</title> - <consumer>Organisations</consumer> - <linkedContext>Organisation</linkedContext> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/contact_id/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/contact_id/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>SALESPROJECTID</name> - <searchable v="false" /> - <state>AUTO</state> - </entityField> - <entityField> - <name>STARTDATE</name> - <title>Project start</title> - <contentType>DATE</contentType> - <resolution>DAY</resolution> - <outputFormat>dd.MM.yyyy</outputFormat> - <inputFormat>dd.MM.yyyy</inputFormat> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/startdate/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>STATE</name> - <title>Status</title> - <consumer>KeywordStates</consumer> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/state/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/state/displayValueProcess.js</displayValueProcess> - <onValueChange>%aditoprj%/entity/Salesproject_entity/entityfields/state/onValueChange.js</onValueChange> - <onValueChangeTypes> - <element>MASK</element> - </onValueChangeTypes> - </entityField> - <entityField> - <name>VOLUME</name> - <title>Volume</title> - <description></description> - <contentType>NUMBER</contentType> - <inputFormat>#0</inputFormat> - <searchable v="true" /> - <displayValueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/volume/displayValueProcess.js</displayValueProcess> - </entityField> - <entityConsumer> - <name>Organisations</name> - <dependency> - <name>dependency</name> - <entityName>Organisation_entity</entityName> - <fieldName>Organisations</fieldName> - </dependency> - </entityConsumer> - <entityField> - <name>PROBABILITY</name> - <title>Probability</title> - <consumer>KeywordProbabilties</consumer> - <displayValueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/probability/displayValueProcess.js</displayValueProcess> - </entityField> - <entityConsumer> - <name>SalesprojectSources</name> - <dependency> - <name>dependency</name> - <entityName>SalesprojectSource_entity</entityName> - <fieldName>SalesprojectSouces</fieldName> - </dependency> - <children> - <entityParameter> - <name>SalesprojectId_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/salesprojectsources/children/salesprojectid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>SalesprojectPhaseMilestones</name> - <dependency> - <name>dependency</name> - <entityName>SalesprojectMilestone_entity</entityName> - <fieldName>PhaseMilestones</fieldName> - </dependency> - <children> - <entityParameter> - <name>SalesprojectId_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/salesprojectphasemilestones/children/salesprojectid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>SalesprojectForecasts</name> - <dependency> - <name>dependency</name> - <entityName>SalesprojectForecast_entity</entityName> - <fieldName>SalesprojectForecasts</fieldName> - </dependency> - <children> - <entityParameter> - <name>SalesprojectId_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/salesprojectforecasts/children/salesprojectid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>SalesprojectCompetitions</name> - <selectionMode>MULTI</selectionMode> - <dependency> - <name>dependency</name> - <entityName>SalesprojectCompetition_entity</entityName> - <fieldName>SalesprojectCompetitions</fieldName> - </dependency> - <children> - <entityParameter> - <name>SalesprojectId_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/salesprojectcompetitions/children/salesprojectid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>SalesprojectOffers</name> - <dependency> - <name>dependency</name> - <entityName>Offer_entity</entityName> - <fieldName>SalesprojectOffers</fieldName> - </dependency> - <children> - <entityParameter> - <name>SalesprojectId_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/salesprojectoffers/children/salesprojectid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Activities</name> - <dependency> - <name>dependency</name> - <entityName>Activity_entity</entityName> - <fieldName>LinkedObjects</fieldName> - </dependency> - <children> - <entityParameter> - <name>PresetLinks_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/activities/children/presetlinks_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>RowId_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/activities/children/rowid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>ObjectId_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/activities/children/objectid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>SalesprojectMembers</name> - <dependency> - <name>dependency</name> - <entityName>SalesprojectMember_entity</entityName> - <fieldName>SalesprojectMembers</fieldName> - </dependency> - <children> - <entityParameter> - <name>SalesprojectId_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/salesprojectmembers/children/salesprojectid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>newOffer</name> - <documentation>%aditoprj%/entity/Salesproject_entity/entityfields/newoffer/documentation.adoc</documentation> - <title>New offer</title> - <description>Opens the Offer context in NEW-Mode and fills salesproject and contact.</description> - <onActionProcess>%aditoprj%/entity/Salesproject_entity/entityfields/newoffer/onActionProcess.js</onActionProcess> - <iconId>VAADIN:CART</iconId> - </entityActionField> - <entityConsumer> - <name>Timetrackings</name> - <dependency> - <name>dependency</name> - <entityName>Timetracking_entity</entityName> - <fieldName>Timetrackings</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectId_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/timetrackings/children/objectid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>RowId_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/timetrackings/children/rowid_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityConsumer> - <name>ObjectRelations</name> - <dependency> - <name>dependency</name> - </dependency> - </entityConsumer> - <entityField> - <name>TIMETRACKINGSUM</name> - <title>Time expenses</title> - <description>the total hours of all time trackings related to the salesproject</description> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/timetrackingsum/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/timetrackingsum/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>IMAGE</name> - <contentType>IMAGE</contentType> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/image/valueProcess.js</valueProcess> - </entityField> - <entityConsumer> - <name>Documents</name> - <dependency> - <name>dependency</name> - <entityName>Document_entity</entityName> - <fieldName>Documents</fieldName> - </dependency> - <children> - <entityParameter> - <name>AssignmentName_param</name> - </entityParameter> - <entityParameter> - <name>AssignmentRowId_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/documents/children/assignmentrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>AssignmentTable_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/documents/children/assignmenttable_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>MainDocuments</name> - <stateProcess>%aditoprj%/entity/Salesproject_entity/entityfields/maindocuments/stateProcess.js</stateProcess> - <dependency> - <name>dependency</name> - <entityName>Document_entity</entityName> - <fieldName>MainDocuments</fieldName> - </dependency> - <children> - <entityParameter> - <name>AssignmentName_param</name> - </entityParameter> - <entityParameter> - <name>AssignmentRowId_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/maindocuments/children/assignmentrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>AssignmentTable_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/maindocuments/children/assignmenttable_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>newTimetracking</name> - <title>New time tracking</title> - <description>Opens the time tracking context in new-mode for the selected salesproject</description> - <onActionProcess>%aditoprj%/entity/Salesproject_entity/entityfields/newtimetracking/onActionProcess.js</onActionProcess> - <iconId>VAADIN:STOPWATCH</iconId> - </entityActionField> - <entityConsumer> - <name>KeywordProbabilties</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <title></title> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/keywordprobabilties/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordStates</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/keywordstates/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordPhases</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/keywordphases/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>newActivity</name> - <title>New activity</title> - <onActionProcess>%aditoprj%/entity/Salesproject_entity/entityfields/newactivity/onActionProcess.js</onActionProcess> - <iconId>VAADIN:HOURGLASS_END</iconId> - <tooltip>New activity</tooltip> - <tooltipProcess>%aditoprj%/entity/Salesproject_entity/entityfields/newactivity/tooltipProcess.js</tooltipProcess> - </entityActionField> - <entityField> - <name>InactiveTime</name> - <title>Days inactive</title> - <contentType>NUMBER</contentType> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/inactivetime/valueProcess.js</valueProcess> - </entityField> - <entityConsumer> - <name>KeywordWonLost</name> - <selectionMode>MULTI</selectionMode> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/keywordwonlost/children/containername_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>REASONS</name> - <title>Reason</title> - <mandatoryProcess>%aditoprj%/entity/Salesproject_entity/entityfields/reasons/mandatoryProcess.js</mandatoryProcess> - <dropDownProcess>%aditoprj%/entity/Salesproject_entity/entityfields/reasons/dropDownProcess.js</dropDownProcess> - <searchable v="true" /> - <selectionMode>MULTI</selectionMode> - <stateProcess>%aditoprj%/entity/Salesproject_entity/entityfields/reasons/stateProcess.js</stateProcess> - <onValueChangeTypes> - <element>MASK</element> - <element>PROCESS</element> - <element>PROCESS_SETVALUE</element> - </onValueChangeTypes> - </entityField> - <entityProvider> - <name>Salesprojects</name> - <dependencies> - <entityDependency> - <name>0925d17f-a26a-4641-aaf4-0f74796fefa7</name> - <entityName>Organisation_entity</entityName> - <fieldName>Salesprojects</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ContactId_param</name> - <expose v="true" /> - <mandatory v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityActionField> - <name>newTask</name> - <title>New task</title> - <onActionProcess>%aditoprj%/entity/Salesproject_entity/entityfields/newtask/onActionProcess.js</onActionProcess> - <iconId>VAADIN:TASKS</iconId> - </entityActionField> - <entityConsumer> - <name>Tasks</name> - <stateProcess>%aditoprj%/entity/Salesproject_entity/entityfields/tasks/stateProcess.js</stateProcess> - <dependency> - <name>dependency</name> - <entityName>Task_entity</entityName> - <fieldName>Tasks</fieldName> - </dependency> - <children> - <entityParameter> - <name>RowId_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/tasks/children/rowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>PresetLinks_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/tasks/children/presetlinks_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectId_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/tasks/children/objectid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityProvider> - <name>openSalesprojects</name> - <dependencies> - <entityDependency> - <name>631f55f9-fb0f-4205-bdb8-6e3476268ab4</name> - <entityName>Offer_entity</entityName> - <fieldName>Salesprojects</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>State_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/opensalesprojects/children/state_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>State_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityConsumer> - <name>SalesprojectStateMilestones</name> - <dependency> - <name>dependency</name> - <entityName>SalesprojectMilestone_entity</entityName> - <fieldName>StateMilestones</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>Attributes</name> - <onValidation>%aditoprj%/entity/Salesproject_entity/entityfields/attributes/onValidation.js</onValidation> - <dependency> - <name>dependency</name> - <entityName>AttributeRelation_entity</entityName> - <fieldName>AttributeRelations</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectRowId_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>AttributeTree</name> - <dependency> - <name>dependency</name> - <entityName>AttributeRelation_entity</entityName> - <fieldName>TreeProvider</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/attributetree/children/objecttype_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectRowId_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/attributetree/children/objectrowid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>LogHistoryConsumer</name> - <dependency> - <name>dependency</name> - <entityName>LogHistory_entity</entityName> - <fieldName>LogHistoryProvider</fieldName> - </dependency> - <children> - <entityParameter> - <name>tablenames_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/loghistoryconsumer/children/tablenames_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Classifications</name> - <dependency> - <name>dependency</name> - <entityName>Classification_entity</entityName> - <fieldName>Classifications</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectRowid_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/classifications/children/objectrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/classifications/children/objecttype_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ClassificationType_param</name> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/classifications/children/classificationtype_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>RemainingTime</name> - <title>Days remaining</title> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/remainingtime/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>RunTime</name> - <title>Days running</title> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/runtime/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>ClassificationResult</name> - <title>Classification</title> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/classificationresult/valueProcess.js</valueProcess> - </entityField> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <fromClauseProcess>%aditoprj%/entity/Salesproject_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> - <conditionProcess>%aditoprj%/entity/Salesproject_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <orderClauseProcess>%aditoprj%/entity/Salesproject_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> - <onDBInsert>%aditoprj%/entity/Salesproject_entity/recordcontainers/db/onDBInsert.js</onDBInsert> - <onDBUpdate>%aditoprj%/entity/Salesproject_entity/recordcontainers/db/onDBUpdate.js</onDBUpdate> - <onDBDelete>%aditoprj%/entity/Salesproject_entity/recordcontainers/db/onDBDelete.js</onDBDelete> - <linkInformation> - <linkInformation> - <name>02eb2f4c-3b85-409f-ac13-c8b26804da44</name> - <tableName>SALESPROJECT</tableName> - <primaryKey>SALESPROJECTID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - <linkInformation> - <name>485af2f8-d91d-442f-89c7-c44915dda990</name> - <tableName>ORGANISATION</tableName> - <primaryKey>ORGANISATIONID</primaryKey> - <isUIDTable v="false" /> - <readonly v="true" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>ENDDATE.value</name> - <recordfield>SALESPROJECT.ENDDATE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>INFO.value</name> - <recordfield>SALESPROJECT.INFO</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PHASE.value</name> - <recordfield>SALESPROJECT.PHASE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PROBABILITY.value</name> - <recordfield>SALESPROJECT.PROBABILITY</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PROJECTCODE.value</name> - <recordfield>SALESPROJECT.PROJECTCODE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PROJECTTITLE.value</name> - <recordfield>SALESPROJECT.PROJECTTITLE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SALESPROJECTID.value</name> - <recordfield>SALESPROJECT.SALESPROJECTID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STARTDATE.value</name> - <recordfield>SALESPROJECT.STARTDATE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STATE.value</name> - <recordfield>SALESPROJECT.STATE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>VOLUME.value</name> - <recordfield>SALESPROJECT.VOLUME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACT_ID.value</name> - <recordfield>SALESPROJECT.CONTACT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACT_ID.displayValue</name> - <recordfield>ORGANISATION.NAME</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PROBABILITY.displayValue</name> - <expression>%aditoprj%/entity/Salesproject_entity/recordcontainers/db/recordfieldmappings/probability.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STATE.displayValue</name> - <expression>%aditoprj%/entity/Salesproject_entity/recordcontainers/db/recordfieldmappings/state.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PHASE.displayValue</name> - <expression>%aditoprj%/entity/Salesproject_entity/recordcontainers/db/recordfieldmappings/phase.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>REASONS.value</name> - <recordfield>SALESPROJECT.REASONS</recordfield> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Salesproject_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>Salesproject</title> + <contentTitleProcess>%aditoprj%/entity/Salesproject_entity/contentTitleProcess.js</contentTitleProcess> + <afterUiInit>%aditoprj%/entity/Salesproject_entity/afterUiInit.js</afterUiInit> + <onValidation>%aditoprj%/entity/Salesproject_entity/onValidation.js</onValidation> + <afterOperatingState>%aditoprj%/entity/Salesproject_entity/afterOperatingState.js</afterOperatingState> + <iconId>VAADIN:BOOK_DOLLAR</iconId> + <titlePlural>Salesprojects</titlePlural> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + <dependencies> + <entityDependency> + <name>497657f7-ebd7-4c9c-b8ab-da447a1556e5</name> + <entityName>Order_entity</entityName> + <fieldName>Salesprojects</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>f010781d-453d-4df3-b330-75c1336e4d4c</name> + <entityName>Object_entity</entityName> + <fieldName>Salesprojects</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + </entityProvider> + <entityField> + <name>ENDDATE</name> + <title>Rollout</title> + <contentType>DATE</contentType> + <resolution>DAY</resolution> + <outputFormat>dd.MM.yyyy</outputFormat> + <inputFormat>dd.MM.yyyy</inputFormat> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/enddate/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>INFO</name> + <title>Information</title> + <contentType>LONG_TEXT</contentType> + </entityField> + <entityField> + <name>PHASE</name> + <title>Phase</title> + <consumer>KeywordPhases</consumer> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/phase/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/phase/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>PROJECTCODE</name> + <documentation>%aditoprj%/entity/Salesproject_entity/entityfields/projectcode/documentation.adoc</documentation> + <title>Project number</title> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/projectcode/valueProcess.js</valueProcess> + <onValidation>%aditoprj%/entity/Salesproject_entity/entityfields/projectcode/onValidation.js</onValidation> + </entityField> + <entityField> + <name>PROJECTTITLE</name> + <title>Project title</title> + <mandatory v="true" /> + </entityField> + <entityField> + <name>CONTACT_ID</name> + <title>Company</title> + <consumer>Organisations</consumer> + <linkedContext>Organisation</linkedContext> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/contact_id/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/contact_id/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>SALESPROJECTID</name> + <searchable v="false" /> + <state>AUTO</state> + </entityField> + <entityField> + <name>STARTDATE</name> + <title>Project start</title> + <contentType>DATE</contentType> + <resolution>DAY</resolution> + <outputFormat>dd.MM.yyyy</outputFormat> + <inputFormat>dd.MM.yyyy</inputFormat> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/startdate/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>STATE</name> + <title>Status</title> + <consumer>KeywordStates</consumer> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/state/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/state/displayValueProcess.js</displayValueProcess> + <onValueChange>%aditoprj%/entity/Salesproject_entity/entityfields/state/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + </onValueChangeTypes> + </entityField> + <entityField> + <name>VOLUME</name> + <title>Volume</title> + <description></description> + <contentType>NUMBER</contentType> + <inputFormat>#0</inputFormat> + <searchable v="true" /> + <displayValueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/volume/displayValueProcess.js</displayValueProcess> + </entityField> + <entityConsumer> + <name>Organisations</name> + <dependency> + <name>dependency</name> + <entityName>Organisation_entity</entityName> + <fieldName>Organisations</fieldName> + </dependency> + </entityConsumer> + <entityField> + <name>PROBABILITY</name> + <title>Probability</title> + <consumer>KeywordProbabilties</consumer> + <displayValueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/probability/displayValueProcess.js</displayValueProcess> + </entityField> + <entityConsumer> + <name>SalesprojectSources</name> + <dependency> + <name>dependency</name> + <entityName>SalesprojectSource_entity</entityName> + <fieldName>SalesprojectSouces</fieldName> + </dependency> + <children> + <entityParameter> + <name>SalesprojectId_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/salesprojectsources/children/salesprojectid_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>SalesprojectPhaseMilestones</name> + <dependency> + <name>dependency</name> + <entityName>SalesprojectMilestone_entity</entityName> + <fieldName>PhaseMilestones</fieldName> + </dependency> + <children> + <entityParameter> + <name>SalesprojectId_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/salesprojectphasemilestones/children/salesprojectid_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Forecasts</name> + <dependency> + <name>dependency</name> + <entityName>Forecast_entity</entityName> + <fieldName>Links</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/forecasts/children/objecttype_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/forecasts/children/objectrowid_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Competitions</name> + <selectionMode>MULTI</selectionMode> + <dependency> + <name>dependency</name> + <entityName>Competition_entity</entityName> + <fieldName>Links</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/competitions/children/objectrowid_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/competitions/children/objecttype_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Offers</name> + <dependency> + <name>dependency</name> + <entityName>Offer_entity</entityName> + <fieldName>Links</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/offers/children/objectrowid_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/offers/children/objecttype_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Activities</name> + <dependency> + <name>dependency</name> + <entityName>Activity_entity</entityName> + <fieldName>LinkedObjects</fieldName> + </dependency> + <children> + <entityParameter> + <name>PresetLinks_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/activities/children/presetlinks_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>RowId_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/activities/children/rowid_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>ObjectId_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/activities/children/objectid_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Members</name> + <dependency> + <name>dependency</name> + <entityName>Member_entity</entityName> + <fieldName>Links</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/members/children/objectrowid_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/members/children/objecttype_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>newOffer</name> + <documentation>%aditoprj%/entity/Salesproject_entity/entityfields/newoffer/documentation.adoc</documentation> + <title>New offer</title> + <description>Opens the Offer context in NEW-Mode and fills salesproject and contact.</description> + <onActionProcess>%aditoprj%/entity/Salesproject_entity/entityfields/newoffer/onActionProcess.js</onActionProcess> + <iconId>VAADIN:CART</iconId> + </entityActionField> + <entityConsumer> + <name>Timetrackings</name> + <dependency> + <name>dependency</name> + <entityName>Timetracking_entity</entityName> + <fieldName>Timetrackings</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectId_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/timetrackings/children/objectid_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>RowId_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/timetrackings/children/rowid_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>ObjectRelations</name> + <dependency> + <name>dependency</name> + </dependency> + </entityConsumer> + <entityField> + <name>TIMETRACKINGSUM</name> + <title>Time expenses</title> + <description>the total hours of all time trackings related to the salesproject</description> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/timetrackingsum/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/timetrackingsum/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>IMAGE</name> + <contentType>IMAGE</contentType> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/image/valueProcess.js</valueProcess> + </entityField> + <entityConsumer> + <name>Documents</name> + <dependency> + <name>dependency</name> + <entityName>Document_entity</entityName> + <fieldName>Documents</fieldName> + </dependency> + <children> + <entityParameter> + <name>AssignmentName_param</name> + </entityParameter> + <entityParameter> + <name>AssignmentRowId_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/documents/children/assignmentrowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>AssignmentTable_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/documents/children/assignmenttable_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>MainDocuments</name> + <stateProcess>%aditoprj%/entity/Salesproject_entity/entityfields/maindocuments/stateProcess.js</stateProcess> + <dependency> + <name>dependency</name> + <entityName>Document_entity</entityName> + <fieldName>MainDocuments</fieldName> + </dependency> + <children> + <entityParameter> + <name>AssignmentName_param</name> + </entityParameter> + <entityParameter> + <name>AssignmentRowId_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/maindocuments/children/assignmentrowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>AssignmentTable_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/maindocuments/children/assignmenttable_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>newTimetracking</name> + <title>New time tracking</title> + <description>Opens the time tracking context in new-mode for the selected salesproject</description> + <onActionProcess>%aditoprj%/entity/Salesproject_entity/entityfields/newtimetracking/onActionProcess.js</onActionProcess> + <iconId>VAADIN:STOPWATCH</iconId> + </entityActionField> + <entityConsumer> + <name>KeywordProbabilties</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <title></title> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/keywordprobabilties/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordStates</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/keywordstates/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordPhases</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/keywordphases/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>newActivity</name> + <title>New activity</title> + <onActionProcess>%aditoprj%/entity/Salesproject_entity/entityfields/newactivity/onActionProcess.js</onActionProcess> + <iconId>VAADIN:HOURGLASS_END</iconId> + <tooltip>New activity</tooltip> + <tooltipProcess>%aditoprj%/entity/Salesproject_entity/entityfields/newactivity/tooltipProcess.js</tooltipProcess> + </entityActionField> + <entityField> + <name>InactiveTime</name> + <title>Days inactive</title> + <contentType>NUMBER</contentType> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/inactivetime/valueProcess.js</valueProcess> + </entityField> + <entityConsumer> + <name>KeywordWonLost</name> + <selectionMode>MULTI</selectionMode> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/keywordwonlost/children/containername_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>REASONS</name> + <title>Reason</title> + <mandatoryProcess>%aditoprj%/entity/Salesproject_entity/entityfields/reasons/mandatoryProcess.js</mandatoryProcess> + <dropDownProcess>%aditoprj%/entity/Salesproject_entity/entityfields/reasons/dropDownProcess.js</dropDownProcess> + <searchable v="true" /> + <selectionMode>MULTI</selectionMode> + <stateProcess>%aditoprj%/entity/Salesproject_entity/entityfields/reasons/stateProcess.js</stateProcess> + <onValueChangeTypes> + <element>MASK</element> + <element>PROCESS</element> + <element>PROCESS_SETVALUE</element> + </onValueChangeTypes> + </entityField> + <entityProvider> + <name>Salesprojects</name> + <dependencies> + <entityDependency> + <name>0925d17f-a26a-4641-aaf4-0f74796fefa7</name> + <entityName>Organisation_entity</entityName> + <fieldName>Salesprojects</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ContactId_param</name> + <expose v="true" /> + <mandatory v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityActionField> + <name>newTask</name> + <title>New task</title> + <onActionProcess>%aditoprj%/entity/Salesproject_entity/entityfields/newtask/onActionProcess.js</onActionProcess> + <iconId>VAADIN:TASKS</iconId> + </entityActionField> + <entityConsumer> + <name>Tasks</name> + <stateProcess>%aditoprj%/entity/Salesproject_entity/entityfields/tasks/stateProcess.js</stateProcess> + <dependency> + <name>dependency</name> + <entityName>Task_entity</entityName> + <fieldName>Tasks</fieldName> + </dependency> + <children> + <entityParameter> + <name>RowId_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/tasks/children/rowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>PresetLinks_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/tasks/children/presetlinks_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectId_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/tasks/children/objectid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityProvider> + <name>openSalesprojects</name> + <dependencies> + <entityDependency> + <name>631f55f9-fb0f-4205-bdb8-6e3476268ab4</name> + <entityName>Offer_entity</entityName> + <fieldName>Salesprojects</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>State_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/opensalesprojects/children/state_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>State_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>SalesprojectStateMilestones</name> + <dependency> + <name>dependency</name> + <entityName>SalesprojectMilestone_entity</entityName> + <fieldName>StateMilestones</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>Attributes</name> + <onValidation>%aditoprj%/entity/Salesproject_entity/entityfields/attributes/onValidation.js</onValidation> + <dependency> + <name>dependency</name> + <entityName>AttributeRelation_entity</entityName> + <fieldName>AttributeRelations</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>AttributeTree</name> + <dependency> + <name>dependency</name> + <entityName>AttributeRelation_entity</entityName> + <fieldName>TreeProvider</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/attributetree/children/objecttype_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/attributetree/children/objectrowid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>LogHistoryConsumer</name> + <dependency> + <name>dependency</name> + <entityName>LogHistory_entity</entityName> + <fieldName>LogHistoryProvider</fieldName> + </dependency> + <children> + <entityParameter> + <name>tablenames_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/loghistoryconsumer/children/tablenames_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Classifications</name> + <dependency> + <name>dependency</name> + <entityName>Classification_entity</entityName> + <fieldName>Classifications</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectRowid_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/classifications/children/objectrowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/classifications/children/objecttype_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ClassificationType_param</name> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/classifications/children/classificationtype_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>RemainingTime</name> + <title>Days remaining</title> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/remainingtime/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>RunTime</name> + <title>Days running</title> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/runtime/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>ClassificationResult</name> + <title>Classification</title> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/classificationresult/valueProcess.js</valueProcess> + </entityField> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <fromClauseProcess>%aditoprj%/entity/Salesproject_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> + <conditionProcess>%aditoprj%/entity/Salesproject_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <orderClauseProcess>%aditoprj%/entity/Salesproject_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> + <onDBInsert>%aditoprj%/entity/Salesproject_entity/recordcontainers/db/onDBInsert.js</onDBInsert> + <onDBUpdate>%aditoprj%/entity/Salesproject_entity/recordcontainers/db/onDBUpdate.js</onDBUpdate> + <onDBDelete>%aditoprj%/entity/Salesproject_entity/recordcontainers/db/onDBDelete.js</onDBDelete> + <linkInformation> + <linkInformation> + <name>02eb2f4c-3b85-409f-ac13-c8b26804da44</name> + <tableName>SALESPROJECT</tableName> + <primaryKey>SALESPROJECTID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + <linkInformation> + <name>485af2f8-d91d-442f-89c7-c44915dda990</name> + <tableName>ORGANISATION</tableName> + <primaryKey>ORGANISATIONID</primaryKey> + <isUIDTable v="false" /> + <readonly v="true" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>ENDDATE.value</name> + <recordfield>SALESPROJECT.ENDDATE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>INFO.value</name> + <recordfield>SALESPROJECT.INFO</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PHASE.value</name> + <recordfield>SALESPROJECT.PHASE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PROBABILITY.value</name> + <recordfield>SALESPROJECT.PROBABILITY</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PROJECTCODE.value</name> + <recordfield>SALESPROJECT.PROJECTCODE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PROJECTTITLE.value</name> + <recordfield>SALESPROJECT.PROJECTTITLE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SALESPROJECTID.value</name> + <recordfield>SALESPROJECT.SALESPROJECTID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STARTDATE.value</name> + <recordfield>SALESPROJECT.STARTDATE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STATE.value</name> + <recordfield>SALESPROJECT.STATE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>VOLUME.value</name> + <recordfield>SALESPROJECT.VOLUME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACT_ID.value</name> + <recordfield>SALESPROJECT.CONTACT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACT_ID.displayValue</name> + <recordfield>ORGANISATION.NAME</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PROBABILITY.displayValue</name> + <expression>%aditoprj%/entity/Salesproject_entity/recordcontainers/db/recordfieldmappings/probability.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STATE.displayValue</name> + <expression>%aditoprj%/entity/Salesproject_entity/recordcontainers/db/recordfieldmappings/state.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PHASE.displayValue</name> + <expression>%aditoprj%/entity/Salesproject_entity/recordcontainers/db/recordfieldmappings/phase.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>REASONS.value</name> + <recordfield>SALESPROJECT.REASONS</recordfield> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Salesproject_entity/entityfields/competitions/children/objectrowid_param/valueProcess.js b/entity/Salesproject_entity/entityfields/competitions/children/objectrowid_param/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..2b119ebfa1944164fd2a1cb645511740bec9015e --- /dev/null +++ b/entity/Salesproject_entity/entityfields/competitions/children/objectrowid_param/valueProcess.js @@ -0,0 +1,4 @@ +import("system.vars"); +import("system.result"); + +result.string(vars.get("$field.SALESPROJECTID")); \ No newline at end of file diff --git a/entity/Salesproject_entity/entityfields/competitions/children/objecttype_param/valueProcess.js b/entity/Salesproject_entity/entityfields/competitions/children/objecttype_param/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..cc6924394ae950c43386275dda2c8db5d7a9c0ed --- /dev/null +++ b/entity/Salesproject_entity/entityfields/competitions/children/objecttype_param/valueProcess.js @@ -0,0 +1,4 @@ +import("Context_lib"); +import("system.result"); + +result.string(ContextUtils.getCurrentContextId()); \ No newline at end of file diff --git a/entity/Salesproject_entity/entityfields/forecasts/children/objectrowid_param/valueProcess.js b/entity/Salesproject_entity/entityfields/forecasts/children/objectrowid_param/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..e443fa2a1062390231b0d24f7bde6d886e21a954 --- /dev/null +++ b/entity/Salesproject_entity/entityfields/forecasts/children/objectrowid_param/valueProcess.js @@ -0,0 +1,4 @@ +import("system.vars"); +import("system.result"); + +result.string(vars.get("$field.SALESPROJECTID")); diff --git a/entity/Salesproject_entity/entityfields/forecasts/children/objecttype_param/valueProcess.js b/entity/Salesproject_entity/entityfields/forecasts/children/objecttype_param/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..c346bbcfecb98c65bb737be761cd1c66191250b9 --- /dev/null +++ b/entity/Salesproject_entity/entityfields/forecasts/children/objecttype_param/valueProcess.js @@ -0,0 +1,3 @@ +import("Context_lib"); +import("system.result"); +result.string(ContextUtils.getCurrentContextId()); \ No newline at end of file diff --git a/entity/Salesproject_entity/entityfields/members/children/objectrowid_param/valueProcess.js b/entity/Salesproject_entity/entityfields/members/children/objectrowid_param/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..2b119ebfa1944164fd2a1cb645511740bec9015e --- /dev/null +++ b/entity/Salesproject_entity/entityfields/members/children/objectrowid_param/valueProcess.js @@ -0,0 +1,4 @@ +import("system.vars"); +import("system.result"); + +result.string(vars.get("$field.SALESPROJECTID")); \ No newline at end of file diff --git a/entity/Salesproject_entity/entityfields/members/children/objecttype_param/valueProcess.js b/entity/Salesproject_entity/entityfields/members/children/objecttype_param/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..cc6924394ae950c43386275dda2c8db5d7a9c0ed --- /dev/null +++ b/entity/Salesproject_entity/entityfields/members/children/objecttype_param/valueProcess.js @@ -0,0 +1,4 @@ +import("Context_lib"); +import("system.result"); + +result.string(ContextUtils.getCurrentContextId()); \ No newline at end of file diff --git a/entity/Salesproject_entity/entityfields/offers/children/objectrowid_param/valueProcess.js b/entity/Salesproject_entity/entityfields/offers/children/objectrowid_param/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..0c198ef8c2f3da7079b6b0cf11dde0a09bf2cc01 --- /dev/null +++ b/entity/Salesproject_entity/entityfields/offers/children/objectrowid_param/valueProcess.js @@ -0,0 +1,4 @@ +import("system.logging"); +import("system.vars"); +import("system.result"); +result.string(vars.get("$field.SALESPROJECTID")); \ No newline at end of file diff --git a/entity/Salesproject_entity/entityfields/offers/children/objecttype_param/valueProcess.js b/entity/Salesproject_entity/entityfields/offers/children/objecttype_param/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..d0156b4590f78c712a4d43ef7419912743e0c24e --- /dev/null +++ b/entity/Salesproject_entity/entityfields/offers/children/objecttype_param/valueProcess.js @@ -0,0 +1,4 @@ +import("system.logging"); +import("Context_lib"); +import("system.result"); +result.string(ContextUtils.getCurrentContextId()); \ No newline at end of file diff --git a/entity/Salesproject_entity/entityfields/salesprojectcompetitions/children/salesprojectid_param/valueProcess.js b/entity/Salesproject_entity/entityfields/salesprojectforecasts/children/forecastid_param/valueProcess.js similarity index 100% rename from entity/Salesproject_entity/entityfields/salesprojectcompetitions/children/salesprojectid_param/valueProcess.js rename to entity/Salesproject_entity/entityfields/salesprojectforecasts/children/forecastid_param/valueProcess.js diff --git a/entity/Salesproject_entity/entityfields/salesprojectforecasts/children/salesprojectid_param/valueProcess.js b/entity/Salesproject_entity/entityfields/salesprojectforecasts/children/salesprojectid_param/valueProcess.js deleted file mode 100644 index b9a94c51a19da02962159545a287ddc773e7320d..0000000000000000000000000000000000000000 --- a/entity/Salesproject_entity/entityfields/salesprojectforecasts/children/salesprojectid_param/valueProcess.js +++ /dev/null @@ -1,4 +0,0 @@ -import("system.result"); -import("system.vars"); - -result.string(vars.getString("$field.SALESPROJECTID")); \ No newline at end of file diff --git a/entity/Salesproject_entity/entityfields/salesprojectmembers/children/salesprojectid_param/valueProcess.js b/entity/Salesproject_entity/entityfields/salesprojectmembers/children/salesprojectid_param/valueProcess.js deleted file mode 100644 index b9a94c51a19da02962159545a287ddc773e7320d..0000000000000000000000000000000000000000 --- a/entity/Salesproject_entity/entityfields/salesprojectmembers/children/salesprojectid_param/valueProcess.js +++ /dev/null @@ -1,4 +0,0 @@ -import("system.result"); -import("system.vars"); - -result.string(vars.getString("$field.SALESPROJECTID")); \ No newline at end of file diff --git a/entity/Salesproject_entity/entityfields/salesprojectoffers/children/salesprojectid_param/valueProcess.js b/entity/Salesproject_entity/entityfields/salesprojectoffers/children/salesprojectid_param/valueProcess.js deleted file mode 100644 index b9a94c51a19da02962159545a287ddc773e7320d..0000000000000000000000000000000000000000 --- a/entity/Salesproject_entity/entityfields/salesprojectoffers/children/salesprojectid_param/valueProcess.js +++ /dev/null @@ -1,4 +0,0 @@ -import("system.result"); -import("system.vars"); - -result.string(vars.getString("$field.SALESPROJECTID")); \ No newline at end of file diff --git a/entity/Salesproject_entity/entityfields/salesprojectsopen/children/state_param/valueProcess.js b/entity/Salesproject_entity/entityfields/salesprojectsopen/children/state_param/valueProcess.js index e593be26ec8829f70c64b9efa45061cb427cb08b..52a7642475b873a3e9afb4e686aa447f07ec64d5 100644 --- a/entity/Salesproject_entity/entityfields/salesprojectsopen/children/state_param/valueProcess.js +++ b/entity/Salesproject_entity/entityfields/salesprojectsopen/children/state_param/valueProcess.js @@ -1,5 +1,5 @@ import("system.result"); -//KeywordId for SalesprojectCompetitionState OPEN +//KeywordId for CompetitionState OPEN result.string("25b0ac77-ef92-4809-802e-bb9d8782f865") \ No newline at end of file diff --git a/entity/Salesproject_entity/recordcontainers/db/onDBDelete.js b/entity/Salesproject_entity/recordcontainers/db/onDBDelete.js index 63f1823605ffbd72027c574e96024582fd2dc7fb..dc8096032637d39091a4bec27f435dd08d99165e 100644 --- a/entity/Salesproject_entity/recordcontainers/db/onDBDelete.js +++ b/entity/Salesproject_entity/recordcontainers/db/onDBDelete.js @@ -1,29 +1,42 @@ -import("system.db"); -import("system.vars"); -import("Sql_lib"); -import("Context_lib"); - -var currentId = vars.getString("$field.SALESPROJECTID"); - -if (currentId) -{ - var toDelete = [ - "SALESPROJECT_COMPETITION", - "SALESPROJECT_MILESTONE", - "SALESPROJECT_FORECAST", - "SALESPROJECT_MEMBER", - "SALESPROJECT_SOURCE" - ]; - - toDelete = toDelete.map(function(pTable) - { - return [pTable, SqlCondition.equals(pTable + ".SALESPROJECT_ID", currentId, "1=2")] - }); - - toDelete.push(["CLASSIFICATION", sqlCondition.begin() - .andPrepare("CLASSIFICATION.OBJECT_TYPE", ContextUtils.getCurrentContextId()) - .andPrepare("CLASSIFICATION.OBJECT_ROWID", currentId).build("1=2")]) - db.deletes(toDelete); - - // TODO: auch Dokumente, Aktivitäten, Aufgaben, Zeiterfassungen löschen? +import("Context_lib"); +import("system.db"); +import("system.vars"); +import("Sql_lib"); + +var currentId = vars.getString("$field.SALESPROJECTID"); + +if (currentId) +{ + var toDelete = [ + "SALESPROJECT_MILESTONE", + "SALESPROJECT_SOURCE" + ]; + + + toDelete = toDelete.map(function(pTable) + { + return [pTable, SqlCondition.equals(pTable + ".SALESPROJECT_ID", currentId, "1=2")]; + }); + + + + var modulesToDelete = [ + "CLASSIFICATION", + "COMPETITION", + "MEMBER", + "FORECAST" + ]; + + toDelete = toDelete.concat(modulesToDelete.map(function(pTableComp) + { + return [pTableComp, SqlCondition.begin() + .andPrepare(pTableComp + ".OBJECT_TYPE", ContextUtils.getCurrentContextId()) + .andPrepare(pTableComp + ".OBJECT_ROWID", currentId) + .build("1=2")]; + })); + + + db.deletes(toDelete); + +// TODO: auch Dokumente, Aktivitäten, Aufgaben, Zeiterfassungen löschen? } \ No newline at end of file diff --git a/entity/Salesproject_entity/recordcontainers/db/onDBUpdate.js b/entity/Salesproject_entity/recordcontainers/db/onDBUpdate.js index 95c901de86dfdf90d075c1311539cfe8971f4886..67dfadce51729efc98e31f67a5a9892eb264710e 100644 --- a/entity/Salesproject_entity/recordcontainers/db/onDBUpdate.js +++ b/entity/Salesproject_entity/recordcontainers/db/onDBUpdate.js @@ -33,7 +33,7 @@ vars.get("$local.changed").forEach(function(fieldName) { if (state == 'd8a60f60-a4e6-46ee-88ec-bac53e1afedd') { // set all offers of the salesproject to lost - db.updateData("OFFER", ["STATUS"], null, ["a5682630-01ae-4769-8f03-47dc1db44da4"], SqlCondition.equals("OFFER.SALESPROJECT_ID", vars.getString("$field.SALESPROJECTID"), "1=2")); + db.updateData("OFFER", ["STATUS"], null, ["a5682630-01ae-4769-8f03-47dc1db44da4"], SqlCondition.equals("OFFER.OBJECT_ROWID", vars.getString("$field.SALESPROJECTID"), "1=2")); _updateReasons(); clearReason = false; } @@ -41,7 +41,7 @@ vars.get("$local.changed").forEach(function(fieldName) { else if (state == '130bb53a-a97e-455e-8f34-8d445e985474') { // set all competitions of the salesproject to lost - db.updateData("SALESPROJECT_COMPETITION", ["STATUS"], null, ["ff73172c-8517-4b6e-98cb-43aebacd9af1"], SqlCondition.equals("SALESPROJECT_COMPETITION.SALESPROJECT_ID", vars.getString("$field.SALESPROJECTID"), "1=2")); + db.updateData("COMPETITION", ["STATUS"], null, ["ff73172c-8517-4b6e-98cb-43aebacd9af1"], SqlCondition.equals("COMPETITION.OBJECT_ROWID", vars.getString("$field.SALESPROJECTID"), "1=2")); _updateReasons(); clearReason = false; } @@ -50,7 +50,7 @@ vars.get("$local.changed").forEach(function(fieldName) { { // do not notify as the user just got a question, if he really would like to clear the forecast needToUpdateForecast = false; - db.deleteData("SALESPROJECT_FORECAST", SqlCondition.equals("SALESPROJECT_FORECAST.SALESPROJECT_ID", vars.getString("$field.SALESPROJECTID"), "1=2")); + db.deleteData("FORECAST", SqlCondition.equals("FORECAST.OBJECT_ROWID", vars.getString("$field.SALESPROJECTID"), "1=2")); } // if state changed, but not to one of the above states else diff --git a/entity/SalutationDistinct_entity/SalutationDistinct_entity.aod b/entity/SalutationDistinct_entity/SalutationDistinct_entity.aod index 71e92e08a6c44e8ab340f41d9427ccd903aa531b..3c1f61ab2b0cc3e31b257b069328cda02f75031a 100644 --- a/entity/SalutationDistinct_entity/SalutationDistinct_entity.aod +++ b/entity/SalutationDistinct_entity/SalutationDistinct_entity.aod @@ -1,40 +1,40 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>SalutationDistinct_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <contentTitleProcess>%aditoprj%/entity/SalutationDistinct_entity/contentTitleProcess.js</contentTitleProcess> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>UID</name> - </entityField> - <entityProvider> - <name>Salutations</name> - <children> - <entityParameter> - <name>Language_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>Language_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <contentProcess>%aditoprj%/entity/SalutationDistinct_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <recordFields> - <element>UID.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>SalutationDistinct_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <contentTitleProcess>%aditoprj%/entity/SalutationDistinct_entity/contentTitleProcess.js</contentTitleProcess> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>UID</name> + </entityField> + <entityProvider> + <name>Salutations</name> + <children> + <entityParameter> + <name>Language_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>Language_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <contentProcess>%aditoprj%/entity/SalutationDistinct_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <recordFields> + <element>UID.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/SalutationTitleDistinct_entity/SalutationTitleDistinct_entity.aod b/entity/SalutationTitleDistinct_entity/SalutationTitleDistinct_entity.aod index da79acffd1c902c6095895d451eca50e33bab7f2..8a20efcfe08b7db243bebdac6d958ab4914b729a 100644 --- a/entity/SalutationTitleDistinct_entity/SalutationTitleDistinct_entity.aod +++ b/entity/SalutationTitleDistinct_entity/SalutationTitleDistinct_entity.aod @@ -1,50 +1,50 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>SalutationTitleDistinct_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <contentTitleProcess>%aditoprj%/entity/SalutationTitleDistinct_entity/contentTitleProcess.js</contentTitleProcess> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>UID</name> - </entityField> - <entityParameter> - <name>Salutation_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>SalutationTitles</name> - <children> - <entityParameter> - <name>Language_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - </entityParameter> - <entityParameter> - <name>Salutation_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>Language_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <contentProcess>%aditoprj%/entity/SalutationTitleDistinct_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <recordFields> - <element>UID.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>SalutationTitleDistinct_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <contentTitleProcess>%aditoprj%/entity/SalutationTitleDistinct_entity/contentTitleProcess.js</contentTitleProcess> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>UID</name> + </entityField> + <entityParameter> + <name>Salutation_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>SalutationTitles</name> + <children> + <entityParameter> + <name>Language_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + <entityParameter> + <name>Salutation_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>Language_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <contentProcess>%aditoprj%/entity/SalutationTitleDistinct_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <recordFields> + <element>UID.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Social_entity/Social_entity.aod b/entity/Social_entity/Social_entity.aod index 67c29c8f37627e29690cbae1e241b84a19cb5046..7744aeaa83908e4a9820e15002035b670ac0bcc0 100644 --- a/entity/Social_entity/Social_entity.aod +++ b/entity/Social_entity/Social_entity.aod @@ -1,35 +1,35 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Social_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>Social Media</title> - <entityFields> - <entityField> - <name>TWITTER_TIMELINE</name> - <contentType>HTML</contentType> - <valueProcess>%aditoprj%/entity/Social_entity/entityfields/twitter_timeline/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>UID</name> - </entityField> - <entityField> - <name>FACEBOOK_TIMELINE</name> - <contentType>HTML</contentType> - <valueProcess>%aditoprj%/entity/Social_entity/entityfields/facebook_timeline/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>YOUTUBE</name> - <contentType>HTML</contentType> - <valueProcess>%aditoprj%/entity/Social_entity/entityfields/youtube/valueProcess.js</valueProcess> - </entityField> - <entityParameter> - <name>Account_param</name> - <title>Benutzer</title> - <expose v="true" /> - <description>Benutzer</description> - </entityParameter> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - </entityFields> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Social_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>Social Media</title> + <entityFields> + <entityField> + <name>TWITTER_TIMELINE</name> + <contentType>HTML</contentType> + <valueProcess>%aditoprj%/entity/Social_entity/entityfields/twitter_timeline/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>UID</name> + </entityField> + <entityField> + <name>FACEBOOK_TIMELINE</name> + <contentType>HTML</contentType> + <valueProcess>%aditoprj%/entity/Social_entity/entityfields/facebook_timeline/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>YOUTUBE</name> + <contentType>HTML</contentType> + <valueProcess>%aditoprj%/entity/Social_entity/entityfields/youtube/valueProcess.js</valueProcess> + </entityField> + <entityParameter> + <name>Account_param</name> + <title>Benutzer</title> + <expose v="true" /> + <description>Benutzer</description> + </entityParameter> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + </entityFields> +</entity> diff --git a/entity/Stock_entity/Stock_entity.aod b/entity/Stock_entity/Stock_entity.aod index 2b4c23327771b07d04682d6391012c4160c0ac01..c5ad1b78ead08d8f5e962af19d4b0c549bc721db 100644 --- a/entity/Stock_entity/Stock_entity.aod +++ b/entity/Stock_entity/Stock_entity.aod @@ -1,165 +1,165 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Stock_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/Stock_entity/documentation.adoc</documentation> - <title>Stock</title> - <recordContainer>db</recordContainer> - <entityFields> - <entityField> - <name>ENTRYDATE</name> - <title>Date</title> - <contentType>DATE</contentType> - <resolution>DAY</resolution> - <outputFormat>dd.MM.yyyy</outputFormat> - <inputFormat>dd.MM.yyyy</inputFormat> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Stock_entity/entityfields/entrydate/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>IN_OUT</name> - <title>I / O</title> - <contentType>TEXT</contentType> - <mandatory v="true" /> - <dropDownProcess>%aditoprj%/entity/Stock_entity/entityfields/in_out/dropDownProcess.js</dropDownProcess> - </entityField> - <entityField> - <name>PRODUCT_ID</name> - <valueProcess>%aditoprj%/entity/Stock_entity/entityfields/product_id/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>QUANTITY</name> - <title>Quantity</title> - <contentType>TEXT</contentType> - <outputFormat>#.##0</outputFormat> - <inputFormat>#.##0</inputFormat> - <mandatory v="true" /> - </entityField> - <entityField> - <name>REFNUMBER</name> - <title>Reference</title> - </entityField> - <entityField> - <name>STOCKID</name> - <valueProcess>%aditoprj%/entity/Stock_entity/entityfields/stockid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>WAREHOUSE</name> - <title>Warehouse</title> - <consumer>KeywordWarehouses</consumer> - <mandatory v="true" /> - <displayValueProcess>%aditoprj%/entity/Stock_entity/entityfields/warehouse/displayValueProcess.js</displayValueProcess> - </entityField> - <entityProvider> - <name>Stocks</name> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>aa9264c8-2c96-4a7a-94c7-e38bc0ae7df3</name> - <entityName>Product_entity</entityName> - <fieldName>Stocks</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>e6168337-2f0b-4135-be16-1a4fd1c2ff65</name> - <entityName>Product_entity</entityName> - <fieldName>StockCounts</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ProductId_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityField> - <name>IMAGE</name> - <contentType>IMAGE</contentType> - <valueProcess>%aditoprj%/entity/Stock_entity/entityfields/image/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>STOCKCOUNT</name> - <title>Stock</title> - <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Stock_entity/entityfields/stockcount/valueProcess.js</valueProcess> - </entityField> - <entityParameter> - <name>ProductId_param</name> - <expose v="true" /> - <triggerRecalculation v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityConsumer> - <name>KeywordWarehouses</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Stock_entity/entityfields/keywordwarehouses/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <maximumDbRows v="0" /> - <conditionProcess>%aditoprj%/entity/Stock_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <orderClauseProcess>%aditoprj%/entity/Stock_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> - <linkInformation> - <linkInformation> - <name>d291e552-0b6a-48e1-a830-1558beb5f58e</name> - <tableName>STOCK</tableName> - <primaryKey>STOCKID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>ENTRYDATE.value</name> - <recordfield>STOCK.ENTRYDATE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>IN_OUT.value</name> - <recordfield>STOCK.IN_OUT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PRODUCT_ID.value</name> - <recordfield>STOCK.PRODUCT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>QUANTITY.value</name> - <recordfield>STOCK.QUANTITY</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>REFNUMBER.value</name> - <recordfield>STOCK.REFNUMBER</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STOCKID.value</name> - <recordfield>STOCK.STOCKID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>WAREHOUSE.value</name> - <recordfield>STOCK.WAREHOUSE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>WAREHOUSE.displayValue</name> - <expression>%aditoprj%/entity/Stock_entity/recordcontainers/db/recordfieldmappings/warehouse.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Stock_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/Stock_entity/documentation.adoc</documentation> + <title>Stock</title> + <recordContainer>db</recordContainer> + <entityFields> + <entityField> + <name>ENTRYDATE</name> + <title>Date</title> + <contentType>DATE</contentType> + <resolution>DAY</resolution> + <outputFormat>dd.MM.yyyy</outputFormat> + <inputFormat>dd.MM.yyyy</inputFormat> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Stock_entity/entityfields/entrydate/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>IN_OUT</name> + <title>I / O</title> + <contentType>TEXT</contentType> + <mandatory v="true" /> + <dropDownProcess>%aditoprj%/entity/Stock_entity/entityfields/in_out/dropDownProcess.js</dropDownProcess> + </entityField> + <entityField> + <name>PRODUCT_ID</name> + <valueProcess>%aditoprj%/entity/Stock_entity/entityfields/product_id/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>QUANTITY</name> + <title>Quantity</title> + <contentType>TEXT</contentType> + <outputFormat>#.##0</outputFormat> + <inputFormat>#.##0</inputFormat> + <mandatory v="true" /> + </entityField> + <entityField> + <name>REFNUMBER</name> + <title>Reference</title> + </entityField> + <entityField> + <name>STOCKID</name> + <valueProcess>%aditoprj%/entity/Stock_entity/entityfields/stockid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>WAREHOUSE</name> + <title>Warehouse</title> + <consumer>KeywordWarehouses</consumer> + <mandatory v="true" /> + <displayValueProcess>%aditoprj%/entity/Stock_entity/entityfields/warehouse/displayValueProcess.js</displayValueProcess> + </entityField> + <entityProvider> + <name>Stocks</name> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>aa9264c8-2c96-4a7a-94c7-e38bc0ae7df3</name> + <entityName>Product_entity</entityName> + <fieldName>Stocks</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>e6168337-2f0b-4135-be16-1a4fd1c2ff65</name> + <entityName>Product_entity</entityName> + <fieldName>StockCounts</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ProductId_param</name> + <expose v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityField> + <name>IMAGE</name> + <contentType>IMAGE</contentType> + <valueProcess>%aditoprj%/entity/Stock_entity/entityfields/image/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>STOCKCOUNT</name> + <title>Stock</title> + <state>READONLY</state> + <valueProcess>%aditoprj%/entity/Stock_entity/entityfields/stockcount/valueProcess.js</valueProcess> + </entityField> + <entityParameter> + <name>ProductId_param</name> + <expose v="true" /> + <triggerRecalculation v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityConsumer> + <name>KeywordWarehouses</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Stock_entity/entityfields/keywordwarehouses/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <maximumDbRows v="0" /> + <conditionProcess>%aditoprj%/entity/Stock_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <orderClauseProcess>%aditoprj%/entity/Stock_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> + <linkInformation> + <linkInformation> + <name>d291e552-0b6a-48e1-a830-1558beb5f58e</name> + <tableName>STOCK</tableName> + <primaryKey>STOCKID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>ENTRYDATE.value</name> + <recordfield>STOCK.ENTRYDATE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>IN_OUT.value</name> + <recordfield>STOCK.IN_OUT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PRODUCT_ID.value</name> + <recordfield>STOCK.PRODUCT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>QUANTITY.value</name> + <recordfield>STOCK.QUANTITY</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>REFNUMBER.value</name> + <recordfield>STOCK.REFNUMBER</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STOCKID.value</name> + <recordfield>STOCK.STOCKID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>WAREHOUSE.value</name> + <recordfield>STOCK.WAREHOUSE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>WAREHOUSE.displayValue</name> + <expression>%aditoprj%/entity/Stock_entity/recordcontainers/db/recordfieldmappings/warehouse.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/TaskLink_entity/TaskLink_entity.aod b/entity/TaskLink_entity/TaskLink_entity.aod index 1c8f12bc89375a40d82622cc5157cd7ff458fe7c..dd9a71014ae44dc0ee93b802a5d34a1408f2f1b5 100644 --- a/entity/TaskLink_entity/TaskLink_entity.aod +++ b/entity/TaskLink_entity/TaskLink_entity.aod @@ -1,120 +1,120 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>TaskLink_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>Connection</title> - <titlePlural>Connections</titlePlural> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>TASKLINKID</name> - <valueProcess>%aditoprj%/entity/TaskLink_entity/entityfields/tasklinkid/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>TASK_ID</name> - <valueProcess>%aditoprj%/entity/TaskLink_entity/entityfields/task_id/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>OBJECT_TYPE</name> - <title>{$OBJECTLINK_TYPE}</title> - <consumer>Contexts</consumer> - <displayValueProcess>%aditoprj%/entity/TaskLink_entity/entityfields/object_type/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>OBJECT_ROWID</name> - <title>{$OBJECTLINK_OBJECT}</title> - <consumer>Objects</consumer> - <linkedContextProcess>%aditoprj%/entity/TaskLink_entity/entityfields/object_rowid/linkedContextProcess.js</linkedContextProcess> - <displayValueProcess>%aditoprj%/entity/TaskLink_entity/entityfields/object_rowid/displayValueProcess.js</displayValueProcess> - </entityField> - <entityProvider> - <name>Link</name> - <targetContextField>OBJECT_TYPE</targetContextField> - <targetIdField>OBJECT_ROWID</targetIdField> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>40cc8bcd-c178-4a77-a968-642e1d8e1f70</name> - <entityName>Task_entity</entityName> - <fieldName>Links</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>TaskId_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>TaskId_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityConsumer> - <name>Contexts</name> - <dependency> - <name>dependency</name> - <entityName>Context_entity</entityName> - <fieldName>TaskLinkable</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>Objects</name> - <dependency> - <name>dependency</name> - <entityName>Object_entity</entityName> - <fieldName>AllObjects</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/TaskLink_entity/entityfields/objects/children/objecttype_param/valueProcess.js</valueProcess> - <triggerRecalculation v="true" /> - </entityParameter> - </children> - </entityConsumer> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <conditionProcess>%aditoprj%/entity/TaskLink_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <linkInformation> - <linkInformation> - <name>75141ff0-c6de-4dfd-ad35-6bf2fc931fb9</name> - <tableName>TASKLINK</tableName> - <primaryKey>TASKLINKID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>OBJECT_ROWID.value</name> - <recordfield>TASKLINK.OBJECT_ROWID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>OBJECT_TYPE.value</name> - <recordfield>TASKLINK.OBJECT_TYPE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>TASK_ID.value</name> - <recordfield>TASKLINK.TASK_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>TASKLINKID.value</name> - <recordfield>TASKLINK.TASKLINKID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>OBJECT_ROWID.displayValue</name> - <expression>%aditoprj%/entity/TaskLink_entity/recordcontainers/db/recordfieldmappings/object_rowid.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>TaskLink_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>Connection</title> + <titlePlural>Connections</titlePlural> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>TASKLINKID</name> + <valueProcess>%aditoprj%/entity/TaskLink_entity/entityfields/tasklinkid/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>TASK_ID</name> + <valueProcess>%aditoprj%/entity/TaskLink_entity/entityfields/task_id/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>OBJECT_TYPE</name> + <title>{$OBJECTLINK_TYPE}</title> + <consumer>Contexts</consumer> + <displayValueProcess>%aditoprj%/entity/TaskLink_entity/entityfields/object_type/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>OBJECT_ROWID</name> + <title>{$OBJECTLINK_OBJECT}</title> + <consumer>Objects</consumer> + <linkedContextProcess>%aditoprj%/entity/TaskLink_entity/entityfields/object_rowid/linkedContextProcess.js</linkedContextProcess> + <displayValueProcess>%aditoprj%/entity/TaskLink_entity/entityfields/object_rowid/displayValueProcess.js</displayValueProcess> + </entityField> + <entityProvider> + <name>Link</name> + <targetContextField>OBJECT_TYPE</targetContextField> + <targetIdField>OBJECT_ROWID</targetIdField> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>40cc8bcd-c178-4a77-a968-642e1d8e1f70</name> + <entityName>Task_entity</entityName> + <fieldName>Links</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>TaskId_param</name> + <expose v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>TaskId_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>Contexts</name> + <dependency> + <name>dependency</name> + <entityName>Context_entity</entityName> + <fieldName>TaskLinkable</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>Objects</name> + <dependency> + <name>dependency</name> + <entityName>Object_entity</entityName> + <fieldName>AllObjects</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/TaskLink_entity/entityfields/objects/children/objecttype_param/valueProcess.js</valueProcess> + <triggerRecalculation v="true" /> + </entityParameter> + </children> + </entityConsumer> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <conditionProcess>%aditoprj%/entity/TaskLink_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <linkInformation> + <linkInformation> + <name>75141ff0-c6de-4dfd-ad35-6bf2fc931fb9</name> + <tableName>TASKLINK</tableName> + <primaryKey>TASKLINKID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>OBJECT_ROWID.value</name> + <recordfield>TASKLINK.OBJECT_ROWID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OBJECT_TYPE.value</name> + <recordfield>TASKLINK.OBJECT_TYPE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>TASK_ID.value</name> + <recordfield>TASKLINK.TASK_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>TASKLINKID.value</name> + <recordfield>TASKLINK.TASKLINKID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OBJECT_ROWID.displayValue</name> + <expression>%aditoprj%/entity/TaskLink_entity/recordcontainers/db/recordfieldmappings/object_rowid.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Task_entity/Task_entity.aod b/entity/Task_entity/Task_entity.aod index 28614866fc9e4396d493f7707f2d434fb435b45e..9fc98a92cb538970b95f286f69fa5bb7c08d7e7b 100644 --- a/entity/Task_entity/Task_entity.aod +++ b/entity/Task_entity/Task_entity.aod @@ -1,609 +1,609 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Task_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/Task_entity/documentation.adoc</documentation> - <title>Task</title> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Task_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/Task_entity/documentation.adoc</documentation> + <title>Task</title> <contentTitleProcess>%aditoprj%/entity/Task_entity/contentTitleProcess.js</contentTitleProcess> - <afterUiInit>%aditoprj%/entity/Task_entity/afterUiInit.js</afterUiInit> - <onValidation>%aditoprj%/entity/Task_entity/onValidation.js</onValidation> - <iconId>VAADIN:TASKS</iconId> - <iconIdProcess>%aditoprj%/entity/Task_entity/iconIdProcess.js</iconIdProcess> - <titlePlural>Tasks</titlePlural> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - <recordContainer>db</recordContainer> - </entityProvider> - <entityField> - <name>CODE</name> - <title>task number</title> - <contentType>NUMBER</contentType> - <outputFormat>0000000</outputFormat> - <inputFormat>0000000</inputFormat> - <searchable v="false" /> - <state>DISABLED</state> - <stateProcess>%aditoprj%/entity/Task_entity/entityfields/code/stateProcess.js</stateProcess> - </entityField> - <entityField> - <name>SUBJECT</name> - <title>subject</title> - <mandatory v="true" /> - </entityField> - <entityField> - <name>STATUS</name> - <title>{$TASK_STATUS}</title> - <colorProcess>%aditoprj%/entity/Task_entity/entityfields/status/colorProcess.js</colorProcess> - <consumer>KeywordStates</consumer> - <groupable v="true" /> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/status/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Task_entity/entityfields/status/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>PRIORITY</name> - <title>Priority</title> - <consumer>KeywordPriorities</consumer> - <groupable v="true" /> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/priority/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Task_entity/entityfields/priority/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>REQUESTOR_CONTACT_ID</name> - <title>{$TASK_REQUESTOR}</title> - <consumer>ContactRequestors</consumer> - <linkedContext>Person</linkedContext> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/requestor_contact_id/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Task_entity/entityfields/requestor_contact_id/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>EDITOR_CONTACT_ID</name> - <title>{$TASK_EDITOR}</title> - <consumer>ContactEditors</consumer> - <linkedContext>Person</linkedContext> - <displayValueProcess>%aditoprj%/entity/Task_entity/entityfields/editor_contact_id/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>START_DATE</name> - <title>Begin</title> - <contentType>DATE</contentType> - <resolution>MINUTE</resolution> - <outputFormat>dd.MM.yyyy HH:mm</outputFormat> - <inputFormat>dd.MM.yyyy HH:mm</inputFormat> - <groupable v="true" /> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/start_date/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>MATURITY_DATE</name> - <title>Maturity</title> - <contentType>DATE</contentType> - <resolution>MINUTE</resolution> - <outputFormat>dd.MM.yyyy HH:mm</outputFormat> - <inputFormat>dd.MM.yyyy HH:mm</inputFormat> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/maturity_date/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>TYPE</name> - <title>type</title> - <consumer>KeywordTypes</consumer> - <groupable v="true" /> - <searchable v="true" /> + <afterUiInit>%aditoprj%/entity/Task_entity/afterUiInit.js</afterUiInit> + <onValidation>%aditoprj%/entity/Task_entity/onValidation.js</onValidation> + <iconId>VAADIN:TASKS</iconId> + <iconIdProcess>%aditoprj%/entity/Task_entity/iconIdProcess.js</iconIdProcess> + <titlePlural>Tasks</titlePlural> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + <recordContainer>db</recordContainer> + </entityProvider> + <entityField> + <name>CODE</name> + <title>task number</title> + <contentType>NUMBER</contentType> + <outputFormat>0000000</outputFormat> + <inputFormat>0000000</inputFormat> + <searchable v="false" /> + <state>DISABLED</state> + <stateProcess>%aditoprj%/entity/Task_entity/entityfields/code/stateProcess.js</stateProcess> + </entityField> + <entityField> + <name>SUBJECT</name> + <title>subject</title> + <mandatory v="true" /> + </entityField> + <entityField> + <name>STATUS</name> + <title>{$TASK_STATUS}</title> + <colorProcess>%aditoprj%/entity/Task_entity/entityfields/status/colorProcess.js</colorProcess> + <consumer>KeywordStates</consumer> + <groupable v="true" /> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/status/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Task_entity/entityfields/status/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>PRIORITY</name> + <title>Priority</title> + <consumer>KeywordPriorities</consumer> + <groupable v="true" /> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/priority/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Task_entity/entityfields/priority/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>REQUESTOR_CONTACT_ID</name> + <title>{$TASK_REQUESTOR}</title> + <consumer>ContactRequestors</consumer> + <linkedContext>Person</linkedContext> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/requestor_contact_id/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Task_entity/entityfields/requestor_contact_id/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>EDITOR_CONTACT_ID</name> + <title>{$TASK_EDITOR}</title> + <consumer>ContactEditors</consumer> + <linkedContext>Person</linkedContext> + <displayValueProcess>%aditoprj%/entity/Task_entity/entityfields/editor_contact_id/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>START_DATE</name> + <title>Begin</title> + <contentType>DATE</contentType> + <resolution>MINUTE</resolution> + <outputFormat>dd.MM.yyyy HH:mm</outputFormat> + <inputFormat>dd.MM.yyyy HH:mm</inputFormat> + <groupable v="true" /> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/start_date/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>MATURITY_DATE</name> + <title>Maturity</title> + <contentType>DATE</contentType> + <resolution>MINUTE</resolution> + <outputFormat>dd.MM.yyyy HH:mm</outputFormat> + <inputFormat>dd.MM.yyyy HH:mm</inputFormat> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/maturity_date/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>TYPE</name> + <title>type</title> + <consumer>KeywordTypes</consumer> + <groupable v="true" /> + <searchable v="true" /> <state>READONLY</state> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/type/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Task_entity/entityfields/type/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>DESCRIPTION</name> - <title>description</title> - <contentType>LONG_TEXT</contentType> - </entityField> - <entityField> - <name>PROTECTIONLEVEL</name> - <title>Protected</title> - <contentType>BOOLEAN</contentType> - <contentTypeProcess>%aditoprj%/entity/Task_entity/entityfields/protectionlevel/contentTypeProcess.js</contentTypeProcess> - <dropDownProcess>%aditoprj%/entity/Task_entity/entityfields/protectionlevel/dropDownProcess.js</dropDownProcess> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/protectionlevel/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>TASKID</name> - <mandatory v="true" /> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/taskid/valueProcess.js</valueProcess> - </entityField> - <entityConsumer> - <name>ContactEditors</name> - <dependency> - <name>dependency</name> - <entityName>Employee_entity</entityName> - <fieldName>Employees</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>ContactRequestors</name> - <dependency> - <name>dependency</name> - <entityName>Employee_entity</entityName> - <fieldName>Employees</fieldName> - </dependency> - </entityConsumer> - <entityConsumer> - <name>MainDocuments</name> - <stateProcess>%aditoprj%/entity/Task_entity/entityfields/maindocuments/stateProcess.js</stateProcess> - <dependency> - <name>dependency</name> - <entityName>Document_entity</entityName> - <fieldName>#PROVIDER</fieldName> - </dependency> - <children> - <entityParameter> - <name>AssignmentRowId_param</name> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/maindocuments/children/assignmentrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>AssignmentTable_param</name> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/maindocuments/children/assignmenttable_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordStates</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/keywordstates/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>KeywordTypes</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/keywordtypes/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>ModuleTrees</name> - <dependency> - <name>dependency</name> - <entityName>ModuleTree_entity</entityName> - <fieldName>TreeProviders</fieldName> - </dependency> - <children> - <entityParameter> - <name>ID_param</name> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/moduletrees/children/id_param/valueProcess.js</valueProcess> - <expose v="false" /> - <mandatory v="false" /> - </entityParameter> - <entityParameter> - <name>ContextName_param</name> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/moduletrees/children/contextname_param/valueProcess.js</valueProcess> - <expose v="false" /> - <mandatory v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityField> - <name>PARENT_CONTEXT</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/parent_context/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>PARENT_ID</name> - <searchable v="false" /> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/parent_id/valueProcess.js</valueProcess> - </entityField> - <entityParameter> - <name>ParentId_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>ParentContext_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityActionField> - <name>newActivity</name> - <title>New activity</title> - <onActionProcess>%aditoprj%/entity/Task_entity/entityfields/newactivity/onActionProcess.js</onActionProcess> - <iconId>VAADIN:HOURGLASS_END</iconId> - <tooltip>New activity</tooltip> - <tooltipProcess>%aditoprj%/entity/Task_entity/entityfields/newactivity/tooltipProcess.js</tooltipProcess> - </entityActionField> - <entityActionField> - <name>newTask</name> - <title>New task</title> - <onActionProcess>%aditoprj%/entity/Task_entity/entityfields/newtask/onActionProcess.js</onActionProcess> - <actionOrder v="1" /> - <iconId>VAADIN:TASKS</iconId> - </entityActionField> - <entityParameter> - <name>RowId_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>ObjectId_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityConsumer> - <name>KeywordPriorities</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/keywordpriorities/children/containername_param/valueProcess.js</valueProcess> - <expose v="false" /> - </entityParameter> - </children> - </entityConsumer> - <entityActionField> - <name>newOffer</name> - <title>New offer</title> - <onActionProcess>%aditoprj%/entity/Task_entity/entityfields/newoffer/onActionProcess.js</onActionProcess> - <actionOrder v="0" /> - <iconId>VAADIN:CART</iconId> - </entityActionField> - <entityField> - <name>PROGRESS</name> - <title>Progress</title> - <consumer>KeywordProgress</consumer> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/progress/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Task_entity/entityfields/progress/displayValueProcess.js</displayValueProcess> - </entityField> - <entityConsumer> - <name>KeywordProgress</name> - <dependency> - <name>dependency</name> - <entityName>KeywordEntry_entity</entityName> - <fieldName>SpecificContainerKeywords</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContainerName_param</name> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/keywordprogress/children/containername_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Links</name> - <dependency> - <name>dependency</name> - <entityName>TaskLink_entity</entityName> - <fieldName>Link</fieldName> - </dependency> - <children> - <entityParameter> - <name>TaskId_param</name> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/links/children/taskid_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityProvider> - <name>Tasks</name> - <dependencies> - <entityDependency> - <name>dd79df43-264c-494b-9c92-cadf19e61db6</name> - <entityName>Organisation_entity</entityName> - <fieldName>Tasks</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>dc29832e-15da-4f64-b17a-f1dd978ef47b</name> - <entityName>Person_entity</entityName> - <fieldName>Tasks</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>c6507834-cd91-4202-bdf7-6566f968edb4</name> - <entityName>Salesproject_entity</entityName> - <fieldName>Tasks</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>26b9b221-de02-40ef-a400-d4b5e356da0b</name> - <entityName>Offer_entity</entityName> - <fieldName>Tasks</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>b2bb448a-b647-40c8-baec-16356f3e23f5</name> - <entityName>Order_entity</entityName> - <fieldName>Tasks</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>a93f1e7e-f929-438f-8f37-21e4af8b53b6</name> - <entityName>Product_entity</entityName> - <fieldName>Tasks</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>2b0c15eb-fa9a-4ee8-a8b1-5d0f344ddad6</name> - <entityName>Contract_entity</entityName> - <fieldName>Tasks</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>335e31ad-ab67-4567-b4ea-3668f04922b2</name> - <entityName>Campaign_entity</entityName> - <fieldName>Tasks</fieldName> - <isConsumer v="false" /> - </entityDependency> - <entityDependency> - <name>fbaa2f6c-0ba1-4c93-acae-d7b636581679</name> - <entityName>CampaignStep_entity</entityName> - <fieldName>Tasks</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>RowId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>PresetLinks_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>ParentId_param</name> - <expose v="false" /> - </entityParameter> - <entityParameter> - <name>ParentContext_param</name> - <expose v="false" /> - </entityParameter> - <entityParameter> - <name>ObjectId_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityParameter> - <name>PresetLinks_param</name> - <expose v="true" /> - <documentation>%aditoprj%/entity/Task_entity/entityfields/presetlinks_param/documentation.adoc</documentation> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>SUBJECT_DETAILS</name> - <title>subject</title> - <linkedContext>Task</linkedContext> - </entityField> - <entityParameter> - <name>FilterOnlyOwnTask_param</name> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/filteronlyowntask_param/valueProcess.js</valueProcess> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityField> - <name>PRIORITY_ICON</name> - <colorProcess>%aditoprj%/entity/Task_entity/entityfields/priority_icon/colorProcess.js</colorProcess> - <contentType>IMAGE</contentType> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/priority_icon/valueProcess.js</valueProcess> - </entityField> - <entityConsumer> - <name>LogHistories</name> - <dependency> - <name>dependency</name> - <entityName>LogHistory_entity</entityName> - <fieldName>LogHistoryProvider</fieldName> - </dependency> - <children> - <entityParameter> - <name>tablenames_param</name> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/loghistories/children/tablenames_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Documents</name> - <dependency> - <name>dependency</name> - <entityName>Document_entity</entityName> - <fieldName>Documents</fieldName> - </dependency> - <children> - <entityParameter> - <name>AssignmentRowId_param</name> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/documents/children/assignmentrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>AssignmentTable_param</name> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/documents/children/assignmenttable_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityConsumer> - <name>Attributes</name> - <stateProcess>%aditoprj%/entity/Task_entity/entityfields/attributes/stateProcess.js</stateProcess> - <onValidation>%aditoprj%/entity/Task_entity/entityfields/attributes/onValidation.js</onValidation> - <dependency> - <name>dependency</name> - <entityName>AttributeRelation_entity</entityName> - <fieldName>AttributeRelations</fieldName> - </dependency> - <children> - <entityParameter> - <name>ObjectRowId_param</name> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ObjectType_param</name> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>ShowEmpty_param</name> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/attributes/children/showempty_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>FilteredAttributeIds_param</name> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/attributes/children/filteredattributeids_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>DisplaySimpleName_param</name> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/attributes/children/displaysimplename_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - <entityParameter> - <name>Type_param</name> - <valueProcess>%aditoprj%/entity/Task_entity/entityfields/type_param/valueProcess.js</valueProcess> - <expose v="true" /> - </entityParameter> - <entityActionGroup> - <name>tableActions</name> - <children> - <entityActionField> - <name>newBugTicket</name> - <title>New Bugticket</title> - <onActionProcess>%aditoprj%/entity/Task_entity/entityfields/tableactions/children/newbugticket/onActionProcess.js</onActionProcess> - <iconId>VAADIN:PUZZLE_PIECE</iconId> - <tooltip>New Bugticket</tooltip> - </entityActionField> - <entityActionField> - <name>newSupportTicket</name> - <title>New Supportticket</title> - <onActionProcess>%aditoprj%/entity/Task_entity/entityfields/tableactions/children/newsupportticket/onActionProcess.js</onActionProcess> - <iconId>VAADIN:QUESTION</iconId> - <tooltip>New Supportticket</tooltip> - </entityActionField> - </children> - </entityActionGroup> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <conditionProcess>%aditoprj%/entity/Task_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <orderClauseProcess>%aditoprj%/entity/Task_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> - <onDBInsert>%aditoprj%/entity/Task_entity/recordcontainers/db/onDBInsert.js</onDBInsert> - <onDBDelete>%aditoprj%/entity/Task_entity/recordcontainers/db/onDBDelete.js</onDBDelete> - <linkInformation> - <linkInformation> - <name>47e1b4a5-6901-48b0-85ba-bec39b86a2d7</name> - <tableName>TASK</tableName> - <primaryKey>TASKID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>CODE.value</name> - <recordfield>TASK.CODE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>DESCRIPTION.value</name> - <recordfield>TASK.DESCRIPTION</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>EDITOR_CONTACT_ID.value</name> - <recordfield>TASK.EDITOR_CONTACT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>MATURITY_DATE.value</name> - <recordfield>TASK.MATURITY_DATE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PRIORITY.value</name> - <recordfield>TASK.PRIORITY</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PROTECTIONLEVEL.value</name> - <recordfield>TASK.PROTECTIONLEVEL</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>REQUESTOR_CONTACT_ID.value</name> - <recordfield>TASK.REQUESTOR_CONTACT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>START_DATE.value</name> - <recordfield>TASK.START_DATE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STATUS.value</name> - <recordfield>TASK.STATUS</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SUBJECT.value</name> - <recordfield>TASK.SUBJECT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>TASKID.value</name> - <recordfield>TASK.TASKID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>TYPE.value</name> - <recordfield>TASK.TYPE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>EDITOR_CONTACT_ID.displayValue</name> - <expression>%aditoprj%/entity/Task_entity/recordcontainers/db/recordfieldmappings/editor_contact_id.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>REQUESTOR_CONTACT_ID.displayValue</name> - <expression>%aditoprj%/entity/Task_entity/recordcontainers/db/recordfieldmappings/requestor_contact_id.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>TYPE.displayValue</name> - <expression>%aditoprj%/entity/Task_entity/recordcontainers/db/recordfieldmappings/type.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PARENT_CONTEXT.value</name> - <recordfield>TASK.PARENT_CONTEXT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PARENT_ID.value</name> - <recordfield>TASK.PARENT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PRIORITY.displayValue</name> - <expression>%aditoprj%/entity/Task_entity/recordcontainers/db/recordfieldmappings/priority.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PROGRESS.value</name> - <recordfield>TASK.PROGRESS</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>PROGRESS.displayValue</name> - <expression>%aditoprj%/entity/Task_entity/recordcontainers/db/recordfieldmappings/progress.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>SUBJECT_DETAILS.value</name> - <recordfield>TASK.SUBJECT</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>STATUS.displayValue</name> - <expression>%aditoprj%/entity/Task_entity/recordcontainers/db/recordfieldmappings/status.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/type/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Task_entity/entityfields/type/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>DESCRIPTION</name> + <title>description</title> + <contentType>LONG_TEXT</contentType> + </entityField> + <entityField> + <name>PROTECTIONLEVEL</name> + <title>Protected</title> + <contentType>BOOLEAN</contentType> + <contentTypeProcess>%aditoprj%/entity/Task_entity/entityfields/protectionlevel/contentTypeProcess.js</contentTypeProcess> + <dropDownProcess>%aditoprj%/entity/Task_entity/entityfields/protectionlevel/dropDownProcess.js</dropDownProcess> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/protectionlevel/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>TASKID</name> + <mandatory v="true" /> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/taskid/valueProcess.js</valueProcess> + </entityField> + <entityConsumer> + <name>ContactEditors</name> + <dependency> + <name>dependency</name> + <entityName>Employee_entity</entityName> + <fieldName>Employees</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>ContactRequestors</name> + <dependency> + <name>dependency</name> + <entityName>Employee_entity</entityName> + <fieldName>Employees</fieldName> + </dependency> + </entityConsumer> + <entityConsumer> + <name>MainDocuments</name> + <stateProcess>%aditoprj%/entity/Task_entity/entityfields/maindocuments/stateProcess.js</stateProcess> + <dependency> + <name>dependency</name> + <entityName>Document_entity</entityName> + <fieldName>#PROVIDER</fieldName> + </dependency> + <children> + <entityParameter> + <name>AssignmentRowId_param</name> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/maindocuments/children/assignmentrowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>AssignmentTable_param</name> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/maindocuments/children/assignmenttable_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordStates</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/keywordstates/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>KeywordTypes</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/keywordtypes/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>ModuleTrees</name> + <dependency> + <name>dependency</name> + <entityName>ModuleTree_entity</entityName> + <fieldName>TreeProviders</fieldName> + </dependency> + <children> + <entityParameter> + <name>ID_param</name> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/moduletrees/children/id_param/valueProcess.js</valueProcess> + <expose v="false" /> + <mandatory v="false" /> + </entityParameter> + <entityParameter> + <name>ContextName_param</name> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/moduletrees/children/contextname_param/valueProcess.js</valueProcess> + <expose v="false" /> + <mandatory v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityField> + <name>PARENT_CONTEXT</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/parent_context/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>PARENT_ID</name> + <searchable v="false" /> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/parent_id/valueProcess.js</valueProcess> + </entityField> + <entityParameter> + <name>ParentId_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>ParentContext_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityActionField> + <name>newActivity</name> + <title>New activity</title> + <onActionProcess>%aditoprj%/entity/Task_entity/entityfields/newactivity/onActionProcess.js</onActionProcess> + <iconId>VAADIN:HOURGLASS_END</iconId> + <tooltip>New activity</tooltip> + <tooltipProcess>%aditoprj%/entity/Task_entity/entityfields/newactivity/tooltipProcess.js</tooltipProcess> + </entityActionField> + <entityActionField> + <name>newTask</name> + <title>New task</title> + <onActionProcess>%aditoprj%/entity/Task_entity/entityfields/newtask/onActionProcess.js</onActionProcess> + <actionOrder v="1" /> + <iconId>VAADIN:TASKS</iconId> + </entityActionField> + <entityParameter> + <name>RowId_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>ObjectId_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityConsumer> + <name>KeywordPriorities</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/keywordpriorities/children/containername_param/valueProcess.js</valueProcess> + <expose v="false" /> + </entityParameter> + </children> + </entityConsumer> + <entityActionField> + <name>newOffer</name> + <title>New offer</title> + <onActionProcess>%aditoprj%/entity/Task_entity/entityfields/newoffer/onActionProcess.js</onActionProcess> + <actionOrder v="0" /> + <iconId>VAADIN:CART</iconId> + </entityActionField> + <entityField> + <name>PROGRESS</name> + <title>Progress</title> + <consumer>KeywordProgress</consumer> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/progress/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Task_entity/entityfields/progress/displayValueProcess.js</displayValueProcess> + </entityField> + <entityConsumer> + <name>KeywordProgress</name> + <dependency> + <name>dependency</name> + <entityName>KeywordEntry_entity</entityName> + <fieldName>SpecificContainerKeywords</fieldName> + </dependency> + <children> + <entityParameter> + <name>ContainerName_param</name> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/keywordprogress/children/containername_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Links</name> + <dependency> + <name>dependency</name> + <entityName>TaskLink_entity</entityName> + <fieldName>Link</fieldName> + </dependency> + <children> + <entityParameter> + <name>TaskId_param</name> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/links/children/taskid_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityProvider> + <name>Tasks</name> + <dependencies> + <entityDependency> + <name>dd79df43-264c-494b-9c92-cadf19e61db6</name> + <entityName>Organisation_entity</entityName> + <fieldName>Tasks</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>dc29832e-15da-4f64-b17a-f1dd978ef47b</name> + <entityName>Person_entity</entityName> + <fieldName>Tasks</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>c6507834-cd91-4202-bdf7-6566f968edb4</name> + <entityName>Salesproject_entity</entityName> + <fieldName>Tasks</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>26b9b221-de02-40ef-a400-d4b5e356da0b</name> + <entityName>Offer_entity</entityName> + <fieldName>Tasks</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>b2bb448a-b647-40c8-baec-16356f3e23f5</name> + <entityName>Order_entity</entityName> + <fieldName>Tasks</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>a93f1e7e-f929-438f-8f37-21e4af8b53b6</name> + <entityName>Product_entity</entityName> + <fieldName>Tasks</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>2b0c15eb-fa9a-4ee8-a8b1-5d0f344ddad6</name> + <entityName>Contract_entity</entityName> + <fieldName>Tasks</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>335e31ad-ab67-4567-b4ea-3668f04922b2</name> + <entityName>Campaign_entity</entityName> + <fieldName>Tasks</fieldName> + <isConsumer v="false" /> + </entityDependency> + <entityDependency> + <name>fbaa2f6c-0ba1-4c93-acae-d7b636581679</name> + <entityName>CampaignStep_entity</entityName> + <fieldName>Tasks</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>RowId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>PresetLinks_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>ParentId_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>ParentContext_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>ObjectId_param</name> + <expose v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityParameter> + <name>PresetLinks_param</name> + <expose v="true" /> + <documentation>%aditoprj%/entity/Task_entity/entityfields/presetlinks_param/documentation.adoc</documentation> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>SUBJECT_DETAILS</name> + <title>subject</title> + <linkedContext>Task</linkedContext> + </entityField> + <entityParameter> + <name>FilterOnlyOwnTask_param</name> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/filteronlyowntask_param/valueProcess.js</valueProcess> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityField> + <name>PRIORITY_ICON</name> + <colorProcess>%aditoprj%/entity/Task_entity/entityfields/priority_icon/colorProcess.js</colorProcess> + <contentType>IMAGE</contentType> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/priority_icon/valueProcess.js</valueProcess> + </entityField> + <entityConsumer> + <name>LogHistories</name> + <dependency> + <name>dependency</name> + <entityName>LogHistory_entity</entityName> + <fieldName>LogHistoryProvider</fieldName> + </dependency> + <children> + <entityParameter> + <name>tablenames_param</name> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/loghistories/children/tablenames_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Documents</name> + <dependency> + <name>dependency</name> + <entityName>Document_entity</entityName> + <fieldName>Documents</fieldName> + </dependency> + <children> + <entityParameter> + <name>AssignmentRowId_param</name> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/documents/children/assignmentrowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>AssignmentTable_param</name> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/documents/children/assignmenttable_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityConsumer> + <name>Attributes</name> + <stateProcess>%aditoprj%/entity/Task_entity/entityfields/attributes/stateProcess.js</stateProcess> + <onValidation>%aditoprj%/entity/Task_entity/entityfields/attributes/onValidation.js</onValidation> + <dependency> + <name>dependency</name> + <entityName>AttributeRelation_entity</entityName> + <fieldName>AttributeRelations</fieldName> + </dependency> + <children> + <entityParameter> + <name>ObjectRowId_param</name> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ObjectType_param</name> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/attributes/children/objecttype_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>ShowEmpty_param</name> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/attributes/children/showempty_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>FilteredAttributeIds_param</name> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/attributes/children/filteredattributeids_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>DisplaySimpleName_param</name> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/attributes/children/displaysimplename_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityParameter> + <name>Type_param</name> + <valueProcess>%aditoprj%/entity/Task_entity/entityfields/type_param/valueProcess.js</valueProcess> + <expose v="true" /> + </entityParameter> + <entityActionGroup> + <name>tableActions</name> + <children> + <entityActionField> + <name>newBugTicket</name> + <title>New Bugticket</title> + <onActionProcess>%aditoprj%/entity/Task_entity/entityfields/tableactions/children/newbugticket/onActionProcess.js</onActionProcess> + <iconId>VAADIN:PUZZLE_PIECE</iconId> + <tooltip>New Bugticket</tooltip> + </entityActionField> + <entityActionField> + <name>newSupportTicket</name> + <title>New Supportticket</title> + <onActionProcess>%aditoprj%/entity/Task_entity/entityfields/tableactions/children/newsupportticket/onActionProcess.js</onActionProcess> + <iconId>VAADIN:QUESTION</iconId> + <tooltip>New Supportticket</tooltip> + </entityActionField> + </children> + </entityActionGroup> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <conditionProcess>%aditoprj%/entity/Task_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <orderClauseProcess>%aditoprj%/entity/Task_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> + <onDBInsert>%aditoprj%/entity/Task_entity/recordcontainers/db/onDBInsert.js</onDBInsert> + <onDBDelete>%aditoprj%/entity/Task_entity/recordcontainers/db/onDBDelete.js</onDBDelete> + <linkInformation> + <linkInformation> + <name>47e1b4a5-6901-48b0-85ba-bec39b86a2d7</name> + <tableName>TASK</tableName> + <primaryKey>TASKID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>CODE.value</name> + <recordfield>TASK.CODE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>DESCRIPTION.value</name> + <recordfield>TASK.DESCRIPTION</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>EDITOR_CONTACT_ID.value</name> + <recordfield>TASK.EDITOR_CONTACT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>MATURITY_DATE.value</name> + <recordfield>TASK.MATURITY_DATE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PRIORITY.value</name> + <recordfield>TASK.PRIORITY</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PROTECTIONLEVEL.value</name> + <recordfield>TASK.PROTECTIONLEVEL</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>REQUESTOR_CONTACT_ID.value</name> + <recordfield>TASK.REQUESTOR_CONTACT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>START_DATE.value</name> + <recordfield>TASK.START_DATE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STATUS.value</name> + <recordfield>TASK.STATUS</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SUBJECT.value</name> + <recordfield>TASK.SUBJECT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>TASKID.value</name> + <recordfield>TASK.TASKID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>TYPE.value</name> + <recordfield>TASK.TYPE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>EDITOR_CONTACT_ID.displayValue</name> + <expression>%aditoprj%/entity/Task_entity/recordcontainers/db/recordfieldmappings/editor_contact_id.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>REQUESTOR_CONTACT_ID.displayValue</name> + <expression>%aditoprj%/entity/Task_entity/recordcontainers/db/recordfieldmappings/requestor_contact_id.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>TYPE.displayValue</name> + <expression>%aditoprj%/entity/Task_entity/recordcontainers/db/recordfieldmappings/type.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PARENT_CONTEXT.value</name> + <recordfield>TASK.PARENT_CONTEXT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PARENT_ID.value</name> + <recordfield>TASK.PARENT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PRIORITY.displayValue</name> + <expression>%aditoprj%/entity/Task_entity/recordcontainers/db/recordfieldmappings/priority.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PROGRESS.value</name> + <recordfield>TASK.PROGRESS</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>PROGRESS.displayValue</name> + <expression>%aditoprj%/entity/Task_entity/recordcontainers/db/recordfieldmappings/progress.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>SUBJECT_DETAILS.value</name> + <recordfield>TASK.SUBJECT</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>STATUS.displayValue</name> + <expression>%aditoprj%/entity/Task_entity/recordcontainers/db/recordfieldmappings/status.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Timetracking_entity/Timetracking_entity.aod b/entity/Timetracking_entity/Timetracking_entity.aod index 733e95be2cfbb5c55deb774da9c8556a3143e883..99696a060a4775c562003a3a594d30c31f6da154 100644 --- a/entity/Timetracking_entity/Timetracking_entity.aod +++ b/entity/Timetracking_entity/Timetracking_entity.aod @@ -1,163 +1,163 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Timetracking_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>Timetracking</title> - <recordContainer>db</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>INFO</name> - <title>Description</title> - <contentType>LONG_TEXT</contentType> - <onValueChangeTypes> - <element>MASK</element> - <element>PROCESS</element> - <element>PROCESS_SETVALUE</element> - </onValueChangeTypes> - </entityField> - <entityField> - <name>MINUTES</name> - <title>Time</title> - <contentType>TEXT</contentType> - <mandatory v="true" /> - <titleProcess>%aditoprj%/entity/Timetracking_entity/entityfields/minutes/titleProcess.js</titleProcess> - <displayValueProcess>%aditoprj%/entity/Timetracking_entity/entityfields/minutes/displayValueProcess.js</displayValueProcess> - <onValidation>%aditoprj%/entity/Timetracking_entity/entityfields/minutes/onValidation.js</onValidation> - </entityField> - <entityField> - <name>OBJECT_ID</name> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Timetracking_entity/entityfields/object_id/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>ROW_ID</name> - <title>Connection</title> - <linkedContextProcess>%aditoprj%/entity/Timetracking_entity/entityfields/row_id/linkedContextProcess.js</linkedContextProcess> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Timetracking_entity/entityfields/row_id/valueProcess.js</valueProcess> - </entityField> - <entityField> - <name>CONTACT_ID</name> - <title>Creator</title> - <consumer>Employees</consumer> - <linkedContext>Person</linkedContext> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Timetracking_entity/entityfields/contact_id/valueProcess.js</valueProcess> - <displayValueProcess>%aditoprj%/entity/Timetracking_entity/entityfields/contact_id/displayValueProcess.js</displayValueProcess> - </entityField> - <entityField> - <name>TIMETRACKINGID</name> - </entityField> - <entityField> - <name>DATE</name> - <title>Date</title> - <contentType>DATE</contentType> - <resolution>DAY</resolution> - <outputFormat>dd.MM.yyyy</outputFormat> - <inputFormat>dd.MM.yyyy</inputFormat> - <mandatory v="true" /> - <valueProcess>%aditoprj%/entity/Timetracking_entity/entityfields/date/valueProcess.js</valueProcess> - </entityField> - <entityParameter> - <name>ObjectId_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>RowId_param</name> - <expose v="true" /> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>Timetrackings</name> - <recordContainer>db</recordContainer> - <dependencies> - <entityDependency> - <name>3636c414-fbc9-4144-a8b1-8e4ca0a146b2</name> - <entityName>Salesproject_entity</entityName> - <fieldName>Timetrackings</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>ObjectId_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>RowId_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityConsumer> - <name>Employees</name> - <dependency> - <name>dependency</name> - <entityName>Employee_entity</entityName> - <fieldName>Employees</fieldName> - </dependency> - </entityConsumer> - </entityFields> - <recordContainers> - <dbRecordContainer> - <name>db</name> - <alias>Data_alias</alias> - <fromClauseProcess>%aditoprj%/entity/Timetracking_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> - <conditionProcess>%aditoprj%/entity/Timetracking_entity/recordcontainers/db/conditionProcess.js</conditionProcess> - <linkInformation> - <linkInformation> - <name>56c74a11-cd33-44e3-9d41-da54d64a997c</name> - <tableName>TIMETRACKING</tableName> - <primaryKey>TIMETRACKINGID</primaryKey> - <isUIDTable v="true" /> - <readonly v="false" /> - </linkInformation> - <linkInformation> - <name>c2ef3832-61c5-4d49-8484-f3188b95e277</name> - <tableName>PERSON</tableName> - <primaryKey>PERSONID</primaryKey> - <isUIDTable v="false" /> - <readonly v="true" /> - </linkInformation> - </linkInformation> - <recordFieldMappings> - <dbRecordFieldMapping> - <name>DATE.value</name> - <recordfield>TIMETRACKING.DATE</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>INFO.value</name> - <recordfield>TIMETRACKING.INFO</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>MINUTES.value</name> - <recordfield>TIMETRACKING.MINUTES</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>OBJECT_ID.value</name> - <recordfield>TIMETRACKING.OBJECT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACT_ID.value</name> - <recordfield>TIMETRACKING.CONTACT_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>ROW_ID.value</name> - <recordfield>TIMETRACKING.ROW_ID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>TIMETRACKINGID.value</name> - <recordfield>TIMETRACKING.TIMETRACKINGID</recordfield> - </dbRecordFieldMapping> - <dbRecordFieldMapping> - <name>CONTACT_ID.displayValue</name> - <expression>%aditoprj%/entity/Timetracking_entity/recordcontainers/db/recordfieldmappings/contact_id.displayvalue/expression.js</expression> - </dbRecordFieldMapping> - </recordFieldMappings> - </dbRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Timetracking_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>Timetracking</title> + <recordContainer>db</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>INFO</name> + <title>Description</title> + <contentType>LONG_TEXT</contentType> + <onValueChangeTypes> + <element>MASK</element> + <element>PROCESS</element> + <element>PROCESS_SETVALUE</element> + </onValueChangeTypes> + </entityField> + <entityField> + <name>MINUTES</name> + <title>Time</title> + <contentType>TEXT</contentType> + <mandatory v="true" /> + <titleProcess>%aditoprj%/entity/Timetracking_entity/entityfields/minutes/titleProcess.js</titleProcess> + <displayValueProcess>%aditoprj%/entity/Timetracking_entity/entityfields/minutes/displayValueProcess.js</displayValueProcess> + <onValidation>%aditoprj%/entity/Timetracking_entity/entityfields/minutes/onValidation.js</onValidation> + </entityField> + <entityField> + <name>OBJECT_ID</name> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Timetracking_entity/entityfields/object_id/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>ROW_ID</name> + <title>Connection</title> + <linkedContextProcess>%aditoprj%/entity/Timetracking_entity/entityfields/row_id/linkedContextProcess.js</linkedContextProcess> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Timetracking_entity/entityfields/row_id/valueProcess.js</valueProcess> + </entityField> + <entityField> + <name>CONTACT_ID</name> + <title>Creator</title> + <consumer>Employees</consumer> + <linkedContext>Person</linkedContext> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Timetracking_entity/entityfields/contact_id/valueProcess.js</valueProcess> + <displayValueProcess>%aditoprj%/entity/Timetracking_entity/entityfields/contact_id/displayValueProcess.js</displayValueProcess> + </entityField> + <entityField> + <name>TIMETRACKINGID</name> + </entityField> + <entityField> + <name>DATE</name> + <title>Date</title> + <contentType>DATE</contentType> + <resolution>DAY</resolution> + <outputFormat>dd.MM.yyyy</outputFormat> + <inputFormat>dd.MM.yyyy</inputFormat> + <mandatory v="true" /> + <valueProcess>%aditoprj%/entity/Timetracking_entity/entityfields/date/valueProcess.js</valueProcess> + </entityField> + <entityParameter> + <name>ObjectId_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>RowId_param</name> + <expose v="true" /> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>Timetrackings</name> + <recordContainer>db</recordContainer> + <dependencies> + <entityDependency> + <name>3636c414-fbc9-4144-a8b1-8e4ca0a146b2</name> + <entityName>Salesproject_entity</entityName> + <fieldName>Timetrackings</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>ObjectId_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>RowId_param</name> + <expose v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityConsumer> + <name>Employees</name> + <dependency> + <name>dependency</name> + <entityName>Employee_entity</entityName> + <fieldName>Employees</fieldName> + </dependency> + </entityConsumer> + </entityFields> + <recordContainers> + <dbRecordContainer> + <name>db</name> + <alias>Data_alias</alias> + <fromClauseProcess>%aditoprj%/entity/Timetracking_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> + <conditionProcess>%aditoprj%/entity/Timetracking_entity/recordcontainers/db/conditionProcess.js</conditionProcess> + <linkInformation> + <linkInformation> + <name>56c74a11-cd33-44e3-9d41-da54d64a997c</name> + <tableName>TIMETRACKING</tableName> + <primaryKey>TIMETRACKINGID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> + <linkInformation> + <name>c2ef3832-61c5-4d49-8484-f3188b95e277</name> + <tableName>PERSON</tableName> + <primaryKey>PERSONID</primaryKey> + <isUIDTable v="false" /> + <readonly v="true" /> + </linkInformation> + </linkInformation> + <recordFieldMappings> + <dbRecordFieldMapping> + <name>DATE.value</name> + <recordfield>TIMETRACKING.DATE</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>INFO.value</name> + <recordfield>TIMETRACKING.INFO</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>MINUTES.value</name> + <recordfield>TIMETRACKING.MINUTES</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>OBJECT_ID.value</name> + <recordfield>TIMETRACKING.OBJECT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACT_ID.value</name> + <recordfield>TIMETRACKING.CONTACT_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>ROW_ID.value</name> + <recordfield>TIMETRACKING.ROW_ID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>TIMETRACKINGID.value</name> + <recordfield>TIMETRACKING.TIMETRACKINGID</recordfield> + </dbRecordFieldMapping> + <dbRecordFieldMapping> + <name>CONTACT_ID.displayValue</name> + <expression>%aditoprj%/entity/Timetracking_entity/recordcontainers/db/recordfieldmappings/contact_id.displayvalue/expression.js</expression> + </dbRecordFieldMapping> + </recordFieldMappings> + </dbRecordContainer> + </recordContainers> +</entity> diff --git a/entity/TurnoverTree_entity/TurnoverTree_entity.aod b/entity/TurnoverTree_entity/TurnoverTree_entity.aod index fcd836cbfb05d38f9a142217b5076ffc272b99ec..677abbe530472051bfe828aa97b88f1dec317adc 100644 --- a/entity/TurnoverTree_entity/TurnoverTree_entity.aod +++ b/entity/TurnoverTree_entity/TurnoverTree_entity.aod @@ -1,103 +1,103 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>TurnoverTree_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <title>Tree</title> - <iconId>NEON:LOGO</iconId> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - </entityProvider> - <entityField> - <name>UID</name> - </entityField> - <entityField> - <name>CATEGORY</name> - <groupable v="true" /> - </entityField> - <entityField> - <name>TURNOVERPRICE</name> - <title>Turnover</title> - <contentType>NUMBER</contentType> - <outputFormat>#,##0.00</outputFormat> - <inputFormat>#,##0.00</inputFormat> - </entityField> - <entityParameter> - <name>YearCountToShow_param</name> - <valueProcess>%aditoprj%/entity/TurnoverTree_entity/entityfields/yearcounttoshow_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <documentation>%aditoprj%/entity/TurnoverTree_entity/entityfields/yearcounttoshow_param/documentation.adoc</documentation> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>MaxYear_param</name> - <valueProcess>%aditoprj%/entity/TurnoverTree_entity/entityfields/maxyear_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <documentation>%aditoprj%/entity/TurnoverTree_entity/entityfields/maxyear_param/documentation.adoc</documentation> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>FilteredTurnovers</name> - <dependencies> - <entityDependency> - <name>0ea4ad47-985b-4a9c-81d8-946be324ae04</name> - <entityName>Turnover_entity</entityName> - <fieldName>Turnover_tree</fieldName> - <isConsumer v="false" /> - </entityDependency> - </dependencies> - <children> - <entityParameter> - <name>YearCountToShow_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityField> - <name>PARENT</name> - </entityField> - <entityField> - <name>GROUP</name> - <title>Product group</title> - </entityField> - <entityField> - <name>FORECASTPRICE</name> - <title>Forecast</title> - <contentType>NUMBER</contentType> - <outputFormat>#,##0.00</outputFormat> - <inputFormat>#,##0.00</inputFormat> - </entityField> - <entityField> - <name>YEAR</name> - </entityField> - <entityField> - <name>MONTH</name> - </entityField> - <entityField> - <name>LAYER</name> - </entityField> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <contentProcess>%aditoprj%/entity/TurnoverTree_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <recordFields> - <element>UID.value</element> - <element>PARENT.value</element> - <element>GROUP.value</element> - <element>CATEGORY.value</element> - <element>TURNOVERPRICE.value</element> - <element>FORECASTPRICE.value</element> - <element>YEAR.value</element> - <element>MONTH.value</element> - <element>LAYER.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>TurnoverTree_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <title>Tree</title> + <iconId>NEON:LOGO</iconId> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + </entityProvider> + <entityField> + <name>UID</name> + </entityField> + <entityField> + <name>CATEGORY</name> + <groupable v="true" /> + </entityField> + <entityField> + <name>TURNOVERPRICE</name> + <title>Turnover</title> + <contentType>NUMBER</contentType> + <outputFormat>#,##0.00</outputFormat> + <inputFormat>#,##0.00</inputFormat> + </entityField> + <entityParameter> + <name>YearCountToShow_param</name> + <valueProcess>%aditoprj%/entity/TurnoverTree_entity/entityfields/yearcounttoshow_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <documentation>%aditoprj%/entity/TurnoverTree_entity/entityfields/yearcounttoshow_param/documentation.adoc</documentation> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>MaxYear_param</name> + <valueProcess>%aditoprj%/entity/TurnoverTree_entity/entityfields/maxyear_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <documentation>%aditoprj%/entity/TurnoverTree_entity/entityfields/maxyear_param/documentation.adoc</documentation> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>FilteredTurnovers</name> + <dependencies> + <entityDependency> + <name>0ea4ad47-985b-4a9c-81d8-946be324ae04</name> + <entityName>Turnover_entity</entityName> + <fieldName>Turnover_tree</fieldName> + <isConsumer v="false" /> + </entityDependency> + </dependencies> + <children> + <entityParameter> + <name>YearCountToShow_param</name> + <expose v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityField> + <name>PARENT</name> + </entityField> + <entityField> + <name>GROUP</name> + <title>Product group</title> + </entityField> + <entityField> + <name>FORECASTPRICE</name> + <title>Forecast</title> + <contentType>NUMBER</contentType> + <outputFormat>#,##0.00</outputFormat> + <inputFormat>#,##0.00</inputFormat> + </entityField> + <entityField> + <name>YEAR</name> + </entityField> + <entityField> + <name>MONTH</name> + </entityField> + <entityField> + <name>LAYER</name> + </entityField> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <contentProcess>%aditoprj%/entity/TurnoverTree_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <recordFields> + <element>UID.value</element> + <element>PARENT.value</element> + <element>GROUP.value</element> + <element>CATEGORY.value</element> + <element>TURNOVERPRICE.value</element> + <element>FORECASTPRICE.value</element> + <element>YEAR.value</element> + <element>MONTH.value</element> + <element>LAYER.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Turnover_entity/Turnover_entity.aod b/entity/Turnover_entity/Turnover_entity.aod index f98905ba9fd812fdac45e5bcc7fe987b415eb1c2..6c0f3b465bf10066800c6e56b117a90239061399 100644 --- a/entity/Turnover_entity/Turnover_entity.aod +++ b/entity/Turnover_entity/Turnover_entity.aod @@ -1,99 +1,99 @@ -<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> - <name>Turnover_entity</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/entity/Turnover_entity/documentation.adoc</documentation> - <title>Turnover</title> - <iconId>VAADIN:CHART</iconId> - <recordContainer>jdito</recordContainer> - <entityFields> - <entityProvider> - <name>#PROVIDER</name> - <recordContainer>jdito</recordContainer> - </entityProvider> - <entityField> - <name>UID</name> - <title>Year</title> - </entityField> - <entityField> - <name>Y</name> - <titleProcess>%aditoprj%/entity/Turnover_entity/entityfields/y/titleProcess.js</titleProcess> - </entityField> - <entityField> - <name>PARENT</name> - <title>Parent</title> - </entityField> - <entityField> - <name>CATEGORY</name> - <title>Category</title> - </entityField> - <entityField> - <name>X</name> - <title>Year</title> - <contentType>TEXT</contentType> - </entityField> - <entityParameter> - <name>YearCountToShow_param</name> - <valueProcess>%aditoprj%/entity/Turnover_entity/entityfields/yearcounttoshow_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <documentation>%aditoprj%/entity/Turnover_entity/entityfields/yearcounttoshow_param/documentation.adoc</documentation> - <description>PARAMETER</description> - </entityParameter> - <entityParameter> - <name>MaxYear_param</name> - <valueProcess>%aditoprj%/entity/Turnover_entity/entityfields/maxyear_param/valueProcess.js</valueProcess> - <expose v="true" /> - <triggerRecalculation v="true" /> - <mandatory v="false" /> - <documentation>%aditoprj%/entity/Turnover_entity/entityfields/maxyear_param/documentation.adoc</documentation> - <description>PARAMETER</description> - </entityParameter> - <entityProvider> - <name>FilteredTurnovers</name> - <children> - <entityParameter> - <name>MaxYear_param</name> - <expose v="true" /> - </entityParameter> - <entityParameter> - <name>YearCountToShow_param</name> - <expose v="true" /> - </entityParameter> - </children> - </entityProvider> - <entityConsumer> - <name>Turnover_tree</name> - <dependency> - <name>dependency</name> - <entityName>TurnoverTree_entity</entityName> - <fieldName>FilteredTurnovers</fieldName> - </dependency> - <children> - <entityParameter> - <name>MaxYear_param</name> - <valueProcess>%aditoprj%/entity/Turnover_entity/entityfields/turnover_tree/children/maxyear_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>YearCountToShow_param</name> - <valueProcess>%aditoprj%/entity/Turnover_entity/entityfields/turnover_tree/children/yearcounttoshow_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> - </entityFields> - <recordContainers> - <jDitoRecordContainer> - <name>jdito</name> - <jDitoRecordAlias>Data_alias</jDitoRecordAlias> - <contentProcess>%aditoprj%/entity/Turnover_entity/recordcontainers/jdito/contentProcess.js</contentProcess> - <recordFields> - <element>UID.value</element> - <element>PARENT.value</element> - <element>CATEGORY.value</element> - <element>X.value</element> - <element>Y.value</element> - </recordFields> - </jDitoRecordContainer> - </recordContainers> -</entity> +<?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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6"> + <name>Turnover_entity</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/Turnover_entity/documentation.adoc</documentation> + <title>Turnover</title> + <iconId>VAADIN:CHART</iconId> + <recordContainer>jdito</recordContainer> + <entityFields> + <entityProvider> + <name>#PROVIDER</name> + <recordContainer>jdito</recordContainer> + </entityProvider> + <entityField> + <name>UID</name> + <title>Year</title> + </entityField> + <entityField> + <name>Y</name> + <titleProcess>%aditoprj%/entity/Turnover_entity/entityfields/y/titleProcess.js</titleProcess> + </entityField> + <entityField> + <name>PARENT</name> + <title>Parent</title> + </entityField> + <entityField> + <name>CATEGORY</name> + <title>Category</title> + </entityField> + <entityField> + <name>X</name> + <title>Year</title> + <contentType>TEXT</contentType> + </entityField> + <entityParameter> + <name>YearCountToShow_param</name> + <valueProcess>%aditoprj%/entity/Turnover_entity/entityfields/yearcounttoshow_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <documentation>%aditoprj%/entity/Turnover_entity/entityfields/yearcounttoshow_param/documentation.adoc</documentation> + <description>PARAMETER</description> + </entityParameter> + <entityParameter> + <name>MaxYear_param</name> + <valueProcess>%aditoprj%/entity/Turnover_entity/entityfields/maxyear_param/valueProcess.js</valueProcess> + <expose v="true" /> + <triggerRecalculation v="true" /> + <mandatory v="false" /> + <documentation>%aditoprj%/entity/Turnover_entity/entityfields/maxyear_param/documentation.adoc</documentation> + <description>PARAMETER</description> + </entityParameter> + <entityProvider> + <name>FilteredTurnovers</name> + <children> + <entityParameter> + <name>MaxYear_param</name> + <expose v="true" /> + </entityParameter> + <entityParameter> + <name>YearCountToShow_param</name> + <expose v="true" /> + </entityParameter> + </children> + </entityProvider> + <entityConsumer> + <name>Turnover_tree</name> + <dependency> + <name>dependency</name> + <entityName>TurnoverTree_entity</entityName> + <fieldName>FilteredTurnovers</fieldName> + </dependency> + <children> + <entityParameter> + <name>MaxYear_param</name> + <valueProcess>%aditoprj%/entity/Turnover_entity/entityfields/turnover_tree/children/maxyear_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>YearCountToShow_param</name> + <valueProcess>%aditoprj%/entity/Turnover_entity/entityfields/turnover_tree/children/yearcounttoshow_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + </entityFields> + <recordContainers> + <jDitoRecordContainer> + <name>jdito</name> + <jDitoRecordAlias>Data_alias</jDitoRecordAlias> + <contentProcess>%aditoprj%/entity/Turnover_entity/recordcontainers/jdito/contentProcess.js</contentProcess> + <recordFields> + <element>UID.value</element> + <element>PARENT.value</element> + <element>CATEGORY.value</element> + <element>X.value</element> + <element>Y.value</element> + </recordFields> + </jDitoRecordContainer> + </recordContainers> +</entity> diff --git a/entity/Turnover_entity/recordcontainers/jdito/contentProcess.js b/entity/Turnover_entity/recordcontainers/jdito/contentProcess.js index 6083d605bc6b79bd6de1d3e68bb0c03b70bdc358..4f94c77a16d4c1158c06232d605d56ad62009d08 100644 --- a/entity/Turnover_entity/recordcontainers/jdito/contentProcess.js +++ b/entity/Turnover_entity/recordcontainers/jdito/contentProcess.js @@ -1,116 +1,116 @@ -import("Turnover_lib"); -import("system.vars"); -import("system.result"); -import("Money_lib"); -import("system.datetime"); -import("KeywordRegistry_basic"); -import("Keyword_lib"); -import("system.translate"); - -var turnoverCategory = translate.text('Turnover'); -var forecastCategory = translate.text('Forecast'); - -var maxYear = parseInt(vars.get("$param.MaxYear_param")); -var yearCountToShow = parseInt(vars.get("$param.YearCountToShow_param")); -var minYear = maxYear - yearCountToShow + 1; - -var data = TurnoverUtil.getTurnoverAndForecastData(maxYear, yearCountToShow); - -var columns = { - type: 0, - year: 1, - month: 2, - discount: 3, - vat: 4, - price: 5, - quantity: 6, - groupcodeId: 7, - groupcodeName: 8 -}; - -var chartData = []; -var countData = {} - -var monthDate; - -// add all months for all years -for (let y = minYear; y <= maxYear; y++) -{ - for (let m = 0; m < 12; m++) - { - monthDate = new Date(y, m-1); - monthDate = datetime.toDate(monthDate.getTime(), "MMM yyyy", "UTC"); - _addCount([forecastCategory, ""+y, [m, monthDate]], 0.0); - _addCount([turnoverCategory, ""+y, [m, monthDate]], 0.0); - } -} - -data.forEach(function(row) -{ - monthDate = new Date(row[columns.year], row[columns.month]-1); - monthDate = datetime.toDate(monthDate.getTime(), "MMM yyyy", "UTC"); - - switch(row[columns.type]) - { - case forecastCategory: - _addCount([row[columns.type], row[columns.year], [row[columns.month], monthDate], [row[columns.groupcodeId], row[columns.groupcodeName]]], row[columns.price]); - break; - case turnoverCategory: - _addCount([row[columns.type], row[columns.year], [row[columns.month], monthDate], [row[columns.groupcodeId], row[columns.groupcodeName]]], - MoneyUtils.getGross( - (row[columns.vat] ? parseFloat(row[columns.vat]) : 0.0), - (row[columns.price] ? parseFloat(row[columns.price]) : 0.0), - (row[columns.quantity] ? parseFloat(row[columns.quantity]) : 0.0), - (row[columns.discount] ? parseFloat(row[columns.discount]) : 0.0))); - break; - } -}); - -for (let key in countData) { - var countDataSet = countData[key]; - chartData.push([key, countDataSet.parent, countDataSet.category, countDataSet.x, countDataSet.count]); -} - -result.object(chartData); - -/** - * add the counts to countData for the given key and value - * @param {Array} pKeys an array containing all keys for this value. If the x-value for one key is different from the key-value: add an array [key, value] instead of only the key - * the first key is the Category - * @param {float} pValue the value to display - */ -function _addCount(pKeys, pValue) { - var key = ""; - - for (let i = 0; i < pKeys.length; i++) { - let keyId; - let keyName; - - if (typeof pKeys[i] != "object") - { - keyId = pKeys[i]; - keyName = pKeys[i]; - } - else // handle array: first is id seccond is name for X-value - { - keyId = pKeys[i][0]; - keyName = pKeys[i][1]; - } - var parent = key; - if (i < 2) - { - parent = "" - } - - key += ";" + keyId; - if (i > 0) - { - if (countData[key] == undefined) - { - countData[key] = {parent: parent, count: 0.0, category: pKeys[0], x: keyName}; // keys[0] is the category - } - - countData[key].count += parseFloat(pValue); - } - } +import("Turnover_lib"); +import("system.vars"); +import("system.result"); +import("Money_lib"); +import("system.datetime"); +import("KeywordRegistry_basic"); +import("Keyword_lib"); +import("system.translate"); + +var turnoverCategory = translate.text('Turnover'); +var forecastCategory = translate.text('Forecast'); + +var maxYear = parseInt(vars.get("$param.MaxYear_param")); +var yearCountToShow = parseInt(vars.get("$param.YearCountToShow_param")); +var minYear = maxYear - yearCountToShow + 1; + +var data = TurnoverUtil.getTurnoverAndForecastData(maxYear, yearCountToShow); + +var columns = { + type: 0, + year: 1, + month: 2, + discount: 3, + vat: 4, + price: 5, + quantity: 6, + groupcodeId: 7, + groupcodeName: 8 +}; + +var chartData = []; +var countData = {} + +var monthDate; + +// add all months for all years +for (let y = minYear; y <= maxYear; y++) +{ + for (let m = 0; m < 12; m++) + { + monthDate = new Date(y, m-1); + monthDate = datetime.toDate(monthDate.getTime(), "MMM yyyy", "UTC"); + _addCount([forecastCategory, ""+y, [m, monthDate]], 0.0); + _addCount([turnoverCategory, ""+y, [m, monthDate]], 0.0); + } +} + +data.forEach(function(row) +{ + monthDate = new Date(row[columns.year], row[columns.month]-1); + monthDate = datetime.toDate(monthDate.getTime(), "MMM yyyy", "UTC"); + + switch(row[columns.type]) + { + case forecastCategory: + _addCount([row[columns.type], row[columns.year], [row[columns.month], monthDate], [row[columns.groupcodeId], row[columns.groupcodeName]]], row[columns.price]); + break; + case turnoverCategory: + _addCount([row[columns.type], row[columns.year], [row[columns.month], monthDate], [row[columns.groupcodeId], row[columns.groupcodeName]]], + MoneyUtils.getGross( + (row[columns.vat] ? parseFloat(row[columns.vat]) : 0.0), + (row[columns.price] ? parseFloat(row[columns.price]) : 0.0), + (row[columns.quantity] ? parseFloat(row[columns.quantity]) : 0.0), + (row[columns.discount] ? parseFloat(row[columns.discount]) : 0.0))); + break; + } +}); + +for (let key in countData) { + var countDataSet = countData[key]; + chartData.push([key, countDataSet.parent, countDataSet.category, countDataSet.x, countDataSet.count]); +} + +result.object(chartData); + +/** + * add the counts to countData for the given key and value + * @param {Array} pKeys an array containing all keys for this value. If the x-value for one key is different from the key-value: add an array [key, value] instead of only the key + * the first key is the Category + * @param {float} pValue the value to display + */ +function _addCount(pKeys, pValue) { + var key = ""; + + for (let i = 0; i < pKeys.length; i++) { + let keyId; + let keyName; + + if (typeof pKeys[i] != "object") + { + keyId = pKeys[i]; + keyName = pKeys[i]; + } + else // handle array: first is id seccond is name for X-value + { + keyId = pKeys[i][0]; + keyName = pKeys[i][1]; + } + var parent = key; + if (i < 2) + { + parent = "" + } + + key += ";" + keyId; + if (i > 0) + { + if (countData[key] == undefined) + { + countData[key] = {parent: parent, count: 0.0, category: pKeys[0], x: keyName}; // keys[0] is the category + } + + countData[key].count += parseFloat(pValue); + } + } } \ No newline at end of file diff --git a/language/_____LANGUAGE_EXTRA/_____LANGUAGE_EXTRA.aod b/language/_____LANGUAGE_EXTRA/_____LANGUAGE_EXTRA.aod index 54b53bcd756e762c538c4008a8891bbb7ea92b18..5ccd1688762ac8d1b63b792728ecd1806b8ed673 100644 --- a/language/_____LANGUAGE_EXTRA/_____LANGUAGE_EXTRA.aod +++ b/language/_____LANGUAGE_EXTRA/_____LANGUAGE_EXTRA.aod @@ -1,3674 +1,3674 @@ -<?xml version="1.0" encoding="UTF-8"?> -<language xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/language/1.2.0"> - <name>_____LANGUAGE_EXTRA</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <keyValueMap> - <entry> - <key>Company</key> - </entry> - <entry> - <key>E-Mail</key> - </entry> - <entry> - <key>Male</key> - </entry> - <entry> - <key>Activity</key> - </entry> - <entry> - <key>Name</key> - </entry> - <entry> - <key>Austria</key> - </entry> - <entry> - <key>Customercode</key> - </entry> - <entry> - <key>Status</key> - </entry> - <entry> - <key>Active</key> - </entry> - <entry> - <key>Medium</key> - </entry> - <entry> - <key>Internet</key> - </entry> - <entry> - <key>Germany</key> - </entry> - <entry> - <key>Online-Meeting</key> - </entry> - <entry> - <key>Social Media</key> - </entry> - <entry> - <key>Visit</key> - </entry> - <entry> - <key>Information</key> - </entry> - <entry> - <key>Language</key> - </entry> - <entry> - <key>Phone</key> - </entry> - <entry> - <key>Activities</key> - </entry> - <entry> - <key>Female</key> - </entry> - <entry> - <key>Contactmanagement</key> - </entry> - <entry> - <key>Office address</key> - </entry> - <entry> - <key>${HIGHER_THAN_MAX} max: %0</key> - </entry> - <entry> - <key>Contact</key> - </entry> - <entry> - <key>Home address</key> - </entry> - <entry> - <key>Type</key> - </entry> - <entry> - <key>Contacts</key> - </entry> - <entry> - <key>Norway</key> - </entry> - <entry> - <key>Address</key> - </entry> - <entry> - <key>Addresses</key> - </entry> - <entry> - <key>${COMM_ADDRESS}</key> - </entry> - <entry> - <key>Gender</key> - </entry> - <entry> - <key>Date of birth</key> - </entry> - <entry> - <key>Lastname</key> - </entry> - <entry> - <key>Salutation</key> - </entry> - <entry> - <key>Middlename</key> - </entry> - <entry> - <key>Title</key> - </entry> - <entry> - <key>Addresstype</key> - </entry> - <entry> - <key>Firstname</key> - </entry> - <entry> - <key>Description</key> - </entry> - <entry> - <key>Direction</key> - </entry> - <entry> - <key>Entrydate</key> - </entry> - <entry> - <key>Subject</key> - </entry> - <entry> - <key>Post office box</key> - </entry> - <entry> - <key>Delivery address</key> - </entry> - <entry> - <key>House number</key> - </entry> - <entry> - <key>Country</key> - </entry> - <entry> - <key>Communication</key> - </entry> - <entry> - <key>postcode</key> - </entry> - <entry> - <key>City</key> - </entry> - <entry> - <key>State</key> - </entry> - <entry> - <key>Region</key> - </entry> - <entry> - <key>District</key> - </entry> - <entry> - <key>Switzerland</key> - </entry> - <entry> - <key>Internal (2)</key> - </entry> - <entry> - <key>Company Addresses</key> - </entry> - <entry> - <key>yyyyMMdd</key> - </entry> - <entry> - <key>standard address</key> - </entry> - <entry> - <key>PP</key> - </entry> - <entry> - <key>VAT</key> - </entry> - <entry> - <key>The expiry date must be after the start date!</key> - </entry> - <entry> - <key>Product</key> - </entry> - <entry> - <key>Developer</key> - </entry> - <entry> - <key>Valid until</key> - </entry> - <entry> - <key>Price list</key> - </entry> - <entry> - <key>Currency</key> - </entry> - <entry> - <key>Payment method</key> - </entry> - <entry> - <key>Price list / Company</key> - </entry> - <entry> - <key>Curr. sales price</key> - </entry> - <entry> - <key>Contract</key> - </entry> - <entry> - <key>Stock</key> - </entry> - <entry> - <key>PP/SP</key> - </entry> - <entry> - <key>Next due date</key> - </entry> - <entry> - <key>Discount</key> - </entry> - <entry> - <key>The next due date must be after the start of the contract and before the expiry of the contract!</key> - </entry> - <entry> - <key>Sales</key> - </entry> - <entry> - <key>Contract number</key> - </entry> - <entry> - <key>Min. stock</key> - </entry> - <entry> - <key>SP</key> - </entry> - <entry> - <key>Commodity group 3</key> - </entry> - <entry> - <key>Commodity group 2</key> - </entry> - <entry> - <key>Commodity group 1</key> - </entry> - <entry> - <key>Contract start date</key> - </entry> - <entry> - <key>Spare parts</key> - </entry> - <entry> - <key>Unit</key> - </entry> - <entry> - <key>Contract expiry date</key> - </entry> - <entry> - <key>Yes</key> - </entry> - <entry> - <key>Type of contract</key> - </entry> - <entry> - <key>No</key> - </entry> - <entry> - <key>Service</key> - </entry> - <entry> - <key>Cancelled</key> - </entry> - <entry> - <key>Advertising material</key> - </entry> - <entry> - <key>Valid from</key> - </entry> - <entry> - <key>Product name</key> - </entry> - <entry> - <key>Product group</key> - </entry> - <entry> - <key>${CONTRACT_STATUS}</key> - </entry> - <entry> - <key>From no. of units</key> - </entry> - <entry> - <key>Price</key> - </entry> - <entry> - <key>Conditions</key> - </entry> - <entry> - <key>Standard</key> - </entry> - <entry> - <key>I / O</key> - </entry> - <entry> - <key>Date</key> - </entry> - <entry> - <key>IN</key> - </entry> - <entry> - <key>OUT</key> - </entry> - <entry> - <key>Warehouse</key> - </entry> - <entry> - <key>Reference</key> - </entry> - <entry> - <key>The contract number already exists!</key> - </entry> - <entry> - <key>The product number already exists!</key> - </entry> - <entry> - <key>Quantity</key> - </entry> - <entry> - <key>Salesproject</key> - </entry> - <entry> - <key>Rollout</key> - </entry> - <entry> - <key>Phase</key> - </entry> - <entry> - <key>Product number</key> - </entry> - <entry> - <key>Project number</key> - </entry> - <entry> - <key>Project title</key> - </entry> - <entry> - <key>Project start</key> - </entry> - <entry> - <key>Volume</key> - </entry> - <entry> - <key>Partial order</key> - </entry> - <entry> - <key>Open</key> - </entry> - <entry> - <key>Lost</key> - </entry> - <entry> - <key>Order</key> - </entry> - <entry> - <key>Postponed</key> - </entry> - <entry> - <key>Aborted</key> - </entry> - <entry> - <key>Total net</key> - </entry> - <entry> - <key>Offer</key> - </entry> - <entry> - <key>Offer number</key> - </entry> - <entry> - <key>Probability</key> - </entry> - <entry> - <key>Total VAT</key> - </entry> - <entry> - <key>The offer number already exists!</key> - </entry> - <entry> - <key>0 %</key> - </entry> - <entry> - <key>75 %</key> - </entry> - <entry> - <key>100 %</key> - </entry> - <entry> - <key>25 %</key> - </entry> - <entry> - <key>50 %</key> - </entry> - <entry> - <key>Won</key> - </entry> - <entry> - <key>Checked</key> - </entry> - <entry> - <key>Sent</key> - </entry> - <entry> - <key>Offeritems</key> - </entry> - <entry> - <key>Header text</key> - </entry> - <entry> - <key>Commodity group</key> - </entry> - <entry> - <key>Footer text</key> - </entry> - <entry> - <key>Designation</key> - </entry> - <entry> - <key>Position</key> - </entry> - <entry> - <key>Optional</key> - </entry> - <entry> - <key>Article</key> - </entry> - <entry> - <key>Offeritem</key> - </entry> - <entry> - <key>Sum</key> - </entry> - <entry> - <key>Option4</key> - </entry> - <entry> - <key>Option3</key> - </entry> - <entry> - <key>Option2</key> - </entry> - <entry> - <key>Option1</key> - </entry> - <entry> - <key>Countries</key> - </entry> - <entry> - <key>Options</key> - </entry> - <entry> - <key>Total gross</key> - </entry> - <entry> - <key>Identical price list found!</key> - </entry> - <entry> - <key>Parts list</key> - </entry> - <entry> - <key>Parent</key> - </entry> - <entry> - <key>${EURO_SIGN}</key> - </entry> - <entry> - <key>Planned</key> - </entry> - <entry> - <key>Info</key> - </entry> - <entry> - <key>${VOLUME_MONEY}</key> - </entry> - <entry> - <key>Milestones</key> - </entry> - <entry> - <key>Excreted</key> - </entry> - <entry> - <key>Reason</key> - </entry> - <entry> - <key>Document</key> - </entry> - <entry> - <key>Competition</key> - </entry> - <entry> - <key>Forecast</key> - </entry> - <entry> - <key>Role</key> - </entry> - <entry> - <key>End date</key> - </entry> - <entry> - <key>Documents</key> - </entry> - <entry> - <key>New offer version</key> - </entry> - <entry> - <key>Copy offer</key> - </entry> - <entry> - <key>Vers. no.</key> - </entry> - <entry> - <key>Curr. purchase price</key> - </entry> - <entry> - <key>Contracts</key> - </entry> - <entry> - <key>Classification</key> - </entry> - <entry> - <key>High price strategy</key> - </entry> - <entry> - <key>Low price strategy</key> - </entry> - <entry> - <key>Other</key> - </entry> - <entry> - <key>Individual</key> - </entry> - <entry> - <key>Please update the ${FORECAST_ENGLISH}.</key> - </entry> - <entry> - <key>Value</key> - </entry> - <entry> - <key>no valid format</key> - </entry> - <entry> - <key>Pos.</key> - </entry> - <entry> - <key>ISO 3166-1 alpha-3</key> - </entry> - <entry> - <key>ISO 3166-1 alpha-2</key> - </entry> - <entry> - <key>0.00</key> - </entry> - <entry> - <key>Relationship</key> - </entry> - <entry> - <key>${BINARY_LIB_TOO_MANY_BINARIES}</key> - </entry> - <entry> - <key>Native Name</key> - </entry> - <entry> - <key>#,##0</key> - </entry> - <entry> - <key>New offer</key> - </entry> - <entry> - <key>dd.MM.yyyy</key> - </entry> - <entry> - <key>Edit defaults</key> - </entry> - <entry> - <key>no valid mail-address format</key> - </entry> - <entry> - <key>#,##0.00</key> - </entry> - <entry> - <key>Latin Name</key> - </entry> - <entry> - <key>Organisation name</key> - </entry> - <entry> - <key>Connection</key> - </entry> - <entry> - <key>standard email</key> - </entry> - <entry> - <key>Creator</key> - </entry> - <entry> - <key>Timetracking</key> - </entry> - <entry> - <key>Further informations</key> - </entry> - <entry> - <key>Social</key> - </entry> - <entry> - <key>Facebook Feed</key> - </entry> - <entry> - <key>Group1</key> - </entry> - <entry> - <key>Group2</key> - </entry> - <entry> - <key>Details</key> - </entry> - <entry> - <key>Prices</key> - </entry> - <entry> - <key>Twitter</key> - </entry> - <entry> - <key>Connections</key> - </entry> - <entry> - <key>Object</key> - </entry> - <entry> - <key>Attributes</key> - </entry> - <entry> - <key>Facebook</key> - </entry> - <entry> - <key>Creation date</key> - </entry> - <entry> - <key>Maindocuments</key> - </entry> - <entry> - <key>Receipt</key> - </entry> - <entry> - <key>Receipt number</key> - </entry> - <entry> - <key>Year</key> - </entry> - <entry> - <key>New receipt version</key> - </entry> - <entry> - <key>Orderitems</key> - </entry> - <entry> - <key>Sent receipts</key> - </entry> - <entry> - <key>Copy receipt</key> - </entry> - <entry> - <key>Orderitem</key> - </entry> - <entry> - <key>The order number already exists!</key> - </entry> - <entry> - <key>New activity</key> - </entry> - <entry> - <key>Turnover</key> - </entry> - <entry> - <key>Sent offers</key> - </entry> - <entry> - <key>Show all activities</key> - </entry> - <entry> - <key>Offers</key> - </entry> - <entry> - <key>Show all sent offers</key> - </entry> - <entry> - <key>Show my activities</key> - </entry> - <entry> - <key>Show all receipts</key> - </entry> - <entry> - <key>Receipts</key> - </entry> - <entry> - <key>My Activities</key> - </entry> - <entry> - <key>Show all offers</key> - </entry> - <entry> - <key>Show all products</key> - </entry> - <entry> - <key>Show all Facebook posts of a user</key> - </entry> - <entry> - <key>Show all tweets of a user</key> - </entry> - <entry> - <key>Show all companies</key> - </entry> - <entry> - <key>Show all tweets of ADITO</key> - </entry> - <entry> - <key>Show all sent receipts</key> - </entry> - <entry> - <key>Products</key> - </entry> - <entry> - <key>Show all Facebook posts of ADITO</key> - </entry> - <entry> - <key>Companies</key> - </entry> - <entry> - <key>Show all contacts</key> - </entry> - <entry> - <key>Show open salesprojects</key> - </entry> - <entry> - <key>Show all contracts</key> - </entry> - <entry> - <key>Salesprojects</key> - </entry> - <entry> - <key>Show all salesprojects</key> - </entry> - <entry> - <key>Open salesprojects</key> - </entry> - <entry> - <key>July</key> - </entry> - <entry> - <key>ADITO Facebook Feed</key> - </entry> - <entry> - <key>ADITO Twitter Feed</key> - </entry> - <entry> - <key>June</key> - </entry> - <entry> - <key>October</key> - </entry> - <entry> - <key>Take price</key> - </entry> - <entry> - <key>Twitter Feed</key> - </entry> - <entry> - <key>November</key> - </entry> - <entry> - <key>December</key> - </entry> - <entry> - <key>May</key> - </entry> - <entry> - <key>April</key> - </entry> - <entry> - <key>January</key> - </entry> - <entry> - <key>March</key> - </entry> - <entry> - <key>September</key> - </entry> - <entry> - <key>August</key> - </entry> - <entry> - <key>Category</key> - </entry> - <entry> - <key>February</key> - </entry> - <entry> - <key>Abomodel</key> - </entry> - <entry> - <key>Confirmed</key> - </entry> - <entry> - <key>OutOfOffice</key> - </entry> - <entry> - <key>Articledescription</key> - </entry> - <entry> - <key>Articlenumber</key> - </entry> - <entry> - <key>Industry</key> - </entry> - <entry> - <key>Put Reciever Into To</key> - </entry> - <entry> - <key>Unitprice</key> - </entry> - <entry> - <key>Free</key> - </entry> - <entry> - <key>Total</key> - </entry> - <entry> - <key>yearly series not specified</key> - </entry> - <entry> - <key>no standard email office</key> - </entry> - <entry> - <key>Conditions of payment</key> - </entry> - <entry> - <key>Number</key> - </entry> - <entry> - <key>Amount</key> - </entry> - <entry> - <key>Deliveryspecification</key> - </entry> - <entry> - <key>Ignore daily series</key> - </entry> - <entry> - <key>Tentative</key> - </entry> - <entry> - <key>Ignore series</key> - </entry> - <entry> - <key>Plus Salestax</key> - </entry> - <entry> - <key>Choose address</key> - </entry> - <entry> - <key>Customer Base Sheet</key> - </entry> - <entry> - <key>{$TASK_STATUS}</key> - </entry> - <entry> - <key>Task</key> - </entry> - <entry> - <key>subject</key> - </entry> - <entry> - <key>{$TASK_REQUESTOR}</key> - </entry> - <entry> - <key>task number</key> - </entry> - <entry> - <key>{$TASK_EDITOR}</key> - </entry> - <entry> - <key>description</key> - </entry> - <entry> - <key>priority</key> - </entry> - <entry> - <key>{$TASK_PRIORITY_HIGH}</key> - </entry> - <entry> - <key>Seite</key> - </entry> - <entry> - <key>Senden per E-Mail</key> - </entry> - <entry> - <key>Betreff</key> - </entry> - <entry> - <key>title</key> - </entry> - <entry> - <key>von</key> - </entry> - <entry> - <key>{$TASK_PRIORITY_LOW}</key> - </entry> - <entry> - <key>Nur Eigene anzeigen</key> - </entry> - <entry> - <key>{$TASK_PRIORITY_NORMAL}</key> - </entry> - <entry> - <key>Beschreibung</key> - </entry> - <entry> - <key>Unit price</key> - </entry> - <entry> - <key>type</key> - </entry> - <entry> - <key>Benutzer</key> - </entry> - <entry> - <key>{$TASK_PRIORITY_NONE}</key> - </entry> - <entry> - <key>Termin</key> - </entry> - <entry> - <key>Vorschau</key> - </entry> - <entry> - <key>Angebot</key> - </entry> - <entry> - <key>details</key> - </entry> - <entry> - <key>Contact type</key> - </entry> - <entry> - <key>Communication data</key> - </entry> - <entry> - <key>Remark</key> - </entry> - <entry> - <key>Department</key> - </entry> - <entry> - <key>Tasks</key> - </entry> - <entry> - <key>Employee</key> - </entry> - <entry> - <key>${SALESPROJECT_MEMBER}</key> - </entry> - <entry> - <key>responsible</key> - </entry> - <entry> - <key>Kundenstammblatt</key> - </entry> - <entry> - <key>Person</key> - </entry> - <entry> - <key>Detail</key> - </entry> - <entry> - <key>Relations</key> - </entry> - <entry> - <key>${FORECAST_ENGLISH}</key> - </entry> - <entry> - <key>Usage</key> - </entry> - <entry> - <key>Maximal Count</key> - </entry> - <entry> - <key>Minimal Count</key> - </entry> - <entry> - <key>${ADDRESS_STATE}</key> - </entry> - <entry> - <key>Title (original language)</key> - </entry> - <entry> - <key>Key</key> - </entry> - <entry> - <key>Attribute</key> - </entry> - <entry> - <key>Container</key> - </entry> - <entry> - <key>Administration</key> - </entry> - <entry> - <key>Keyword</key> - </entry> - <entry> - <key>Sorting</key> - </entry> - <entry> - <key>jdito</key> - </entry> - <entry> - <key>Time expenses</key> - </entry> - <entry> - <key>Context id</key> - </entry> - <entry> - <key>Context name</key> - </entry> - <entry> - <key>Cambodia</key> - </entry> - <entry> - <key>Resigned</key> - </entry> - <entry> - <key>Customer</key> - </entry> - <entry> - <key>Outgoing</key> - </entry> - <entry> - <key>Paraguay</key> - </entry> - <entry> - <key>Solomon Islands</key> - </entry> - <entry> - <key>Montserrat</key> - </entry> - <entry> - <key>Guadeloupe</key> - </entry> - <entry> - <key>Product_technic</key> - </entry> - <entry> - <key>Moldova (Republic of)</key> - </entry> - <entry> - <key>Seychelles</key> - </entry> - <entry> - <key>Canadian dollar</key> - </entry> - <entry> - <key>Bahrain</key> - </entry> - <entry> - <key>Comoros</key> - </entry> - <entry> - <key>Faroe Islands</key> - </entry> - <entry> - <key>Finland</key> - </entry> - <entry> - <key>Project_duration</key> - </entry> - <entry> - <key>Company_internationality</key> - </entry> - <entry> - <key>Eritrea</key> - </entry> - <entry> - <key>Puerto Rico</key> - </entry> - <entry> - <key>Viet Nam</key> - </entry> - <entry> - <key>Libya</key> - </entry> - <entry> - <key>French</key> - </entry> - <entry> - <key>Cocos (Keeling) Islands</key> - </entry> - <entry> - <key>Saint Helena, Ascension and Tristan da Cunha</key> - </entry> - <entry> - <key>Liechtenstein</key> - </entry> - <entry> - <key>Product_functionality</key> - </entry> - <entry> - <key>Bulgaria</key> - </entry> - <entry> - <key>Jordan</key> - </entry> - <entry> - <key>Côte d'Ivoire</key> - </entry> - <entry> - <key>United Arab Emirates</key> - </entry> - <entry> - <key>Kenya</key> - </entry> - <entry> - <key>None, individual count</key> - </entry> - <entry> - <key>French Polynesia</key> - </entry> - <entry> - <key>Djibouti</key> - </entry> - <entry> - <key>Cuba</key> - </entry> - <entry> - <key>Saint Lucia</key> - </entry> - <entry> - <key>Mayotte</key> - </entry> - <entry> - <key>Israel</key> - </entry> - <entry> - <key>San Marino</key> - </entry> - <entry> - <key>Tajikistan</key> - </entry> - <entry> - <key>Warehouse 2</key> - </entry> - <entry> - <key>Warehouse 1</key> - </entry> - <entry> - <key>Gibraltar</key> - </entry> - <entry> - <key>Warehouse 3</key> - </entry> - <entry> - <key>Cyprus</key> - </entry> - <entry> - <key>Semiannually</key> - </entry> - <entry> - <key>Northern Mariana Islands</key> - </entry> - <entry> - <key>Malaysia</key> - </entry> - <entry> - <key>Armenia</key> - </entry> - <entry> - <key>Brazil</key> - </entry> - <entry> - <key>Turks and Caicos Islands</key> - </entry> - <entry> - <key>Cabo Verde</key> - </entry> - <entry> - <key>Ecuador</key> - </entry> - <entry> - <key>Iran (Islamic Republic of)</key> - </entry> - <entry> - <key>Decision maker</key> - </entry> - <entry> - <key>Lao People's Democratic Republic</key> - </entry> - <entry> - <key>Maintenance contract</key> - </entry> - <entry> - <key>United States Minor Outlying Islands</key> - </entry> - <entry> - <key>Italy</key> - </entry> - <entry> - <key>${ORGTYPE_OTHER}</key> - </entry> - <entry> - <key>Haiti</key> - </entry> - <entry> - <key>Afghanistan</key> - </entry> - <entry> - <key>Russian Federation</key> - </entry> - <entry> - <key>waiting</key> - </entry> - <entry> - <key>American Samoa</key> - </entry> - <entry> - <key>Korea (Democratic People's Republic of)</key> - </entry> - <entry> - <key>United States dollar</key> - </entry> - <entry> - <key>Kyrgyzstan</key> - </entry> - <entry> - <key>Togo</key> - </entry> - <entry> - <key>Other_existing Customer</key> - </entry> - <entry> - <key>Uzbekistan</key> - </entry> - <entry> - <key>Dominica</key> - </entry> - <entry> - <key>Benin</key> - </entry> - <entry> - <key>Liter</key> - </entry> - <entry> - <key>Virgin Islands (British)</key> - </entry> - <entry> - <key>Sudan</key> - </entry> - <entry> - <key>Portugal</key> - </entry> - <entry> - <key>Grenada</key> - </entry> - <entry> - <key>Latvia</key> - </entry> - <entry> - <key>Mongolia</key> - </entry> - <entry> - <key>Morocco</key> - </entry> - <entry> - <key>Guatemala</key> - </entry> - <entry> - <key>Pieces</key> - </entry> - <entry> - <key>Heard Island and McDonald Islands</key> - </entry> - <entry> - <key>Incoming</key> - </entry> - <entry> - <key>Ghana</key> - </entry> - <entry> - <key>Holy See</key> - </entry> - <entry> - <key>India</key> - </entry> - <entry> - <key>Canada</key> - </entry> - <entry> - <key>Maldives</key> - </entry> - <entry> - <key>Service contract</key> - </entry> - <entry> - <key>Taiwan</key> - </entry> - <entry> - <key>Central African Republic</key> - </entry> - <entry> - <key>Fiji</key> - </entry> - <entry> - <key>Guinea</key> - </entry> - <entry> - <key>Somalia</key> - </entry> - <entry> - <key>Sao Tome and Principe</key> - </entry> - <entry> - <key>United Kingdom of Great Britain and Northern Ireland</key> - </entry> - <entry> - <key>Equatorial Guinea</key> - </entry> - <entry> - <key>Kiribati</key> - </entry> - <entry> - <key>Costa Rica</key> - </entry> - <entry> - <key>Supplier</key> - </entry> - <entry> - <key>Nigeria</key> - </entry> - <entry> - <key>Syrian Arab Republic</key> - </entry> - <entry> - <key>Timor-Leste</key> - </entry> - <entry> - <key>Product_mobile use</key> - </entry> - <entry> - <key>Samoa</key> - </entry> - <entry> - <key>Spain</key> - </entry> - <entry> - <key>Palau</key> - </entry> - <entry> - <key>Prospect</key> - </entry> - <entry> - <key>Estonia</key> - </entry> - <entry> - <key>Not signed yet</key> - </entry> - <entry> - <key>Niue</key> - </entry> - <entry> - <key>Mozambique</key> - </entry> - <entry> - <key>El Salvador</key> - </entry> - <entry> - <key>Guam</key> - </entry> - <entry> - <key>Lesotho</key> - </entry> - <entry> - <key>Tonga</key> - </entry> - <entry> - <key>Western Sahara</key> - </entry> - <entry> - <key>new</key> - </entry> - <entry> - <key>Adviser</key> - </entry> - <entry> - <key>Company_size</key> - </entry> - <entry> - <key>Republic of Kosovo</key> - </entry> - <entry> - <key>South Sudan</key> - </entry> - <entry> - <key>Mauritius</key> - </entry> - <entry> - <key>Bouvet Island</key> - </entry> - <entry> - <key>Bolivia (Plurinational State of)</key> - </entry> - <entry> - <key>Norfolk Island</key> - </entry> - <entry> - <key>Sint Maarten (Dutch part)</key> - </entry> - <entry> - <key>Micronesia (Federated States of)</key> - </entry> - <entry> - <key>Product_industry knowhow</key> - </entry> - <entry> - <key>United States of America</key> - </entry> - <entry> - <key>In review</key> - </entry> - <entry> - <key>Address purchase</key> - </entry> - <entry> - <key>Malta</key> - </entry> - <entry> - <key>Project_volume</key> - </entry> - <entry> - <key>Ireland</key> - </entry> - <entry> - <key>Inactive</key> - </entry> - <entry> - <key>France</key> - </entry> - <entry> - <key>Lithuania</key> - </entry> - <entry> - <key>Korea (Republic of)</key> - </entry> - <entry> - <key>${PRICELIST_SERVICE}</key> - </entry> - <entry> - <key>English</key> - </entry> - <entry> - <key>Nicaragua</key> - </entry> - <entry> - <key>Macao</key> - </entry> - <entry> - <key>Mexico</key> - </entry> - <entry> - <key>Uganda</key> - </entry> - <entry> - <key>Suriname</key> - </entry> - <entry> - <key>Greenland</key> - </entry> - <entry> - <key>Papua New Guinea</key> - </entry> - <entry> - <key>Kazakhstan</key> - </entry> - <entry> - <key>Åland Islands</key> - </entry> - <entry> - <key>Bahamas</key> - </entry> - <entry> - <key>Mali</key> - </entry> - <entry> - <key>Marshall Islands</key> - </entry> - <entry> - <key>Panama</key> - </entry> - <entry> - <key>Bonaire, Sint Eustatius and Saba</key> - </entry> - <entry> - <key>Tanzania, United Republic of</key> - </entry> - <entry> - <key>Argentina</key> - </entry> - <entry> - <key>Belize</key> - </entry> - <entry> - <key>Zambia</key> - </entry> - <entry> - <key>Congo</key> - </entry> - <entry> - <key>Guinea-Bissau</key> - </entry> - <entry> - <key>Namibia</key> - </entry> - <entry> - <key>External sales manager</key> - </entry> - <entry> - <key>Georgia</key> - </entry> - <entry> - <key>Saint Kitts and Nevis</key> - </entry> - <entry> - <key>Yemen</key> - </entry> - <entry> - <key>Aruba</key> - </entry> - <entry> - <key>Madagascar</key> - </entry> - <entry> - <key>Valid, unlimited</key> - </entry> - <entry> - <key>Svalbard and Jan Mayen</key> - </entry> - <entry> - <key>South Georgia and the South Sandwich Islands</key> - </entry> - <entry> - <key>Sweden</key> - </entry> - <entry> - <key>Malawi</key> - </entry> - <entry> - <key>Andorra</key> - </entry> - <entry> - <key>Poland</key> - </entry> - <entry> - <key>Tunisia</key> - </entry> - <entry> - <key>Tuvalu</key> - </entry> - <entry> - <key>Lebanon</key> - </entry> - <entry> - <key>Azerbaijan</key> - </entry> - <entry> - <key>Czech Republic</key> - </entry> - <entry> - <key>Mauritania</key> - </entry> - <entry> - <key>Guernsey</key> - </entry> - <entry> - <key>Kgs</key> - </entry> - <entry> - <key>Australia</key> - </entry> - <entry> - <key>Myanmar</key> - </entry> - <entry> - <key>Cameroon</key> - </entry> - <entry> - <key>Iceland</key> - </entry> - <entry> - <key>Oman</key> - </entry> - <entry> - <key>Gabon</key> - </entry> - <entry> - <key>Luxembourg</key> - </entry> - <entry> - <key>Algeria</key> - </entry> - <entry> - <key>Jersey</key> - </entry> - <entry> - <key>Slovenia</key> - </entry> - <entry> - <key>Antigua and Barbuda</key> - </entry> - <entry> - <key>Annually</key> - </entry> - <entry> - <key>Colombia</key> - </entry> - <entry> - <key>Project_reference</key> - </entry> - <entry> - <key>Vanuatu</key> - </entry> - <entry> - <key>Valid, limited</key> - </entry> - <entry> - <key>Honduras</key> - </entry> - <entry> - <key>Antarctica</key> - </entry> - <entry> - <key>Nauru</key> - </entry> - <entry> - <key>Burundi</key> - </entry> - <entry> - <key>Project manager</key> - </entry> - <entry> - <key>Singapore</key> - </entry> - <entry> - <key>French Guiana</key> - </entry> - <entry> - <key>Hours</key> - </entry> - <entry> - <key>Christmas Island</key> - </entry> - <entry> - <key>Netherlands</key> - </entry> - <entry> - <key>Product_flexibility</key> - </entry> - <entry> - <key>China</key> - </entry> - <entry> - <key>Martinique</key> - </entry> - <entry> - <key>Own website</key> - </entry> - <entry> - <key>Saint Pierre and Miquelon</key> - </entry> - <entry> - <key>Bhutan</key> - </entry> - <entry> - <key>Romania</key> - </entry> - <entry> - <key>Falkland Islands (Malvinas)</key> - </entry> - <entry> - <key>Philippines</key> - </entry> - <entry> - <key>Pitcairn</key> - </entry> - <entry> - <key>Zimbabwe</key> - </entry> - <entry> - <key>British Indian Ocean Territory</key> - </entry> - <entry> - <key>Montenegro</key> - </entry> - <entry> - <key>Quarterly</key> - </entry> - <entry> - <key>Indonesia</key> - </entry> - <entry> - <key>Angola</key> - </entry> - <entry> - <key>Internal</key> - </entry> - <entry> - <key>Key account</key> - </entry> - <entry> - <key>Brunei Darussalam</key> - </entry> - <entry> - <key>New Caledonia</key> - </entry> - <entry> - <key>Cayman Islands</key> - </entry> - <entry> - <key>Congo (Democratic Republic of the)</key> - </entry> - <entry> - <key>Greece</key> - </entry> - <entry> - <key>Guyana</key> - </entry> - <entry> - <key>Project assistant</key> - </entry> - <entry> - <key>Iraq</key> - </entry> - <entry> - <key>Chile</key> - </entry> - <entry> - <key>Nepal</key> - </entry> - <entry> - <key>${PRICELIST_DEFAULT}</key> - </entry> - <entry> - <key>Customer recommendation</key> - </entry> - <entry> - <key>Other_unknown</key> - </entry> - <entry> - <key>Isle of Man</key> - </entry> - <entry> - <key>Ukraine</key> - </entry> - <entry> - <key>Curaçao</key> - </entry> - <entry> - <key>Anguilla</key> - </entry> - <entry> - <key>Euro</key> - </entry> - <entry> - <key>Product_GUI</key> - </entry> - <entry> - <key>${GENDER_OTHER}</key> - </entry> - <entry> - <key>Turkey</key> - </entry> - <entry> - <key>Belgium</key> - </entry> - <entry> - <key>South Africa</key> - </entry> - <entry> - <key>Trinidad and Tobago</key> - </entry> - <entry> - <key>Bermuda</key> - </entry> - <entry> - <key>Jamaica</key> - </entry> - <entry> - <key>Peru</key> - </entry> - <entry> - <key>Turkmenistan</key> - </entry> - <entry> - <key>Venezuela (Bolivarian Republic of)</key> - </entry> - <entry> - <key>Tokelau</key> - </entry> - <entry> - <key>Hong Kong</key> - </entry> - <entry> - <key>Chad</key> - </entry> - <entry> - <key>German</key> - </entry> - <entry> - <key>Thailand</key> - </entry> - <entry> - <key>in process</key> - </entry> - <entry> - <key>Saint Martin (French part)</key> - </entry> - <entry> - <key>Kuwait</key> - </entry> - <entry> - <key>Palestine, State of</key> - </entry> - <entry> - <key>Croatia</key> - </entry> - <entry> - <key>Cook Islands</key> - </entry> - <entry> - <key>Fair</key> - </entry> - <entry> - <key>Sri Lanka</key> - </entry> - <entry> - <key>Uruguay</key> - </entry> - <entry> - <key>Liberia</key> - </entry> - <entry> - <key>Burkina Faso</key> - </entry> - <entry> - <key>Swiss franc</key> - </entry> - <entry> - <key>Swaziland</key> - </entry> - <entry> - <key>ended</key> - </entry> - <entry> - <key>Saint Barthélemy</key> - </entry> - <entry> - <key>Wallis and Futuna</key> - </entry> - <entry> - <key>Company_industry knowhow</key> - </entry> - <entry> - <key>Monaco</key> - </entry> - <entry> - <key>Spanish</key> - </entry> - <entry> - <key>Hungary</key> - </entry> - <entry> - <key>Réunion</key> - </entry> - <entry> - <key>Japan</key> - </entry> - <entry> - <key>Belarus</key> - </entry> - <entry> - <key>Albania</key> - </entry> - <entry> - <key>Internal sales manager</key> - </entry> - <entry> - <key>Virgin Islands (U.S.)</key> - </entry> - <entry> - <key>New Zealand</key> - </entry> - <entry> - <key>Senegal</key> - </entry> - <entry> - <key>Ethiopia</key> - </entry> - <entry> - <key>Macedonia (the former Yugoslav Republic of)</key> - </entry> - <entry> - <key>Egypt</key> - </entry> - <entry> - <key>Sierra Leone</key> - </entry> - <entry> - <key>Saudi Arabia</key> - </entry> - <entry> - <key>Pakistan</key> - </entry> - <entry> - <key>Gambia</key> - </entry> - <entry> - <key>Qatar</key> - </entry> - <entry> - <key>Slovakia</key> - </entry> - <entry> - <key>Serbia</key> - </entry> - <entry> - <key>Bosnia and Herzegovina</key> - </entry> - <entry> - <key>Framework contract</key> - </entry> - <entry> - <key>Niger</key> - </entry> - <entry> - <key>Rwanda</key> - </entry> - <entry> - <key>French Southern Territories</key> - </entry> - <entry> - <key>Bangladesh</key> - </entry> - <entry> - <key>Barbados</key> - </entry> - <entry> - <key>Botswana</key> - </entry> - <entry> - <key>Saint Vincent and the Grenadines</key> - </entry> - <entry> - <key>Denmark</key> - </entry> - <entry> - <key>Dominican Republic</key> - </entry> - <entry> - <key>Cover letter</key> - </entry> - <entry> - <key>Create receipt</key> - </entry> - <entry> - <key>New time tracking</key> - </entry> - <entry> - <key>MAL</key> - </entry> - <entry> - <key>SQO</key> - </entry> - <entry> - <key>NQC</key> - </entry> - <entry> - <key>MQL</key> - </entry> - <entry> - <key>SAL</key> - </entry> - <entry> - <key>Checkbox</key> - </entry> - <entry> - <key>Numeric value</key> - </entry> - <entry> - <key>decline</key> - </entry> - <entry> - <key>Text</key> - </entry> - <entry> - <key>Group</key> - </entry> - <entry> - <key>Combobox</key> - </entry> - <entry> - <key>tentative</key> - </entry> - <entry> - <key>${NUMBER}</key> - </entry> - <entry> - <key>Name \"%0\" already used for container \"%1\"</key> - </entry> - <entry> - <key>CHAR_VALUE</key> - </entry> - <entry> - <key>Keyword Attribute</key> - </entry> - <entry> - <key>in</key> - </entry> - <entry> - <key>Keyword Attribute Values</key> - </entry> - <entry> - <key>Boolean value</key> - </entry> - <entry> - <key>accept</key> - </entry> - <entry> - <key>The ZIP code does not match the format of the country.</key> - </entry> - <entry> - <key>String value</key> - </entry> - <entry> - <key>The code number is not a valid number.</key> - </entry> - <entry> - <key>${SQL_LIB_UNSUPPORTED_DBTYPE} function: %0</key> - </entry> - <entry> - <key>${PRODUCT_LIB_NO_PRODUCT_ID} function: %0</key> - </entry> - <entry> - <key>Object type</key> - </entry> - <entry> - <key>Print Offer</key> - </entry> - <entry> - <key>Touchpoints</key> - </entry> - <entry> - <key>Days inactive</key> - </entry> - <entry> - <key>Touchpoint</key> - </entry> - <entry> - <key>Combobox Value</key> - </entry> - <entry> - <key>relations</key> - </entry> - <entry> - <key>Time</key> - </entry> - <entry> - <key>New task</key> - </entry> - <entry> - <key>the specified key has to be unique for that container but does already exist</key> - </entry> - <entry> - <key>Relationtype</key> - </entry> - <entry> - <key>Tree</key> - </entry> - <entry> - <key>100%</key> - </entry> - <entry> - <key>Mobil</key> - </entry> - <entry> - <key>25%</key> - </entry> - <entry> - <key>50%</key> - </entry> - <entry> - <key>75%</key> - </entry> - <entry> - <key>no keyword attribute \"%0\" found in keyword container \"%1\"</key> - </entry> - <entry> - <key>competitor</key> - </entry> - <entry> - <key>0%</key> - </entry> - <entry> - <key>acquainted with</key> - </entry> - <entry> - <key>collaboration with</key> - </entry> - <entry> - <key>parent company</key> - </entry> - <entry> - <key>society</key> - </entry> - <entry> - <key>ankle of</key> - </entry> - <entry> - <key>solicits</key> - </entry> - <entry> - <key>child of</key> - </entry> - <entry> - <key>supervisor of</key> - </entry> - <entry> - <key>reports to</key> - </entry> - <entry> - <key>subsidiary</key> - </entry> - <entry> - <key>supported by</key> - </entry> - <entry> - <key>member</key> - </entry> - <entry> - <key>promotion target of</key> - </entry> - <entry> - <key>supports</key> - </entry> - <entry> - <key>parent of</key> - </entry> - <entry> - <key>grandparents of</key> - </entry> - <entry> - <key>Entrydate (Month)</key> - </entry> - <entry> - <key>Entrydate (Day)</key> - </entry> - <entry> - <key>My Dashboard</key> - </entry> - <entry> - <key>Salesdashboard</key> - </entry> - <entry> - <key>Discount %</key> - </entry> - <entry> - <key>Memo</key> - </entry> - <entry> - <key>Function</key> - </entry> - <entry> - <key>Relational</key> - </entry> - <entry> - <key>Only numbers are allowed.</key> - </entry> - <entry> - <key>Superordinate Attribute</key> - </entry> - <entry> - <key>${SALESPROJECT_OFFER}</key> - </entry> - <entry> - <key>${SALESPROJECT_NEGOTIATION}</key> - </entry> - <entry> - <key>Filesize</key> - </entry> - <entry> - <key>Filename</key> - </entry> - <entry> - <key>Filetype</key> - </entry> - <entry> - <key>Special price list</key> - </entry> - <entry> - <key>New attribute</key> - </entry> - <entry> - <key>MQC</key> - </entry> - <entry> - <key>History</key> - </entry> - <entry> - <key>Progress</key> - </entry> - <entry> - <key>Module</key> - </entry> - <entry> - <key>7 days net</key> - <value></value> - </entry> - <entry> - <key>carriage free</key> - </entry> - <entry> - <key>8 days 2% discount, 30 days net</key> - <value></value> - </entry> - <entry> - <key>CIF</key> - </entry> - <entry> - <key>ex works</key> - </entry> - <entry> - <key>30 days net</key> - <value></value> - </entry> - <entry> - <key>Directly responsible:</key> - </entry> - <entry> - <key>Payment term</key> - </entry> - <entry> - <key>Contactrole</key> - </entry> - <entry> - <key>New appointment</key> - </entry> - <entry> - <key>&Aufg / Term (%0/%1)</key> - </entry> - <entry> - <key>Verschieben auf Datum?</key> - </entry> - <entry> - <key>niedrig</key> - </entry> - <entry> - <key>Gebucht</key> - </entry> - <entry> - <key>Other Contactroles</key> - </entry> - <entry> - <key>Bitte Datumseingabe prüfen!</key> - </entry> - <entry> - <key>In Bearbeitung</key> - </entry> - <entry> - <key>OK</key> - </entry> - <entry> - <key>Nicht begonnen</key> - </entry> - <entry> - <key>Bitte Filterbedingungen setzen</key> - </entry> - <entry> - <key>Bestätigt</key> - </entry> - <entry> - <key>Vorläufig</key> - </entry> - <entry> - <key>keine</key> - </entry> - <entry> - <key>Eine private Aufgabe kann nicht jemand anderem zugewiesen werden.</key> - </entry> - <entry> - <key>Aufgaben von</key> - </entry> - <entry> - <key>&Aufgaben (%0)</key> - </entry> - <entry> - <key>erledigt / zurückgestellt</key> - </entry> - <entry> - <key>hoch</key> - </entry> - <entry> - <key>Zurückgestellt</key> - </entry> - <entry> - <key>Erledigt</key> - </entry> - <entry> - <key>Abgesagt</key> - </entry> - <entry> - <key>Außer Haus</key> - </entry> - <entry> - <key>Abbrechen</key> - </entry> - <entry> - <key>Benutzer auswählen</key> - </entry> - <entry> - <key>delegiert</key> - </entry> - <entry> - <key>frei</key> - </entry> - <entry> - <key>%0 Aufgabe(n) erfolgreich weitergegeben an: %1</key> - </entry> - <entry> - <key>normal</key> - </entry> - <entry> - <key>Termine von</key> - </entry> - <entry> - <key>nur Verschiebung in die Zukunft erlaubt!</key> - </entry> - <entry> - <key>Kategorie</key> - </entry> - <entry> - <key>Product content</key> - </entry> - <entry> - <key>Know How</key> - </entry> - <entry> - <key>Personal appearance</key> - </entry> - <entry> - <key>Market situation</key> - </entry> - <entry> - <key>Liquidity</key> - </entry> - <entry> - <key>Price policy</key> - </entry> - <entry> - <key>Approved</key> - </entry> - <entry> - <key>Completed</key> - </entry> - <entry> - <key>In planning</key> - </entry> - <entry> - <key>Campaign Step</key> - </entry> - <entry> - <key>360 Degree</key> - </entry> - <entry> - <key>Campaigns</key> - </entry> - <entry> - <key>Campaign</key> - </entry> - <entry> - <key>Auswertung</key> - </entry> - <entry> - <key>VAT in %</key> - </entry> - <entry> - <key>Kampagnenschritte</key> - </entry> - <entry> - <key>Marketing</key> - </entry> - <entry> - <key>Neuer Kampagnenschritt</key> - </entry> - <entry> - <key>Neue Kampagne</key> - </entry> - <entry> - <key>${QUANTITY_LOWER_THAN_1}</key> - </entry> - <entry> - <key>This combination of person and organisation does already exist and can not be created once more.</key> - </entry> - <entry> - <key>New module</key> - </entry> - <entry> - <key>Time in minutes</key> - </entry> - <entry> - <key>Sales manager</key> - </entry> - <entry> - <key>IT</key> - </entry> - <entry> - <key>Administrator</key> - </entry> - <entry> - <key>Managing director</key> - </entry> - <entry> - <key>Production manager</key> - </entry> - <entry> - <key>Production</key> - </entry> - <entry> - <key>CEO</key> - </entry> - <entry> - <key>Purchasing manager</key> - </entry> - <entry> - <key>Marketing manager</key> - </entry> - <entry> - <key>IT manager</key> - </entry> - <entry> - <key>CSO</key> - </entry> - <entry> - <key>Executive board</key> - </entry> - <entry> - <key>Supervisory board</key> - </entry> - <entry> - <key>Management</key> - </entry> - <entry> - <key>date of birth must not be in the future</key> - </entry> - <entry> - <key>Manufacturer</key> - </entry> - <entry> - <key>Competitor</key> - </entry> - <entry> - <key>Partner</key> - </entry> - <entry> - <key>True</key> - </entry> - <entry> - <key>False</key> - </entry> - <entry> - <key>false</key> - </entry> - <entry> - <key>true</key> - </entry> - <entry> - <key>Protected</key> - </entry> - <entry> - <key>${MIN_MAX_ERROR} field: %0, value: %1, min: %2, max: %3</key> - </entry> - <entry> - <key>Password</key> - </entry> - <entry> - <key>Confirm password</key> - </entry> - <entry> - <key>Set password</key> - </entry> - <entry> - <key>Email</key> - </entry> - <entry> - <key>{$OBJECTLINK_TYPE}</key> - </entry> - <entry> - <key>{$OBJECTLINK_OBJECT}</key> - </entry> - <entry> - <key>Roles</key> - </entry> - <entry> - <key>Password and confirmation must be the same!</key> - </entry> - <entry> - <key>Begin</key> - </entry> - <entry> - <key>Maturity</key> - </entry> - <entry> - <key>Username</key> - </entry> - <entry> - <key>The person is already associated with another employee!</key> - </entry> - <entry> - <key>Username already exists!</key> - </entry> - <entry> - <key>This private person doeas already exist and can not be created once more.</key> - </entry> - <entry> - <key>Everyone</key> - </entry> - <entry> - <key>Project</key> - </entry> - <entry> - <key>Project management</key> - </entry> - <entry> - <key>Office staff</key> - </entry> - <entry> - <key>Field staff</key> - </entry> - <entry> - <key>Resource</key> - </entry> - <entry> - <key>Human Resources</key> - </entry> - <entry> - <key>Email must be unique!</key> - </entry> - <entry> - <key>Project Management</key> - </entry> - <entry> - <key>Support</key> - </entry> - <entry> - <key>{$ADDRESS_IDENTIFIER}</key> - </entry> - <entry> - <key>Salesproject phases</key> - </entry> - <entry> - <key>Add to Campaign</key> - </entry> - <entry> - <key>Max participants</key> - </entry> - <entry> - <key>Participants</key> - </entry> - <entry> - <key>Add the selection to a campaign</key> - </entry> - <entry> - <key>participants will be added to the selected campaign step</key> - </entry> - <entry> - <key>Add participants to Campaign</key> - </entry> - <entry> - <key>Key figures</key> - </entry> - <entry> - <key>Delete all usage</key> - </entry> - <entry> - <key>Deleted all usages of \"%0\".</key> - </entry> - <entry> - <key>Successful</key> - </entry> - <entry> - <key>Relation type 1</key> - </entry> - <entry> - <key>Relation type 2</key> - </entry> - <entry> - <key>Relation type</key> - </entry> - <entry> - <key>Context 1</key> - </entry> - <entry> - <key>Context 2</key> - </entry> - <entry> - <key>Hierarchy</key> - </entry> - <entry> - <key>Object relation</key> - </entry> - <entry> - <key>Count</key> - </entry> - <entry> - <key>Picture</key> - </entry> - <entry> - <key>Chart</key> - </entry> - <entry> - <key>Zeigt wie viele Vertriebsprojekte in den einzelnen Vertriebsphasen sind. </key> - </entry> - <entry> - <key>Enable relation type 2</key> - </entry> - <entry> - <key>Salesproject Analyses</key> - </entry> - <entry> - <key>Wichtigste Kennzahlen zu den Vertriebsprojekten.</key> - </entry> - <entry> - <key>Days count</key> - </entry> - <entry> - <key>Clear forecast and set state to '%0'?</key> - </entry> - <entry> - <key>Would you really like to clear the forecast and set the state to '%0'?</key> - </entry> - <entry> - <key>This cannot be undone!</key> - </entry> - <entry> - <key>Campaign status</key> - </entry> - <entry> - <key>Set campaign step</key> - </entry> - <entry> - <key>Add participant to Campaign</key> - </entry> - <entry> - <key>Steps</key> - </entry> - <entry> - <key>Added</key> - </entry> - <entry> - <key>Current participants</key> - </entry> - <entry> - <key>Overdue tasks</key> - </entry> - <entry> - <key>[%0]the tableName is not a string after interpreting</key> - </entry> - <entry> - <key>[%0]%1 has to be a string or array but it is %2</key> - </entry> - <entry> - <key>[%0]has now an incorrect length; estimated 2 elements but got %1</key> - </entry> - <entry> - <key>[%0]the columnName is not a string after interpreting</key> - </entry> - <entry> - <key>[%0]%1 is an object but seems not to be a valid array or array-like</key> - </entry> - <entry> - <key>Responsible</key> - </entry> - <entry> - <key>New tasks</key> - </entry> - <entry> - <key>Imminent appointments for today</key> - </entry> - <entry> - <key>Analyses</key> - </entry> - <entry> - <key>To-Do</key> - </entry> - <entry> - <key>Calendar</key> - </entry> - <entry> - <key>${SQL_LIB_UNDEFINED_VALUE} field: %0</key> - </entry> - <entry> - <key>My tasks</key> - </entry> - <entry> - <key>${ATTRIBUTE_VOID}</key> - </entry> - <entry> - <key>Kampagnenzeitraum</key> - </entry> - <entry> - <key>Hauptverantw.</key> - </entry> - <entry> - <key>New campaign step</key> - </entry> - <entry> - <key>Cost</key> - </entry> - <entry> - <key>file '%0' cannot be read</key> - </entry> - <entry> - <key>Importer</key> - </entry> - <entry> - <key>Participant</key> - </entry> - <entry> - <key>Printing costs</key> - </entry> - <entry> - <key>Shipping costs</key> - </entry> - <entry> - <key>yyyy-MM-dd HH:mm:ss</key> - </entry> - <entry> - <key>file '%0' does not exist or you have got no permission on this file</key> - </entry> - <entry> - <key>Zip</key> - </entry> - <entry> - <key>Layout costs</key> - </entry> - <entry> - <key>${WEBSERVICE_ERROR} url:%0 status:%1</key> - </entry> - <entry> - <key>Step</key> - </entry> - <entry> - <key>Fix cost</key> - </entry> - <entry> - <key>per</key> - </entry> - <entry> - <key>The minimal count can't be larger than the maximal count!</key> - </entry> - <entry> - <key>The max participants count has to be equal or greater than the count of the current participants!</key> - </entry> - <entry> - <key>Variable costs</key> - </entry> - <entry> - <key>Id value</key> - </entry> - <entry> - <key>Order executed</key> - </entry> - <entry> - <key>Liquibase</key> - </entry> - <entry> - <key>Number value</key> - </entry> - <entry> - <key>Author</key> - </entry> - <entry> - <key>Position Id</key> - </entry> - <entry> - <key>ISO3</key> - </entry> - <entry> - <key>ISO2</key> - </entry> - <entry> - <key>Communication Id</key> - </entry> - <entry> - <key>Attribute Id</key> - </entry> - <entry> - <key>Modification user</key> - </entry> - <entry> - <key>Headline</key> - </entry> - <entry> - <key>Salesorder Id</key> - </entry> - <entry> - <key>Salesproject milestone Id</key> - </entry> - <entry> - <key>Appointment Id</key> - </entry> - <entry> - <key>Locked</key> - </entry> - <entry> - <key>Timetracking Id</key> - </entry> - <entry> - <key>Exec type</key> - </entry> - <entry> - <key>Date value</key> - </entry> - <entry> - <key>NUMBER VALUE</key> - </entry> - <entry> - <key>Salesproject forecast Id</key> - </entry> - <entry> - <key>ID</key> - </entry> - <entry> - <key>Keyword attribute relation Id</key> - </entry> - <entry> - <key>Minimal count</key> - </entry> - <entry> - <key>Id</key> - </entry> - <entry> - <key>Object 1 row Id</key> - </entry> - <entry> - <key>Side</key> - </entry> - <entry> - <key>Salesproject Id</key> - </entry> - <entry> - <key>Product Id</key> - </entry> - <entry> - <key>Sort</key> - </entry> - <entry> - <key>Relation Title</key> - </entry> - <entry> - <key>%0 \"%1\"</key> - </entry> - <entry> - <key>Maximal count</key> - </entry> - <entry> - <key>Data executed</key> - </entry> - <entry> - <key>Indexsearch</key> - </entry> - <entry> - <key>Appointment link Id</key> - </entry> - <entry> - <key>Relation Type</key> - </entry> - <entry> - <key>Salesproject member Id</key> - </entry> - <entry> - <key>Salesproject source Id</key> - </entry> - <entry> - <key>Item sort</key> - </entry> - <entry> - <key>%0 modified.</key> - </entry> - <entry> - <key>Contract Id</key> - </entry> - <entry> - <key>Int value</key> - </entry> - <entry> - <key>Object 2 row Id</key> - </entry> - <entry> - <key>Source tablename Id</key> - </entry> - <entry> - <key>Source tablename</key> - </entry> - <entry> - <key>Contact Id</key> - </entry> - <entry> - <key>Sales area</key> - </entry> - <entry> - <key>Parent Id</key> - </entry> - <entry> - <key>Task link Id</key> - </entry> - <entry> - <key>BOOL VALUE</key> - </entry> - <entry> - <key>Keyword attribute Id</key> - </entry> - <entry> - <key>Log type</key> - </entry> - <entry> - <key>Object row Id</key> - </entry> - <entry> - <key>Labels</key> - </entry> - <entry> - <key>%0 deleted.</key> - </entry> - <entry> - <key>Salesproject competition Id</key> - </entry> - <entry> - <key>Activity Id</key> - </entry> - <entry> - <key>Person Id</key> - </entry> - <entry> - <key>Offer item Id</key> - </entry> - <entry> - <key>Offer Id</key> - </entry> - <entry> - <key>Name native</key> - </entry> - <entry> - <key>Flag</key> - </entry> - <entry> - <key>Address Id</key> - </entry> - <entry> - <key>Name latin</key> - </entry> - <entry> - <key>Destination Id</key> - </entry> - <entry> - <key>Sex</key> - </entry> - <entry> - <key>Product price Id</key> - </entry> - <entry> - <key>%0 added.</key> - </entry> - <entry> - <key>Object Relation Type</key> - </entry> - <entry> - <key>Entry date</key> - </entry> - <entry> - <key>Object relation type 2</key> - </entry> - <entry> - <key>Object relation type 1</key> - </entry> - <entry> - <key>Modification date</key> - </entry> - <entry> - <key>Object Type</key> - </entry> - <entry> - <key>%0 from \"%1\" to \"%2\"</key> - </entry> - <entry> - <key>MD5 Sum</key> - </entry> - <entry> - <key>Letter salutation</key> - </entry> - <entry> - <key>Lock granted</key> - </entry> - <entry> - <key>Required fields</key> - </entry> - <entry> - <key>Address addition</key> - </entry> - <entry> - <key>the \"%0\" table is configured to get logged but this is the logging-stoarge itself and cannot be monitored</key> - </entry> - <entry> - <key>Attribute usage Id</key> - </entry> - <entry> - <key>LogHistory</key> - </entry> - <entry> - <key>Locked by</key> - </entry> - <entry> - <key>Desciption</key> - </entry> - <entry> - <key>Salutation Id</key> - </entry> - <entry> - <key>Comments</key> - </entry> - <entry> - <key>Task Id</key> - </entry> - <entry> - <key>Valid to</key> - </entry> - <entry> - <key>ZIP regex</key> - </entry> - <entry> - <key>Keyword entry Id</key> - </entry> - <entry> - <key>Stop costs</key> - </entry> - <entry> - <key>Contexts</key> - </entry> - <entry> - <key>Assigned to</key> - </entry> - <entry> - <key>%0 from \"%1\" to %2 \"%3\"</key> - </entry> - <entry> - <key>Date start</key> - </entry> - <entry> - <key>Deployment Id</key> - </entry> - <entry> - <key>Address format</key> - </entry> - <entry> - <key>Activity link Id</key> - </entry> - <entry> - <key>Date end</key> - </entry> - <entry> - <key>Creation user</key> - </entry> - <entry> - <key>Object Id</key> - </entry> - <entry> - <key>Is active</key> - </entry> - <entry> - <key>Product relationship</key> - </entry> - <entry> - <key>Salesorder item Id</key> - </entry> - <entry> - <key>Char value</key> - </entry> - <entry> - <key>Attribute relation Id</key> - </entry> - <entry> - <key>Tag</key> - </entry> - <entry> - <key>Title suffix</key> - </entry> - <entry> - <key>Step costs</key> - </entry> - <entry> - <key>Min. Stock</key> - </entry> - <entry> - <key>User</key> - </entry> - <entry> - <key>Stock Id</key> - </entry> - <entry> - <key>Tablename</key> - </entry> - <entry> - <key>CHAR VALUE</key> - </entry> - <entry> - <key>Parent context</key> - </entry> - <entry> - <key>Organisation Id</key> - </entry> - <entry> - <key>Tablename Id</key> - </entry> - <entry> - <key>Competitors</key> - </entry> - <entry> - <key>Notifications</key> - </entry> - <entry> - <key>Overview</key> - </entry> - <entry> - <key>Participated</key> - </entry> - <entry> - <key>Remaining Runtime</key> - </entry> - <entry> - <key>Document Template</key> - </entry> - <entry> - <key>Text Modular</key> - </entry> - <entry> - <key>Serial</key> - </entry> - <entry> - <key>Campaign Period</key> - </entry> - <entry> - <key>Single</key> - </entry> - <entry> - <key>Attachment</key> - </entry> - <entry> - <key>Attachments</key> - </entry> - <entry> - <key>Letter</key> - </entry> - <entry> - <key>Appointment</key> - </entry> - <entry> - <key>rebuild Index</key> - </entry> - <entry> - <key>Charts</key> - </entry> - <entry> - <key>Keywords</key> - </entry> - <entry> - <key>Days running</key> - </entry> - <entry> - <key>Logs</key> - </entry> - <entry> - <key>Mail</key> - </entry> - <entry> - <key>Phonecall</key> - </entry> - <entry> - <key>Chart 2</key> - </entry> - <entry> - <key>Log</key> - </entry> - <entry> - <key>Offer Header Text</key> - </entry> - <entry> - <key>Employees</key> - </entry> - <entry> - <key>Todo</key> - </entry> - <entry> - <key>Days remaining</key> - </entry> - <entry> - <key>Offer Footer Text</key> - </entry> - <entry> - <key>Date new</key> - </entry> - <entry> - <key>Date edit</key> - </entry> - <entry> - <key>Keyword Attributes</key> - </entry> - <entry> - <key>Student/Internship</key> - </entry> - <entry> - <key>Food</key> - </entry> - <entry> - <key>200 to 349T</key> - </entry> - <entry> - <key>Within 6 months</key> - </entry> - <entry> - <key>No project planned</key> - </entry> - <entry> - <key>Logistics</key> - </entry> - <entry> - <key>Skilled workers</key> - </entry> - <entry> - <key>Purchasing</key> - </entry> - <entry> - <key>Rate</key> - </entry> - <entry> - <key>Choice</key> - </entry> - <entry> - <key>points</key> - </entry> - <entry> - <key>Education</key> - </entry> - <entry> - <key>Public</key> - </entry> - <entry> - <key>Building and construction suppliers</key> - </entry> - <entry> - <key>0 to 49</key> - </entry> - <entry> - <key>0 to 49T</key> - </entry> - <entry> - <key>CRM Manager</key> - </entry> - <entry> - <key>50 to 99T</key> - </entry> - <entry> - <key>Search</key> - </entry> - <entry> - <key>Counsellor</key> - </entry> - <entry> - <key>50 to 100</key> - </entry> - <entry> - <key>OnPremise</key> - </entry> - <entry> - <key>Head of IT</key> - </entry> - <entry> - <key>Electric</key> - </entry> - <entry> - <key>from 1,000</key> - </entry> - <entry> - <key>Publishing house</key> - </entry> - <entry> - <key>100 to 199T</key> - </entry> - <entry> - <key>101 to 250</key> - </entry> - <entry> - <key>Overarching</key> - </entry> - <entry> - <key>Energy</key> - </entry> - <entry> - <key>Machinery and equipment</key> - </entry> - <entry> - <key>Trade</key> - </entry> - <entry> - <key>Consultation</key> - </entry> - <entry> - <key>Cloud</key> - </entry> - <entry> - <key>No date yet</key> - </entry> - <entry> - <key>Classifications</key> - </entry> - <entry> - <key>Service Manager</key> - </entry> - <entry> - <key>Lifesience</key> - </entry> - <entry> - <key>Automotive</key> - </entry> - <entry> - <key>Lottery</key> - </entry> - <entry> - <key>from 350T</key> - </entry> - <entry> - <key>Management/Sales Manager</key> - </entry> - <entry> - <key>Environment</key> - </entry> - <entry> - <key>Within 12 months</key> - </entry> - <entry> - <key>Finance</key> - </entry> - <entry> - <key>ScoreProjectStart</key> - </entry> - <entry> - <key>ScoreStandard</key> - </entry> - <entry> - <key>ScoreCustomizing</key> - </entry> - <entry> - <key>ScoreDecisionPhase</key> - </entry> - <entry> - <key>ScoreUsers</key> - </entry> - <entry> - <key>ScoreBranch</key> - </entry> - <entry> - <key>ScorePosition</key> - </entry> - <entry> - <key>ScoreBudget</key> - </entry> - <entry> - <key>ScoreDepartment</key> - </entry> - <entry> - <key>ScoreCloud</key> - </entry> - <entry> - <key>ScoreBased</key> - </entry> - <entry> - <key>Score</key> - </entry> - <entry> - <key>Scoretype</key> - </entry> - <entry> - <key>archieve</key> - </entry> - <entry> - <key>setUnread</key> - </entry> - <entry> - <key>Rating</key> - </entry> - <entry> - <key>setRead</key> - </entry> - <entry> - <key>Possible Values</key> - </entry> - <entry> - <key>251 to 1,000</key> - </entry> - <entry> - <key>Selection</key> - </entry> - <entry> - <key>Files</key> - </entry> - <entry> - <key>${COUNT_PREPOSITION_SINGLE}</key> - </entry> - <entry> - <key>Attribute \"%0\" has to be used at least %1.</key> - </entry> - <entry> - <key>${COUNT_PREPOSITION_MULTIPLE}</key> - </entry> - <entry> - <key>Attribute \"%0\" can't be used more than %1.</key> - </entry> - <entry> - <key>Recipient</key> - </entry> - <entry> - <key>Write email</key> - </entry> - <entry> - <key>Show tasks where I am editor</key> - </entry> - <entry> - <key>Entrydate must not be in the future</key> - </entry> - <entry> - <key>Delivery specification</key> - </entry> - <entry> - <key>Priority</key> - </entry> - <entry> - <key>Postcode</key> - </entry> - <entry> - <key>Main document</key> - </entry> - <entry> - <key>Delete</key> - </entry> - <entry> - <key>Street</key> - </entry> - <entry> - <key>Start</key> - </entry> - <entry> - <key>End</key> - </entry> - <entry> - <key>Condition</key> - </entry> - <entry> - <key>File</key> - </entry> - <entry> - <key> User</key> - </entry> - <entry> - <key>Edit</key> - </entry> - <entry> - <key>Condition Type</key> - </entry> - <entry> - <key>Access type</key> - </entry> - <entry> - <key>Permission Overview</key> - </entry> - <entry> - <key>PermissionId</key> - </entry> - <entry> - <key>Entity</key> - </entry> - <entry> - <key>Sales Project</key> - </entry> - <entry> - <key>Field</key> - </entry> - <entry> - <key>Permission Detail</key> - </entry> - <entry> - <key>Entities</key> - </entry> - <entry> - <key>Read</key> - </entry> - <entry> - <key>Permission Set ID</key> - </entry> - <entry> - <key>Create</key> - </entry> - <entry> - <key>To buildingnumber</key> - </entry> - <entry> - <key>Permission Overview</key> - </entry> - <entry> - <key>Action</key> - </entry> - <entry> - <key>View</key> - </entry> - <entry> - <key>From buildingnumber</key> - </entry> - <entry> - <key>Salutations</key> - </entry> - <entry> - <key>Paymentterm</key> - </entry> - <entry> - <key>New step</key> - </entry> - <entry> - <key>Runtime</key> - </entry> - <entry> - <key>Fix costs</key> - </entry> - <entry> - <key>Total costs</key> - </entry> - <entry> - <key>Per participant</key> - </entry> - <entry> - <key>Predecessor</key> - </entry> - <entry> - <key>Group name</key> - </entry> - <entry> - <key>Price Condition</key> - </entry> - <entry> - <key>Entität</key> - </entry> - <entry> - <key>beschränken</key> - </entry> - <entry> - <key>Feld</key> - </entry> - <entry> - <key>Possible Value</key> - </entry> - <entry> - <key>erlauben</key> - </entry> - <entry> - <key>Could not determine the current Classification type (usage).</key> - </entry> - <entry> - <key>Datensatz</key> - </entry> - <entry> - <key>The new Classification name already exists.</key> - </entry> - <entry> - <key>3. Classification</key> - </entry> - <entry> - <key>1. Classification</key> - </entry> - <entry> - <key>2. Classification</key> - </entry> - <entry> - <key>Choose Footer</key> - </entry> - <entry> - <key>Choose Header</key> - </entry> - <entry> - <key>#0</key> - </entry> - <entry> - <key>Email Template</key> - </entry> - <entry> - <key>${SQL_LIB_FIELD_WRONG_FORMAT} field: %0</key> - </entry> - <entry> - <key>testing</key> - </entry> - <entry> - <key>double</key> - </entry> - <entry> - <key>closed</key> - </entry> - <entry> - <key>New Supportticket</key> - </entry> - <entry> - <key>Bug Ticket</key> - </entry> - <entry> - <key>Support ticket</key> - </entry> - <entry> - <key>New Bugticket</key> - </entry> - <entry> - <key>Keine Berechtigung zum Verschieben der Aufgabe</key> - </entry> - <entry> - <key>Kein Weitergeben von privaten Aufgaben möglich!</key> - </entry> +<?xml version="1.0" encoding="UTF-8"?> +<language xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/language/1.2.0"> + <name>_____LANGUAGE_EXTRA</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <keyValueMap> + <entry> + <key>Company</key> + </entry> + <entry> + <key>E-Mail</key> + </entry> + <entry> + <key>Male</key> + </entry> + <entry> + <key>Activity</key> + </entry> + <entry> + <key>Name</key> + </entry> + <entry> + <key>Austria</key> + </entry> + <entry> + <key>Customercode</key> + </entry> + <entry> + <key>Status</key> + </entry> + <entry> + <key>Active</key> + </entry> + <entry> + <key>Medium</key> + </entry> + <entry> + <key>Internet</key> + </entry> + <entry> + <key>Germany</key> + </entry> + <entry> + <key>Online-Meeting</key> + </entry> + <entry> + <key>Social Media</key> + </entry> + <entry> + <key>Visit</key> + </entry> + <entry> + <key>Information</key> + </entry> + <entry> + <key>Language</key> + </entry> + <entry> + <key>Phone</key> + </entry> + <entry> + <key>Activities</key> + </entry> + <entry> + <key>Female</key> + </entry> + <entry> + <key>Contactmanagement</key> + </entry> + <entry> + <key>Office address</key> + </entry> + <entry> + <key>${HIGHER_THAN_MAX} max: %0</key> + </entry> + <entry> + <key>Contact</key> + </entry> + <entry> + <key>Home address</key> + </entry> + <entry> + <key>Type</key> + </entry> + <entry> + <key>Contacts</key> + </entry> + <entry> + <key>Norway</key> + </entry> + <entry> + <key>Address</key> + </entry> + <entry> + <key>Addresses</key> + </entry> + <entry> + <key>${COMM_ADDRESS}</key> + </entry> + <entry> + <key>Gender</key> + </entry> + <entry> + <key>Date of birth</key> + </entry> + <entry> + <key>Lastname</key> + </entry> + <entry> + <key>Salutation</key> + </entry> + <entry> + <key>Middlename</key> + </entry> + <entry> + <key>Title</key> + </entry> + <entry> + <key>Addresstype</key> + </entry> + <entry> + <key>Firstname</key> + </entry> + <entry> + <key>Description</key> + </entry> + <entry> + <key>Direction</key> + </entry> + <entry> + <key>Entrydate</key> + </entry> + <entry> + <key>Subject</key> + </entry> + <entry> + <key>Post office box</key> + </entry> + <entry> + <key>Delivery address</key> + </entry> + <entry> + <key>House number</key> + </entry> + <entry> + <key>Country</key> + </entry> + <entry> + <key>Communication</key> + </entry> + <entry> + <key>postcode</key> + </entry> + <entry> + <key>City</key> + </entry> + <entry> + <key>State</key> + </entry> + <entry> + <key>Region</key> + </entry> + <entry> + <key>District</key> + </entry> + <entry> + <key>Switzerland</key> + </entry> + <entry> + <key>Internal (2)</key> + </entry> + <entry> + <key>Company Addresses</key> + </entry> + <entry> + <key>yyyyMMdd</key> + </entry> + <entry> + <key>standard address</key> + </entry> + <entry> + <key>PP</key> + </entry> + <entry> + <key>VAT</key> + </entry> + <entry> + <key>The expiry date must be after the start date!</key> + </entry> + <entry> + <key>Product</key> + </entry> + <entry> + <key>Developer</key> + </entry> + <entry> + <key>Valid until</key> + </entry> + <entry> + <key>Price list</key> + </entry> + <entry> + <key>Currency</key> + </entry> + <entry> + <key>Payment method</key> + </entry> + <entry> + <key>Price list / Company</key> + </entry> + <entry> + <key>Curr. sales price</key> + </entry> + <entry> + <key>Contract</key> + </entry> + <entry> + <key>Stock</key> + </entry> + <entry> + <key>PP/SP</key> + </entry> + <entry> + <key>Next due date</key> + </entry> + <entry> + <key>Discount</key> + </entry> + <entry> + <key>The next due date must be after the start of the contract and before the expiry of the contract!</key> + </entry> + <entry> + <key>Sales</key> + </entry> + <entry> + <key>Contract number</key> + </entry> + <entry> + <key>Min. stock</key> + </entry> + <entry> + <key>SP</key> + </entry> + <entry> + <key>Commodity group 3</key> + </entry> + <entry> + <key>Commodity group 2</key> + </entry> + <entry> + <key>Commodity group 1</key> + </entry> + <entry> + <key>Contract start date</key> + </entry> + <entry> + <key>Spare parts</key> + </entry> + <entry> + <key>Unit</key> + </entry> + <entry> + <key>Contract expiry date</key> + </entry> + <entry> + <key>Yes</key> + </entry> + <entry> + <key>Type of contract</key> + </entry> + <entry> + <key>No</key> + </entry> + <entry> + <key>Service</key> + </entry> + <entry> + <key>Cancelled</key> + </entry> + <entry> + <key>Advertising material</key> + </entry> + <entry> + <key>Valid from</key> + </entry> + <entry> + <key>Product name</key> + </entry> + <entry> + <key>Product group</key> + </entry> + <entry> + <key>${CONTRACT_STATUS}</key> + </entry> + <entry> + <key>From no. of units</key> + </entry> + <entry> + <key>Price</key> + </entry> + <entry> + <key>Conditions</key> + </entry> + <entry> + <key>Standard</key> + </entry> + <entry> + <key>I / O</key> + </entry> + <entry> + <key>Date</key> + </entry> + <entry> + <key>IN</key> + </entry> + <entry> + <key>OUT</key> + </entry> + <entry> + <key>Warehouse</key> + </entry> + <entry> + <key>Reference</key> + </entry> + <entry> + <key>The contract number already exists!</key> + </entry> + <entry> + <key>The product number already exists!</key> + </entry> + <entry> + <key>Quantity</key> + </entry> + <entry> + <key>Salesproject</key> + </entry> + <entry> + <key>Rollout</key> + </entry> + <entry> + <key>Phase</key> + </entry> + <entry> + <key>Product number</key> + </entry> + <entry> + <key>Project number</key> + </entry> + <entry> + <key>Project title</key> + </entry> + <entry> + <key>Project start</key> + </entry> + <entry> + <key>Volume</key> + </entry> + <entry> + <key>Partial order</key> + </entry> + <entry> + <key>Open</key> + </entry> + <entry> + <key>Lost</key> + </entry> + <entry> + <key>Order</key> + </entry> + <entry> + <key>Postponed</key> + </entry> + <entry> + <key>Aborted</key> + </entry> + <entry> + <key>Total net</key> + </entry> + <entry> + <key>Offer</key> + </entry> + <entry> + <key>Offer number</key> + </entry> + <entry> + <key>Probability</key> + </entry> + <entry> + <key>Total VAT</key> + </entry> + <entry> + <key>The offer number already exists!</key> + </entry> + <entry> + <key>0 %</key> + </entry> + <entry> + <key>75 %</key> + </entry> + <entry> + <key>100 %</key> + </entry> + <entry> + <key>25 %</key> + </entry> + <entry> + <key>50 %</key> + </entry> + <entry> + <key>Won</key> + </entry> + <entry> + <key>Checked</key> + </entry> + <entry> + <key>Sent</key> + </entry> + <entry> + <key>Offeritems</key> + </entry> + <entry> + <key>Header text</key> + </entry> + <entry> + <key>Commodity group</key> + </entry> + <entry> + <key>Footer text</key> + </entry> + <entry> + <key>Designation</key> + </entry> + <entry> + <key>Position</key> + </entry> + <entry> + <key>Optional</key> + </entry> + <entry> + <key>Article</key> + </entry> + <entry> + <key>Offeritem</key> + </entry> + <entry> + <key>Sum</key> + </entry> + <entry> + <key>Option4</key> + </entry> + <entry> + <key>Option3</key> + </entry> + <entry> + <key>Option2</key> + </entry> + <entry> + <key>Option1</key> + </entry> + <entry> + <key>Countries</key> + </entry> + <entry> + <key>Options</key> + </entry> + <entry> + <key>Total gross</key> + </entry> + <entry> + <key>Identical price list found!</key> + </entry> + <entry> + <key>Parts list</key> + </entry> + <entry> + <key>Parent</key> + </entry> + <entry> + <key>${EURO_SIGN}</key> + </entry> + <entry> + <key>Planned</key> + </entry> + <entry> + <key>Info</key> + </entry> + <entry> + <key>${VOLUME_MONEY}</key> + </entry> + <entry> + <key>Milestones</key> + </entry> + <entry> + <key>Excreted</key> + </entry> + <entry> + <key>Reason</key> + </entry> + <entry> + <key>Document</key> + </entry> + <entry> + <key>Competition</key> + </entry> + <entry> + <key>Forecast</key> + </entry> + <entry> + <key>Role</key> + </entry> + <entry> + <key>End date</key> + </entry> + <entry> + <key>Documents</key> + </entry> + <entry> + <key>New offer version</key> + </entry> + <entry> + <key>Copy offer</key> + </entry> + <entry> + <key>Vers. no.</key> + </entry> + <entry> + <key>Curr. purchase price</key> + </entry> + <entry> + <key>Contracts</key> + </entry> + <entry> + <key>Classification</key> + </entry> + <entry> + <key>High price strategy</key> + </entry> + <entry> + <key>Low price strategy</key> + </entry> + <entry> + <key>Other</key> + </entry> + <entry> + <key>Individual</key> + </entry> + <entry> + <key>Please update the ${FORECAST_ENGLISH}.</key> + </entry> + <entry> + <key>Value</key> + </entry> + <entry> + <key>no valid format</key> + </entry> + <entry> + <key>Pos.</key> + </entry> + <entry> + <key>ISO 3166-1 alpha-3</key> + </entry> + <entry> + <key>ISO 3166-1 alpha-2</key> + </entry> + <entry> + <key>0.00</key> + </entry> + <entry> + <key>Relationship</key> + </entry> + <entry> + <key>${BINARY_LIB_TOO_MANY_BINARIES}</key> + </entry> + <entry> + <key>Native Name</key> + </entry> + <entry> + <key>#,##0</key> + </entry> + <entry> + <key>New offer</key> + </entry> + <entry> + <key>dd.MM.yyyy</key> + </entry> + <entry> + <key>Edit defaults</key> + </entry> + <entry> + <key>no valid mail-address format</key> + </entry> + <entry> + <key>#,##0.00</key> + </entry> + <entry> + <key>Latin Name</key> + </entry> + <entry> + <key>Organisation name</key> + </entry> + <entry> + <key>Connection</key> + </entry> + <entry> + <key>standard email</key> + </entry> + <entry> + <key>Creator</key> + </entry> + <entry> + <key>Timetracking</key> + </entry> + <entry> + <key>Further informations</key> + </entry> + <entry> + <key>Social</key> + </entry> + <entry> + <key>Facebook Feed</key> + </entry> + <entry> + <key>Group1</key> + </entry> + <entry> + <key>Group2</key> + </entry> + <entry> + <key>Details</key> + </entry> + <entry> + <key>Prices</key> + </entry> + <entry> + <key>Twitter</key> + </entry> + <entry> + <key>Connections</key> + </entry> + <entry> + <key>Object</key> + </entry> + <entry> + <key>Attributes</key> + </entry> + <entry> + <key>Facebook</key> + </entry> + <entry> + <key>Creation date</key> + </entry> + <entry> + <key>Maindocuments</key> + </entry> + <entry> + <key>Receipt</key> + </entry> + <entry> + <key>Receipt number</key> + </entry> + <entry> + <key>Year</key> + </entry> + <entry> + <key>New receipt version</key> + </entry> + <entry> + <key>Orderitems</key> + </entry> + <entry> + <key>Sent receipts</key> + </entry> + <entry> + <key>Copy receipt</key> + </entry> + <entry> + <key>Orderitem</key> + </entry> + <entry> + <key>The order number already exists!</key> + </entry> + <entry> + <key>New activity</key> + </entry> + <entry> + <key>Turnover</key> + </entry> + <entry> + <key>Sent offers</key> + </entry> + <entry> + <key>Show all activities</key> + </entry> + <entry> + <key>Offers</key> + </entry> + <entry> + <key>Show all sent offers</key> + </entry> + <entry> + <key>Show my activities</key> + </entry> + <entry> + <key>Show all receipts</key> + </entry> + <entry> + <key>Receipts</key> + </entry> + <entry> + <key>My Activities</key> + </entry> + <entry> + <key>Show all offers</key> + </entry> + <entry> + <key>Show all products</key> + </entry> + <entry> + <key>Show all Facebook posts of a user</key> + </entry> + <entry> + <key>Show all tweets of a user</key> + </entry> + <entry> + <key>Show all companies</key> + </entry> + <entry> + <key>Show all tweets of ADITO</key> + </entry> + <entry> + <key>Show all sent receipts</key> + </entry> + <entry> + <key>Products</key> + </entry> + <entry> + <key>Show all Facebook posts of ADITO</key> + </entry> + <entry> + <key>Companies</key> + </entry> + <entry> + <key>Show all contacts</key> + </entry> + <entry> + <key>Show open salesprojects</key> + </entry> + <entry> + <key>Show all contracts</key> + </entry> + <entry> + <key>Salesprojects</key> + </entry> + <entry> + <key>Show all salesprojects</key> + </entry> + <entry> + <key>Open salesprojects</key> + </entry> + <entry> + <key>July</key> + </entry> + <entry> + <key>ADITO Facebook Feed</key> + </entry> + <entry> + <key>ADITO Twitter Feed</key> + </entry> + <entry> + <key>June</key> + </entry> + <entry> + <key>October</key> + </entry> + <entry> + <key>Take price</key> + </entry> + <entry> + <key>Twitter Feed</key> + </entry> + <entry> + <key>November</key> + </entry> + <entry> + <key>December</key> + </entry> + <entry> + <key>May</key> + </entry> + <entry> + <key>April</key> + </entry> + <entry> + <key>January</key> + </entry> + <entry> + <key>March</key> + </entry> + <entry> + <key>September</key> + </entry> + <entry> + <key>August</key> + </entry> + <entry> + <key>Category</key> + </entry> + <entry> + <key>February</key> + </entry> + <entry> + <key>Abomodel</key> + </entry> + <entry> + <key>Confirmed</key> + </entry> + <entry> + <key>OutOfOffice</key> + </entry> + <entry> + <key>Articledescription</key> + </entry> + <entry> + <key>Articlenumber</key> + </entry> + <entry> + <key>Industry</key> + </entry> + <entry> + <key>Put Reciever Into To</key> + </entry> + <entry> + <key>Unitprice</key> + </entry> + <entry> + <key>Free</key> + </entry> + <entry> + <key>Total</key> + </entry> + <entry> + <key>yearly series not specified</key> + </entry> + <entry> + <key>no standard email office</key> + </entry> + <entry> + <key>Conditions of payment</key> + </entry> + <entry> + <key>Number</key> + </entry> + <entry> + <key>Amount</key> + </entry> + <entry> + <key>Deliveryspecification</key> + </entry> + <entry> + <key>Ignore daily series</key> + </entry> + <entry> + <key>Tentative</key> + </entry> + <entry> + <key>Ignore series</key> + </entry> + <entry> + <key>Plus Salestax</key> + </entry> + <entry> + <key>Choose address</key> + </entry> + <entry> + <key>Customer Base Sheet</key> + </entry> + <entry> + <key>{$TASK_STATUS}</key> + </entry> + <entry> + <key>Task</key> + </entry> + <entry> + <key>subject</key> + </entry> + <entry> + <key>{$TASK_REQUESTOR}</key> + </entry> + <entry> + <key>task number</key> + </entry> + <entry> + <key>{$TASK_EDITOR}</key> + </entry> + <entry> + <key>description</key> + </entry> + <entry> + <key>priority</key> + </entry> + <entry> + <key>{$TASK_PRIORITY_HIGH}</key> + </entry> + <entry> + <key>Seite</key> + </entry> + <entry> + <key>Senden per E-Mail</key> + </entry> + <entry> + <key>Betreff</key> + </entry> + <entry> + <key>title</key> + </entry> + <entry> + <key>von</key> + </entry> + <entry> + <key>{$TASK_PRIORITY_LOW}</key> + </entry> + <entry> + <key>Nur Eigene anzeigen</key> + </entry> + <entry> + <key>{$TASK_PRIORITY_NORMAL}</key> + </entry> + <entry> + <key>Beschreibung</key> + </entry> + <entry> + <key>Unit price</key> + </entry> + <entry> + <key>type</key> + </entry> + <entry> + <key>Benutzer</key> + </entry> + <entry> + <key>{$TASK_PRIORITY_NONE}</key> + </entry> + <entry> + <key>Termin</key> + </entry> + <entry> + <key>Vorschau</key> + </entry> + <entry> + <key>Angebot</key> + </entry> + <entry> + <key>details</key> + </entry> + <entry> + <key>Contact type</key> + </entry> + <entry> + <key>Communication data</key> + </entry> + <entry> + <key>Remark</key> + </entry> + <entry> + <key>Department</key> + </entry> + <entry> + <key>Tasks</key> + </entry> + <entry> + <key>Employee</key> + </entry> + <entry> + <key>${SALESPROJECT_MEMBER}</key> + </entry> + <entry> + <key>responsible</key> + </entry> + <entry> + <key>Kundenstammblatt</key> + </entry> + <entry> + <key>Person</key> + </entry> + <entry> + <key>Detail</key> + </entry> + <entry> + <key>Relations</key> + </entry> + <entry> + <key>${FORECAST_ENGLISH}</key> + </entry> + <entry> + <key>Usage</key> + </entry> + <entry> + <key>Maximal Count</key> + </entry> + <entry> + <key>Minimal Count</key> + </entry> + <entry> + <key>${ADDRESS_STATE}</key> + </entry> + <entry> + <key>Title (original language)</key> + </entry> + <entry> + <key>Key</key> + </entry> + <entry> + <key>Attribute</key> + </entry> + <entry> + <key>Container</key> + </entry> + <entry> + <key>Administration</key> + </entry> + <entry> + <key>Keyword</key> + </entry> + <entry> + <key>Sorting</key> + </entry> + <entry> + <key>jdito</key> + </entry> + <entry> + <key>Time expenses</key> + </entry> + <entry> + <key>Context id</key> + </entry> + <entry> + <key>Context name</key> + </entry> + <entry> + <key>Cambodia</key> + </entry> + <entry> + <key>Resigned</key> + </entry> + <entry> + <key>Customer</key> + </entry> + <entry> + <key>Outgoing</key> + </entry> + <entry> + <key>Paraguay</key> + </entry> + <entry> + <key>Solomon Islands</key> + </entry> + <entry> + <key>Montserrat</key> + </entry> + <entry> + <key>Guadeloupe</key> + </entry> + <entry> + <key>Product_technic</key> + </entry> + <entry> + <key>Moldova (Republic of)</key> + </entry> + <entry> + <key>Seychelles</key> + </entry> + <entry> + <key>Canadian dollar</key> + </entry> + <entry> + <key>Bahrain</key> + </entry> + <entry> + <key>Comoros</key> + </entry> + <entry> + <key>Faroe Islands</key> + </entry> + <entry> + <key>Finland</key> + </entry> + <entry> + <key>Project_duration</key> + </entry> + <entry> + <key>Company_internationality</key> + </entry> + <entry> + <key>Eritrea</key> + </entry> + <entry> + <key>Puerto Rico</key> + </entry> + <entry> + <key>Viet Nam</key> + </entry> + <entry> + <key>Libya</key> + </entry> + <entry> + <key>French</key> + </entry> + <entry> + <key>Cocos (Keeling) Islands</key> + </entry> + <entry> + <key>Saint Helena, Ascension and Tristan da Cunha</key> + </entry> + <entry> + <key>Liechtenstein</key> + </entry> + <entry> + <key>Product_functionality</key> + </entry> + <entry> + <key>Bulgaria</key> + </entry> + <entry> + <key>Jordan</key> + </entry> + <entry> + <key>Côte d'Ivoire</key> + </entry> + <entry> + <key>United Arab Emirates</key> + </entry> + <entry> + <key>Kenya</key> + </entry> + <entry> + <key>None, individual count</key> + </entry> + <entry> + <key>French Polynesia</key> + </entry> + <entry> + <key>Djibouti</key> + </entry> + <entry> + <key>Cuba</key> + </entry> + <entry> + <key>Saint Lucia</key> + </entry> + <entry> + <key>Mayotte</key> + </entry> + <entry> + <key>Israel</key> + </entry> + <entry> + <key>San Marino</key> + </entry> + <entry> + <key>Tajikistan</key> + </entry> + <entry> + <key>Warehouse 2</key> + </entry> + <entry> + <key>Warehouse 1</key> + </entry> + <entry> + <key>Gibraltar</key> + </entry> + <entry> + <key>Warehouse 3</key> + </entry> + <entry> + <key>Cyprus</key> + </entry> + <entry> + <key>Semiannually</key> + </entry> + <entry> + <key>Northern Mariana Islands</key> + </entry> + <entry> + <key>Malaysia</key> + </entry> + <entry> + <key>Armenia</key> + </entry> + <entry> + <key>Brazil</key> + </entry> + <entry> + <key>Turks and Caicos Islands</key> + </entry> + <entry> + <key>Cabo Verde</key> + </entry> + <entry> + <key>Ecuador</key> + </entry> + <entry> + <key>Iran (Islamic Republic of)</key> + </entry> + <entry> + <key>Decision maker</key> + </entry> + <entry> + <key>Lao People's Democratic Republic</key> + </entry> + <entry> + <key>Maintenance contract</key> + </entry> + <entry> + <key>United States Minor Outlying Islands</key> + </entry> + <entry> + <key>Italy</key> + </entry> + <entry> + <key>${ORGTYPE_OTHER}</key> + </entry> + <entry> + <key>Haiti</key> + </entry> + <entry> + <key>Afghanistan</key> + </entry> + <entry> + <key>Russian Federation</key> + </entry> + <entry> + <key>waiting</key> + </entry> + <entry> + <key>American Samoa</key> + </entry> + <entry> + <key>Korea (Democratic People's Republic of)</key> + </entry> + <entry> + <key>United States dollar</key> + </entry> + <entry> + <key>Kyrgyzstan</key> + </entry> + <entry> + <key>Togo</key> + </entry> + <entry> + <key>Other_existing Customer</key> + </entry> + <entry> + <key>Uzbekistan</key> + </entry> + <entry> + <key>Dominica</key> + </entry> + <entry> + <key>Benin</key> + </entry> + <entry> + <key>Liter</key> + </entry> + <entry> + <key>Virgin Islands (British)</key> + </entry> + <entry> + <key>Sudan</key> + </entry> + <entry> + <key>Portugal</key> + </entry> + <entry> + <key>Grenada</key> + </entry> + <entry> + <key>Latvia</key> + </entry> + <entry> + <key>Mongolia</key> + </entry> + <entry> + <key>Morocco</key> + </entry> + <entry> + <key>Guatemala</key> + </entry> + <entry> + <key>Pieces</key> + </entry> + <entry> + <key>Heard Island and McDonald Islands</key> + </entry> + <entry> + <key>Incoming</key> + </entry> + <entry> + <key>Ghana</key> + </entry> + <entry> + <key>Holy See</key> + </entry> + <entry> + <key>India</key> + </entry> + <entry> + <key>Canada</key> + </entry> + <entry> + <key>Maldives</key> + </entry> + <entry> + <key>Service contract</key> + </entry> + <entry> + <key>Taiwan</key> + </entry> + <entry> + <key>Central African Republic</key> + </entry> + <entry> + <key>Fiji</key> + </entry> + <entry> + <key>Guinea</key> + </entry> + <entry> + <key>Somalia</key> + </entry> + <entry> + <key>Sao Tome and Principe</key> + </entry> + <entry> + <key>United Kingdom of Great Britain and Northern Ireland</key> + </entry> + <entry> + <key>Equatorial Guinea</key> + </entry> + <entry> + <key>Kiribati</key> + </entry> + <entry> + <key>Costa Rica</key> + </entry> + <entry> + <key>Supplier</key> + </entry> + <entry> + <key>Nigeria</key> + </entry> + <entry> + <key>Syrian Arab Republic</key> + </entry> + <entry> + <key>Timor-Leste</key> + </entry> + <entry> + <key>Product_mobile use</key> + </entry> + <entry> + <key>Samoa</key> + </entry> + <entry> + <key>Spain</key> + </entry> + <entry> + <key>Palau</key> + </entry> + <entry> + <key>Prospect</key> + </entry> + <entry> + <key>Estonia</key> + </entry> + <entry> + <key>Not signed yet</key> + </entry> + <entry> + <key>Niue</key> + </entry> + <entry> + <key>Mozambique</key> + </entry> + <entry> + <key>El Salvador</key> + </entry> + <entry> + <key>Guam</key> + </entry> + <entry> + <key>Lesotho</key> + </entry> + <entry> + <key>Tonga</key> + </entry> + <entry> + <key>Western Sahara</key> + </entry> + <entry> + <key>new</key> + </entry> + <entry> + <key>Adviser</key> + </entry> + <entry> + <key>Company_size</key> + </entry> + <entry> + <key>Republic of Kosovo</key> + </entry> + <entry> + <key>South Sudan</key> + </entry> + <entry> + <key>Mauritius</key> + </entry> + <entry> + <key>Bouvet Island</key> + </entry> + <entry> + <key>Bolivia (Plurinational State of)</key> + </entry> + <entry> + <key>Norfolk Island</key> + </entry> + <entry> + <key>Sint Maarten (Dutch part)</key> + </entry> + <entry> + <key>Micronesia (Federated States of)</key> + </entry> + <entry> + <key>Product_industry knowhow</key> + </entry> + <entry> + <key>United States of America</key> + </entry> + <entry> + <key>In review</key> + </entry> + <entry> + <key>Address purchase</key> + </entry> + <entry> + <key>Malta</key> + </entry> + <entry> + <key>Project_volume</key> + </entry> + <entry> + <key>Ireland</key> + </entry> + <entry> + <key>Inactive</key> + </entry> + <entry> + <key>France</key> + </entry> + <entry> + <key>Lithuania</key> + </entry> + <entry> + <key>Korea (Republic of)</key> + </entry> + <entry> + <key>${PRICELIST_SERVICE}</key> + </entry> + <entry> + <key>English</key> + </entry> + <entry> + <key>Nicaragua</key> + </entry> + <entry> + <key>Macao</key> + </entry> + <entry> + <key>Mexico</key> + </entry> + <entry> + <key>Uganda</key> + </entry> + <entry> + <key>Suriname</key> + </entry> + <entry> + <key>Greenland</key> + </entry> + <entry> + <key>Papua New Guinea</key> + </entry> + <entry> + <key>Kazakhstan</key> + </entry> + <entry> + <key>Åland Islands</key> + </entry> + <entry> + <key>Bahamas</key> + </entry> + <entry> + <key>Mali</key> + </entry> + <entry> + <key>Marshall Islands</key> + </entry> + <entry> + <key>Panama</key> + </entry> + <entry> + <key>Bonaire, Sint Eustatius and Saba</key> + </entry> + <entry> + <key>Tanzania, United Republic of</key> + </entry> + <entry> + <key>Argentina</key> + </entry> + <entry> + <key>Belize</key> + </entry> + <entry> + <key>Zambia</key> + </entry> + <entry> + <key>Congo</key> + </entry> + <entry> + <key>Guinea-Bissau</key> + </entry> + <entry> + <key>Namibia</key> + </entry> + <entry> + <key>External sales manager</key> + </entry> + <entry> + <key>Georgia</key> + </entry> + <entry> + <key>Saint Kitts and Nevis</key> + </entry> + <entry> + <key>Yemen</key> + </entry> + <entry> + <key>Aruba</key> + </entry> + <entry> + <key>Madagascar</key> + </entry> + <entry> + <key>Valid, unlimited</key> + </entry> + <entry> + <key>Svalbard and Jan Mayen</key> + </entry> + <entry> + <key>South Georgia and the South Sandwich Islands</key> + </entry> + <entry> + <key>Sweden</key> + </entry> + <entry> + <key>Malawi</key> + </entry> + <entry> + <key>Andorra</key> + </entry> + <entry> + <key>Poland</key> + </entry> + <entry> + <key>Tunisia</key> + </entry> + <entry> + <key>Tuvalu</key> + </entry> + <entry> + <key>Lebanon</key> + </entry> + <entry> + <key>Azerbaijan</key> + </entry> + <entry> + <key>Czech Republic</key> + </entry> + <entry> + <key>Mauritania</key> + </entry> + <entry> + <key>Guernsey</key> + </entry> + <entry> + <key>Kgs</key> + </entry> + <entry> + <key>Australia</key> + </entry> + <entry> + <key>Myanmar</key> + </entry> + <entry> + <key>Cameroon</key> + </entry> + <entry> + <key>Iceland</key> + </entry> + <entry> + <key>Oman</key> + </entry> + <entry> + <key>Gabon</key> + </entry> + <entry> + <key>Luxembourg</key> + </entry> + <entry> + <key>Algeria</key> + </entry> + <entry> + <key>Jersey</key> + </entry> + <entry> + <key>Slovenia</key> + </entry> + <entry> + <key>Antigua and Barbuda</key> + </entry> + <entry> + <key>Annually</key> + </entry> + <entry> + <key>Colombia</key> + </entry> + <entry> + <key>Project_reference</key> + </entry> + <entry> + <key>Vanuatu</key> + </entry> + <entry> + <key>Valid, limited</key> + </entry> + <entry> + <key>Honduras</key> + </entry> + <entry> + <key>Antarctica</key> + </entry> + <entry> + <key>Nauru</key> + </entry> + <entry> + <key>Burundi</key> + </entry> + <entry> + <key>Project manager</key> + </entry> + <entry> + <key>Singapore</key> + </entry> + <entry> + <key>French Guiana</key> + </entry> + <entry> + <key>Hours</key> + </entry> + <entry> + <key>Christmas Island</key> + </entry> + <entry> + <key>Netherlands</key> + </entry> + <entry> + <key>Product_flexibility</key> + </entry> + <entry> + <key>China</key> + </entry> + <entry> + <key>Martinique</key> + </entry> + <entry> + <key>Own website</key> + </entry> + <entry> + <key>Saint Pierre and Miquelon</key> + </entry> + <entry> + <key>Bhutan</key> + </entry> + <entry> + <key>Romania</key> + </entry> + <entry> + <key>Falkland Islands (Malvinas)</key> + </entry> + <entry> + <key>Philippines</key> + </entry> + <entry> + <key>Pitcairn</key> + </entry> + <entry> + <key>Zimbabwe</key> + </entry> + <entry> + <key>British Indian Ocean Territory</key> + </entry> + <entry> + <key>Montenegro</key> + </entry> + <entry> + <key>Quarterly</key> + </entry> + <entry> + <key>Indonesia</key> + </entry> + <entry> + <key>Angola</key> + </entry> + <entry> + <key>Internal</key> + </entry> + <entry> + <key>Key account</key> + </entry> + <entry> + <key>Brunei Darussalam</key> + </entry> + <entry> + <key>New Caledonia</key> + </entry> + <entry> + <key>Cayman Islands</key> + </entry> + <entry> + <key>Congo (Democratic Republic of the)</key> + </entry> + <entry> + <key>Greece</key> + </entry> + <entry> + <key>Guyana</key> + </entry> + <entry> + <key>Project assistant</key> + </entry> + <entry> + <key>Iraq</key> + </entry> + <entry> + <key>Chile</key> + </entry> + <entry> + <key>Nepal</key> + </entry> + <entry> + <key>${PRICELIST_DEFAULT}</key> + </entry> + <entry> + <key>Customer recommendation</key> + </entry> + <entry> + <key>Other_unknown</key> + </entry> + <entry> + <key>Isle of Man</key> + </entry> + <entry> + <key>Ukraine</key> + </entry> + <entry> + <key>Curaçao</key> + </entry> + <entry> + <key>Anguilla</key> + </entry> + <entry> + <key>Euro</key> + </entry> + <entry> + <key>Product_GUI</key> + </entry> + <entry> + <key>${GENDER_OTHER}</key> + </entry> + <entry> + <key>Turkey</key> + </entry> + <entry> + <key>Belgium</key> + </entry> + <entry> + <key>South Africa</key> + </entry> + <entry> + <key>Trinidad and Tobago</key> + </entry> + <entry> + <key>Bermuda</key> + </entry> + <entry> + <key>Jamaica</key> + </entry> + <entry> + <key>Peru</key> + </entry> + <entry> + <key>Turkmenistan</key> + </entry> + <entry> + <key>Venezuela (Bolivarian Republic of)</key> + </entry> + <entry> + <key>Tokelau</key> + </entry> + <entry> + <key>Hong Kong</key> + </entry> + <entry> + <key>Chad</key> + </entry> + <entry> + <key>German</key> + </entry> + <entry> + <key>Thailand</key> + </entry> + <entry> + <key>in process</key> + </entry> + <entry> + <key>Saint Martin (French part)</key> + </entry> + <entry> + <key>Kuwait</key> + </entry> + <entry> + <key>Palestine, State of</key> + </entry> + <entry> + <key>Croatia</key> + </entry> + <entry> + <key>Cook Islands</key> + </entry> + <entry> + <key>Fair</key> + </entry> + <entry> + <key>Sri Lanka</key> + </entry> + <entry> + <key>Uruguay</key> + </entry> + <entry> + <key>Liberia</key> + </entry> + <entry> + <key>Burkina Faso</key> + </entry> + <entry> + <key>Swiss franc</key> + </entry> + <entry> + <key>Swaziland</key> + </entry> + <entry> + <key>ended</key> + </entry> + <entry> + <key>Saint Barthélemy</key> + </entry> + <entry> + <key>Wallis and Futuna</key> + </entry> + <entry> + <key>Company_industry knowhow</key> + </entry> + <entry> + <key>Monaco</key> + </entry> + <entry> + <key>Spanish</key> + </entry> + <entry> + <key>Hungary</key> + </entry> + <entry> + <key>Réunion</key> + </entry> + <entry> + <key>Japan</key> + </entry> + <entry> + <key>Belarus</key> + </entry> + <entry> + <key>Albania</key> + </entry> + <entry> + <key>Internal sales manager</key> + </entry> + <entry> + <key>Virgin Islands (U.S.)</key> + </entry> + <entry> + <key>New Zealand</key> + </entry> + <entry> + <key>Senegal</key> + </entry> + <entry> + <key>Ethiopia</key> + </entry> + <entry> + <key>Macedonia (the former Yugoslav Republic of)</key> + </entry> + <entry> + <key>Egypt</key> + </entry> + <entry> + <key>Sierra Leone</key> + </entry> + <entry> + <key>Saudi Arabia</key> + </entry> + <entry> + <key>Pakistan</key> + </entry> + <entry> + <key>Gambia</key> + </entry> + <entry> + <key>Qatar</key> + </entry> + <entry> + <key>Slovakia</key> + </entry> + <entry> + <key>Serbia</key> + </entry> + <entry> + <key>Bosnia and Herzegovina</key> + </entry> + <entry> + <key>Framework contract</key> + </entry> + <entry> + <key>Niger</key> + </entry> + <entry> + <key>Rwanda</key> + </entry> + <entry> + <key>French Southern Territories</key> + </entry> + <entry> + <key>Bangladesh</key> + </entry> + <entry> + <key>Barbados</key> + </entry> + <entry> + <key>Botswana</key> + </entry> + <entry> + <key>Saint Vincent and the Grenadines</key> + </entry> + <entry> + <key>Denmark</key> + </entry> + <entry> + <key>Dominican Republic</key> + </entry> + <entry> + <key>Cover letter</key> + </entry> + <entry> + <key>Create receipt</key> + </entry> + <entry> + <key>New time tracking</key> + </entry> + <entry> + <key>MAL</key> + </entry> + <entry> + <key>SQO</key> + </entry> + <entry> + <key>NQC</key> + </entry> + <entry> + <key>MQL</key> + </entry> + <entry> + <key>SAL</key> + </entry> + <entry> + <key>Checkbox</key> + </entry> + <entry> + <key>Numeric value</key> + </entry> + <entry> + <key>decline</key> + </entry> + <entry> + <key>Text</key> + </entry> + <entry> + <key>Group</key> + </entry> + <entry> + <key>Combobox</key> + </entry> + <entry> + <key>tentative</key> + </entry> + <entry> + <key>${NUMBER}</key> + </entry> + <entry> + <key>Name \"%0\" already used for container \"%1\"</key> + </entry> + <entry> + <key>CHAR_VALUE</key> + </entry> + <entry> + <key>Keyword Attribute</key> + </entry> + <entry> + <key>in</key> + </entry> + <entry> + <key>Keyword Attribute Values</key> + </entry> + <entry> + <key>Boolean value</key> + </entry> + <entry> + <key>accept</key> + </entry> + <entry> + <key>The ZIP code does not match the format of the country.</key> + </entry> + <entry> + <key>String value</key> + </entry> + <entry> + <key>The code number is not a valid number.</key> + </entry> + <entry> + <key>${SQL_LIB_UNSUPPORTED_DBTYPE} function: %0</key> + </entry> + <entry> + <key>${PRODUCT_LIB_NO_PRODUCT_ID} function: %0</key> + </entry> + <entry> + <key>Object type</key> + </entry> + <entry> + <key>Print Offer</key> + </entry> + <entry> + <key>Touchpoints</key> + </entry> + <entry> + <key>Days inactive</key> + </entry> + <entry> + <key>Touchpoint</key> + </entry> + <entry> + <key>Combobox Value</key> + </entry> + <entry> + <key>relations</key> + </entry> + <entry> + <key>Time</key> + </entry> + <entry> + <key>New task</key> + </entry> + <entry> + <key>the specified key has to be unique for that container but does already exist</key> + </entry> + <entry> + <key>Relationtype</key> + </entry> + <entry> + <key>Tree</key> + </entry> + <entry> + <key>100%</key> + </entry> + <entry> + <key>Mobil</key> + </entry> + <entry> + <key>25%</key> + </entry> + <entry> + <key>50%</key> + </entry> + <entry> + <key>75%</key> + </entry> + <entry> + <key>no keyword attribute \"%0\" found in keyword container \"%1\"</key> + </entry> + <entry> + <key>competitor</key> + </entry> + <entry> + <key>0%</key> + </entry> + <entry> + <key>acquainted with</key> + </entry> + <entry> + <key>collaboration with</key> + </entry> + <entry> + <key>parent company</key> + </entry> + <entry> + <key>society</key> + </entry> + <entry> + <key>ankle of</key> + </entry> + <entry> + <key>solicits</key> + </entry> + <entry> + <key>child of</key> + </entry> + <entry> + <key>supervisor of</key> + </entry> + <entry> + <key>reports to</key> + </entry> + <entry> + <key>subsidiary</key> + </entry> + <entry> + <key>supported by</key> + </entry> + <entry> + <key>member</key> + </entry> + <entry> + <key>promotion target of</key> + </entry> + <entry> + <key>supports</key> + </entry> + <entry> + <key>parent of</key> + </entry> + <entry> + <key>grandparents of</key> + </entry> + <entry> + <key>Entrydate (Month)</key> + </entry> + <entry> + <key>Entrydate (Day)</key> + </entry> + <entry> + <key>My Dashboard</key> + </entry> + <entry> + <key>Salesdashboard</key> + </entry> + <entry> + <key>Discount %</key> + </entry> + <entry> + <key>Memo</key> + </entry> + <entry> + <key>Function</key> + </entry> + <entry> + <key>Relational</key> + </entry> + <entry> + <key>Only numbers are allowed.</key> + </entry> + <entry> + <key>Superordinate Attribute</key> + </entry> + <entry> + <key>${SALESPROJECT_OFFER}</key> + </entry> + <entry> + <key>${SALESPROJECT_NEGOTIATION}</key> + </entry> + <entry> + <key>Filesize</key> + </entry> + <entry> + <key>Filename</key> + </entry> + <entry> + <key>Filetype</key> + </entry> + <entry> + <key>Special price list</key> + </entry> + <entry> + <key>New attribute</key> + </entry> + <entry> + <key>MQC</key> + </entry> + <entry> + <key>History</key> + </entry> + <entry> + <key>Progress</key> + </entry> + <entry> + <key>Module</key> + </entry> + <entry> + <key>7 days net</key> + <value></value> + </entry> + <entry> + <key>carriage free</key> + </entry> + <entry> + <key>8 days 2% discount, 30 days net</key> + <value></value> + </entry> + <entry> + <key>CIF</key> + </entry> + <entry> + <key>ex works</key> + </entry> + <entry> + <key>30 days net</key> + <value></value> + </entry> + <entry> + <key>Directly responsible:</key> + </entry> + <entry> + <key>Payment term</key> + </entry> + <entry> + <key>Contactrole</key> + </entry> + <entry> + <key>New appointment</key> + </entry> + <entry> + <key>&Aufg / Term (%0/%1)</key> + </entry> + <entry> + <key>Verschieben auf Datum?</key> + </entry> + <entry> + <key>niedrig</key> + </entry> + <entry> + <key>Gebucht</key> + </entry> + <entry> + <key>Other Contactroles</key> + </entry> + <entry> + <key>Bitte Datumseingabe prüfen!</key> + </entry> + <entry> + <key>In Bearbeitung</key> + </entry> + <entry> + <key>OK</key> + </entry> + <entry> + <key>Nicht begonnen</key> + </entry> + <entry> + <key>Bitte Filterbedingungen setzen</key> + </entry> + <entry> + <key>Bestätigt</key> + </entry> + <entry> + <key>Vorläufig</key> + </entry> + <entry> + <key>keine</key> + </entry> + <entry> + <key>Eine private Aufgabe kann nicht jemand anderem zugewiesen werden.</key> + </entry> + <entry> + <key>Aufgaben von</key> + </entry> + <entry> + <key>&Aufgaben (%0)</key> + </entry> + <entry> + <key>erledigt / zurückgestellt</key> + </entry> + <entry> + <key>hoch</key> + </entry> + <entry> + <key>Zurückgestellt</key> + </entry> + <entry> + <key>Erledigt</key> + </entry> + <entry> + <key>Abgesagt</key> + </entry> + <entry> + <key>Außer Haus</key> + </entry> + <entry> + <key>Abbrechen</key> + </entry> + <entry> + <key>Benutzer auswählen</key> + </entry> + <entry> + <key>delegiert</key> + </entry> + <entry> + <key>frei</key> + </entry> + <entry> + <key>%0 Aufgabe(n) erfolgreich weitergegeben an: %1</key> + </entry> + <entry> + <key>normal</key> + </entry> + <entry> + <key>Termine von</key> + </entry> + <entry> + <key>nur Verschiebung in die Zukunft erlaubt!</key> + </entry> + <entry> + <key>Kategorie</key> + </entry> + <entry> + <key>Product content</key> + </entry> + <entry> + <key>Know How</key> + </entry> + <entry> + <key>Personal appearance</key> + </entry> + <entry> + <key>Market situation</key> + </entry> + <entry> + <key>Liquidity</key> + </entry> + <entry> + <key>Price policy</key> + </entry> + <entry> + <key>Approved</key> + </entry> + <entry> + <key>Completed</key> + </entry> + <entry> + <key>In planning</key> + </entry> + <entry> + <key>Campaign Step</key> + </entry> + <entry> + <key>360 Degree</key> + </entry> + <entry> + <key>Campaigns</key> + </entry> + <entry> + <key>Campaign</key> + </entry> + <entry> + <key>Auswertung</key> + </entry> + <entry> + <key>VAT in %</key> + </entry> + <entry> + <key>Kampagnenschritte</key> + </entry> + <entry> + <key>Marketing</key> + </entry> + <entry> + <key>Neuer Kampagnenschritt</key> + </entry> + <entry> + <key>Neue Kampagne</key> + </entry> + <entry> + <key>${QUANTITY_LOWER_THAN_1}</key> + </entry> + <entry> + <key>This combination of person and organisation does already exist and can not be created once more.</key> + </entry> + <entry> + <key>New module</key> + </entry> + <entry> + <key>Time in minutes</key> + </entry> + <entry> + <key>Sales manager</key> + </entry> + <entry> + <key>IT</key> + </entry> + <entry> + <key>Administrator</key> + </entry> + <entry> + <key>Managing director</key> + </entry> + <entry> + <key>Production manager</key> + </entry> + <entry> + <key>Production</key> + </entry> + <entry> + <key>CEO</key> + </entry> + <entry> + <key>Purchasing manager</key> + </entry> + <entry> + <key>Marketing manager</key> + </entry> + <entry> + <key>IT manager</key> + </entry> + <entry> + <key>CSO</key> + </entry> + <entry> + <key>Executive board</key> + </entry> + <entry> + <key>Supervisory board</key> + </entry> + <entry> + <key>Management</key> + </entry> + <entry> + <key>date of birth must not be in the future</key> + </entry> + <entry> + <key>Manufacturer</key> + </entry> + <entry> + <key>Competitor</key> + </entry> + <entry> + <key>Partner</key> + </entry> + <entry> + <key>True</key> + </entry> + <entry> + <key>False</key> + </entry> + <entry> + <key>false</key> + </entry> + <entry> + <key>true</key> + </entry> + <entry> + <key>Protected</key> + </entry> + <entry> + <key>${MIN_MAX_ERROR} field: %0, value: %1, min: %2, max: %3</key> + </entry> + <entry> + <key>Password</key> + </entry> + <entry> + <key>Confirm password</key> + </entry> + <entry> + <key>Set password</key> + </entry> + <entry> + <key>Email</key> + </entry> + <entry> + <key>{$OBJECTLINK_TYPE}</key> + </entry> + <entry> + <key>{$OBJECTLINK_OBJECT}</key> + </entry> + <entry> + <key>Roles</key> + </entry> + <entry> + <key>Password and confirmation must be the same!</key> + </entry> + <entry> + <key>Begin</key> + </entry> + <entry> + <key>Maturity</key> + </entry> + <entry> + <key>Username</key> + </entry> + <entry> + <key>The person is already associated with another employee!</key> + </entry> + <entry> + <key>Username already exists!</key> + </entry> + <entry> + <key>This private person doeas already exist and can not be created once more.</key> + </entry> + <entry> + <key>Everyone</key> + </entry> + <entry> + <key>Project</key> + </entry> + <entry> + <key>Project management</key> + </entry> + <entry> + <key>Office staff</key> + </entry> + <entry> + <key>Field staff</key> + </entry> + <entry> + <key>Resource</key> + </entry> + <entry> + <key>Human Resources</key> + </entry> + <entry> + <key>Email must be unique!</key> + </entry> + <entry> + <key>Project Management</key> + </entry> + <entry> + <key>Support</key> + </entry> + <entry> + <key>{$ADDRESS_IDENTIFIER}</key> + </entry> + <entry> + <key>Salesproject phases</key> + </entry> + <entry> + <key>Add to Campaign</key> + </entry> + <entry> + <key>Max participants</key> + </entry> + <entry> + <key>Participants</key> + </entry> + <entry> + <key>Add the selection to a campaign</key> + </entry> + <entry> + <key>participants will be added to the selected campaign step</key> + </entry> + <entry> + <key>Add participants to Campaign</key> + </entry> + <entry> + <key>Key figures</key> + </entry> + <entry> + <key>Delete all usage</key> + </entry> + <entry> + <key>Deleted all usages of \"%0\".</key> + </entry> + <entry> + <key>Successful</key> + </entry> + <entry> + <key>Relation type 1</key> + </entry> + <entry> + <key>Relation type 2</key> + </entry> + <entry> + <key>Relation type</key> + </entry> + <entry> + <key>Context 1</key> + </entry> + <entry> + <key>Context 2</key> + </entry> + <entry> + <key>Hierarchy</key> + </entry> + <entry> + <key>Object relation</key> + </entry> + <entry> + <key>Count</key> + </entry> + <entry> + <key>Picture</key> + </entry> + <entry> + <key>Chart</key> + </entry> + <entry> + <key>Zeigt wie viele Vertriebsprojekte in den einzelnen Vertriebsphasen sind. </key> + </entry> + <entry> + <key>Enable relation type 2</key> + </entry> + <entry> + <key>Salesproject Analyses</key> + </entry> + <entry> + <key>Wichtigste Kennzahlen zu den Vertriebsprojekten.</key> + </entry> + <entry> + <key>Days count</key> + </entry> + <entry> + <key>Clear forecast and set state to '%0'?</key> + </entry> + <entry> + <key>Would you really like to clear the forecast and set the state to '%0'?</key> + </entry> + <entry> + <key>This cannot be undone!</key> + </entry> + <entry> + <key>Campaign status</key> + </entry> + <entry> + <key>Set campaign step</key> + </entry> + <entry> + <key>Add participant to Campaign</key> + </entry> + <entry> + <key>Steps</key> + </entry> + <entry> + <key>Added</key> + </entry> + <entry> + <key>Current participants</key> + </entry> + <entry> + <key>Overdue tasks</key> + </entry> + <entry> + <key>[%0]the tableName is not a string after interpreting</key> + </entry> + <entry> + <key>[%0]%1 has to be a string or array but it is %2</key> + </entry> + <entry> + <key>[%0]has now an incorrect length; estimated 2 elements but got %1</key> + </entry> + <entry> + <key>[%0]the columnName is not a string after interpreting</key> + </entry> + <entry> + <key>[%0]%1 is an object but seems not to be a valid array or array-like</key> + </entry> + <entry> + <key>Responsible</key> + </entry> + <entry> + <key>New tasks</key> + </entry> + <entry> + <key>Imminent appointments for today</key> + </entry> + <entry> + <key>Analyses</key> + </entry> + <entry> + <key>To-Do</key> + </entry> + <entry> + <key>Calendar</key> + </entry> + <entry> + <key>${SQL_LIB_UNDEFINED_VALUE} field: %0</key> + </entry> + <entry> + <key>My tasks</key> + </entry> + <entry> + <key>${ATTRIBUTE_VOID}</key> + </entry> + <entry> + <key>Kampagnenzeitraum</key> + </entry> + <entry> + <key>Hauptverantw.</key> + </entry> + <entry> + <key>New campaign step</key> + </entry> + <entry> + <key>Cost</key> + </entry> + <entry> + <key>file '%0' cannot be read</key> + </entry> + <entry> + <key>Importer</key> + </entry> + <entry> + <key>Participant</key> + </entry> + <entry> + <key>Printing costs</key> + </entry> + <entry> + <key>Shipping costs</key> + </entry> + <entry> + <key>yyyy-MM-dd HH:mm:ss</key> + </entry> + <entry> + <key>file '%0' does not exist or you have got no permission on this file</key> + </entry> + <entry> + <key>Zip</key> + </entry> + <entry> + <key>Layout costs</key> + </entry> + <entry> + <key>${WEBSERVICE_ERROR} url:%0 status:%1</key> + </entry> + <entry> + <key>Step</key> + </entry> + <entry> + <key>Fix cost</key> + </entry> + <entry> + <key>per</key> + </entry> + <entry> + <key>The minimal count can't be larger than the maximal count!</key> + </entry> + <entry> + <key>The max participants count has to be equal or greater than the count of the current participants!</key> + </entry> + <entry> + <key>Variable costs</key> + </entry> + <entry> + <key>Id value</key> + </entry> + <entry> + <key>Order executed</key> + </entry> + <entry> + <key>Liquibase</key> + </entry> + <entry> + <key>Number value</key> + </entry> + <entry> + <key>Author</key> + </entry> + <entry> + <key>Position Id</key> + </entry> + <entry> + <key>ISO3</key> + </entry> + <entry> + <key>ISO2</key> + </entry> + <entry> + <key>Communication Id</key> + </entry> + <entry> + <key>Attribute Id</key> + </entry> + <entry> + <key>Modification user</key> + </entry> + <entry> + <key>Headline</key> + </entry> + <entry> + <key>Salesorder Id</key> + </entry> + <entry> + <key>Salesproject milestone Id</key> + </entry> + <entry> + <key>Appointment Id</key> + </entry> + <entry> + <key>Locked</key> + </entry> + <entry> + <key>Timetracking Id</key> + </entry> + <entry> + <key>Exec type</key> + </entry> + <entry> + <key>Date value</key> + </entry> + <entry> + <key>NUMBER VALUE</key> + </entry> + <entry> + <key>Salesproject forecast Id</key> + </entry> + <entry> + <key>ID</key> + </entry> + <entry> + <key>Keyword attribute relation Id</key> + </entry> + <entry> + <key>Minimal count</key> + </entry> + <entry> + <key>Id</key> + </entry> + <entry> + <key>Object 1 row Id</key> + </entry> + <entry> + <key>Side</key> + </entry> + <entry> + <key>Salesproject Id</key> + </entry> + <entry> + <key>Product Id</key> + </entry> + <entry> + <key>Sort</key> + </entry> + <entry> + <key>Relation Title</key> + </entry> + <entry> + <key>%0 \"%1\"</key> + </entry> + <entry> + <key>Maximal count</key> + </entry> + <entry> + <key>Data executed</key> + </entry> + <entry> + <key>Indexsearch</key> + </entry> + <entry> + <key>Appointment link Id</key> + </entry> + <entry> + <key>Relation Type</key> + </entry> + <entry> + <key>Salesproject member Id</key> + </entry> + <entry> + <key>Salesproject source Id</key> + </entry> + <entry> + <key>Item sort</key> + </entry> + <entry> + <key>%0 modified.</key> + </entry> + <entry> + <key>Contract Id</key> + </entry> + <entry> + <key>Int value</key> + </entry> + <entry> + <key>Object 2 row Id</key> + </entry> + <entry> + <key>Source tablename Id</key> + </entry> + <entry> + <key>Source tablename</key> + </entry> + <entry> + <key>Contact Id</key> + </entry> + <entry> + <key>Sales area</key> + </entry> + <entry> + <key>Parent Id</key> + </entry> + <entry> + <key>Task link Id</key> + </entry> + <entry> + <key>BOOL VALUE</key> + </entry> + <entry> + <key>Keyword attribute Id</key> + </entry> + <entry> + <key>Log type</key> + </entry> + <entry> + <key>Object row Id</key> + </entry> + <entry> + <key>Labels</key> + </entry> + <entry> + <key>%0 deleted.</key> + </entry> + <entry> + <key>Salesproject competition Id</key> + </entry> + <entry> + <key>Activity Id</key> + </entry> + <entry> + <key>Person Id</key> + </entry> + <entry> + <key>Offer item Id</key> + </entry> + <entry> + <key>Offer Id</key> + </entry> + <entry> + <key>Name native</key> + </entry> + <entry> + <key>Flag</key> + </entry> + <entry> + <key>Address Id</key> + </entry> + <entry> + <key>Name latin</key> + </entry> + <entry> + <key>Destination Id</key> + </entry> + <entry> + <key>Sex</key> + </entry> + <entry> + <key>Product price Id</key> + </entry> + <entry> + <key>%0 added.</key> + </entry> + <entry> + <key>Object Relation Type</key> + </entry> + <entry> + <key>Entry date</key> + </entry> + <entry> + <key>Object relation type 2</key> + </entry> + <entry> + <key>Object relation type 1</key> + </entry> + <entry> + <key>Modification date</key> + </entry> + <entry> + <key>Object Type</key> + </entry> + <entry> + <key>%0 from \"%1\" to \"%2\"</key> + </entry> + <entry> + <key>MD5 Sum</key> + </entry> + <entry> + <key>Letter salutation</key> + </entry> + <entry> + <key>Lock granted</key> + </entry> + <entry> + <key>Required fields</key> + </entry> + <entry> + <key>Address addition</key> + </entry> + <entry> + <key>the \"%0\" table is configured to get logged but this is the logging-stoarge itself and cannot be monitored</key> + </entry> + <entry> + <key>Attribute usage Id</key> + </entry> + <entry> + <key>LogHistory</key> + </entry> + <entry> + <key>Locked by</key> + </entry> + <entry> + <key>Desciption</key> + </entry> + <entry> + <key>Salutation Id</key> + </entry> + <entry> + <key>Comments</key> + </entry> + <entry> + <key>Task Id</key> + </entry> + <entry> + <key>Valid to</key> + </entry> + <entry> + <key>ZIP regex</key> + </entry> + <entry> + <key>Keyword entry Id</key> + </entry> + <entry> + <key>Stop costs</key> + </entry> + <entry> + <key>Contexts</key> + </entry> + <entry> + <key>Assigned to</key> + </entry> + <entry> + <key>%0 from \"%1\" to %2 \"%3\"</key> + </entry> + <entry> + <key>Date start</key> + </entry> + <entry> + <key>Deployment Id</key> + </entry> + <entry> + <key>Address format</key> + </entry> + <entry> + <key>Activity link Id</key> + </entry> + <entry> + <key>Date end</key> + </entry> + <entry> + <key>Creation user</key> + </entry> + <entry> + <key>Object Id</key> + </entry> + <entry> + <key>Is active</key> + </entry> + <entry> + <key>Product relationship</key> + </entry> + <entry> + <key>Salesorder item Id</key> + </entry> + <entry> + <key>Char value</key> + </entry> + <entry> + <key>Attribute relation Id</key> + </entry> + <entry> + <key>Tag</key> + </entry> + <entry> + <key>Title suffix</key> + </entry> + <entry> + <key>Step costs</key> + </entry> + <entry> + <key>Min. Stock</key> + </entry> + <entry> + <key>User</key> + </entry> + <entry> + <key>Stock Id</key> + </entry> + <entry> + <key>Tablename</key> + </entry> + <entry> + <key>CHAR VALUE</key> + </entry> + <entry> + <key>Parent context</key> + </entry> + <entry> + <key>Organisation Id</key> + </entry> + <entry> + <key>Tablename Id</key> + </entry> + <entry> + <key>Competitors</key> + </entry> + <entry> + <key>Notifications</key> + </entry> + <entry> + <key>Overview</key> + </entry> + <entry> + <key>Participated</key> + </entry> + <entry> + <key>Remaining Runtime</key> + </entry> + <entry> + <key>Document Template</key> + </entry> + <entry> + <key>Text Modular</key> + </entry> + <entry> + <key>Serial</key> + </entry> + <entry> + <key>Campaign Period</key> + </entry> + <entry> + <key>Single</key> + </entry> + <entry> + <key>Attachment</key> + </entry> + <entry> + <key>Attachments</key> + </entry> + <entry> + <key>Letter</key> + </entry> + <entry> + <key>Appointment</key> + </entry> + <entry> + <key>rebuild Index</key> + </entry> + <entry> + <key>Charts</key> + </entry> + <entry> + <key>Keywords</key> + </entry> + <entry> + <key>Days running</key> + </entry> + <entry> + <key>Logs</key> + </entry> + <entry> + <key>Mail</key> + </entry> + <entry> + <key>Phonecall</key> + </entry> + <entry> + <key>Chart 2</key> + </entry> + <entry> + <key>Log</key> + </entry> + <entry> + <key>Offer Header Text</key> + </entry> + <entry> + <key>Employees</key> + </entry> + <entry> + <key>Todo</key> + </entry> + <entry> + <key>Days remaining</key> + </entry> + <entry> + <key>Offer Footer Text</key> + </entry> + <entry> + <key>Date new</key> + </entry> + <entry> + <key>Date edit</key> + </entry> + <entry> + <key>Keyword Attributes</key> + </entry> + <entry> + <key>Student/Internship</key> + </entry> + <entry> + <key>Food</key> + </entry> + <entry> + <key>200 to 349T</key> + </entry> + <entry> + <key>Within 6 months</key> + </entry> + <entry> + <key>No project planned</key> + </entry> + <entry> + <key>Logistics</key> + </entry> + <entry> + <key>Skilled workers</key> + </entry> + <entry> + <key>Purchasing</key> + </entry> + <entry> + <key>Rate</key> + </entry> + <entry> + <key>Choice</key> + </entry> + <entry> + <key>points</key> + </entry> + <entry> + <key>Education</key> + </entry> + <entry> + <key>Public</key> + </entry> + <entry> + <key>Building and construction suppliers</key> + </entry> + <entry> + <key>0 to 49</key> + </entry> + <entry> + <key>0 to 49T</key> + </entry> + <entry> + <key>CRM Manager</key> + </entry> + <entry> + <key>50 to 99T</key> + </entry> + <entry> + <key>Search</key> + </entry> + <entry> + <key>Counsellor</key> + </entry> + <entry> + <key>50 to 100</key> + </entry> + <entry> + <key>OnPremise</key> + </entry> + <entry> + <key>Head of IT</key> + </entry> + <entry> + <key>Electric</key> + </entry> + <entry> + <key>from 1,000</key> + </entry> + <entry> + <key>Publishing house</key> + </entry> + <entry> + <key>100 to 199T</key> + </entry> + <entry> + <key>101 to 250</key> + </entry> + <entry> + <key>Overarching</key> + </entry> + <entry> + <key>Energy</key> + </entry> + <entry> + <key>Machinery and equipment</key> + </entry> + <entry> + <key>Trade</key> + </entry> + <entry> + <key>Consultation</key> + </entry> + <entry> + <key>Cloud</key> + </entry> + <entry> + <key>No date yet</key> + </entry> + <entry> + <key>Classifications</key> + </entry> + <entry> + <key>Service Manager</key> + </entry> + <entry> + <key>Lifesience</key> + </entry> + <entry> + <key>Automotive</key> + </entry> + <entry> + <key>Lottery</key> + </entry> + <entry> + <key>from 350T</key> + </entry> + <entry> + <key>Management/Sales Manager</key> + </entry> + <entry> + <key>Environment</key> + </entry> + <entry> + <key>Within 12 months</key> + </entry> + <entry> + <key>Finance</key> + </entry> + <entry> + <key>ScoreProjectStart</key> + </entry> + <entry> + <key>ScoreStandard</key> + </entry> + <entry> + <key>ScoreCustomizing</key> + </entry> + <entry> + <key>ScoreDecisionPhase</key> + </entry> + <entry> + <key>ScoreUsers</key> + </entry> + <entry> + <key>ScoreBranch</key> + </entry> + <entry> + <key>ScorePosition</key> + </entry> + <entry> + <key>ScoreBudget</key> + </entry> + <entry> + <key>ScoreDepartment</key> + </entry> + <entry> + <key>ScoreCloud</key> + </entry> + <entry> + <key>ScoreBased</key> + </entry> + <entry> + <key>Score</key> + </entry> + <entry> + <key>Scoretype</key> + </entry> + <entry> + <key>archieve</key> + </entry> + <entry> + <key>setUnread</key> + </entry> + <entry> + <key>Rating</key> + </entry> + <entry> + <key>setRead</key> + </entry> + <entry> + <key>Possible Values</key> + </entry> + <entry> + <key>251 to 1,000</key> + </entry> + <entry> + <key>Selection</key> + </entry> + <entry> + <key>Files</key> + </entry> + <entry> + <key>${COUNT_PREPOSITION_SINGLE}</key> + </entry> + <entry> + <key>Attribute \"%0\" has to be used at least %1.</key> + </entry> + <entry> + <key>${COUNT_PREPOSITION_MULTIPLE}</key> + </entry> + <entry> + <key>Attribute \"%0\" can't be used more than %1.</key> + </entry> + <entry> + <key>Recipient</key> + </entry> + <entry> + <key>Write email</key> + </entry> + <entry> + <key>Show tasks where I am editor</key> + </entry> + <entry> + <key>Entrydate must not be in the future</key> + </entry> + <entry> + <key>Delivery specification</key> + </entry> + <entry> + <key>Priority</key> + </entry> + <entry> + <key>Postcode</key> + </entry> + <entry> + <key>Main document</key> + </entry> + <entry> + <key>Delete</key> + </entry> + <entry> + <key>Street</key> + </entry> + <entry> + <key>Start</key> + </entry> + <entry> + <key>End</key> + </entry> + <entry> + <key>Condition</key> + </entry> + <entry> + <key>File</key> + </entry> + <entry> + <key> User</key> + </entry> + <entry> + <key>Edit</key> + </entry> + <entry> + <key>Condition Type</key> + </entry> + <entry> + <key>Access type</key> + </entry> + <entry> + <key>Permission Overview</key> + </entry> + <entry> + <key>PermissionId</key> + </entry> + <entry> + <key>Entity</key> + </entry> + <entry> + <key>Sales Project</key> + </entry> + <entry> + <key>Field</key> + </entry> + <entry> + <key>Permission Detail</key> + </entry> + <entry> + <key>Entities</key> + </entry> + <entry> + <key>Read</key> + </entry> + <entry> + <key>Permission Set ID</key> + </entry> + <entry> + <key>Create</key> + </entry> + <entry> + <key>To buildingnumber</key> + </entry> + <entry> + <key>Permission Overview</key> + </entry> + <entry> + <key>Action</key> + </entry> + <entry> + <key>View</key> + </entry> + <entry> + <key>From buildingnumber</key> + </entry> + <entry> + <key>Salutations</key> + </entry> + <entry> + <key>Paymentterm</key> + </entry> + <entry> + <key>New step</key> + </entry> + <entry> + <key>Runtime</key> + </entry> + <entry> + <key>Fix costs</key> + </entry> + <entry> + <key>Total costs</key> + </entry> + <entry> + <key>Per participant</key> + </entry> + <entry> + <key>Predecessor</key> + </entry> + <entry> + <key>Group name</key> + </entry> + <entry> + <key>Price Condition</key> + </entry> + <entry> + <key>Entität</key> + </entry> + <entry> + <key>beschränken</key> + </entry> + <entry> + <key>Feld</key> + </entry> + <entry> + <key>Possible Value</key> + </entry> + <entry> + <key>erlauben</key> + </entry> + <entry> + <key>Could not determine the current Classification type (usage).</key> + </entry> + <entry> + <key>Datensatz</key> + </entry> + <entry> + <key>The new Classification name already exists.</key> + </entry> + <entry> + <key>3. Classification</key> + </entry> + <entry> + <key>1. Classification</key> + </entry> + <entry> + <key>2. Classification</key> + </entry> + <entry> + <key>Choose Footer</key> + </entry> + <entry> + <key>Choose Header</key> + </entry> + <entry> + <key>#0</key> + </entry> + <entry> + <key>Email Template</key> + </entry> + <entry> + <key>${SQL_LIB_FIELD_WRONG_FORMAT} field: %0</key> + </entry> + <entry> + <key>testing</key> + </entry> + <entry> + <key>double</key> + </entry> + <entry> + <key>closed</key> + </entry> + <entry> + <key>New Supportticket</key> + </entry> + <entry> + <key>Bug Ticket</key> + </entry> + <entry> + <key>Support ticket</key> + </entry> + <entry> + <key>New Bugticket</key> + </entry> + <entry> + <key>Keine Berechtigung zum Verschieben der Aufgabe</key> + </entry> + <entry> + <key>Kein Weitergeben von privaten Aufgaben möglich!</key> + </entry> <entry> <key>Search for new Entries</key> </entry> - </keyValueMap> - <font name="Dialog" style="0" size="11" /> - <sqlModels> - <languageSql> - <name>Data_alias</name> - <alias>Data_alias</alias> - <statements> - <element>select AB_KEYWORD_ENTRY.TITLE from AB_KEYWORD_ENTRY -union -select AB_LANGUAGE.NAME_LATIN from AB_LANGUAGE -union -select AB_COUNTRYINFO.NAME_LATIN from AB_COUNTRYINFO -union -select AB_OBJECTRELATIONTYPE.RELATION_TITLE from AB_OBJECTRELATIONTYPE -union -select TITLE from CLASSIFICATIONSCORE -union -select SCORETYPE from CLASSIFICATIONTYPE -union -select distinct CLASSIFICATIONGROUP from CLASSIFICATIONTYPE</element> - </statements> - </languageSql> - </sqlModels> -</language> + </keyValueMap> + <font name="Dialog" style="0" size="11" /> + <sqlModels> + <languageSql> + <name>Data_alias</name> + <alias>Data_alias</alias> + <statements> + <element>select AB_KEYWORD_ENTRY.TITLE from AB_KEYWORD_ENTRY +union +select AB_LANGUAGE.NAME_LATIN from AB_LANGUAGE +union +select AB_COUNTRYINFO.NAME_LATIN from AB_COUNTRYINFO +union +select AB_OBJECTRELATIONTYPE.RELATION_TITLE from AB_OBJECTRELATIONTYPE +union +select TITLE from CLASSIFICATIONSCORE +union +select SCORETYPE from CLASSIFICATIONTYPE +union +select distinct CLASSIFICATIONGROUP from CLASSIFICATIONTYPE</element> + </statements> + </languageSql> + </sqlModels> +</language> diff --git a/language/_____LANGUAGE_de/_____LANGUAGE_de.aod b/language/_____LANGUAGE_de/_____LANGUAGE_de.aod index 8bad7eb4792116af828759856b1e8004c6262e81..2dc9599fb2199f48468d3c391bf7e8ef71f67eda 100644 --- a/language/_____LANGUAGE_de/_____LANGUAGE_de.aod +++ b/language/_____LANGUAGE_de/_____LANGUAGE_de.aod @@ -1,4568 +1,4568 @@ -<?xml version="1.0" encoding="UTF-8"?> -<language xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/language/1.2.0"> - <name>_____LANGUAGE_de</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <language>de</language> - <country></country> - <variant></variant> - <keyValueMap> - <entry> - <key>Steps</key> - <value>Stufen</value> - </entry> - <entry> - <key>Project management</key> - <value>Projektmanagement</value> - </entry> - <entry> - <key>Notifications</key> - <value>Benachrichtigungen</value> - </entry> - <entry> - <key>Add to Campaign</key> - <value>Zu Kampagne hinzufügen</value> - </entry> - <entry> - <key>Company</key> - <value>Firma</value> - </entry> - <entry> - <key>${SQL_LIB_FIELD_WRONG_FORMAT} field: %0</key> - <value>Das Feld %0 hat ein falsches Format. Das Datenbankfeld muss wie "tablename.columnname" ("ORGANISATION.NAME") oder als Array mit Column-alias formatiert sein: ["ORGANISATION", "NAME", "myorgAlias"]</value> - </entry> - <entry> - <key>Attribute \"%0\" can't be used more than %1.</key> - <value>Eigenschaft \"%0\" darf maximal %1 verwendet werden.</value> - </entry> - <entry> - <key>Picture</key> - <value>Bild</value> - </entry> - <entry> - <key>Delivery specification</key> - <value>Lieferbedingung</value> - </entry> - <entry> - <key>Office staff</key> - <value>Innendienst</value> - </entry> - <entry> - <key>Recipient</key> - <value>Empfänger</value> - </entry> - <entry> - <key>Overdue tasks</key> - <value>Überfällige Aufgaben</value> - </entry> - <entry> - <key>Attribute \"%0\" has to be used at least %1.</key> - <value>Eigenschaft \"%0\" muss mindestens %1 verwendet werden.</value> - </entry> - <entry> - <key>Show tasks where I am editor</key> - <value>Zeigt Aufgaben an wo ich Bearbeiter bin</value> - </entry> - <entry> - <key>Confirm password</key> - <value>Passwort prüfen</value> - </entry> - <entry> - <key>Human Resources</key> - <value>Personal</value> - </entry> - <entry> - <key>Single</key> - <value>Einzel</value> - </entry> - <entry> - <key>Entrydate (Day)</key> - <value>Eingangsdatum (Tag)</value> - </entry> - <entry> - <key>Priority</key> - <value>Priorität</value> - </entry> - <entry> - <key>Salesproject phases</key> - <value>Vertriebsprojektphasen</value> - </entry> - <entry> - <key>Write email</key> - <value>E-Mail schreiben</value> - </entry> - <entry> - <key>${ATTRIBUTE_VOID}</key> - <value>Tag</value> - </entry> - <entry> - <key>Campaign Period</key> - <value>Kampagnen Laufzeit</value> - </entry> - <entry> - <key>Turnover</key> - <value>Umsatz</value> - </entry> - <entry> - <key>Discount %</key> - <value>Rabatt %</value> - </entry> - <entry> - <key>${COUNT_PREPOSITION_MULTIPLE}</key> - <value>mal</value> - </entry> - <entry> - <key>Email must be unique!</key> - <value>Die E-Mail-Adresse muss eindeutig sein!</value> - </entry> - <entry> - <key>${COUNT_PREPOSITION_SINGLE}</key> - <value>mal</value> - </entry> - <entry> - <key>E-Mail</key> - <value>E-Mail</value> - </entry> - <entry> - <key>Maximal Count</key> - <value>Maximale Anzahl</value> - </entry> - <entry> - <key>Entrydate (Month)</key> - <value>Eingangsdatum (Monat)</value> - </entry> - <entry> - <key>Usage</key> - <value>Verwendung</value> - </entry> - <entry> - <key>Campaign status</key> - <value>Kampagnenstatus</value> - </entry> - <entry> - <key>Show all activities</key> - <value>Alle Aktivitäten anzeigen</value> - </entry> - <entry> - <key>Add the selection to a campaign</key> - <value>Fügt die Auswahl zur Kampagne hinzu</value> - </entry> - <entry> - <key>${ADDRESS_STATE}</key> - <value>Staat</value> - </entry> - <entry> - <key>New tasks</key> - <value>Neue Aufgaben</value> - </entry> - <entry> - <key>New module</key> - <value>Neuanlage</value> - </entry> - <entry> - <key>Show all contracts</key> - <value>Alle Verträge anzeigen</value> - </entry> - <entry> - <key>Max participants</key> - <value>Maximale Teilnehmer</value> - </entry> - <entry> - <key>This combination of person and organisation does already exist and can not be created once more.</key> - <value>Diese Kombination aus Person und Organisation existiert bereits und kann daher nicht noch ein mal angelegt werden.</value> - </entry> - <entry> - <key>Communication data</key> - <value>Kommunikationsdaten</value> - </entry> - <entry> - <key>${SALESPROJECT_NEGOTIATION}</key> - <value>Negotiation</value> - </entry> - <entry> - <key>Filename</key> - <value>Dateiname</value> - </entry> - <entry> - <key>Male</key> - <value>Männlich</value> - </entry> - <entry> - <key>Activity</key> - <value>Aktivität</value> - </entry> - <entry> - <key>participants will be added to the selected campaign step</key> - <value>Teilnehmer/innen werden zur ausgewählten Kampagnenstufe hinzugefügt</value> - </entry> - <entry> - <key>Name</key> - <value>Name</value> - </entry> - <entry> - <key>Austria</key> - <value>Österreich</value> - </entry> - <entry> - <key>Set campaign step</key> - <value>Kampagnenstufe setzen</value> - </entry> - <entry> - <key>New time tracking</key> - <value>Neuer Zeiteintrag</value> - </entry> - <entry> - <key>Customercode</key> - <value>Kundennummer</value> - </entry> - <entry> - <key>The person is already associated with another employee!</key> - <value>Die Person ist bereits mit einem anderen Mitarbeiter verknüpft!</value> - </entry> - <entry> - <key>Time expenses</key> - <value>Aufwand</value> - </entry> - <entry> - <key>${SALESPROJECT_OFFER}</key> - <value>Offer</value> - </entry> - <entry> - <key>Status</key> - <value>Status</value> - </entry> - <entry> - <key>Campaigns</key> - <value>Kampagnen</value> - </entry> - <entry> - <key>${SALESPROJECT_MEMBER}</key> - <value>Projektteam</value> - </entry> - <entry> - <key>${QUANTITY_LOWER_THAN_1}</key> - <value>Die Menge muss mindestens 1 sein.</value> - </entry> - <entry> - <key>date of birth must not be in the future</key> - <value>Geburtsdatum darf nicht in der Zukunft liegen</value> - </entry> - <entry> - <key>Days inactive</key> - <value>Tage inaktiv</value> - </entry> - <entry> - <key>Active</key> - <value>Aktiv</value> - </entry> - <entry> - <key>Medium</key> - <value>Medium</value> - </entry> - <entry> - <key>Internet</key> - <value>Internet</value> - </entry> - <entry> - <key>Germany</key> - <value>Deutschland</value> - </entry> - <entry> - <key>Online-Meeting</key> - <value>Online-Meeting</value> - </entry> - <entry> - <key>Set password</key> - <value>Passwort setzen</value> - </entry> - <entry> - <key>Choose address</key> - <value>Adresse auswählen</value> - </entry> - <entry> - <key>Social Media</key> - <value>Social Media</value> - </entry> - <entry> - <key>Visit</key> - <value>Besuch</value> - </entry> - <entry> - <key>Information</key> - <value>Information</value> - </entry> - <entry> - <key>Language</key> - <value>Sprache</value> - </entry> - <entry> - <key>Phone</key> - <value>Telefon</value> - </entry> - <entry> - <key>360 Degree</key> - <value>360 Grad</value> - </entry> - <entry> - <key>Activities</key> - <value>Aktivitäten</value> - </entry> - <entry> - <key>Female</key> - <value>Weiblich</value> - </entry> - <entry> - <key>Contactmanagement</key> - <value>Kontaktmanagement</value> - </entry> - <entry> - <key>Office address</key> - <value>Firmenadresse</value> - </entry> - <entry> - <key>Contact</key> - <value>Kontakt</value> - </entry> - <entry> - <key>Home address</key> - <value>Privatadresse</value> - </entry> - <entry> - <key>Type</key> - <value>Typ</value> - </entry> - <entry> - <key>Contacts</key> - <value>Kontakte</value> - </entry> - <entry> - <key>Norway</key> - <value>Norwegen</value> - </entry> - <entry> - <key>Address</key> - <value>Adresse</value> - </entry> - <entry> - <key>Addresses</key> - <value>Adressen</value> - </entry> - <entry> - <key>Contact type</key> - <value>Kontaktart</value> - </entry> - <entry> - <key>${COMM_ADDRESS}</key> - <value>Adresse</value> - </entry> - <entry> - <key>Gender</key> - <value>Geschlecht</value> - </entry> - <entry> - <key>Show all companies</key> - <value>Alle Firmen anzeigen</value> - </entry> - <entry> - <key>Date of birth</key> - <value>Geburtsdatum</value> - </entry> - <entry> - <key>Lastname</key> - <value>Nachname</value> - </entry> - <entry> - <key>Salutation</key> - <value>Anrede</value> - </entry> - <entry> - <key>setRead</key> - <value>Gelesen setzen</value> - </entry> - <entry> - <key>Middlename</key> - <value>Zwischenname</value> - </entry> - <entry> - <key>Title</key> - <value>Titel</value> - </entry> - <entry> - <key>Addresstype</key> - <value>Adresstyp</value> - </entry> - <entry> - <key>Add participants to Campaign</key> - <value>Kampagnenteilnehmer/innen hinzufügen</value> - </entry> - <entry> - <key>Firstname</key> - <value>Vorname</value> - </entry> - <entry> - <key>Show all contacts</key> - <value>Alle Kontaktpersonen anzeigen</value> - </entry> - <entry> - <key>Description</key> - <value>Beschreibung</value> - </entry> - <entry> - <key>Direction</key> - <value>Richtung</value> - </entry> - <entry> - <key>Entrydate</key> - <value>Eingangsdatum</value> - </entry> - <entry> - <key>Subject</key> - <value>Betreff</value> - </entry> - <entry> - <key>Post office box</key> - <value>Postfach</value> - </entry> - <entry> - <key>Delivery address</key> - <value>Lieferadresse</value> - </entry> - <entry> - <key>Participants</key> - <value>Teilnehmer/innen</value> - </entry> - <entry> - <key>House number</key> - <value>Hausnummer</value> - </entry> - <entry> - <key>Country</key> - <value>Land</value> - </entry> - <entry> - <key>Communication</key> - <value>Kommunikation</value> - </entry> - <entry> - <key>Postcode</key> - <value>Postleitzahl</value> - </entry> - <entry> - <key>City</key> - <value>Ort</value> - </entry> - <entry> - <key>State</key> - <value>Status</value> - </entry> - <entry> - <key>Region</key> - <value>Region</value> - </entry> - <entry> - <key>District</key> - <value>Kreis</value> - </entry> - <entry> - <key>Companies</key> - <value>Firmen</value> - </entry> - <entry> - <key>Switzerland</key> - <value>Schweiz</value> - </entry> - <entry> - <key>Confirmed</key> - <value>Bestätigt</value> - </entry> - <entry> - <key>Free</key> - <value>Frei</value> - </entry> - <entry> - <key>Tentative</key> - <value>Vorläufig</value> - </entry> - <entry> - <key>Ignore series</key> - <value>Monatliche Serie nicht genauer spezifiziert. Ignoriere Serie.</value> - </entry> - <entry> - <key>Attachments</key> - <value>Anhänge</value> - </entry> - <entry> - <key>Internal (2)</key> - </entry> - <entry> - <key>Touchpoints</key> - <value>Kontaktpunkte</value> - </entry> - <entry> - <key>archieve</key> - <value>Archivieren</value> - </entry> - <entry> - <key>Document Template</key> - <value>Dokumentvorlage</value> - </entry> - <entry> - <key>Company Addresses</key> - <value>Firmenadressen</value> - </entry> - <entry> - <key>yearly series not specified</key> - <value>Jährliche Serie nicht genauer spezifiziert. Ignoriere Serie.</value> - </entry> - <entry> - <key>OutOfOffice</key> - <value>Außer Haus</value> - </entry> - <entry> - <key>Cancelled</key> - <value>Abgesagt</value> - </entry> - <entry> - <key>Ignore daily series</key> - <value>Tägliche Serie nicht genauer spezifiziert. Ignoriere Serie.</value> - </entry> - <entry> - <key>yyyyMMdd</key> - <value>yyyyMMdd</value> - </entry> - <entry> - <key>standard address</key> - <value>Standard-Adresse</value> - </entry> - <entry> - <key>Create receipt</key> - <value>Beleg erstellen</value> - </entry> - <entry> - <key>PP</key> - <value>EK</value> - </entry> - <entry> - <key>Liter</key> - </entry> - <entry> - <key>Key account</key> - <value>Großkunde</value> - </entry> - <entry> - <key>Cover letter</key> - <value>Anschreiben</value> - </entry> - <entry> - <key>VAT</key> - <value>UmsSt.</value> - </entry> - <entry> - <key>The expiry date must be after the start date!</key> - <value>Das Ende-Datum muss nach dem Beginn-Datum liegen!</value> - </entry> - <entry> - <key>Product</key> - <value>Produkt</value> - </entry> - <entry> - <key>Developer</key> - <value>Hersteller</value> - </entry> - <entry> - <key>Valid until</key> - <value>gültig bis</value> - </entry> - <entry> - <key>Department</key> - <value>Abteilung</value> - </entry> - <entry> - <key>Price list</key> - <value>Preisliste</value> - </entry> - <entry> - <key>Currency</key> - <value>Währung</value> - </entry> - <entry> - <key>Payment method</key> - <value>Zahlungsweise</value> - </entry> - <entry> - <key>Price list / Company</key> - <value>Preisliste / Firma</value> - </entry> - <entry> - <key>Curr. sales price</key> - <value>akt. VK-Preis</value> - </entry> - <entry> - <key>Contract</key> - <value>Vertrag</value> - </entry> - <entry> - <key>Stock</key> - <value>Lagerbestand</value> - </entry> - <entry> - <key>PP/SP</key> - <value>EK/VK</value> - </entry> - <entry> - <key>Next due date</key> - <value>nächste Fälligkeit</value> - </entry> - <entry> - <key>Discount</key> - <value>Rabatt</value> - </entry> - <entry> - <key>The next due date must be after the start of the contract and before the expiry of the contract!</key> - <value>Nächste Fälligkeit muss nach Vertragsbeginn und vor Vertragsende liegen!</value> - </entry> - <entry> - <key>Sales</key> - <value>Vertrieb</value> - </entry> - <entry> - <key>Contract number</key> - <value>Vertragsnummer</value> - </entry> - <entry> - <key>Min. stock</key> - <value>Min.-Bestand</value> - </entry> - <entry> - <key>SP</key> - <value>VK</value> - </entry> - <entry> - <key>Commodity group 3</key> - <value>Warengruppe 3</value> - </entry> - <entry> - <key>Commodity group 2</key> - <value>Warengruppe 2</value> - </entry> - <entry> - <key>setUnread</key> - <value>Ungelesen setzen</value> - </entry> - <entry> - <key>Campaign Step</key> - <value>Kampagnen Stufe</value> - </entry> - <entry> - <key>Commodity group 1</key> - <value>Warengruppe 1</value> - </entry> - <entry> - <key>Contract start date</key> - <value>Vertragsbeginn</value> - </entry> - <entry> - <key>Remaining Runtime</key> - <value>Restlaufzeit</value> - </entry> - <entry> - <key>Spare parts</key> - <value>Ersatzteile</value> - </entry> - <entry> - <key>Employee</key> - <value>Mitarbeiter</value> - </entry> - <entry> - <key>Unit</key> - <value>Einheit</value> - </entry> - <entry> - <key>Contract expiry date</key> - <value>Vertragsende</value> - </entry> - <entry> - <key>Yes</key> - <value>Ja</value> - </entry> - <entry> - <key>Type of contract</key> - <value>Vertragsart</value> - </entry> - <entry> - <key>No</key> - <value>Nein</value> - </entry> - <entry> - <key>Service</key> - <value>Dienstleistung</value> - </entry> - <entry> - <key>Advertising material</key> - <value>Werbemittel</value> - </entry> - <entry> - <key>Valid from</key> - <value>gültig ab</value> - </entry> - <entry> - <key>Product name</key> - <value>Produktname</value> - </entry> - <entry> - <key>Campaign</key> - <value>Kampagne</value> - </entry> - <entry> - <key>Product group</key> - <value>Produktgruppe</value> - </entry> - <entry> - <key>${CONTRACT_STATUS}</key> - <value>Status</value> - </entry> - <entry> - <key>From no. of units</key> - <value>ab Stückzahl</value> - </entry> - <entry> - <key>Maindocuments</key> - <value>Hauptdokumente</value> - </entry> - <entry> - <key>Price</key> - <value>Preis</value> - </entry> - <entry> - <key>Conditions</key> - <value>Konditionen</value> - </entry> - <entry> - <key>Standard</key> - </entry> - <entry> - <key>I / O</key> - <value>E / A</value> - </entry> - <entry> - <key>Date</key> - <value>Datum</value> - </entry> - <entry> - <key>IN</key> - <value>EIN</value> - </entry> - <entry> - <key>OUT</key> - <value>AUS</value> - </entry> - <entry> - <key>Warehouse</key> - <value>Lager</value> - </entry> - <entry> - <key>Reference</key> - <value>Referenz</value> - </entry> - <entry> - <key>The contract number already exists!</key> - <value>Die Vertragsnummer existiert bereits!</value> - </entry> - <entry> - <key>The product number already exists!</key> - <value>Die Produktnummer existiert bereits!</value> - </entry> - <entry> - <key>Quantity</key> - <value>Menge</value> - </entry> - <entry> - <key>Salesproject</key> - <value>Vertriebsprojekt</value> - </entry> - <entry> - <key>Rollout</key> - <value>Roll Out</value> - </entry> - <entry> - <key>Phase</key> - <value>Phase</value> - </entry> - <entry> - <key>Product number</key> - <value>Produktnummer</value> - </entry> - <entry> - <key>Project number</key> - <value>Projektnummer</value> - </entry> - <entry> - <key>Project title</key> - <value>Projekttitel</value> - </entry> - <entry> - <key>Project start</key> - <value>Projektstart</value> - </entry> - <entry> - <key>Volume</key> - <value>Volumen</value> - </entry> - <entry> - <key>Partial order</key> - <value>Teilauftrag</value> - </entry> - <entry> - <key>Open</key> - <value>Offen</value> - </entry> - <entry> - <key>Lost</key> - <value>Verloren</value> - </entry> - <entry> - <key>Order</key> - <value>Auftrag</value> - </entry> - <entry> - <key>Postponed</key> - <value>Vertagt</value> - </entry> - <entry> - <key>Aborted</key> - <value>Abgebrochen</value> - </entry> - <entry> - <key>Total net</key> - <value>Betrag netto</value> - </entry> - <entry> - <key>Offer</key> - <value>Angebot</value> - </entry> - <entry> - <key>Offer number</key> - <value>Angebotsnummer</value> - </entry> - <entry> - <key>Show my activities</key> - <value>Meine Aktivitäten anzeigen</value> - </entry> - <entry> - <key>Probability</key> - <value>Wahrscheinlichkeit</value> - </entry> - <entry> - <key>Total VAT</key> - <value>Betrag MWST</value> - </entry> - <entry> - <key>The offer number already exists!</key> - <value>Die Angebotsnummer existiert bereits!</value> - </entry> - <entry> - <key>0 %</key> - </entry> - <entry> - <key>75 %</key> - <value></value> - </entry> - <entry> - <key>100 %</key> - </entry> - <entry> - <key>25 %</key> - </entry> - <entry> - <key>50 %</key> - </entry> - <entry> - <key>Competitors</key> - <value>Mitbewerber</value> - </entry> - <entry> - <key>Won</key> - <value>Gewonnen</value> - </entry> - <entry> - <key>Checked</key> - <value>Geprüft</value> - </entry> - <entry> - <key>Sent</key> - <value>Versendet</value> - </entry> - <entry> - <key>Offeritems</key> - <value>Angebotsposten</value> - </entry> - <entry> - <key>Header text</key> - <value>Kopftext</value> - </entry> - <entry> - <key>Commodity group</key> - <value>Warengruppe</value> - </entry> - <entry> - <key>Footer text</key> - <value>Fußtext</value> - </entry> - <entry> - <key>Designation</key> - <value>Bezeichnung</value> - </entry> - <entry> - <key>Position</key> - <value>Position</value> - </entry> - <entry> - <key>Receipt</key> - <value>Beleg</value> - </entry> - <entry> - <key>Show all receipts</key> - <value>Alle Belege anzeigen</value> - </entry> - <entry> - <key>Optional</key> - <value>Optional</value> - </entry> - <entry> - <key>Article</key> - <value>Artikel</value> - </entry> - <entry> - <key>Show open salesprojects</key> - <value>Offene Vertriebsprojekte anzeigen</value> - </entry> - <entry> - <key>Receipt number</key> - <value>Belegnummer</value> - </entry> - <entry> - <key>Offeritem</key> - <value>Angebotsposten</value> - </entry> - <entry> - <key>Sum</key> - <value>Summe</value> - </entry> - <entry> - <key>Option4</key> - </entry> - <entry> - <key>Offers</key> - <value>Angebote</value> - </entry> - <entry> - <key>Option3</key> - </entry> - <entry> - <key>Option2</key> - </entry> - <entry> - <key>Option1</key> - </entry> - <entry> - <key>Countries</key> - <value>Länder</value> - </entry> - <entry> - <key>Options</key> - </entry> - <entry> - <key>Total gross</key> - <value>Betrag brutto</value> - </entry> - <entry> - <key>Minimal Count</key> - <value>Minimale Anzahl</value> - </entry> - <entry> - <key>Identical price list found!</key> - <value>Identische Preisliste gefunden!</value> - </entry> - <entry> - <key>Imminent appointments for today</key> - <value>Bevorstehende Termine für heute</value> - </entry> - <entry> - <key>Parts list</key> - <value>Stückliste</value> - </entry> - <entry> - <key>Parent</key> - </entry> - <entry> - <key>${EURO_SIGN}</key> - <value>€</value> - </entry> - <entry> - <key>Planned</key> - <value>Geplant -</value> - </entry> - <entry> - <key>Info</key> - <value>Info -</value> - </entry> - <entry> - <key>${VOLUME_MONEY}</key> - <value>Wert -</value> - </entry> - <entry> - <key>Milestones</key> - <value>Meilensteine -</value> - </entry> - <entry> - <key>Excreted</key> - <value>Ausgeschieden -</value> - </entry> - <entry> - <key>Reason</key> - <value>Begründung</value> - </entry> - <entry> - <key>Document</key> - <value>Dokument</value> - </entry> - <entry> - <key>Remark</key> - <value>Anmerkung</value> - </entry> - <entry> - <key>Competition</key> - <value>Mitbewerber</value> - </entry> - <entry> - <key>Forecast</key> - <value>Forecast</value> - </entry> - <entry> - <key>Show all products</key> - <value>Alle Produkte anzeigen</value> - </entry> - <entry> - <key>Role</key> - <value>Rolle</value> - </entry> - <entry> - <key>End date</key> - <value>Enddatum</value> - </entry> - <entry> - <key>Documents</key> - <value>Dokumente</value> - </entry> - <entry> - <key>New offer version</key> - <value>Neue Angebotsversion</value> - </entry> - <entry> - <key>Copy offer</key> - <value>Angebot kopieren</value> - </entry> - <entry> - <key>Vers. no.</key> - <value>Vers.-Nr.</value> - </entry> - <entry> - <key>Curr. purchase price</key> - <value>akt. EK-Preis</value> - </entry> - <entry> - <key>Show all offers</key> - <value>Alle Angebote anzeigen</value> - </entry> - <entry> - <key>Filetype</key> - <value>Dateityp</value> - </entry> - <entry> - <key>child of</key> - <value>Kind von</value> - </entry> - <entry> - <key>Products</key> - <value>Produkte</value> - </entry> - <entry> - <key>Filesize</key> - <value>Dateigrösse</value> - </entry> - <entry> - <key>Contracts</key> - <value>Verträge</value> - </entry> - <entry> - <key>Classification</key> - <value>Klassifizierung</value> - </entry> - <entry> - <key>High price strategy</key> - <value>Hochpreisstrategie</value> - </entry> - <entry> - <key>Show all sent receipts</key> - <value>Alle versendeten Belege anzeigen</value> - </entry> - <entry> - <key>Low price strategy</key> - <value>Niedrigpreisstrategie</value> - </entry> - <entry> - <key>Sent offers</key> - <value>Versendete Angebote</value> - </entry> - <entry> - <key>responsible</key> - <value>verantwortlich</value> - </entry> - <entry> - <key>Main document</key> - <value>Hauptdokument</value> - </entry> - <entry> - <key>False</key> - <value>Nein</value> - </entry> - <entry> - <key>Show all Facebook posts of a user</key> - <value>Alle Facebook Beiträge eines Benutzers anzeigen</value> - </entry> - <entry> - <key>My Activities</key> - <value>Meine Aktivitäten</value> - </entry> - <entry> - <key>Everyone</key> - <value>Jeder</value> - </entry> - <entry> - <key>Combobox Value</key> - <value>Combobox-Wert</value> - </entry> - <entry> - <key>Salesprojects</key> - <value>Vertriebsprojekte</value> - </entry> - <entry> - <key>Open salesprojects</key> - <value>Offene Vertriebsprojekte</value> - </entry> - <entry> - <key>Other</key> - </entry> - <entry> - <key>Show all sent offers</key> - <value>Alle versendeten Angebote anzeigen</value> - </entry> - <entry> - <key>Show all Facebook posts of ADITO</key> - <value>Alle Facebook Beiträge von ADITO anzeigen</value> - </entry> - <entry> - <key>Individual</key> - </entry> - <entry> - <key>Receipts</key> - <value>Belege</value> - </entry> - <entry> - <key>Show all salesprojects</key> - <value>Alle Vertriebsprojekte anzeigen</value> - </entry> - <entry> - <key>Abomodel</key> - <value>Abomodell</value> - </entry> - <entry> - <key>Show all tweets of ADITO</key> - <value>Alle tweets von ADITO anzeigen</value> - </entry> - <entry> - <key>Show all tweets of a user</key> - <value>Alle tweets eines Benutzers anzeigen</value> - </entry> - <entry> - <key>Please update the ${FORECAST_ENGLISH}.</key> - <value>Bitte den Forecast überprüfen.</value> - </entry> - <entry> - <key>Industry</key> - <value>Branche</value> - </entry> - <entry> - <key>Value</key> - <value>Wert</value> - </entry> - <entry> - <key>no standard email office</key> - <value>keine Standard-E-Mail Büro vorhanden !</value> - </entry> - <entry> - <key>no valid format</key> - </entry> - <entry> - <key>Deliveryspecification</key> - <value>Lieferbedingung</value> - </entry> - <entry> - <key>Plus Salestax</key> - <value>zzgl.Summe UmSt</value> - </entry> - <entry> - <key>Pos.</key> - </entry> - <entry> - <key>ISO 3166-1 alpha-3</key> - </entry> - <entry> - <key>ISO 3166-1 alpha-2</key> - </entry> - <entry> - <key>Field staff</key> - <value>Außendienst</value> - </entry> - <entry> - <key>0.00</key> - </entry> - <entry> - <key>Conditions of payment</key> - <value>Zahlungsbedingung</value> - </entry> - <entry> - <key>Relationship</key> - <value>Beziehung</value> - </entry> - <entry> - <key>Text Modular</key> - <value>Textbaustein</value> - </entry> - <entry> - <key>${BINARY_LIB_TOO_MANY_BINARIES}</key> - <value>Für dieses Binärfeld ist nur ein Datensatz erlaubt.</value> - </entry> - <entry> - <key>Put Reciever Into To</key> - <value>Bitte einen Adressat in 'to' eintragen!</value> - </entry> - <entry> - <key>History</key> - <value>Verlauf</value> - </entry> - <entry> - <key>Total</key> - <value>Gesamt</value> - </entry> - <entry> - <key>Articlenumber</key> - <value>Artikelnummer</value> - </entry> - <entry> - <key>Native Name</key> - <value>Geburtsname</value> - </entry> - <entry> - <key>#,##0</key> - </entry> - <entry> - <key>Unitprice</key> - <value>Einzelpreis</value> - </entry> - <entry> - <key>Number</key> - <value>Nummer</value> - </entry> - <entry> - <key>Tasks</key> - <value>Aufgaben</value> - </entry> - <entry> - <key>New offer</key> - <value>Angebot erstellen</value> - </entry> - <entry> - <key>dd.MM.yyyy</key> - <value>dd.MM.yyyy</value> - </entry> - <entry> - <key>Articledescription</key> - <value>Artikelbezeichnung</value> - </entry> - <entry> - <key>Edit defaults</key> - <value>Standards anpassen</value> - </entry> - <entry> - <key>no valid mail-address format</key> - </entry> - <entry> - <key>Amount</key> - <value>Menge</value> - </entry> - <entry> - <key>#,##0.00</key> - </entry> - <entry> - <key>Latin Name</key> - <value>Lateinischer Name</value> - </entry> - <entry> - <key>Organisation name</key> - <value>Name der Organisation</value> - </entry> - <entry> - <key>Connection</key> - <value>Verknüpfung</value> - </entry> - <entry> - <key>standard email</key> - <value>Standard-Email</value> - </entry> - <entry> - <key>Creator</key> - <value>Ersteller</value> - </entry> - <entry> - <key>Timetracking</key> - <value>Zeiterfassung</value> - </entry> - <entry> - <key>Further informations</key> - <value>Weitere Informationen</value> - </entry> - <entry> - <key>Social</key> - <value>Sozial</value> - </entry> - <entry> - <key>Facebook Feed</key> - <value>Facebook Feed</value> - </entry> - <entry> - <key>Group1</key> - </entry> - <entry> - <key>Group2</key> - </entry> - <entry> - <key>Details</key> - <value>Details</value> - </entry> - <entry> - <key>Prices</key> - <value>Preise</value> - </entry> - <entry> - <key>Twitter</key> - <value>Twitter</value> - </entry> - <entry> - <key>Connections</key> - <value>Verknüpfungen</value> - </entry> - <entry> - <key>Object</key> - <value>Objekt</value> - </entry> - <entry> - <key>Attributes</key> - <value>Eigenschaften</value> - </entry> - <entry> - <key>Facebook</key> - <value>Facebook</value> - </entry> - <entry> - <key>Creation date</key> - <value>Erstellungsdatum</value> - </entry> - <entry> - <key>Year</key> - <value>Jahr</value> - </entry> - <entry> - <key>New receipt version</key> - <value>Neue Quittungsversion</value> - </entry> - <entry> - <key>Orderitems</key> - <value>Belegposten</value> - </entry> - <entry> - <key>Sent receipts</key> - <value>Versendete Belege</value> - </entry> - <entry> - <key>Entrydate must not be in the future</key> - <value>Eingangsdatum darf nicht in der Zukunft liegen</value> - </entry> - <entry> - <key>Copy receipt</key> - <value>Beleg kopieren</value> - </entry> - <entry> - <key>Orderitem</key> - </entry> - <entry> - <key>The order number already exists!</key> - </entry> - <entry> - <key>New activity</key> - <value>Neue Aktivität</value> - </entry> - <entry> - <key>July</key> - <value>Juli</value> - </entry> - <entry> - <key>ADITO Facebook Feed</key> - </entry> - <entry> - <key>ADITO Twitter Feed</key> - </entry> - <entry> - <key>June</key> - <value>Juni</value> - </entry> - <entry> - <key>October</key> - <value>Oktober</value> - </entry> - <entry> - <key>Take price</key> - <value>Preis übernehmen</value> - </entry> - <entry> - <key>Customer Base Sheet</key> - <value>Kundenstammblatt</value> - </entry> - <entry> - <key>Twitter Feed</key> - <value>Twitter Feed</value> - </entry> - <entry> - <key>November</key> - <value>November</value> - </entry> - <entry> - <key>December</key> - <value>Dezember</value> - </entry> - <entry> - <key>May</key> - <value>Mai</value> - </entry> - <entry> - <key>April</key> - <value>April</value> - </entry> - <entry> - <key>January</key> - <value>Januar</value> - </entry> - <entry> - <key>March</key> - <value>März</value> - </entry> - <entry> - <key>September</key> - <value>September</value> - </entry> - <entry> - <key>August</key> - <value>August</value> - </entry> - <entry> - <key>Category</key> - <value>Kategorie</value> - </entry> - <entry> - <key>February</key> - <value>Februar</value> - </entry> - <entry> - <key>{$TASK_STATUS}</key> - <value>Status</value> - </entry> - <entry> - <key>Task</key> - <value>Aufgabe</value> - </entry> - <entry> - <key>subject</key> - <value>Betreff</value> - </entry> - <entry> - <key>{$TASK_REQUESTOR}</key> - <value>Anforderer</value> - </entry> - <entry> - <key>task number</key> - <value>Aufgabennummer</value> - </entry> - <entry> - <key>description</key> - <value>Beschreibung</value> - </entry> - <entry> - <key>priority</key> - <value>Priorität</value> - </entry> - <entry> - <key>{$TASK_EDITOR}</key> - <value>Bearbeiter</value> - </entry> - <entry> - <key>{$TASK_PRIORITY_HIGH}</key> - <value>hoch</value> - </entry> - <entry> - <key>Seite</key> - </entry> - <entry> - <key>Senden per E-Mail</key> - </entry> - <entry> - <key>Betreff</key> - </entry> - <entry> - <key>title</key> - <value>Titel</value> - </entry> - <entry> - <key>von</key> - </entry> - <entry> - <key>{$TASK_PRIORITY_LOW}</key> - <value>niedrig</value> - </entry> - <entry> - <key>Nur Eigene anzeigen</key> - </entry> - <entry> - <key>{$TASK_PRIORITY_NORMAL}</key> - <value>normal</value> - </entry> - <entry> - <key>Beschreibung</key> - </entry> - <entry> - <key>Unit price</key> - <value>Einzelpreis</value> - </entry> - <entry> - <key>type</key> - <value>Typ</value> - </entry> - <entry> - <key>Benutzer</key> - </entry> - <entry> - <key>{$TASK_PRIORITY_NONE}</key> - <value>keine</value> - </entry> - <entry> - <key>Directly responsible:</key> - <value>Ihr zuständiger Betreuer:</value> - </entry> - <entry> - <key>Appointment</key> - <value>Termin</value> - </entry> - <entry> - <key>Vorschau</key> - </entry> - <entry> - <key>Angebot</key> - </entry> - <entry> - <key>Salesdashboard</key> - <value>Vertriebsdashboard</value> - </entry> - <entry> - <key>details</key> - <value>details</value> - </entry> - <entry> - <key>Kundenstammblatt</key> - </entry> - <entry> - <key>Key figures</key> - </entry> - <entry> - <key>Person</key> - </entry> - <entry> - <key>Detail</key> - <value>Detail</value> - </entry> - <entry> - <key>Relations</key> - <value>Beziehungen</value> - </entry> - <entry> - <key>${FORECAST_ENGLISH}</key> - <value>Forecast</value> - </entry> - <entry> - <key>Title (original language)</key> - <value>Titel (ursprüngliche Sprache)</value> - </entry> - <entry> - <key>My Dashboard</key> - <value>My Dashboard</value> - </entry> - <entry> - <key>Key</key> - </entry> - <entry> - <key>Attribute</key> - <value>Eigenschaft</value> - </entry> - <entry> - <key>Container</key> - </entry> - <entry> - <key>Administration</key> - <value>Administration</value> - </entry> - <entry> - <key>Keyword</key> - <value>Schlüsselwort</value> - </entry> - <entry> - <key>Sorting</key> - <value>Sortierung</value> - </entry> - <entry> - <key>jdito</key> - </entry> - <entry> - <key>Context id</key> - </entry> - <entry> - <key>Context name</key> - </entry> - <entry> - <key>Cambodia</key> - <value>Kambodscha</value> - </entry> - <entry> - <key>Resigned</key> - <value>gekündigt</value> - </entry> - <entry> - <key>Customer</key> - <value>Kunde</value> - </entry> - <entry> - <key>Outgoing</key> - <value>ausgehend</value> - </entry> - <entry> - <key>Paraguay</key> - <value>Paraguay</value> - </entry> - <entry> - <key>New attribute</key> - <value>Neues Attribut</value> - </entry> - <entry> - <key>Solomon Islands</key> - <value>Salomon-Inseln</value> - </entry> - <entry> - <key>Montserrat</key> - <value>Montserrat</value> - </entry> - <entry> - <key>Guadeloupe</key> - <value>Guadeloupe</value> - </entry> - <entry> - <key>Product_technic</key> - <value>Produkt_Technik</value> - </entry> - <entry> - <key>Moldova (Republic of)</key> - <value>Republik Moldau</value> - </entry> - <entry> - <key>Seychelles</key> - <value>Seychellen</value> - </entry> - <entry> - <key>Canadian dollar</key> - <value>Kanadischer Dollar</value> - </entry> - <entry> - <key>Bahrain</key> - <value>Bahrain</value> - </entry> - <entry> - <key>Comoros</key> - <value>Komoren</value> - </entry> - <entry> - <key>Faroe Islands</key> - <value>Färöer Inseln</value> - </entry> - <entry> - <key>Finland</key> - <value>Finnland</value> - </entry> - <entry> - <key>Project_duration</key> - <value>Projekt_Dauer</value> - </entry> - <entry> - <key>Company_internationality</key> - <value>Unternehmen_Internationalität</value> - </entry> - <entry> - <key>Eritrea</key> - <value>Eritrea</value> - </entry> - <entry> - <key>Puerto Rico</key> - <value>Puerto Rico</value> - </entry> - <entry> - <key>Viet Nam</key> - <value>Vietnam</value> - </entry> - <entry> - <key>Libya</key> - <value>Libyen</value> - </entry> - <entry> - <key>French</key> - <value>Französisch</value> - </entry> - <entry> - <key>Cocos (Keeling) Islands</key> - <value>Kokosinseln (Keelinginseln)</value> - </entry> - <entry> - <key>Saint Helena, Ascension and Tristan da Cunha</key> - <value>St. Helena, Himmelfahrt und Tristan da Cunha</value> - </entry> - <entry> - <key>Liechtenstein</key> - <value>Liechtenstein</value> - </entry> - <entry> - <key>Product_functionality</key> - <value>Produkt_Funktionalität</value> - </entry> - <entry> - <key>New appointment</key> - <value>Neuer Termin</value> - </entry> - <entry> - <key>Bulgaria</key> - <value>Bulgarien</value> - </entry> - <entry> - <key>Jordan</key> - <value>Jordan</value> - </entry> - <entry> - <key>Côte d'Ivoire</key> - <value>Elfenbeinküste</value> - </entry> - <entry> - <key>United Arab Emirates</key> - <value>Vereinigte Arabische Emirate</value> - </entry> - <entry> - <key>Kenya</key> - <value>Kenia</value> - </entry> - <entry> - <key>None, individual count</key> - <value>keiner, Einzelberechnung</value> - </entry> - <entry> - <key>French Polynesia</key> - <value>Französisch Polynesien</value> - </entry> - <entry> - <key>Djibouti</key> - <value>Dschibuti</value> - </entry> - <entry> - <key>Cuba</key> - <value>Kuba</value> - </entry> - <entry> - <key>Saint Lucia</key> - <value>St. Lucia</value> - </entry> - <entry> - <key>Mayotte</key> - <value>Mayotte</value> - </entry> - <entry> - <key>Israel</key> - <value>Israel</value> - </entry> - <entry> - <key>San Marino</key> - <value>San Marino</value> - </entry> - <entry> - <key>Tajikistan</key> - <value>Tadschikistan</value> - </entry> - <entry> - <key>Warehouse 2</key> - <value>Lager 2</value> - </entry> - <entry> - <key>Warehouse 1</key> - <value>Lager 1</value> - </entry> - <entry> - <key>Gibraltar</key> - <value>Gibraltar</value> - </entry> - <entry> - <key>Warehouse 3</key> - <value>Lager 3</value> - </entry> - <entry> - <key>Cyprus</key> - <value>Zypern</value> - </entry> - <entry> - <key>Semiannually</key> - <value>halbjährlich</value> - </entry> - <entry> - <key>Northern Mariana Islands</key> - <value>Nördliche Marianneninseln</value> - </entry> - <entry> - <key>Malaysia</key> - <value>Malaysia</value> - </entry> - <entry> - <key>Letter</key> - <value>Brief</value> - </entry> - <entry> - <key>Armenia</key> - <value>Armenien</value> - </entry> - <entry> - <key>Brazil</key> - <value>Brasilien</value> - </entry> - <entry> - <key>Turks and Caicos Islands</key> - <value>Turks- und Caicosinseln</value> - </entry> - <entry> - <key>Cabo Verde</key> - <value>Cabo Verde</value> - </entry> - <entry> - <key>Ecuador</key> - <value>Ecuador</value> - </entry> - <entry> - <key>Iran (Islamic Republic of)</key> - <value>Iran (Islamische Republik)</value> - </entry> - <entry> - <key>Decision maker</key> - <value>Entscheider</value> - </entry> - <entry> - <key>Lao People's Democratic Republic</key> - <value>Demokratische Volksrepublik Laos</value> - </entry> - <entry> - <key>Maintenance contract</key> - <value>Wartungsvertrag</value> - </entry> - <entry> - <key>United States Minor Outlying Islands</key> - <value>Kleinere abgelegene Inseln der Vereinigten Staaten</value> - </entry> - <entry> - <key>Italy</key> - <value>Italien</value> - </entry> - <entry> - <key>${ORGTYPE_OTHER}</key> - <value>Sonstiges</value> - </entry> - <entry> - <key>Haiti</key> - <value>Haiti</value> - </entry> - <entry> - <key>Afghanistan</key> - <value>Afghanistan</value> - </entry> - <entry> - <key>Russian Federation</key> - <value>Russische Föderation</value> - </entry> - <entry> - <key>waiting</key> - <value>warten auf Rückmeldung</value> - </entry> - <entry> - <key>American Samoa</key> - <value>Amerikanischen Samoa-Inseln</value> - </entry> - <entry> - <key>Korea (Democratic People's Republic of)</key> - <value>Korea, Demokratische Volksrepublik)</value> - </entry> - <entry> - <key>United States dollar</key> - <value>US-Dollar</value> - </entry> - <entry> - <key>Superordinate Attribute</key> - <value>Übergeordnete Eigenschaft</value> - </entry> - <entry> - <key>Kyrgyzstan</key> - <value>Kirgisistan</value> - </entry> - <entry> - <key>Togo</key> - <value>Togo</value> - </entry> - <entry> - <key>Other_existing Customer</key> - <value>Sonstiges_Bestandskunde</value> - </entry> - <entry> - <key>Uzbekistan</key> - <value>Usbekistan</value> - </entry> - <entry> - <key>Dominica</key> - <value>Dominica</value> - </entry> - <entry> - <key>Benin</key> - <value>Benin</value> - </entry> - <entry> - <key>Virgin Islands (British)</key> - <value>Virgin Inseln, Britisch)</value> - </entry> - <entry> - <key>Sudan</key> - <value>Sudan</value> - </entry> - <entry> - <key>Portugal</key> - <value>Portugal</value> - </entry> - <entry> - <key>Grenada</key> - <value>Grenada</value> - </entry> - <entry> - <key>Latvia</key> - <value>Lettland</value> - </entry> - <entry> - <key>Mongolia</key> - <value>Mongolei</value> - </entry> - <entry> - <key>Morocco</key> - <value>Marokko</value> - </entry> - <entry> - <key>Guatemala</key> - <value>Guatemala</value> - </entry> - <entry> - <key>Pieces</key> - <value>Stück</value> - </entry> - <entry> - <key>Heard Island and McDonald Islands</key> - <value>Heard Island und McDonald Islands</value> - </entry> - <entry> - <key>Incoming</key> - <value>eingehend</value> - </entry> - <entry> - <key>Ghana</key> - <value>Ghana</value> - </entry> - <entry> - <key>Holy See</key> - <value>Heiliger Stuhl</value> - </entry> - <entry> - <key>India</key> - <value>Indien</value> - </entry> - <entry> - <key>Canada</key> - <value>Kanada</value> - </entry> - <entry> - <key>Attachment</key> - <value>Anhang</value> - </entry> - <entry> - <key>Maldives</key> - <value>Malediven</value> - </entry> - <entry> - <key>Service contract</key> - <value>Werksvertrag</value> - </entry> - <entry> - <key>Taiwan</key> - <value>Taiwan</value> - </entry> - <entry> - <key>Central African Republic</key> - <value>Zentralafrikanische Republik</value> - </entry> - <entry> - <key>Fiji</key> - <value>Fidschi</value> - </entry> - <entry> - <key>Guinea</key> - <value>Guinea</value> - </entry> - <entry> - <key>Somalia</key> - <value>Somalia</value> - </entry> - <entry> - <key>Sao Tome and Principe</key> - <value>Sao Tome und Principe</value> - </entry> - <entry> - <key>United Kingdom of Great Britain and Northern Ireland</key> - <value>Vereinigtes Königreich Großbritannien und Nordirland</value> - </entry> - <entry> - <key>Equatorial Guinea</key> - <value>Äquatorialguinea</value> - </entry> - <entry> - <key>Kiribati</key> - <value>Kiribati</value> - </entry> - <entry> - <key>Costa Rica</key> - <value>Costa Rica</value> - </entry> - <entry> - <key>Supplier</key> - <value>Lieferant</value> - </entry> - <entry> - <key>Nigeria</key> - <value>Nigeria</value> - </entry> - <entry> - <key>Syrian Arab Republic</key> - <value>Syrische Arabische Republik</value> - </entry> - <entry> - <key>Timor-Leste</key> - <value>Timor-Leste</value> - </entry> - <entry> - <key>Product_mobile use</key> - <value>Produkt_Mobiler Einsatz</value> - </entry> - <entry> - <key>Samoa</key> - <value>Samoa</value> - </entry> - <entry> - <key>Spain</key> - <value>Spanien</value> - </entry> - <entry> - <key>Palau</key> - <value>Palau</value> - </entry> - <entry> - <key>Prospect</key> - <value>Interessent</value> - </entry> - <entry> - <key>Estonia</key> - <value>Estland</value> - </entry> - <entry> - <key>Not signed yet</key> - <value>noch nicht unterschrieben</value> - </entry> - <entry> - <key>Niue</key> - <value>Niue</value> - </entry> - <entry> - <key>Mozambique</key> - <value>Mosambik</value> - </entry> - <entry> - <key>El Salvador</key> - <value>El Salvador</value> - </entry> - <entry> - <key>Guam</key> - <value>Guam</value> - </entry> - <entry> - <key>Lesotho</key> - <value>Lesotho</value> - </entry> - <entry> - <key>Tonga</key> - <value>Tonga</value> - </entry> - <entry> - <key>Western Sahara</key> - <value>Westsahara</value> - </entry> - <entry> - <key>new</key> - <value>neu</value> - </entry> - <entry> - <key>Adviser</key> - <value>Berater</value> - </entry> - <entry> - <key>Company_size</key> - <value>Unternehmen_Größe</value> - </entry> - <entry> - <key>Republic of Kosovo</key> - <value>Republik Kosovo</value> - </entry> - <entry> - <key>South Sudan</key> - <value>Südsudan</value> - </entry> - <entry> - <key>Mauritius</key> - <value>Mauritius</value> - </entry> - <entry> - <key>Bouvet Island</key> - <value>Bouvet Island</value> - </entry> - <entry> - <key>Bolivia (Plurinational State of)</key> - <value>Bolivien (plurinationaler Staat)</value> - </entry> - <entry> - <key>Norfolk Island</key> - <value>Norfolkinsel</value> - </entry> - <entry> - <key>Sint Maarten (Dutch part)</key> - <value>Sint Maarten (niederländischer Teil)</value> - </entry> - <entry> - <key>Micronesia (Federated States of)</key> - <value>Mikronesien (Föderierte Staaten von)</value> - </entry> - <entry> - <key>Product_industry knowhow</key> - <value>Produkt_Branchen KnowHow</value> - </entry> - <entry> - <key>Progress</key> - <value>Fortschritt</value> - </entry> - <entry> - <key>United States of America</key> - <value>Vereinigte Staaten von Amerika</value> - </entry> - <entry> - <key>In review</key> - <value>zur Prüfung</value> - </entry> - <entry> - <key>Address purchase</key> - <value>Adresserwerb</value> - </entry> - <entry> - <key>Malta</key> - <value>Malta</value> - </entry> - <entry> - <key>Project_volume</key> - <value>Projekt_Volumen</value> - </entry> - <entry> - <key>Ireland</key> - <value>Irland</value> - </entry> - <entry> - <key>Inactive</key> - <value>Inaktiv</value> - </entry> - <entry> - <key>France</key> - <value>Frankreich</value> - </entry> - <entry> - <key>Lithuania</key> - <value>Litauen</value> - </entry> - <entry> - <key>Korea (Republic of)</key> - <value>Korea (Republik)</value> - </entry> - <entry> - <key>${PRICELIST_SERVICE}</key> - <value>Service</value> - </entry> - <entry> - <key>English</key> - <value>Englisch</value> - </entry> - <entry> - <key>Nicaragua</key> - <value>Nicaragua</value> - </entry> - <entry> - <key>Macao</key> - <value>Macao</value> - </entry> - <entry> - <key>Mexico</key> - <value>Mexiko</value> - </entry> - <entry> - <key>Uganda</key> - <value>Uganda</value> - </entry> - <entry> - <key>Suriname</key> - <value>Suriname</value> - </entry> - <entry> - <key>Greenland</key> - <value>Grönland</value> - </entry> - <entry> - <key>Papua New Guinea</key> - <value>Papua Neu-Guinea</value> - </entry> - <entry> - <key>Kazakhstan</key> - <value>Kasachstan</value> - </entry> - <entry> - <key>Åland Islands</key> - <value>Ålandinseln</value> - </entry> - <entry> - <key>Bahamas</key> - <value>Bahamas</value> - </entry> - <entry> - <key>Mali</key> - <value>Mali</value> - </entry> - <entry> - <key>Marshall Islands</key> - <value>Marshallinseln</value> - </entry> - <entry> - <key>Panama</key> - <value>Panama</value> - </entry> - <entry> - <key>Bonaire, Sint Eustatius and Saba</key> - <value>Bonaire, Sint Eustatius und Saba</value> - </entry> - <entry> - <key>Tanzania, United Republic of</key> - <value>Tansania, Vereinigte Republik</value> - </entry> - <entry> - <key>Argentina</key> - <value>Argentinien</value> - </entry> - <entry> - <key>Belize</key> - <value>Belize</value> - </entry> - <entry> - <key>Zambia</key> - <value>Sambia</value> - </entry> - <entry> - <key>Congo</key> - <value>Kongo</value> - </entry> - <entry> - <key>Guinea-Bissau</key> - <value>Guinea-Bissau</value> - </entry> - <entry> - <key>Namibia</key> - <value>Namibia</value> - </entry> - <entry> - <key>External sales manager</key> - <value>Externer Verkaufsleiter</value> - </entry> - <entry> - <key>Georgia</key> - <value>Georgia</value> - </entry> - <entry> - <key>Saint Kitts and Nevis</key> - <value>St. Kitts und Nevis</value> - </entry> - <entry> - <key>Yemen</key> - <value>Jemen</value> - </entry> - <entry> - <key>The minimal count can't be larger than the maximal count!</key> - <value>Die minimale Anzahl darf nicht größer als die maximale Anzahl sein!</value> - </entry> - <entry> - <key>Aruba</key> - <value>Aruba</value> - </entry> - <entry> - <key>Madagascar</key> - <value>Madagaskar</value> - </entry> - <entry> - <key>Valid, unlimited</key> - <value>gültig, unbefristet</value> - </entry> - <entry> - <key>Svalbard and Jan Mayen</key> - <value>Svalbard und Jan Mayen</value> - </entry> - <entry> - <key>South Georgia and the South Sandwich Islands</key> - <value>Süd-Georgien und die südlichen Sandwich-Inseln</value> - </entry> - <entry> - <key>Sweden</key> - <value>Schweden</value> - </entry> - <entry> - <key>Malawi</key> - <value>Malawi</value> - </entry> - <entry> - <key>Andorra</key> - <value>Andorra</value> - </entry> - <entry> - <key>Poland</key> - <value>Polen</value> - </entry> - <entry> - <key>Tunisia</key> - <value>Tunesien</value> - </entry> - <entry> - <key>Tuvalu</key> - <value>Tuvalu</value> - </entry> - <entry> - <key>Lebanon</key> - <value>Libanon</value> - </entry> - <entry> - <key>Azerbaijan</key> - <value>Aserbaidschan</value> - </entry> - <entry> - <key>Czech Republic</key> - <value>Tschechische Republik</value> - </entry> - <entry> - <key>Mauritania</key> - <value>Mauretanien</value> - </entry> - <entry> - <key>Guernsey</key> - <value>Guernsey</value> - </entry> - <entry> - <key>Kgs</key> - <value>Kg</value> - </entry> - <entry> - <key>Australia</key> - <value>Australien</value> - </entry> - <entry> - <key>Myanmar</key> - <value>Myanmar</value> - </entry> - <entry> - <key>Cameroon</key> - <value>Kamerun</value> - </entry> - <entry> - <key>Iceland</key> - <value>Island</value> - </entry> - <entry> - <key>Oman</key> - <value>Oman</value> - </entry> - <entry> - <key>Gabon</key> - <value>Gabun</value> - </entry> - <entry> - <key>Luxembourg</key> - <value>Luxemburg</value> - </entry> - <entry> - <key>Algeria</key> - <value>Algerien</value> - </entry> - <entry> - <key>Jersey</key> - <value>Jersey</value> - </entry> - <entry> - <key>Overview</key> - <value>Übersicht</value> - </entry> - <entry> - <key>Slovenia</key> - <value>Slowenien</value> - </entry> - <entry> - <key>Antigua and Barbuda</key> - <value>Antigua und Barbuda</value> - </entry> - <entry> - <key>Annually</key> - <value>jährlich</value> - </entry> - <entry> - <key>Participated</key> - <value>Teilgenommen</value> - </entry> - <entry> - <key>Colombia</key> - <value>Kolumbien</value> - </entry> - <entry> - <key>Project_reference</key> - <value>Projekt_Referenz</value> - </entry> - <entry> - <key>Vanuatu</key> - <value>Vanuatu</value> - </entry> - <entry> - <key>Valid, limited</key> - <value>gültig, befristet</value> - </entry> - <entry> - <key>Honduras</key> - <value>Honduras</value> - </entry> - <entry> - <key>Antarctica</key> - <value>Antarktis</value> - </entry> - <entry> - <key>Nauru</key> - <value>Nauru</value> - </entry> - <entry> - <key>Burundi</key> - <value>Burundi</value> - </entry> - <entry> - <key>Project manager</key> - <value>Projektmanager</value> - </entry> - <entry> - <key>Singapore</key> - <value>Singapur</value> - </entry> - <entry> - <key>French Guiana</key> - <value>Französisch-Guayana</value> - </entry> - <entry> - <key>Hours</key> - <value>Stunden</value> - </entry> - <entry> - <key>Special price list</key> - <value>Sonderpreisliste</value> - </entry> - <entry> - <key>Christmas Island</key> - <value>Weihnachtsinsel</value> - </entry> - <entry> - <key>Project</key> - <value>Projekt</value> - </entry> - <entry> - <key>Netherlands</key> - <value>Niederlande</value> - </entry> - <entry> - <key>Product_flexibility</key> - <value>Produkt_Flexibilität</value> - </entry> - <entry> - <key>China</key> - <value>China</value> - </entry> - <entry> - <key>Martinique</key> - <value>Martinique</value> - </entry> - <entry> - <key>Own website</key> - <value>Eigene Website</value> - </entry> - <entry> - <key>Saint Pierre and Miquelon</key> - <value>Saint Pierre und Miquelon</value> - </entry> - <entry> - <key>Bhutan</key> - <value>Bhutan</value> - </entry> - <entry> - <key>Romania</key> - <value>Rumänien</value> - </entry> - <entry> - <key>Falkland Islands (Malvinas)</key> - <value>Falklandinseln (Malvinas)</value> - </entry> - <entry> - <key>Philippines</key> - <value>Philippinen</value> - </entry> - <entry> - <key>Pitcairn</key> - <value>Pitcairn</value> - </entry> - <entry> - <key>Zimbabwe</key> - <value>Zimbabwe</value> - </entry> - <entry> - <key>British Indian Ocean Territory</key> - <value>Britisches Territorium des Indischen Ozeans</value> - </entry> - <entry> - <key>Montenegro</key> - <value>Montenegro</value> - </entry> - <entry> - <key>Quarterly</key> - <value>vierteljährlich</value> - </entry> - <entry> - <key>Indonesia</key> - <value>Indonesien</value> - </entry> - <entry> - <key>Module</key> - <value>Modul</value> - </entry> - <entry> - <key>Angola</key> - <value>Angola</value> - </entry> - <entry> - <key>Internal</key> - <value>intern</value> - </entry> - <entry> - <key>Roles</key> - <value>Rollen</value> - </entry> - <entry> - <key>Brunei Darussalam</key> - <value>Brunei Darussalam</value> - </entry> - <entry> - <key>New Caledonia</key> - <value>Neu-Kaledonien</value> - </entry> - <entry> - <key>Cayman Islands</key> - <value>Cayman Inseln</value> - </entry> - <entry> - <key>Congo (Democratic Republic of the)</key> - <value>Kongo (Demokratische Republik)</value> - </entry> - <entry> - <key>Resource</key> - <value>Ressource</value> - </entry> - <entry> - <key>Greece</key> - <value>Griechenland</value> - </entry> - <entry> - <key>Guyana</key> - <value>Guyana</value> - </entry> - <entry> - <key>Project assistant</key> - <value>Projektassistent</value> - </entry> - <entry> - <key>Iraq</key> - <value>Irak</value> - </entry> - <entry> - <key>Chile</key> - <value>Chile</value> - </entry> - <entry> - <key>Nepal</key> - <value>Nepal</value> - </entry> - <entry> - <key>${PRICELIST_DEFAULT}</key> - <value>Standard</value> - </entry> - <entry> - <key>Customer recommendation</key> - <value>Kundenempfehlung</value> - </entry> - <entry> - <key>Other_unknown</key> - <value>Sonstiges_Unbekannt</value> - </entry> - <entry> - <key>Isle of Man</key> - <value>Isle of Man</value> - </entry> - <entry> - <key>Ukraine</key> - <value>Ukraine</value> - </entry> - <entry> - <key>Curaçao</key> - <value>Curacao</value> - </entry> - <entry> - <key>Anguilla</key> - <value>Anguilla</value> - </entry> - <entry> - <key>Euro</key> - <value>Euro</value> - </entry> - <entry> - <key>Product_GUI</key> - <value>Produkt_GUI</value> - </entry> - <entry> - <key>${GENDER_OTHER}</key> - <value>Divers</value> - </entry> - <entry> - <key>Touchpoint</key> - <value>Kontaktpunkt</value> - </entry> - <entry> - <key>Turkey</key> - <value>Türkei</value> - </entry> - <entry> - <key>Belgium</key> - <value>Belgien</value> - </entry> - <entry> - <key>South Africa</key> - <value>Südafrika</value> - </entry> - <entry> - <key>Trinidad and Tobago</key> - <value>Trinidad und Tobago</value> - </entry> - <entry> - <key>Bermuda</key> - <value>Bermuda</value> - </entry> - <entry> - <key>Jamaica</key> - <value>Jamaika</value> - </entry> - <entry> - <key>Peru</key> - <value>Peru</value> - </entry> - <entry> - <key>Turkmenistan</key> - <value>Turkmenistan</value> - </entry> - <entry> - <key>Venezuela (Bolivarian Republic of)</key> - <value>Venezuela (Bolivarische Republik)</value> - </entry> - <entry> - <key>Tokelau</key> - <value>Tokelau</value> - </entry> - <entry> - <key>Hong Kong</key> - <value>Hongkong</value> - </entry> - <entry> - <key>Password</key> - <value>Passwort</value> - </entry> - <entry> - <key>Chad</key> - <value>Tschad</value> - </entry> - <entry> - <key>German</key> - <value>Deutsch</value> - </entry> - <entry> - <key>Thailand</key> - <value>Thailand</value> - </entry> - <entry> - <key>in process</key> - <value>in Bearbeitung</value> - </entry> - <entry> - <key>Saint Martin (French part)</key> - <value>Saint Martin (französischer Teil)</value> - </entry> - <entry> - <key>Kuwait</key> - <value>Kuwait</value> - </entry> - <entry> - <key>Palestine, State of</key> - <value>Palästina, Bundesstaat</value> - </entry> - <entry> - <key>Croatia</key> - <value>Kroatien</value> - </entry> - <entry> - <key>Cook Islands</key> - <value>Cookinseln</value> - </entry> - <entry> - <key>Fair</key> - <value>Messe</value> - </entry> - <entry> - <key>Sri Lanka</key> - <value>Sri Lanka</value> - </entry> - <entry> - <key>Uruguay</key> - <value>Uruguay</value> - </entry> - <entry> - <key>Liberia</key> - <value>Liberia</value> - </entry> - <entry> - <key>Burkina Faso</key> - <value>Burkina Faso</value> - </entry> - <entry> - <key>Swiss franc</key> - <value>Schweizerfranken</value> - </entry> - <entry> - <key>Swaziland</key> - <value>Swasiland</value> - </entry> - <entry> - <key>ended</key> - <value>abgeschlossen</value> - </entry> - <entry> - <key>Saint Barthélemy</key> - <value>Saint Barthélemy</value> - </entry> - <entry> - <key>Wallis and Futuna</key> - <value>Wallis und Futuna</value> - </entry> - <entry> - <key>Company_industry knowhow</key> - <value>Unternehmen_Branchen KnowHow</value> - </entry> - <entry> - <key>Monaco</key> - <value>Monaco</value> - </entry> - <entry> - <key>Spanish</key> - <value>Spanisch</value> - </entry> - <entry> - <key>Hungary</key> - <value>Ungarn</value> - </entry> - <entry> - <key>Réunion</key> - <value>Réunion</value> - </entry> - <entry> - <key>Belarus</key> - <value>Weißrussland</value> - </entry> - <entry> - <key>Albania</key> - <value>Albanien</value> - </entry> - <entry> - <key>Internal sales manager</key> - <value>Interner Vertrieb</value> - </entry> - <entry> - <key>Virgin Islands (U.S.)</key> - <value>Jungferninseln (US)</value> - </entry> - <entry> - <key>New Zealand</key> - <value>Neuseeland</value> - </entry> - <entry> - <key>Senegal</key> - <value>Senegal</value> - </entry> - <entry> - <key>Ethiopia</key> - <value>Äthiopien</value> - </entry> - <entry> - <key>Macedonia (the former Yugoslav Republic of)</key> - <value>Mazedonien (ehemalige jugoslawische Republik)</value> - </entry> - <entry> - <key>Egypt</key> - <value>Ägypten</value> - </entry> - <entry> - <key>Sierra Leone</key> - <value>Sierra Leone</value> - </entry> - <entry> - <key>Saudi Arabia</key> - <value>Saudi Arabien</value> - </entry> - <entry> - <key>Pakistan</key> - <value>Pakistan</value> - </entry> - <entry> - <key>Gambia</key> - <value>Gambia</value> - </entry> - <entry> - <key>Qatar</key> - <value>Katar</value> - </entry> - <entry> - <key>Slovakia</key> - <value>Slowakei</value> - </entry> - <entry> - <key>Serbia</key> - <value>Serbien</value> - </entry> - <entry> - <key>Bosnia and Herzegovina</key> - <value>Bosnien und Herzegowina</value> - </entry> - <entry> - <key>Framework contract</key> - <value>Rahmenvertrag</value> - </entry> - <entry> - <key>Niger</key> - <value>Niger</value> - </entry> - <entry> - <key>Rwanda</key> - <value>Ruanda</value> - </entry> - <entry> - <key>French Southern Territories</key> - <value>Südfranzösische Territorien</value> - </entry> - <entry> - <key>Bangladesh</key> - <value>Bangladesch</value> - </entry> - <entry> - <key>Barbados</key> - <value>Barbados</value> - </entry> - <entry> - <key>Botswana</key> - <value>Botswana</value> - </entry> - <entry> - <key>Saint Vincent and the Grenadines</key> - <value>St. Vincent und die Grenadinen</value> - </entry> - <entry> - <key>Denmark</key> - <value>Dänemark</value> - </entry> - <entry> - <key>Dominican Republic</key> - <value>Dominikanische Republik</value> - </entry> - <entry> - <key>MAL</key> - </entry> - <entry> - <key>SQO</key> - </entry> - <entry> - <key>NQC</key> - </entry> - <entry> - <key>MQL</key> - </entry> - <entry> - <key>SAL</key> - </entry> - <entry> - <key>Checkbox</key> - <value>Checkbox</value> - </entry> - <entry> - <key>Numeric value</key> - <value>Zahlenwert</value> - </entry> - <entry> - <key>decline</key> - <value>Ablehnen</value> - </entry> - <entry> - <key>Text</key> - </entry> - <entry> - <key>Group</key> - <value>Gruppe</value> - </entry> - <entry> - <key>Combobox</key> - <value>Combobox</value> - </entry> - <entry> - <key>tentative</key> - <value>Vorläufig</value> - </entry> - <entry> - <key>${NUMBER}</key> - <value>Zahl</value> - </entry> - <entry> - <key>Name \"%0\" already used for container \"%1\"</key> - </entry> - <entry> - <key>CHAR_VALUE</key> - </entry> - <entry> - <key>Keyword Attribute</key> - <value>Schlüsselwort-Eigenschaft</value> - </entry> - <entry> - <key>in</key> - </entry> - <entry> - <key>Keyword Attribute Values</key> - <value>Schlüsselwort-Eigenschaft-Werte</value> - </entry> - <entry> - <key>Boolean value</key> - </entry> - <entry> - <key>accept</key> - <value>akzeptieren</value> - </entry> - <entry> - <key>The ZIP code does not match the format of the country.</key> - <value>Die Postleitzahl hat nicht das Format des ausgewählten Landes.</value> - </entry> - <entry> - <key>String value</key> - <value>String-Wert</value> - </entry> - <entry> - <key>The code number is not a valid number.</key> - <value>The code number is not a valid number.</value> - </entry> - <entry> - <key>${SQL_LIB_UNSUPPORTED_DBTYPE} function: %0</key> - <value>Der DB-Typ wird in der Funktion %0 nicht unterstützt.</value> - </entry> - <entry> - <key>${PRODUCT_LIB_NO_PRODUCT_ID} function: %0</key> - <value>Es wird der Funktion %0 keine Produktid übergeben.</value> - </entry> - <entry> - <key>Object type</key> - <value>Typ</value> - </entry> - <entry> - <key>Print Offer</key> - <value>Angebot drucken</value> - </entry> - <entry> - <key>relations</key> - </entry> - <entry> - <key>Time</key> - <value>Zeit</value> - </entry> - <entry> - <key>New task</key> - <value>Neue Aufgabe</value> - </entry> - <entry> - <key>My tasks</key> - <value>Meine Aufgaben</value> - </entry> - <entry> - <key>the specified key has to be unique for that container but does already exist</key> - </entry> - <entry> - <key>Add participant to Campaign</key> - <value>Kampagnenteilnehmer/in hinzufügen</value> - </entry> - <entry> - <key>Relationtype</key> - <value>Beziehungsart</value> - </entry> - <entry> - <key>Tree</key> - <value>Baum</value> - </entry> - <entry> - <key>100%</key> - </entry> - <entry> - <key>Mobil</key> - </entry> - <entry> - <key>25%</key> - </entry> - <entry> - <key>50%</key> - </entry> - <entry> - <key>75%</key> - </entry> - <entry> - <key>no keyword attribute \"%0\" found in keyword container \"%1\"</key> - </entry> - <entry> - <key>competitor</key> - <value>Mitbewerber</value> - </entry> - <entry> - <key>0%</key> - </entry> - <entry> - <key>acquainted with</key> - <value>Bekannt mit</value> - </entry> - <entry> - <key>collaboration with</key> - <value>Zusammenarbeit mit</value> - </entry> - <entry> - <key>parent company</key> - <value>Konzernmutter</value> - </entry> - <entry> - <key>society</key> - <value>Verband</value> - </entry> - <entry> - <key>ankle of</key> - <value>Enkel/in von</value> - </entry> - <entry> - <key>solicits</key> - <value>Bewirbt</value> - </entry> - <entry> - <key>supervisor of</key> - <value>Vorgesetzter von</value> - </entry> - <entry> - <key>reports to</key> - <value>Berichtet an</value> - </entry> - <entry> - <key>subsidiary</key> - <value>Tochtergesellschaft</value> - </entry> - <entry> - <key>supported by</key> - <value>Wird unterstützt von</value> - </entry> - <entry> - <key>member</key> - <value>Mitglied</value> - </entry> - <entry> - <key>promotion target of</key> - <value>Werbezielgruppe von</value> - </entry> - <entry> - <key>supports</key> - <value>Unterstützt</value> - </entry> - <entry> - <key>parent of</key> - <value>Elternteil von</value> - </entry> - <entry> - <key>grandparents of</key> - <value>Großeltern von</value> - </entry> - <entry> - <key>Memo</key> - <value>Memo</value> - </entry> - <entry> - <key>Function</key> - <value>Funktion</value> - </entry> - <entry> - <key>Username already exists!</key> - <value>Der Benutzername existiert bereits!</value> - </entry> - <entry> - <key>Relational</key> - </entry> - <entry> - <key>Only numbers are allowed.</key> - <value>Es sind nur Zahlen erlaubt.</value> - </entry> - <entry> - <key>MQC</key> - </entry> - <entry> - <key>Japan</key> - <value>Japan</value> - </entry> - <entry> - <key>7 days net</key> - <value>7 Tage netto</value> - </entry> - <entry> - <key>carriage free</key> - <value>frei Haus</value> - </entry> - <entry> - <key>8 days 2% discount, 30 days net</key> - <value>8 Tage 2% Skonto, 30 Tage netto</value> - </entry> - <entry> - <key>CIF</key> - </entry> - <entry> - <key>ex works</key> - <value>ab Werk</value> - </entry> - <entry> - <key>Payment term</key> - <value>Zahlungsbedingung</value> - </entry> - <entry> - <key>30 days net</key> - <value>30 Tage netto</value> - </entry> - <entry> - <key>Contactrole</key> - <value>Funktion</value> - </entry> - <entry> - <key>&Aufg / Term (%0/%1)</key> - </entry> - <entry> - <key>Verschieben auf Datum?</key> - </entry> - <entry> - <key>niedrig</key> - </entry> - <entry> - <key>Gebucht</key> - </entry> - <entry> - <key>Other Contactroles</key> - <value>Weitere Funktionen</value> - </entry> - <entry> - <key>Bitte Datumseingabe prüfen!</key> - </entry> - <entry> - <key>In Bearbeitung</key> - </entry> - <entry> - <key>OK</key> - </entry> - <entry> - <key>Nicht begonnen</key> - </entry> - <entry> - <key>Bitte Filterbedingungen setzen</key> - </entry> - <entry> - <key>Bestätigt</key> - </entry> - <entry> - <key>True</key> - <value>Ja</value> - </entry> - <entry> - <key>Vorläufig</key> - </entry> - <entry> - <key>keine</key> - </entry> - <entry> - <key>Eine private Aufgabe kann nicht jemand anderem zugewiesen werden.</key> - </entry> - <entry> - <key>Aufgaben von</key> - </entry> - <entry> - <key>&Aufgaben (%0)</key> - </entry> - <entry> - <key>erledigt / zurückgestellt</key> - </entry> - <entry> - <key>hoch</key> - </entry> - <entry> - <key>Zurückgestellt</key> - </entry> - <entry> - <key>Erledigt</key> - </entry> - <entry> - <key>Abgesagt</key> - </entry> - <entry> - <key>Außer Haus</key> - </entry> - <entry> - <key>Abbrechen</key> - </entry> - <entry> - <key>Benutzer auswählen</key> - </entry> - <entry> - <key>delegiert</key> - </entry> - <entry> - <key>frei</key> - </entry> - <entry> - <key>%0 Aufgabe(n) erfolgreich weitergegeben an: %1</key> - </entry> - <entry> - <key>Username</key> - <value>Benutzername</value> - </entry> - <entry> - <key>normal</key> - </entry> - <entry> - <key>Termine von</key> - </entry> - <entry> - <key>nur Verschiebung in die Zukunft erlaubt!</key> - </entry> - <entry> - <key>Kategorie</key> - </entry> - <entry> - <key>Product content</key> - <value>Produktinhalt</value> - </entry> - <entry> - <key>Know How</key> - <value>Know How</value> - </entry> - <entry> - <key>Personal appearance</key> - <value>Persönliches Auftreten</value> - </entry> - <entry> - <key>Market situation</key> - <value>Marktsituation</value> - </entry> - <entry> - <key>Liquidity</key> - <value>Liquidität</value> - </entry> - <entry> - <key>Price policy</key> - <value>Preispolitik</value> - </entry> - <entry> - <key>VAT in %</key> - <value>UmsSt. in %</value> - </entry> - <entry> - <key>Time in minutes</key> - <value>Zeit in Minuten</value> - </entry> - <entry> - <key>Sales manager</key> - <value>Vertriebsleiter</value> - </entry> - <entry> - <key>IT</key> - </entry> - <entry> - <key>Administrator</key> - </entry> - <entry> - <key>Managing director</key> - <value>Geschäftsführer</value> - </entry> - <entry> - <key>Production manager</key> - <value>Produktionsleiter</value> - </entry> - <entry> - <key>Production</key> - <value>Produktion</value> - </entry> - <entry> - <key>CEO</key> - </entry> - <entry> - <key>Purchasing manager</key> - <value>Einkaufsleiter</value> - </entry> - <entry> - <key>Marketing manager</key> - <value>Marketingleiter</value> - </entry> - <entry> - <key>IT manager</key> - <value>IT-Leiter</value> - </entry> - <entry> - <key>Marketing</key> - </entry> - <entry> - <key>CSO</key> - </entry> - <entry> - <key>Executive board</key> - <value>Vorstand</value> - </entry> - <entry> - <key>Supervisory board</key> - <value>Aufsichtsrat</value> - </entry> - <entry> - <key>Management</key> - </entry> - <entry> - <key>Manufacturer</key> - <value>Hersteller</value> - </entry> - <entry> - <key>Competitor</key> - <value>Mitbewerber</value> - </entry> - <entry> - <key>Partner</key> - <value>Partner</value> - </entry> - <entry> - <key>Protected</key> - <value>Geschützt</value> - </entry> - <entry> - <key>false</key> - </entry> - <entry> - <key>true</key> - </entry> - <entry> - <key>${MIN_MAX_ERROR} field: %0, value: %1, min: %2, max: %3</key> - <value>%0 muss zwischen %2 und %3 sein.</value> - </entry> - <entry> - <key>Email</key> - <value>E-Mail</value> - </entry> - <entry> - <key>{$OBJECTLINK_TYPE}</key> - <value>Art</value> - </entry> - <entry> - <key>{$OBJECTLINK_OBJECT}</key> - <value>Objekt</value> - </entry> - <entry> - <key>Password and confirmation must be the same!</key> - <value>Die Passwörter stimmen nicht überein!</value> - </entry> - <entry> - <key>Begin</key> - <value>Beginn</value> - </entry> - <entry> - <key>Maturity</key> - <value>Fällig</value> - </entry> - <entry> - <key>This private person doeas already exist and can not be created once more.</key> - <value>Diese Privatperson existiert bereits und kann daher nicht noch ein mal angelegt werden.</value> - </entry> - <entry> - <key>Project Management</key> - </entry> - <entry> - <key>Support</key> - </entry> - <entry> - <key>{$ADDRESS_IDENTIFIER}</key> - <value>Bezeichnung</value> - </entry> - <entry> - <key>Count</key> - </entry> - <entry> - <key>Chart</key> - </entry> - <entry> - <key>Zeigt wie viele Vertriebsprojekte in den einzelnen Vertriebsphasen sind. </key> - </entry> - <entry> - <key>Hierarchy</key> - <value>Hierarchie</value> - </entry> - <entry> - <key>Object relation</key> - <value>Beziehungen</value> - </entry> - <entry> - <key>Relation type 1</key> - <value>Beziehungsart 1</value> - </entry> - <entry> - <key>Relation type 2</key> - <value>Beziehungsart 2</value> - </entry> - <entry> - <key>Relation type</key> - <value>Beziehungstyp</value> - </entry> - <entry> - <key>Context 1</key> - <value>Context 1</value> - </entry> - <entry> - <key>Context 2</key> - <value>Context 2</value> - </entry> - <entry> - <key>Delete all usage</key> - <value>Lösche jede Verwendung</value> - </entry> - <entry> - <key>Deleted all usages of \"%0\".</key> - <value>Jede Verwendung von \"%0\" wurde gelöscht.</value> - </entry> - <entry> - <key>Successful</key> - </entry> - <entry> - <key>Enable relation type 2</key> - <value>Beziehungsart 2 aktiv</value> - </entry> - <entry> - <key>Salesproject Analyses</key> - </entry> - <entry> - <key>Wichtigste Kennzahlen zu den Vertriebsprojekten.</key> - </entry> - <entry> - <key>Days count</key> - <value>Anzahl Tage</value> - </entry> - <entry> - <key>Clear forecast and set state to '%0'?</key> - <value>Forecast löschen und status auf '%0' setzen?</value> - </entry> - <entry> - <key>Would you really like to clear the forecast and set the state to '%0'?</key> - <value>Möchten Sie wirklich den Forecast löschen und den status auf '%0' setzen?</value> - </entry> - <entry> - <key>This cannot be undone!</key> - <value>Das kann nicht rückgängig gemacht werden!</value> - </entry> - <entry> - <key>[%0]the tableName is not a string after interpreting</key> - </entry> - <entry> - <key>[%0]%1 has to be a string or array but it is %2</key> - <value></value> - </entry> - <entry> - <key>[%0]has now an incorrect length; estimated 2 elements but got %1</key> - </entry> - <entry> - <key>[%0]the columnName is not a string after interpreting</key> - </entry> - <entry> - <key>[%0]%1 is an object but seems not to be a valid array or array-like</key> - </entry> - <entry> - <key>Responsible</key> - <value>Verantwortlich</value> - </entry> - <entry> - <key>Analyses</key> - </entry> - <entry> - <key>Variable costs</key> - <value>Variable Kosten</value> - </entry> - <entry> - <key>To-Do</key> - </entry> - <entry> - <key>Calendar</key> - </entry> - <entry> - <key>${SQL_LIB_UNDEFINED_VALUE} field: %0</key> - <value>Der Wert für das Feld %0 ist undefined.</value> - </entry> - <entry> - <key>Approved</key> - <value>Freigegeben</value> - </entry> - <entry> - <key>Completed</key> - <value>Abgeschlossen</value> - </entry> - <entry> - <key>In planning</key> - <value>In Planung</value> - </entry> - <entry> - <key>Auswertung</key> - </entry> - <entry> - <key>Kampagnenschritte</key> - </entry> - <entry> - <key>Neuer Kampagnenschritt</key> - </entry> - <entry> - <key>Neue Kampagne</key> - </entry> - <entry> - <key>Added</key> - <value>Hinzugefügt</value> - </entry> - <entry> - <key>Current participants</key> - <value>Aktuelle Teilnehmer</value> - </entry> - <entry> - <key>Kampagnenzeitraum</key> - </entry> - <entry> - <key>Hauptverantw.</key> - </entry> - <entry> - <key>New campaign step</key> - </entry> - <entry> - <key>Cost</key> - <value>Kosten</value> - </entry> - <entry> - <key>file '%0' cannot be read</key> - </entry> - <entry> - <key>Importer</key> - </entry> - <entry> - <key>Participant</key> - <value>Teilnehmer/in</value> - </entry> - <entry> - <key>Printing costs</key> - <value>Druckkosten</value> - </entry> - <entry> - <key>Shipping costs</key> - <value>Porto</value> - </entry> - <entry> - <key>yyyy-MM-dd HH:mm:ss</key> - </entry> - <entry> - <key>file '%0' does not exist or you have got no permission on this file</key> - </entry> - <entry> - <key>Zip</key> - </entry> - <entry> - <key>Layout costs</key> - <value>Layout</value> - </entry> - <entry> - <key>Serial</key> - <value>Serie </value> - </entry> - <entry> - <key>${WEBSERVICE_ERROR} url:%0 status:%1</key> - <value>Webservice nicht erreichbar. URL: %0 %1</value> - </entry> - <entry> - <key>Step</key> - <value>Stufe</value> - </entry> - <entry> - <key>Fix cost</key> - <value>Fixkosten</value> - </entry> - <entry> - <key>per</key> - <value>pro</value> - </entry> - <entry> - <key>The max participants count has to be equal or greater than the count of the current participants!</key> - <value>Die maximale Teilnehmerzahl muss gleich oder größer der aktuellen Teilnehmerzahl sein!</value> - </entry> - <entry> - <key>Id value</key> - </entry> - <entry> - <key>Order executed</key> - </entry> - <entry> - <key>Liquibase</key> - </entry> - <entry> - <key>Number value</key> - </entry> - <entry> - <key>Author</key> - </entry> - <entry> - <key>Position Id</key> - </entry> - <entry> - <key>ISO3</key> - </entry> - <entry> - <key>ISO2</key> - </entry> - <entry> - <key>Communication Id</key> - </entry> - <entry> - <key>Attribute Id</key> - </entry> - <entry> - <key>Modification user</key> - </entry> - <entry> - <key>Headline</key> - <value>Kopfanrede</value> - </entry> - <entry> - <key>Salesorder Id</key> - </entry> - <entry> - <key>Salesproject milestone Id</key> - </entry> - <entry> - <key>Appointment Id</key> - </entry> - <entry> - <key>Locked</key> - </entry> - <entry> - <key>Timetracking Id</key> - </entry> - <entry> - <key>Exec type</key> - </entry> - <entry> - <key>Date value</key> - </entry> - <entry> - <key>NUMBER VALUE</key> - </entry> - <entry> - <key>Salesproject forecast Id</key> - </entry> - <entry> - <key>ID</key> - </entry> - <entry> - <key>Keyword attribute relation Id</key> - </entry> - <entry> - <key>Minimal count</key> - </entry> - <entry> - <key>Id</key> - </entry> - <entry> - <key>Object 1 row Id</key> - </entry> - <entry> - <key>Side</key> - </entry> - <entry> - <key>Salesproject Id</key> - </entry> - <entry> - <key>Product Id</key> - </entry> - <entry> - <key>Sort</key> - </entry> - <entry> - <key>Relation Title</key> - </entry> - <entry> - <key>%0 \"%1\"</key> - </entry> - <entry> - <key>Maximal count</key> - </entry> - <entry> - <key>Data executed</key> - </entry> - <entry> - <key>Indexsearch</key> - </entry> - <entry> - <key>Appointment link Id</key> - </entry> - <entry> - <key>Relation Type</key> - </entry> - <entry> - <key>Salesproject member Id</key> - </entry> - <entry> - <key>Salesproject source Id</key> - </entry> - <entry> - <key>Item sort</key> - </entry> - <entry> - <key>%0 modified.</key> - <value>%0 geändert.</value> - </entry> - <entry> - <key>Contract Id</key> - </entry> - <entry> - <key>Int value</key> - </entry> - <entry> - <key>Object 2 row Id</key> - </entry> - <entry> - <key>Source tablename Id</key> - </entry> - <entry> - <key>Source tablename</key> - </entry> - <entry> - <key>Contact Id</key> - </entry> - <entry> - <key>Sales area</key> - </entry> - <entry> - <key>Parent Id</key> - </entry> - <entry> - <key>Task link Id</key> - </entry> - <entry> - <key>BOOL VALUE</key> - </entry> - <entry> - <key>Keyword attribute Id</key> - </entry> - <entry> - <key>Log type</key> - </entry> - <entry> - <key>Object row Id</key> - </entry> - <entry> - <key>Labels</key> - </entry> - <entry> - <key>%0 deleted.</key> - <value>%0 gelöscht.</value> - </entry> - <entry> - <key>Salesproject competition Id</key> - </entry> - <entry> - <key>Activity Id</key> - </entry> - <entry> - <key>Person Id</key> - </entry> - <entry> - <key>Offer item Id</key> - </entry> - <entry> - <key>Offer Id</key> - </entry> - <entry> - <key>Name native</key> - </entry> - <entry> - <key>Flag</key> - </entry> - <entry> - <key>Address Id</key> - </entry> - <entry> - <key>Name latin</key> - </entry> - <entry> - <key>Destination Id</key> - </entry> - <entry> - <key>Sex</key> - </entry> - <entry> - <key>Product price Id</key> - </entry> - <entry> - <key>%0 added.</key> - <value>%0 eingefügt.</value> - </entry> - <entry> - <key>Object Relation Type</key> - </entry> - <entry> - <key>Entry date</key> - </entry> - <entry> - <key>Object relation type 2</key> - </entry> - <entry> - <key>Object relation type 1</key> - </entry> - <entry> - <key>Modification date</key> - </entry> - <entry> - <key>Object Type</key> - </entry> - <entry> - <key>%0 from \"%1\" to \"%2\"</key> - <value>%0 von \"%1\" auf \"%2\"</value> - </entry> - <entry> - <key>MD5 Sum</key> - </entry> - <entry> - <key>Letter salutation</key> - <value>Briefanrede</value> - </entry> - <entry> - <key>Lock granted</key> - </entry> - <entry> - <key>Required fields</key> - </entry> - <entry> - <key>Address addition</key> - </entry> - <entry> - <key>the \"%0\" table is configured to get logged but this is the logging-stoarge itself and cannot be monitored</key> - </entry> - <entry> - <key>Attribute usage Id</key> - </entry> - <entry> - <key>LogHistory</key> - </entry> - <entry> - <key>Locked by</key> - </entry> - <entry> - <key>Desciption</key> - </entry> - <entry> - <key>Salutation Id</key> - </entry> - <entry> - <key>Comments</key> - </entry> - <entry> - <key>Task Id</key> - </entry> - <entry> - <key>Valid to</key> - </entry> - <entry> - <key>ZIP regex</key> - </entry> - <entry> - <key>Keyword entry Id</key> - </entry> - <entry> - <key>Stop costs</key> - </entry> - <entry> - <key>Contexts</key> - </entry> - <entry> - <key>Assigned to</key> - </entry> - <entry> - <key>%0 from \"%1\" to %2 \"%3\"</key> - <value>%0 von \"%1\" auf %2 \"%3\"</value> - </entry> - <entry> - <key>Date start</key> - </entry> - <entry> - <key>Deployment Id</key> - </entry> - <entry> - <key>Address format</key> - </entry> - <entry> - <key>Activity link Id</key> - </entry> - <entry> - <key>Date end</key> - </entry> - <entry> - <key>Creation user</key> - </entry> - <entry> - <key>Object Id</key> - </entry> - <entry> - <key>Is active</key> - </entry> - <entry> - <key>Product relationship</key> - </entry> - <entry> - <key>Salesorder item Id</key> - </entry> - <entry> - <key>Char value</key> - </entry> - <entry> - <key>Attribute relation Id</key> - </entry> - <entry> - <key>Tag</key> - </entry> - <entry> - <key>Title suffix</key> - </entry> - <entry> - <key>Step costs</key> - </entry> - <entry> - <key>Min. Stock</key> - </entry> - <entry> - <key>User</key> - <value>Benutzer</value> - </entry> - <entry> - <key>Stock Id</key> - </entry> - <entry> - <key>Tablename</key> - </entry> - <entry> - <key>CHAR VALUE</key> - </entry> - <entry> - <key>Total costs</key> - <value>Gesamtkosten</value> - </entry> - <entry> - <key>Parent context</key> - </entry> - <entry> - <key>Organisation Id</key> - </entry> - <entry> - <key>Tablename Id</key> - </entry> - <entry> - <key>Termin</key> - </entry> - <entry> - <key>rebuild Index</key> - </entry> - <entry> - <key>Charts</key> - </entry> - <entry> - <key>Keywords</key> - </entry> - <entry> - <key>Days running</key> - <value>Tage laufend</value> - </entry> - <entry> - <key>Logs</key> - </entry> - <entry> - <key>Mail</key> - </entry> - <entry> - <key>Phonecall</key> - </entry> - <entry> - <key>Chart 2</key> - </entry> - <entry> - <key>Log</key> - </entry> - <entry> - <key>Offer Header Text</key> - <value>Angebot Kopftext</value> - </entry> - <entry> - <key>Employees</key> - </entry> - <entry> - <key>Todo</key> - </entry> - <entry> - <key>Days remaining</key> - <value>Tage verbleibend</value> - </entry> - <entry> - <key>Offer Footer Text</key> - <value>Angebot Fußtext</value> - </entry> - <entry> - <key>Date new</key> - </entry> - <entry> - <key>Date edit</key> - </entry> - <entry> - <key>Keyword Attributes</key> - </entry> - <entry> - <key>Student/Internship</key> - <value>Student/Praktikant</value> - </entry> - <entry> - <key>Food</key> - <value>Lebensmittel</value> - </entry> - <entry> - <key>200 to 349T</key> - <value>200 bis 349T</value> - </entry> - <entry> - <key>Within 6 months</key> - <value>Innerhalb 6 Monaten</value> - </entry> - <entry> - <key>No project planned</key> - <value>Kein Projekt geplant</value> - </entry> - <entry> - <key>Logistics</key> - <value>Logistik</value> - </entry> - <entry> - <key>Skilled workers</key> - <value>Fachkräfte</value> - </entry> - <entry> - <key>Purchasing</key> - <value>Einkauf</value> - </entry> - <entry> - <key>Rate</key> - <value>Bewerten</value> - </entry> - <entry> - <key>Choice</key> - <value>Auswahl</value> - </entry> - <entry> - <key>points</key> - <value>Punkte</value> - </entry> - <entry> - <key>Education</key> - <value>Bildung</value> - </entry> - <entry> - <key>Public</key> - <value>Öffentlich</value> - </entry> - <entry> - <key>Building and construction suppliers</key> - <value>Bau- und Bauzulieferer</value> - </entry> - <entry> - <key>0 to 49</key> - <value>0 bis 49</value> - </entry> - <entry> - <key>0 to 49T</key> - <value>0 bis 49T</value> - </entry> - <entry> - <key>CRM Manager</key> - <value>Leiter CRM</value> - </entry> - <entry> - <key>50 to 99T</key> - <value>50 bis 99T</value> - </entry> - <entry> - <key>Search</key> - <value>Suchen</value> - </entry> - <entry> - <key>Counsellor</key> - <value>Berater</value> - </entry> - <entry> - <key>50 to 100</key> - <value>50 bis 100</value> - </entry> - <entry> - <key>OnPremise</key> - <value>OnPremise</value> - </entry> - <entry> - <key>Head of IT</key> - <value>Leiter IT</value> - </entry> - <entry> - <key>Electric</key> - <value>Elektro</value> - </entry> - <entry> - <key>from 1,000</key> - <value>ab 1.000</value> - </entry> - <entry> - <key>Publishing house</key> - <value>Verlag</value> - </entry> - <entry> - <key>100 to 199T</key> - <value>100 bis 199T</value> - </entry> - <entry> - <key>101 to 250</key> - <value>101 bis 250</value> - </entry> - <entry> - <key>Overarching</key> - <value>Übergreifend</value> - </entry> - <entry> - <key>Energy</key> - <value>Energie</value> - </entry> - <entry> - <key>Machinery and equipment</key> - <value>Maschinen und Anlagen</value> - </entry> - <entry> - <key>Trade</key> - <value>Handel</value> - </entry> - <entry> - <key>Consultation</key> - <value>Beratung</value> - </entry> - <entry> - <key>Cloud</key> - <value>Cloud</value> - </entry> - <entry> - <key>No date yet</key> - <value>Noch kein Termin</value> - </entry> - <entry> - <key>Classifications</key> - <value>Klassifizierungen</value> - </entry> - <entry> - <key>Service Manager</key> - <value>Leiter Service</value> - </entry> - <entry> - <key>Lifesience</key> - <value>Lifesience</value> - </entry> - <entry> - <key>Automotive</key> - <value>Automotive</value> - </entry> - <entry> - <key>Lottery</key> - <value>Lotterie</value> - </entry> - <entry> - <key>from 350T</key> - <value>ab 350T</value> - </entry> - <entry> - <key>Management/Sales Manager</key> - <value>GF/Leiter Vertrieb</value> - </entry> - <entry> - <key>Environment</key> - <value>Umwelt</value> - </entry> - <entry> - <key>Within 12 months</key> - <value>Innerhalb 12 Monaten</value> - </entry> - <entry> - <key>Finance</key> - <value>Finanz</value> - </entry> - <entry> - <key>ScoreProjectStart</key> - <value>Projektstart</value> - </entry> - <entry> - <key>ScoreStandard</key> - <value>Standard</value> - </entry> - <entry> - <key>ScoreCustomizing</key> - <value>Eigenentwicklung</value> - </entry> - <entry> - <key>ScoreDecisionPhase</key> - <value>Entscheidungsphase</value> - </entry> - <entry> - <key>ScoreUsers</key> - <value>Anzahl Anwender</value> - </entry> - <entry> - <key>ScoreBranch</key> - <value>Branche</value> - </entry> - <entry> - <key>ScorePosition</key> - <value>Position</value> - </entry> - <entry> - <key>ScoreBudget</key> - <value>Projektbudget</value> - </entry> - <entry> - <key>ScoreDepartment</key> - <value>Einsatzbereich</value> - </entry> - <entry> - <key>ScoreCloud</key> - <value>Betriebsmodel</value> - </entry> - <entry> - <key>ScoreBased</key> - <value>Unternehmenssitz</value> - </entry> - <entry> - <key>Score</key> - </entry> - <entry> - <key>Scoretype</key> - <value>Bewertungstyp</value> - </entry> - <entry> - <key>${HIGHER_THAN_MAX} max: %0</key> - <value>Der eingegebene Wert ist über dem Maximalwert %0.</value> - </entry> - <entry> - <key>Rating</key> - <value>Bewertung</value> - </entry> - <entry> - <key>Possible Values</key> - <value>Mögliche Werte</value> - </entry> - <entry> - <key>251 to 1,000</key> - </entry> - <entry> - <key>Selection</key> - <value>Auswahl</value> - </entry> - <entry> - <key>Files</key> - <value>Dateien</value> - </entry> - <entry> - <key>postcode</key> - </entry> - <entry> - <key>Delete</key> - </entry> - <entry> - <key>Street</key> - </entry> - <entry> - <key>Start</key> - </entry> - <entry> - <key>End</key> - <value>Ende</value> - </entry> - <entry> - <key>Condition</key> - </entry> - <entry> - <key>File</key> - </entry> - <entry> - <key> User</key> - </entry> - <entry> - <key>Edit</key> - </entry> - <entry> - <key>Condition Type</key> - </entry> - <entry> - <key>Access type</key> - </entry> - <entry> - <key>Permission Overview</key> - </entry> - <entry> - <key>PermissionId</key> - </entry> - <entry> - <key>Entity</key> - </entry> - <entry> - <key>Sales Project</key> - <value>Vertriebsprojekt</value> - </entry> - <entry> - <key>Field</key> - </entry> - <entry> - <key>Permission Detail</key> - </entry> - <entry> - <key>Entities</key> - </entry> - <entry> - <key>Read</key> - </entry> - <entry> - <key>Permission Set ID</key> - </entry> - <entry> - <key>Create</key> - </entry> - <entry> - <key>To buildingnumber</key> - </entry> - <entry> - <key>Permission Overview</key> - </entry> - <entry> - <key>Action</key> - </entry> - <entry> - <key>View</key> - </entry> - <entry> - <key>From buildingnumber</key> - </entry> - <entry> - <key>Salutations</key> - </entry> - <entry> - <key>Paymentterm</key> - </entry> - <entry> - <key>New step</key> - </entry> - <entry> - <key>Runtime</key> - <value>Laufzeit</value> - </entry> - <entry> - <key>Fix costs</key> - <value>Fixkosten</value> - </entry> - <entry> - <key>Per participant</key> - <value>Pro Teilnehmer</value> - </entry> - <entry> - <key>Predecessor</key> - <value>Vorgänger</value> - </entry> - <entry> - <key>Group name</key> - <value>Gruppenname</value> - </entry> - <entry> - <key>Price Condition</key> - </entry> - <entry> - <key>Entität</key> - </entry> - <entry> - <key>beschränken</key> - </entry> - <entry> - <key>Feld</key> - </entry> - <entry> - <key>Possible Value</key> - <value>Möglicher Wert</value> - </entry> - <entry> - <key>erlauben</key> - </entry> - <entry> - <key>Could not determine the current Classification type (usage).</key> - </entry> - <entry> - <key>Datensatz</key> - </entry> - <entry> - <key>The new Classification name already exists.</key> - </entry> - <entry> - <key>3. Classification</key> - <value>3. Klassifizierung</value> - </entry> - <entry> - <key>1. Classification</key> - <value>1. Klassifizierung</value> - </entry> - <entry> - <key>2. Classification</key> - <value>2. Klassifizierung</value> - </entry> - <entry> - <key>Choose Footer</key> - <value>Fußtext auswählen</value> - </entry> - <entry> - <key>Choose Header</key> - <value>Kopftext auswählen</value> - </entry> - <entry> - <key>#0</key> - </entry> - <entry> - <key>Email Template</key> - </entry> - <entry> - <key>testing</key> - </entry> - <entry> - <key>double</key> - </entry> - <entry> - <key>closed</key> - </entry> - <entry> - <key>New Supportticket</key> - <value>Neues Supportticket</value> - </entry> - <entry> - <key>Bug Ticket</key> - </entry> - <entry> - <key>Support ticket</key> - </entry> - <entry> - <key>New Bugticket</key> - <value>Neues Bugticket</value> - </entry> - <entry> - <key>Keine Berechtigung zum Verschieben der Aufgabe</key> - </entry> - <entry> - <key>Kein Weitergeben von privaten Aufgaben möglich!</key> - </entry> +<?xml version="1.0" encoding="UTF-8"?> +<language xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/language/1.2.0"> + <name>_____LANGUAGE_de</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <language>de</language> + <country></country> + <variant></variant> + <keyValueMap> + <entry> + <key>Steps</key> + <value>Stufen</value> + </entry> + <entry> + <key>Project management</key> + <value>Projektmanagement</value> + </entry> + <entry> + <key>Notifications</key> + <value>Benachrichtigungen</value> + </entry> + <entry> + <key>Add to Campaign</key> + <value>Zu Kampagne hinzufügen</value> + </entry> + <entry> + <key>Company</key> + <value>Firma</value> + </entry> + <entry> + <key>${SQL_LIB_FIELD_WRONG_FORMAT} field: %0</key> + <value>Das Feld %0 hat ein falsches Format. Das Datenbankfeld muss wie "tablename.columnname" ("ORGANISATION.NAME") oder als Array mit Column-alias formatiert sein: ["ORGANISATION", "NAME", "myorgAlias"]</value> + </entry> + <entry> + <key>Attribute \"%0\" can't be used more than %1.</key> + <value>Eigenschaft \"%0\" darf maximal %1 verwendet werden.</value> + </entry> + <entry> + <key>Picture</key> + <value>Bild</value> + </entry> + <entry> + <key>Delivery specification</key> + <value>Lieferbedingung</value> + </entry> + <entry> + <key>Office staff</key> + <value>Innendienst</value> + </entry> + <entry> + <key>Recipient</key> + <value>Empfänger</value> + </entry> + <entry> + <key>Overdue tasks</key> + <value>Überfällige Aufgaben</value> + </entry> + <entry> + <key>Attribute \"%0\" has to be used at least %1.</key> + <value>Eigenschaft \"%0\" muss mindestens %1 verwendet werden.</value> + </entry> + <entry> + <key>Show tasks where I am editor</key> + <value>Zeigt Aufgaben an wo ich Bearbeiter bin</value> + </entry> + <entry> + <key>Confirm password</key> + <value>Passwort prüfen</value> + </entry> + <entry> + <key>Human Resources</key> + <value>Personal</value> + </entry> + <entry> + <key>Single</key> + <value>Einzel</value> + </entry> + <entry> + <key>Entrydate (Day)</key> + <value>Eingangsdatum (Tag)</value> + </entry> + <entry> + <key>Priority</key> + <value>Priorität</value> + </entry> + <entry> + <key>Salesproject phases</key> + <value>Vertriebsprojektphasen</value> + </entry> + <entry> + <key>Write email</key> + <value>E-Mail schreiben</value> + </entry> + <entry> + <key>${ATTRIBUTE_VOID}</key> + <value>Tag</value> + </entry> + <entry> + <key>Campaign Period</key> + <value>Kampagnen Laufzeit</value> + </entry> + <entry> + <key>Turnover</key> + <value>Umsatz</value> + </entry> + <entry> + <key>Discount %</key> + <value>Rabatt %</value> + </entry> + <entry> + <key>${COUNT_PREPOSITION_MULTIPLE}</key> + <value>mal</value> + </entry> + <entry> + <key>Email must be unique!</key> + <value>Die E-Mail-Adresse muss eindeutig sein!</value> + </entry> + <entry> + <key>${COUNT_PREPOSITION_SINGLE}</key> + <value>mal</value> + </entry> + <entry> + <key>E-Mail</key> + <value>E-Mail</value> + </entry> + <entry> + <key>Maximal Count</key> + <value>Maximale Anzahl</value> + </entry> + <entry> + <key>Entrydate (Month)</key> + <value>Eingangsdatum (Monat)</value> + </entry> + <entry> + <key>Usage</key> + <value>Verwendung</value> + </entry> + <entry> + <key>Campaign status</key> + <value>Kampagnenstatus</value> + </entry> + <entry> + <key>Show all activities</key> + <value>Alle Aktivitäten anzeigen</value> + </entry> + <entry> + <key>Add the selection to a campaign</key> + <value>Fügt die Auswahl zur Kampagne hinzu</value> + </entry> + <entry> + <key>${ADDRESS_STATE}</key> + <value>Staat</value> + </entry> + <entry> + <key>New tasks</key> + <value>Neue Aufgaben</value> + </entry> + <entry> + <key>New module</key> + <value>Neuanlage</value> + </entry> + <entry> + <key>Show all contracts</key> + <value>Alle Verträge anzeigen</value> + </entry> + <entry> + <key>Max participants</key> + <value>Maximale Teilnehmer</value> + </entry> + <entry> + <key>This combination of person and organisation does already exist and can not be created once more.</key> + <value>Diese Kombination aus Person und Organisation existiert bereits und kann daher nicht noch ein mal angelegt werden.</value> + </entry> + <entry> + <key>Communication data</key> + <value>Kommunikationsdaten</value> + </entry> + <entry> + <key>${SALESPROJECT_NEGOTIATION}</key> + <value>Negotiation</value> + </entry> + <entry> + <key>Filename</key> + <value>Dateiname</value> + </entry> + <entry> + <key>Male</key> + <value>Männlich</value> + </entry> + <entry> + <key>Activity</key> + <value>Aktivität</value> + </entry> + <entry> + <key>participants will be added to the selected campaign step</key> + <value>Teilnehmer/innen werden zur ausgewählten Kampagnenstufe hinzugefügt</value> + </entry> + <entry> + <key>Name</key> + <value>Name</value> + </entry> + <entry> + <key>Austria</key> + <value>Österreich</value> + </entry> + <entry> + <key>Set campaign step</key> + <value>Kampagnenstufe setzen</value> + </entry> + <entry> + <key>New time tracking</key> + <value>Neuer Zeiteintrag</value> + </entry> + <entry> + <key>Customercode</key> + <value>Kundennummer</value> + </entry> + <entry> + <key>The person is already associated with another employee!</key> + <value>Die Person ist bereits mit einem anderen Mitarbeiter verknüpft!</value> + </entry> + <entry> + <key>Time expenses</key> + <value>Aufwand</value> + </entry> + <entry> + <key>${SALESPROJECT_OFFER}</key> + <value>Offer</value> + </entry> + <entry> + <key>Status</key> + <value>Status</value> + </entry> + <entry> + <key>Campaigns</key> + <value>Kampagnen</value> + </entry> + <entry> + <key>${SALESPROJECT_MEMBER}</key> + <value>Projektteam</value> + </entry> + <entry> + <key>${QUANTITY_LOWER_THAN_1}</key> + <value>Die Menge muss mindestens 1 sein.</value> + </entry> + <entry> + <key>date of birth must not be in the future</key> + <value>Geburtsdatum darf nicht in der Zukunft liegen</value> + </entry> + <entry> + <key>Days inactive</key> + <value>Tage inaktiv</value> + </entry> + <entry> + <key>Active</key> + <value>Aktiv</value> + </entry> + <entry> + <key>Medium</key> + <value>Medium</value> + </entry> + <entry> + <key>Internet</key> + <value>Internet</value> + </entry> + <entry> + <key>Germany</key> + <value>Deutschland</value> + </entry> + <entry> + <key>Online-Meeting</key> + <value>Online-Meeting</value> + </entry> + <entry> + <key>Set password</key> + <value>Passwort setzen</value> + </entry> + <entry> + <key>Choose address</key> + <value>Adresse auswählen</value> + </entry> + <entry> + <key>Social Media</key> + <value>Social Media</value> + </entry> + <entry> + <key>Visit</key> + <value>Besuch</value> + </entry> + <entry> + <key>Information</key> + <value>Information</value> + </entry> + <entry> + <key>Language</key> + <value>Sprache</value> + </entry> + <entry> + <key>Phone</key> + <value>Telefon</value> + </entry> + <entry> + <key>360 Degree</key> + <value>360 Grad</value> + </entry> + <entry> + <key>Activities</key> + <value>Aktivitäten</value> + </entry> + <entry> + <key>Female</key> + <value>Weiblich</value> + </entry> + <entry> + <key>Contactmanagement</key> + <value>Kontaktmanagement</value> + </entry> + <entry> + <key>Office address</key> + <value>Firmenadresse</value> + </entry> + <entry> + <key>Contact</key> + <value>Kontakt</value> + </entry> + <entry> + <key>Home address</key> + <value>Privatadresse</value> + </entry> + <entry> + <key>Type</key> + <value>Typ</value> + </entry> + <entry> + <key>Contacts</key> + <value>Kontakte</value> + </entry> + <entry> + <key>Norway</key> + <value>Norwegen</value> + </entry> + <entry> + <key>Address</key> + <value>Adresse</value> + </entry> + <entry> + <key>Addresses</key> + <value>Adressen</value> + </entry> + <entry> + <key>Contact type</key> + <value>Kontaktart</value> + </entry> + <entry> + <key>${COMM_ADDRESS}</key> + <value>Adresse</value> + </entry> + <entry> + <key>Gender</key> + <value>Geschlecht</value> + </entry> + <entry> + <key>Show all companies</key> + <value>Alle Firmen anzeigen</value> + </entry> + <entry> + <key>Date of birth</key> + <value>Geburtsdatum</value> + </entry> + <entry> + <key>Lastname</key> + <value>Nachname</value> + </entry> + <entry> + <key>Salutation</key> + <value>Anrede</value> + </entry> + <entry> + <key>setRead</key> + <value>Gelesen setzen</value> + </entry> + <entry> + <key>Middlename</key> + <value>Zwischenname</value> + </entry> + <entry> + <key>Title</key> + <value>Titel</value> + </entry> + <entry> + <key>Addresstype</key> + <value>Adresstyp</value> + </entry> + <entry> + <key>Add participants to Campaign</key> + <value>Kampagnenteilnehmer/innen hinzufügen</value> + </entry> + <entry> + <key>Firstname</key> + <value>Vorname</value> + </entry> + <entry> + <key>Show all contacts</key> + <value>Alle Kontaktpersonen anzeigen</value> + </entry> + <entry> + <key>Description</key> + <value>Beschreibung</value> + </entry> + <entry> + <key>Direction</key> + <value>Richtung</value> + </entry> + <entry> + <key>Entrydate</key> + <value>Eingangsdatum</value> + </entry> + <entry> + <key>Subject</key> + <value>Betreff</value> + </entry> + <entry> + <key>Post office box</key> + <value>Postfach</value> + </entry> + <entry> + <key>Delivery address</key> + <value>Lieferadresse</value> + </entry> + <entry> + <key>Participants</key> + <value>Teilnehmer/innen</value> + </entry> + <entry> + <key>House number</key> + <value>Hausnummer</value> + </entry> + <entry> + <key>Country</key> + <value>Land</value> + </entry> + <entry> + <key>Communication</key> + <value>Kommunikation</value> + </entry> + <entry> + <key>Postcode</key> + <value>Postleitzahl</value> + </entry> + <entry> + <key>City</key> + <value>Ort</value> + </entry> + <entry> + <key>State</key> + <value>Status</value> + </entry> + <entry> + <key>Region</key> + <value>Region</value> + </entry> + <entry> + <key>District</key> + <value>Kreis</value> + </entry> + <entry> + <key>Companies</key> + <value>Firmen</value> + </entry> + <entry> + <key>Switzerland</key> + <value>Schweiz</value> + </entry> + <entry> + <key>Confirmed</key> + <value>Bestätigt</value> + </entry> + <entry> + <key>Free</key> + <value>Frei</value> + </entry> + <entry> + <key>Tentative</key> + <value>Vorläufig</value> + </entry> + <entry> + <key>Ignore series</key> + <value>Monatliche Serie nicht genauer spezifiziert. Ignoriere Serie.</value> + </entry> + <entry> + <key>Attachments</key> + <value>Anhänge</value> + </entry> + <entry> + <key>Internal (2)</key> + </entry> + <entry> + <key>Touchpoints</key> + <value>Kontaktpunkte</value> + </entry> + <entry> + <key>archieve</key> + <value>Archivieren</value> + </entry> + <entry> + <key>Document Template</key> + <value>Dokumentvorlage</value> + </entry> + <entry> + <key>Company Addresses</key> + <value>Firmenadressen</value> + </entry> + <entry> + <key>yearly series not specified</key> + <value>Jährliche Serie nicht genauer spezifiziert. Ignoriere Serie.</value> + </entry> + <entry> + <key>OutOfOffice</key> + <value>Außer Haus</value> + </entry> + <entry> + <key>Cancelled</key> + <value>Abgesagt</value> + </entry> + <entry> + <key>Ignore daily series</key> + <value>Tägliche Serie nicht genauer spezifiziert. Ignoriere Serie.</value> + </entry> + <entry> + <key>yyyyMMdd</key> + <value>yyyyMMdd</value> + </entry> + <entry> + <key>standard address</key> + <value>Standard-Adresse</value> + </entry> + <entry> + <key>Create receipt</key> + <value>Beleg erstellen</value> + </entry> + <entry> + <key>PP</key> + <value>EK</value> + </entry> + <entry> + <key>Liter</key> + </entry> + <entry> + <key>Key account</key> + <value>Großkunde</value> + </entry> + <entry> + <key>Cover letter</key> + <value>Anschreiben</value> + </entry> + <entry> + <key>VAT</key> + <value>UmsSt.</value> + </entry> + <entry> + <key>The expiry date must be after the start date!</key> + <value>Das Ende-Datum muss nach dem Beginn-Datum liegen!</value> + </entry> + <entry> + <key>Product</key> + <value>Produkt</value> + </entry> + <entry> + <key>Developer</key> + <value>Hersteller</value> + </entry> + <entry> + <key>Valid until</key> + <value>gültig bis</value> + </entry> + <entry> + <key>Department</key> + <value>Abteilung</value> + </entry> + <entry> + <key>Price list</key> + <value>Preisliste</value> + </entry> + <entry> + <key>Currency</key> + <value>Währung</value> + </entry> + <entry> + <key>Payment method</key> + <value>Zahlungsweise</value> + </entry> + <entry> + <key>Price list / Company</key> + <value>Preisliste / Firma</value> + </entry> + <entry> + <key>Curr. sales price</key> + <value>akt. VK-Preis</value> + </entry> + <entry> + <key>Contract</key> + <value>Vertrag</value> + </entry> + <entry> + <key>Stock</key> + <value>Lagerbestand</value> + </entry> + <entry> + <key>PP/SP</key> + <value>EK/VK</value> + </entry> + <entry> + <key>Next due date</key> + <value>nächste Fälligkeit</value> + </entry> + <entry> + <key>Discount</key> + <value>Rabatt</value> + </entry> + <entry> + <key>The next due date must be after the start of the contract and before the expiry of the contract!</key> + <value>Nächste Fälligkeit muss nach Vertragsbeginn und vor Vertragsende liegen!</value> + </entry> + <entry> + <key>Sales</key> + <value>Vertrieb</value> + </entry> + <entry> + <key>Contract number</key> + <value>Vertragsnummer</value> + </entry> + <entry> + <key>Min. stock</key> + <value>Min.-Bestand</value> + </entry> + <entry> + <key>SP</key> + <value>VK</value> + </entry> + <entry> + <key>Commodity group 3</key> + <value>Warengruppe 3</value> + </entry> + <entry> + <key>Commodity group 2</key> + <value>Warengruppe 2</value> + </entry> + <entry> + <key>setUnread</key> + <value>Ungelesen setzen</value> + </entry> + <entry> + <key>Campaign Step</key> + <value>Kampagnen Stufe</value> + </entry> + <entry> + <key>Commodity group 1</key> + <value>Warengruppe 1</value> + </entry> + <entry> + <key>Contract start date</key> + <value>Vertragsbeginn</value> + </entry> + <entry> + <key>Remaining Runtime</key> + <value>Restlaufzeit</value> + </entry> + <entry> + <key>Spare parts</key> + <value>Ersatzteile</value> + </entry> + <entry> + <key>Employee</key> + <value>Mitarbeiter</value> + </entry> + <entry> + <key>Unit</key> + <value>Einheit</value> + </entry> + <entry> + <key>Contract expiry date</key> + <value>Vertragsende</value> + </entry> + <entry> + <key>Yes</key> + <value>Ja</value> + </entry> + <entry> + <key>Type of contract</key> + <value>Vertragsart</value> + </entry> + <entry> + <key>No</key> + <value>Nein</value> + </entry> + <entry> + <key>Service</key> + <value>Dienstleistung</value> + </entry> + <entry> + <key>Advertising material</key> + <value>Werbemittel</value> + </entry> + <entry> + <key>Valid from</key> + <value>gültig ab</value> + </entry> + <entry> + <key>Product name</key> + <value>Produktname</value> + </entry> + <entry> + <key>Campaign</key> + <value>Kampagne</value> + </entry> + <entry> + <key>Product group</key> + <value>Produktgruppe</value> + </entry> + <entry> + <key>${CONTRACT_STATUS}</key> + <value>Status</value> + </entry> + <entry> + <key>From no. of units</key> + <value>ab Stückzahl</value> + </entry> + <entry> + <key>Maindocuments</key> + <value>Hauptdokumente</value> + </entry> + <entry> + <key>Price</key> + <value>Preis</value> + </entry> + <entry> + <key>Conditions</key> + <value>Konditionen</value> + </entry> + <entry> + <key>Standard</key> + </entry> + <entry> + <key>I / O</key> + <value>E / A</value> + </entry> + <entry> + <key>Date</key> + <value>Datum</value> + </entry> + <entry> + <key>IN</key> + <value>EIN</value> + </entry> + <entry> + <key>OUT</key> + <value>AUS</value> + </entry> + <entry> + <key>Warehouse</key> + <value>Lager</value> + </entry> + <entry> + <key>Reference</key> + <value>Referenz</value> + </entry> + <entry> + <key>The contract number already exists!</key> + <value>Die Vertragsnummer existiert bereits!</value> + </entry> + <entry> + <key>The product number already exists!</key> + <value>Die Produktnummer existiert bereits!</value> + </entry> + <entry> + <key>Quantity</key> + <value>Menge</value> + </entry> + <entry> + <key>Salesproject</key> + <value>Vertriebsprojekt</value> + </entry> + <entry> + <key>Rollout</key> + <value>Roll Out</value> + </entry> + <entry> + <key>Phase</key> + <value>Phase</value> + </entry> + <entry> + <key>Product number</key> + <value>Produktnummer</value> + </entry> + <entry> + <key>Project number</key> + <value>Projektnummer</value> + </entry> + <entry> + <key>Project title</key> + <value>Projekttitel</value> + </entry> + <entry> + <key>Project start</key> + <value>Projektstart</value> + </entry> + <entry> + <key>Volume</key> + <value>Volumen</value> + </entry> + <entry> + <key>Partial order</key> + <value>Teilauftrag</value> + </entry> + <entry> + <key>Open</key> + <value>Offen</value> + </entry> + <entry> + <key>Lost</key> + <value>Verloren</value> + </entry> + <entry> + <key>Order</key> + <value>Auftrag</value> + </entry> + <entry> + <key>Postponed</key> + <value>Vertagt</value> + </entry> + <entry> + <key>Aborted</key> + <value>Abgebrochen</value> + </entry> + <entry> + <key>Total net</key> + <value>Betrag netto</value> + </entry> + <entry> + <key>Offer</key> + <value>Angebot</value> + </entry> + <entry> + <key>Offer number</key> + <value>Angebotsnummer</value> + </entry> + <entry> + <key>Show my activities</key> + <value>Meine Aktivitäten anzeigen</value> + </entry> + <entry> + <key>Probability</key> + <value>Wahrscheinlichkeit</value> + </entry> + <entry> + <key>Total VAT</key> + <value>Betrag MWST</value> + </entry> + <entry> + <key>The offer number already exists!</key> + <value>Die Angebotsnummer existiert bereits!</value> + </entry> + <entry> + <key>0 %</key> + </entry> + <entry> + <key>75 %</key> + <value></value> + </entry> + <entry> + <key>100 %</key> + </entry> + <entry> + <key>25 %</key> + </entry> + <entry> + <key>50 %</key> + </entry> + <entry> + <key>Competitors</key> + <value>Mitbewerber</value> + </entry> + <entry> + <key>Won</key> + <value>Gewonnen</value> + </entry> + <entry> + <key>Checked</key> + <value>Geprüft</value> + </entry> + <entry> + <key>Sent</key> + <value>Versendet</value> + </entry> + <entry> + <key>Offeritems</key> + <value>Angebotsposten</value> + </entry> + <entry> + <key>Header text</key> + <value>Kopftext</value> + </entry> + <entry> + <key>Commodity group</key> + <value>Warengruppe</value> + </entry> + <entry> + <key>Footer text</key> + <value>Fußtext</value> + </entry> + <entry> + <key>Designation</key> + <value>Bezeichnung</value> + </entry> + <entry> + <key>Position</key> + <value>Position</value> + </entry> + <entry> + <key>Receipt</key> + <value>Beleg</value> + </entry> + <entry> + <key>Show all receipts</key> + <value>Alle Belege anzeigen</value> + </entry> + <entry> + <key>Optional</key> + <value>Optional</value> + </entry> + <entry> + <key>Article</key> + <value>Artikel</value> + </entry> + <entry> + <key>Show open salesprojects</key> + <value>Offene Vertriebsprojekte anzeigen</value> + </entry> + <entry> + <key>Receipt number</key> + <value>Belegnummer</value> + </entry> + <entry> + <key>Offeritem</key> + <value>Angebotsposten</value> + </entry> + <entry> + <key>Sum</key> + <value>Summe</value> + </entry> + <entry> + <key>Option4</key> + </entry> + <entry> + <key>Offers</key> + <value>Angebote</value> + </entry> + <entry> + <key>Option3</key> + </entry> + <entry> + <key>Option2</key> + </entry> + <entry> + <key>Option1</key> + </entry> + <entry> + <key>Countries</key> + <value>Länder</value> + </entry> + <entry> + <key>Options</key> + </entry> + <entry> + <key>Total gross</key> + <value>Betrag brutto</value> + </entry> + <entry> + <key>Minimal Count</key> + <value>Minimale Anzahl</value> + </entry> + <entry> + <key>Identical price list found!</key> + <value>Identische Preisliste gefunden!</value> + </entry> + <entry> + <key>Imminent appointments for today</key> + <value>Bevorstehende Termine für heute</value> + </entry> + <entry> + <key>Parts list</key> + <value>Stückliste</value> + </entry> + <entry> + <key>Parent</key> + </entry> + <entry> + <key>${EURO_SIGN}</key> + <value>€</value> + </entry> + <entry> + <key>Planned</key> + <value>Geplant +</value> + </entry> + <entry> + <key>Info</key> + <value>Info +</value> + </entry> + <entry> + <key>${VOLUME_MONEY}</key> + <value>Wert +</value> + </entry> + <entry> + <key>Milestones</key> + <value>Meilensteine +</value> + </entry> + <entry> + <key>Excreted</key> + <value>Ausgeschieden +</value> + </entry> + <entry> + <key>Reason</key> + <value>Begründung</value> + </entry> + <entry> + <key>Document</key> + <value>Dokument</value> + </entry> + <entry> + <key>Remark</key> + <value>Anmerkung</value> + </entry> + <entry> + <key>Competition</key> + <value>Mitbewerber</value> + </entry> + <entry> + <key>Forecast</key> + <value>Forecast</value> + </entry> + <entry> + <key>Show all products</key> + <value>Alle Produkte anzeigen</value> + </entry> + <entry> + <key>Role</key> + <value>Rolle</value> + </entry> + <entry> + <key>End date</key> + <value>Enddatum</value> + </entry> + <entry> + <key>Documents</key> + <value>Dokumente</value> + </entry> + <entry> + <key>New offer version</key> + <value>Neue Angebotsversion</value> + </entry> + <entry> + <key>Copy offer</key> + <value>Angebot kopieren</value> + </entry> + <entry> + <key>Vers. no.</key> + <value>Vers.-Nr.</value> + </entry> + <entry> + <key>Curr. purchase price</key> + <value>akt. EK-Preis</value> + </entry> + <entry> + <key>Show all offers</key> + <value>Alle Angebote anzeigen</value> + </entry> + <entry> + <key>Filetype</key> + <value>Dateityp</value> + </entry> + <entry> + <key>child of</key> + <value>Kind von</value> + </entry> + <entry> + <key>Products</key> + <value>Produkte</value> + </entry> + <entry> + <key>Filesize</key> + <value>Dateigrösse</value> + </entry> + <entry> + <key>Contracts</key> + <value>Verträge</value> + </entry> + <entry> + <key>Classification</key> + <value>Klassifizierung</value> + </entry> + <entry> + <key>High price strategy</key> + <value>Hochpreisstrategie</value> + </entry> + <entry> + <key>Show all sent receipts</key> + <value>Alle versendeten Belege anzeigen</value> + </entry> + <entry> + <key>Low price strategy</key> + <value>Niedrigpreisstrategie</value> + </entry> + <entry> + <key>Sent offers</key> + <value>Versendete Angebote</value> + </entry> + <entry> + <key>responsible</key> + <value>verantwortlich</value> + </entry> + <entry> + <key>Main document</key> + <value>Hauptdokument</value> + </entry> + <entry> + <key>False</key> + <value>Nein</value> + </entry> + <entry> + <key>Show all Facebook posts of a user</key> + <value>Alle Facebook Beiträge eines Benutzers anzeigen</value> + </entry> + <entry> + <key>My Activities</key> + <value>Meine Aktivitäten</value> + </entry> + <entry> + <key>Everyone</key> + <value>Jeder</value> + </entry> + <entry> + <key>Combobox Value</key> + <value>Combobox-Wert</value> + </entry> + <entry> + <key>Salesprojects</key> + <value>Vertriebsprojekte</value> + </entry> + <entry> + <key>Open salesprojects</key> + <value>Offene Vertriebsprojekte</value> + </entry> + <entry> + <key>Other</key> + </entry> + <entry> + <key>Show all sent offers</key> + <value>Alle versendeten Angebote anzeigen</value> + </entry> + <entry> + <key>Show all Facebook posts of ADITO</key> + <value>Alle Facebook Beiträge von ADITO anzeigen</value> + </entry> + <entry> + <key>Individual</key> + </entry> + <entry> + <key>Receipts</key> + <value>Belege</value> + </entry> + <entry> + <key>Show all salesprojects</key> + <value>Alle Vertriebsprojekte anzeigen</value> + </entry> + <entry> + <key>Abomodel</key> + <value>Abomodell</value> + </entry> + <entry> + <key>Show all tweets of ADITO</key> + <value>Alle tweets von ADITO anzeigen</value> + </entry> + <entry> + <key>Show all tweets of a user</key> + <value>Alle tweets eines Benutzers anzeigen</value> + </entry> + <entry> + <key>Please update the ${FORECAST_ENGLISH}.</key> + <value>Bitte den Forecast überprüfen.</value> + </entry> + <entry> + <key>Industry</key> + <value>Branche</value> + </entry> + <entry> + <key>Value</key> + <value>Wert</value> + </entry> + <entry> + <key>no standard email office</key> + <value>keine Standard-E-Mail Büro vorhanden !</value> + </entry> + <entry> + <key>no valid format</key> + </entry> + <entry> + <key>Deliveryspecification</key> + <value>Lieferbedingung</value> + </entry> + <entry> + <key>Plus Salestax</key> + <value>zzgl.Summe UmSt</value> + </entry> + <entry> + <key>Pos.</key> + </entry> + <entry> + <key>ISO 3166-1 alpha-3</key> + </entry> + <entry> + <key>ISO 3166-1 alpha-2</key> + </entry> + <entry> + <key>Field staff</key> + <value>Außendienst</value> + </entry> + <entry> + <key>0.00</key> + </entry> + <entry> + <key>Conditions of payment</key> + <value>Zahlungsbedingung</value> + </entry> + <entry> + <key>Relationship</key> + <value>Beziehung</value> + </entry> + <entry> + <key>Text Modular</key> + <value>Textbaustein</value> + </entry> + <entry> + <key>${BINARY_LIB_TOO_MANY_BINARIES}</key> + <value>Für dieses Binärfeld ist nur ein Datensatz erlaubt.</value> + </entry> + <entry> + <key>Put Reciever Into To</key> + <value>Bitte einen Adressat in 'to' eintragen!</value> + </entry> + <entry> + <key>History</key> + <value>Verlauf</value> + </entry> + <entry> + <key>Total</key> + <value>Gesamt</value> + </entry> + <entry> + <key>Articlenumber</key> + <value>Artikelnummer</value> + </entry> + <entry> + <key>Native Name</key> + <value>Geburtsname</value> + </entry> + <entry> + <key>#,##0</key> + </entry> + <entry> + <key>Unitprice</key> + <value>Einzelpreis</value> + </entry> + <entry> + <key>Number</key> + <value>Nummer</value> + </entry> + <entry> + <key>Tasks</key> + <value>Aufgaben</value> + </entry> + <entry> + <key>New offer</key> + <value>Angebot erstellen</value> + </entry> + <entry> + <key>dd.MM.yyyy</key> + <value>dd.MM.yyyy</value> + </entry> + <entry> + <key>Articledescription</key> + <value>Artikelbezeichnung</value> + </entry> + <entry> + <key>Edit defaults</key> + <value>Standards anpassen</value> + </entry> + <entry> + <key>no valid mail-address format</key> + </entry> + <entry> + <key>Amount</key> + <value>Menge</value> + </entry> + <entry> + <key>#,##0.00</key> + </entry> + <entry> + <key>Latin Name</key> + <value>Lateinischer Name</value> + </entry> + <entry> + <key>Organisation name</key> + <value>Name der Organisation</value> + </entry> + <entry> + <key>Connection</key> + <value>Verknüpfung</value> + </entry> + <entry> + <key>standard email</key> + <value>Standard-Email</value> + </entry> + <entry> + <key>Creator</key> + <value>Ersteller</value> + </entry> + <entry> + <key>Timetracking</key> + <value>Zeiterfassung</value> + </entry> + <entry> + <key>Further informations</key> + <value>Weitere Informationen</value> + </entry> + <entry> + <key>Social</key> + <value>Sozial</value> + </entry> + <entry> + <key>Facebook Feed</key> + <value>Facebook Feed</value> + </entry> + <entry> + <key>Group1</key> + </entry> + <entry> + <key>Group2</key> + </entry> + <entry> + <key>Details</key> + <value>Details</value> + </entry> + <entry> + <key>Prices</key> + <value>Preise</value> + </entry> + <entry> + <key>Twitter</key> + <value>Twitter</value> + </entry> + <entry> + <key>Connections</key> + <value>Verknüpfungen</value> + </entry> + <entry> + <key>Object</key> + <value>Objekt</value> + </entry> + <entry> + <key>Attributes</key> + <value>Eigenschaften</value> + </entry> + <entry> + <key>Facebook</key> + <value>Facebook</value> + </entry> + <entry> + <key>Creation date</key> + <value>Erstellungsdatum</value> + </entry> + <entry> + <key>Year</key> + <value>Jahr</value> + </entry> + <entry> + <key>New receipt version</key> + <value>Neue Quittungsversion</value> + </entry> + <entry> + <key>Orderitems</key> + <value>Belegposten</value> + </entry> + <entry> + <key>Sent receipts</key> + <value>Versendete Belege</value> + </entry> + <entry> + <key>Entrydate must not be in the future</key> + <value>Eingangsdatum darf nicht in der Zukunft liegen</value> + </entry> + <entry> + <key>Copy receipt</key> + <value>Beleg kopieren</value> + </entry> + <entry> + <key>Orderitem</key> + </entry> + <entry> + <key>The order number already exists!</key> + </entry> + <entry> + <key>New activity</key> + <value>Neue Aktivität</value> + </entry> + <entry> + <key>July</key> + <value>Juli</value> + </entry> + <entry> + <key>ADITO Facebook Feed</key> + </entry> + <entry> + <key>ADITO Twitter Feed</key> + </entry> + <entry> + <key>June</key> + <value>Juni</value> + </entry> + <entry> + <key>October</key> + <value>Oktober</value> + </entry> + <entry> + <key>Take price</key> + <value>Preis übernehmen</value> + </entry> + <entry> + <key>Customer Base Sheet</key> + <value>Kundenstammblatt</value> + </entry> + <entry> + <key>Twitter Feed</key> + <value>Twitter Feed</value> + </entry> + <entry> + <key>November</key> + <value>November</value> + </entry> + <entry> + <key>December</key> + <value>Dezember</value> + </entry> + <entry> + <key>May</key> + <value>Mai</value> + </entry> + <entry> + <key>April</key> + <value>April</value> + </entry> + <entry> + <key>January</key> + <value>Januar</value> + </entry> + <entry> + <key>March</key> + <value>März</value> + </entry> + <entry> + <key>September</key> + <value>September</value> + </entry> + <entry> + <key>August</key> + <value>August</value> + </entry> + <entry> + <key>Category</key> + <value>Kategorie</value> + </entry> + <entry> + <key>February</key> + <value>Februar</value> + </entry> + <entry> + <key>{$TASK_STATUS}</key> + <value>Status</value> + </entry> + <entry> + <key>Task</key> + <value>Aufgabe</value> + </entry> + <entry> + <key>subject</key> + <value>Betreff</value> + </entry> + <entry> + <key>{$TASK_REQUESTOR}</key> + <value>Anforderer</value> + </entry> + <entry> + <key>task number</key> + <value>Aufgabennummer</value> + </entry> + <entry> + <key>description</key> + <value>Beschreibung</value> + </entry> + <entry> + <key>priority</key> + <value>Priorität</value> + </entry> + <entry> + <key>{$TASK_EDITOR}</key> + <value>Bearbeiter</value> + </entry> + <entry> + <key>{$TASK_PRIORITY_HIGH}</key> + <value>hoch</value> + </entry> + <entry> + <key>Seite</key> + </entry> + <entry> + <key>Senden per E-Mail</key> + </entry> + <entry> + <key>Betreff</key> + </entry> + <entry> + <key>title</key> + <value>Titel</value> + </entry> + <entry> + <key>von</key> + </entry> + <entry> + <key>{$TASK_PRIORITY_LOW}</key> + <value>niedrig</value> + </entry> + <entry> + <key>Nur Eigene anzeigen</key> + </entry> + <entry> + <key>{$TASK_PRIORITY_NORMAL}</key> + <value>normal</value> + </entry> + <entry> + <key>Beschreibung</key> + </entry> + <entry> + <key>Unit price</key> + <value>Einzelpreis</value> + </entry> + <entry> + <key>type</key> + <value>Typ</value> + </entry> + <entry> + <key>Benutzer</key> + </entry> + <entry> + <key>{$TASK_PRIORITY_NONE}</key> + <value>keine</value> + </entry> + <entry> + <key>Directly responsible:</key> + <value>Ihr zuständiger Betreuer:</value> + </entry> + <entry> + <key>Appointment</key> + <value>Termin</value> + </entry> + <entry> + <key>Vorschau</key> + </entry> + <entry> + <key>Angebot</key> + </entry> + <entry> + <key>Salesdashboard</key> + <value>Vertriebsdashboard</value> + </entry> + <entry> + <key>details</key> + <value>details</value> + </entry> + <entry> + <key>Kundenstammblatt</key> + </entry> + <entry> + <key>Key figures</key> + </entry> + <entry> + <key>Person</key> + </entry> + <entry> + <key>Detail</key> + <value>Detail</value> + </entry> + <entry> + <key>Relations</key> + <value>Beziehungen</value> + </entry> + <entry> + <key>${FORECAST_ENGLISH}</key> + <value>Forecast</value> + </entry> + <entry> + <key>Title (original language)</key> + <value>Titel (ursprüngliche Sprache)</value> + </entry> + <entry> + <key>My Dashboard</key> + <value>My Dashboard</value> + </entry> + <entry> + <key>Key</key> + </entry> + <entry> + <key>Attribute</key> + <value>Eigenschaft</value> + </entry> + <entry> + <key>Container</key> + </entry> + <entry> + <key>Administration</key> + <value>Administration</value> + </entry> + <entry> + <key>Keyword</key> + <value>Schlüsselwort</value> + </entry> + <entry> + <key>Sorting</key> + <value>Sortierung</value> + </entry> + <entry> + <key>jdito</key> + </entry> + <entry> + <key>Context id</key> + </entry> + <entry> + <key>Context name</key> + </entry> + <entry> + <key>Cambodia</key> + <value>Kambodscha</value> + </entry> + <entry> + <key>Resigned</key> + <value>gekündigt</value> + </entry> + <entry> + <key>Customer</key> + <value>Kunde</value> + </entry> + <entry> + <key>Outgoing</key> + <value>ausgehend</value> + </entry> + <entry> + <key>Paraguay</key> + <value>Paraguay</value> + </entry> + <entry> + <key>New attribute</key> + <value>Neues Attribut</value> + </entry> + <entry> + <key>Solomon Islands</key> + <value>Salomon-Inseln</value> + </entry> + <entry> + <key>Montserrat</key> + <value>Montserrat</value> + </entry> + <entry> + <key>Guadeloupe</key> + <value>Guadeloupe</value> + </entry> + <entry> + <key>Product_technic</key> + <value>Produkt_Technik</value> + </entry> + <entry> + <key>Moldova (Republic of)</key> + <value>Republik Moldau</value> + </entry> + <entry> + <key>Seychelles</key> + <value>Seychellen</value> + </entry> + <entry> + <key>Canadian dollar</key> + <value>Kanadischer Dollar</value> + </entry> + <entry> + <key>Bahrain</key> + <value>Bahrain</value> + </entry> + <entry> + <key>Comoros</key> + <value>Komoren</value> + </entry> + <entry> + <key>Faroe Islands</key> + <value>Färöer Inseln</value> + </entry> + <entry> + <key>Finland</key> + <value>Finnland</value> + </entry> + <entry> + <key>Project_duration</key> + <value>Projekt_Dauer</value> + </entry> + <entry> + <key>Company_internationality</key> + <value>Unternehmen_Internationalität</value> + </entry> + <entry> + <key>Eritrea</key> + <value>Eritrea</value> + </entry> + <entry> + <key>Puerto Rico</key> + <value>Puerto Rico</value> + </entry> + <entry> + <key>Viet Nam</key> + <value>Vietnam</value> + </entry> + <entry> + <key>Libya</key> + <value>Libyen</value> + </entry> + <entry> + <key>French</key> + <value>Französisch</value> + </entry> + <entry> + <key>Cocos (Keeling) Islands</key> + <value>Kokosinseln (Keelinginseln)</value> + </entry> + <entry> + <key>Saint Helena, Ascension and Tristan da Cunha</key> + <value>St. Helena, Himmelfahrt und Tristan da Cunha</value> + </entry> + <entry> + <key>Liechtenstein</key> + <value>Liechtenstein</value> + </entry> + <entry> + <key>Product_functionality</key> + <value>Produkt_Funktionalität</value> + </entry> + <entry> + <key>New appointment</key> + <value>Neuer Termin</value> + </entry> + <entry> + <key>Bulgaria</key> + <value>Bulgarien</value> + </entry> + <entry> + <key>Jordan</key> + <value>Jordan</value> + </entry> + <entry> + <key>Côte d'Ivoire</key> + <value>Elfenbeinküste</value> + </entry> + <entry> + <key>United Arab Emirates</key> + <value>Vereinigte Arabische Emirate</value> + </entry> + <entry> + <key>Kenya</key> + <value>Kenia</value> + </entry> + <entry> + <key>None, individual count</key> + <value>keiner, Einzelberechnung</value> + </entry> + <entry> + <key>French Polynesia</key> + <value>Französisch Polynesien</value> + </entry> + <entry> + <key>Djibouti</key> + <value>Dschibuti</value> + </entry> + <entry> + <key>Cuba</key> + <value>Kuba</value> + </entry> + <entry> + <key>Saint Lucia</key> + <value>St. Lucia</value> + </entry> + <entry> + <key>Mayotte</key> + <value>Mayotte</value> + </entry> + <entry> + <key>Israel</key> + <value>Israel</value> + </entry> + <entry> + <key>San Marino</key> + <value>San Marino</value> + </entry> + <entry> + <key>Tajikistan</key> + <value>Tadschikistan</value> + </entry> + <entry> + <key>Warehouse 2</key> + <value>Lager 2</value> + </entry> + <entry> + <key>Warehouse 1</key> + <value>Lager 1</value> + </entry> + <entry> + <key>Gibraltar</key> + <value>Gibraltar</value> + </entry> + <entry> + <key>Warehouse 3</key> + <value>Lager 3</value> + </entry> + <entry> + <key>Cyprus</key> + <value>Zypern</value> + </entry> + <entry> + <key>Semiannually</key> + <value>halbjährlich</value> + </entry> + <entry> + <key>Northern Mariana Islands</key> + <value>Nördliche Marianneninseln</value> + </entry> + <entry> + <key>Malaysia</key> + <value>Malaysia</value> + </entry> + <entry> + <key>Letter</key> + <value>Brief</value> + </entry> + <entry> + <key>Armenia</key> + <value>Armenien</value> + </entry> + <entry> + <key>Brazil</key> + <value>Brasilien</value> + </entry> + <entry> + <key>Turks and Caicos Islands</key> + <value>Turks- und Caicosinseln</value> + </entry> + <entry> + <key>Cabo Verde</key> + <value>Cabo Verde</value> + </entry> + <entry> + <key>Ecuador</key> + <value>Ecuador</value> + </entry> + <entry> + <key>Iran (Islamic Republic of)</key> + <value>Iran (Islamische Republik)</value> + </entry> + <entry> + <key>Decision maker</key> + <value>Entscheider</value> + </entry> + <entry> + <key>Lao People's Democratic Republic</key> + <value>Demokratische Volksrepublik Laos</value> + </entry> + <entry> + <key>Maintenance contract</key> + <value>Wartungsvertrag</value> + </entry> + <entry> + <key>United States Minor Outlying Islands</key> + <value>Kleinere abgelegene Inseln der Vereinigten Staaten</value> + </entry> + <entry> + <key>Italy</key> + <value>Italien</value> + </entry> + <entry> + <key>${ORGTYPE_OTHER}</key> + <value>Sonstiges</value> + </entry> + <entry> + <key>Haiti</key> + <value>Haiti</value> + </entry> + <entry> + <key>Afghanistan</key> + <value>Afghanistan</value> + </entry> + <entry> + <key>Russian Federation</key> + <value>Russische Föderation</value> + </entry> + <entry> + <key>waiting</key> + <value>warten auf Rückmeldung</value> + </entry> + <entry> + <key>American Samoa</key> + <value>Amerikanischen Samoa-Inseln</value> + </entry> + <entry> + <key>Korea (Democratic People's Republic of)</key> + <value>Korea, Demokratische Volksrepublik)</value> + </entry> + <entry> + <key>United States dollar</key> + <value>US-Dollar</value> + </entry> + <entry> + <key>Superordinate Attribute</key> + <value>Übergeordnete Eigenschaft</value> + </entry> + <entry> + <key>Kyrgyzstan</key> + <value>Kirgisistan</value> + </entry> + <entry> + <key>Togo</key> + <value>Togo</value> + </entry> + <entry> + <key>Other_existing Customer</key> + <value>Sonstiges_Bestandskunde</value> + </entry> + <entry> + <key>Uzbekistan</key> + <value>Usbekistan</value> + </entry> + <entry> + <key>Dominica</key> + <value>Dominica</value> + </entry> + <entry> + <key>Benin</key> + <value>Benin</value> + </entry> + <entry> + <key>Virgin Islands (British)</key> + <value>Virgin Inseln, Britisch)</value> + </entry> + <entry> + <key>Sudan</key> + <value>Sudan</value> + </entry> + <entry> + <key>Portugal</key> + <value>Portugal</value> + </entry> + <entry> + <key>Grenada</key> + <value>Grenada</value> + </entry> + <entry> + <key>Latvia</key> + <value>Lettland</value> + </entry> + <entry> + <key>Mongolia</key> + <value>Mongolei</value> + </entry> + <entry> + <key>Morocco</key> + <value>Marokko</value> + </entry> + <entry> + <key>Guatemala</key> + <value>Guatemala</value> + </entry> + <entry> + <key>Pieces</key> + <value>Stück</value> + </entry> + <entry> + <key>Heard Island and McDonald Islands</key> + <value>Heard Island und McDonald Islands</value> + </entry> + <entry> + <key>Incoming</key> + <value>eingehend</value> + </entry> + <entry> + <key>Ghana</key> + <value>Ghana</value> + </entry> + <entry> + <key>Holy See</key> + <value>Heiliger Stuhl</value> + </entry> + <entry> + <key>India</key> + <value>Indien</value> + </entry> + <entry> + <key>Canada</key> + <value>Kanada</value> + </entry> + <entry> + <key>Attachment</key> + <value>Anhang</value> + </entry> + <entry> + <key>Maldives</key> + <value>Malediven</value> + </entry> + <entry> + <key>Service contract</key> + <value>Werksvertrag</value> + </entry> + <entry> + <key>Taiwan</key> + <value>Taiwan</value> + </entry> + <entry> + <key>Central African Republic</key> + <value>Zentralafrikanische Republik</value> + </entry> + <entry> + <key>Fiji</key> + <value>Fidschi</value> + </entry> + <entry> + <key>Guinea</key> + <value>Guinea</value> + </entry> + <entry> + <key>Somalia</key> + <value>Somalia</value> + </entry> + <entry> + <key>Sao Tome and Principe</key> + <value>Sao Tome und Principe</value> + </entry> + <entry> + <key>United Kingdom of Great Britain and Northern Ireland</key> + <value>Vereinigtes Königreich Großbritannien und Nordirland</value> + </entry> + <entry> + <key>Equatorial Guinea</key> + <value>Äquatorialguinea</value> + </entry> + <entry> + <key>Kiribati</key> + <value>Kiribati</value> + </entry> + <entry> + <key>Costa Rica</key> + <value>Costa Rica</value> + </entry> + <entry> + <key>Supplier</key> + <value>Lieferant</value> + </entry> + <entry> + <key>Nigeria</key> + <value>Nigeria</value> + </entry> + <entry> + <key>Syrian Arab Republic</key> + <value>Syrische Arabische Republik</value> + </entry> + <entry> + <key>Timor-Leste</key> + <value>Timor-Leste</value> + </entry> + <entry> + <key>Product_mobile use</key> + <value>Produkt_Mobiler Einsatz</value> + </entry> + <entry> + <key>Samoa</key> + <value>Samoa</value> + </entry> + <entry> + <key>Spain</key> + <value>Spanien</value> + </entry> + <entry> + <key>Palau</key> + <value>Palau</value> + </entry> + <entry> + <key>Prospect</key> + <value>Interessent</value> + </entry> + <entry> + <key>Estonia</key> + <value>Estland</value> + </entry> + <entry> + <key>Not signed yet</key> + <value>noch nicht unterschrieben</value> + </entry> + <entry> + <key>Niue</key> + <value>Niue</value> + </entry> + <entry> + <key>Mozambique</key> + <value>Mosambik</value> + </entry> + <entry> + <key>El Salvador</key> + <value>El Salvador</value> + </entry> + <entry> + <key>Guam</key> + <value>Guam</value> + </entry> + <entry> + <key>Lesotho</key> + <value>Lesotho</value> + </entry> + <entry> + <key>Tonga</key> + <value>Tonga</value> + </entry> + <entry> + <key>Western Sahara</key> + <value>Westsahara</value> + </entry> + <entry> + <key>new</key> + <value>neu</value> + </entry> + <entry> + <key>Adviser</key> + <value>Berater</value> + </entry> + <entry> + <key>Company_size</key> + <value>Unternehmen_Größe</value> + </entry> + <entry> + <key>Republic of Kosovo</key> + <value>Republik Kosovo</value> + </entry> + <entry> + <key>South Sudan</key> + <value>Südsudan</value> + </entry> + <entry> + <key>Mauritius</key> + <value>Mauritius</value> + </entry> + <entry> + <key>Bouvet Island</key> + <value>Bouvet Island</value> + </entry> + <entry> + <key>Bolivia (Plurinational State of)</key> + <value>Bolivien (plurinationaler Staat)</value> + </entry> + <entry> + <key>Norfolk Island</key> + <value>Norfolkinsel</value> + </entry> + <entry> + <key>Sint Maarten (Dutch part)</key> + <value>Sint Maarten (niederländischer Teil)</value> + </entry> + <entry> + <key>Micronesia (Federated States of)</key> + <value>Mikronesien (Föderierte Staaten von)</value> + </entry> + <entry> + <key>Product_industry knowhow</key> + <value>Produkt_Branchen KnowHow</value> + </entry> + <entry> + <key>Progress</key> + <value>Fortschritt</value> + </entry> + <entry> + <key>United States of America</key> + <value>Vereinigte Staaten von Amerika</value> + </entry> + <entry> + <key>In review</key> + <value>zur Prüfung</value> + </entry> + <entry> + <key>Address purchase</key> + <value>Adresserwerb</value> + </entry> + <entry> + <key>Malta</key> + <value>Malta</value> + </entry> + <entry> + <key>Project_volume</key> + <value>Projekt_Volumen</value> + </entry> + <entry> + <key>Ireland</key> + <value>Irland</value> + </entry> + <entry> + <key>Inactive</key> + <value>Inaktiv</value> + </entry> + <entry> + <key>France</key> + <value>Frankreich</value> + </entry> + <entry> + <key>Lithuania</key> + <value>Litauen</value> + </entry> + <entry> + <key>Korea (Republic of)</key> + <value>Korea (Republik)</value> + </entry> + <entry> + <key>${PRICELIST_SERVICE}</key> + <value>Service</value> + </entry> + <entry> + <key>English</key> + <value>Englisch</value> + </entry> + <entry> + <key>Nicaragua</key> + <value>Nicaragua</value> + </entry> + <entry> + <key>Macao</key> + <value>Macao</value> + </entry> + <entry> + <key>Mexico</key> + <value>Mexiko</value> + </entry> + <entry> + <key>Uganda</key> + <value>Uganda</value> + </entry> + <entry> + <key>Suriname</key> + <value>Suriname</value> + </entry> + <entry> + <key>Greenland</key> + <value>Grönland</value> + </entry> + <entry> + <key>Papua New Guinea</key> + <value>Papua Neu-Guinea</value> + </entry> + <entry> + <key>Kazakhstan</key> + <value>Kasachstan</value> + </entry> + <entry> + <key>Åland Islands</key> + <value>Ålandinseln</value> + </entry> + <entry> + <key>Bahamas</key> + <value>Bahamas</value> + </entry> + <entry> + <key>Mali</key> + <value>Mali</value> + </entry> + <entry> + <key>Marshall Islands</key> + <value>Marshallinseln</value> + </entry> + <entry> + <key>Panama</key> + <value>Panama</value> + </entry> + <entry> + <key>Bonaire, Sint Eustatius and Saba</key> + <value>Bonaire, Sint Eustatius und Saba</value> + </entry> + <entry> + <key>Tanzania, United Republic of</key> + <value>Tansania, Vereinigte Republik</value> + </entry> + <entry> + <key>Argentina</key> + <value>Argentinien</value> + </entry> + <entry> + <key>Belize</key> + <value>Belize</value> + </entry> + <entry> + <key>Zambia</key> + <value>Sambia</value> + </entry> + <entry> + <key>Congo</key> + <value>Kongo</value> + </entry> + <entry> + <key>Guinea-Bissau</key> + <value>Guinea-Bissau</value> + </entry> + <entry> + <key>Namibia</key> + <value>Namibia</value> + </entry> + <entry> + <key>External sales manager</key> + <value>Externer Verkaufsleiter</value> + </entry> + <entry> + <key>Georgia</key> + <value>Georgia</value> + </entry> + <entry> + <key>Saint Kitts and Nevis</key> + <value>St. Kitts und Nevis</value> + </entry> + <entry> + <key>Yemen</key> + <value>Jemen</value> + </entry> + <entry> + <key>The minimal count can't be larger than the maximal count!</key> + <value>Die minimale Anzahl darf nicht größer als die maximale Anzahl sein!</value> + </entry> + <entry> + <key>Aruba</key> + <value>Aruba</value> + </entry> + <entry> + <key>Madagascar</key> + <value>Madagaskar</value> + </entry> + <entry> + <key>Valid, unlimited</key> + <value>gültig, unbefristet</value> + </entry> + <entry> + <key>Svalbard and Jan Mayen</key> + <value>Svalbard und Jan Mayen</value> + </entry> + <entry> + <key>South Georgia and the South Sandwich Islands</key> + <value>Süd-Georgien und die südlichen Sandwich-Inseln</value> + </entry> + <entry> + <key>Sweden</key> + <value>Schweden</value> + </entry> + <entry> + <key>Malawi</key> + <value>Malawi</value> + </entry> + <entry> + <key>Andorra</key> + <value>Andorra</value> + </entry> + <entry> + <key>Poland</key> + <value>Polen</value> + </entry> + <entry> + <key>Tunisia</key> + <value>Tunesien</value> + </entry> + <entry> + <key>Tuvalu</key> + <value>Tuvalu</value> + </entry> + <entry> + <key>Lebanon</key> + <value>Libanon</value> + </entry> + <entry> + <key>Azerbaijan</key> + <value>Aserbaidschan</value> + </entry> + <entry> + <key>Czech Republic</key> + <value>Tschechische Republik</value> + </entry> + <entry> + <key>Mauritania</key> + <value>Mauretanien</value> + </entry> + <entry> + <key>Guernsey</key> + <value>Guernsey</value> + </entry> + <entry> + <key>Kgs</key> + <value>Kg</value> + </entry> + <entry> + <key>Australia</key> + <value>Australien</value> + </entry> + <entry> + <key>Myanmar</key> + <value>Myanmar</value> + </entry> + <entry> + <key>Cameroon</key> + <value>Kamerun</value> + </entry> + <entry> + <key>Iceland</key> + <value>Island</value> + </entry> + <entry> + <key>Oman</key> + <value>Oman</value> + </entry> + <entry> + <key>Gabon</key> + <value>Gabun</value> + </entry> + <entry> + <key>Luxembourg</key> + <value>Luxemburg</value> + </entry> + <entry> + <key>Algeria</key> + <value>Algerien</value> + </entry> + <entry> + <key>Jersey</key> + <value>Jersey</value> + </entry> + <entry> + <key>Overview</key> + <value>Übersicht</value> + </entry> + <entry> + <key>Slovenia</key> + <value>Slowenien</value> + </entry> + <entry> + <key>Antigua and Barbuda</key> + <value>Antigua und Barbuda</value> + </entry> + <entry> + <key>Annually</key> + <value>jährlich</value> + </entry> + <entry> + <key>Participated</key> + <value>Teilgenommen</value> + </entry> + <entry> + <key>Colombia</key> + <value>Kolumbien</value> + </entry> + <entry> + <key>Project_reference</key> + <value>Projekt_Referenz</value> + </entry> + <entry> + <key>Vanuatu</key> + <value>Vanuatu</value> + </entry> + <entry> + <key>Valid, limited</key> + <value>gültig, befristet</value> + </entry> + <entry> + <key>Honduras</key> + <value>Honduras</value> + </entry> + <entry> + <key>Antarctica</key> + <value>Antarktis</value> + </entry> + <entry> + <key>Nauru</key> + <value>Nauru</value> + </entry> + <entry> + <key>Burundi</key> + <value>Burundi</value> + </entry> + <entry> + <key>Project manager</key> + <value>Projektmanager</value> + </entry> + <entry> + <key>Singapore</key> + <value>Singapur</value> + </entry> + <entry> + <key>French Guiana</key> + <value>Französisch-Guayana</value> + </entry> + <entry> + <key>Hours</key> + <value>Stunden</value> + </entry> + <entry> + <key>Special price list</key> + <value>Sonderpreisliste</value> + </entry> + <entry> + <key>Christmas Island</key> + <value>Weihnachtsinsel</value> + </entry> + <entry> + <key>Project</key> + <value>Projekt</value> + </entry> + <entry> + <key>Netherlands</key> + <value>Niederlande</value> + </entry> + <entry> + <key>Product_flexibility</key> + <value>Produkt_Flexibilität</value> + </entry> + <entry> + <key>China</key> + <value>China</value> + </entry> + <entry> + <key>Martinique</key> + <value>Martinique</value> + </entry> + <entry> + <key>Own website</key> + <value>Eigene Website</value> + </entry> + <entry> + <key>Saint Pierre and Miquelon</key> + <value>Saint Pierre und Miquelon</value> + </entry> + <entry> + <key>Bhutan</key> + <value>Bhutan</value> + </entry> + <entry> + <key>Romania</key> + <value>Rumänien</value> + </entry> + <entry> + <key>Falkland Islands (Malvinas)</key> + <value>Falklandinseln (Malvinas)</value> + </entry> + <entry> + <key>Philippines</key> + <value>Philippinen</value> + </entry> + <entry> + <key>Pitcairn</key> + <value>Pitcairn</value> + </entry> + <entry> + <key>Zimbabwe</key> + <value>Zimbabwe</value> + </entry> + <entry> + <key>British Indian Ocean Territory</key> + <value>Britisches Territorium des Indischen Ozeans</value> + </entry> + <entry> + <key>Montenegro</key> + <value>Montenegro</value> + </entry> + <entry> + <key>Quarterly</key> + <value>vierteljährlich</value> + </entry> + <entry> + <key>Indonesia</key> + <value>Indonesien</value> + </entry> + <entry> + <key>Module</key> + <value>Modul</value> + </entry> + <entry> + <key>Angola</key> + <value>Angola</value> + </entry> + <entry> + <key>Internal</key> + <value>intern</value> + </entry> + <entry> + <key>Roles</key> + <value>Rollen</value> + </entry> + <entry> + <key>Brunei Darussalam</key> + <value>Brunei Darussalam</value> + </entry> + <entry> + <key>New Caledonia</key> + <value>Neu-Kaledonien</value> + </entry> + <entry> + <key>Cayman Islands</key> + <value>Cayman Inseln</value> + </entry> + <entry> + <key>Congo (Democratic Republic of the)</key> + <value>Kongo (Demokratische Republik)</value> + </entry> + <entry> + <key>Resource</key> + <value>Ressource</value> + </entry> + <entry> + <key>Greece</key> + <value>Griechenland</value> + </entry> + <entry> + <key>Guyana</key> + <value>Guyana</value> + </entry> + <entry> + <key>Project assistant</key> + <value>Projektassistent</value> + </entry> + <entry> + <key>Iraq</key> + <value>Irak</value> + </entry> + <entry> + <key>Chile</key> + <value>Chile</value> + </entry> + <entry> + <key>Nepal</key> + <value>Nepal</value> + </entry> + <entry> + <key>${PRICELIST_DEFAULT}</key> + <value>Standard</value> + </entry> + <entry> + <key>Customer recommendation</key> + <value>Kundenempfehlung</value> + </entry> + <entry> + <key>Other_unknown</key> + <value>Sonstiges_Unbekannt</value> + </entry> + <entry> + <key>Isle of Man</key> + <value>Isle of Man</value> + </entry> + <entry> + <key>Ukraine</key> + <value>Ukraine</value> + </entry> + <entry> + <key>Curaçao</key> + <value>Curacao</value> + </entry> + <entry> + <key>Anguilla</key> + <value>Anguilla</value> + </entry> + <entry> + <key>Euro</key> + <value>Euro</value> + </entry> + <entry> + <key>Product_GUI</key> + <value>Produkt_GUI</value> + </entry> + <entry> + <key>${GENDER_OTHER}</key> + <value>Divers</value> + </entry> + <entry> + <key>Touchpoint</key> + <value>Kontaktpunkt</value> + </entry> + <entry> + <key>Turkey</key> + <value>Türkei</value> + </entry> + <entry> + <key>Belgium</key> + <value>Belgien</value> + </entry> + <entry> + <key>South Africa</key> + <value>Südafrika</value> + </entry> + <entry> + <key>Trinidad and Tobago</key> + <value>Trinidad und Tobago</value> + </entry> + <entry> + <key>Bermuda</key> + <value>Bermuda</value> + </entry> + <entry> + <key>Jamaica</key> + <value>Jamaika</value> + </entry> + <entry> + <key>Peru</key> + <value>Peru</value> + </entry> + <entry> + <key>Turkmenistan</key> + <value>Turkmenistan</value> + </entry> + <entry> + <key>Venezuela (Bolivarian Republic of)</key> + <value>Venezuela (Bolivarische Republik)</value> + </entry> + <entry> + <key>Tokelau</key> + <value>Tokelau</value> + </entry> + <entry> + <key>Hong Kong</key> + <value>Hongkong</value> + </entry> + <entry> + <key>Password</key> + <value>Passwort</value> + </entry> + <entry> + <key>Chad</key> + <value>Tschad</value> + </entry> + <entry> + <key>German</key> + <value>Deutsch</value> + </entry> + <entry> + <key>Thailand</key> + <value>Thailand</value> + </entry> + <entry> + <key>in process</key> + <value>in Bearbeitung</value> + </entry> + <entry> + <key>Saint Martin (French part)</key> + <value>Saint Martin (französischer Teil)</value> + </entry> + <entry> + <key>Kuwait</key> + <value>Kuwait</value> + </entry> + <entry> + <key>Palestine, State of</key> + <value>Palästina, Bundesstaat</value> + </entry> + <entry> + <key>Croatia</key> + <value>Kroatien</value> + </entry> + <entry> + <key>Cook Islands</key> + <value>Cookinseln</value> + </entry> + <entry> + <key>Fair</key> + <value>Messe</value> + </entry> + <entry> + <key>Sri Lanka</key> + <value>Sri Lanka</value> + </entry> + <entry> + <key>Uruguay</key> + <value>Uruguay</value> + </entry> + <entry> + <key>Liberia</key> + <value>Liberia</value> + </entry> + <entry> + <key>Burkina Faso</key> + <value>Burkina Faso</value> + </entry> + <entry> + <key>Swiss franc</key> + <value>Schweizerfranken</value> + </entry> + <entry> + <key>Swaziland</key> + <value>Swasiland</value> + </entry> + <entry> + <key>ended</key> + <value>abgeschlossen</value> + </entry> + <entry> + <key>Saint Barthélemy</key> + <value>Saint Barthélemy</value> + </entry> + <entry> + <key>Wallis and Futuna</key> + <value>Wallis und Futuna</value> + </entry> + <entry> + <key>Company_industry knowhow</key> + <value>Unternehmen_Branchen KnowHow</value> + </entry> + <entry> + <key>Monaco</key> + <value>Monaco</value> + </entry> + <entry> + <key>Spanish</key> + <value>Spanisch</value> + </entry> + <entry> + <key>Hungary</key> + <value>Ungarn</value> + </entry> + <entry> + <key>Réunion</key> + <value>Réunion</value> + </entry> + <entry> + <key>Belarus</key> + <value>Weißrussland</value> + </entry> + <entry> + <key>Albania</key> + <value>Albanien</value> + </entry> + <entry> + <key>Internal sales manager</key> + <value>Interner Vertrieb</value> + </entry> + <entry> + <key>Virgin Islands (U.S.)</key> + <value>Jungferninseln (US)</value> + </entry> + <entry> + <key>New Zealand</key> + <value>Neuseeland</value> + </entry> + <entry> + <key>Senegal</key> + <value>Senegal</value> + </entry> + <entry> + <key>Ethiopia</key> + <value>Äthiopien</value> + </entry> + <entry> + <key>Macedonia (the former Yugoslav Republic of)</key> + <value>Mazedonien (ehemalige jugoslawische Republik)</value> + </entry> + <entry> + <key>Egypt</key> + <value>Ägypten</value> + </entry> + <entry> + <key>Sierra Leone</key> + <value>Sierra Leone</value> + </entry> + <entry> + <key>Saudi Arabia</key> + <value>Saudi Arabien</value> + </entry> + <entry> + <key>Pakistan</key> + <value>Pakistan</value> + </entry> + <entry> + <key>Gambia</key> + <value>Gambia</value> + </entry> + <entry> + <key>Qatar</key> + <value>Katar</value> + </entry> + <entry> + <key>Slovakia</key> + <value>Slowakei</value> + </entry> + <entry> + <key>Serbia</key> + <value>Serbien</value> + </entry> + <entry> + <key>Bosnia and Herzegovina</key> + <value>Bosnien und Herzegowina</value> + </entry> + <entry> + <key>Framework contract</key> + <value>Rahmenvertrag</value> + </entry> + <entry> + <key>Niger</key> + <value>Niger</value> + </entry> + <entry> + <key>Rwanda</key> + <value>Ruanda</value> + </entry> + <entry> + <key>French Southern Territories</key> + <value>Südfranzösische Territorien</value> + </entry> + <entry> + <key>Bangladesh</key> + <value>Bangladesch</value> + </entry> + <entry> + <key>Barbados</key> + <value>Barbados</value> + </entry> + <entry> + <key>Botswana</key> + <value>Botswana</value> + </entry> + <entry> + <key>Saint Vincent and the Grenadines</key> + <value>St. Vincent und die Grenadinen</value> + </entry> + <entry> + <key>Denmark</key> + <value>Dänemark</value> + </entry> + <entry> + <key>Dominican Republic</key> + <value>Dominikanische Republik</value> + </entry> + <entry> + <key>MAL</key> + </entry> + <entry> + <key>SQO</key> + </entry> + <entry> + <key>NQC</key> + </entry> + <entry> + <key>MQL</key> + </entry> + <entry> + <key>SAL</key> + </entry> + <entry> + <key>Checkbox</key> + <value>Checkbox</value> + </entry> + <entry> + <key>Numeric value</key> + <value>Zahlenwert</value> + </entry> + <entry> + <key>decline</key> + <value>Ablehnen</value> + </entry> + <entry> + <key>Text</key> + </entry> + <entry> + <key>Group</key> + <value>Gruppe</value> + </entry> + <entry> + <key>Combobox</key> + <value>Combobox</value> + </entry> + <entry> + <key>tentative</key> + <value>Vorläufig</value> + </entry> + <entry> + <key>${NUMBER}</key> + <value>Zahl</value> + </entry> + <entry> + <key>Name \"%0\" already used for container \"%1\"</key> + </entry> + <entry> + <key>CHAR_VALUE</key> + </entry> + <entry> + <key>Keyword Attribute</key> + <value>Schlüsselwort-Eigenschaft</value> + </entry> + <entry> + <key>in</key> + </entry> + <entry> + <key>Keyword Attribute Values</key> + <value>Schlüsselwort-Eigenschaft-Werte</value> + </entry> + <entry> + <key>Boolean value</key> + </entry> + <entry> + <key>accept</key> + <value>akzeptieren</value> + </entry> + <entry> + <key>The ZIP code does not match the format of the country.</key> + <value>Die Postleitzahl hat nicht das Format des ausgewählten Landes.</value> + </entry> + <entry> + <key>String value</key> + <value>String-Wert</value> + </entry> + <entry> + <key>The code number is not a valid number.</key> + <value>The code number is not a valid number.</value> + </entry> + <entry> + <key>${SQL_LIB_UNSUPPORTED_DBTYPE} function: %0</key> + <value>Der DB-Typ wird in der Funktion %0 nicht unterstützt.</value> + </entry> + <entry> + <key>${PRODUCT_LIB_NO_PRODUCT_ID} function: %0</key> + <value>Es wird der Funktion %0 keine Produktid übergeben.</value> + </entry> + <entry> + <key>Object type</key> + <value>Typ</value> + </entry> + <entry> + <key>Print Offer</key> + <value>Angebot drucken</value> + </entry> + <entry> + <key>relations</key> + </entry> + <entry> + <key>Time</key> + <value>Zeit</value> + </entry> + <entry> + <key>New task</key> + <value>Neue Aufgabe</value> + </entry> + <entry> + <key>My tasks</key> + <value>Meine Aufgaben</value> + </entry> + <entry> + <key>the specified key has to be unique for that container but does already exist</key> + </entry> + <entry> + <key>Add participant to Campaign</key> + <value>Kampagnenteilnehmer/in hinzufügen</value> + </entry> + <entry> + <key>Relationtype</key> + <value>Beziehungsart</value> + </entry> + <entry> + <key>Tree</key> + <value>Baum</value> + </entry> + <entry> + <key>100%</key> + </entry> + <entry> + <key>Mobil</key> + </entry> + <entry> + <key>25%</key> + </entry> + <entry> + <key>50%</key> + </entry> + <entry> + <key>75%</key> + </entry> + <entry> + <key>no keyword attribute \"%0\" found in keyword container \"%1\"</key> + </entry> + <entry> + <key>competitor</key> + <value>Mitbewerber</value> + </entry> + <entry> + <key>0%</key> + </entry> + <entry> + <key>acquainted with</key> + <value>Bekannt mit</value> + </entry> + <entry> + <key>collaboration with</key> + <value>Zusammenarbeit mit</value> + </entry> + <entry> + <key>parent company</key> + <value>Konzernmutter</value> + </entry> + <entry> + <key>society</key> + <value>Verband</value> + </entry> + <entry> + <key>ankle of</key> + <value>Enkel/in von</value> + </entry> + <entry> + <key>solicits</key> + <value>Bewirbt</value> + </entry> + <entry> + <key>supervisor of</key> + <value>Vorgesetzter von</value> + </entry> + <entry> + <key>reports to</key> + <value>Berichtet an</value> + </entry> + <entry> + <key>subsidiary</key> + <value>Tochtergesellschaft</value> + </entry> + <entry> + <key>supported by</key> + <value>Wird unterstützt von</value> + </entry> + <entry> + <key>member</key> + <value>Mitglied</value> + </entry> + <entry> + <key>promotion target of</key> + <value>Werbezielgruppe von</value> + </entry> + <entry> + <key>supports</key> + <value>Unterstützt</value> + </entry> + <entry> + <key>parent of</key> + <value>Elternteil von</value> + </entry> + <entry> + <key>grandparents of</key> + <value>Großeltern von</value> + </entry> + <entry> + <key>Memo</key> + <value>Memo</value> + </entry> + <entry> + <key>Function</key> + <value>Funktion</value> + </entry> + <entry> + <key>Username already exists!</key> + <value>Der Benutzername existiert bereits!</value> + </entry> + <entry> + <key>Relational</key> + </entry> + <entry> + <key>Only numbers are allowed.</key> + <value>Es sind nur Zahlen erlaubt.</value> + </entry> + <entry> + <key>MQC</key> + </entry> + <entry> + <key>Japan</key> + <value>Japan</value> + </entry> + <entry> + <key>7 days net</key> + <value>7 Tage netto</value> + </entry> + <entry> + <key>carriage free</key> + <value>frei Haus</value> + </entry> + <entry> + <key>8 days 2% discount, 30 days net</key> + <value>8 Tage 2% Skonto, 30 Tage netto</value> + </entry> + <entry> + <key>CIF</key> + </entry> + <entry> + <key>ex works</key> + <value>ab Werk</value> + </entry> + <entry> + <key>Payment term</key> + <value>Zahlungsbedingung</value> + </entry> + <entry> + <key>30 days net</key> + <value>30 Tage netto</value> + </entry> + <entry> + <key>Contactrole</key> + <value>Funktion</value> + </entry> + <entry> + <key>&Aufg / Term (%0/%1)</key> + </entry> + <entry> + <key>Verschieben auf Datum?</key> + </entry> + <entry> + <key>niedrig</key> + </entry> + <entry> + <key>Gebucht</key> + </entry> + <entry> + <key>Other Contactroles</key> + <value>Weitere Funktionen</value> + </entry> + <entry> + <key>Bitte Datumseingabe prüfen!</key> + </entry> + <entry> + <key>In Bearbeitung</key> + </entry> + <entry> + <key>OK</key> + </entry> + <entry> + <key>Nicht begonnen</key> + </entry> + <entry> + <key>Bitte Filterbedingungen setzen</key> + </entry> + <entry> + <key>Bestätigt</key> + </entry> + <entry> + <key>True</key> + <value>Ja</value> + </entry> + <entry> + <key>Vorläufig</key> + </entry> + <entry> + <key>keine</key> + </entry> + <entry> + <key>Eine private Aufgabe kann nicht jemand anderem zugewiesen werden.</key> + </entry> + <entry> + <key>Aufgaben von</key> + </entry> + <entry> + <key>&Aufgaben (%0)</key> + </entry> + <entry> + <key>erledigt / zurückgestellt</key> + </entry> + <entry> + <key>hoch</key> + </entry> + <entry> + <key>Zurückgestellt</key> + </entry> + <entry> + <key>Erledigt</key> + </entry> + <entry> + <key>Abgesagt</key> + </entry> + <entry> + <key>Außer Haus</key> + </entry> + <entry> + <key>Abbrechen</key> + </entry> + <entry> + <key>Benutzer auswählen</key> + </entry> + <entry> + <key>delegiert</key> + </entry> + <entry> + <key>frei</key> + </entry> + <entry> + <key>%0 Aufgabe(n) erfolgreich weitergegeben an: %1</key> + </entry> + <entry> + <key>Username</key> + <value>Benutzername</value> + </entry> + <entry> + <key>normal</key> + </entry> + <entry> + <key>Termine von</key> + </entry> + <entry> + <key>nur Verschiebung in die Zukunft erlaubt!</key> + </entry> + <entry> + <key>Kategorie</key> + </entry> + <entry> + <key>Product content</key> + <value>Produktinhalt</value> + </entry> + <entry> + <key>Know How</key> + <value>Know How</value> + </entry> + <entry> + <key>Personal appearance</key> + <value>Persönliches Auftreten</value> + </entry> + <entry> + <key>Market situation</key> + <value>Marktsituation</value> + </entry> + <entry> + <key>Liquidity</key> + <value>Liquidität</value> + </entry> + <entry> + <key>Price policy</key> + <value>Preispolitik</value> + </entry> + <entry> + <key>VAT in %</key> + <value>UmsSt. in %</value> + </entry> + <entry> + <key>Time in minutes</key> + <value>Zeit in Minuten</value> + </entry> + <entry> + <key>Sales manager</key> + <value>Vertriebsleiter</value> + </entry> + <entry> + <key>IT</key> + </entry> + <entry> + <key>Administrator</key> + </entry> + <entry> + <key>Managing director</key> + <value>Geschäftsführer</value> + </entry> + <entry> + <key>Production manager</key> + <value>Produktionsleiter</value> + </entry> + <entry> + <key>Production</key> + <value>Produktion</value> + </entry> + <entry> + <key>CEO</key> + </entry> + <entry> + <key>Purchasing manager</key> + <value>Einkaufsleiter</value> + </entry> + <entry> + <key>Marketing manager</key> + <value>Marketingleiter</value> + </entry> + <entry> + <key>IT manager</key> + <value>IT-Leiter</value> + </entry> + <entry> + <key>Marketing</key> + </entry> + <entry> + <key>CSO</key> + </entry> + <entry> + <key>Executive board</key> + <value>Vorstand</value> + </entry> + <entry> + <key>Supervisory board</key> + <value>Aufsichtsrat</value> + </entry> + <entry> + <key>Management</key> + </entry> + <entry> + <key>Manufacturer</key> + <value>Hersteller</value> + </entry> + <entry> + <key>Competitor</key> + <value>Mitbewerber</value> + </entry> + <entry> + <key>Partner</key> + <value>Partner</value> + </entry> + <entry> + <key>Protected</key> + <value>Geschützt</value> + </entry> + <entry> + <key>false</key> + </entry> + <entry> + <key>true</key> + </entry> + <entry> + <key>${MIN_MAX_ERROR} field: %0, value: %1, min: %2, max: %3</key> + <value>%0 muss zwischen %2 und %3 sein.</value> + </entry> + <entry> + <key>Email</key> + <value>E-Mail</value> + </entry> + <entry> + <key>{$OBJECTLINK_TYPE}</key> + <value>Art</value> + </entry> + <entry> + <key>{$OBJECTLINK_OBJECT}</key> + <value>Objekt</value> + </entry> + <entry> + <key>Password and confirmation must be the same!</key> + <value>Die Passwörter stimmen nicht überein!</value> + </entry> + <entry> + <key>Begin</key> + <value>Beginn</value> + </entry> + <entry> + <key>Maturity</key> + <value>Fällig</value> + </entry> + <entry> + <key>This private person doeas already exist and can not be created once more.</key> + <value>Diese Privatperson existiert bereits und kann daher nicht noch ein mal angelegt werden.</value> + </entry> + <entry> + <key>Project Management</key> + </entry> + <entry> + <key>Support</key> + </entry> + <entry> + <key>{$ADDRESS_IDENTIFIER}</key> + <value>Bezeichnung</value> + </entry> + <entry> + <key>Count</key> + </entry> + <entry> + <key>Chart</key> + </entry> + <entry> + <key>Zeigt wie viele Vertriebsprojekte in den einzelnen Vertriebsphasen sind. </key> + </entry> + <entry> + <key>Hierarchy</key> + <value>Hierarchie</value> + </entry> + <entry> + <key>Object relation</key> + <value>Beziehungen</value> + </entry> + <entry> + <key>Relation type 1</key> + <value>Beziehungsart 1</value> + </entry> + <entry> + <key>Relation type 2</key> + <value>Beziehungsart 2</value> + </entry> + <entry> + <key>Relation type</key> + <value>Beziehungstyp</value> + </entry> + <entry> + <key>Context 1</key> + <value>Context 1</value> + </entry> + <entry> + <key>Context 2</key> + <value>Context 2</value> + </entry> + <entry> + <key>Delete all usage</key> + <value>Lösche jede Verwendung</value> + </entry> + <entry> + <key>Deleted all usages of \"%0\".</key> + <value>Jede Verwendung von \"%0\" wurde gelöscht.</value> + </entry> + <entry> + <key>Successful</key> + </entry> + <entry> + <key>Enable relation type 2</key> + <value>Beziehungsart 2 aktiv</value> + </entry> + <entry> + <key>Salesproject Analyses</key> + </entry> + <entry> + <key>Wichtigste Kennzahlen zu den Vertriebsprojekten.</key> + </entry> + <entry> + <key>Days count</key> + <value>Anzahl Tage</value> + </entry> + <entry> + <key>Clear forecast and set state to '%0'?</key> + <value>Forecast löschen und status auf '%0' setzen?</value> + </entry> + <entry> + <key>Would you really like to clear the forecast and set the state to '%0'?</key> + <value>Möchten Sie wirklich den Forecast löschen und den status auf '%0' setzen?</value> + </entry> + <entry> + <key>This cannot be undone!</key> + <value>Das kann nicht rückgängig gemacht werden!</value> + </entry> + <entry> + <key>[%0]the tableName is not a string after interpreting</key> + </entry> + <entry> + <key>[%0]%1 has to be a string or array but it is %2</key> + <value></value> + </entry> + <entry> + <key>[%0]has now an incorrect length; estimated 2 elements but got %1</key> + </entry> + <entry> + <key>[%0]the columnName is not a string after interpreting</key> + </entry> + <entry> + <key>[%0]%1 is an object but seems not to be a valid array or array-like</key> + </entry> + <entry> + <key>Responsible</key> + <value>Verantwortlich</value> + </entry> + <entry> + <key>Analyses</key> + </entry> + <entry> + <key>Variable costs</key> + <value>Variable Kosten</value> + </entry> + <entry> + <key>To-Do</key> + </entry> + <entry> + <key>Calendar</key> + </entry> + <entry> + <key>${SQL_LIB_UNDEFINED_VALUE} field: %0</key> + <value>Der Wert für das Feld %0 ist undefined.</value> + </entry> + <entry> + <key>Approved</key> + <value>Freigegeben</value> + </entry> + <entry> + <key>Completed</key> + <value>Abgeschlossen</value> + </entry> + <entry> + <key>In planning</key> + <value>In Planung</value> + </entry> + <entry> + <key>Auswertung</key> + </entry> + <entry> + <key>Kampagnenschritte</key> + </entry> + <entry> + <key>Neuer Kampagnenschritt</key> + </entry> + <entry> + <key>Neue Kampagne</key> + </entry> + <entry> + <key>Added</key> + <value>Hinzugefügt</value> + </entry> + <entry> + <key>Current participants</key> + <value>Aktuelle Teilnehmer</value> + </entry> + <entry> + <key>Kampagnenzeitraum</key> + </entry> + <entry> + <key>Hauptverantw.</key> + </entry> + <entry> + <key>New campaign step</key> + </entry> + <entry> + <key>Cost</key> + <value>Kosten</value> + </entry> + <entry> + <key>file '%0' cannot be read</key> + </entry> + <entry> + <key>Importer</key> + </entry> + <entry> + <key>Participant</key> + <value>Teilnehmer/in</value> + </entry> + <entry> + <key>Printing costs</key> + <value>Druckkosten</value> + </entry> + <entry> + <key>Shipping costs</key> + <value>Porto</value> + </entry> + <entry> + <key>yyyy-MM-dd HH:mm:ss</key> + </entry> + <entry> + <key>file '%0' does not exist or you have got no permission on this file</key> + </entry> + <entry> + <key>Zip</key> + </entry> + <entry> + <key>Layout costs</key> + <value>Layout</value> + </entry> + <entry> + <key>Serial</key> + <value>Serie </value> + </entry> + <entry> + <key>${WEBSERVICE_ERROR} url:%0 status:%1</key> + <value>Webservice nicht erreichbar. URL: %0 %1</value> + </entry> + <entry> + <key>Step</key> + <value>Stufe</value> + </entry> + <entry> + <key>Fix cost</key> + <value>Fixkosten</value> + </entry> + <entry> + <key>per</key> + <value>pro</value> + </entry> + <entry> + <key>The max participants count has to be equal or greater than the count of the current participants!</key> + <value>Die maximale Teilnehmerzahl muss gleich oder größer der aktuellen Teilnehmerzahl sein!</value> + </entry> + <entry> + <key>Id value</key> + </entry> + <entry> + <key>Order executed</key> + </entry> + <entry> + <key>Liquibase</key> + </entry> + <entry> + <key>Number value</key> + </entry> + <entry> + <key>Author</key> + </entry> + <entry> + <key>Position Id</key> + </entry> + <entry> + <key>ISO3</key> + </entry> + <entry> + <key>ISO2</key> + </entry> + <entry> + <key>Communication Id</key> + </entry> + <entry> + <key>Attribute Id</key> + </entry> + <entry> + <key>Modification user</key> + </entry> + <entry> + <key>Headline</key> + <value>Kopfanrede</value> + </entry> + <entry> + <key>Salesorder Id</key> + </entry> + <entry> + <key>Salesproject milestone Id</key> + </entry> + <entry> + <key>Appointment Id</key> + </entry> + <entry> + <key>Locked</key> + </entry> + <entry> + <key>Timetracking Id</key> + </entry> + <entry> + <key>Exec type</key> + </entry> + <entry> + <key>Date value</key> + </entry> + <entry> + <key>NUMBER VALUE</key> + </entry> + <entry> + <key>Salesproject forecast Id</key> + </entry> + <entry> + <key>ID</key> + </entry> + <entry> + <key>Keyword attribute relation Id</key> + </entry> + <entry> + <key>Minimal count</key> + </entry> + <entry> + <key>Id</key> + </entry> + <entry> + <key>Object 1 row Id</key> + </entry> + <entry> + <key>Side</key> + </entry> + <entry> + <key>Salesproject Id</key> + </entry> + <entry> + <key>Product Id</key> + </entry> + <entry> + <key>Sort</key> + </entry> + <entry> + <key>Relation Title</key> + </entry> + <entry> + <key>%0 \"%1\"</key> + </entry> + <entry> + <key>Maximal count</key> + </entry> + <entry> + <key>Data executed</key> + </entry> + <entry> + <key>Indexsearch</key> + </entry> + <entry> + <key>Appointment link Id</key> + </entry> + <entry> + <key>Relation Type</key> + </entry> + <entry> + <key>Salesproject member Id</key> + </entry> + <entry> + <key>Salesproject source Id</key> + </entry> + <entry> + <key>Item sort</key> + </entry> + <entry> + <key>%0 modified.</key> + <value>%0 geändert.</value> + </entry> + <entry> + <key>Contract Id</key> + </entry> + <entry> + <key>Int value</key> + </entry> + <entry> + <key>Object 2 row Id</key> + </entry> + <entry> + <key>Source tablename Id</key> + </entry> + <entry> + <key>Source tablename</key> + </entry> + <entry> + <key>Contact Id</key> + </entry> + <entry> + <key>Sales area</key> + </entry> + <entry> + <key>Parent Id</key> + </entry> + <entry> + <key>Task link Id</key> + </entry> + <entry> + <key>BOOL VALUE</key> + </entry> + <entry> + <key>Keyword attribute Id</key> + </entry> + <entry> + <key>Log type</key> + </entry> + <entry> + <key>Object row Id</key> + </entry> + <entry> + <key>Labels</key> + </entry> + <entry> + <key>%0 deleted.</key> + <value>%0 gelöscht.</value> + </entry> + <entry> + <key>Salesproject competition Id</key> + </entry> + <entry> + <key>Activity Id</key> + </entry> + <entry> + <key>Person Id</key> + </entry> + <entry> + <key>Offer item Id</key> + </entry> + <entry> + <key>Offer Id</key> + </entry> + <entry> + <key>Name native</key> + </entry> + <entry> + <key>Flag</key> + </entry> + <entry> + <key>Address Id</key> + </entry> + <entry> + <key>Name latin</key> + </entry> + <entry> + <key>Destination Id</key> + </entry> + <entry> + <key>Sex</key> + </entry> + <entry> + <key>Product price Id</key> + </entry> + <entry> + <key>%0 added.</key> + <value>%0 eingefügt.</value> + </entry> + <entry> + <key>Object Relation Type</key> + </entry> + <entry> + <key>Entry date</key> + </entry> + <entry> + <key>Object relation type 2</key> + </entry> + <entry> + <key>Object relation type 1</key> + </entry> + <entry> + <key>Modification date</key> + </entry> + <entry> + <key>Object Type</key> + </entry> + <entry> + <key>%0 from \"%1\" to \"%2\"</key> + <value>%0 von \"%1\" auf \"%2\"</value> + </entry> + <entry> + <key>MD5 Sum</key> + </entry> + <entry> + <key>Letter salutation</key> + <value>Briefanrede</value> + </entry> + <entry> + <key>Lock granted</key> + </entry> + <entry> + <key>Required fields</key> + </entry> + <entry> + <key>Address addition</key> + </entry> + <entry> + <key>the \"%0\" table is configured to get logged but this is the logging-stoarge itself and cannot be monitored</key> + </entry> + <entry> + <key>Attribute usage Id</key> + </entry> + <entry> + <key>LogHistory</key> + </entry> + <entry> + <key>Locked by</key> + </entry> + <entry> + <key>Desciption</key> + </entry> + <entry> + <key>Salutation Id</key> + </entry> + <entry> + <key>Comments</key> + </entry> + <entry> + <key>Task Id</key> + </entry> + <entry> + <key>Valid to</key> + </entry> + <entry> + <key>ZIP regex</key> + </entry> + <entry> + <key>Keyword entry Id</key> + </entry> + <entry> + <key>Stop costs</key> + </entry> + <entry> + <key>Contexts</key> + </entry> + <entry> + <key>Assigned to</key> + </entry> + <entry> + <key>%0 from \"%1\" to %2 \"%3\"</key> + <value>%0 von \"%1\" auf %2 \"%3\"</value> + </entry> + <entry> + <key>Date start</key> + </entry> + <entry> + <key>Deployment Id</key> + </entry> + <entry> + <key>Address format</key> + </entry> + <entry> + <key>Activity link Id</key> + </entry> + <entry> + <key>Date end</key> + </entry> + <entry> + <key>Creation user</key> + </entry> + <entry> + <key>Object Id</key> + </entry> + <entry> + <key>Is active</key> + </entry> + <entry> + <key>Product relationship</key> + </entry> + <entry> + <key>Salesorder item Id</key> + </entry> + <entry> + <key>Char value</key> + </entry> + <entry> + <key>Attribute relation Id</key> + </entry> + <entry> + <key>Tag</key> + </entry> + <entry> + <key>Title suffix</key> + </entry> + <entry> + <key>Step costs</key> + </entry> + <entry> + <key>Min. Stock</key> + </entry> + <entry> + <key>User</key> + <value>Benutzer</value> + </entry> + <entry> + <key>Stock Id</key> + </entry> + <entry> + <key>Tablename</key> + </entry> + <entry> + <key>CHAR VALUE</key> + </entry> + <entry> + <key>Total costs</key> + <value>Gesamtkosten</value> + </entry> + <entry> + <key>Parent context</key> + </entry> + <entry> + <key>Organisation Id</key> + </entry> + <entry> + <key>Tablename Id</key> + </entry> + <entry> + <key>Termin</key> + </entry> + <entry> + <key>rebuild Index</key> + </entry> + <entry> + <key>Charts</key> + </entry> + <entry> + <key>Keywords</key> + </entry> + <entry> + <key>Days running</key> + <value>Tage laufend</value> + </entry> + <entry> + <key>Logs</key> + </entry> + <entry> + <key>Mail</key> + </entry> + <entry> + <key>Phonecall</key> + </entry> + <entry> + <key>Chart 2</key> + </entry> + <entry> + <key>Log</key> + </entry> + <entry> + <key>Offer Header Text</key> + <value>Angebot Kopftext</value> + </entry> + <entry> + <key>Employees</key> + </entry> + <entry> + <key>Todo</key> + </entry> + <entry> + <key>Days remaining</key> + <value>Tage verbleibend</value> + </entry> + <entry> + <key>Offer Footer Text</key> + <value>Angebot Fußtext</value> + </entry> + <entry> + <key>Date new</key> + </entry> + <entry> + <key>Date edit</key> + </entry> + <entry> + <key>Keyword Attributes</key> + </entry> + <entry> + <key>Student/Internship</key> + <value>Student/Praktikant</value> + </entry> + <entry> + <key>Food</key> + <value>Lebensmittel</value> + </entry> + <entry> + <key>200 to 349T</key> + <value>200 bis 349T</value> + </entry> + <entry> + <key>Within 6 months</key> + <value>Innerhalb 6 Monaten</value> + </entry> + <entry> + <key>No project planned</key> + <value>Kein Projekt geplant</value> + </entry> + <entry> + <key>Logistics</key> + <value>Logistik</value> + </entry> + <entry> + <key>Skilled workers</key> + <value>Fachkräfte</value> + </entry> + <entry> + <key>Purchasing</key> + <value>Einkauf</value> + </entry> + <entry> + <key>Rate</key> + <value>Bewerten</value> + </entry> + <entry> + <key>Choice</key> + <value>Auswahl</value> + </entry> + <entry> + <key>points</key> + <value>Punkte</value> + </entry> + <entry> + <key>Education</key> + <value>Bildung</value> + </entry> + <entry> + <key>Public</key> + <value>Öffentlich</value> + </entry> + <entry> + <key>Building and construction suppliers</key> + <value>Bau- und Bauzulieferer</value> + </entry> + <entry> + <key>0 to 49</key> + <value>0 bis 49</value> + </entry> + <entry> + <key>0 to 49T</key> + <value>0 bis 49T</value> + </entry> + <entry> + <key>CRM Manager</key> + <value>Leiter CRM</value> + </entry> + <entry> + <key>50 to 99T</key> + <value>50 bis 99T</value> + </entry> + <entry> + <key>Search</key> + <value>Suchen</value> + </entry> + <entry> + <key>Counsellor</key> + <value>Berater</value> + </entry> + <entry> + <key>50 to 100</key> + <value>50 bis 100</value> + </entry> + <entry> + <key>OnPremise</key> + <value>OnPremise</value> + </entry> + <entry> + <key>Head of IT</key> + <value>Leiter IT</value> + </entry> + <entry> + <key>Electric</key> + <value>Elektro</value> + </entry> + <entry> + <key>from 1,000</key> + <value>ab 1.000</value> + </entry> + <entry> + <key>Publishing house</key> + <value>Verlag</value> + </entry> + <entry> + <key>100 to 199T</key> + <value>100 bis 199T</value> + </entry> + <entry> + <key>101 to 250</key> + <value>101 bis 250</value> + </entry> + <entry> + <key>Overarching</key> + <value>Übergreifend</value> + </entry> + <entry> + <key>Energy</key> + <value>Energie</value> + </entry> + <entry> + <key>Machinery and equipment</key> + <value>Maschinen und Anlagen</value> + </entry> + <entry> + <key>Trade</key> + <value>Handel</value> + </entry> + <entry> + <key>Consultation</key> + <value>Beratung</value> + </entry> + <entry> + <key>Cloud</key> + <value>Cloud</value> + </entry> + <entry> + <key>No date yet</key> + <value>Noch kein Termin</value> + </entry> + <entry> + <key>Classifications</key> + <value>Klassifizierungen</value> + </entry> + <entry> + <key>Service Manager</key> + <value>Leiter Service</value> + </entry> + <entry> + <key>Lifesience</key> + <value>Lifesience</value> + </entry> + <entry> + <key>Automotive</key> + <value>Automotive</value> + </entry> + <entry> + <key>Lottery</key> + <value>Lotterie</value> + </entry> + <entry> + <key>from 350T</key> + <value>ab 350T</value> + </entry> + <entry> + <key>Management/Sales Manager</key> + <value>GF/Leiter Vertrieb</value> + </entry> + <entry> + <key>Environment</key> + <value>Umwelt</value> + </entry> + <entry> + <key>Within 12 months</key> + <value>Innerhalb 12 Monaten</value> + </entry> + <entry> + <key>Finance</key> + <value>Finanz</value> + </entry> + <entry> + <key>ScoreProjectStart</key> + <value>Projektstart</value> + </entry> + <entry> + <key>ScoreStandard</key> + <value>Standard</value> + </entry> + <entry> + <key>ScoreCustomizing</key> + <value>Eigenentwicklung</value> + </entry> + <entry> + <key>ScoreDecisionPhase</key> + <value>Entscheidungsphase</value> + </entry> + <entry> + <key>ScoreUsers</key> + <value>Anzahl Anwender</value> + </entry> + <entry> + <key>ScoreBranch</key> + <value>Branche</value> + </entry> + <entry> + <key>ScorePosition</key> + <value>Position</value> + </entry> + <entry> + <key>ScoreBudget</key> + <value>Projektbudget</value> + </entry> + <entry> + <key>ScoreDepartment</key> + <value>Einsatzbereich</value> + </entry> + <entry> + <key>ScoreCloud</key> + <value>Betriebsmodel</value> + </entry> + <entry> + <key>ScoreBased</key> + <value>Unternehmenssitz</value> + </entry> + <entry> + <key>Score</key> + </entry> + <entry> + <key>Scoretype</key> + <value>Bewertungstyp</value> + </entry> + <entry> + <key>${HIGHER_THAN_MAX} max: %0</key> + <value>Der eingegebene Wert ist über dem Maximalwert %0.</value> + </entry> + <entry> + <key>Rating</key> + <value>Bewertung</value> + </entry> + <entry> + <key>Possible Values</key> + <value>Mögliche Werte</value> + </entry> + <entry> + <key>251 to 1,000</key> + </entry> + <entry> + <key>Selection</key> + <value>Auswahl</value> + </entry> + <entry> + <key>Files</key> + <value>Dateien</value> + </entry> + <entry> + <key>postcode</key> + </entry> + <entry> + <key>Delete</key> + </entry> + <entry> + <key>Street</key> + </entry> + <entry> + <key>Start</key> + </entry> + <entry> + <key>End</key> + <value>Ende</value> + </entry> + <entry> + <key>Condition</key> + </entry> + <entry> + <key>File</key> + </entry> + <entry> + <key> User</key> + </entry> + <entry> + <key>Edit</key> + </entry> + <entry> + <key>Condition Type</key> + </entry> + <entry> + <key>Access type</key> + </entry> + <entry> + <key>Permission Overview</key> + </entry> + <entry> + <key>PermissionId</key> + </entry> + <entry> + <key>Entity</key> + </entry> + <entry> + <key>Sales Project</key> + <value>Vertriebsprojekt</value> + </entry> + <entry> + <key>Field</key> + </entry> + <entry> + <key>Permission Detail</key> + </entry> + <entry> + <key>Entities</key> + </entry> + <entry> + <key>Read</key> + </entry> + <entry> + <key>Permission Set ID</key> + </entry> + <entry> + <key>Create</key> + </entry> + <entry> + <key>To buildingnumber</key> + </entry> + <entry> + <key>Permission Overview</key> + </entry> + <entry> + <key>Action</key> + </entry> + <entry> + <key>View</key> + </entry> + <entry> + <key>From buildingnumber</key> + </entry> + <entry> + <key>Salutations</key> + </entry> + <entry> + <key>Paymentterm</key> + </entry> + <entry> + <key>New step</key> + </entry> + <entry> + <key>Runtime</key> + <value>Laufzeit</value> + </entry> + <entry> + <key>Fix costs</key> + <value>Fixkosten</value> + </entry> + <entry> + <key>Per participant</key> + <value>Pro Teilnehmer</value> + </entry> + <entry> + <key>Predecessor</key> + <value>Vorgänger</value> + </entry> + <entry> + <key>Group name</key> + <value>Gruppenname</value> + </entry> + <entry> + <key>Price Condition</key> + </entry> + <entry> + <key>Entität</key> + </entry> + <entry> + <key>beschränken</key> + </entry> + <entry> + <key>Feld</key> + </entry> + <entry> + <key>Possible Value</key> + <value>Möglicher Wert</value> + </entry> + <entry> + <key>erlauben</key> + </entry> + <entry> + <key>Could not determine the current Classification type (usage).</key> + </entry> + <entry> + <key>Datensatz</key> + </entry> + <entry> + <key>The new Classification name already exists.</key> + </entry> + <entry> + <key>3. Classification</key> + <value>3. Klassifizierung</value> + </entry> + <entry> + <key>1. Classification</key> + <value>1. Klassifizierung</value> + </entry> + <entry> + <key>2. Classification</key> + <value>2. Klassifizierung</value> + </entry> + <entry> + <key>Choose Footer</key> + <value>Fußtext auswählen</value> + </entry> + <entry> + <key>Choose Header</key> + <value>Kopftext auswählen</value> + </entry> + <entry> + <key>#0</key> + </entry> + <entry> + <key>Email Template</key> + </entry> + <entry> + <key>testing</key> + </entry> + <entry> + <key>double</key> + </entry> + <entry> + <key>closed</key> + </entry> + <entry> + <key>New Supportticket</key> + <value>Neues Supportticket</value> + </entry> + <entry> + <key>Bug Ticket</key> + </entry> + <entry> + <key>Support ticket</key> + </entry> + <entry> + <key>New Bugticket</key> + <value>Neues Bugticket</value> + </entry> + <entry> + <key>Keine Berechtigung zum Verschieben der Aufgabe</key> + </entry> + <entry> + <key>Kein Weitergeben von privaten Aufgaben möglich!</key> + </entry> <entry> <key>Search for new Entries</key> <value>Nach neuen Einträgen suchen</value> </entry> - </keyValueMap> - <font name="Dialog" style="0" size="11" /> -</language> + </keyValueMap> + <font name="Dialog" style="0" size="11" /> +</language> diff --git a/language/_____LANGUAGE_en/_____LANGUAGE_en.aod b/language/_____LANGUAGE_en/_____LANGUAGE_en.aod index 4b8ce587fca72b65aea1f10a18a794c7c92f44db..9d048042fa2abecdb4ff096f1f338bb0b9dac824 100644 --- a/language/_____LANGUAGE_en/_____LANGUAGE_en.aod +++ b/language/_____LANGUAGE_en/_____LANGUAGE_en.aod @@ -1,3702 +1,3702 @@ -<?xml version="1.0" encoding="UTF-8"?> -<language xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/language/1.2.0"> - <name>_____LANGUAGE_en</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <language>en</language> - <country></country> - <variant></variant> - <keyValueMap> - <entry> - <key>Company</key> - </entry> - <entry> - <key>New step</key> - </entry> - <entry> - <key>E-Mail</key> - </entry> - <entry> - <key>Male</key> - </entry> - <entry> - <key>Activity</key> - </entry> - <entry> - <key>Name</key> - </entry> - <entry> - <key>Austria</key> - </entry> - <entry> - <key>Customercode</key> - </entry> - <entry> - <key>Status</key> - </entry> - <entry> - <key>Active</key> - </entry> - <entry> - <key>Medium</key> - </entry> - <entry> - <key>Internet</key> - </entry> - <entry> - <key>Germany</key> - </entry> - <entry> - <key>Online-Meeting</key> - </entry> - <entry> - <key>Social Media</key> - </entry> - <entry> - <key>Visit</key> - </entry> - <entry> - <key>Information</key> - </entry> - <entry> - <key>Print Offer</key> - </entry> - <entry> - <key>Language</key> - </entry> - <entry> - <key>Phone</key> - </entry> - <entry> - <key>Activities</key> - </entry> - <entry> - <key>Female</key> - </entry> - <entry> - <key>Contactmanagement</key> - </entry> - <entry> - <key>Office address</key> - </entry> - <entry> - <key>Contact</key> - </entry> - <entry> - <key>Home address</key> - </entry> - <entry> - <key>Type</key> - </entry> - <entry> - <key>Contacts</key> - </entry> - <entry> - <key>Norway</key> - </entry> - <entry> - <key>Address</key> - </entry> - <entry> - <key>Addresses</key> - </entry> - <entry> - <key>${COMM_ADDRESS}</key> - <value>Address</value> - </entry> - <entry> - <key>Gender</key> - </entry> - <entry> - <key>Date of birth</key> - </entry> - <entry> - <key>Lastname</key> - </entry> - <entry> - <key>Salutation</key> - </entry> - <entry> - <key>Middlename</key> - </entry> - <entry> - <key>Title</key> - </entry> - <entry> - <key>Addresstype</key> - </entry> - <entry> - <key>Firstname</key> - </entry> - <entry> - <key>Description</key> - </entry> - <entry> - <key>Direction</key> - </entry> - <entry> - <key>Entrydate</key> - </entry> - <entry> - <key>Subject</key> - </entry> - <entry> - <key>Post office box</key> - </entry> - <entry> - <key>Delivery address</key> - </entry> - <entry> - <key>House number</key> - </entry> - <entry> - <key>Country</key> - </entry> - <entry> - <key>Communication</key> - </entry> - <entry> - <key>postcode</key> - </entry> - <entry> - <key>City</key> - </entry> - <entry> - <key>State</key> - </entry> - <entry> - <key>Region</key> - </entry> - <entry> - <key>District</key> - </entry> - <entry> - <key>Switzerland</key> - </entry> - <entry> - <key>Internal (2)</key> - </entry> - <entry> - <key>Company Addresses</key> - </entry> - <entry> - <key>yyyyMMdd</key> - </entry> - <entry> - <key>standard address</key> - </entry> - <entry> - <key>PP</key> - </entry> - <entry> - <key>VAT</key> - </entry> - <entry> - <key>The expiry date must be after the start date!</key> - </entry> - <entry> - <key>Product</key> - </entry> - <entry> - <key>Developer</key> - </entry> - <entry> - <key>Valid until</key> - </entry> - <entry> - <key>Price list</key> - </entry> - <entry> - <key>Currency</key> - </entry> - <entry> - <key>Payment method</key> - </entry> - <entry> - <key>Price list / Company</key> - </entry> - <entry> - <key>Curr. sales price</key> - </entry> - <entry> - <key>Contract</key> - </entry> - <entry> - <key>Stock</key> - </entry> - <entry> - <key>PP/SP</key> - </entry> - <entry> - <key>Next due date</key> - </entry> - <entry> - <key>Discount</key> - </entry> - <entry> - <key>The next due date must be after the start of the contract and before the expiry of the contract!</key> - </entry> - <entry> - <key>Sales</key> - </entry> - <entry> - <key>Contract number</key> - </entry> - <entry> - <key>Min. stock</key> - </entry> - <entry> - <key>SP</key> - </entry> - <entry> - <key>Commodity group 3</key> - </entry> - <entry> - <key>Commodity group 2</key> - </entry> - <entry> - <key>Commodity group 1</key> - </entry> - <entry> - <key>Contract start date</key> - </entry> - <entry> - <key>Spare parts</key> - </entry> - <entry> - <key>Unit</key> - </entry> - <entry> - <key>Contract expiry date</key> - </entry> - <entry> - <key>Yes</key> - </entry> - <entry> - <key>Type of contract</key> - </entry> - <entry> - <key>No</key> - </entry> - <entry> - <key>Service</key> - </entry> - <entry> - <key>Cancelled</key> - </entry> - <entry> - <key>Advertising material</key> - </entry> - <entry> - <key>Valid from</key> - </entry> - <entry> - <key>Product name</key> - </entry> - <entry> - <key>Product group</key> - </entry> - <entry> - <key>${CONTRACT_STATUS}</key> - <value>Status</value> - </entry> - <entry> - <key>From no. of units</key> - </entry> - <entry> - <key>Price</key> - </entry> - <entry> - <key>Conditions</key> - </entry> - <entry> - <key>Standard</key> - </entry> - <entry> - <key>I / O</key> - </entry> - <entry> - <key>Date</key> - </entry> - <entry> - <key>IN</key> - </entry> - <entry> - <key>OUT</key> - </entry> - <entry> - <key>Warehouse</key> - </entry> - <entry> - <key>Reference</key> - </entry> - <entry> - <key>The contract number already exists!</key> - </entry> - <entry> - <key>The product number already exists!</key> - </entry> - <entry> - <key>Quantity</key> - </entry> - <entry> - <key>Salesproject</key> - </entry> - <entry> - <key>Rollout</key> - </entry> - <entry> - <key>Phase</key> - </entry> - <entry> - <key>Product number</key> - </entry> - <entry> - <key>Project number</key> - </entry> - <entry> - <key>Project title</key> - </entry> - <entry> - <key>Project start</key> - </entry> - <entry> - <key>Volume</key> - </entry> - <entry> - <key>Partial order</key> - </entry> - <entry> - <key>Open</key> - </entry> - <entry> - <key>Lost</key> - </entry> - <entry> - <key>Order</key> - </entry> - <entry> - <key>Postponed</key> - </entry> - <entry> - <key>Aborted</key> - </entry> - <entry> - <key>Total net</key> - </entry> - <entry> - <key>Offer</key> - </entry> - <entry> - <key>Offer number</key> - </entry> - <entry> - <key>Probability</key> - </entry> - <entry> - <key>Total VAT</key> - </entry> - <entry> - <key>The offer number already exists!</key> - </entry> - <entry> - <key>0 %</key> - </entry> - <entry> - <key>75 %</key> - </entry> - <entry> - <key>100 %</key> - </entry> - <entry> - <key>25 %</key> - </entry> - <entry> - <key>50 %</key> - </entry> - <entry> - <key>Won</key> - </entry> - <entry> - <key>Checked</key> - </entry> - <entry> - <key>Sent</key> - </entry> - <entry> - <key>Offeritems</key> - </entry> - <entry> - <key>Header text</key> - </entry> - <entry> - <key>Commodity group</key> - </entry> - <entry> - <key>Footer text</key> - </entry> - <entry> - <key>Designation</key> - </entry> - <entry> - <key>Position</key> - </entry> - <entry> - <key>Optional</key> - </entry> - <entry> - <key>Article</key> - </entry> - <entry> - <key>Offeritem</key> - </entry> - <entry> - <key>Sum</key> - </entry> - <entry> - <key>Option4</key> - </entry> - <entry> - <key>Option3</key> - </entry> - <entry> - <key>Option2</key> - </entry> - <entry> - <key>Option1</key> - </entry> - <entry> - <key>Countries</key> - </entry> - <entry> - <key>Options</key> - </entry> - <entry> - <key>Total gross</key> - </entry> - <entry> - <key>Identical price list found!</key> - </entry> - <entry> - <key>Parts list</key> - </entry> - <entry> - <key>Parent</key> - </entry> - <entry> - <key>${EURO_SIGN}</key> - <value>€</value> - </entry> - <entry> - <key>Planned</key> - </entry> - <entry> - <key>Info</key> - </entry> - <entry> - <key>${VOLUME_MONEY}</key> - <value>Volume</value> - </entry> - <entry> - <key>Milestones</key> - </entry> - <entry> - <key>Excreted</key> - </entry> - <entry> - <key>Reason</key> - </entry> - <entry> - <key>Document</key> - </entry> - <entry> - <key>Competition</key> - </entry> - <entry> - <key>Forecast</key> - </entry> - <entry> - <key>Role</key> - </entry> - <entry> - <key>End date</key> - </entry> - <entry> - <key>Documents</key> - </entry> - <entry> - <key>Curr. purchase price</key> - </entry> - <entry> - <key>New offer version</key> - </entry> - <entry> - <key>Vers. no.</key> - </entry> - <entry> - <key>Copy offer</key> - </entry> - <entry> - <key>Contracts</key> - </entry> - <entry> - <key>Classification</key> - </entry> - <entry> - <key>High price strategy</key> - </entry> - <entry> - <key>Low price strategy</key> - </entry> - <entry> - <key>Other</key> - </entry> - <entry> - <key>Individual</key> - </entry> - <entry> - <key>Please update the ${FORECAST_ENGLISH}.</key> - <value>Please update the forecast.</value> - </entry> - <entry> - <key>Value</key> - </entry> - <entry> - <key>no valid format</key> - </entry> - <entry> - <key>Pos.</key> - </entry> - <entry> - <key>ISO 3166-1 alpha-3</key> - </entry> - <entry> - <key>ISO 3166-1 alpha-2</key> - </entry> - <entry> - <key>0.00</key> - </entry> - <entry> - <key>Relationship</key> - </entry> - <entry> - <key>${BINARY_LIB_TOO_MANY_BINARIES}</key> - <value>For this binary field only one data-item is allowed</value> - </entry> - <entry> - <key>Native Name</key> - </entry> - <entry> - <key>#,##0</key> - </entry> - <entry> - <key>New offer</key> - </entry> - <entry> - <key>dd.MM.yyyy</key> - <value>MM/dd/yyyy</value> - </entry> - <entry> - <key>no valid mail-address format</key> - </entry> - <entry> - <key>#,##0.00</key> - </entry> - <entry> - <key>Latin Name</key> - </entry> - <entry> - <key>Organisation name</key> - </entry> - <entry> - <key>Connection</key> - </entry> - <entry> - <key>standard email</key> - </entry> - <entry> - <key>Edit defaults</key> - </entry> - <entry> - <key>Creator</key> - </entry> - <entry> - <key>Timetracking</key> - </entry> - <entry> - <key>Further informations</key> - </entry> - <entry> - <key>Social</key> - </entry> - <entry> - <key>Facebook Feed</key> - </entry> - <entry> - <key>Group1</key> - </entry> - <entry> - <key>Group2</key> - </entry> - <entry> - <key>Details</key> - </entry> - <entry> - <key>Prices</key> - </entry> - <entry> - <key>Twitter</key> - </entry> - <entry> - <key>Connections</key> - </entry> - <entry> - <key>Object</key> - </entry> - <entry> - <key>Attributes</key> - </entry> - <entry> - <key>Facebook</key> - </entry> - <entry> - <key>Creation date</key> - </entry> - <entry> - <key>Maindocuments</key> - </entry> - <entry> - <key>Receipt</key> - </entry> - <entry> - <key>Receipt number</key> - </entry> - <entry> - <key>Year</key> - </entry> - <entry> - <key>New receipt version</key> - </entry> - <entry> - <key>Orderitems</key> - </entry> - <entry> - <key>Sent receipts</key> - </entry> - <entry> - <key>Copy receipt</key> - </entry> - <entry> - <key>Orderitem</key> - </entry> - <entry> - <key>The order number already exists!</key> - </entry> - <entry> - <key>New activity</key> - </entry> - <entry> - <key>Turnover</key> - </entry> - <entry> - <key>Sent offers</key> - </entry> - <entry> - <key>Show all activities</key> - </entry> - <entry> - <key>Offers</key> - </entry> - <entry> - <key>Show all sent offers</key> - </entry> - <entry> - <key>Show my activities</key> - </entry> - <entry> - <key>Show all receipts</key> - </entry> - <entry> - <key>Receipts</key> - </entry> - <entry> - <key>My Activities</key> - </entry> - <entry> - <key>Show all offers</key> - </entry> - <entry> - <key>Show all products</key> - </entry> - <entry> - <key>Show all Facebook posts of a user</key> - </entry> - <entry> - <key>Show all tweets of a user</key> - </entry> - <entry> - <key>Show all companies</key> - </entry> - <entry> - <key>Show all tweets of ADITO</key> - </entry> - <entry> - <key>Show all sent receipts</key> - </entry> - <entry> - <key>Products</key> - </entry> - <entry> - <key>Show all Facebook posts of ADITO</key> - </entry> - <entry> - <key>Companies</key> - </entry> - <entry> - <key>Show all contacts</key> - </entry> - <entry> - <key>Show open salesprojects</key> - </entry> - <entry> - <key>Show all contracts</key> - </entry> - <entry> - <key>Salesprojects</key> - </entry> - <entry> - <key>Show all salesprojects</key> - </entry> - <entry> - <key>Open salesprojects</key> - </entry> - <entry> - <key>July</key> - </entry> - <entry> - <key>ADITO Facebook Feed</key> - </entry> - <entry> - <key>ADITO Twitter Feed</key> - </entry> - <entry> - <key>June</key> - </entry> - <entry> - <key>October</key> - </entry> - <entry> - <key>Take price</key> - </entry> - <entry> - <key>Twitter Feed</key> - </entry> - <entry> - <key>November</key> - </entry> - <entry> - <key>December</key> - </entry> - <entry> - <key>May</key> - </entry> - <entry> - <key>April</key> - </entry> - <entry> - <key>January</key> - </entry> - <entry> - <key>March</key> - </entry> - <entry> - <key>September</key> - </entry> - <entry> - <key>August</key> - </entry> - <entry> - <key>Category</key> - </entry> - <entry> - <key>February</key> - </entry> - <entry> - <key>Abomodel</key> - </entry> - <entry> - <key>Confirmed</key> - </entry> - <entry> - <key>OutOfOffice</key> - </entry> - <entry> - <key>Articledescription</key> - </entry> - <entry> - <key>Articlenumber</key> - </entry> - <entry> - <key>Industry</key> - </entry> - <entry> - <key>Put Reciever Into To</key> - </entry> - <entry> - <key>Unitprice</key> - </entry> - <entry> - <key>Free</key> - </entry> - <entry> - <key>Total</key> - </entry> - <entry> - <key>yearly series not specified</key> - </entry> - <entry> - <key>no standard email office</key> - </entry> - <entry> - <key>Conditions of payment</key> - </entry> - <entry> - <key>Number</key> - </entry> - <entry> - <key>Amount</key> - </entry> - <entry> - <key>Deliveryspecification</key> - </entry> - <entry> - <key>Ignore daily series</key> - </entry> - <entry> - <key>Tentative</key> - </entry> - <entry> - <key>Ignore series</key> - </entry> - <entry> - <key>Plus Salestax</key> - </entry> - <entry> - <key>Choose address</key> - </entry> - <entry> - <key>Customer Base Sheet</key> - </entry> - <entry> - <key>{$TASK_STATUS}</key> - <value>Status</value> - </entry> - <entry> - <key>Task</key> - </entry> - <entry> - <key>subject</key> - </entry> - <entry> - <key>{$TASK_REQUESTOR}</key> - <value>Requestor</value> - </entry> - <entry> - <key>task number</key> - </entry> - <entry> - <key>{$TASK_EDITOR}</key> - <value>Editor</value> - </entry> - <entry> - <key>description</key> - </entry> - <entry> - <key>priority</key> - </entry> - <entry> - <key>{$TASK_PRIORITY_HIGH}</key> - <value>High</value> - </entry> - <entry> - <key>Seite</key> - </entry> - <entry> - <key>Senden per E-Mail</key> - </entry> - <entry> - <key>Betreff</key> - </entry> - <entry> - <key>title</key> - </entry> - <entry> - <key>von</key> - </entry> - <entry> - <key>{$TASK_PRIORITY_LOW}</key> - <value>Low</value> - </entry> - <entry> - <key>Nur Eigene anzeigen</key> - </entry> - <entry> - <key>{$TASK_PRIORITY_NORMAL}</key> - <value>Normal</value> - </entry> - <entry> - <key>Beschreibung</key> - </entry> - <entry> - <key>Unit price</key> - </entry> - <entry> - <key>type</key> - </entry> - <entry> - <key>Benutzer</key> - </entry> - <entry> - <key>{$TASK_PRIORITY_NONE}</key> - <value>None</value> - </entry> - <entry> - <key>Termin</key> - </entry> - <entry> - <key>Vorschau</key> - </entry> - <entry> - <key>Angebot</key> - </entry> - <entry> - <key>details</key> - </entry> - <entry> - <key>Contact type</key> - </entry> - <entry> - <key>Communication data</key> - </entry> - <entry> - <key>Remark</key> - </entry> - <entry> - <key>Department</key> - </entry> - <entry> - <key>Tasks</key> - </entry> - <entry> - <key>Employee</key> - </entry> - <entry> - <key>${SALESPROJECT_MEMBER}</key> - <value>Project member</value> - </entry> - <entry> - <key>responsible</key> - </entry> - <entry> - <key>Kundenstammblatt</key> - </entry> - <entry> - <key>Person</key> - </entry> - <entry> - <key>Detail</key> - </entry> - <entry> - <key>Relations</key> - </entry> - <entry> - <key>${FORECAST_ENGLISH}</key> - <value>Forecast</value> - </entry> - <entry> - <key>Usage</key> - </entry> - <entry> - <key>Maximal Count</key> - </entry> - <entry> - <key>Minimal Count</key> - </entry> - <entry> - <key>${ADDRESS_STATE}</key> - <value>State</value> - </entry> - <entry> - <key>Title (original language)</key> - </entry> - <entry> - <key>Key</key> - </entry> - <entry> - <key>Attribute</key> - </entry> - <entry> - <key>Container</key> - </entry> - <entry> - <key>Administration</key> - </entry> - <entry> - <key>Keyword</key> - </entry> - <entry> - <key>Sorting</key> - </entry> - <entry> - <key>jdito</key> - </entry> - <entry> - <key>Time expenses</key> - </entry> - <entry> - <key>Context id</key> - </entry> - <entry> - <key>Context name</key> - </entry> - <entry> - <key>Cambodia</key> - </entry> - <entry> - <key>Resigned</key> - </entry> - <entry> - <key>Customer</key> - </entry> - <entry> - <key>Outgoing</key> - </entry> - <entry> - <key>Paraguay</key> - </entry> - <entry> - <key>Solomon Islands</key> - </entry> - <entry> - <key>Montserrat</key> - </entry> - <entry> - <key>Guadeloupe</key> - </entry> - <entry> - <key>Product_technic</key> - </entry> - <entry> - <key>Moldova (Republic of)</key> - </entry> - <entry> - <key>Seychelles</key> - </entry> - <entry> - <key>Canadian dollar</key> - </entry> - <entry> - <key>Bahrain</key> - </entry> - <entry> - <key>Comoros</key> - </entry> - <entry> - <key>Faroe Islands</key> - </entry> - <entry> - <key>Finland</key> - </entry> - <entry> - <key>Project_duration</key> - </entry> - <entry> - <key>Company_internationality</key> - </entry> - <entry> - <key>Eritrea</key> - </entry> - <entry> - <key>Puerto Rico</key> - </entry> - <entry> - <key>Viet Nam</key> - </entry> - <entry> - <key>Libya</key> - </entry> - <entry> - <key>French</key> - </entry> - <entry> - <key>Cocos (Keeling) Islands</key> - </entry> - <entry> - <key>Saint Helena, Ascension and Tristan da Cunha</key> - </entry> - <entry> - <key>Liechtenstein</key> - </entry> - <entry> - <key>Product_functionality</key> - </entry> - <entry> - <key>Bulgaria</key> - </entry> - <entry> - <key>Jordan</key> - </entry> - <entry> - <key>United Arab Emirates</key> - </entry> - <entry> - <key>Kenya</key> - </entry> - <entry> - <key>None, individual count</key> - </entry> - <entry> - <key>French Polynesia</key> - </entry> - <entry> - <key>Djibouti</key> - </entry> - <entry> - <key>Cuba</key> - </entry> - <entry> - <key>Saint Lucia</key> - </entry> - <entry> - <key>Mayotte</key> - </entry> - <entry> - <key>Israel</key> - </entry> - <entry> - <key>San Marino</key> - </entry> - <entry> - <key>Tajikistan</key> - </entry> - <entry> - <key>Warehouse 2</key> - </entry> - <entry> - <key>Warehouse 1</key> - </entry> - <entry> - <key>Gibraltar</key> - </entry> - <entry> - <key>Warehouse 3</key> - </entry> - <entry> - <key>Cyprus</key> - </entry> - <entry> - <key>Semiannually</key> - </entry> - <entry> - <key>Northern Mariana Islands</key> - </entry> - <entry> - <key>Malaysia</key> - </entry> - <entry> - <key>Armenia</key> - </entry> - <entry> - <key>Brazil</key> - </entry> - <entry> - <key>Turks and Caicos Islands</key> - </entry> - <entry> - <key>Cabo Verde</key> - </entry> - <entry> - <key>Ecuador</key> - </entry> - <entry> - <key>Iran (Islamic Republic of)</key> - </entry> - <entry> - <key>Decision maker</key> - </entry> - <entry> - <key>Lao People's Democratic Republic</key> - </entry> - <entry> - <key>Maintenance contract</key> - </entry> - <entry> - <key>United States Minor Outlying Islands</key> - </entry> - <entry> - <key>Italy</key> - </entry> - <entry> - <key>${ORGTYPE_OTHER}</key> - <value>Other</value> - </entry> - <entry> - <key>Haiti</key> - </entry> - <entry> - <key>Afghanistan</key> - </entry> - <entry> - <key>Russian Federation</key> - </entry> - <entry> - <key>waiting</key> - </entry> - <entry> - <key>American Samoa</key> - </entry> - <entry> - <key>Korea (Democratic People's Republic of)</key> - </entry> - <entry> - <key>United States dollar</key> - </entry> - <entry> - <key>Kyrgyzstan</key> - </entry> - <entry> - <key>Togo</key> - </entry> - <entry> - <key>Other_existing Customer</key> - </entry> - <entry> - <key>Uzbekistan</key> - </entry> - <entry> - <key>Dominica</key> - </entry> - <entry> - <key>Benin</key> - </entry> - <entry> - <key>Liter</key> - </entry> - <entry> - <key>Virgin Islands (British)</key> - </entry> - <entry> - <key>Sudan</key> - </entry> - <entry> - <key>Portugal</key> - </entry> - <entry> - <key>Grenada</key> - </entry> - <entry> - <key>Latvia</key> - </entry> - <entry> - <key>Mongolia</key> - </entry> - <entry> - <key>Morocco</key> - </entry> - <entry> - <key>Guatemala</key> - </entry> - <entry> - <key>Pieces</key> - </entry> - <entry> - <key>Heard Island and McDonald Islands</key> - </entry> - <entry> - <key>Incoming</key> - </entry> - <entry> - <key>Ghana</key> - </entry> - <entry> - <key>Holy See</key> - </entry> - <entry> - <key>India</key> - </entry> - <entry> - <key>Canada</key> - </entry> - <entry> - <key>Maldives</key> - </entry> - <entry> - <key>Service contract</key> - </entry> - <entry> - <key>Taiwan</key> - </entry> - <entry> - <key>Central African Republic</key> - </entry> - <entry> - <key>Fiji</key> - </entry> - <entry> - <key>Guinea</key> - </entry> - <entry> - <key>Somalia</key> - </entry> - <entry> - <key>Sao Tome and Principe</key> - </entry> - <entry> - <key>United Kingdom of Great Britain and Northern Ireland</key> - </entry> - <entry> - <key>Equatorial Guinea</key> - </entry> - <entry> - <key>Kiribati</key> - </entry> - <entry> - <key>Costa Rica</key> - </entry> - <entry> - <key>Supplier</key> - </entry> - <entry> - <key>Nigeria</key> - </entry> - <entry> - <key>Syrian Arab Republic</key> - </entry> - <entry> - <key>Timor-Leste</key> - </entry> - <entry> - <key>Product_mobile use</key> - </entry> - <entry> - <key>Samoa</key> - </entry> - <entry> - <key>Spain</key> - </entry> - <entry> - <key>Palau</key> - </entry> - <entry> - <key>Prospect</key> - </entry> - <entry> - <key>Estonia</key> - </entry> - <entry> - <key>Not signed yet</key> - </entry> - <entry> - <key>Niue</key> - </entry> - <entry> - <key>Mozambique</key> - </entry> - <entry> - <key>El Salvador</key> - </entry> - <entry> - <key>Guam</key> - </entry> - <entry> - <key>Lesotho</key> - </entry> - <entry> - <key>Tonga</key> - </entry> - <entry> - <key>Western Sahara</key> - </entry> - <entry> - <key>new</key> - </entry> - <entry> - <key>Adviser</key> - </entry> - <entry> - <key>Company_size</key> - </entry> - <entry> - <key>Republic of Kosovo</key> - </entry> - <entry> - <key>South Sudan</key> - </entry> - <entry> - <key>Mauritius</key> - </entry> - <entry> - <key>Bouvet Island</key> - </entry> - <entry> - <key>Bolivia (Plurinational State of)</key> - </entry> - <entry> - <key>Norfolk Island</key> - </entry> - <entry> - <key>Sint Maarten (Dutch part)</key> - </entry> - <entry> - <key>Micronesia (Federated States of)</key> - </entry> - <entry> - <key>Product_industry knowhow</key> - </entry> - <entry> - <key>United States of America</key> - </entry> - <entry> - <key>In review</key> - </entry> - <entry> - <key>Address purchase</key> - </entry> - <entry> - <key>Malta</key> - </entry> - <entry> - <key>Project_volume</key> - </entry> - <entry> - <key>Ireland</key> - </entry> - <entry> - <key>Inactive</key> - </entry> - <entry> - <key>France</key> - </entry> - <entry> - <key>Lithuania</key> - </entry> - <entry> - <key>Korea (Republic of)</key> - </entry> - <entry> - <key>${PRICELIST_SERVICE}</key> - <value>Service</value> - </entry> - <entry> - <key>English</key> - </entry> - <entry> - <key>Nicaragua</key> - </entry> - <entry> - <key>Macao</key> - </entry> - <entry> - <key>Mexico</key> - </entry> - <entry> - <key>Uganda</key> - </entry> - <entry> - <key>Suriname</key> - </entry> - <entry> - <key>Greenland</key> - </entry> - <entry> - <key>Papua New Guinea</key> - </entry> - <entry> - <key>Kazakhstan</key> - </entry> - <entry> - <key>Bahamas</key> - </entry> - <entry> - <key>Mali</key> - </entry> - <entry> - <key>Marshall Islands</key> - </entry> - <entry> - <key>Panama</key> - </entry> - <entry> - <key>Bonaire, Sint Eustatius and Saba</key> - </entry> - <entry> - <key>Tanzania, United Republic of</key> - </entry> - <entry> - <key>Argentina</key> - </entry> - <entry> - <key>Belize</key> - </entry> - <entry> - <key>Zambia</key> - </entry> - <entry> - <key>Congo</key> - </entry> - <entry> - <key>Guinea-Bissau</key> - </entry> - <entry> - <key>Namibia</key> - </entry> - <entry> - <key>External sales manager</key> - </entry> - <entry> - <key>Georgia</key> - </entry> - <entry> - <key>Saint Kitts and Nevis</key> - </entry> - <entry> - <key>Yemen</key> - </entry> - <entry> - <key>Aruba</key> - </entry> - <entry> - <key>Madagascar</key> - </entry> - <entry> - <key>Valid, unlimited</key> - </entry> - <entry> - <key>Svalbard and Jan Mayen</key> - </entry> - <entry> - <key>South Georgia and the South Sandwich Islands</key> - </entry> - <entry> - <key>Sweden</key> - </entry> - <entry> - <key>Malawi</key> - </entry> - <entry> - <key>Andorra</key> - </entry> - <entry> - <key>Poland</key> - </entry> - <entry> - <key>Tunisia</key> - </entry> - <entry> - <key>Tuvalu</key> - </entry> - <entry> - <key>Lebanon</key> - </entry> - <entry> - <key>Azerbaijan</key> - </entry> - <entry> - <key>Czech Republic</key> - </entry> - <entry> - <key>Mauritania</key> - </entry> - <entry> - <key>Guernsey</key> - </entry> - <entry> - <key>Kgs</key> - </entry> - <entry> - <key>Australia</key> - </entry> - <entry> - <key>Myanmar</key> - </entry> - <entry> - <key>Cameroon</key> - </entry> - <entry> - <key>Iceland</key> - </entry> - <entry> - <key>Oman</key> - </entry> - <entry> - <key>Gabon</key> - </entry> - <entry> - <key>Luxembourg</key> - </entry> - <entry> - <key>Algeria</key> - </entry> - <entry> - <key>Jersey</key> - </entry> - <entry> - <key>Slovenia</key> - </entry> - <entry> - <key>Antigua and Barbuda</key> - </entry> - <entry> - <key>Annually</key> - </entry> - <entry> - <key>Colombia</key> - </entry> - <entry> - <key>Project_reference</key> - </entry> - <entry> - <key>Vanuatu</key> - </entry> - <entry> - <key>Valid, limited</key> - </entry> - <entry> - <key>Honduras</key> - </entry> - <entry> - <key>Antarctica</key> - </entry> - <entry> - <key>Nauru</key> - </entry> - <entry> - <key>Burundi</key> - </entry> - <entry> - <key>Project manager</key> - </entry> - <entry> - <key>Singapore</key> - </entry> - <entry> - <key>French Guiana</key> - </entry> - <entry> - <key>Hours</key> - </entry> - <entry> - <key>Christmas Island</key> - </entry> - <entry> - <key>Netherlands</key> - </entry> - <entry> - <key>Product_flexibility</key> - </entry> - <entry> - <key>China</key> - </entry> - <entry> - <key>Martinique</key> - </entry> - <entry> - <key>Own website</key> - </entry> - <entry> - <key>Saint Pierre and Miquelon</key> - </entry> - <entry> - <key>Bhutan</key> - </entry> - <entry> - <key>Romania</key> - </entry> - <entry> - <key>Falkland Islands (Malvinas)</key> - </entry> - <entry> - <key>Philippines</key> - </entry> - <entry> - <key>Pitcairn</key> - </entry> - <entry> - <key>Zimbabwe</key> - </entry> - <entry> - <key>British Indian Ocean Territory</key> - </entry> - <entry> - <key>Montenegro</key> - </entry> - <entry> - <key>Quarterly</key> - </entry> - <entry> - <key>Indonesia</key> - </entry> - <entry> - <key>Angola</key> - </entry> - <entry> - <key>Internal</key> - </entry> - <entry> - <key>Key account</key> - <value></value> - </entry> - <entry> - <key>Brunei Darussalam</key> - </entry> - <entry> - <key>New Caledonia</key> - </entry> - <entry> - <key>Cayman Islands</key> - </entry> - <entry> - <key>Congo (Democratic Republic of the)</key> - </entry> - <entry> - <key>Greece</key> - </entry> - <entry> - <key>Guyana</key> - </entry> - <entry> - <key>Project assistant</key> - </entry> - <entry> - <key>Iraq</key> - </entry> - <entry> - <key>Chile</key> - </entry> - <entry> - <key>Nepal</key> - </entry> - <entry> - <key>${PRICELIST_DEFAULT}</key> - <value>Standard</value> - </entry> - <entry> - <key>Customer recommendation</key> - </entry> - <entry> - <key>Other_unknown</key> - </entry> - <entry> - <key>Isle of Man</key> - </entry> - <entry> - <key>Ukraine</key> - </entry> - <entry> - <key>Anguilla</key> - </entry> - <entry> - <key>Euro</key> - </entry> - <entry> - <key>Product_GUI</key> - </entry> - <entry> - <key>${GENDER_OTHER}</key> - </entry> - <entry> - <key>Turkey</key> - </entry> - <entry> - <key>Belgium</key> - </entry> - <entry> - <key>South Africa</key> - </entry> - <entry> - <key>Trinidad and Tobago</key> - </entry> - <entry> - <key>Bermuda</key> - </entry> - <entry> - <key>Jamaica</key> - </entry> - <entry> - <key>Peru</key> - </entry> - <entry> - <key>Turkmenistan</key> - </entry> - <entry> - <key>Venezuela (Bolivarian Republic of)</key> - </entry> - <entry> - <key>Tokelau</key> - </entry> - <entry> - <key>Hong Kong</key> - </entry> - <entry> - <key>Chad</key> - </entry> - <entry> - <key>German</key> - </entry> - <entry> - <key>Thailand</key> - </entry> - <entry> - <key>in process</key> - </entry> - <entry> - <key>Saint Martin (French part)</key> - </entry> - <entry> - <key>Kuwait</key> - </entry> - <entry> - <key>Palestine, State of</key> - </entry> - <entry> - <key>Croatia</key> - </entry> - <entry> - <key>Cook Islands</key> - </entry> - <entry> - <key>Fair</key> - </entry> - <entry> - <key>Sri Lanka</key> - </entry> - <entry> - <key>Uruguay</key> - </entry> - <entry> - <key>Liberia</key> - </entry> - <entry> - <key>Burkina Faso</key> - </entry> - <entry> - <key>Swiss franc</key> - </entry> - <entry> - <key>Swaziland</key> - </entry> - <entry> - <key>ended</key> - </entry> - <entry> - <key>Wallis and Futuna</key> - </entry> - <entry> - <key>Company_industry knowhow</key> - </entry> - <entry> - <key>Monaco</key> - </entry> - <entry> - <key>Spanish</key> - </entry> - <entry> - <key>Hungary</key> - </entry> - <entry> - <key>Japan</key> - </entry> - <entry> - <key>Belarus</key> - </entry> - <entry> - <key>Albania</key> - </entry> - <entry> - <key>Internal sales manager</key> - </entry> - <entry> - <key>Virgin Islands (U.S.)</key> - </entry> - <entry> - <key>New Zealand</key> - </entry> - <entry> - <key>Senegal</key> - </entry> - <entry> - <key>Ethiopia</key> - </entry> - <entry> - <key>Macedonia (the former Yugoslav Republic of)</key> - </entry> - <entry> - <key>Egypt</key> - </entry> - <entry> - <key>Sierra Leone</key> - </entry> - <entry> - <key>Saudi Arabia</key> - </entry> - <entry> - <key>Pakistan</key> - </entry> - <entry> - <key>Gambia</key> - </entry> - <entry> - <key>Qatar</key> - </entry> - <entry> - <key>Slovakia</key> - </entry> - <entry> - <key>Serbia</key> - </entry> - <entry> - <key>Bosnia and Herzegovina</key> - </entry> - <entry> - <key>Framework contract</key> - </entry> - <entry> - <key>Niger</key> - </entry> - <entry> - <key>Rwanda</key> - </entry> - <entry> - <key>French Southern Territories</key> - </entry> - <entry> - <key>Bangladesh</key> - </entry> - <entry> - <key>Barbados</key> - </entry> - <entry> - <key>Botswana</key> - </entry> - <entry> - <key>Saint Vincent and the Grenadines</key> - </entry> - <entry> - <key>Denmark</key> - </entry> - <entry> - <key>Dominican Republic</key> - </entry> - <entry> - <key>Cover letter</key> - </entry> - <entry> - <key>Create receipt</key> - </entry> - <entry> - <key>New time tracking</key> - </entry> - <entry> - <key>MAL</key> - </entry> - <entry> - <key>SQO</key> - </entry> - <entry> - <key>NQC</key> - </entry> - <entry> - <key>MQL</key> - </entry> - <entry> - <key>SAL</key> - </entry> - <entry> - <key>Checkbox</key> - </entry> - <entry> - <key>Numeric value</key> - </entry> - <entry> - <key>decline</key> - </entry> - <entry> - <key>Text</key> - </entry> - <entry> - <key>Group</key> - </entry> - <entry> - <key>Combobox</key> - </entry> - <entry> - <key>tentative</key> - </entry> - <entry> - <key>${NUMBER}</key> - <value>Number</value> - </entry> - <entry> - <key>Name \"%0\" already used for container \"%1\"</key> - </entry> - <entry> - <key>CHAR_VALUE</key> - </entry> - <entry> - <key>Keyword Attribute</key> - </entry> - <entry> - <key>in</key> - </entry> - <entry> - <key>Keyword Attribute Values</key> - </entry> - <entry> - <key>Boolean value</key> - </entry> - <entry> - <key>accept</key> - </entry> - <entry> - <key>The ZIP code does not match the format of the country.</key> - </entry> - <entry> - <key>String value</key> - </entry> - <entry> - <key>The code number is not a valid number.</key> - </entry> - <entry> - <key>${SQL_LIB_UNSUPPORTED_DBTYPE} function: %0</key> - <value>The DBTYPE is not supported by function %0.</value> - </entry> - <entry> - <key>${PRODUCT_LIB_NO_PRODUCT_ID} function: %0</key> - <value>Missing productId in function %0.</value> - </entry> - <entry> - <key>Object type</key> - </entry> - <entry> - <key>Touchpoint</key> - </entry> - <entry> - <key>Touchpoints</key> - </entry> - <entry> - <key>Days inactive</key> - </entry> - <entry> - <key>Combobox Value</key> - </entry> - <entry> - <key>relations</key> - </entry> - <entry> - <key>Time</key> - </entry> - <entry> - <key>New task</key> - </entry> - <entry> - <key>the specified key has to be unique for that container but does already exist</key> - </entry> - <entry> - <key>Relationtype</key> - </entry> - <entry> - <key>Tree</key> - </entry> - <entry> - <key>100%</key> - </entry> - <entry> - <key>Mobil</key> - </entry> - <entry> - <key>25%</key> - </entry> - <entry> - <key>50%</key> - </entry> - <entry> - <key>75%</key> - </entry> - <entry> - <key>no keyword attribute \"%0\" found in keyword container \"%1\"</key> - </entry> - <entry> - <key>competitor</key> - </entry> - <entry> - <key>0%</key> - </entry> - <entry> - <key>acquainted with</key> - </entry> - <entry> - <key>collaboration with</key> - </entry> - <entry> - <key>parent company</key> - </entry> - <entry> - <key>society</key> - </entry> - <entry> - <key>ankle of</key> - </entry> - <entry> - <key>solicits</key> - </entry> - <entry> - <key>child of</key> - </entry> - <entry> - <key>supervisor of</key> - </entry> - <entry> - <key>reports to</key> - </entry> - <entry> - <key>subsidiary</key> - </entry> - <entry> - <key>supported by</key> - </entry> - <entry> - <key>member</key> - </entry> - <entry> - <key>promotion target of</key> - </entry> - <entry> - <key>supports</key> - </entry> - <entry> - <key>parent of</key> - </entry> - <entry> - <key>grandparents of</key> - </entry> - <entry> - <key>Entrydate (Month)</key> - </entry> - <entry> - <key>Entrydate (Day)</key> - </entry> - <entry> - <key>My Dashboard</key> - </entry> - <entry> - <key>Salesdashboard</key> - </entry> - <entry> - <key>Discount %</key> - </entry> - <entry> - <key>Memo</key> - </entry> - <entry> - <key>Function</key> - </entry> - <entry> - <key>Relational</key> - </entry> - <entry> - <key>Only numbers are allowed.</key> - </entry> - <entry> - <key>Superordinate Attribute</key> - </entry> - <entry> - <key>${SALESPROJECT_OFFER}</key> - <value>Offer</value> - </entry> - <entry> - <key>${SALESPROJECT_NEGOTIATION}</key> - <value>Negotiation</value> - </entry> - <entry> - <key>Filesize</key> - </entry> - <entry> - <key>Filename</key> - </entry> - <entry> - <key>Filetype</key> - </entry> - <entry> - <key>Special price list</key> - </entry> - <entry> - <key>New attribute</key> - </entry> - <entry> - <key>MQC</key> - </entry> - <entry> - <key>History</key> - </entry> - <entry> - <key>Progress</key> - </entry> - <entry> - <key>Module</key> - </entry> - <entry> - <key>7 days net</key> - </entry> - <entry> - <key>carriage free</key> - </entry> - <entry> - <key>8 days 2% discount, 30 days net</key> - </entry> - <entry> - <key>CIF</key> - </entry> - <entry> - <key>ex works</key> - </entry> - <entry> - <key>30 days net</key> - </entry> - <entry> - <key>Directly responsible:</key> - </entry> - <entry> - <key>Payment term</key> - </entry> - <entry> - <key>Contactrole</key> - </entry> - <entry> - <key>New appointment</key> - </entry> - <entry> - <key>&Aufg / Term (%0/%1)</key> - </entry> - <entry> - <key>Verschieben auf Datum?</key> - </entry> - <entry> - <key>niedrig</key> - </entry> - <entry> - <key>Gebucht</key> - </entry> - <entry> - <key>Other Contactroles</key> - </entry> - <entry> - <key>In Bearbeitung</key> - </entry> - <entry> - <key>OK</key> - </entry> - <entry> - <key>Nicht begonnen</key> - </entry> - <entry> - <key>Bitte Filterbedingungen setzen</key> - </entry> - <entry> - <key>keine</key> - </entry> - <entry> - <key>Eine private Aufgabe kann nicht jemand anderem zugewiesen werden.</key> - </entry> - <entry> - <key>Aufgaben von</key> - </entry> - <entry> - <key>&Aufgaben (%0)</key> - </entry> - <entry> - <key>hoch</key> - </entry> - <entry> - <key>Erledigt</key> - </entry> - <entry> - <key>Abgesagt</key> - </entry> - <entry> - <key>Abbrechen</key> - </entry> - <entry> - <key>delegiert</key> - </entry> - <entry> - <key>frei</key> - </entry> - <entry> - <key>%0 Aufgabe(n) erfolgreich weitergegeben an: %1</key> - </entry> - <entry> - <key>normal</key> - </entry> - <entry> - <key>Termine von</key> - </entry> - <entry> - <key>nur Verschiebung in die Zukunft erlaubt!</key> - </entry> - <entry> - <key>Kategorie</key> - </entry> - <entry> - <key>Product content</key> - </entry> - <entry> - <key>Know How</key> - </entry> - <entry> - <key>Personal appearance</key> - </entry> - <entry> - <key>Market situation</key> - </entry> - <entry> - <key>Liquidity</key> - </entry> - <entry> - <key>Price policy</key> - </entry> - <entry> - <key>Approved</key> - </entry> - <entry> - <key>Completed</key> - </entry> - <entry> - <key>In planning</key> - </entry> - <entry> - <key>Campaign Step</key> - </entry> - <entry> - <key>360 Degree</key> - </entry> - <entry> - <key>Campaigns</key> - </entry> - <entry> - <key>Campaign</key> - </entry> - <entry> - <key>Auswertung</key> - </entry> - <entry> - <key>VAT in %</key> - </entry> - <entry> - <key>Kampagnenschritte</key> - </entry> - <entry> - <key>Marketing</key> - </entry> - <entry> - <key>Neuer Kampagnenschritt</key> - </entry> - <entry> - <key>Neue Kampagne</key> - </entry> - <entry> - <key>${QUANTITY_LOWER_THAN_1}</key> - <value>Quantity should be greater than 0.</value> - </entry> - <entry> - <key>This combination of person and organisation does already exist and can not be created once more.</key> - </entry> - <entry> - <key>Time in minutes</key> - </entry> - <entry> - <key>Sales manager</key> - </entry> - <entry> - <key>IT</key> - </entry> - <entry> - <key>Administrator</key> - </entry> - <entry> - <key>Managing director</key> - </entry> - <entry> - <key>Production manager</key> - </entry> - <entry> - <key>Production</key> - </entry> - <entry> - <key>CEO</key> - </entry> - <entry> - <key>Purchasing manager</key> - </entry> - <entry> - <key>Marketing manager</key> - </entry> - <entry> - <key>IT manager</key> - </entry> - <entry> - <key>CSO</key> - </entry> - <entry> - <key>Executive board</key> - </entry> - <entry> - <key>Supervisory board</key> - </entry> - <entry> - <key>Management</key> - </entry> - <entry> - <key>New module</key> - </entry> - <entry> - <key>Côte d'Ivoire</key> - </entry> - <entry> - <key>Bitte Datumseingabe prüfen!</key> - </entry> - <entry> - <key>Bestätigt</key> - </entry> - <entry> - <key>Vorläufig</key> - </entry> - <entry> - <key>Saint Barthélemy</key> - </entry> - <entry> - <key>erledigt / zurückgestellt</key> - </entry> - <entry> - <key>Zurückgestellt</key> - </entry> - <entry> - <key>Außer Haus</key> - </entry> - <entry> - <key>Benutzer auswählen</key> - </entry> - <entry> - <key>Åland Islands</key> - </entry> - <entry> - <key>Curaçao</key> - </entry> - <entry> - <key>Réunion</key> - </entry> - <entry> - <key>date of birth must not be in the future</key> - </entry> - <entry> - <key>Manufacturer</key> - </entry> - <entry> - <key>Competitor</key> - </entry> - <entry> - <key>Partner</key> - </entry> - <entry> - <key>True</key> - </entry> - <entry> - <key>False</key> - </entry> - <entry> - <key>false</key> - </entry> - <entry> - <key>true</key> - </entry> - <entry> - <key>Protected</key> - </entry> - <entry> - <key>${MIN_MAX_ERROR} field: %0, value: %1, min: %2, max: %3</key> - <value>%0 has to be between %2 and %3.</value> - </entry> - <entry> - <key>Password</key> - </entry> - <entry> - <key>Confirm password</key> - </entry> - <entry> - <key>Set password</key> - </entry> - <entry> - <key>Email</key> - </entry> - <entry> - <key>{$OBJECTLINK_TYPE}</key> - <value>Type</value> - </entry> - <entry> - <key>{$OBJECTLINK_OBJECT}</key> - <value>Object</value> - </entry> - <entry> - <key>Roles</key> - </entry> - <entry> - <key>Password and confirmation must be the same!</key> - </entry> - <entry> - <key>Begin</key> - </entry> - <entry> - <key>Maturity</key> - </entry> - <entry> - <key>Username</key> - </entry> - <entry> - <key>The person is already associated with another employee!</key> - </entry> - <entry> - <key>Username already exists!</key> - </entry> - <entry> - <key>This private person doeas already exist and can not be created once more.</key> - </entry> - <entry> - <key>Everyone</key> - </entry> - <entry> - <key>Project</key> - </entry> - <entry> - <key>Project management</key> - </entry> - <entry> - <key>Office staff</key> - </entry> - <entry> - <key>Field staff</key> - </entry> - <entry> - <key>Resource</key> - </entry> - <entry> - <key>Human Resources</key> - </entry> - <entry> - <key>Email must be unique!</key> - </entry> - <entry> - <key>Project Management</key> - </entry> - <entry> - <key>Support</key> - </entry> - <entry> - <key>{$ADDRESS_IDENTIFIER}</key> - <value>Identifier</value> - </entry> - <entry> - <key>Salesproject phases</key> - </entry> - <entry> - <key>Add to Campaign</key> - </entry> - <entry> - <key>Max participants</key> - </entry> - <entry> - <key>Participants</key> - </entry> - <entry> - <key>Add the selection to a campaign</key> - </entry> - <entry> - <key>participants will be added to the selected campaign step</key> - </entry> - <entry> - <key>Add participants to Campaign</key> - </entry> - <entry> - <key>Key figures</key> - </entry> - <entry> - <key>Hierarchy</key> - </entry> - <entry> - <key>Object relation</key> - </entry> - <entry> - <key>Relation type 1</key> - </entry> - <entry> - <key>Relation type 2</key> - </entry> - <entry> - <key>Relation type</key> - </entry> - <entry> - <key>Context 1</key> - </entry> - <entry> - <key>Context 2</key> - </entry> - <entry> - <key>Delete all usage</key> - </entry> - <entry> - <key>Deleted all usages of \"%0\".</key> - </entry> - <entry> - <key>Successful</key> - </entry> - <entry> - <key>Count</key> - </entry> - <entry> - <key>Picture</key> - </entry> - <entry> - <key>Chart</key> - </entry> - <entry> - <key>Zeigt wie viele Vertriebsprojekte in den einzelnen Vertriebsphasen sind. </key> - </entry> - <entry> - <key>Enable relation type 2</key> - </entry> - <entry> - <key>Salesproject Analyses</key> - </entry> - <entry> - <key>Wichtigste Kennzahlen zu den Vertriebsprojekten.</key> - </entry> - <entry> - <key>Days count</key> - </entry> - <entry> - <key>Clear forecast and set state to '%0'?</key> - </entry> - <entry> - <key>Would you really like to clear the forecast and set the state to '%0'?</key> - </entry> - <entry> - <key>This cannot be undone!</key> - </entry> - <entry> - <key>Campaign status</key> - </entry> - <entry> - <key>Set campaign step</key> - </entry> - <entry> - <key>Add participant to Campaign</key> - </entry> - <entry> - <key>Steps</key> - </entry> - <entry> - <key>Added</key> - </entry> - <entry> - <key>Current participants</key> - </entry> - <entry> - <key>Overdue tasks</key> - </entry> - <entry> - <key>[%0]the tableName is not a string after interpreting</key> - </entry> - <entry> - <key>[%0]%1 has to be a string or array but it is %2</key> - </entry> - <entry> - <key>[%0]has now an incorrect length; estimated 2 elements but got %1</key> - </entry> - <entry> - <key>[%0]the columnName is not a string after interpreting</key> - </entry> - <entry> - <key>[%0]%1 is an object but seems not to be a valid array or array-like</key> - </entry> - <entry> - <key>Responsible</key> - </entry> - <entry> - <key>New tasks</key> - </entry> - <entry> - <key>Imminent appointments for today</key> - </entry> - <entry> - <key>Analyses</key> - </entry> - <entry> - <key>To-Do</key> - </entry> - <entry> - <key>Calendar</key> - </entry> - <entry> - <key>${SQL_LIB_UNDEFINED_VALUE} field: %0</key> - <value>The value for the field %0 is undefined.</value> - </entry> - <entry> - <key>My tasks</key> - </entry> - <entry> - <key>${ATTRIBUTE_VOID}</key> - <value>Tag</value> - </entry> - <entry> - <key>Kampagnenzeitraum</key> - </entry> - <entry> - <key>Hauptverantw.</key> - </entry> - <entry> - <key>New campaign step</key> - </entry> - <entry> - <key>Cost</key> - </entry> - <entry> - <key>file '%0' cannot be read</key> - </entry> - <entry> - <key>Importer</key> - </entry> - <entry> - <key>Participant</key> - </entry> - <entry> - <key>Printing costs</key> - </entry> - <entry> - <key>Shipping costs</key> - </entry> - <entry> - <key>yyyy-MM-dd HH:mm:ss</key> - </entry> - <entry> - <key>file '%0' does not exist or you have got no permission on this file</key> - </entry> - <entry> - <key>Zip</key> - </entry> - <entry> - <key>Layout costs</key> - </entry> - <entry> - <key>Fix cost</key> - </entry> - <entry> - <key>Step</key> - </entry> - <entry> - <key>${WEBSERVICE_ERROR} url:%0 status:%1</key> - <value>Webservice not available. URL: %0 %1</value> - </entry> - <entry> - <key>per</key> - </entry> - <entry> - <key>The minimal count can't be larger than the maximal count!</key> - </entry> - <entry> - <key>The max participants count has to be equal or greater than the count of the current participants!</key> - </entry> - <entry> - <key>Variable costs</key> - </entry> - <entry> - <key>Id value</key> - </entry> - <entry> - <key>Order executed</key> - </entry> - <entry> - <key>Liquibase</key> - </entry> - <entry> - <key>Number value</key> - </entry> - <entry> - <key>Author</key> - </entry> - <entry> - <key>Position Id</key> - </entry> - <entry> - <key>ISO3</key> - </entry> - <entry> - <key>ISO2</key> - </entry> - <entry> - <key>Communication Id</key> - </entry> - <entry> - <key>Attribute Id</key> - </entry> - <entry> - <key>Modification user</key> - </entry> - <entry> - <key>Headline</key> - </entry> - <entry> - <key>Salesorder Id</key> - </entry> - <entry> - <key>Salesproject milestone Id</key> - </entry> - <entry> - <key>Appointment Id</key> - </entry> - <entry> - <key>Locked</key> - </entry> - <entry> - <key>Timetracking Id</key> - </entry> - <entry> - <key>Exec type</key> - </entry> - <entry> - <key>Date value</key> - </entry> - <entry> - <key>NUMBER VALUE</key> - </entry> - <entry> - <key>Salesproject forecast Id</key> - </entry> - <entry> - <key>ID</key> - </entry> - <entry> - <key>Keyword attribute relation Id</key> - </entry> - <entry> - <key>Minimal count</key> - </entry> - <entry> - <key>Id</key> - </entry> - <entry> - <key>Object 1 row Id</key> - </entry> - <entry> - <key>Side</key> - </entry> - <entry> - <key>Salesproject Id</key> - </entry> - <entry> - <key>Product Id</key> - </entry> - <entry> - <key>Sort</key> - </entry> - <entry> - <key>Relation Title</key> - </entry> - <entry> - <key>%0 \"%1\"</key> - </entry> - <entry> - <key>Maximal count</key> - </entry> - <entry> - <key>Data executed</key> - </entry> - <entry> - <key>Indexsearch</key> - </entry> - <entry> - <key>Appointment link Id</key> - </entry> - <entry> - <key>Relation Type</key> - </entry> - <entry> - <key>Salesproject member Id</key> - </entry> - <entry> - <key>Salesproject source Id</key> - </entry> - <entry> - <key>Item sort</key> - </entry> - <entry> - <key>%0 modified.</key> - </entry> - <entry> - <key>Contract Id</key> - </entry> - <entry> - <key>Int value</key> - </entry> - <entry> - <key>Object 2 row Id</key> - </entry> - <entry> - <key>Source tablename Id</key> - </entry> - <entry> - <key>Source tablename</key> - </entry> - <entry> - <key>Contact Id</key> - </entry> - <entry> - <key>Sales area</key> - </entry> - <entry> - <key>Parent Id</key> - </entry> - <entry> - <key>Task link Id</key> - </entry> - <entry> - <key>BOOL VALUE</key> - </entry> - <entry> - <key>Keyword attribute Id</key> - </entry> - <entry> - <key>Log type</key> - </entry> - <entry> - <key>Object row Id</key> - </entry> - <entry> - <key>Labels</key> - </entry> - <entry> - <key>%0 deleted.</key> - </entry> - <entry> - <key>Salesproject competition Id</key> - </entry> - <entry> - <key>Activity Id</key> - </entry> - <entry> - <key>Person Id</key> - </entry> - <entry> - <key>Offer item Id</key> - </entry> - <entry> - <key>Offer Id</key> - </entry> - <entry> - <key>Name native</key> - </entry> - <entry> - <key>Flag</key> - </entry> - <entry> - <key>Address Id</key> - </entry> - <entry> - <key>Name latin</key> - </entry> - <entry> - <key>Destination Id</key> - </entry> - <entry> - <key>Sex</key> - </entry> - <entry> - <key>Product price Id</key> - </entry> - <entry> - <key>%0 added.</key> - </entry> - <entry> - <key>Object Relation Type</key> - </entry> - <entry> - <key>Entry date</key> - </entry> - <entry> - <key>Object relation type 2</key> - </entry> - <entry> - <key>Object relation type 1</key> - </entry> - <entry> - <key>Modification date</key> - </entry> - <entry> - <key>Object Type</key> - </entry> - <entry> - <key>%0 from \"%1\" to \"%2\"</key> - </entry> - <entry> - <key>MD5 Sum</key> - </entry> - <entry> - <key>Letter salutation</key> - </entry> - <entry> - <key>Lock granted</key> - </entry> - <entry> - <key>Required fields</key> - </entry> - <entry> - <key>Address addition</key> - </entry> - <entry> - <key>the \"%0\" table is configured to get logged but this is the logging-stoarge itself and cannot be monitored</key> - </entry> - <entry> - <key>Attribute usage Id</key> - </entry> - <entry> - <key>LogHistory</key> - </entry> - <entry> - <key>Locked by</key> - </entry> - <entry> - <key>Desciption</key> - </entry> - <entry> - <key>Salutation Id</key> - </entry> - <entry> - <key>Comments</key> - </entry> - <entry> - <key>Task Id</key> - </entry> - <entry> - <key>Valid to</key> - </entry> - <entry> - <key>ZIP regex</key> - </entry> - <entry> - <key>Keyword entry Id</key> - </entry> - <entry> - <key>Stop costs</key> - </entry> - <entry> - <key>Contexts</key> - </entry> - <entry> - <key>Assigned to</key> - </entry> - <entry> - <key>%0 from \"%1\" to %2 \"%3\"</key> - </entry> - <entry> - <key>Date start</key> - </entry> - <entry> - <key>Deployment Id</key> - </entry> - <entry> - <key>Address format</key> - </entry> - <entry> - <key>Activity link Id</key> - </entry> - <entry> - <key>Date end</key> - </entry> - <entry> - <key>Creation user</key> - </entry> - <entry> - <key>Object Id</key> - </entry> - <entry> - <key>Is active</key> - </entry> - <entry> - <key>Product relationship</key> - </entry> - <entry> - <key>Salesorder item Id</key> - </entry> - <entry> - <key>Char value</key> - </entry> - <entry> - <key>Attribute relation Id</key> - </entry> - <entry> - <key>Tag</key> - </entry> - <entry> - <key>Title suffix</key> - </entry> - <entry> - <key>Step costs</key> - </entry> - <entry> - <key>Min. Stock</key> - </entry> - <entry> - <key>User</key> - </entry> - <entry> - <key>Stock Id</key> - </entry> - <entry> - <key>Tablename</key> - </entry> - <entry> - <key>CHAR VALUE</key> - </entry> - <entry> - <key>Parent context</key> - </entry> - <entry> - <key>Organisation Id</key> - </entry> - <entry> - <key>Tablename Id</key> - </entry> - <entry> - <key>Competitors</key> - </entry> - <entry> - <key>Notifications</key> - </entry> - <entry> - <key>Overview</key> - </entry> - <entry> - <key>Participated</key> - </entry> - <entry> - <key>Remaining Runtime</key> - </entry> - <entry> - <key>Document Template</key> - </entry> - <entry> - <key>Text Modular</key> - </entry> - <entry> - <key>Serial</key> - </entry> - <entry> - <key>Campaign Period</key> - </entry> - <entry> - <key>Single</key> - </entry> - <entry> - <key>Attachment</key> - </entry> - <entry> - <key>Attachments</key> - </entry> - <entry> - <key>Letter</key> - </entry> - <entry> - <key>Appointment</key> - </entry> - <entry> - <key>rebuild Index</key> - </entry> - <entry> - <key>Charts</key> - </entry> - <entry> - <key>Keywords</key> - </entry> - <entry> - <key>Days running</key> - </entry> - <entry> - <key>Logs</key> - </entry> - <entry> - <key>Mail</key> - </entry> - <entry> - <key>Phonecall</key> - </entry> - <entry> - <key>Chart 2</key> - </entry> - <entry> - <key>Log</key> - </entry> - <entry> - <key>Offer Header Text</key> - </entry> - <entry> - <key>Employees</key> - </entry> - <entry> - <key>Todo</key> - </entry> - <entry> - <key>Days remaining</key> - </entry> - <entry> - <key>Offer Footer Text</key> - </entry> - <entry> - <key>Date new</key> - </entry> - <entry> - <key>Date edit</key> - </entry> - <entry> - <key>Keyword Attributes</key> - </entry> - <entry> - <key>Student/Internship</key> - </entry> - <entry> - <key>Food</key> - </entry> - <entry> - <key>200 to 349T</key> - </entry> - <entry> - <key>Within 6 months</key> - </entry> - <entry> - <key>No project planned</key> - </entry> - <entry> - <key>Logistics</key> - </entry> - <entry> - <key>Skilled workers</key> - </entry> - <entry> - <key>Purchasing</key> - </entry> - <entry> - <key>Rate</key> - </entry> - <entry> - <key>Choice</key> - </entry> - <entry> - <key>points</key> - </entry> - <entry> - <key>Education</key> - </entry> - <entry> - <key>Public</key> - </entry> - <entry> - <key>Building and construction suppliers</key> - </entry> - <entry> - <key>0 to 49</key> - </entry> - <entry> - <key>0 to 49T</key> - </entry> - <entry> - <key>CRM Manager</key> - </entry> - <entry> - <key>50 to 99T</key> - </entry> - <entry> - <key>Search</key> - </entry> - <entry> - <key>Counsellor</key> - </entry> - <entry> - <key>50 to 100</key> - </entry> - <entry> - <key>OnPremise</key> - </entry> - <entry> - <key>Head of IT</key> - </entry> - <entry> - <key>Electric</key> - </entry> - <entry> - <key>from 1,000</key> - </entry> - <entry> - <key>Publishing house</key> - </entry> - <entry> - <key>100 to 199T</key> - </entry> - <entry> - <key>101 to 250</key> - </entry> - <entry> - <key>Overarching</key> - </entry> - <entry> - <key>Energy</key> - </entry> - <entry> - <key>Machinery and equipment</key> - </entry> - <entry> - <key>Trade</key> - </entry> - <entry> - <key>Consultation</key> - </entry> - <entry> - <key>Cloud</key> - </entry> - <entry> - <key>No date yet</key> - </entry> - <entry> - <key>Classifications</key> - </entry> - <entry> - <key>Service Manager</key> - </entry> - <entry> - <key>Lifesience</key> - </entry> - <entry> - <key>Automotive</key> - </entry> - <entry> - <key>Lottery</key> - </entry> - <entry> - <key>from 350T</key> - </entry> - <entry> - <key>Management/Sales Manager</key> - </entry> - <entry> - <key>Environment</key> - </entry> - <entry> - <key>Within 12 months</key> - </entry> - <entry> - <key>Finance</key> - </entry> - <entry> - <key>ScoreProjectStart</key> - <value>Project start</value> - </entry> - <entry> - <key>ScoreStandard</key> - <value>Standard</value> - </entry> - <entry> - <key>ScoreCustomizing</key> - <value>Customizing</value> - </entry> - <entry> - <key>ScoreDecisionPhase</key> - <value>Desicion phase</value> - </entry> - <entry> - <key>ScoreUsers</key> - <value>User count</value> - </entry> - <entry> - <key>ScoreBranch</key> - <value>Branche</value> - </entry> - <entry> - <key>ScorePosition</key> - <value>Position</value> - </entry> - <entry> - <key>ScoreBudget</key> - <value>Project budget</value> - </entry> - <entry> - <key>ScoreDepartment</key> - <value>department</value> - </entry> - <entry> - <key>ScoreCloud</key> - <value>Operating model</value> - </entry> - <entry> - <key>ScoreBased</key> - <value>Headquarters</value> - </entry> - <entry> - <key>Score</key> - </entry> - <entry> - <key>Scoretype</key> - </entry> - <entry> - <key>archieve</key> - </entry> - <entry> - <key>setUnread</key> - </entry> - <entry> - <key>setRead</key> - </entry> - <entry> - <key>${HIGHER_THAN_MAX} max: %0</key> - <value>The value is greater than the allowed max-value %0.</value> - </entry> - <entry> - <key>Rating</key> - </entry> - <entry> - <key>Possible Values</key> - </entry> - <entry> - <key>251 to 1,000</key> - </entry> - <entry> - <key>Selection</key> - </entry> - <entry> - <key>Files</key> - </entry> - <entry> - <key>${COUNT_PREPOSITION_SINGLE}</key> - <value>time</value> - </entry> - <entry> - <key>Attribute \"%0\" has to be used at least %1.</key> - </entry> - <entry> - <key>${COUNT_PREPOSITION_MULTIPLE}</key> - <value>times</value> - </entry> - <entry> - <key>Attribute \"%0\" can't be used more than %1.</key> - </entry> - <entry> - <key>Recipient</key> - </entry> - <entry> - <key>Write email</key> - </entry> - <entry> - <key>Show tasks where I am editor</key> - </entry> - <entry> - <key>Entrydate must not be in the future</key> - </entry> - <entry> - <key>Delivery specification</key> - </entry> - <entry> - <key>Priority</key> - </entry> - <entry> - <key>Postcode</key> - </entry> - <entry> - <key>Main document</key> - </entry> - <entry> - <key>Delete</key> - </entry> - <entry> - <key>Street</key> - </entry> - <entry> - <key>Start</key> - </entry> - <entry> - <key>End</key> - </entry> - <entry> - <key>Condition</key> - </entry> - <entry> - <key>File</key> - </entry> - <entry> - <key> User</key> - </entry> - <entry> - <key>Edit</key> - </entry> - <entry> - <key>Condition Type</key> - </entry> - <entry> - <key>Access type</key> - </entry> - <entry> - <key>Permission Overview</key> - </entry> - <entry> - <key>PermissionId</key> - </entry> - <entry> - <key>Entity</key> - </entry> - <entry> - <key>Sales Project</key> - </entry> - <entry> - <key>Field</key> - </entry> - <entry> - <key>Permission Detail</key> - </entry> - <entry> - <key>Entities</key> - </entry> - <entry> - <key>Read</key> - </entry> - <entry> - <key>Permission Set ID</key> - </entry> - <entry> - <key>Create</key> - </entry> - <entry> - <key>To buildingnumber</key> - </entry> - <entry> - <key>Permission Overview</key> - </entry> - <entry> - <key>Action</key> - </entry> - <entry> - <key>View</key> - </entry> - <entry> - <key>From buildingnumber</key> - </entry> - <entry> - <key>Salutations</key> - </entry> - <entry> - <key>Paymentterm</key> - </entry> - <entry> - <key>Runtime</key> - </entry> - <entry> - <key>Fix costs</key> - </entry> - <entry> - <key>Total costs</key> - </entry> - <entry> - <key>Per participant</key> - </entry> - <entry> - <key>Predecessor</key> - </entry> - <entry> - <key>Group name</key> - </entry> - <entry> - <key>Price Condition</key> - </entry> - <entry> - <key>Entität</key> - </entry> - <entry> - <key>beschränken</key> - </entry> - <entry> - <key>Feld</key> - </entry> - <entry> - <key>Possible Value</key> - </entry> - <entry> - <key>erlauben</key> - </entry> - <entry> - <key>Could not determine the current Classification type (usage).</key> - </entry> - <entry> - <key>Datensatz</key> - </entry> - <entry> - <key>The new Classification name already exists.</key> - </entry> - <entry> - <key>3. Classification</key> - </entry> - <entry> - <key>1. Classification</key> - </entry> - <entry> - <key>2. Classification</key> - </entry> - <entry> - <key>Choose Footer</key> - </entry> - <entry> - <key>Choose Header</key> - </entry> - <entry> - <key>#0</key> - </entry> - <entry> - <key>Email Template</key> - </entry> - <entry> - <key>${SQL_LIB_FIELD_WRONG_FORMAT} field: %0</key> - <value>Field %0 is in an incorrect format. The database field has to be like "tablename.columnname" ("ORGANISATION.NAME") or as array with column-alias: ["ORGANISATION", "NAME", "myorgAlias"]</value> - </entry> - <entry> - <key>testing</key> - </entry> - <entry> - <key>double</key> - </entry> - <entry> - <key>closed</key> - </entry> - <entry> - <key>New Supportticket</key> - </entry> - <entry> - <key>Bug Ticket</key> - </entry> - <entry> - <key>Support ticket</key> - </entry> - <entry> - <key>New Bugticket</key> - </entry> - <entry> - <key>Keine Berechtigung zum Verschieben der Aufgabe</key> - </entry> - <entry> - <key>Kein Weitergeben von privaten Aufgaben möglich!</key> - </entry> +<?xml version="1.0" encoding="UTF-8"?> +<language xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/language/1.2.0"> + <name>_____LANGUAGE_en</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <language>en</language> + <country></country> + <variant></variant> + <keyValueMap> + <entry> + <key>Company</key> + </entry> + <entry> + <key>New step</key> + </entry> + <entry> + <key>E-Mail</key> + </entry> + <entry> + <key>Male</key> + </entry> + <entry> + <key>Activity</key> + </entry> + <entry> + <key>Name</key> + </entry> + <entry> + <key>Austria</key> + </entry> + <entry> + <key>Customercode</key> + </entry> + <entry> + <key>Status</key> + </entry> + <entry> + <key>Active</key> + </entry> + <entry> + <key>Medium</key> + </entry> + <entry> + <key>Internet</key> + </entry> + <entry> + <key>Germany</key> + </entry> + <entry> + <key>Online-Meeting</key> + </entry> + <entry> + <key>Social Media</key> + </entry> + <entry> + <key>Visit</key> + </entry> + <entry> + <key>Information</key> + </entry> + <entry> + <key>Print Offer</key> + </entry> + <entry> + <key>Language</key> + </entry> + <entry> + <key>Phone</key> + </entry> + <entry> + <key>Activities</key> + </entry> + <entry> + <key>Female</key> + </entry> + <entry> + <key>Contactmanagement</key> + </entry> + <entry> + <key>Office address</key> + </entry> + <entry> + <key>Contact</key> + </entry> + <entry> + <key>Home address</key> + </entry> + <entry> + <key>Type</key> + </entry> + <entry> + <key>Contacts</key> + </entry> + <entry> + <key>Norway</key> + </entry> + <entry> + <key>Address</key> + </entry> + <entry> + <key>Addresses</key> + </entry> + <entry> + <key>${COMM_ADDRESS}</key> + <value>Address</value> + </entry> + <entry> + <key>Gender</key> + </entry> + <entry> + <key>Date of birth</key> + </entry> + <entry> + <key>Lastname</key> + </entry> + <entry> + <key>Salutation</key> + </entry> + <entry> + <key>Middlename</key> + </entry> + <entry> + <key>Title</key> + </entry> + <entry> + <key>Addresstype</key> + </entry> + <entry> + <key>Firstname</key> + </entry> + <entry> + <key>Description</key> + </entry> + <entry> + <key>Direction</key> + </entry> + <entry> + <key>Entrydate</key> + </entry> + <entry> + <key>Subject</key> + </entry> + <entry> + <key>Post office box</key> + </entry> + <entry> + <key>Delivery address</key> + </entry> + <entry> + <key>House number</key> + </entry> + <entry> + <key>Country</key> + </entry> + <entry> + <key>Communication</key> + </entry> + <entry> + <key>postcode</key> + </entry> + <entry> + <key>City</key> + </entry> + <entry> + <key>State</key> + </entry> + <entry> + <key>Region</key> + </entry> + <entry> + <key>District</key> + </entry> + <entry> + <key>Switzerland</key> + </entry> + <entry> + <key>Internal (2)</key> + </entry> + <entry> + <key>Company Addresses</key> + </entry> + <entry> + <key>yyyyMMdd</key> + </entry> + <entry> + <key>standard address</key> + </entry> + <entry> + <key>PP</key> + </entry> + <entry> + <key>VAT</key> + </entry> + <entry> + <key>The expiry date must be after the start date!</key> + </entry> + <entry> + <key>Product</key> + </entry> + <entry> + <key>Developer</key> + </entry> + <entry> + <key>Valid until</key> + </entry> + <entry> + <key>Price list</key> + </entry> + <entry> + <key>Currency</key> + </entry> + <entry> + <key>Payment method</key> + </entry> + <entry> + <key>Price list / Company</key> + </entry> + <entry> + <key>Curr. sales price</key> + </entry> + <entry> + <key>Contract</key> + </entry> + <entry> + <key>Stock</key> + </entry> + <entry> + <key>PP/SP</key> + </entry> + <entry> + <key>Next due date</key> + </entry> + <entry> + <key>Discount</key> + </entry> + <entry> + <key>The next due date must be after the start of the contract and before the expiry of the contract!</key> + </entry> + <entry> + <key>Sales</key> + </entry> + <entry> + <key>Contract number</key> + </entry> + <entry> + <key>Min. stock</key> + </entry> + <entry> + <key>SP</key> + </entry> + <entry> + <key>Commodity group 3</key> + </entry> + <entry> + <key>Commodity group 2</key> + </entry> + <entry> + <key>Commodity group 1</key> + </entry> + <entry> + <key>Contract start date</key> + </entry> + <entry> + <key>Spare parts</key> + </entry> + <entry> + <key>Unit</key> + </entry> + <entry> + <key>Contract expiry date</key> + </entry> + <entry> + <key>Yes</key> + </entry> + <entry> + <key>Type of contract</key> + </entry> + <entry> + <key>No</key> + </entry> + <entry> + <key>Service</key> + </entry> + <entry> + <key>Cancelled</key> + </entry> + <entry> + <key>Advertising material</key> + </entry> + <entry> + <key>Valid from</key> + </entry> + <entry> + <key>Product name</key> + </entry> + <entry> + <key>Product group</key> + </entry> + <entry> + <key>${CONTRACT_STATUS}</key> + <value>Status</value> + </entry> + <entry> + <key>From no. of units</key> + </entry> + <entry> + <key>Price</key> + </entry> + <entry> + <key>Conditions</key> + </entry> + <entry> + <key>Standard</key> + </entry> + <entry> + <key>I / O</key> + </entry> + <entry> + <key>Date</key> + </entry> + <entry> + <key>IN</key> + </entry> + <entry> + <key>OUT</key> + </entry> + <entry> + <key>Warehouse</key> + </entry> + <entry> + <key>Reference</key> + </entry> + <entry> + <key>The contract number already exists!</key> + </entry> + <entry> + <key>The product number already exists!</key> + </entry> + <entry> + <key>Quantity</key> + </entry> + <entry> + <key>Salesproject</key> + </entry> + <entry> + <key>Rollout</key> + </entry> + <entry> + <key>Phase</key> + </entry> + <entry> + <key>Product number</key> + </entry> + <entry> + <key>Project number</key> + </entry> + <entry> + <key>Project title</key> + </entry> + <entry> + <key>Project start</key> + </entry> + <entry> + <key>Volume</key> + </entry> + <entry> + <key>Partial order</key> + </entry> + <entry> + <key>Open</key> + </entry> + <entry> + <key>Lost</key> + </entry> + <entry> + <key>Order</key> + </entry> + <entry> + <key>Postponed</key> + </entry> + <entry> + <key>Aborted</key> + </entry> + <entry> + <key>Total net</key> + </entry> + <entry> + <key>Offer</key> + </entry> + <entry> + <key>Offer number</key> + </entry> + <entry> + <key>Probability</key> + </entry> + <entry> + <key>Total VAT</key> + </entry> + <entry> + <key>The offer number already exists!</key> + </entry> + <entry> + <key>0 %</key> + </entry> + <entry> + <key>75 %</key> + </entry> + <entry> + <key>100 %</key> + </entry> + <entry> + <key>25 %</key> + </entry> + <entry> + <key>50 %</key> + </entry> + <entry> + <key>Won</key> + </entry> + <entry> + <key>Checked</key> + </entry> + <entry> + <key>Sent</key> + </entry> + <entry> + <key>Offeritems</key> + </entry> + <entry> + <key>Header text</key> + </entry> + <entry> + <key>Commodity group</key> + </entry> + <entry> + <key>Footer text</key> + </entry> + <entry> + <key>Designation</key> + </entry> + <entry> + <key>Position</key> + </entry> + <entry> + <key>Optional</key> + </entry> + <entry> + <key>Article</key> + </entry> + <entry> + <key>Offeritem</key> + </entry> + <entry> + <key>Sum</key> + </entry> + <entry> + <key>Option4</key> + </entry> + <entry> + <key>Option3</key> + </entry> + <entry> + <key>Option2</key> + </entry> + <entry> + <key>Option1</key> + </entry> + <entry> + <key>Countries</key> + </entry> + <entry> + <key>Options</key> + </entry> + <entry> + <key>Total gross</key> + </entry> + <entry> + <key>Identical price list found!</key> + </entry> + <entry> + <key>Parts list</key> + </entry> + <entry> + <key>Parent</key> + </entry> + <entry> + <key>${EURO_SIGN}</key> + <value>€</value> + </entry> + <entry> + <key>Planned</key> + </entry> + <entry> + <key>Info</key> + </entry> + <entry> + <key>${VOLUME_MONEY}</key> + <value>Volume</value> + </entry> + <entry> + <key>Milestones</key> + </entry> + <entry> + <key>Excreted</key> + </entry> + <entry> + <key>Reason</key> + </entry> + <entry> + <key>Document</key> + </entry> + <entry> + <key>Competition</key> + </entry> + <entry> + <key>Forecast</key> + </entry> + <entry> + <key>Role</key> + </entry> + <entry> + <key>End date</key> + </entry> + <entry> + <key>Documents</key> + </entry> + <entry> + <key>Curr. purchase price</key> + </entry> + <entry> + <key>New offer version</key> + </entry> + <entry> + <key>Vers. no.</key> + </entry> + <entry> + <key>Copy offer</key> + </entry> + <entry> + <key>Contracts</key> + </entry> + <entry> + <key>Classification</key> + </entry> + <entry> + <key>High price strategy</key> + </entry> + <entry> + <key>Low price strategy</key> + </entry> + <entry> + <key>Other</key> + </entry> + <entry> + <key>Individual</key> + </entry> + <entry> + <key>Please update the ${FORECAST_ENGLISH}.</key> + <value>Please update the forecast.</value> + </entry> + <entry> + <key>Value</key> + </entry> + <entry> + <key>no valid format</key> + </entry> + <entry> + <key>Pos.</key> + </entry> + <entry> + <key>ISO 3166-1 alpha-3</key> + </entry> + <entry> + <key>ISO 3166-1 alpha-2</key> + </entry> + <entry> + <key>0.00</key> + </entry> + <entry> + <key>Relationship</key> + </entry> + <entry> + <key>${BINARY_LIB_TOO_MANY_BINARIES}</key> + <value>For this binary field only one data-item is allowed</value> + </entry> + <entry> + <key>Native Name</key> + </entry> + <entry> + <key>#,##0</key> + </entry> + <entry> + <key>New offer</key> + </entry> + <entry> + <key>dd.MM.yyyy</key> + <value>MM/dd/yyyy</value> + </entry> + <entry> + <key>no valid mail-address format</key> + </entry> + <entry> + <key>#,##0.00</key> + </entry> + <entry> + <key>Latin Name</key> + </entry> + <entry> + <key>Organisation name</key> + </entry> + <entry> + <key>Connection</key> + </entry> + <entry> + <key>standard email</key> + </entry> + <entry> + <key>Edit defaults</key> + </entry> + <entry> + <key>Creator</key> + </entry> + <entry> + <key>Timetracking</key> + </entry> + <entry> + <key>Further informations</key> + </entry> + <entry> + <key>Social</key> + </entry> + <entry> + <key>Facebook Feed</key> + </entry> + <entry> + <key>Group1</key> + </entry> + <entry> + <key>Group2</key> + </entry> + <entry> + <key>Details</key> + </entry> + <entry> + <key>Prices</key> + </entry> + <entry> + <key>Twitter</key> + </entry> + <entry> + <key>Connections</key> + </entry> + <entry> + <key>Object</key> + </entry> + <entry> + <key>Attributes</key> + </entry> + <entry> + <key>Facebook</key> + </entry> + <entry> + <key>Creation date</key> + </entry> + <entry> + <key>Maindocuments</key> + </entry> + <entry> + <key>Receipt</key> + </entry> + <entry> + <key>Receipt number</key> + </entry> + <entry> + <key>Year</key> + </entry> + <entry> + <key>New receipt version</key> + </entry> + <entry> + <key>Orderitems</key> + </entry> + <entry> + <key>Sent receipts</key> + </entry> + <entry> + <key>Copy receipt</key> + </entry> + <entry> + <key>Orderitem</key> + </entry> + <entry> + <key>The order number already exists!</key> + </entry> + <entry> + <key>New activity</key> + </entry> + <entry> + <key>Turnover</key> + </entry> + <entry> + <key>Sent offers</key> + </entry> + <entry> + <key>Show all activities</key> + </entry> + <entry> + <key>Offers</key> + </entry> + <entry> + <key>Show all sent offers</key> + </entry> + <entry> + <key>Show my activities</key> + </entry> + <entry> + <key>Show all receipts</key> + </entry> + <entry> + <key>Receipts</key> + </entry> + <entry> + <key>My Activities</key> + </entry> + <entry> + <key>Show all offers</key> + </entry> + <entry> + <key>Show all products</key> + </entry> + <entry> + <key>Show all Facebook posts of a user</key> + </entry> + <entry> + <key>Show all tweets of a user</key> + </entry> + <entry> + <key>Show all companies</key> + </entry> + <entry> + <key>Show all tweets of ADITO</key> + </entry> + <entry> + <key>Show all sent receipts</key> + </entry> + <entry> + <key>Products</key> + </entry> + <entry> + <key>Show all Facebook posts of ADITO</key> + </entry> + <entry> + <key>Companies</key> + </entry> + <entry> + <key>Show all contacts</key> + </entry> + <entry> + <key>Show open salesprojects</key> + </entry> + <entry> + <key>Show all contracts</key> + </entry> + <entry> + <key>Salesprojects</key> + </entry> + <entry> + <key>Show all salesprojects</key> + </entry> + <entry> + <key>Open salesprojects</key> + </entry> + <entry> + <key>July</key> + </entry> + <entry> + <key>ADITO Facebook Feed</key> + </entry> + <entry> + <key>ADITO Twitter Feed</key> + </entry> + <entry> + <key>June</key> + </entry> + <entry> + <key>October</key> + </entry> + <entry> + <key>Take price</key> + </entry> + <entry> + <key>Twitter Feed</key> + </entry> + <entry> + <key>November</key> + </entry> + <entry> + <key>December</key> + </entry> + <entry> + <key>May</key> + </entry> + <entry> + <key>April</key> + </entry> + <entry> + <key>January</key> + </entry> + <entry> + <key>March</key> + </entry> + <entry> + <key>September</key> + </entry> + <entry> + <key>August</key> + </entry> + <entry> + <key>Category</key> + </entry> + <entry> + <key>February</key> + </entry> + <entry> + <key>Abomodel</key> + </entry> + <entry> + <key>Confirmed</key> + </entry> + <entry> + <key>OutOfOffice</key> + </entry> + <entry> + <key>Articledescription</key> + </entry> + <entry> + <key>Articlenumber</key> + </entry> + <entry> + <key>Industry</key> + </entry> + <entry> + <key>Put Reciever Into To</key> + </entry> + <entry> + <key>Unitprice</key> + </entry> + <entry> + <key>Free</key> + </entry> + <entry> + <key>Total</key> + </entry> + <entry> + <key>yearly series not specified</key> + </entry> + <entry> + <key>no standard email office</key> + </entry> + <entry> + <key>Conditions of payment</key> + </entry> + <entry> + <key>Number</key> + </entry> + <entry> + <key>Amount</key> + </entry> + <entry> + <key>Deliveryspecification</key> + </entry> + <entry> + <key>Ignore daily series</key> + </entry> + <entry> + <key>Tentative</key> + </entry> + <entry> + <key>Ignore series</key> + </entry> + <entry> + <key>Plus Salestax</key> + </entry> + <entry> + <key>Choose address</key> + </entry> + <entry> + <key>Customer Base Sheet</key> + </entry> + <entry> + <key>{$TASK_STATUS}</key> + <value>Status</value> + </entry> + <entry> + <key>Task</key> + </entry> + <entry> + <key>subject</key> + </entry> + <entry> + <key>{$TASK_REQUESTOR}</key> + <value>Requestor</value> + </entry> + <entry> + <key>task number</key> + </entry> + <entry> + <key>{$TASK_EDITOR}</key> + <value>Editor</value> + </entry> + <entry> + <key>description</key> + </entry> + <entry> + <key>priority</key> + </entry> + <entry> + <key>{$TASK_PRIORITY_HIGH}</key> + <value>High</value> + </entry> + <entry> + <key>Seite</key> + </entry> + <entry> + <key>Senden per E-Mail</key> + </entry> + <entry> + <key>Betreff</key> + </entry> + <entry> + <key>title</key> + </entry> + <entry> + <key>von</key> + </entry> + <entry> + <key>{$TASK_PRIORITY_LOW}</key> + <value>Low</value> + </entry> + <entry> + <key>Nur Eigene anzeigen</key> + </entry> + <entry> + <key>{$TASK_PRIORITY_NORMAL}</key> + <value>Normal</value> + </entry> + <entry> + <key>Beschreibung</key> + </entry> + <entry> + <key>Unit price</key> + </entry> + <entry> + <key>type</key> + </entry> + <entry> + <key>Benutzer</key> + </entry> + <entry> + <key>{$TASK_PRIORITY_NONE}</key> + <value>None</value> + </entry> + <entry> + <key>Termin</key> + </entry> + <entry> + <key>Vorschau</key> + </entry> + <entry> + <key>Angebot</key> + </entry> + <entry> + <key>details</key> + </entry> + <entry> + <key>Contact type</key> + </entry> + <entry> + <key>Communication data</key> + </entry> + <entry> + <key>Remark</key> + </entry> + <entry> + <key>Department</key> + </entry> + <entry> + <key>Tasks</key> + </entry> + <entry> + <key>Employee</key> + </entry> + <entry> + <key>${SALESPROJECT_MEMBER}</key> + <value>Project member</value> + </entry> + <entry> + <key>responsible</key> + </entry> + <entry> + <key>Kundenstammblatt</key> + </entry> + <entry> + <key>Person</key> + </entry> + <entry> + <key>Detail</key> + </entry> + <entry> + <key>Relations</key> + </entry> + <entry> + <key>${FORECAST_ENGLISH}</key> + <value>Forecast</value> + </entry> + <entry> + <key>Usage</key> + </entry> + <entry> + <key>Maximal Count</key> + </entry> + <entry> + <key>Minimal Count</key> + </entry> + <entry> + <key>${ADDRESS_STATE}</key> + <value>State</value> + </entry> + <entry> + <key>Title (original language)</key> + </entry> + <entry> + <key>Key</key> + </entry> + <entry> + <key>Attribute</key> + </entry> + <entry> + <key>Container</key> + </entry> + <entry> + <key>Administration</key> + </entry> + <entry> + <key>Keyword</key> + </entry> + <entry> + <key>Sorting</key> + </entry> + <entry> + <key>jdito</key> + </entry> + <entry> + <key>Time expenses</key> + </entry> + <entry> + <key>Context id</key> + </entry> + <entry> + <key>Context name</key> + </entry> + <entry> + <key>Cambodia</key> + </entry> + <entry> + <key>Resigned</key> + </entry> + <entry> + <key>Customer</key> + </entry> + <entry> + <key>Outgoing</key> + </entry> + <entry> + <key>Paraguay</key> + </entry> + <entry> + <key>Solomon Islands</key> + </entry> + <entry> + <key>Montserrat</key> + </entry> + <entry> + <key>Guadeloupe</key> + </entry> + <entry> + <key>Product_technic</key> + </entry> + <entry> + <key>Moldova (Republic of)</key> + </entry> + <entry> + <key>Seychelles</key> + </entry> + <entry> + <key>Canadian dollar</key> + </entry> + <entry> + <key>Bahrain</key> + </entry> + <entry> + <key>Comoros</key> + </entry> + <entry> + <key>Faroe Islands</key> + </entry> + <entry> + <key>Finland</key> + </entry> + <entry> + <key>Project_duration</key> + </entry> + <entry> + <key>Company_internationality</key> + </entry> + <entry> + <key>Eritrea</key> + </entry> + <entry> + <key>Puerto Rico</key> + </entry> + <entry> + <key>Viet Nam</key> + </entry> + <entry> + <key>Libya</key> + </entry> + <entry> + <key>French</key> + </entry> + <entry> + <key>Cocos (Keeling) Islands</key> + </entry> + <entry> + <key>Saint Helena, Ascension and Tristan da Cunha</key> + </entry> + <entry> + <key>Liechtenstein</key> + </entry> + <entry> + <key>Product_functionality</key> + </entry> + <entry> + <key>Bulgaria</key> + </entry> + <entry> + <key>Jordan</key> + </entry> + <entry> + <key>United Arab Emirates</key> + </entry> + <entry> + <key>Kenya</key> + </entry> + <entry> + <key>None, individual count</key> + </entry> + <entry> + <key>French Polynesia</key> + </entry> + <entry> + <key>Djibouti</key> + </entry> + <entry> + <key>Cuba</key> + </entry> + <entry> + <key>Saint Lucia</key> + </entry> + <entry> + <key>Mayotte</key> + </entry> + <entry> + <key>Israel</key> + </entry> + <entry> + <key>San Marino</key> + </entry> + <entry> + <key>Tajikistan</key> + </entry> + <entry> + <key>Warehouse 2</key> + </entry> + <entry> + <key>Warehouse 1</key> + </entry> + <entry> + <key>Gibraltar</key> + </entry> + <entry> + <key>Warehouse 3</key> + </entry> + <entry> + <key>Cyprus</key> + </entry> + <entry> + <key>Semiannually</key> + </entry> + <entry> + <key>Northern Mariana Islands</key> + </entry> + <entry> + <key>Malaysia</key> + </entry> + <entry> + <key>Armenia</key> + </entry> + <entry> + <key>Brazil</key> + </entry> + <entry> + <key>Turks and Caicos Islands</key> + </entry> + <entry> + <key>Cabo Verde</key> + </entry> + <entry> + <key>Ecuador</key> + </entry> + <entry> + <key>Iran (Islamic Republic of)</key> + </entry> + <entry> + <key>Decision maker</key> + </entry> + <entry> + <key>Lao People's Democratic Republic</key> + </entry> + <entry> + <key>Maintenance contract</key> + </entry> + <entry> + <key>United States Minor Outlying Islands</key> + </entry> + <entry> + <key>Italy</key> + </entry> + <entry> + <key>${ORGTYPE_OTHER}</key> + <value>Other</value> + </entry> + <entry> + <key>Haiti</key> + </entry> + <entry> + <key>Afghanistan</key> + </entry> + <entry> + <key>Russian Federation</key> + </entry> + <entry> + <key>waiting</key> + </entry> + <entry> + <key>American Samoa</key> + </entry> + <entry> + <key>Korea (Democratic People's Republic of)</key> + </entry> + <entry> + <key>United States dollar</key> + </entry> + <entry> + <key>Kyrgyzstan</key> + </entry> + <entry> + <key>Togo</key> + </entry> + <entry> + <key>Other_existing Customer</key> + </entry> + <entry> + <key>Uzbekistan</key> + </entry> + <entry> + <key>Dominica</key> + </entry> + <entry> + <key>Benin</key> + </entry> + <entry> + <key>Liter</key> + </entry> + <entry> + <key>Virgin Islands (British)</key> + </entry> + <entry> + <key>Sudan</key> + </entry> + <entry> + <key>Portugal</key> + </entry> + <entry> + <key>Grenada</key> + </entry> + <entry> + <key>Latvia</key> + </entry> + <entry> + <key>Mongolia</key> + </entry> + <entry> + <key>Morocco</key> + </entry> + <entry> + <key>Guatemala</key> + </entry> + <entry> + <key>Pieces</key> + </entry> + <entry> + <key>Heard Island and McDonald Islands</key> + </entry> + <entry> + <key>Incoming</key> + </entry> + <entry> + <key>Ghana</key> + </entry> + <entry> + <key>Holy See</key> + </entry> + <entry> + <key>India</key> + </entry> + <entry> + <key>Canada</key> + </entry> + <entry> + <key>Maldives</key> + </entry> + <entry> + <key>Service contract</key> + </entry> + <entry> + <key>Taiwan</key> + </entry> + <entry> + <key>Central African Republic</key> + </entry> + <entry> + <key>Fiji</key> + </entry> + <entry> + <key>Guinea</key> + </entry> + <entry> + <key>Somalia</key> + </entry> + <entry> + <key>Sao Tome and Principe</key> + </entry> + <entry> + <key>United Kingdom of Great Britain and Northern Ireland</key> + </entry> + <entry> + <key>Equatorial Guinea</key> + </entry> + <entry> + <key>Kiribati</key> + </entry> + <entry> + <key>Costa Rica</key> + </entry> + <entry> + <key>Supplier</key> + </entry> + <entry> + <key>Nigeria</key> + </entry> + <entry> + <key>Syrian Arab Republic</key> + </entry> + <entry> + <key>Timor-Leste</key> + </entry> + <entry> + <key>Product_mobile use</key> + </entry> + <entry> + <key>Samoa</key> + </entry> + <entry> + <key>Spain</key> + </entry> + <entry> + <key>Palau</key> + </entry> + <entry> + <key>Prospect</key> + </entry> + <entry> + <key>Estonia</key> + </entry> + <entry> + <key>Not signed yet</key> + </entry> + <entry> + <key>Niue</key> + </entry> + <entry> + <key>Mozambique</key> + </entry> + <entry> + <key>El Salvador</key> + </entry> + <entry> + <key>Guam</key> + </entry> + <entry> + <key>Lesotho</key> + </entry> + <entry> + <key>Tonga</key> + </entry> + <entry> + <key>Western Sahara</key> + </entry> + <entry> + <key>new</key> + </entry> + <entry> + <key>Adviser</key> + </entry> + <entry> + <key>Company_size</key> + </entry> + <entry> + <key>Republic of Kosovo</key> + </entry> + <entry> + <key>South Sudan</key> + </entry> + <entry> + <key>Mauritius</key> + </entry> + <entry> + <key>Bouvet Island</key> + </entry> + <entry> + <key>Bolivia (Plurinational State of)</key> + </entry> + <entry> + <key>Norfolk Island</key> + </entry> + <entry> + <key>Sint Maarten (Dutch part)</key> + </entry> + <entry> + <key>Micronesia (Federated States of)</key> + </entry> + <entry> + <key>Product_industry knowhow</key> + </entry> + <entry> + <key>United States of America</key> + </entry> + <entry> + <key>In review</key> + </entry> + <entry> + <key>Address purchase</key> + </entry> + <entry> + <key>Malta</key> + </entry> + <entry> + <key>Project_volume</key> + </entry> + <entry> + <key>Ireland</key> + </entry> + <entry> + <key>Inactive</key> + </entry> + <entry> + <key>France</key> + </entry> + <entry> + <key>Lithuania</key> + </entry> + <entry> + <key>Korea (Republic of)</key> + </entry> + <entry> + <key>${PRICELIST_SERVICE}</key> + <value>Service</value> + </entry> + <entry> + <key>English</key> + </entry> + <entry> + <key>Nicaragua</key> + </entry> + <entry> + <key>Macao</key> + </entry> + <entry> + <key>Mexico</key> + </entry> + <entry> + <key>Uganda</key> + </entry> + <entry> + <key>Suriname</key> + </entry> + <entry> + <key>Greenland</key> + </entry> + <entry> + <key>Papua New Guinea</key> + </entry> + <entry> + <key>Kazakhstan</key> + </entry> + <entry> + <key>Bahamas</key> + </entry> + <entry> + <key>Mali</key> + </entry> + <entry> + <key>Marshall Islands</key> + </entry> + <entry> + <key>Panama</key> + </entry> + <entry> + <key>Bonaire, Sint Eustatius and Saba</key> + </entry> + <entry> + <key>Tanzania, United Republic of</key> + </entry> + <entry> + <key>Argentina</key> + </entry> + <entry> + <key>Belize</key> + </entry> + <entry> + <key>Zambia</key> + </entry> + <entry> + <key>Congo</key> + </entry> + <entry> + <key>Guinea-Bissau</key> + </entry> + <entry> + <key>Namibia</key> + </entry> + <entry> + <key>External sales manager</key> + </entry> + <entry> + <key>Georgia</key> + </entry> + <entry> + <key>Saint Kitts and Nevis</key> + </entry> + <entry> + <key>Yemen</key> + </entry> + <entry> + <key>Aruba</key> + </entry> + <entry> + <key>Madagascar</key> + </entry> + <entry> + <key>Valid, unlimited</key> + </entry> + <entry> + <key>Svalbard and Jan Mayen</key> + </entry> + <entry> + <key>South Georgia and the South Sandwich Islands</key> + </entry> + <entry> + <key>Sweden</key> + </entry> + <entry> + <key>Malawi</key> + </entry> + <entry> + <key>Andorra</key> + </entry> + <entry> + <key>Poland</key> + </entry> + <entry> + <key>Tunisia</key> + </entry> + <entry> + <key>Tuvalu</key> + </entry> + <entry> + <key>Lebanon</key> + </entry> + <entry> + <key>Azerbaijan</key> + </entry> + <entry> + <key>Czech Republic</key> + </entry> + <entry> + <key>Mauritania</key> + </entry> + <entry> + <key>Guernsey</key> + </entry> + <entry> + <key>Kgs</key> + </entry> + <entry> + <key>Australia</key> + </entry> + <entry> + <key>Myanmar</key> + </entry> + <entry> + <key>Cameroon</key> + </entry> + <entry> + <key>Iceland</key> + </entry> + <entry> + <key>Oman</key> + </entry> + <entry> + <key>Gabon</key> + </entry> + <entry> + <key>Luxembourg</key> + </entry> + <entry> + <key>Algeria</key> + </entry> + <entry> + <key>Jersey</key> + </entry> + <entry> + <key>Slovenia</key> + </entry> + <entry> + <key>Antigua and Barbuda</key> + </entry> + <entry> + <key>Annually</key> + </entry> + <entry> + <key>Colombia</key> + </entry> + <entry> + <key>Project_reference</key> + </entry> + <entry> + <key>Vanuatu</key> + </entry> + <entry> + <key>Valid, limited</key> + </entry> + <entry> + <key>Honduras</key> + </entry> + <entry> + <key>Antarctica</key> + </entry> + <entry> + <key>Nauru</key> + </entry> + <entry> + <key>Burundi</key> + </entry> + <entry> + <key>Project manager</key> + </entry> + <entry> + <key>Singapore</key> + </entry> + <entry> + <key>French Guiana</key> + </entry> + <entry> + <key>Hours</key> + </entry> + <entry> + <key>Christmas Island</key> + </entry> + <entry> + <key>Netherlands</key> + </entry> + <entry> + <key>Product_flexibility</key> + </entry> + <entry> + <key>China</key> + </entry> + <entry> + <key>Martinique</key> + </entry> + <entry> + <key>Own website</key> + </entry> + <entry> + <key>Saint Pierre and Miquelon</key> + </entry> + <entry> + <key>Bhutan</key> + </entry> + <entry> + <key>Romania</key> + </entry> + <entry> + <key>Falkland Islands (Malvinas)</key> + </entry> + <entry> + <key>Philippines</key> + </entry> + <entry> + <key>Pitcairn</key> + </entry> + <entry> + <key>Zimbabwe</key> + </entry> + <entry> + <key>British Indian Ocean Territory</key> + </entry> + <entry> + <key>Montenegro</key> + </entry> + <entry> + <key>Quarterly</key> + </entry> + <entry> + <key>Indonesia</key> + </entry> + <entry> + <key>Angola</key> + </entry> + <entry> + <key>Internal</key> + </entry> + <entry> + <key>Key account</key> + <value></value> + </entry> + <entry> + <key>Brunei Darussalam</key> + </entry> + <entry> + <key>New Caledonia</key> + </entry> + <entry> + <key>Cayman Islands</key> + </entry> + <entry> + <key>Congo (Democratic Republic of the)</key> + </entry> + <entry> + <key>Greece</key> + </entry> + <entry> + <key>Guyana</key> + </entry> + <entry> + <key>Project assistant</key> + </entry> + <entry> + <key>Iraq</key> + </entry> + <entry> + <key>Chile</key> + </entry> + <entry> + <key>Nepal</key> + </entry> + <entry> + <key>${PRICELIST_DEFAULT}</key> + <value>Standard</value> + </entry> + <entry> + <key>Customer recommendation</key> + </entry> + <entry> + <key>Other_unknown</key> + </entry> + <entry> + <key>Isle of Man</key> + </entry> + <entry> + <key>Ukraine</key> + </entry> + <entry> + <key>Anguilla</key> + </entry> + <entry> + <key>Euro</key> + </entry> + <entry> + <key>Product_GUI</key> + </entry> + <entry> + <key>${GENDER_OTHER}</key> + </entry> + <entry> + <key>Turkey</key> + </entry> + <entry> + <key>Belgium</key> + </entry> + <entry> + <key>South Africa</key> + </entry> + <entry> + <key>Trinidad and Tobago</key> + </entry> + <entry> + <key>Bermuda</key> + </entry> + <entry> + <key>Jamaica</key> + </entry> + <entry> + <key>Peru</key> + </entry> + <entry> + <key>Turkmenistan</key> + </entry> + <entry> + <key>Venezuela (Bolivarian Republic of)</key> + </entry> + <entry> + <key>Tokelau</key> + </entry> + <entry> + <key>Hong Kong</key> + </entry> + <entry> + <key>Chad</key> + </entry> + <entry> + <key>German</key> + </entry> + <entry> + <key>Thailand</key> + </entry> + <entry> + <key>in process</key> + </entry> + <entry> + <key>Saint Martin (French part)</key> + </entry> + <entry> + <key>Kuwait</key> + </entry> + <entry> + <key>Palestine, State of</key> + </entry> + <entry> + <key>Croatia</key> + </entry> + <entry> + <key>Cook Islands</key> + </entry> + <entry> + <key>Fair</key> + </entry> + <entry> + <key>Sri Lanka</key> + </entry> + <entry> + <key>Uruguay</key> + </entry> + <entry> + <key>Liberia</key> + </entry> + <entry> + <key>Burkina Faso</key> + </entry> + <entry> + <key>Swiss franc</key> + </entry> + <entry> + <key>Swaziland</key> + </entry> + <entry> + <key>ended</key> + </entry> + <entry> + <key>Wallis and Futuna</key> + </entry> + <entry> + <key>Company_industry knowhow</key> + </entry> + <entry> + <key>Monaco</key> + </entry> + <entry> + <key>Spanish</key> + </entry> + <entry> + <key>Hungary</key> + </entry> + <entry> + <key>Japan</key> + </entry> + <entry> + <key>Belarus</key> + </entry> + <entry> + <key>Albania</key> + </entry> + <entry> + <key>Internal sales manager</key> + </entry> + <entry> + <key>Virgin Islands (U.S.)</key> + </entry> + <entry> + <key>New Zealand</key> + </entry> + <entry> + <key>Senegal</key> + </entry> + <entry> + <key>Ethiopia</key> + </entry> + <entry> + <key>Macedonia (the former Yugoslav Republic of)</key> + </entry> + <entry> + <key>Egypt</key> + </entry> + <entry> + <key>Sierra Leone</key> + </entry> + <entry> + <key>Saudi Arabia</key> + </entry> + <entry> + <key>Pakistan</key> + </entry> + <entry> + <key>Gambia</key> + </entry> + <entry> + <key>Qatar</key> + </entry> + <entry> + <key>Slovakia</key> + </entry> + <entry> + <key>Serbia</key> + </entry> + <entry> + <key>Bosnia and Herzegovina</key> + </entry> + <entry> + <key>Framework contract</key> + </entry> + <entry> + <key>Niger</key> + </entry> + <entry> + <key>Rwanda</key> + </entry> + <entry> + <key>French Southern Territories</key> + </entry> + <entry> + <key>Bangladesh</key> + </entry> + <entry> + <key>Barbados</key> + </entry> + <entry> + <key>Botswana</key> + </entry> + <entry> + <key>Saint Vincent and the Grenadines</key> + </entry> + <entry> + <key>Denmark</key> + </entry> + <entry> + <key>Dominican Republic</key> + </entry> + <entry> + <key>Cover letter</key> + </entry> + <entry> + <key>Create receipt</key> + </entry> + <entry> + <key>New time tracking</key> + </entry> + <entry> + <key>MAL</key> + </entry> + <entry> + <key>SQO</key> + </entry> + <entry> + <key>NQC</key> + </entry> + <entry> + <key>MQL</key> + </entry> + <entry> + <key>SAL</key> + </entry> + <entry> + <key>Checkbox</key> + </entry> + <entry> + <key>Numeric value</key> + </entry> + <entry> + <key>decline</key> + </entry> + <entry> + <key>Text</key> + </entry> + <entry> + <key>Group</key> + </entry> + <entry> + <key>Combobox</key> + </entry> + <entry> + <key>tentative</key> + </entry> + <entry> + <key>${NUMBER}</key> + <value>Number</value> + </entry> + <entry> + <key>Name \"%0\" already used for container \"%1\"</key> + </entry> + <entry> + <key>CHAR_VALUE</key> + </entry> + <entry> + <key>Keyword Attribute</key> + </entry> + <entry> + <key>in</key> + </entry> + <entry> + <key>Keyword Attribute Values</key> + </entry> + <entry> + <key>Boolean value</key> + </entry> + <entry> + <key>accept</key> + </entry> + <entry> + <key>The ZIP code does not match the format of the country.</key> + </entry> + <entry> + <key>String value</key> + </entry> + <entry> + <key>The code number is not a valid number.</key> + </entry> + <entry> + <key>${SQL_LIB_UNSUPPORTED_DBTYPE} function: %0</key> + <value>The DBTYPE is not supported by function %0.</value> + </entry> + <entry> + <key>${PRODUCT_LIB_NO_PRODUCT_ID} function: %0</key> + <value>Missing productId in function %0.</value> + </entry> + <entry> + <key>Object type</key> + </entry> + <entry> + <key>Touchpoint</key> + </entry> + <entry> + <key>Touchpoints</key> + </entry> + <entry> + <key>Days inactive</key> + </entry> + <entry> + <key>Combobox Value</key> + </entry> + <entry> + <key>relations</key> + </entry> + <entry> + <key>Time</key> + </entry> + <entry> + <key>New task</key> + </entry> + <entry> + <key>the specified key has to be unique for that container but does already exist</key> + </entry> + <entry> + <key>Relationtype</key> + </entry> + <entry> + <key>Tree</key> + </entry> + <entry> + <key>100%</key> + </entry> + <entry> + <key>Mobil</key> + </entry> + <entry> + <key>25%</key> + </entry> + <entry> + <key>50%</key> + </entry> + <entry> + <key>75%</key> + </entry> + <entry> + <key>no keyword attribute \"%0\" found in keyword container \"%1\"</key> + </entry> + <entry> + <key>competitor</key> + </entry> + <entry> + <key>0%</key> + </entry> + <entry> + <key>acquainted with</key> + </entry> + <entry> + <key>collaboration with</key> + </entry> + <entry> + <key>parent company</key> + </entry> + <entry> + <key>society</key> + </entry> + <entry> + <key>ankle of</key> + </entry> + <entry> + <key>solicits</key> + </entry> + <entry> + <key>child of</key> + </entry> + <entry> + <key>supervisor of</key> + </entry> + <entry> + <key>reports to</key> + </entry> + <entry> + <key>subsidiary</key> + </entry> + <entry> + <key>supported by</key> + </entry> + <entry> + <key>member</key> + </entry> + <entry> + <key>promotion target of</key> + </entry> + <entry> + <key>supports</key> + </entry> + <entry> + <key>parent of</key> + </entry> + <entry> + <key>grandparents of</key> + </entry> + <entry> + <key>Entrydate (Month)</key> + </entry> + <entry> + <key>Entrydate (Day)</key> + </entry> + <entry> + <key>My Dashboard</key> + </entry> + <entry> + <key>Salesdashboard</key> + </entry> + <entry> + <key>Discount %</key> + </entry> + <entry> + <key>Memo</key> + </entry> + <entry> + <key>Function</key> + </entry> + <entry> + <key>Relational</key> + </entry> + <entry> + <key>Only numbers are allowed.</key> + </entry> + <entry> + <key>Superordinate Attribute</key> + </entry> + <entry> + <key>${SALESPROJECT_OFFER}</key> + <value>Offer</value> + </entry> + <entry> + <key>${SALESPROJECT_NEGOTIATION}</key> + <value>Negotiation</value> + </entry> + <entry> + <key>Filesize</key> + </entry> + <entry> + <key>Filename</key> + </entry> + <entry> + <key>Filetype</key> + </entry> + <entry> + <key>Special price list</key> + </entry> + <entry> + <key>New attribute</key> + </entry> + <entry> + <key>MQC</key> + </entry> + <entry> + <key>History</key> + </entry> + <entry> + <key>Progress</key> + </entry> + <entry> + <key>Module</key> + </entry> + <entry> + <key>7 days net</key> + </entry> + <entry> + <key>carriage free</key> + </entry> + <entry> + <key>8 days 2% discount, 30 days net</key> + </entry> + <entry> + <key>CIF</key> + </entry> + <entry> + <key>ex works</key> + </entry> + <entry> + <key>30 days net</key> + </entry> + <entry> + <key>Directly responsible:</key> + </entry> + <entry> + <key>Payment term</key> + </entry> + <entry> + <key>Contactrole</key> + </entry> + <entry> + <key>New appointment</key> + </entry> + <entry> + <key>&Aufg / Term (%0/%1)</key> + </entry> + <entry> + <key>Verschieben auf Datum?</key> + </entry> + <entry> + <key>niedrig</key> + </entry> + <entry> + <key>Gebucht</key> + </entry> + <entry> + <key>Other Contactroles</key> + </entry> + <entry> + <key>In Bearbeitung</key> + </entry> + <entry> + <key>OK</key> + </entry> + <entry> + <key>Nicht begonnen</key> + </entry> + <entry> + <key>Bitte Filterbedingungen setzen</key> + </entry> + <entry> + <key>keine</key> + </entry> + <entry> + <key>Eine private Aufgabe kann nicht jemand anderem zugewiesen werden.</key> + </entry> + <entry> + <key>Aufgaben von</key> + </entry> + <entry> + <key>&Aufgaben (%0)</key> + </entry> + <entry> + <key>hoch</key> + </entry> + <entry> + <key>Erledigt</key> + </entry> + <entry> + <key>Abgesagt</key> + </entry> + <entry> + <key>Abbrechen</key> + </entry> + <entry> + <key>delegiert</key> + </entry> + <entry> + <key>frei</key> + </entry> + <entry> + <key>%0 Aufgabe(n) erfolgreich weitergegeben an: %1</key> + </entry> + <entry> + <key>normal</key> + </entry> + <entry> + <key>Termine von</key> + </entry> + <entry> + <key>nur Verschiebung in die Zukunft erlaubt!</key> + </entry> + <entry> + <key>Kategorie</key> + </entry> + <entry> + <key>Product content</key> + </entry> + <entry> + <key>Know How</key> + </entry> + <entry> + <key>Personal appearance</key> + </entry> + <entry> + <key>Market situation</key> + </entry> + <entry> + <key>Liquidity</key> + </entry> + <entry> + <key>Price policy</key> + </entry> + <entry> + <key>Approved</key> + </entry> + <entry> + <key>Completed</key> + </entry> + <entry> + <key>In planning</key> + </entry> + <entry> + <key>Campaign Step</key> + </entry> + <entry> + <key>360 Degree</key> + </entry> + <entry> + <key>Campaigns</key> + </entry> + <entry> + <key>Campaign</key> + </entry> + <entry> + <key>Auswertung</key> + </entry> + <entry> + <key>VAT in %</key> + </entry> + <entry> + <key>Kampagnenschritte</key> + </entry> + <entry> + <key>Marketing</key> + </entry> + <entry> + <key>Neuer Kampagnenschritt</key> + </entry> + <entry> + <key>Neue Kampagne</key> + </entry> + <entry> + <key>${QUANTITY_LOWER_THAN_1}</key> + <value>Quantity should be greater than 0.</value> + </entry> + <entry> + <key>This combination of person and organisation does already exist and can not be created once more.</key> + </entry> + <entry> + <key>Time in minutes</key> + </entry> + <entry> + <key>Sales manager</key> + </entry> + <entry> + <key>IT</key> + </entry> + <entry> + <key>Administrator</key> + </entry> + <entry> + <key>Managing director</key> + </entry> + <entry> + <key>Production manager</key> + </entry> + <entry> + <key>Production</key> + </entry> + <entry> + <key>CEO</key> + </entry> + <entry> + <key>Purchasing manager</key> + </entry> + <entry> + <key>Marketing manager</key> + </entry> + <entry> + <key>IT manager</key> + </entry> + <entry> + <key>CSO</key> + </entry> + <entry> + <key>Executive board</key> + </entry> + <entry> + <key>Supervisory board</key> + </entry> + <entry> + <key>Management</key> + </entry> + <entry> + <key>New module</key> + </entry> + <entry> + <key>Côte d'Ivoire</key> + </entry> + <entry> + <key>Bitte Datumseingabe prüfen!</key> + </entry> + <entry> + <key>Bestätigt</key> + </entry> + <entry> + <key>Vorläufig</key> + </entry> + <entry> + <key>Saint Barthélemy</key> + </entry> + <entry> + <key>erledigt / zurückgestellt</key> + </entry> + <entry> + <key>Zurückgestellt</key> + </entry> + <entry> + <key>Außer Haus</key> + </entry> + <entry> + <key>Benutzer auswählen</key> + </entry> + <entry> + <key>Åland Islands</key> + </entry> + <entry> + <key>Curaçao</key> + </entry> + <entry> + <key>Réunion</key> + </entry> + <entry> + <key>date of birth must not be in the future</key> + </entry> + <entry> + <key>Manufacturer</key> + </entry> + <entry> + <key>Competitor</key> + </entry> + <entry> + <key>Partner</key> + </entry> + <entry> + <key>True</key> + </entry> + <entry> + <key>False</key> + </entry> + <entry> + <key>false</key> + </entry> + <entry> + <key>true</key> + </entry> + <entry> + <key>Protected</key> + </entry> + <entry> + <key>${MIN_MAX_ERROR} field: %0, value: %1, min: %2, max: %3</key> + <value>%0 has to be between %2 and %3.</value> + </entry> + <entry> + <key>Password</key> + </entry> + <entry> + <key>Confirm password</key> + </entry> + <entry> + <key>Set password</key> + </entry> + <entry> + <key>Email</key> + </entry> + <entry> + <key>{$OBJECTLINK_TYPE}</key> + <value>Type</value> + </entry> + <entry> + <key>{$OBJECTLINK_OBJECT}</key> + <value>Object</value> + </entry> + <entry> + <key>Roles</key> + </entry> + <entry> + <key>Password and confirmation must be the same!</key> + </entry> + <entry> + <key>Begin</key> + </entry> + <entry> + <key>Maturity</key> + </entry> + <entry> + <key>Username</key> + </entry> + <entry> + <key>The person is already associated with another employee!</key> + </entry> + <entry> + <key>Username already exists!</key> + </entry> + <entry> + <key>This private person doeas already exist and can not be created once more.</key> + </entry> + <entry> + <key>Everyone</key> + </entry> + <entry> + <key>Project</key> + </entry> + <entry> + <key>Project management</key> + </entry> + <entry> + <key>Office staff</key> + </entry> + <entry> + <key>Field staff</key> + </entry> + <entry> + <key>Resource</key> + </entry> + <entry> + <key>Human Resources</key> + </entry> + <entry> + <key>Email must be unique!</key> + </entry> + <entry> + <key>Project Management</key> + </entry> + <entry> + <key>Support</key> + </entry> + <entry> + <key>{$ADDRESS_IDENTIFIER}</key> + <value>Identifier</value> + </entry> + <entry> + <key>Salesproject phases</key> + </entry> + <entry> + <key>Add to Campaign</key> + </entry> + <entry> + <key>Max participants</key> + </entry> + <entry> + <key>Participants</key> + </entry> + <entry> + <key>Add the selection to a campaign</key> + </entry> + <entry> + <key>participants will be added to the selected campaign step</key> + </entry> + <entry> + <key>Add participants to Campaign</key> + </entry> + <entry> + <key>Key figures</key> + </entry> + <entry> + <key>Hierarchy</key> + </entry> + <entry> + <key>Object relation</key> + </entry> + <entry> + <key>Relation type 1</key> + </entry> + <entry> + <key>Relation type 2</key> + </entry> + <entry> + <key>Relation type</key> + </entry> + <entry> + <key>Context 1</key> + </entry> + <entry> + <key>Context 2</key> + </entry> + <entry> + <key>Delete all usage</key> + </entry> + <entry> + <key>Deleted all usages of \"%0\".</key> + </entry> + <entry> + <key>Successful</key> + </entry> + <entry> + <key>Count</key> + </entry> + <entry> + <key>Picture</key> + </entry> + <entry> + <key>Chart</key> + </entry> + <entry> + <key>Zeigt wie viele Vertriebsprojekte in den einzelnen Vertriebsphasen sind. </key> + </entry> + <entry> + <key>Enable relation type 2</key> + </entry> + <entry> + <key>Salesproject Analyses</key> + </entry> + <entry> + <key>Wichtigste Kennzahlen zu den Vertriebsprojekten.</key> + </entry> + <entry> + <key>Days count</key> + </entry> + <entry> + <key>Clear forecast and set state to '%0'?</key> + </entry> + <entry> + <key>Would you really like to clear the forecast and set the state to '%0'?</key> + </entry> + <entry> + <key>This cannot be undone!</key> + </entry> + <entry> + <key>Campaign status</key> + </entry> + <entry> + <key>Set campaign step</key> + </entry> + <entry> + <key>Add participant to Campaign</key> + </entry> + <entry> + <key>Steps</key> + </entry> + <entry> + <key>Added</key> + </entry> + <entry> + <key>Current participants</key> + </entry> + <entry> + <key>Overdue tasks</key> + </entry> + <entry> + <key>[%0]the tableName is not a string after interpreting</key> + </entry> + <entry> + <key>[%0]%1 has to be a string or array but it is %2</key> + </entry> + <entry> + <key>[%0]has now an incorrect length; estimated 2 elements but got %1</key> + </entry> + <entry> + <key>[%0]the columnName is not a string after interpreting</key> + </entry> + <entry> + <key>[%0]%1 is an object but seems not to be a valid array or array-like</key> + </entry> + <entry> + <key>Responsible</key> + </entry> + <entry> + <key>New tasks</key> + </entry> + <entry> + <key>Imminent appointments for today</key> + </entry> + <entry> + <key>Analyses</key> + </entry> + <entry> + <key>To-Do</key> + </entry> + <entry> + <key>Calendar</key> + </entry> + <entry> + <key>${SQL_LIB_UNDEFINED_VALUE} field: %0</key> + <value>The value for the field %0 is undefined.</value> + </entry> + <entry> + <key>My tasks</key> + </entry> + <entry> + <key>${ATTRIBUTE_VOID}</key> + <value>Tag</value> + </entry> + <entry> + <key>Kampagnenzeitraum</key> + </entry> + <entry> + <key>Hauptverantw.</key> + </entry> + <entry> + <key>New campaign step</key> + </entry> + <entry> + <key>Cost</key> + </entry> + <entry> + <key>file '%0' cannot be read</key> + </entry> + <entry> + <key>Importer</key> + </entry> + <entry> + <key>Participant</key> + </entry> + <entry> + <key>Printing costs</key> + </entry> + <entry> + <key>Shipping costs</key> + </entry> + <entry> + <key>yyyy-MM-dd HH:mm:ss</key> + </entry> + <entry> + <key>file '%0' does not exist or you have got no permission on this file</key> + </entry> + <entry> + <key>Zip</key> + </entry> + <entry> + <key>Layout costs</key> + </entry> + <entry> + <key>Fix cost</key> + </entry> + <entry> + <key>Step</key> + </entry> + <entry> + <key>${WEBSERVICE_ERROR} url:%0 status:%1</key> + <value>Webservice not available. URL: %0 %1</value> + </entry> + <entry> + <key>per</key> + </entry> + <entry> + <key>The minimal count can't be larger than the maximal count!</key> + </entry> + <entry> + <key>The max participants count has to be equal or greater than the count of the current participants!</key> + </entry> + <entry> + <key>Variable costs</key> + </entry> + <entry> + <key>Id value</key> + </entry> + <entry> + <key>Order executed</key> + </entry> + <entry> + <key>Liquibase</key> + </entry> + <entry> + <key>Number value</key> + </entry> + <entry> + <key>Author</key> + </entry> + <entry> + <key>Position Id</key> + </entry> + <entry> + <key>ISO3</key> + </entry> + <entry> + <key>ISO2</key> + </entry> + <entry> + <key>Communication Id</key> + </entry> + <entry> + <key>Attribute Id</key> + </entry> + <entry> + <key>Modification user</key> + </entry> + <entry> + <key>Headline</key> + </entry> + <entry> + <key>Salesorder Id</key> + </entry> + <entry> + <key>Salesproject milestone Id</key> + </entry> + <entry> + <key>Appointment Id</key> + </entry> + <entry> + <key>Locked</key> + </entry> + <entry> + <key>Timetracking Id</key> + </entry> + <entry> + <key>Exec type</key> + </entry> + <entry> + <key>Date value</key> + </entry> + <entry> + <key>NUMBER VALUE</key> + </entry> + <entry> + <key>Salesproject forecast Id</key> + </entry> + <entry> + <key>ID</key> + </entry> + <entry> + <key>Keyword attribute relation Id</key> + </entry> + <entry> + <key>Minimal count</key> + </entry> + <entry> + <key>Id</key> + </entry> + <entry> + <key>Object 1 row Id</key> + </entry> + <entry> + <key>Side</key> + </entry> + <entry> + <key>Salesproject Id</key> + </entry> + <entry> + <key>Product Id</key> + </entry> + <entry> + <key>Sort</key> + </entry> + <entry> + <key>Relation Title</key> + </entry> + <entry> + <key>%0 \"%1\"</key> + </entry> + <entry> + <key>Maximal count</key> + </entry> + <entry> + <key>Data executed</key> + </entry> + <entry> + <key>Indexsearch</key> + </entry> + <entry> + <key>Appointment link Id</key> + </entry> + <entry> + <key>Relation Type</key> + </entry> + <entry> + <key>Salesproject member Id</key> + </entry> + <entry> + <key>Salesproject source Id</key> + </entry> + <entry> + <key>Item sort</key> + </entry> + <entry> + <key>%0 modified.</key> + </entry> + <entry> + <key>Contract Id</key> + </entry> + <entry> + <key>Int value</key> + </entry> + <entry> + <key>Object 2 row Id</key> + </entry> + <entry> + <key>Source tablename Id</key> + </entry> + <entry> + <key>Source tablename</key> + </entry> + <entry> + <key>Contact Id</key> + </entry> + <entry> + <key>Sales area</key> + </entry> + <entry> + <key>Parent Id</key> + </entry> + <entry> + <key>Task link Id</key> + </entry> + <entry> + <key>BOOL VALUE</key> + </entry> + <entry> + <key>Keyword attribute Id</key> + </entry> + <entry> + <key>Log type</key> + </entry> + <entry> + <key>Object row Id</key> + </entry> + <entry> + <key>Labels</key> + </entry> + <entry> + <key>%0 deleted.</key> + </entry> + <entry> + <key>Salesproject competition Id</key> + </entry> + <entry> + <key>Activity Id</key> + </entry> + <entry> + <key>Person Id</key> + </entry> + <entry> + <key>Offer item Id</key> + </entry> + <entry> + <key>Offer Id</key> + </entry> + <entry> + <key>Name native</key> + </entry> + <entry> + <key>Flag</key> + </entry> + <entry> + <key>Address Id</key> + </entry> + <entry> + <key>Name latin</key> + </entry> + <entry> + <key>Destination Id</key> + </entry> + <entry> + <key>Sex</key> + </entry> + <entry> + <key>Product price Id</key> + </entry> + <entry> + <key>%0 added.</key> + </entry> + <entry> + <key>Object Relation Type</key> + </entry> + <entry> + <key>Entry date</key> + </entry> + <entry> + <key>Object relation type 2</key> + </entry> + <entry> + <key>Object relation type 1</key> + </entry> + <entry> + <key>Modification date</key> + </entry> + <entry> + <key>Object Type</key> + </entry> + <entry> + <key>%0 from \"%1\" to \"%2\"</key> + </entry> + <entry> + <key>MD5 Sum</key> + </entry> + <entry> + <key>Letter salutation</key> + </entry> + <entry> + <key>Lock granted</key> + </entry> + <entry> + <key>Required fields</key> + </entry> + <entry> + <key>Address addition</key> + </entry> + <entry> + <key>the \"%0\" table is configured to get logged but this is the logging-stoarge itself and cannot be monitored</key> + </entry> + <entry> + <key>Attribute usage Id</key> + </entry> + <entry> + <key>LogHistory</key> + </entry> + <entry> + <key>Locked by</key> + </entry> + <entry> + <key>Desciption</key> + </entry> + <entry> + <key>Salutation Id</key> + </entry> + <entry> + <key>Comments</key> + </entry> + <entry> + <key>Task Id</key> + </entry> + <entry> + <key>Valid to</key> + </entry> + <entry> + <key>ZIP regex</key> + </entry> + <entry> + <key>Keyword entry Id</key> + </entry> + <entry> + <key>Stop costs</key> + </entry> + <entry> + <key>Contexts</key> + </entry> + <entry> + <key>Assigned to</key> + </entry> + <entry> + <key>%0 from \"%1\" to %2 \"%3\"</key> + </entry> + <entry> + <key>Date start</key> + </entry> + <entry> + <key>Deployment Id</key> + </entry> + <entry> + <key>Address format</key> + </entry> + <entry> + <key>Activity link Id</key> + </entry> + <entry> + <key>Date end</key> + </entry> + <entry> + <key>Creation user</key> + </entry> + <entry> + <key>Object Id</key> + </entry> + <entry> + <key>Is active</key> + </entry> + <entry> + <key>Product relationship</key> + </entry> + <entry> + <key>Salesorder item Id</key> + </entry> + <entry> + <key>Char value</key> + </entry> + <entry> + <key>Attribute relation Id</key> + </entry> + <entry> + <key>Tag</key> + </entry> + <entry> + <key>Title suffix</key> + </entry> + <entry> + <key>Step costs</key> + </entry> + <entry> + <key>Min. Stock</key> + </entry> + <entry> + <key>User</key> + </entry> + <entry> + <key>Stock Id</key> + </entry> + <entry> + <key>Tablename</key> + </entry> + <entry> + <key>CHAR VALUE</key> + </entry> + <entry> + <key>Parent context</key> + </entry> + <entry> + <key>Organisation Id</key> + </entry> + <entry> + <key>Tablename Id</key> + </entry> + <entry> + <key>Competitors</key> + </entry> + <entry> + <key>Notifications</key> + </entry> + <entry> + <key>Overview</key> + </entry> + <entry> + <key>Participated</key> + </entry> + <entry> + <key>Remaining Runtime</key> + </entry> + <entry> + <key>Document Template</key> + </entry> + <entry> + <key>Text Modular</key> + </entry> + <entry> + <key>Serial</key> + </entry> + <entry> + <key>Campaign Period</key> + </entry> + <entry> + <key>Single</key> + </entry> + <entry> + <key>Attachment</key> + </entry> + <entry> + <key>Attachments</key> + </entry> + <entry> + <key>Letter</key> + </entry> + <entry> + <key>Appointment</key> + </entry> + <entry> + <key>rebuild Index</key> + </entry> + <entry> + <key>Charts</key> + </entry> + <entry> + <key>Keywords</key> + </entry> + <entry> + <key>Days running</key> + </entry> + <entry> + <key>Logs</key> + </entry> + <entry> + <key>Mail</key> + </entry> + <entry> + <key>Phonecall</key> + </entry> + <entry> + <key>Chart 2</key> + </entry> + <entry> + <key>Log</key> + </entry> + <entry> + <key>Offer Header Text</key> + </entry> + <entry> + <key>Employees</key> + </entry> + <entry> + <key>Todo</key> + </entry> + <entry> + <key>Days remaining</key> + </entry> + <entry> + <key>Offer Footer Text</key> + </entry> + <entry> + <key>Date new</key> + </entry> + <entry> + <key>Date edit</key> + </entry> + <entry> + <key>Keyword Attributes</key> + </entry> + <entry> + <key>Student/Internship</key> + </entry> + <entry> + <key>Food</key> + </entry> + <entry> + <key>200 to 349T</key> + </entry> + <entry> + <key>Within 6 months</key> + </entry> + <entry> + <key>No project planned</key> + </entry> + <entry> + <key>Logistics</key> + </entry> + <entry> + <key>Skilled workers</key> + </entry> + <entry> + <key>Purchasing</key> + </entry> + <entry> + <key>Rate</key> + </entry> + <entry> + <key>Choice</key> + </entry> + <entry> + <key>points</key> + </entry> + <entry> + <key>Education</key> + </entry> + <entry> + <key>Public</key> + </entry> + <entry> + <key>Building and construction suppliers</key> + </entry> + <entry> + <key>0 to 49</key> + </entry> + <entry> + <key>0 to 49T</key> + </entry> + <entry> + <key>CRM Manager</key> + </entry> + <entry> + <key>50 to 99T</key> + </entry> + <entry> + <key>Search</key> + </entry> + <entry> + <key>Counsellor</key> + </entry> + <entry> + <key>50 to 100</key> + </entry> + <entry> + <key>OnPremise</key> + </entry> + <entry> + <key>Head of IT</key> + </entry> + <entry> + <key>Electric</key> + </entry> + <entry> + <key>from 1,000</key> + </entry> + <entry> + <key>Publishing house</key> + </entry> + <entry> + <key>100 to 199T</key> + </entry> + <entry> + <key>101 to 250</key> + </entry> + <entry> + <key>Overarching</key> + </entry> + <entry> + <key>Energy</key> + </entry> + <entry> + <key>Machinery and equipment</key> + </entry> + <entry> + <key>Trade</key> + </entry> + <entry> + <key>Consultation</key> + </entry> + <entry> + <key>Cloud</key> + </entry> + <entry> + <key>No date yet</key> + </entry> + <entry> + <key>Classifications</key> + </entry> + <entry> + <key>Service Manager</key> + </entry> + <entry> + <key>Lifesience</key> + </entry> + <entry> + <key>Automotive</key> + </entry> + <entry> + <key>Lottery</key> + </entry> + <entry> + <key>from 350T</key> + </entry> + <entry> + <key>Management/Sales Manager</key> + </entry> + <entry> + <key>Environment</key> + </entry> + <entry> + <key>Within 12 months</key> + </entry> + <entry> + <key>Finance</key> + </entry> + <entry> + <key>ScoreProjectStart</key> + <value>Project start</value> + </entry> + <entry> + <key>ScoreStandard</key> + <value>Standard</value> + </entry> + <entry> + <key>ScoreCustomizing</key> + <value>Customizing</value> + </entry> + <entry> + <key>ScoreDecisionPhase</key> + <value>Desicion phase</value> + </entry> + <entry> + <key>ScoreUsers</key> + <value>User count</value> + </entry> + <entry> + <key>ScoreBranch</key> + <value>Branche</value> + </entry> + <entry> + <key>ScorePosition</key> + <value>Position</value> + </entry> + <entry> + <key>ScoreBudget</key> + <value>Project budget</value> + </entry> + <entry> + <key>ScoreDepartment</key> + <value>department</value> + </entry> + <entry> + <key>ScoreCloud</key> + <value>Operating model</value> + </entry> + <entry> + <key>ScoreBased</key> + <value>Headquarters</value> + </entry> + <entry> + <key>Score</key> + </entry> + <entry> + <key>Scoretype</key> + </entry> + <entry> + <key>archieve</key> + </entry> + <entry> + <key>setUnread</key> + </entry> + <entry> + <key>setRead</key> + </entry> + <entry> + <key>${HIGHER_THAN_MAX} max: %0</key> + <value>The value is greater than the allowed max-value %0.</value> + </entry> + <entry> + <key>Rating</key> + </entry> + <entry> + <key>Possible Values</key> + </entry> + <entry> + <key>251 to 1,000</key> + </entry> + <entry> + <key>Selection</key> + </entry> + <entry> + <key>Files</key> + </entry> + <entry> + <key>${COUNT_PREPOSITION_SINGLE}</key> + <value>time</value> + </entry> + <entry> + <key>Attribute \"%0\" has to be used at least %1.</key> + </entry> + <entry> + <key>${COUNT_PREPOSITION_MULTIPLE}</key> + <value>times</value> + </entry> + <entry> + <key>Attribute \"%0\" can't be used more than %1.</key> + </entry> + <entry> + <key>Recipient</key> + </entry> + <entry> + <key>Write email</key> + </entry> + <entry> + <key>Show tasks where I am editor</key> + </entry> + <entry> + <key>Entrydate must not be in the future</key> + </entry> + <entry> + <key>Delivery specification</key> + </entry> + <entry> + <key>Priority</key> + </entry> + <entry> + <key>Postcode</key> + </entry> + <entry> + <key>Main document</key> + </entry> + <entry> + <key>Delete</key> + </entry> + <entry> + <key>Street</key> + </entry> + <entry> + <key>Start</key> + </entry> + <entry> + <key>End</key> + </entry> + <entry> + <key>Condition</key> + </entry> + <entry> + <key>File</key> + </entry> + <entry> + <key> User</key> + </entry> + <entry> + <key>Edit</key> + </entry> + <entry> + <key>Condition Type</key> + </entry> + <entry> + <key>Access type</key> + </entry> + <entry> + <key>Permission Overview</key> + </entry> + <entry> + <key>PermissionId</key> + </entry> + <entry> + <key>Entity</key> + </entry> + <entry> + <key>Sales Project</key> + </entry> + <entry> + <key>Field</key> + </entry> + <entry> + <key>Permission Detail</key> + </entry> + <entry> + <key>Entities</key> + </entry> + <entry> + <key>Read</key> + </entry> + <entry> + <key>Permission Set ID</key> + </entry> + <entry> + <key>Create</key> + </entry> + <entry> + <key>To buildingnumber</key> + </entry> + <entry> + <key>Permission Overview</key> + </entry> + <entry> + <key>Action</key> + </entry> + <entry> + <key>View</key> + </entry> + <entry> + <key>From buildingnumber</key> + </entry> + <entry> + <key>Salutations</key> + </entry> + <entry> + <key>Paymentterm</key> + </entry> + <entry> + <key>Runtime</key> + </entry> + <entry> + <key>Fix costs</key> + </entry> + <entry> + <key>Total costs</key> + </entry> + <entry> + <key>Per participant</key> + </entry> + <entry> + <key>Predecessor</key> + </entry> + <entry> + <key>Group name</key> + </entry> + <entry> + <key>Price Condition</key> + </entry> + <entry> + <key>Entität</key> + </entry> + <entry> + <key>beschränken</key> + </entry> + <entry> + <key>Feld</key> + </entry> + <entry> + <key>Possible Value</key> + </entry> + <entry> + <key>erlauben</key> + </entry> + <entry> + <key>Could not determine the current Classification type (usage).</key> + </entry> + <entry> + <key>Datensatz</key> + </entry> + <entry> + <key>The new Classification name already exists.</key> + </entry> + <entry> + <key>3. Classification</key> + </entry> + <entry> + <key>1. Classification</key> + </entry> + <entry> + <key>2. Classification</key> + </entry> + <entry> + <key>Choose Footer</key> + </entry> + <entry> + <key>Choose Header</key> + </entry> + <entry> + <key>#0</key> + </entry> + <entry> + <key>Email Template</key> + </entry> + <entry> + <key>${SQL_LIB_FIELD_WRONG_FORMAT} field: %0</key> + <value>Field %0 is in an incorrect format. The database field has to be like "tablename.columnname" ("ORGANISATION.NAME") or as array with column-alias: ["ORGANISATION", "NAME", "myorgAlias"]</value> + </entry> + <entry> + <key>testing</key> + </entry> + <entry> + <key>double</key> + </entry> + <entry> + <key>closed</key> + </entry> + <entry> + <key>New Supportticket</key> + </entry> + <entry> + <key>Bug Ticket</key> + </entry> + <entry> + <key>Support ticket</key> + </entry> + <entry> + <key>New Bugticket</key> + </entry> + <entry> + <key>Keine Berechtigung zum Verschieben der Aufgabe</key> + </entry> + <entry> + <key>Kein Weitergeben von privaten Aufgaben möglich!</key> + </entry> <entry> <key>Search for new Entries</key> </entry> - </keyValueMap> - <font name="Dialog" style="0" size="11" /> -</language> + </keyValueMap> + <font name="Dialog" style="0" size="11" /> +</language> diff --git a/neonContext/Classification/Classification.aod b/neonContext/Classification/Classification.aod index 9319b3ed21f3f9da1f49d6b6c73d10c8595f8e7e..958b89c743aa432b9a5f4fb3e3d0d7d442c440de 100644 --- a/neonContext/Classification/Classification.aod +++ b/neonContext/Classification/Classification.aod @@ -1,30 +1,30 @@ -<?xml version="1.0" encoding="UTF-8"?> -<neonContext xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonContext/1.1.0"> - <name>Classification</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/neonContext/Classification/documentation.adoc</documentation> - <editview>ClassificatonAdminEdit_view</editview> - <entity>Classification_entity</entity> - <references> - <neonViewReference> - <name>3ab6b4d1-e6db-42be-8262-2499a3d114e9</name> - <view>ClassificationTree_view</view> - </neonViewReference> - <neonViewReference> - <name>359f42a2-1014-4d81-aa65-8f6aeba10f2d</name> - <view>ClassificatonAdminEdit_view</view> - </neonViewReference> - <neonViewReference> - <name>b54f49d0-3577-4221-8fd1-fc1c8239d689</name> - <view>ClassificationAdminTree_view</view> - </neonViewReference> - <neonViewReference> - <name>50c0d5c5-c84f-452d-9f77-41b82ac0319f</name> - <view>ClassificatonEdit_view</view> - </neonViewReference> - <neonViewReference> - <name>8412dc60-bffd-49bd-a68d-c730404b807b</name> - <view>ClassificationFilter_view</view> - </neonViewReference> - </references> -</neonContext> +<?xml version="1.0" encoding="UTF-8"?> +<neonContext xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonContext/1.1.0"> + <name>Classification</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/neonContext/Classification/documentation.adoc</documentation> + <editview>ClassificatonAdminEdit_view</editview> + <entity>Classification_entity</entity> + <references> + <neonViewReference> + <name>3ab6b4d1-e6db-42be-8262-2499a3d114e9</name> + <view>ClassificationTree_view</view> + </neonViewReference> + <neonViewReference> + <name>359f42a2-1014-4d81-aa65-8f6aeba10f2d</name> + <view>ClassificatonAdminEdit_view</view> + </neonViewReference> + <neonViewReference> + <name>b54f49d0-3577-4221-8fd1-fc1c8239d689</name> + <view>ClassificationAdminTree_view</view> + </neonViewReference> + <neonViewReference> + <name>50c0d5c5-c84f-452d-9f77-41b82ac0319f</name> + <view>ClassificatonEdit_view</view> + </neonViewReference> + <neonViewReference> + <name>8412dc60-bffd-49bd-a68d-c730404b807b</name> + <view>ClassificationFilter_view</view> + </neonViewReference> + </references> +</neonContext> diff --git a/neonContext/ClassificationAdmin/ClassificationAdmin.aod b/neonContext/ClassificationAdmin/ClassificationAdmin.aod index 45495e30e8520da2d6576872ddcf5d1bdf752445..a1594f3adbd537c98411858fd6c726f8369062af 100644 --- a/neonContext/ClassificationAdmin/ClassificationAdmin.aod +++ b/neonContext/ClassificationAdmin/ClassificationAdmin.aod @@ -1,15 +1,15 @@ -<?xml version="1.0" encoding="UTF-8"?> -<neonContext xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonContext/1.1.0"> - <name>ClassificationAdmin</name> - <title></title> - <majorModelMode>DISTRIBUTED</majorModelMode> - <documentation>%aditoprj%/neonContext/ClassificationAdmin/documentation.adoc</documentation> - <mainview>ClassificationAdminMain_view</mainview> - <entity>ClassificationAdmin_entity</entity> - <references> - <neonViewReference> - <name>4a240156-6c62-46d8-890e-b5c239ef8128</name> - <view>ClassificationAdminMain_view</view> - </neonViewReference> - </references> -</neonContext> +<?xml version="1.0" encoding="UTF-8"?> +<neonContext xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonContext/1.1.0"> + <name>ClassificationAdmin</name> + <title></title> + <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/neonContext/ClassificationAdmin/documentation.adoc</documentation> + <mainview>ClassificationAdminMain_view</mainview> + <entity>ClassificationAdmin_entity</entity> + <references> + <neonViewReference> + <name>4a240156-6c62-46d8-890e-b5c239ef8128</name> + <view>ClassificationAdminMain_view</view> + </neonViewReference> + </references> +</neonContext> diff --git a/neonContext/ClassificationScore/ClassificationScore.aod b/neonContext/ClassificationScore/ClassificationScore.aod index b93085f7299a80219111e4660ec78108ef2d0ccf..30e849af74584cc2ba0fb74d791ec3a038f1e48f 100644 --- a/neonContext/ClassificationScore/ClassificationScore.aod +++ b/neonContext/ClassificationScore/ClassificationScore.aod @@ -1,12 +1,12 @@ -<?xml version="1.0" encoding="UTF-8"?> -<neonContext xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonContext/1.1.0"> - <name>ClassificationScore</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <entity>ClassificationScore_entity</entity> - <references> - <neonViewReference> - <name>ccaf4443-07e0-4e29-a73d-2073d132fbe6</name> - <view>ClassificationScoreMultipleEdit_view</view> - </neonViewReference> - </references> -</neonContext> +<?xml version="1.0" encoding="UTF-8"?> +<neonContext xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonContext/1.1.0"> + <name>ClassificationScore</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <entity>ClassificationScore_entity</entity> + <references> + <neonViewReference> + <name>ccaf4443-07e0-4e29-a73d-2073d132fbe6</name> + <view>ClassificationScoreMultipleEdit_view</view> + </neonViewReference> + </references> +</neonContext> diff --git a/neonContext/SalesprojectCompetition/SalesprojectCompetition.aod b/neonContext/Competition/Competition.aod similarity index 59% rename from neonContext/SalesprojectCompetition/SalesprojectCompetition.aod rename to neonContext/Competition/Competition.aod index 20698327ec099dd3dbda4b261c5ddfee79cc177b..3466aa031c5faabae3d0ee4bced92c41b888019c 100644 --- a/neonContext/SalesprojectCompetition/SalesprojectCompetition.aod +++ b/neonContext/Competition/Competition.aod @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <neonContext xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonContext/1.1.0"> - <name>SalesprojectCompetition</name> + <name>Competition</name> <majorModelMode>DISTRIBUTED</majorModelMode> - <filterview>SalesprojectCompetitionFilter_view</filterview> - <editview>SalesprojectCompetitionEdit_view</editview> - <preview>SalesprojectCompetitionPreview_view</preview> - <entity>SalesprojectCompetition_entity</entity> + <filterview>CompetitionFilter_view</filterview> + <editview>CompetitionEdit_view</editview> + <preview>CompetitionPreview_view</preview> + <entity>Competition_entity</entity> <references> <neonViewReference> <name>a002c925-becb-4051-95bc-a38a4b01b65a</name> - <view>SalesprojectCompetitionFilter_view</view> + <view>CompetitionFilter_view</view> </neonViewReference> <neonViewReference> <name>df710f0b-ed2b-46d1-852d-47ada0b6b8f0</name> - <view>SalesprojectCompetitionEdit_view</view> + <view>CompetitionEdit_view</view> </neonViewReference> <neonViewReference> <name>6df65cb7-f8fc-4b6e-963d-df6dde6d523b</name> - <view>SalesprojectCompetitionPreview_view</view> + <view>CompetitionPreview_view</view> </neonViewReference> </references> </neonContext> diff --git a/neonContext/Email/Email.aod b/neonContext/Email/Email.aod index 502cb77e4a78d090f6549ac3bc98a7b202ec8568..d7d3395fb7a4e38c16637a5b4ace340265ee1d43 100644 --- a/neonContext/Email/Email.aod +++ b/neonContext/Email/Email.aod @@ -1,12 +1,12 @@ -<?xml version="1.0" encoding="UTF-8"?> -<neonContext xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonContext/1.1.0"> - <name>Email</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <entity>Email_entity</entity> - <references> - <neonViewReference> - <name>32d974db-e56a-49e7-b421-3abf02757580</name> - <view>EmailEdit_view</view> - </neonViewReference> - </references> -</neonContext> +<?xml version="1.0" encoding="UTF-8"?> +<neonContext xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonContext/1.1.0"> + <name>Email</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <entity>Email_entity</entity> + <references> + <neonViewReference> + <name>32d974db-e56a-49e7-b421-3abf02757580</name> + <view>EmailEdit_view</view> + </neonViewReference> + </references> +</neonContext> diff --git a/neonContext/SalesprojectForecast/SalesprojectForecast.aod b/neonContext/Forecast/Forecast.aod similarity index 61% rename from neonContext/SalesprojectForecast/SalesprojectForecast.aod rename to neonContext/Forecast/Forecast.aod index 4a1b96a50fe65547544ef278b40fccd77d050f7f..f9867dedd369e05cd1c1ba94d8909bc9092537c5 100644 --- a/neonContext/SalesprojectForecast/SalesprojectForecast.aod +++ b/neonContext/Forecast/Forecast.aod @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <neonContext xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonContext/1.1.0"> - <name>SalesprojectForecast</name> + <name>Forecast</name> <majorModelMode>DISTRIBUTED</majorModelMode> - <filterview>SalesprojectForecastFilter_view</filterview> - <editview>SalesprojectForecastEdit_view</editview> - <preview>SalesprojectForecastPreview_view</preview> - <entity>SalesprojectForecast_entity</entity> + <filterview>ForecastFilter_view</filterview> + <editview>ForecastEdit_view</editview> + <preview>ForecastPreview_view</preview> + <entity>Forecast_entity</entity> <references> <neonViewReference> <name>20d80c15-97f0-490c-b845-b2b4f63c6a5d</name> - <view>SalesprojectForecastFilter_view</view> + <view>ForecastFilter_view</view> </neonViewReference> <neonViewReference> <name>7cc72509-722b-4d4f-870c-08878129ceb9</name> - <view>SalesprojectForecastEdit_view</view> + <view>ForecastEdit_view</view> </neonViewReference> <neonViewReference> <name>1fe6e10b-52b4-44a4-88d8-9784a967572c</name> - <view>SalesprojectForecastPreview_view</view> + <view>ForecastPreview_view</view> </neonViewReference> </references> </neonContext> diff --git a/neonContext/SalesprojectMember/SalesprojectMember.aod b/neonContext/Member/Member.aod similarity index 65% rename from neonContext/SalesprojectMember/SalesprojectMember.aod rename to neonContext/Member/Member.aod index ade9ba64f87a933fe925695525117df577ab64ff..8360ef841240df610e4e2e9ee334e8dfef5069e7 100644 --- a/neonContext/SalesprojectMember/SalesprojectMember.aod +++ b/neonContext/Member/Member.aod @@ -1,18 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <neonContext xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonContext/1.1.0"> - <name>SalesprojectMember</name> + <name>Member</name> <majorModelMode>DISTRIBUTED</majorModelMode> - <filterview>SalesprojectMemberFilter_view</filterview> - <editview>SalesprojectMemberEdit_view</editview> - <entity>SalesprojectMember_entity</entity> + <filterview>MemberFilter_view</filterview> + <editview>MemberEdit_view</editview> + <entity>Member_entity</entity> <references> <neonViewReference> <name>6b0b9d8f-6fe8-475b-a303-f1c4f2011d37</name> - <view>SalesprojectMemberFilter_view</view> + <view>MemberFilter_view</view> </neonViewReference> <neonViewReference> <name>ebef21a3-c0e1-4333-b769-eb967cb4099b</name> - <view>SalesprojectMemberEdit_view</view> + <view>MemberEdit_view</view> </neonViewReference> </references> </neonContext> diff --git a/neonView/ActivityFilter_view/ActivityFilter_view.aod b/neonView/ActivityFilter_view/ActivityFilter_view.aod index 01e80dc514b926b385bbf426b8119bec12bb9762..a47d25215ecbd820e8eb0d5ee925fe10f03f248f 100644 --- a/neonView/ActivityFilter_view/ActivityFilter_view.aod +++ b/neonView/ActivityFilter_view/ActivityFilter_view.aod @@ -1,122 +1,122 @@ -<?xml version="1.0" encoding="UTF-8"?> -<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>ActivityFilter_view</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <filterable v="true" /> - <dashletConfigurations> - <neonDashletConfiguration> - <name>AllActivitiesDashlet</name> - <title>Activities</title> - <description>Show all activities</description> - <fragment>Activity/filter</fragment> - <singleton v="true" /> - <requiresConfiguration v="false" /> - <icon>VAADIN:HOURGLASS_END</icon> - <categories> - <neonDashletCategory> - <name>contactmanagement</name> - <title>Contactmanagement</title> - </neonDashletCategory> - <neonDashletCategory> - <name>activity</name> - <title>Activity</title> - </neonDashletCategory> - </categories> - </neonDashletConfiguration> - <neonDashletConfiguration> - <name>InnateActivitiesDashlet</name> - <title>My Activities</title> - <description>Show my activities</description> - <fragment>Activity/filter</fragment> - <singleton v="true" /> - <requiresConfiguration v="false" /> - <icon>VAADIN:HOURGLASS_END</icon> - <categories> - <neonDashletCategory> - <name>contactmanagement</name> - <title>Contactmanagement</title> - </neonDashletCategory> - <neonDashletCategory> - <name>activity</name> - <title>Activity</title> - </neonDashletCategory> - </categories> - <parameters> - <neonDashletParameter> - <name>OnlyInnate_param</name> - <value>true</value> - </neonDashletParameter> - </parameters> - </neonDashletConfiguration> - </dashletConfigurations> - <layout> - <groupLayout> - <name>layout</name> - </groupLayout> - </layout> - <children> - <timelineViewTemplate> - <name>ActivitiesTimeline</name> - <dateField>entryDateDateFormat</dateField> - <titleField>SUBJECT_DETAILS</titleField> - <descriptionField>INFO</descriptionField> - <iconIdField>#IMAGE</iconIdField> - <hideTime v="true" /> - <entityField>#ENTITY</entityField> - </timelineViewTemplate> - <tableViewTemplate> - <name>ActivitiesTable</name> - <entityField>#ENTITY</entityField> - <columns> - <neonTableColumn> - <name>56f0d70a-04de-4acf-b7f6-08414ab5e7ce</name> - <entityField>entryDateDateFormat</entityField> - </neonTableColumn> - <neonTableColumn> - <name>c1ff85eb-dde9-4362-82bc-8be6e3346b1c</name> - <entityField>#IMAGE</entityField> - </neonTableColumn> - <neonTableColumn> - <name>aafb6ac4-a584-48c4-9355-630bfd4579d3</name> - <entityField>RESPONSIBLE</entityField> - </neonTableColumn> - <neonTableColumn> - <name>c8fc85eb-dde9-4362-82bc-8be6e3346b1c</name> - <entityField>SUBJECT</entityField> - </neonTableColumn> - <neonTableColumn> - <name>692a655b-18f5-4323-8d87-ee42726bed38</name> - <entityField>INFO</entityField> - </neonTableColumn> - </columns> - </tableViewTemplate> - <treeTableViewTemplate> - <name>ActivitiesTreeTable</name> - <entityField>#ENTITY</entityField> - <columns> - <neonTableColumn> - <name>4167708f-b5a4-42ed-848a-cf9bb604f083</name> - <entityField>entryDateDateFormat</entityField> - <width v="75" /> - </neonTableColumn> - <neonTableColumn> - <name>ec8f0488-9a9f-4114-8123-1bc21b1d1f68</name> - <entityField>#IMAGE</entityField> - <width v="75" /> - </neonTableColumn> - <neonTableColumn> - <name>c44d54b5-00b9-4faf-9934-687e3a417b73</name> - <entityField>RESPONSIBLE</entityField> - </neonTableColumn> - <neonTableColumn> - <name>f7137699-ae62-48e0-9cd6-e06d37f87f94</name> - <entityField>SUBJECT</entityField> - </neonTableColumn> - <neonTableColumn> - <name>385231ab-204f-498a-8bf2-6fca3f59b7a5</name> - <entityField>INFO</entityField> - </neonTableColumn> - </columns> - </treeTableViewTemplate> - </children> -</neonView> +<?xml version="1.0" encoding="UTF-8"?> +<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> + <name>ActivityFilter_view</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <filterable v="true" /> + <dashletConfigurations> + <neonDashletConfiguration> + <name>AllActivitiesDashlet</name> + <title>Activities</title> + <description>Show all activities</description> + <fragment>Activity/filter</fragment> + <singleton v="true" /> + <requiresConfiguration v="false" /> + <icon>VAADIN:HOURGLASS_END</icon> + <categories> + <neonDashletCategory> + <name>contactmanagement</name> + <title>Contactmanagement</title> + </neonDashletCategory> + <neonDashletCategory> + <name>activity</name> + <title>Activity</title> + </neonDashletCategory> + </categories> + </neonDashletConfiguration> + <neonDashletConfiguration> + <name>InnateActivitiesDashlet</name> + <title>My Activities</title> + <description>Show my activities</description> + <fragment>Activity/filter</fragment> + <singleton v="true" /> + <requiresConfiguration v="false" /> + <icon>VAADIN:HOURGLASS_END</icon> + <categories> + <neonDashletCategory> + <name>contactmanagement</name> + <title>Contactmanagement</title> + </neonDashletCategory> + <neonDashletCategory> + <name>activity</name> + <title>Activity</title> + </neonDashletCategory> + </categories> + <parameters> + <neonDashletParameter> + <name>OnlyInnate_param</name> + <value>true</value> + </neonDashletParameter> + </parameters> + </neonDashletConfiguration> + </dashletConfigurations> + <layout> + <groupLayout> + <name>layout</name> + </groupLayout> + </layout> + <children> + <timelineViewTemplate> + <name>ActivitiesTimeline</name> + <dateField>entryDateDateFormat</dateField> + <titleField>SUBJECT_DETAILS</titleField> + <descriptionField>INFO</descriptionField> + <iconIdField>#IMAGE</iconIdField> + <hideTime v="true" /> + <entityField>#ENTITY</entityField> + </timelineViewTemplate> + <tableViewTemplate> + <name>ActivitiesTable</name> + <entityField>#ENTITY</entityField> + <columns> + <neonTableColumn> + <name>56f0d70a-04de-4acf-b7f6-08414ab5e7ce</name> + <entityField>entryDateDateFormat</entityField> + </neonTableColumn> + <neonTableColumn> + <name>c1ff85eb-dde9-4362-82bc-8be6e3346b1c</name> + <entityField>#IMAGE</entityField> + </neonTableColumn> + <neonTableColumn> + <name>aafb6ac4-a584-48c4-9355-630bfd4579d3</name> + <entityField>RESPONSIBLE</entityField> + </neonTableColumn> + <neonTableColumn> + <name>c8fc85eb-dde9-4362-82bc-8be6e3346b1c</name> + <entityField>SUBJECT</entityField> + </neonTableColumn> + <neonTableColumn> + <name>692a655b-18f5-4323-8d87-ee42726bed38</name> + <entityField>INFO</entityField> + </neonTableColumn> + </columns> + </tableViewTemplate> + <treeTableViewTemplate> + <name>ActivitiesTreeTable</name> + <entityField>#ENTITY</entityField> + <columns> + <neonTableColumn> + <name>4167708f-b5a4-42ed-848a-cf9bb604f083</name> + <entityField>entryDateDateFormat</entityField> + <width v="75" /> + </neonTableColumn> + <neonTableColumn> + <name>ec8f0488-9a9f-4114-8123-1bc21b1d1f68</name> + <entityField>#IMAGE</entityField> + <width v="75" /> + </neonTableColumn> + <neonTableColumn> + <name>c44d54b5-00b9-4faf-9934-687e3a417b73</name> + <entityField>RESPONSIBLE</entityField> + </neonTableColumn> + <neonTableColumn> + <name>f7137699-ae62-48e0-9cd6-e06d37f87f94</name> + <entityField>SUBJECT</entityField> + </neonTableColumn> + <neonTableColumn> + <name>385231ab-204f-498a-8bf2-6fca3f59b7a5</name> + <entityField>INFO</entityField> + </neonTableColumn> + </columns> + </treeTableViewTemplate> + </children> +</neonView> diff --git a/neonView/AddressList_view/AddressList_view.aod b/neonView/AddressList_view/AddressList_view.aod index 6f2ad8f29b5333eea83036c3519889f401bc3643..cb454f46fe04bed624404f29bc0a0ef1ffac9b3b 100644 --- a/neonView/AddressList_view/AddressList_view.aod +++ b/neonView/AddressList_view/AddressList_view.aod @@ -1,60 +1,60 @@ -<?xml version="1.0" encoding="UTF-8"?> -<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>AddressList_view</name> - <description>Org addresses</description> - <majorModelMode>DISTRIBUTED</majorModelMode> - <layout> - <noneLayout> - <name>layout</name> - </noneLayout> - </layout> - <children> - <titledListViewTemplate> - <name>Addresses</name> - <highlightingField>IS_STANDARD</highlightingField> - <entityField>#ENTITY</entityField> - <columns> - <neonTableColumn> - <name>49e14587-34f7-4f09-916c-9eb4aaf55509</name> - <entityField>ADDR_TYPE</entityField> - </neonTableColumn> - <neonTableColumn> - <name>dd514a8b-68b1-4fba-b84e-bc8d8ed708bc</name> - <entityField>AddressSearch</entityField> - </neonTableColumn> - <neonTableColumn> - <name>dfaa01a1-0b11-4f92-aa18-89f12ebb2db5</name> - <entityField>COUNTRY</entityField> - </neonTableColumn> - <neonTableColumn> - <name>4e5e6a4f-f43e-4861-a912-fb05e576f960</name> - <entityField>ADDRESS</entityField> - </neonTableColumn> - <neonTableColumn> - <name>935bcecf-fdd9-4e82-a53f-3c3082c85340</name> - <entityField>BUILDINGNO</entityField> - </neonTableColumn> - <neonTableColumn> - <name>0336ea99-c4a1-4f39-b5aa-a520a7dcbaab</name> - <entityField>ZIP</entityField> - </neonTableColumn> - <neonTableColumn> - <name>12727b21-0359-4430-a9c2-54eb48e2e864</name> - <entityField>CITY</entityField> - </neonTableColumn> - <neonTableColumn> - <name>aafc58cf-7dbb-42cb-b04c-d0869e58d09a</name> - <entityField>STATE</entityField> - </neonTableColumn> - <neonTableColumn> - <name>29dbb3f5-6f80-4100-aed3-334ac0b9cc48</name> - <entityField>REGION</entityField> - </neonTableColumn> - <neonTableColumn> - <name>6af52273-25bf-4286-83cc-217aea94ad09</name> - <entityField>ADDRIDENTIFIER</entityField> - </neonTableColumn> - </columns> - </titledListViewTemplate> - </children> -</neonView> +<?xml version="1.0" encoding="UTF-8"?> +<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> + <name>AddressList_view</name> + <description>Org addresses</description> + <majorModelMode>DISTRIBUTED</majorModelMode> + <layout> + <noneLayout> + <name>layout</name> + </noneLayout> + </layout> + <children> + <titledListViewTemplate> + <name>Addresses</name> + <highlightingField>IS_STANDARD</highlightingField> + <entityField>#ENTITY</entityField> + <columns> + <neonTableColumn> + <name>49e14587-34f7-4f09-916c-9eb4aaf55509</name> + <entityField>ADDR_TYPE</entityField> + </neonTableColumn> + <neonTableColumn> + <name>dd514a8b-68b1-4fba-b84e-bc8d8ed708bc</name> + <entityField>AddressSearch</entityField> + </neonTableColumn> + <neonTableColumn> + <name>dfaa01a1-0b11-4f92-aa18-89f12ebb2db5</name> + <entityField>COUNTRY</entityField> + </neonTableColumn> + <neonTableColumn> + <name>4e5e6a4f-f43e-4861-a912-fb05e576f960</name> + <entityField>ADDRESS</entityField> + </neonTableColumn> + <neonTableColumn> + <name>935bcecf-fdd9-4e82-a53f-3c3082c85340</name> + <entityField>BUILDINGNO</entityField> + </neonTableColumn> + <neonTableColumn> + <name>0336ea99-c4a1-4f39-b5aa-a520a7dcbaab</name> + <entityField>ZIP</entityField> + </neonTableColumn> + <neonTableColumn> + <name>12727b21-0359-4430-a9c2-54eb48e2e864</name> + <entityField>CITY</entityField> + </neonTableColumn> + <neonTableColumn> + <name>aafc58cf-7dbb-42cb-b04c-d0869e58d09a</name> + <entityField>STATE</entityField> + </neonTableColumn> + <neonTableColumn> + <name>29dbb3f5-6f80-4100-aed3-334ac0b9cc48</name> + <entityField>REGION</entityField> + </neonTableColumn> + <neonTableColumn> + <name>6af52273-25bf-4286-83cc-217aea94ad09</name> + <entityField>ADDRIDENTIFIER</entityField> + </neonTableColumn> + </columns> + </titledListViewTemplate> + </children> +</neonView> diff --git a/neonView/AddressValidationLookup_view/AddressValidationLookup_view.aod b/neonView/AddressValidationLookup_view/AddressValidationLookup_view.aod index ca5b096ab51c184eef02ea9f2d32a948b075b48b..0f9f3dd26c5452e5f17c359be445d1d2b1e5ea42 100644 --- a/neonView/AddressValidationLookup_view/AddressValidationLookup_view.aod +++ b/neonView/AddressValidationLookup_view/AddressValidationLookup_view.aod @@ -1,50 +1,50 @@ -<?xml version="1.0" encoding="UTF-8"?> -<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>AddressValidationLookup_view</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <layout> - <boxLayout> - <name>layout</name> - </boxLayout> - </layout> - <children> - <tableViewTemplate> - <name>DataTable</name> - <entityField>#ENTITY</entityField> - <columns> - <neonTableColumn> - <name>a8787cc8-57a2-4cd5-903e-da14924a9052</name> - <entityField>ZIP</entityField> - </neonTableColumn> - <neonTableColumn> - <name>fb715731-9162-405e-b2e2-6c20921f026f</name> - <entityField>CITY</entityField> - </neonTableColumn> - <neonTableColumn> - <name>05bb9d3b-0e90-4a1a-bfe8-03b7dab6ed01</name> - <entityField>REGION</entityField> - </neonTableColumn> - <neonTableColumn> - <name>22779be5-4111-49c2-8821-0ec02cca40bb</name> - <entityField>STATE</entityField> - </neonTableColumn> - <neonTableColumn> - <name>a272c3cb-7bbf-41a4-9490-884c2f449b40</name> - <entityField>STREET</entityField> - </neonTableColumn> - <neonTableColumn> - <name>e842bb68-96c6-4d1f-bf44-70a29c7c7d72</name> - <entityField>FROM_BN</entityField> - </neonTableColumn> - <neonTableColumn> - <name>59162b47-ec96-4076-8e57-929fccbf133d</name> - <entityField>TO_BN</entityField> - </neonTableColumn> - <neonTableColumn> - <name>d32d92bf-db7d-443f-b911-6731ea89cf3b</name> - <entityField>COUNTRY</entityField> - </neonTableColumn> - </columns> - </tableViewTemplate> - </children> -</neonView> +<?xml version="1.0" encoding="UTF-8"?> +<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> + <name>AddressValidationLookup_view</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <layout> + <boxLayout> + <name>layout</name> + </boxLayout> + </layout> + <children> + <tableViewTemplate> + <name>DataTable</name> + <entityField>#ENTITY</entityField> + <columns> + <neonTableColumn> + <name>a8787cc8-57a2-4cd5-903e-da14924a9052</name> + <entityField>ZIP</entityField> + </neonTableColumn> + <neonTableColumn> + <name>fb715731-9162-405e-b2e2-6c20921f026f</name> + <entityField>CITY</entityField> + </neonTableColumn> + <neonTableColumn> + <name>05bb9d3b-0e90-4a1a-bfe8-03b7dab6ed01</name> + <entityField>REGION</entityField> + </neonTableColumn> + <neonTableColumn> + <name>22779be5-4111-49c2-8821-0ec02cca40bb</name> + <entityField>STATE</entityField> + </neonTableColumn> + <neonTableColumn> + <name>a272c3cb-7bbf-41a4-9490-884c2f449b40</name> + <entityField>STREET</entityField> + </neonTableColumn> + <neonTableColumn> + <name>e842bb68-96c6-4d1f-bf44-70a29c7c7d72</name> + <entityField>FROM_BN</entityField> + </neonTableColumn> + <neonTableColumn> + <name>59162b47-ec96-4076-8e57-929fccbf133d</name> + <entityField>TO_BN</entityField> + </neonTableColumn> + <neonTableColumn> + <name>d32d92bf-db7d-443f-b911-6731ea89cf3b</name> + <entityField>COUNTRY</entityField> + </neonTableColumn> + </columns> + </tableViewTemplate> + </children> +</neonView> diff --git a/neonView/AdressMultiEdit_view/AdressMultiEdit_view.aod b/neonView/AdressMultiEdit_view/AdressMultiEdit_view.aod index dd76803d162ec19ee585a6d797e69684f7c832b3..59b689504901b79dd11f6978bcde410015e4f9fa 100644 --- a/neonView/AdressMultiEdit_view/AdressMultiEdit_view.aod +++ b/neonView/AdressMultiEdit_view/AdressMultiEdit_view.aod @@ -1,58 +1,58 @@ -<?xml version="1.0" encoding="UTF-8"?> -<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>AdressMultiEdit_view</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <layout> - <noneLayout> - <name>layout</name> - </noneLayout> - </layout> - <children> - <genericMultipleViewTemplate> - <name>MultipleEdit</name> - <entityField>#ENTITY</entityField> - <columns> - <neonTableColumn> - <name>2aebe24e-875a-4c57-8461-16da46d6f080</name> - <entityField>ADDR_TYPE</entityField> - </neonTableColumn> - <neonTableColumn> - <name>00300f6f-ac45-4daa-9693-6452da972403</name> - <entityField>AddressSearch</entityField> - </neonTableColumn> - <neonTableColumn> - <name>ac71d5eb-7ce7-41a0-91aa-5594f2238788</name> - <entityField>ADDRESS</entityField> - </neonTableColumn> - <neonTableColumn> - <name>61261845-740e-4f4b-a1f8-5e6aeac2deba</name> - <entityField>BUILDINGNO</entityField> - </neonTableColumn> - <neonTableColumn> - <name>c1372a93-cf83-4c55-90e6-3b6b352abebf</name> - <entityField>ZIP</entityField> - </neonTableColumn> - <neonTableColumn> - <name>2e7ba632-36ad-4852-bcca-d75bcf3f7de1</name> - <entityField>CITY</entityField> - </neonTableColumn> - <neonTableColumn> - <name>435f10b8-b6ef-4187-bffc-fc6104a6130c</name> - <entityField>COUNTRY</entityField> - </neonTableColumn> - <neonTableColumn> - <name>66ae75ca-7a5c-4cf0-b768-6c2900f7b7c6</name> - <entityField>STATE</entityField> - </neonTableColumn> - <neonTableColumn> - <name>b62515bf-e89d-44a9-94ff-933766657fe5</name> - <entityField>REGION</entityField> - </neonTableColumn> - <neonTableColumn> - <name>443b9d7d-dac2-40b2-bb2b-d5e0091877a9</name> - <entityField>ADDRIDENTIFIER</entityField> - </neonTableColumn> - </columns> - </genericMultipleViewTemplate> - </children> -</neonView> +<?xml version="1.0" encoding="UTF-8"?> +<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> + <name>AdressMultiEdit_view</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <layout> + <noneLayout> + <name>layout</name> + </noneLayout> + </layout> + <children> + <genericMultipleViewTemplate> + <name>MultipleEdit</name> + <entityField>#ENTITY</entityField> + <columns> + <neonTableColumn> + <name>2aebe24e-875a-4c57-8461-16da46d6f080</name> + <entityField>ADDR_TYPE</entityField> + </neonTableColumn> + <neonTableColumn> + <name>00300f6f-ac45-4daa-9693-6452da972403</name> + <entityField>AddressSearch</entityField> + </neonTableColumn> + <neonTableColumn> + <name>ac71d5eb-7ce7-41a0-91aa-5594f2238788</name> + <entityField>ADDRESS</entityField> + </neonTableColumn> + <neonTableColumn> + <name>61261845-740e-4f4b-a1f8-5e6aeac2deba</name> + <entityField>BUILDINGNO</entityField> + </neonTableColumn> + <neonTableColumn> + <name>c1372a93-cf83-4c55-90e6-3b6b352abebf</name> + <entityField>ZIP</entityField> + </neonTableColumn> + <neonTableColumn> + <name>2e7ba632-36ad-4852-bcca-d75bcf3f7de1</name> + <entityField>CITY</entityField> + </neonTableColumn> + <neonTableColumn> + <name>435f10b8-b6ef-4187-bffc-fc6104a6130c</name> + <entityField>COUNTRY</entityField> + </neonTableColumn> + <neonTableColumn> + <name>66ae75ca-7a5c-4cf0-b768-6c2900f7b7c6</name> + <entityField>STATE</entityField> + </neonTableColumn> + <neonTableColumn> + <name>b62515bf-e89d-44a9-94ff-933766657fe5</name> + <entityField>REGION</entityField> + </neonTableColumn> + <neonTableColumn> + <name>443b9d7d-dac2-40b2-bb2b-d5e0091877a9</name> + <entityField>ADDRIDENTIFIER</entityField> + </neonTableColumn> + </columns> + </genericMultipleViewTemplate> + </children> +</neonView> diff --git a/neonView/AttributeRelationPreviewList/AttributeRelationPreviewList.aod b/neonView/AttributeRelationPreviewList/AttributeRelationPreviewList.aod index 01763de1cc5695761550790c001988d6e80ea4fd..927067b784f37e269a22e64db11894d1cc074651 100644 --- a/neonView/AttributeRelationPreviewList/AttributeRelationPreviewList.aod +++ b/neonView/AttributeRelationPreviewList/AttributeRelationPreviewList.aod @@ -1,26 +1,26 @@ -<?xml version="1.0" encoding="UTF-8"?> -<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>AttributeRelationPreviewList</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <layout> - <noneLayout> - <name>layout</name> - </noneLayout> - </layout> - <children> - <titledListViewTemplate> - <name>Relations</name> - <entityField>#ENTITY</entityField> - <columns> - <neonTableColumn> - <name>18c6e169-bd6e-448a-b028-c43f2a6a2973</name> - <entityField>AB_ATTRIBUTE_ID</entityField> - </neonTableColumn> - <neonTableColumn> - <name>ec5ceac7-a2d4-4912-b04b-adc83d3e9589</name> - <entityField>VALUE</entityField> - </neonTableColumn> - </columns> - </titledListViewTemplate> - </children> -</neonView> +<?xml version="1.0" encoding="UTF-8"?> +<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> + <name>AttributeRelationPreviewList</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <layout> + <noneLayout> + <name>layout</name> + </noneLayout> + </layout> + <children> + <titledListViewTemplate> + <name>Relations</name> + <entityField>#ENTITY</entityField> + <columns> + <neonTableColumn> + <name>18c6e169-bd6e-448a-b028-c43f2a6a2973</name> + <entityField>AB_ATTRIBUTE_ID</entityField> + </neonTableColumn> + <neonTableColumn> + <name>ec5ceac7-a2d4-4912-b04b-adc83d3e9589</name> + <entityField>VALUE</entityField> + </neonTableColumn> + </columns> + </titledListViewTemplate> + </children> +</neonView> diff --git a/neonView/ClassificationAdminMain_view/ClassificationAdminMain_view.aod b/neonView/ClassificationAdminMain_view/ClassificationAdminMain_view.aod index 01e5e5579f7c7f5061697a45810d4983ecd20347..638e8eede21fdedb968481dfb9b658c802874c47 100644 --- a/neonView/ClassificationAdminMain_view/ClassificationAdminMain_view.aod +++ b/neonView/ClassificationAdminMain_view/ClassificationAdminMain_view.aod @@ -1,17 +1,17 @@ -<?xml version="1.0" encoding="UTF-8"?> -<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>ClassificationAdminMain_view</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <layout> - <boxLayout> - <name>layout</name> - </boxLayout> - </layout> - <children> - <neonViewReference> - <name>ce2fe9f5-b504-45fb-9cf0-be394f7aa901</name> - <entityField>ClassificationsAdmin</entityField> - <view>ClassificationAdminTree_view</view> - </neonViewReference> - </children> -</neonView> +<?xml version="1.0" encoding="UTF-8"?> +<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> + <name>ClassificationAdminMain_view</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <layout> + <boxLayout> + <name>layout</name> + </boxLayout> + </layout> + <children> + <neonViewReference> + <name>ce2fe9f5-b504-45fb-9cf0-be394f7aa901</name> + <entityField>ClassificationsAdmin</entityField> + <view>ClassificationAdminTree_view</view> + </neonViewReference> + </children> +</neonView> diff --git a/neonView/ClassificationAdminTree_view/ClassificationAdminTree_view.aod b/neonView/ClassificationAdminTree_view/ClassificationAdminTree_view.aod index 423b78a6c95dfa2f33262e2f5e51bf40e3e64aa7..740c24327fa910ec1c7d69176ad6418eb3d17ee8 100644 --- a/neonView/ClassificationAdminTree_view/ClassificationAdminTree_view.aod +++ b/neonView/ClassificationAdminTree_view/ClassificationAdminTree_view.aod @@ -1,25 +1,25 @@ -<?xml version="1.0" encoding="UTF-8"?> -<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>ClassificationAdminTree_view</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <filterable v="true" /> - <layout> - <boxLayout> - <name>layout</name> - </boxLayout> - </layout> - <children> - <treeViewTemplate> - <name>classificationTree</name> - <titleField>SCORETYPE</titleField> - <defaultGroupFields> - <element>CLASSIFICATIONTYPE</element> - <element>CLASSIFICATIONGROUP</element> - </defaultGroupFields> - <hideContentSearch v="true" /> - <showChildrenCount v="false" /> - <entryAction>edit</entryAction> - <entityField>#ENTITY</entityField> - </treeViewTemplate> - </children> -</neonView> +<?xml version="1.0" encoding="UTF-8"?> +<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> + <name>ClassificationAdminTree_view</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <filterable v="true" /> + <layout> + <boxLayout> + <name>layout</name> + </boxLayout> + </layout> + <children> + <treeViewTemplate> + <name>classificationTree</name> + <titleField>SCORETYPE</titleField> + <defaultGroupFields> + <element>CLASSIFICATIONTYPE</element> + <element>CLASSIFICATIONGROUP</element> + </defaultGroupFields> + <hideContentSearch v="true" /> + <showChildrenCount v="false" /> + <entryAction>edit</entryAction> + <entityField>#ENTITY</entityField> + </treeViewTemplate> + </children> +</neonView> diff --git a/neonView/ClassificationFilter_view/ClassificationFilter_view.aod b/neonView/ClassificationFilter_view/ClassificationFilter_view.aod index fa541ebaeb8626db1a1a3cbea7b4d8fdba3b3a68..94fe9606866faf4aa1f95649b7ca6e9e213fffcf 100644 --- a/neonView/ClassificationFilter_view/ClassificationFilter_view.aod +++ b/neonView/ClassificationFilter_view/ClassificationFilter_view.aod @@ -1,22 +1,22 @@ -<?xml version="1.0" encoding="UTF-8"?> -<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>ClassificationFilter_view</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <layout> - <boxLayout> - <name>layout</name> - </boxLayout> - </layout> - <children> - <tableViewTemplate> - <name>Classifications</name> - <entityField>#ENTITY</entityField> - <columns> - <neonTableColumn> - <name>f87e6f40-74ad-4f27-b9b0-32e1c6b294f4</name> - <entityField>CLASSIFICATIONTYPE</entityField> - </neonTableColumn> - </columns> - </tableViewTemplate> - </children> -</neonView> +<?xml version="1.0" encoding="UTF-8"?> +<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> + <name>ClassificationFilter_view</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <layout> + <boxLayout> + <name>layout</name> + </boxLayout> + </layout> + <children> + <tableViewTemplate> + <name>Classifications</name> + <entityField>#ENTITY</entityField> + <columns> + <neonTableColumn> + <name>f87e6f40-74ad-4f27-b9b0-32e1c6b294f4</name> + <entityField>CLASSIFICATIONTYPE</entityField> + </neonTableColumn> + </columns> + </tableViewTemplate> + </children> +</neonView> diff --git a/neonView/ClassificationPreview_view/ClassificationPreview_view.aod b/neonView/ClassificationPreview_view/ClassificationPreview_view.aod new file mode 100644 index 0000000000000000000000000000000000000000..c6695b0ad5550b72680ae0497bc33f93b1d83222 --- /dev/null +++ b/neonView/ClassificationPreview_view/ClassificationPreview_view.aod @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> + <name>ClassificationPreview_view</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <layout> + <headerFooterLayout> + <name>layout</name> + </headerFooterLayout> + </layout> + <children> + <genericViewTemplate> + <name>Info</name> + <entityField>#ENTITY</entityField> + <fields> + <entityFieldLink> + <name>51712a19-9a8c-4967-bd15-a448b5bffb77</name> + <entityField>CLASSNAME</entityField> + </entityFieldLink> + <entityFieldLink> + <name>c3621e4e-53b0-4932-b943-e1c07fe16a24</name> + <entityField>POINTS</entityField> + </entityFieldLink> + </fields> + </genericViewTemplate> + <neonViewReference> + <name>c6c26fdd-3812-495f-bd30-d3a6cdcd4eb0</name> + <entityField>SalesprojectClassificationEntries</entityField> + <view>SalesprojectClassificationEntryPreview_view</view> + </neonViewReference> + </children> +</neonView> diff --git a/neonView/ClassificationScoreMultipleEdit_view/ClassificationScoreMultipleEdit_view.aod b/neonView/ClassificationScoreMultipleEdit_view/ClassificationScoreMultipleEdit_view.aod index b8c8b7594b6189ef25f0a104b8a4e8288e3d60b6..c3ace8559d216711832cafb90d5649b09748ef8c 100644 --- a/neonView/ClassificationScoreMultipleEdit_view/ClassificationScoreMultipleEdit_view.aod +++ b/neonView/ClassificationScoreMultipleEdit_view/ClassificationScoreMultipleEdit_view.aod @@ -1,33 +1,33 @@ -<?xml version="1.0" encoding="UTF-8"?> -<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>ClassificationScoreMultipleEdit_view</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <isSmall v="true" /> - <layout> - <drawerLayout> - <name>layout</name> - <layoutCaption>Possible Values</layoutCaption> - </drawerLayout> - </layout> - <children> - <genericMultipleViewTemplate> - <name>scores</name> - <autoNewRow v="true" /> - <entityField>#ENTITY</entityField> - <columns> - <neonTableColumn> - <name>4c9b65c7-96a8-4524-a465-2e928b51242f</name> - <entityField>TITLE</entityField> - </neonTableColumn> - <neonTableColumn> - <name>9321f0c5-321e-4962-843b-f274d33916be</name> - <entityField>SCORE</entityField> - </neonTableColumn> - <neonTableColumn> - <name>1170097d-0206-445e-8f2d-5768300f0262</name> - <entityField>SORT</entityField> - </neonTableColumn> - </columns> - </genericMultipleViewTemplate> - </children> -</neonView> +<?xml version="1.0" encoding="UTF-8"?> +<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> + <name>ClassificationScoreMultipleEdit_view</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <isSmall v="true" /> + <layout> + <drawerLayout> + <name>layout</name> + <layoutCaption>Possible Values</layoutCaption> + </drawerLayout> + </layout> + <children> + <genericMultipleViewTemplate> + <name>scores</name> + <autoNewRow v="true" /> + <entityField>#ENTITY</entityField> + <columns> + <neonTableColumn> + <name>4c9b65c7-96a8-4524-a465-2e928b51242f</name> + <entityField>TITLE</entityField> + </neonTableColumn> + <neonTableColumn> + <name>9321f0c5-321e-4962-843b-f274d33916be</name> + <entityField>SCORE</entityField> + </neonTableColumn> + <neonTableColumn> + <name>1170097d-0206-445e-8f2d-5768300f0262</name> + <entityField>SORT</entityField> + </neonTableColumn> + </columns> + </genericMultipleViewTemplate> + </children> +</neonView> diff --git a/neonView/ClassificationTree_view/ClassificationTree_view.aod b/neonView/ClassificationTree_view/ClassificationTree_view.aod index f4592d59df1d3cc89a3154c2e5161511ee1fb05a..f1b678bf8fd24c73cf37ff4d44f805d7eaed56db 100644 --- a/neonView/ClassificationTree_view/ClassificationTree_view.aod +++ b/neonView/ClassificationTree_view/ClassificationTree_view.aod @@ -1,32 +1,32 @@ -<?xml version="1.0" encoding="UTF-8"?> -<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>ClassificationTree_view</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <layout> - <noneLayout> - <name>layout</name> - </noneLayout> - </layout> - <children> - <treeTableViewTemplate> - <name>ClassificationTreeTable</name> - <defaultGroupFields> - <element>CLASSIFICATIONGROUP</element> - </defaultGroupFields> - <hideActions v="true" /> - <showChildrenCount v="false" /> - <entryAction>edit</entryAction> - <entityField>#ENTITY</entityField> - <columns> - <neonTableColumn> - <name>246c0212-dadb-4d71-9567-ceab37e9ef10</name> - <entityField>SCORETYPE</entityField> - </neonTableColumn> - <neonTableColumn> - <name>9a62baa4-71cf-4b9d-8cd6-883b233a9b84</name> - <entityField>CLASSIFICATIONSCORE_ID</entityField> - </neonTableColumn> - </columns> - </treeTableViewTemplate> - </children> -</neonView> +<?xml version="1.0" encoding="UTF-8"?> +<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> + <name>ClassificationTree_view</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <layout> + <noneLayout> + <name>layout</name> + </noneLayout> + </layout> + <children> + <treeTableViewTemplate> + <name>ClassificationTreeTable</name> + <defaultGroupFields> + <element>CLASSIFICATIONGROUP</element> + </defaultGroupFields> + <hideActions v="true" /> + <showChildrenCount v="false" /> + <entryAction>edit</entryAction> + <entityField>#ENTITY</entityField> + <columns> + <neonTableColumn> + <name>246c0212-dadb-4d71-9567-ceab37e9ef10</name> + <entityField>SCORETYPE</entityField> + </neonTableColumn> + <neonTableColumn> + <name>9a62baa4-71cf-4b9d-8cd6-883b233a9b84</name> + <entityField>CLASSIFICATIONSCORE_ID</entityField> + </neonTableColumn> + </columns> + </treeTableViewTemplate> + </children> +</neonView> diff --git a/neonView/ClassificatonAdminEdit_view/ClassificatonAdminEdit_view.aod b/neonView/ClassificatonAdminEdit_view/ClassificatonAdminEdit_view.aod index b0ef52c8a97aa2eab368e78f72d7057ef1f84996..e068b060e8ca29982a9bd697839eff462597fce4 100644 --- a/neonView/ClassificatonAdminEdit_view/ClassificatonAdminEdit_view.aod +++ b/neonView/ClassificatonAdminEdit_view/ClassificatonAdminEdit_view.aod @@ -1,38 +1,38 @@ -<?xml version="1.0" encoding="UTF-8"?> -<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>ClassificatonAdminEdit_view</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <isSmall v="true" /> - <layout> - <noneLayout> - <name>layout</name> - </noneLayout> - </layout> - <children> - <genericViewTemplate> - <name>classification</name> - <editMode v="true" /> - <drawerCaption>Classification</drawerCaption> - <entityField>#ENTITY</entityField> - <fields> - <entityFieldLink> - <name>31662c73-7352-4eb2-889d-3f63bff25686</name> - <entityField>CLASSIFICATIONTYPE</entityField> - </entityFieldLink> - <entityFieldLink> - <name>7fddc4d4-6bdc-4c7a-9d69-bba4a9506707</name> - <entityField>CLASSIFICATIONGROUP</entityField> - </entityFieldLink> - <entityFieldLink> - <name>cb6e8f64-b2a4-4cc4-88b7-2f64f56b83dc</name> - <entityField>SCORETYPE</entityField> - </entityFieldLink> - </fields> - </genericViewTemplate> - <neonViewReference> - <name>214fbe22-378d-404e-99f8-f175e037f196</name> - <entityField>ClassificationScores</entityField> - <view>ClassificationScoreMultipleEdit_view</view> - </neonViewReference> - </children> -</neonView> +<?xml version="1.0" encoding="UTF-8"?> +<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> + <name>ClassificatonAdminEdit_view</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <isSmall v="true" /> + <layout> + <noneLayout> + <name>layout</name> + </noneLayout> + </layout> + <children> + <genericViewTemplate> + <name>classification</name> + <editMode v="true" /> + <drawerCaption>Classification</drawerCaption> + <entityField>#ENTITY</entityField> + <fields> + <entityFieldLink> + <name>31662c73-7352-4eb2-889d-3f63bff25686</name> + <entityField>CLASSIFICATIONTYPE</entityField> + </entityFieldLink> + <entityFieldLink> + <name>7fddc4d4-6bdc-4c7a-9d69-bba4a9506707</name> + <entityField>CLASSIFICATIONGROUP</entityField> + </entityFieldLink> + <entityFieldLink> + <name>cb6e8f64-b2a4-4cc4-88b7-2f64f56b83dc</name> + <entityField>SCORETYPE</entityField> + </entityFieldLink> + </fields> + </genericViewTemplate> + <neonViewReference> + <name>214fbe22-378d-404e-99f8-f175e037f196</name> + <entityField>ClassificationScores</entityField> + <view>ClassificationScoreMultipleEdit_view</view> + </neonViewReference> + </children> +</neonView> diff --git a/neonView/ClassificatonEdit_view/ClassificatonEdit_view.aod b/neonView/ClassificatonEdit_view/ClassificatonEdit_view.aod index 6f355f1a9b0896d34c434d5740c887d5aacd4fd1..85140d5bd17c272ccf2feda044ec82348a32e219 100644 --- a/neonView/ClassificatonEdit_view/ClassificatonEdit_view.aod +++ b/neonView/ClassificatonEdit_view/ClassificatonEdit_view.aod @@ -1,36 +1,36 @@ -<?xml version="1.0" encoding="UTF-8"?> -<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>ClassificatonEdit_view</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <isSmall v="true" /> - <layout> - <boxLayout> - <name>layout</name> - <autoHeight v="true" /> - </boxLayout> - </layout> - <children> - <genericViewTemplate> - <name>classification</name> - <editMode v="true" /> - <drawerCaption>Classification</drawerCaption> - <entityField>#ENTITY</entityField> - <fields> - <entityFieldLink> - <name>dfdbc6f4-4859-495b-96e7-0853bdbc611f</name> - <entityField>CLASSIFICATIONSCORE_ID</entityField> - </entityFieldLink> - </fields> - </genericViewTemplate> - <genericViewTemplate> - <name>info</name> - <entityField>#ENTITY</entityField> - <fields> - <entityFieldLink> - <name>2d1fae5e-1b2b-4e29-9bcb-646db9fd9653</name> - <entityField>Info</entityField> - </entityFieldLink> - </fields> - </genericViewTemplate> - </children> -</neonView> +<?xml version="1.0" encoding="UTF-8"?> +<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> + <name>ClassificatonEdit_view</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <isSmall v="true" /> + <layout> + <boxLayout> + <name>layout</name> + <autoHeight v="true" /> + </boxLayout> + </layout> + <children> + <genericViewTemplate> + <name>classification</name> + <editMode v="true" /> + <drawerCaption>Classification</drawerCaption> + <entityField>#ENTITY</entityField> + <fields> + <entityFieldLink> + <name>dfdbc6f4-4859-495b-96e7-0853bdbc611f</name> + <entityField>CLASSIFICATIONSCORE_ID</entityField> + </entityFieldLink> + </fields> + </genericViewTemplate> + <genericViewTemplate> + <name>info</name> + <entityField>#ENTITY</entityField> + <fields> + <entityFieldLink> + <name>2d1fae5e-1b2b-4e29-9bcb-646db9fd9653</name> + <entityField>Info</entityField> + </entityFieldLink> + </fields> + </genericViewTemplate> + </children> +</neonView> diff --git a/neonView/SalesprojectCompetitionEdit_view/SalesprojectCompetitionEdit_view.aod b/neonView/CompetitionEdit_view/CompetitionEdit_view.aod similarity index 95% rename from neonView/SalesprojectCompetitionEdit_view/SalesprojectCompetitionEdit_view.aod rename to neonView/CompetitionEdit_view/CompetitionEdit_view.aod index 1fba13ea39d0990722c2b9334394da2366ab85d2..244b0fd00ef45090ed8cdebc794480ba390d65f8 100644 --- a/neonView/SalesprojectCompetitionEdit_view/SalesprojectCompetitionEdit_view.aod +++ b/neonView/CompetitionEdit_view/CompetitionEdit_view.aod @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>SalesprojectCompetitionEdit_view</name> + <name>CompetitionEdit_view</name> <majorModelMode>DISTRIBUTED</majorModelMode> <isSmall v="true" /> <layout> diff --git a/neonView/SalesprojectCompetitionFilter_view/SalesprojectCompetitionFilter_view.aod b/neonView/CompetitionFilter_view/CompetitionFilter_view.aod similarity index 70% rename from neonView/SalesprojectCompetitionFilter_view/SalesprojectCompetitionFilter_view.aod rename to neonView/CompetitionFilter_view/CompetitionFilter_view.aod index 6236db526de5f5cdf0245e13bb4b72a6f638e8af..c48e69551e83641f2ca6a28c4da6b8f51b2c4e6a 100644 --- a/neonView/SalesprojectCompetitionFilter_view/SalesprojectCompetitionFilter_view.aod +++ b/neonView/CompetitionFilter_view/CompetitionFilter_view.aod @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>SalesprojectCompetitionFilter_view</name> + <name>CompetitionFilter_view</name> <majorModelMode>DISTRIBUTED</majorModelMode> <filterable v="true" /> <layout> @@ -15,29 +15,27 @@ <entityField>#ENTITY</entityField> <columns> <neonTableColumn> - <name>511ea459-1b6f-41e8-b35a-0f67361c82eb</name> + <name>47821fb3-d178-4a54-9ec4-d78232e9b4de</name> <entityField>CONTACT_ID</entityField> </neonTableColumn> <neonTableColumn> - <name>5d146f0e-f0c7-4e7e-82e6-2b24bc241001</name> + <name>994c203b-f3df-4ea9-8c77-207c738e068a</name> <entityField>PHASE</entityField> - <width v="75" /> - <expandRatio v="100" /> </neonTableColumn> <neonTableColumn> - <name>322f7067-83ac-486e-9540-16d693775bdb</name> + <name>f2635d81-d079-486b-9b32-7980d36d2930</name> <entityField>STATUS</entityField> </neonTableColumn> <neonTableColumn> - <name>7143021a-18a5-4e78-a530-a46cd8dba1c8</name> + <name>785e5e08-9761-467b-864d-81ff5cc40729</name> <entityField>DATE_CANCELLED</entityField> </neonTableColumn> <neonTableColumn> - <name>1072d35e-6367-4f68-a92c-aae95c3e40b9</name> + <name>65daffc5-c8ba-46c0-baef-2ad105566941</name> <entityField>REASON</entityField> </neonTableColumn> <neonTableColumn> - <name>8922dc2c-e9e1-4a1b-b9db-b1908510d4e8</name> + <name>31bf73c0-fd3b-474b-bae5-cddfc0a16d65</name> <entityField>INFO</entityField> </neonTableColumn> </columns> diff --git a/neonView/SalesprojectCompetitionPreview_view/SalesprojectCompetitionPreview_view.aod b/neonView/CompetitionPreview_view/CompetitionPreview_view.aod similarity index 94% rename from neonView/SalesprojectCompetitionPreview_view/SalesprojectCompetitionPreview_view.aod rename to neonView/CompetitionPreview_view/CompetitionPreview_view.aod index b36a9970f54d7cc90102f1377c27d062bee24df6..76ab0ea75d85921c0b9026cb3ce11abab3d67cda 100644 --- a/neonView/SalesprojectCompetitionPreview_view/SalesprojectCompetitionPreview_view.aod +++ b/neonView/CompetitionPreview_view/CompetitionPreview_view.aod @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>SalesprojectCompetitionPreview_view</name> + <name>CompetitionPreview_view</name> <majorModelMode>DISTRIBUTED</majorModelMode> <layout> <headerFooterLayout> diff --git a/neonView/DocumentEdit_view/DocumentEdit_view.aod b/neonView/DocumentEdit_view/DocumentEdit_view.aod index 94c8f4329ba5469401611c1d36b95d8e342a8464..e0cd372b0b900a03188a1d31c70c23be0e423e08 100644 --- a/neonView/DocumentEdit_view/DocumentEdit_view.aod +++ b/neonView/DocumentEdit_view/DocumentEdit_view.aod @@ -1,35 +1,35 @@ -<?xml version="1.0" encoding="UTF-8"?> -<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>DocumentEdit_view</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <layout> - <boxLayout> - <name>layout</name> - </boxLayout> - </layout> - <children> - <genericViewTemplate> - <name>Edit</name> - <editMode v="true" /> - <entityField>#ENTITY</entityField> - <fields> - <entityFieldLink> - <name>7d74c495-1af7-4e00-8a78-5787e544e101</name> - <entityField>BINDATA_UPLOAD</entityField> - </entityFieldLink> - <entityFieldLink> - <name>91d96ac4-d838-4f92-90e7-954166b57288</name> - <entityField>NAME</entityField> - </entityFieldLink> - <entityFieldLink> - <name>253b8716-bdec-4e24-8540-7513d934693b</name> - <entityField>DESCRIPTION</entityField> - </entityFieldLink> - <entityFieldLink> - <name>d3265f22-18dd-468b-8316-6a11fab662c3</name> - <entityField>IS_MAIN_DOCUMENT</entityField> - </entityFieldLink> - </fields> - </genericViewTemplate> - </children> -</neonView> +<?xml version="1.0" encoding="UTF-8"?> +<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> + <name>DocumentEdit_view</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <layout> + <boxLayout> + <name>layout</name> + </boxLayout> + </layout> + <children> + <genericViewTemplate> + <name>Edit</name> + <editMode v="true" /> + <entityField>#ENTITY</entityField> + <fields> + <entityFieldLink> + <name>7d74c495-1af7-4e00-8a78-5787e544e101</name> + <entityField>BINDATA_UPLOAD</entityField> + </entityFieldLink> + <entityFieldLink> + <name>91d96ac4-d838-4f92-90e7-954166b57288</name> + <entityField>NAME</entityField> + </entityFieldLink> + <entityFieldLink> + <name>253b8716-bdec-4e24-8540-7513d934693b</name> + <entityField>DESCRIPTION</entityField> + </entityFieldLink> + <entityFieldLink> + <name>d3265f22-18dd-468b-8316-6a11fab662c3</name> + <entityField>IS_MAIN_DOCUMENT</entityField> + </entityFieldLink> + </fields> + </genericViewTemplate> + </children> +</neonView> diff --git a/neonView/DocumentTemplatePreview_view/DocumentTemplatePreview_view.aod b/neonView/DocumentTemplatePreview_view/DocumentTemplatePreview_view.aod index e87e4b80f8ce90e5f85919f98cf0e3961a220810..bd55b911b25ad295f800d5ccd41559230f5b2332 100644 --- a/neonView/DocumentTemplatePreview_view/DocumentTemplatePreview_view.aod +++ b/neonView/DocumentTemplatePreview_view/DocumentTemplatePreview_view.aod @@ -1,37 +1,37 @@ -<?xml version="1.0" encoding="UTF-8"?> -<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>DocumentTemplatePreview_view</name> - <title>Document Template</title> - <majorModelMode>DISTRIBUTED</majorModelMode> - <layout> - <headerFooterLayout> - <name>layout</name> - <header>Card</header> - </headerFooterLayout> - </layout> - <children> - <cardViewTemplate> - <name>Card</name> - <titleField>NAME</titleField> - <subtitleField>TYPE</subtitleField> - <descriptionField>CLASSIFICATION</descriptionField> - <entityField>#ENTITY</entityField> - <title>Document Template</title> - </cardViewTemplate> - <neonViewReference> - <name>0da2cc6b-86c9-4455-b5b2-edc54b30e793</name> - <entityField>Documents</entityField> - <view>DocumentList_view</view> - </neonViewReference> - <neonViewReference> - <name>632c3a73-41f9-4d95-b394-2699a7200cf1</name> - <entityField>Links</entityField> - <view>DocumentTemplateLinkList_view</view> - </neonViewReference> - <neonViewReference> - <name>5a2db686-85a9-4a21-acde-7a6ee826eeaa</name> - <entityField>Attributes</entityField> - <view>AttributeRelationPreviewList</view> - </neonViewReference> - </children> -</neonView> +<?xml version="1.0" encoding="UTF-8"?> +<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> + <name>DocumentTemplatePreview_view</name> + <title>Document Template</title> + <majorModelMode>DISTRIBUTED</majorModelMode> + <layout> + <headerFooterLayout> + <name>layout</name> + <header>Card</header> + </headerFooterLayout> + </layout> + <children> + <cardViewTemplate> + <name>Card</name> + <titleField>NAME</titleField> + <subtitleField>TYPE</subtitleField> + <descriptionField>CLASSIFICATION</descriptionField> + <entityField>#ENTITY</entityField> + <title>Document Template</title> + </cardViewTemplate> + <neonViewReference> + <name>0da2cc6b-86c9-4455-b5b2-edc54b30e793</name> + <entityField>Documents</entityField> + <view>DocumentList_view</view> + </neonViewReference> + <neonViewReference> + <name>632c3a73-41f9-4d95-b394-2699a7200cf1</name> + <entityField>Links</entityField> + <view>DocumentTemplateLinkList_view</view> + </neonViewReference> + <neonViewReference> + <name>5a2db686-85a9-4a21-acde-7a6ee826eeaa</name> + <entityField>Attributes</entityField> + <view>AttributeRelationPreviewList</view> + </neonViewReference> + </children> +</neonView> diff --git a/neonView/EmailEdit_view/EmailEdit_view.aod b/neonView/EmailEdit_view/EmailEdit_view.aod index d2e4d3b22bb1fd976c706f0842a46e28a3801701..cd8e000e993edf8e77e39739352fb51355c50e69 100644 --- a/neonView/EmailEdit_view/EmailEdit_view.aod +++ b/neonView/EmailEdit_view/EmailEdit_view.aod @@ -1,28 +1,28 @@ -<?xml version="1.0" encoding="UTF-8"?> -<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>EmailEdit_view</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <isSmall v="true" /> - <layout> - <boxLayout> - <name>layout</name> - </boxLayout> - </layout> - <children> - <genericViewTemplate> - <name>Generic</name> - <editMode v="true" /> - <entityField>#ENTITY</entityField> - <fields> - <entityFieldLink> - <name>bfcf8766-7e6d-4240-9cbd-54abfc5a1883</name> - <entityField>RECIPIENT</entityField> - </entityFieldLink> - <entityFieldLink> - <name>72441756-f00d-42a7-bd3f-a6f7964891bc</name> - <entityField>DOCUMENT_TEMPLATE</entityField> - </entityFieldLink> - </fields> - </genericViewTemplate> - </children> -</neonView> +<?xml version="1.0" encoding="UTF-8"?> +<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> + <name>EmailEdit_view</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <isSmall v="true" /> + <layout> + <boxLayout> + <name>layout</name> + </boxLayout> + </layout> + <children> + <genericViewTemplate> + <name>Generic</name> + <editMode v="true" /> + <entityField>#ENTITY</entityField> + <fields> + <entityFieldLink> + <name>bfcf8766-7e6d-4240-9cbd-54abfc5a1883</name> + <entityField>RECIPIENT</entityField> + </entityFieldLink> + <entityFieldLink> + <name>72441756-f00d-42a7-bd3f-a6f7964891bc</name> + <entityField>DOCUMENT_TEMPLATE</entityField> + </entityFieldLink> + </fields> + </genericViewTemplate> + </children> +</neonView> diff --git a/neonView/SalesprojectForecastEdit_view/SalesprojectForecastEdit_view.aod b/neonView/ForecastEdit_view/ForecastEdit_view.aod similarity index 94% rename from neonView/SalesprojectForecastEdit_view/SalesprojectForecastEdit_view.aod rename to neonView/ForecastEdit_view/ForecastEdit_view.aod index 4762fe310033f801a2bd17659e1d540437c1bee9..3a70c55d767e5edce33846c5e36373b1bcfc1684 100644 --- a/neonView/SalesprojectForecastEdit_view/SalesprojectForecastEdit_view.aod +++ b/neonView/ForecastEdit_view/ForecastEdit_view.aod @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>SalesprojectForecastEdit_view</name> + <name>ForecastEdit_view</name> <majorModelMode>DISTRIBUTED</majorModelMode> <isSmall v="true" /> <layout> diff --git a/neonView/SalesprojectForecastFilter_view/SalesprojectForecastFilter_view.aod b/neonView/ForecastFilter_view/ForecastFilter_view.aod similarity index 75% rename from neonView/SalesprojectForecastFilter_view/SalesprojectForecastFilter_view.aod rename to neonView/ForecastFilter_view/ForecastFilter_view.aod index 821a4c272d01aa615aedbc57e94b113e18eb7164..785c2aa0f0b03055fe72b3abcb5180cb5a33ee91 100644 --- a/neonView/SalesprojectForecastFilter_view/SalesprojectForecastFilter_view.aod +++ b/neonView/ForecastFilter_view/ForecastFilter_view.aod @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>SalesprojectForecastFilter_view</name> + <name>ForecastFilter_view</name> <majorModelMode>DISTRIBUTED</majorModelMode> <filterable v="true" /> <layout> @@ -29,6 +29,14 @@ <name>305d0254-a1ea-4733-87a7-a4d85fc78b7e</name> <entityField>INFO</entityField> </neonTableColumn> + <neonTableColumn> + <name>945c0ec1-826f-4dc7-9556-7bd3d5e0afbc</name> + <entityField>OBJECT_TYPE</entityField> + </neonTableColumn> + <neonTableColumn> + <name>1ac60cf5-fa50-4305-81b4-859a883ddc3e</name> + <entityField>OBJECT_ROWID</entityField> + </neonTableColumn> </columns> </tableViewTemplate> </children> diff --git a/neonView/SalesprojectForecastPreview_view/SalesprojectForecastPreview_view.aod b/neonView/ForecastPreview_view/ForecastPreview_view.aod similarity index 93% rename from neonView/SalesprojectForecastPreview_view/SalesprojectForecastPreview_view.aod rename to neonView/ForecastPreview_view/ForecastPreview_view.aod index 48095804a33f48cf688bfe2afd0bcd0237ea6cef..7e6bbac9e4a08e144b3c23f17c79fb3d3775ceb3 100644 --- a/neonView/SalesprojectForecastPreview_view/SalesprojectForecastPreview_view.aod +++ b/neonView/ForecastPreview_view/ForecastPreview_view.aod @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>SalesprojectForecastPreview_view</name> + <name>ForecastPreview_view</name> <majorModelMode>DISTRIBUTED</majorModelMode> <layout> <headerFooterLayout> diff --git a/neonView/SalesprojectMemberEdit_view/SalesprojectMemberEdit_view.aod b/neonView/MemberEdit_view/MemberEdit_view.aod similarity index 66% rename from neonView/SalesprojectMemberEdit_view/SalesprojectMemberEdit_view.aod rename to neonView/MemberEdit_view/MemberEdit_view.aod index 72f201d902b6ad950f01672667761eae7ea092b9..7db2988ef3466b156e8ae76f7817c4e9203fb643 100644 --- a/neonView/SalesprojectMemberEdit_view/SalesprojectMemberEdit_view.aod +++ b/neonView/MemberEdit_view/MemberEdit_view.aod @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>SalesprojectMemberEdit_view</name> + <name>MemberEdit_view</name> <majorModelMode>DISTRIBUTED</majorModelMode> <isSmall v="true" /> <layout> @@ -15,12 +15,16 @@ <entityField>#ENTITY</entityField> <fields> <entityFieldLink> - <name>0f78acf5-bea7-4c91-afe0-0907d20db131</name> + <name>2cdccd07-43f2-45c9-afcc-498ff2d36d47</name> <entityField>CONTACT_ID</entityField> </entityFieldLink> <entityFieldLink> - <name>b74ab5a3-2d3c-49e6-b7df-219b16ca22fd</name> - <entityField>SALESPROJECT_ROLE</entityField> + <name>84696d3f-fe39-45f2-a48a-90cd916b125f</name> + <entityField>ROLE</entityField> + </entityFieldLink> + <entityFieldLink> + <name>188da6f5-4e65-4918-ba4c-379887d51449</name> + <entityField>DECIDER</entityField> </entityFieldLink> </fields> </genericViewTemplate> diff --git a/neonView/SalesprojectMemberFilter_view/SalesprojectMemberFilter_view.aod b/neonView/MemberFilter_view/MemberFilter_view.aod similarity index 77% rename from neonView/SalesprojectMemberFilter_view/SalesprojectMemberFilter_view.aod rename to neonView/MemberFilter_view/MemberFilter_view.aod index 06067b78f960d356765705090c98860fe149422c..6a719214fa3920b2d2d60bbd6f9304580727a415 100644 --- a/neonView/SalesprojectMemberFilter_view/SalesprojectMemberFilter_view.aod +++ b/neonView/MemberFilter_view/MemberFilter_view.aod @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>SalesprojectMemberFilter_view</name> + <name>MemberFilter_view</name> <majorModelMode>DISTRIBUTED</majorModelMode> <filterable v="true" /> <layout> @@ -13,6 +13,10 @@ <name>Members</name> <entityField>#ENTITY</entityField> <columns> + <neonTableColumn> + <name>8bdd903b-0cd0-4327-bd24-3643d61d3de0</name> + <entityField>ICON</entityField> + </neonTableColumn> <neonTableColumn> <name>27e658bc-c134-4fef-a3a5-b172852d606e</name> <entityField>ORGANISATION_NAME</entityField> @@ -23,7 +27,7 @@ </neonTableColumn> <neonTableColumn> <name>bea82980-0639-405a-ab3f-92e45f97090e</name> - <entityField>SALESPROJECT_ROLE</entityField> + <entityField>ROLE</entityField> </neonTableColumn> <neonTableColumn> <name>a30a083a-be66-4690-a7b6-19860a9bc72e</name> @@ -37,6 +41,10 @@ <name>c23f4e8b-87a1-4535-b2d1-f6c97d6bfe0b</name> <entityField>POSITION</entityField> </neonTableColumn> + <neonTableColumn> + <name>ade2cdae-ad07-4797-9440-00eddda68ee5</name> + <entityField>DECIDER</entityField> + </neonTableColumn> </columns> </tableViewTemplate> </children> diff --git a/neonView/SalesprojectMain_view/SalesprojectMain_view.aod b/neonView/SalesprojectMain_view/SalesprojectMain_view.aod index 1e5aa1272bef31bb2f73b3b12b19a1f0f87f2c2d..6285a972c32476845a0474613b6fd66df742099b 100644 --- a/neonView/SalesprojectMain_view/SalesprojectMain_view.aod +++ b/neonView/SalesprojectMain_view/SalesprojectMain_view.aod @@ -1,83 +1,83 @@ -<?xml version="1.0" encoding="UTF-8"?> -<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>SalesprojectMain_view</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <layout> - <masterSlaveLayout> - <name>layout</name> - <master>04b5a305-b2a6-481a-83a5-1d94bee08143</master> - </masterSlaveLayout> - </layout> - <children> - <neonViewReference> - <name>04b5a305-b2a6-481a-83a5-1d94bee08143</name> - <entityField>#ENTITY</entityField> - <view>SalesprojectPreview_view</view> - </neonViewReference> - <neonViewReference> - <name>e0bc8b4b-7def-4fc7-9c07-132e4fb25c29</name> - <entityField>Activities</entityField> - <view>ActivityFilter_view</view> - </neonViewReference> - <neonViewReference> - <name>10252b5c-3620-4200-9827-f53ba35b5c2f</name> - <entityField>Tasks</entityField> - <view>TaskFilter_view</view> - </neonViewReference> - <neonViewReference> - <name>a2e010e7-434c-4188-be41-01672b9ccd25</name> - <entityField>#ENTITY</entityField> - <view>SalesprojectClassification_view</view> - </neonViewReference> - <neonViewReference> - <name>9dbe03b3-e5d3-4db8-b542-506b13322d4f</name> - <entityField>SalesprojectForecasts</entityField> - <view>SalesprojectForecastFilter_view</view> - </neonViewReference> - <neonViewReference> - <name>8986df12-88fc-49a8-9e48-f4c1f371532f</name> - <entityField>#ENTITY</entityField> - <view>SalesprojectMilestone_view</view> - </neonViewReference> - <neonViewReference> - <name>5d7248e8-3f3e-4262-8f13-6d5eff7165c1</name> - <entityField>SalesprojectCompetitions</entityField> - <view>SalesprojectCompetitionFilter_view</view> - </neonViewReference> - <neonViewReference> - <name>4e126e3b-6a11-4229-becf-62268ce2df64</name> - <entityField>SalesprojectSources</entityField> - <view>SalesprojectSourceFilter_view</view> - </neonViewReference> - <neonViewReference> - <name>b1deae1b-c39a-48bd-9221-ed4153ee8ec9</name> - <entityField>SalesprojectOffers</entityField> - <view>OfferFilter_view</view> - </neonViewReference> - <neonViewReference> - <name>dafb2a9c-c192-46e2-a233-0799b694ed7d</name> - <entityField>SalesprojectMembers</entityField> - <view>SalesprojectMemberFilter_view</view> - </neonViewReference> - <neonViewReference> - <name>c0027b4d-c014-4053-a595-daad9a73ad5c</name> - <entityField>Timetrackings</entityField> - <view>TimetrackingFilter_view</view> - </neonViewReference> - <neonViewReference> - <name>9c98cef0-f9dd-40a7-a9c9-eb4e741286d2</name> - <entityField>AttributeTree</entityField> - <view>AttributeRelationTree_view</view> - </neonViewReference> - <neonViewReference> - <name>0a3f2444-8d91-41e3-8f4d-19a6013c29c5</name> - <entityField>Documents</entityField> - <view>DocumentFilter_view</view> - </neonViewReference> - <neonViewReference> - <name>6ed5fc92-1056-418f-a0b7-3d55414efe3a</name> - <entityField>LogHistoryConsumer</entityField> - <view>LogHistoryFilter_view</view> - </neonViewReference> - </children> -</neonView> +<?xml version="1.0" encoding="UTF-8"?> +<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> + <name>SalesprojectMain_view</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <layout> + <masterSlaveLayout> + <name>layout</name> + <master>04b5a305-b2a6-481a-83a5-1d94bee08143</master> + </masterSlaveLayout> + </layout> + <children> + <neonViewReference> + <name>04b5a305-b2a6-481a-83a5-1d94bee08143</name> + <entityField>#ENTITY</entityField> + <view>SalesprojectPreview_view</view> + </neonViewReference> + <neonViewReference> + <name>e0bc8b4b-7def-4fc7-9c07-132e4fb25c29</name> + <entityField>Activities</entityField> + <view>ActivityFilter_view</view> + </neonViewReference> + <neonViewReference> + <name>10252b5c-3620-4200-9827-f53ba35b5c2f</name> + <entityField>Tasks</entityField> + <view>TaskFilter_view</view> + </neonViewReference> + <neonViewReference> + <name>a2e010e7-434c-4188-be41-01672b9ccd25</name> + <entityField>#ENTITY</entityField> + <view>SalesprojectClassification_view</view> + </neonViewReference> + <neonViewReference> + <name>9dbe03b3-e5d3-4db8-b542-506b13322d4f</name> + <entityField>Forecasts</entityField> + <view>ForecastFilter_view</view> + </neonViewReference> + <neonViewReference> + <name>8986df12-88fc-49a8-9e48-f4c1f371532f</name> + <entityField>#ENTITY</entityField> + <view>SalesprojectMilestone_view</view> + </neonViewReference> + <neonViewReference> + <name>5d7248e8-3f3e-4262-8f13-6d5eff7165c1</name> + <entityField>Competitions</entityField> + <view>CompetitionFilter_view</view> + </neonViewReference> + <neonViewReference> + <name>4e126e3b-6a11-4229-becf-62268ce2df64</name> + <entityField>SalesprojectSources</entityField> + <view>SalesprojectSourceFilter_view</view> + </neonViewReference> + <neonViewReference> + <name>b1deae1b-c39a-48bd-9221-ed4153ee8ec9</name> + <entityField>Offers</entityField> + <view>OfferFilter_view</view> + </neonViewReference> + <neonViewReference> + <name>dafb2a9c-c192-46e2-a233-0799b694ed7d</name> + <entityField>Members</entityField> + <view>MemberFilter_view</view> + </neonViewReference> + <neonViewReference> + <name>c0027b4d-c014-4053-a595-daad9a73ad5c</name> + <entityField>Timetrackings</entityField> + <view>TimetrackingFilter_view</view> + </neonViewReference> + <neonViewReference> + <name>9c98cef0-f9dd-40a7-a9c9-eb4e741286d2</name> + <entityField>AttributeTree</entityField> + <view>AttributeRelationTree_view</view> + </neonViewReference> + <neonViewReference> + <name>0a3f2444-8d91-41e3-8f4d-19a6013c29c5</name> + <entityField>Documents</entityField> + <view>DocumentFilter_view</view> + </neonViewReference> + <neonViewReference> + <name>6ed5fc92-1056-418f-a0b7-3d55414efe3a</name> + <entityField>LogHistoryConsumer</entityField> + <view>LogHistoryFilter_view</view> + </neonViewReference> + </children> +</neonView> diff --git a/neonView/SalesprojectPreview_view/SalesprojectPreview_view.aod b/neonView/SalesprojectPreview_view/SalesprojectPreview_view.aod index 6aeddbb32771721192bb676fa6d46006e174a425..93d3fc2ee2cb3095455e208b639a8b16eeda80bc 100644 --- a/neonView/SalesprojectPreview_view/SalesprojectPreview_view.aod +++ b/neonView/SalesprojectPreview_view/SalesprojectPreview_view.aod @@ -1,102 +1,102 @@ -<?xml version="1.0" encoding="UTF-8"?> -<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> - <name>SalesprojectPreview_view</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <layout> - <headerFooterLayout> - <name>layout</name> - <header>Head</header> - <footer>AdditionalInfo</footer> - </headerFooterLayout> - </layout> - <children> - <cardViewTemplate> - <name>Head</name> - <iconField>IMAGE</iconField> - <titleField>PROJECTTITLE</titleField> - <subtitleField>CONTACT_ID</subtitleField> - <descriptionField>PROJECTCODE</descriptionField> - <favoriteAction1>newActivity</favoriteAction1> - <entityField>#ENTITY</entityField> - </cardViewTemplate> - <genericViewTemplate> - <name>Details</name> - <showDrawer v="true" /> - <drawerCaption>Details</drawerCaption> - <entityField>#ENTITY</entityField> - <fields> - <entityFieldLink> - <name>f2b33601-12e8-463f-a920-6e1ae9745491</name> - <entityField>RELATION_ID</entityField> - </entityFieldLink> - <entityFieldLink> - <name>4e3d7a37-f55b-4c18-9ba1-ab4ab0bbb442</name> - <entityField>STATE</entityField> - </entityFieldLink> - <entityFieldLink> - <name>2867e662-b824-4bbf-8eaf-bbd34f44598e</name> - <entityField>REASONS</entityField> - </entityFieldLink> - <entityFieldLink> - <name>ff0dcd67-56ec-4db1-8c53-531f22fda716</name> - <entityField>PHASE</entityField> - </entityFieldLink> - <entityFieldLink> - <name>3164fe37-8ca0-44c0-bebe-b9573346fb72</name> - <entityField>STARTDATE</entityField> - </entityFieldLink> - <entityFieldLink> - <name>529e8b1f-014f-4b44-8bba-96869156ebf7</name> - <entityField>ENDDATE</entityField> - </entityFieldLink> - <entityFieldLink> - <name>0ba7dcb5-9606-4d74-8455-3423a16fd98a</name> - <entityField>PROBABILITY</entityField> - </entityFieldLink> - <entityFieldLink> - <name>950d21a3-c0f9-4df5-9810-fa027a6fdb4a</name> - <entityField>VOLUME</entityField> - </entityFieldLink> - <entityFieldLink> - <name>bf7ecf7a-3d7f-4ec8-867a-c10ced346343</name> - <entityField>TIMETRACKINGSUM</entityField> - </entityFieldLink> - </fields> - </genericViewTemplate> - <genericViewTemplate> - <name>Info</name> - <showDrawer v="true" /> - <drawerCaption>Further informations</drawerCaption> - <entityField>#ENTITY</entityField> - <fields> - <entityFieldLink> - <name>9fe11db5-ec66-4238-9c56-5ace055f1d90</name> - <entityField>INFO</entityField> - </entityFieldLink> - </fields> - </genericViewTemplate> - <neonViewReference> - <name>f3542270-e7bd-4f9f-b7c0-f6c5210bb337</name> - <entityField>MainDocuments</entityField> - <view>DocumentList_view</view> - </neonViewReference> - <scoreCardViewTemplate> - <name>AdditionalInfo</name> - <entityField>#ENTITY</entityField> - <fields> - <entityFieldLink> - <name>79490331-6be4-422f-9450-da0db56f0654</name> - <entityField>InactiveTime</entityField> - </entityFieldLink> - <entityFieldLink> - <name>838cc7e2-6d6a-484a-92ad-d01adc2504df</name> - <entityField>ClassificationResult</entityField> - </entityFieldLink> - <entityFieldLink> - <name>ce670b75-346e-4aeb-b72d-5ef68dd77e71</name> - <entityField>RemainingTime</entityField> - </entityFieldLink> - </fields> - </scoreCardViewTemplate> - </children> -</neonView> +<?xml version="1.0" encoding="UTF-8"?> +<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1"> + <name>SalesprojectPreview_view</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <layout> + <headerFooterLayout> + <name>layout</name> + <header>Head</header> + <footer>AdditionalInfo</footer> + </headerFooterLayout> + </layout> + <children> + <cardViewTemplate> + <name>Head</name> + <iconField>IMAGE</iconField> + <titleField>PROJECTTITLE</titleField> + <subtitleField>CONTACT_ID</subtitleField> + <descriptionField>PROJECTCODE</descriptionField> + <favoriteAction1>newActivity</favoriteAction1> + <entityField>#ENTITY</entityField> + </cardViewTemplate> + <genericViewTemplate> + <name>Details</name> + <showDrawer v="true" /> + <drawerCaption>Details</drawerCaption> + <entityField>#ENTITY</entityField> + <fields> + <entityFieldLink> + <name>f2b33601-12e8-463f-a920-6e1ae9745491</name> + <entityField>RELATION_ID</entityField> + </entityFieldLink> + <entityFieldLink> + <name>4e3d7a37-f55b-4c18-9ba1-ab4ab0bbb442</name> + <entityField>STATE</entityField> + </entityFieldLink> + <entityFieldLink> + <name>2867e662-b824-4bbf-8eaf-bbd34f44598e</name> + <entityField>REASONS</entityField> + </entityFieldLink> + <entityFieldLink> + <name>ff0dcd67-56ec-4db1-8c53-531f22fda716</name> + <entityField>PHASE</entityField> + </entityFieldLink> + <entityFieldLink> + <name>3164fe37-8ca0-44c0-bebe-b9573346fb72</name> + <entityField>STARTDATE</entityField> + </entityFieldLink> + <entityFieldLink> + <name>529e8b1f-014f-4b44-8bba-96869156ebf7</name> + <entityField>ENDDATE</entityField> + </entityFieldLink> + <entityFieldLink> + <name>0ba7dcb5-9606-4d74-8455-3423a16fd98a</name> + <entityField>PROBABILITY</entityField> + </entityFieldLink> + <entityFieldLink> + <name>950d21a3-c0f9-4df5-9810-fa027a6fdb4a</name> + <entityField>VOLUME</entityField> + </entityFieldLink> + <entityFieldLink> + <name>bf7ecf7a-3d7f-4ec8-867a-c10ced346343</name> + <entityField>TIMETRACKINGSUM</entityField> + </entityFieldLink> + </fields> + </genericViewTemplate> + <genericViewTemplate> + <name>Info</name> + <showDrawer v="true" /> + <drawerCaption>Further informations</drawerCaption> + <entityField>#ENTITY</entityField> + <fields> + <entityFieldLink> + <name>9fe11db5-ec66-4238-9c56-5ace055f1d90</name> + <entityField>INFO</entityField> + </entityFieldLink> + </fields> + </genericViewTemplate> + <neonViewReference> + <name>f3542270-e7bd-4f9f-b7c0-f6c5210bb337</name> + <entityField>MainDocuments</entityField> + <view>DocumentList_view</view> + </neonViewReference> + <scoreCardViewTemplate> + <name>AdditionalInfo</name> + <entityField>#ENTITY</entityField> + <fields> + <entityFieldLink> + <name>79490331-6be4-422f-9450-da0db56f0654</name> + <entityField>InactiveTime</entityField> + </entityFieldLink> + <entityFieldLink> + <name>838cc7e2-6d6a-484a-92ad-d01adc2504df</name> + <entityField>ClassificationResult</entityField> + </entityFieldLink> + <entityFieldLink> + <name>ce670b75-346e-4aeb-b72d-5ef68dd77e71</name> + <entityField>RemainingTime</entityField> + </entityFieldLink> + </fields> + </scoreCardViewTemplate> + </children> +</neonView> diff --git a/preferences/_____PREFERENCES_PROJECT/_____PREFERENCES_PROJECT.aod b/preferences/_____PREFERENCES_PROJECT/_____PREFERENCES_PROJECT.aod index 8fefbd4dbf51040ff262d6a0e8ff8e9bc43889d8..f838414acb5379736f9113239c8abf45b09a1847 100644 --- a/preferences/_____PREFERENCES_PROJECT/_____PREFERENCES_PROJECT.aod +++ b/preferences/_____PREFERENCES_PROJECT/_____PREFERENCES_PROJECT.aod @@ -1,103 +1,103 @@ -<?xml version="1.0" encoding="UTF-8"?> -<preferences xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="3.1.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/preferences/3.1.0"> - <name>_____PREFERENCES_PROJECT</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <mailGlobalUserServerEnabled v="true" /> - <projectName>xRM-Basic2019</projectName> - <jditoMaxContentSize v="57671680" /> - <mailDefaultMailserver>mailServerIMAP</mailDefaultMailserver> - <mailRepositoryAlias>defaultDbRepository</mailRepositoryAlias> - <calendarCategoriesEvent> - <entry> - <key>Meeting</key> - <value></value> - </entry> - <entry> - <key>Organisation</key> - <value></value> - </entry> - <entry> - <key>auswärts</key> - <value></value> - </entry> - <entry> - <key>Urlaub</key> - <value></value> - </entry> - </calendarCategoriesEvent> - <clientSearchOptimizedForSpeed v="true" /> - <clientSearchExcludeForIgnorecase v="true" /> - <blobHandlingMethod>DATABASE</blobHandlingMethod> - <databaseAuditGetOldValueLobs v="false" /> - <indexsearchGlobalEnabled v="true" /> - <indexsearchFullIndexerEnabled v="true" /> - <indexsearchFullIndexerInterval v="0" /> - <indexsearchIncrementingIndexerEnabled v="true" /> - <indexsearchIncrementingIndexerInterval v="1000" /> - <indexsearchIncrementingIndexerBunchSize v="250" /> - <indexsearchMaximumHits v="50000" /> - <customProperties> - <customBooleanProperty> - <name>addressValidation.enable</name> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>addressValidation.url</name> - <property>https://services.aditosoftware.local/services/rest/ws_checkAddress</property> - </customStringProperty> - <customStringProperty> - <name>addressValidation.user</name> - <property>Admin</property> - </customStringProperty> - <customStringProperty> - <name>addressValidation.pw</name> - <property>a</property> - </customStringProperty> - <customStringProperty> - <name>addressValidation.countryParamName</name> - <property>country</property> - </customStringProperty> - <customBooleanProperty> - <name>zipCityValidation.enable</name> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>zipCityValidation.url</name> - <property>https://services.aditosoftware.local/services/rest/ws_checkZipCity</property> - </customStringProperty> - <customStringProperty> - <name>zipCityValidation.user</name> - <property>Admin</property> - </customStringProperty> - <customStringProperty> - <name>zipCityValidation.pw</name> - <property>a</property> - </customStringProperty> - <customStringProperty> - <name>zipCityValidation.countryParamName</name> - <property>country</property> - </customStringProperty> - <customBooleanProperty> - <name>phoneValidation.enable</name> - <description></description> - <property v="true" /> - </customBooleanProperty> - <customStringProperty> - <name>phoneValidation.url</name> - <description></description> - <property>https://services.aditosoftware.local/services/rest/ws_checkPhoneNumber</property> - </customStringProperty> - <customStringProperty> - <name>phoneValidation.user</name> - <property>Admin</property> - </customStringProperty> - <customStringProperty> - <name>phoneValidation.pw</name> - <property>a</property> - </customStringProperty> - <customStringProperty> - <name>phoneValidation.countryParamName</name> - <property>Country</property> - </customStringProperty> - </customProperties> -</preferences> +<?xml version="1.0" encoding="UTF-8"?> +<preferences xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="3.1.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/preferences/3.1.0"> + <name>_____PREFERENCES_PROJECT</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <mailGlobalUserServerEnabled v="true" /> + <projectName>xRM-Basic2019</projectName> + <jditoMaxContentSize v="57671680" /> + <mailDefaultMailserver>mailServerIMAP</mailDefaultMailserver> + <mailRepositoryAlias>defaultDbRepository</mailRepositoryAlias> + <calendarCategoriesEvent> + <entry> + <key>Meeting</key> + <value></value> + </entry> + <entry> + <key>Organisation</key> + <value></value> + </entry> + <entry> + <key>auswärts</key> + <value></value> + </entry> + <entry> + <key>Urlaub</key> + <value></value> + </entry> + </calendarCategoriesEvent> + <clientSearchOptimizedForSpeed v="true" /> + <clientSearchExcludeForIgnorecase v="true" /> + <blobHandlingMethod>DATABASE</blobHandlingMethod> + <databaseAuditGetOldValueLobs v="false" /> + <indexsearchGlobalEnabled v="true" /> + <indexsearchFullIndexerEnabled v="true" /> + <indexsearchFullIndexerInterval v="0" /> + <indexsearchIncrementingIndexerEnabled v="true" /> + <indexsearchIncrementingIndexerInterval v="1000" /> + <indexsearchIncrementingIndexerBunchSize v="250" /> + <indexsearchMaximumHits v="50000" /> + <customProperties> + <customBooleanProperty> + <name>addressValidation.enable</name> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>addressValidation.url</name> + <property>https://services.aditosoftware.local/services/rest/ws_checkAddress</property> + </customStringProperty> + <customStringProperty> + <name>addressValidation.user</name> + <property>Admin</property> + </customStringProperty> + <customStringProperty> + <name>addressValidation.pw</name> + <property>a</property> + </customStringProperty> + <customStringProperty> + <name>addressValidation.countryParamName</name> + <property>country</property> + </customStringProperty> + <customBooleanProperty> + <name>zipCityValidation.enable</name> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>zipCityValidation.url</name> + <property>https://services.aditosoftware.local/services/rest/ws_checkZipCity</property> + </customStringProperty> + <customStringProperty> + <name>zipCityValidation.user</name> + <property>Admin</property> + </customStringProperty> + <customStringProperty> + <name>zipCityValidation.pw</name> + <property>a</property> + </customStringProperty> + <customStringProperty> + <name>zipCityValidation.countryParamName</name> + <property>country</property> + </customStringProperty> + <customBooleanProperty> + <name>phoneValidation.enable</name> + <description></description> + <property v="true" /> + </customBooleanProperty> + <customStringProperty> + <name>phoneValidation.url</name> + <description></description> + <property>https://services.aditosoftware.local/services/rest/ws_checkPhoneNumber</property> + </customStringProperty> + <customStringProperty> + <name>phoneValidation.user</name> + <property>Admin</property> + </customStringProperty> + <customStringProperty> + <name>phoneValidation.pw</name> + <property>a</property> + </customStringProperty> + <customStringProperty> + <name>phoneValidation.countryParamName</name> + <property>Country</property> + </customStringProperty> + </customProperties> +</preferences> diff --git a/process/AttributeRegistry_basic/AttributeRegistry_basic.aod b/process/AttributeRegistry_basic/AttributeRegistry_basic.aod index d4917ea14ea0bb20d46d5ca2680e75daa034ce5c..a1e5d9cca7f5d5f9af88b8ab24090cd22e622ce9 100644 --- a/process/AttributeRegistry_basic/AttributeRegistry_basic.aod +++ b/process/AttributeRegistry_basic/AttributeRegistry_basic.aod @@ -1,9 +1,9 @@ -<?xml version="1.0" encoding="UTF-8"?> -<process xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/process/1.2.1"> - <name>AttributeRegistry_basic</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <process>%aditoprj%/process/AttributeRegistry_basic/process.js</process> - <variants> - <element>LIBRARY</element> - </variants> -</process> +<?xml version="1.0" encoding="UTF-8"?> +<process xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/process/1.2.1"> + <name>AttributeRegistry_basic</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <process>%aditoprj%/process/AttributeRegistry_basic/process.js</process> + <variants> + <element>LIBRARY</element> + </variants> +</process> diff --git a/process/AttributeRegistry_basic/process.js b/process/AttributeRegistry_basic/process.js index a132602bb79bc6490fc19480b8680a7036bc4dff..5d3a2d2ee894e1a690cfae628eea1ddafa00b9bc 100644 --- a/process/AttributeRegistry_basic/process.js +++ b/process/AttributeRegistry_basic/process.js @@ -12,4 +12,6 @@ function $AttributeRegistry(){} $AttributeRegistry.pricelist = function(){return "97b449a5-d9b4-42ff-b9b0-4f8b27b8a9ec";}; $AttributeRegistry.paymentTerm = function(){return "292fae38-6557-466d-8843-3b1b4a1f6599";}; -$AttributeRegistry.deliveryTerm = function(){return "3a6e11fc-b00a-4cf3-975a-a5e8b60fc5cb";}; \ No newline at end of file +$AttributeRegistry.deliveryTerm = function(){return "3a6e11fc-b00a-4cf3-975a-a5e8b60fc5cb";}; +$AttributeRegistry.targetGroup = function(){return "c7d28377-8cb1-4f92-a9ac-ed08041a782b";}; +$AttributeRegistry.targetGroup$competitior = function(){return "1d30d0ab-6103-4972-84c0-fd23eef15ca1";}; diff --git a/process/Classification_lib/Classification_lib.aod b/process/Classification_lib/Classification_lib.aod index 818373690075bf9196eb6e10c19f9c13ae3bd1fe..45628800c38b7d78a3bdf0105570b3fc0143c03c 100644 --- a/process/Classification_lib/Classification_lib.aod +++ b/process/Classification_lib/Classification_lib.aod @@ -1,9 +1,9 @@ -<?xml version="1.0" encoding="UTF-8"?> -<process xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/process/1.2.1"> - <name>Classification_lib</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <process>%aditoprj%/process/Classification_lib/process.js</process> - <variants> - <element>LIBRARY</element> - </variants> -</process> +<?xml version="1.0" encoding="UTF-8"?> +<process xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/process/1.2.1"> + <name>Classification_lib</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <process>%aditoprj%/process/Classification_lib/process.js</process> + <variants> + <element>LIBRARY</element> + </variants> +</process> diff --git a/process/Context_lib/process.js b/process/Context_lib/process.js index 634c4f89da956bc8051b0099e5f24544b6819e61..4acb61c1fa2ec39af73cbaf26ffa5e7eddf08117 100644 --- a/process/Context_lib/process.js +++ b/process/Context_lib/process.js @@ -23,7 +23,15 @@ function ContextUtils() {} */ ContextUtils.getCurrentContextId = function() { - return vars.getString("$sys.currentcontextname"); + var entityName = vars.getString("$sys.currententityname"); + // TODO: replace with Core-method instead of switch-case!!! + + // TODO: workaround: remove "entity" and add "context". This is a Workaround and has to be changed (see above todo)! + return entityName.substr(0, entityName.length-7); + + + + // return vars.getString("$sys.currentcontextname"); } /** diff --git a/process/Email_lib/Email_lib.aod b/process/Email_lib/Email_lib.aod index 6022256dea0248db39f796a2a79b0e55178d4044..6f306cf32f3d68ebc6f7137ec84773aa04b3a5fb 100644 --- a/process/Email_lib/Email_lib.aod +++ b/process/Email_lib/Email_lib.aod @@ -1,9 +1,9 @@ -<?xml version="1.0" encoding="UTF-8"?> -<process xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/process/1.2.1"> - <name>Email_lib</name> - <majorModelMode>DISTRIBUTED</majorModelMode> - <process>%aditoprj%/process/Email_lib/process.js</process> - <variants> - <element>LIBRARY</element> - </variants> -</process> +<?xml version="1.0" encoding="UTF-8"?> +<process xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/process/1.2.1"> + <name>Email_lib</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <process>%aditoprj%/process/Email_lib/process.js</process> + <variants> + <element>LIBRARY</element> + </variants> +</process> diff --git a/process/KeywordRegistry_basic/process.js b/process/KeywordRegistry_basic/process.js index d3bea022481e4aa70ab1d5b925a1717221bd281e..f97b3dd58f8ae7b669e05217b93612467b14057f 100644 --- a/process/KeywordRegistry_basic/process.js +++ b/process/KeywordRegistry_basic/process.js @@ -55,7 +55,7 @@ $KeywordRegistry.productPricelist = function(){return "ProductPricelist";}; $KeywordRegistry.productPricelist$standardList = function(){return "02553fc7-4611-4914-8ff5-0b7c4e7531c9";}; $KeywordRegistry.quantityUnit = function(){return "QuantityUnit";}; -$KeywordRegistry.salesprojectMemberRole = function(){return "SalesprojectMemberRole";}; +$KeywordRegistry.MemberRole = function(){return "MemberRole";}; $KeywordRegistry.salesprojectSource = function(){return "SalesprojectSource";}; $KeywordRegistry.salesorderState = function(){return "SalesorderState";}; $KeywordRegistry.salesprojectWonLost = function(){return "SalesprojectWonLost";}; @@ -81,7 +81,7 @@ $KeywordRegistry.taskPriority$medium = function(){return "4467b33c-3a68-4c8b-ba4 $KeywordRegistry.taskPriority$high = function(){return "1e42f183-fb97-415f-9917-b43ca159fde4";}; $KeywordRegistry.taskProgress = function(){return "TaskProgress";}; $KeywordRegistry.taskProgress$0 = function(){return "ec92271b-eac2-4ec2-be24-ab4abde7e939";}; -$KeywordRegistry.salesprojectCompetitionState = function(){return "SalesprojectCompetitionState";}; +$KeywordRegistry.CompetitionState = function(){return "CompetitionState";}; $KeywordRegistry.objectRelationType = function(){return "ObjectRelationType";}; $KeywordRegistry.deliveryTerm = function(){return "DeliveryTerm";}; $KeywordRegistry.paymentTerm = function(){return "PaymentTerm";}; diff --git a/process/Turnover_lib/process.js b/process/Turnover_lib/process.js index 884ee0da64c94eb068f264c3872ef0857745a1d9..d7747ebd9dabeb7b24059e5da0a5e53d94be0254 100644 --- a/process/Turnover_lib/process.js +++ b/process/Turnover_lib/process.js @@ -57,9 +57,9 @@ TurnoverUtil.getForecastData = function (pMaxYear, pYearCount) // load data var data = db.table(SqlCondition.begin() - .andPrepare("SALESPROJECT_FORECAST.DATE_START", pMaxYear, "year(#) <= ?", SQLTYPES.INTEGER) - .andPrepare("SALESPROJECT_FORECAST.DATE_START", minYear, "year(#) >= ?", SQLTYPES.INTEGER) - .buildSql("select '" + forecastCategory + "', year(DATE_START) yearNum, month(DATE_START) monthNum, 0 discount, 0 vat, sum(VOLUME) price, 1 quantity, GROUPCODE prodGroup, (" + KeywordUtils.getResolvedTitleSqlPart($KeywordRegistry.productGroupcode(), "GROUPCODE") + ") prodGroupName from SALESPROJECT_FORECAST", "1=2", " group by year(DATE_START), month(DATE_START), GROUPCODE order by yearNum, monthNum")) + .andPrepare("FORECAST.DATE_START", pMaxYear, "year(#) <= ?", SQLTYPES.INTEGER) + .andPrepare("FORECAST.DATE_START", minYear, "year(#) >= ?", SQLTYPES.INTEGER) + .buildSql("select '" + forecastCategory + "', year(DATE_START) yearNum, month(DATE_START) monthNum, 0 discount, 0 vat, sum(VOLUME) price, 1 quantity, GROUPCODE prodGroup, (" + KeywordUtils.getResolvedTitleSqlPart($KeywordRegistry.productGroupcode(), "GROUPCODE") + ") prodGroupName from FORECAST", "1=2", " group by year(DATE_START), month(DATE_START), GROUPCODE order by yearNum, monthNum")) return data; } diff --git a/process/indexsearch_patternextension/indexsearch_patternextension.aod b/process/indexsearch_patternextension/indexsearch_patternextension.aod index 44786e98684ee3028b4ef80a8809e874a45f7ba2..3917e2a4e1335e8771643089fff4e1457d43e447 100644 --- a/process/indexsearch_patternextension/indexsearch_patternextension.aod +++ b/process/indexsearch_patternextension/indexsearch_patternextension.aod @@ -1,5 +1,5 @@ -<?xml version="1.0" encoding="UTF-8"?> -<process xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/process/1.2.1"> - <name>indexsearch_patternextension</name> - <majorModelMode>DISTRIBUTED</majorModelMode> -</process> +<?xml version="1.0" encoding="UTF-8"?> +<process xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/process/1.2.1"> + <name>indexsearch_patternextension</name> + <majorModelMode>DISTRIBUTED</majorModelMode> +</process>