Skip to content
Snippets Groups Projects
Commit 1b97c7ed authored by Daniel Tran's avatar Daniel Tran Committed by Johannes Goderbauer
Browse files

#1057244 treetable groupable

parent 755665f0
No related branches found
No related tags found
No related merge requests found
Showing
with 344 additions and 22 deletions
......@@ -82,10 +82,12 @@
<entityField>
<name>ADDRESS_ID</name>
<title>standard address</title>
<groupable v="true" />
<displayValueProcess>%aditoprj%/entity/AnyContact_entity/entityfields/address_id/displayValueProcess.js</displayValueProcess>
</entityField>
<entityField>
<name>LANGUAGE</name>
<groupable v="true" />
</entityField>
<entityField>
<name>ORGANISATION_ID</name>
......@@ -98,6 +100,7 @@
</entityField>
<entityField>
<name>STATUS</name>
<groupable v="true" />
</entityField>
<entityField>
<name>contactType</name>
......
......@@ -47,6 +47,7 @@
<entityField>
<name>DEPARTMENT</name>
<title>Department</title>
<groupable v="true" />
<dropDownProcess>%aditoprj%/entity/Contact_entity/entityfields/department/dropDownProcess.js</dropDownProcess>
<textInputAllowed v="true" />
</entityField>
......@@ -103,6 +104,7 @@
<entityField>
<name>ADDRESS_ID</name>
<title>standard address</title>
<groupable v="true" />
<valueProcess>%aditoprj%/entity/Contact_entity/entityfields/address_id/valueProcess.js</valueProcess>
</entityField>
<entityField>
......@@ -143,6 +145,7 @@
<name>LANGUAGE</name>
<title>Language</title>
<consumer>Languages</consumer>
<groupable v="true" />
<mandatory v="true" />
<valueProcess>%aditoprj%/entity/Contact_entity/entityfields/language/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/Contact_entity/entityfields/language/displayValueProcess.js</displayValueProcess>
......@@ -189,6 +192,7 @@
<name>STATUS</name>
<title>Status</title>
<consumer>KeywordContactStates</consumer>
<groupable v="true" />
<valueProcess>%aditoprj%/entity/Contact_entity/entityfields/status/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/Contact_entity/entityfields/status/displayValueProcess.js</displayValueProcess>
</entityField>
......
......@@ -29,6 +29,7 @@
<resolution>DAY</resolution>
<outputFormat>dd.MM.yyyy</outputFormat>
<inputFormat>dd.MM.yyyy</inputFormat>
<groupable v="true" />
</entityField>
<entityField>
<name>CONTRACTEND</name>
......@@ -38,6 +39,7 @@
<resolution>DAY</resolution>
<outputFormat>dd.MM.yyyy</outputFormat>
<inputFormat>dd.MM.yyyy</inputFormat>
<groupable v="true" />
<onValueChange>%aditoprj%/entity/Contract_entity/entityfields/contractend/onValueChange.js</onValueChange>
</entityField>
<entityField>
......@@ -53,6 +55,7 @@
<resolution>DAY</resolution>
<outputFormat>dd.MM.yyyy</outputFormat>
<inputFormat>dd.MM.yyyy</inputFormat>
<groupable v="true" />
<valueProcess>%aditoprj%/entity/Contract_entity/entityfields/contractstart/valueProcess.js</valueProcess>
<onValueChange>%aditoprj%/entity/Contract_entity/entityfields/contractstart/onValueChange.js</onValueChange>
</entityField>
......@@ -60,12 +63,14 @@
<name>CONTRACTSTATUS</name>
<title>${CONTRACT_STATUS}</title>
<consumer>ContractStates</consumer>
<groupable v="true" />
<displayValueProcess>%aditoprj%/entity/Contract_entity/entityfields/contractstatus/displayValueProcess.js</displayValueProcess>
</entityField>
<entityField>
<name>CONTRACTTYPE</name>
<title>Type of contract</title>
<consumer>ContractTypes</consumer>
<groupable v="true" />
<mandatory v="true" />
<displayValueProcess>%aditoprj%/entity/Contract_entity/entityfields/contracttype/displayValueProcess.js</displayValueProcess>
</entityField>
......@@ -73,6 +78,7 @@
<name>PAYMENT</name>
<title>Payment method</title>
<consumer>ContractPayments</consumer>
<groupable v="true" />
<mandatory v="true" />
<displayValueProcess>%aditoprj%/entity/Contract_entity/entityfields/payment/displayValueProcess.js</displayValueProcess>
</entityField>
......@@ -188,10 +194,12 @@
<entityField>
<name>CONTACT_ORG_ID</name>
<title>Company</title>
<groupable v="true" />
</entityField>
<entityField>
<name>CONTACT_PERSON_ID</name>
<title>Person</title>
<groupable v="true" />
</entityField>
<entityConsumer>
<name>Documents</name>
......
......@@ -59,6 +59,7 @@
<resolution>DAY</resolution>
<outputFormat>dd.MM.yyyy</outputFormat>
<inputFormat>dd.MM.yyyy</inputFormat>
<groupable v="true" />
<mandatory v="true" />
<stateProcess>%aditoprj%/entity/Offer_entity/entityfields/offerdate/stateProcess.js</stateProcess>
<valueProcess>%aditoprj%/entity/Offer_entity/entityfields/offerdate/valueProcess.js</valueProcess>
......@@ -160,6 +161,7 @@
<contentType>NUMBER</contentType>
<outputFormat>#,##0.00</outputFormat>
<inputFormat>#,##0.00</inputFormat>
<groupable v="true" />
<state>READONLY</state>
<displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/net/displayValueProcess.js</displayValueProcess>
</entityField>
......@@ -230,12 +232,14 @@
<name>CONTACT_ORG_ID</name>
<title>Company</title>
<consumer>Organisations</consumer>
<groupable v="true" />
<stateProcess>%aditoprj%/entity/Offer_entity/entityfields/contact_org_id/stateProcess.js</stateProcess>
</entityField>
<entityField>
<name>CONTACT_PERSON_ID</name>
<title>Person</title>
<consumer>Persons</consumer>
<groupable v="true" />
<stateProcess>%aditoprj%/entity/Offer_entity/entityfields/contact_person_id/stateProcess.js</stateProcess>
</entityField>
<entityConsumer>
......@@ -528,6 +532,7 @@
<name>PAYMENTTERMS</name>
<title>Payment term</title>
<consumer>KeywordPaymentTerm</consumer>
<groupable v="true" />
<stateProcess>%aditoprj%/entity/Offer_entity/entityfields/paymentterms/stateProcess.js</stateProcess>
<valueProcess>%aditoprj%/entity/Offer_entity/entityfields/paymentterms/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/paymentterms/displayValueProcess.js</displayValueProcess>
......@@ -536,6 +541,7 @@
<name>DELIVERYTERMS</name>
<title>Delivery specification</title>
<consumer>KeywordDeliveryTerm</consumer>
<groupable v="true" />
<stateProcess>%aditoprj%/entity/Offer_entity/entityfields/deliveryterms/stateProcess.js</stateProcess>
<valueProcess>%aditoprj%/entity/Offer_entity/entityfields/deliveryterms/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/Offer_entity/entityfields/deliveryterms/displayValueProcess.js</displayValueProcess>
......@@ -915,6 +921,7 @@
<documentation>%aditoprj%/entity/Offer_entity/entityfields/contact_id/documentation.adoc</documentation>
<title>Contact</title>
<consumer>AnyContacts</consumer>
<groupable v="true" />
<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>
......
......@@ -50,6 +50,7 @@
<resolution>DAY</resolution>
<outputFormat>dd.MM.yyyy</outputFormat>
<inputFormat>dd.MM.yyyy</inputFormat>
<groupable v="true" />
<mandatory v="true" />
<valueProcess>%aditoprj%/entity/Order_entity/entityfields/salesorderdate/valueProcess.js</valueProcess>
</entityField>
......@@ -134,6 +135,7 @@
<name>NET</name>
<title>Total net</title>
<contentType>NUMBER</contentType>
<groupable v="true" />
<state>READONLY</state>
<valueProcess></valueProcess>
<displayValueProcess>%aditoprj%/entity/Order_entity/entityfields/net/displayValueProcess.js</displayValueProcess>
......@@ -189,11 +191,13 @@
<name>CONTACT_ORG_ID</name>
<title>Company</title>
<consumer>Organisations</consumer>
<groupable v="true" />
</entityField>
<entityField>
<name>CONTACT_PERSON_ID</name>
<title>Person</title>
<consumer>Persons</consumer>
<groupable v="true" />
</entityField>
<entityConsumer>
<name>AnyContacts</name>
......@@ -349,6 +353,7 @@
<name>OFFER_ID</name>
<title>Offer</title>
<consumer>Offers</consumer>
<groupable v="true" />
<linkedContext>Offer</linkedContext>
<state>AUTO</state>
<valueProcess>%aditoprj%/entity/Order_entity/entityfields/offer_id/valueProcess.js</valueProcess>
......@@ -434,6 +439,7 @@
<documentation>%aditoprj%/entity/Order_entity/entityfields/ordertype/documentation.adoc</documentation>
<title>Order Type</title>
<consumer>KeywordOrderTypes</consumer>
<groupable v="true" />
<mandatory v="true" />
<usePermissions v="true" />
<valueProcess>%aditoprj%/entity/Order_entity/entityfields/ordertype/valueProcess.js</valueProcess>
......@@ -444,6 +450,7 @@
<documentation>%aditoprj%/entity/Order_entity/entityfields/orderstatus/documentation.adoc</documentation>
<title>Sent</title>
<contentType>BOOLEAN</contentType>
<groupable v="true" />
<dropDownProcess>%aditoprj%/entity/Order_entity/entityfields/orderstatus/dropDownProcess.js</dropDownProcess>
<valueProcess>%aditoprj%/entity/Order_entity/entityfields/orderstatus/valueProcess.js</valueProcess>
</entityField>
......@@ -465,6 +472,7 @@
<documentation>%aditoprj%/entity/Order_entity/entityfields/cancellation/documentation.adoc</documentation>
<title>${ORDER_CANCELLED}</title>
<contentType>BOOLEAN</contentType>
<groupable v="true" />
<dropDownProcess>%aditoprj%/entity/Order_entity/entityfields/cancellation/dropDownProcess.js</dropDownProcess>
<valueProcess>%aditoprj%/entity/Order_entity/entityfields/cancellation/valueProcess.js</valueProcess>
</entityField>
......@@ -489,6 +497,7 @@
<title>Pay date</title>
<contentType>DATE</contentType>
<resolution>DAY</resolution>
<groupable v="true" />
<stateProcess>%aditoprj%/entity/Order_entity/entityfields/paydate/stateProcess.js</stateProcess>
</entityField>
<entityField>
......
......@@ -39,6 +39,7 @@
<name>LANGUAGE</name>
<title>Language</title>
<consumer>Languages</consumer>
<groupable v="true" />
<selectionMode>SINGLE</selectionMode>
<valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/language/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/Organisation_entity/entityfields/language/displayValueProcess.js</displayValueProcess>
......@@ -56,6 +57,7 @@
<name>STATUS</name>
<title>Status</title>
<consumer>KeywordContactStates</consumer>
<groupable v="true" />
<valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/status/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/Organisation_entity/entityfields/status/displayValueProcess.js</displayValueProcess>
</entityField>
......@@ -63,6 +65,7 @@
<name>TYPE</name>
<title>Type</title>
<consumer>KeywordOrganisationTypes</consumer>
<groupable v="true" />
<displayValueProcess>%aditoprj%/entity/Organisation_entity/entityfields/type/displayValueProcess.js</displayValueProcess>
</entityField>
<entityConsumer>
......@@ -785,6 +788,7 @@
<title>Turnover Current Year</title>
<contentType>NUMBER</contentType>
<outputFormat>#,##0.00€</outputFormat>
<groupable v="true" />
<valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/turnovercurrentyear/valueProcess.js</valueProcess>
</entityField>
<entityField>
......@@ -792,6 +796,7 @@
<title>Turnover Last Year</title>
<contentType>NUMBER</contentType>
<outputFormat>#,##0.00€</outputFormat>
<groupable v="true" />
<valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/turnoverlastyear/valueProcess.js</valueProcess>
</entityField>
<entityField>
......@@ -1003,6 +1008,7 @@
</entityActionGroup>
<entityField>
<name>STANDARD_COUNTRY</name>
<groupable v="true" />
</entityField>
<entityParameter>
<name>OnlyOwnSupervised_param</name>
......@@ -1066,9 +1072,11 @@
</entityField>
<entityField>
<name>STANDARD_ZIP</name>
<groupable v="true" />
</entityField>
<entityField>
<name>STANDARD_CITY</name>
<groupable v="true" />
</entityField>
<entityField>
<name>ORGANISATION_REPORT_DATA</name>
......
......@@ -288,6 +288,7 @@
<name>LANGUAGE</name>
<title>Language</title>
<consumer>Languages</consumer>
<groupable v="true" />
<mandatory v="true" />
<valueProcess>%aditoprj%/entity/Person_entity/entityfields/language/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/language/displayValueProcess.js</displayValueProcess>
......@@ -438,6 +439,7 @@
<name>ADDRESS_ID</name>
<title>Address</title>
<consumer>ContactAndOrganisationAddresses</consumer>
<groupable v="true" />
<valueProcess>%aditoprj%/entity/Person_entity/entityfields/address_id/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/address_id/displayValueProcess.js</displayValueProcess>
</entityField>
......@@ -578,6 +580,7 @@
<name>STATUS</name>
<title>Status</title>
<consumer>KeywordContactStates</consumer>
<groupable v="true" />
<valueProcess>%aditoprj%/entity/Person_entity/entityfields/status/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/status/displayValueProcess.js</displayValueProcess>
</entityField>
......@@ -616,6 +619,7 @@
<entityField>
<name>DEPARTMENT</name>
<title>Department</title>
<groupable v="true" />
<dropDownProcess>%aditoprj%/entity/Person_entity/entityfields/department/dropDownProcess.js</dropDownProcess>
<textInputAllowed v="true" />
</entityField>
......@@ -894,6 +898,7 @@
<entityField>
<name>STANDARD_COUNTRY</name>
<title>Country</title>
<groupable v="true" />
</entityField>
<entityConsumer>
<name>SelfDuplicatesUncached</name>
......@@ -928,19 +933,23 @@
<name>COMMRESTRICTIONS_ACTIVE</name>
<title>Commrestrictions</title>
<color>$priority-high-color</color>
<groupable v="true" />
<displayValueProcess>%aditoprj%/entity/Person_entity/entityfields/commrestrictions_active/displayValueProcess.js</displayValueProcess>
</entityField>
<entityField>
<name>STANDARD_ZIP</name>
<title>ZIP</title>
<groupable v="true" />
</entityField>
<entityField>
<name>STANDARD_ADDRESS</name>
<title>Address</title>
<groupable v="true" />
</entityField>
<entityField>
<name>STANDARD_CITY</name>
<title>City</title>
<groupable v="true" />
</entityField>
<entityProvider>
<name>QuickEntryContacts</name>
......@@ -1184,12 +1193,15 @@
</entityField>
<entityField>
<name>IndexCountry</name>
<groupable v="false" />
</entityField>
<entityField>
<name>IndexZIP</name>
<groupable v="false" />
</entityField>
<entityField>
<name>IndexCity</name>
<groupable v="false" />
</entityField>
<entityParameter>
<name>OnlyOwnSupervised_param</name>
......
......@@ -26,6 +26,7 @@
<name>GROUPCODEID</name>
<title>Product Group</title>
<consumer>KeywordProductGroupcodes</consumer>
<groupable v="true" />
<mandatory v="true" />
<displayValueProcess>%aditoprj%/entity/Product_entity/entityfields/groupcodeid/displayValueProcess.js</displayValueProcess>
</entityField>
......@@ -57,6 +58,7 @@
<name>STATUS</name>
<title>Active</title>
<contentType>BOOLEAN</contentType>
<groupable v="true" />
<dropDownProcess>%aditoprj%/entity/Product_entity/entityfields/status/dropDownProcess.js</dropDownProcess>
<valueProcess>%aditoprj%/entity/Product_entity/entityfields/status/valueProcess.js</valueProcess>
</entityField>
......@@ -64,6 +66,7 @@
<name>UNIT</name>
<title>Unit</title>
<consumer>KeywordQuantityUnits</consumer>
<groupable v="true" />
<mandatory v="true" />
<valueProcess>%aditoprj%/entity/Product_entity/entityfields/unit/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/Product_entity/entityfields/unit/displayValueProcess.js</displayValueProcess>
......@@ -194,6 +197,7 @@
<name>CONTACT_ID</name>
<title>Developer</title>
<consumer>Organisations</consumer>
<groupable v="true" />
<linkedContext>Organisation</linkedContext>
<displayValueProcess>%aditoprj%/entity/Product_entity/entityfields/contact_id/displayValueProcess.js</displayValueProcess>
<onValueChangeTypes>
......
......@@ -40,6 +40,7 @@
<resolution>DAY</resolution>
<outputFormat>dd.MM.yyyy</outputFormat>
<inputFormat>dd.MM.yyyy</inputFormat>
<groupable v="true" />
<valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/enddate/valueProcess.js</valueProcess>
</entityField>
<entityField>
......@@ -51,6 +52,7 @@
<name>PHASE</name>
<title>Phase</title>
<consumer>SalesprojectPhaseStepper</consumer>
<groupable v="true" />
<mandatory v="true" />
<state>EDITABLE</state>
<valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/phase/valueProcess.js</valueProcess>
......@@ -77,6 +79,7 @@
<name>CONTACT_ID</name>
<title>Company</title>
<consumer>Organisations</consumer>
<groupable v="true" />
<linkedContext>Organisation</linkedContext>
<mandatory v="true" />
<valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/contact_id/valueProcess.js</valueProcess>
......@@ -94,6 +97,7 @@
<resolution>DAY</resolution>
<outputFormat>dd.MM.yyyy</outputFormat>
<inputFormat>dd.MM.yyyy</inputFormat>
<groupable v="true" />
<mandatory v="true" />
<valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/startdate/valueProcess.js</valueProcess>
</entityField>
......@@ -101,6 +105,7 @@
<name>STATUS</name>
<title>Status</title>
<consumer>KeywordStates</consumer>
<groupable v="true" />
<mandatory v="true" />
<valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/status/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/status/displayValueProcess.js</displayValueProcess>
......@@ -117,6 +122,7 @@
<description></description>
<contentType>NUMBER</contentType>
<inputFormat>#0</inputFormat>
<groupable v="true" />
<displayValueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/volume/displayValueProcess.js</displayValueProcess>
</entityField>
<entityConsumer>
......@@ -131,6 +137,7 @@
<name>PROBABILITY</name>
<title>Probability</title>
<consumer>KeywordProbabilties</consumer>
<groupable v="true" />
<displayValueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/probability/displayValueProcess.js</displayValueProcess>
</entityField>
<entityConsumer>
......@@ -620,6 +627,7 @@
<entityField>
<name>ClassificationResult</name>
<title>Classification</title>
<groupable v="true" />
<state>READONLY</state>
<valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/classificationresult/valueProcess.js</valueProcess>
</entityField>
......@@ -703,6 +711,7 @@
<title>Project type</title>
<description>own field for setting the project type attribute in the new mode, required for creating Salesprojects in QuickEntry</description>
<consumer>ProjectTypeAttribute</consumer>
<groupable v="true" />
</entityField>
<entityConsumer>
<name>ProjectTypeAttribute</name>
......
......@@ -52,6 +52,7 @@
<name>REQUESTOR_CONTACT_ID</name>
<title>{$TASK_REQUESTOR}</title>
<consumer>ContactRequestors</consumer>
<groupable v="true" />
<linkedContext>Person</linkedContext>
<mandatory v="true" />
<valueProcess>%aditoprj%/entity/Task_entity/entityfields/requestor_contact_id/valueProcess.js</valueProcess>
......@@ -61,6 +62,7 @@
<name>EDITOR_CONTACT_ID</name>
<title>{$TASK_EDITOR}</title>
<consumer>ContactEditors</consumer>
<groupable v="true" />
<linkedContext>Person</linkedContext>
<mandatory v="true" />
<valueProcess>%aditoprj%/entity/Task_entity/entityfields/editor_contact_id/valueProcess.js</valueProcess>
......@@ -83,6 +85,7 @@
<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/maturity_date/valueProcess.js</valueProcess>
</entityField>
<entityField>
......
......@@ -4,9 +4,9 @@
<title>Connections</title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<boxLayout>
<groupLayout>
<name>layout</name>
</boxLayout>
</groupLayout>
</layout>
<children>
<tableViewTemplate>
......@@ -24,5 +24,19 @@
</neonTableColumn>
</columns>
</tableViewTemplate>
<treeTableViewTemplate>
<name>Treetable</name>
<entityField>#ENTITY</entityField>
<columns>
<neonTreeTableColumn>
<name>1391397e-d956-4231-915e-b7de718c1172</name>
<entityField>OBJECT_TYPE</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>299356e8-a97f-40ae-b8ca-cebbf4e3edb3</name>
<entityField>OBJECT_ROWID</entityField>
</neonTreeTableColumn>
</columns>
</treeTableViewTemplate>
</children>
</neonView>
......@@ -4,9 +4,9 @@
<majorModelMode>DISTRIBUTED</majorModelMode>
<filterable v="true" />
<layout>
<boxLayout>
<groupLayout>
<name>layout</name>
</boxLayout>
</groupLayout>
</layout>
<children>
<tableViewTemplate>
......@@ -38,5 +38,32 @@
</neonTableColumn>
</columns>
</tableViewTemplate>
<treeTableViewTemplate>
<name>Treetable</name>
<favoriteActionGroup1>recipientActions</favoriteActionGroup1>
<entityField>#ENTITY</entityField>
<columns>
<neonTreeTableColumn>
<name>b2b619e2-3626-4ce4-8840-37a87af0657f</name>
<entityField>ICON</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>36aa4057-22ba-4a9e-b055-d272c366c23e</name>
<entityField>CONTACT_ID</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>8b75c1fc-71ce-4b38-aa51-81ee8a42564b</name>
<entityField>EMAIL_ADDRESS</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>c904c6c0-b2e8-4192-a952-d4f1f6612dee</name>
<entityField>STATUS</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>d50f00d4-2f29-4eb3-8475-aa359deec572</name>
<entityField>SENTDATE</entityField>
</neonTreeTableColumn>
</columns>
</treeTableViewTemplate>
</children>
</neonView>
......@@ -4,11 +4,9 @@
<majorModelMode>DISTRIBUTED</majorModelMode>
<filterable v="false" />
<layout>
<drawerLayout>
<groupLayout>
<name>layout</name>
<layoutCaption>Fix costs</layoutCaption>
<fixedDrawer v="true" />
</drawerLayout>
</groupLayout>
</layout>
<children>
<tableViewTemplate>
......@@ -25,5 +23,19 @@
</neonTableColumn>
</columns>
</tableViewTemplate>
<treeTableViewTemplate>
<name>Treetable</name>
<entityField>#ENTITY</entityField>
<columns>
<neonTreeTableColumn>
<name>9d36a33f-b619-4922-9811-acd73bf67b22</name>
<entityField>CATEGORY</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>7b4972ee-1433-4318-bcf4-5298dc4c8cc6</name>
<entityField>NET</entityField>
</neonTreeTableColumn>
</columns>
</treeTableViewTemplate>
</children>
</neonView>
......@@ -48,9 +48,9 @@
</neonDashletConfiguration>
</dashletConfigurations>
<layout>
<boxLayout>
<groupLayout>
<name>layout</name>
</boxLayout>
</groupLayout>
</layout>
<children>
<tableViewTemplate>
......@@ -91,5 +91,42 @@
</neonTableColumn>
</columns>
</tableViewTemplate>
<treeTableViewTemplate>
<name>Treetable</name>
<entityField>#ENTITY</entityField>
<linkedColumns>
<element>NAME</element>
</linkedColumns>
<columns>
<neonTreeTableColumn>
<name>64423d78-0f0c-42d8-ad41-5ae5ae46b98b</name>
<entityField>#IMAGE</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>70375a55-2195-4d6a-85c2-885105c52a95</name>
<entityField>NAME</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>e017184f-a7ea-4190-a9ad-5b07a5936dc8</name>
<entityField>EMPLOYEE_CONTACT_ID</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>0d875d4e-087d-47d2-aa1d-c24476751516</name>
<entityField>DATE_START</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>f8ca8c65-24ec-462b-9fe0-b3cf0b35e6b1</name>
<entityField>DATE_END</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>f4dfaed8-7d1b-4503-9c11-af090c11adf2</name>
<entityField>STATUS</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>57fbf1e1-cdc3-4315-a0c4-f1cdeb193993</name>
<entityField>DESCRIPTION</entityField>
</neonTreeTableColumn>
</columns>
</treeTableViewTemplate>
</children>
</neonView>
......@@ -6,9 +6,9 @@
<majorModelMode>DISTRIBUTED</majorModelMode>
<filterable v="false" />
<layout>
<boxLayout>
<groupLayout>
<name>layout</name>
</boxLayout>
</groupLayout>
</layout>
<children>
<tableViewTemplate>
......@@ -40,5 +40,36 @@
</neonTableColumn>
</columns>
</tableViewTemplate>
<treeTableViewTemplate>
<name>Treetable</name>
<favoriteActionGroup1>FilterViewActionGroup</favoriteActionGroup1>
<entityField>#ENTITY</entityField>
<columns>
<neonTreeTableColumn>
<name>9ded1920-58ef-4fc1-ac92-07522c7c06d4</name>
<entityField>ADVERTISINGBAN_ICON</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>f406134b-b1c3-4fae-9f6d-771827d0fb01</name>
<entityField>CONTACT_ID</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>c7831772-15e4-49bb-ba84-647136c3002e</name>
<entityField>CAMPAIGNSTEP_ID</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>664cb6d0-48f9-48bf-9934-2fdb40501771</name>
<entityField>STANDARD_EMAIL_COMMUNICATION</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>b5cf0352-2bb7-4219-afab-49ffd8c46fcc</name>
<entityField>STANDARD_PHONE_COMMUNICATION</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>88e47cfc-d8cd-4192-aa70-3afb8588f75a</name>
<entityField>#TITLE</entityField>
</neonTreeTableColumn>
</columns>
</treeTableViewTemplate>
</children>
</neonView>
......@@ -6,9 +6,9 @@
<majorModelMode>DISTRIBUTED</majorModelMode>
<filterable v="false" />
<layout>
<boxLayout>
<groupLayout>
<name>layout</name>
</boxLayout>
</groupLayout>
</layout>
<children>
<tableViewTemplate>
......@@ -56,5 +56,39 @@
</neonTableColumn>
</columns>
</tableViewTemplate>
<treeTableViewTemplate>
<name>Treetable</name>
<entityField>#ENTITY</entityField>
<columns>
<neonTreeTableColumn>
<name>2246fe5a-d4ed-454a-9007-6c1716ad2a1e</name>
<entityField>#IMAGE</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>890e5593-1283-443d-b3d3-400de594048e</name>
<entityField>SORTING</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>2fcf7f79-84fa-482f-b076-d174c51a4f78</name>
<entityField>NAME</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>68d15b2a-ca00-43dd-b8ad-9be188f6817c</name>
<entityField>EMPLOYEE_CONTACT_ID</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>a2d623c5-1b79-4991-9659-b9c75995a3b9</name>
<entityField>DATE_START</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>8a430953-7fd3-4937-8e21-86eab88fd0f7</name>
<entityField>DATE_END</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>cf22f88f-186f-4df5-bafb-d0ea9e2035de</name>
<entityField>CurrentMaxParticipantsInfo</entityField>
</neonTreeTableColumn>
</columns>
</treeTableViewTemplate>
</children>
</neonView>
......@@ -6,9 +6,9 @@
<majorModelMode>DISTRIBUTED</majorModelMode>
<filterable v="true" />
<layout>
<boxLayout>
<groupLayout>
<name>layout</name>
</boxLayout>
</groupLayout>
</layout>
<children>
<tableViewTemplate>
......@@ -38,5 +38,16 @@
</neonTableColumn>
</columns>
</tableViewTemplate>
<treeTableViewTemplate>
<name>Treetable</name>
<entityField>#ENTITY</entityField>
<linkedColumns>
<element>ICON</element>
<element>MEDIUM</element>
<element>STARTDATE</element>
<element>EMPLOYEE_INVOLVED</element>
<element>REASON</element>
</linkedColumns>
</treeTableViewTemplate>
</children>
</neonView>
......@@ -4,9 +4,9 @@
<majorModelMode>DISTRIBUTED</majorModelMode>
<filterable v="true" />
<layout>
<boxLayout>
<groupLayout>
<name>layout</name>
</boxLayout>
</groupLayout>
</layout>
<children>
<tableViewTemplate>
......@@ -23,5 +23,19 @@
</neonTableColumn>
</columns>
</tableViewTemplate>
<treeTableViewTemplate>
<name>Treetable</name>
<entityField>#ENTITY</entityField>
<columns>
<neonTreeTableColumn>
<name>6abb2c5b-9213-43a8-b8b2-760707d02197</name>
<entityField>MEDIUM_ID</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>90a3f44f-590f-4995-8abf-3e70ff0a2a49</name>
<entityField>ADDR</entityField>
</neonTreeTableColumn>
</columns>
</treeTableViewTemplate>
</children>
</neonView>
......@@ -4,9 +4,9 @@
<majorModelMode>DISTRIBUTED</majorModelMode>
<filterable v="true" />
<layout>
<boxLayout>
<groupLayout>
<name>layout</name>
</boxLayout>
</groupLayout>
</layout>
<children>
<tableViewTemplate>
......@@ -48,5 +48,39 @@
</neonTableColumn>
</columns>
</tableViewTemplate>
<treeTableViewTemplate>
<name>Treetable</name>
<entityField>#ENTITY</entityField>
<columns>
<neonTreeTableColumn>
<name>dac103a0-9f98-4220-a138-0744ab99a8ce</name>
<entityField>IMAGE</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>9dd8ef4a-1dee-4bbf-94cf-0fbbf6409cf6</name>
<entityField>CONTACT_ID</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>02e3e380-523e-4639-98c7-14d48fa1d1af</name>
<entityField>PHASE</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>ad904fb2-9b96-47b7-981e-5198e6bda1f5</name>
<entityField>STATUS</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>78bf17da-18bd-409e-9567-5b90d5de8e10</name>
<entityField>DATE_CANCELLED</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>a839c353-9434-4077-8fe7-63c073450989</name>
<entityField>REASON</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>868ab0cc-cf9f-40c9-8f29-552c6c4e4fbb</name>
<entityField>INFO</entityField>
</neonTreeTableColumn>
</columns>
</treeTableViewTemplate>
</children>
</neonView>
......@@ -25,9 +25,9 @@
</neonDashletConfiguration>
</dashletConfigurations>
<layout>
<boxLayout>
<groupLayout>
<name>layout</name>
</boxLayout>
</groupLayout>
</layout>
<children>
<tableViewTemplate>
......@@ -75,5 +75,46 @@
</neonTableColumn>
</columns>
</tableViewTemplate>
<treeTableViewTemplate>
<name>Treetable</name>
<entityField>#ENTITY</entityField>
<linkedColumns>
<element>CONTRACTCODE</element>
</linkedColumns>
<columns>
<neonTreeTableColumn>
<name>74328115-44f3-4d7c-8933-faa63f1471b4</name>
<entityField>IMAGE</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>2b19050c-2369-4c7c-8fae-78c1fbbe5d45</name>
<entityField>CONTRACTCODE</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>3e56a229-3185-40d8-ace7-ea6e27b9270c</name>
<entityField>CONTRACTTYPE</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>eae37ce9-1977-4ba3-88be-e7407fb0c810</name>
<entityField>CONTACT_ORG_ID</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>377ce8a8-ebb6-4d1c-a800-70645203a3c2</name>
<entityField>CONTACT_PERSON_ID</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>b262598f-4730-4963-8c77-aeb83a4a0b70</name>
<entityField>CONTRACTSTATUS</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>e82273bb-a870-44c1-bd7c-408145f500b9</name>
<entityField>CONTRACTSTART</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>642dfddc-ec90-4833-8454-f15564073989</name>
<entityField>CONTRACTEND</entityField>
</neonTreeTableColumn>
</columns>
</treeTableViewTemplate>
</children>
</neonView>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment