Skip to content
Snippets Groups Projects
Commit 9750ab5d authored by Alexander Vögl's avatar Alexander Vögl
Browse files

treeTable & groupable

parent d93ad051
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@
<name>CURRENCY</name>
<title>Currency</title>
<consumer>KeywordCurrencies</consumer>
<groupable v="true" />
<valueProcess>%aditoprj%/entity/Order_entity/entityfields/currency/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/Order_entity/entityfields/currency/displayValueProcess.js</displayValueProcess>
</entityField>
......@@ -150,6 +151,7 @@
<name>ISOLANGUAGE</name>
<title>Language</title>
<consumer>Languages</consumer>
<groupable v="true" />
<mandatory v="true" />
<displayValueProcess>%aditoprj%/entity/Order_entity/entityfields/isolanguage/displayValueProcess.js</displayValueProcess>
</entityField>
......@@ -169,6 +171,7 @@
<name>CONTACT_ORG_ID</name>
<title>Company</title>
<consumer>Organisations</consumer>
<groupable v="true" />
</entityField>
<entityField>
<name>CONTACT_PERSON_ID</name>
......@@ -394,6 +397,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>
......@@ -1071,6 +1075,10 @@
<name>ISOLANGUAGE.displayValue</name>
<expression>%aditoprj%/entity/Order_entity/recordcontainers/db/recordfieldmappings/isolanguage.displayvalue/expression.js</expression>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>ORDERTYPE.displayValue</name>
<expression>%aditoprj%/entity/Order_entity/recordcontainers/db/recordfieldmappings/ordertype.displayvalue/expression.js</expression>
</dbRecordFieldMapping>
</recordFieldMappings>
</dbRecordContainer>
<indexRecordContainer>
......
import("KeywordRegistry_basic");
import("system.result");
import("Keyword_lib");
result.string(KeywordUtils.getResolvedTitleSqlPart($KeywordRegistry.orderType(), "SALESORDER.ORDERTYPE"))
\ No newline at end of file
......@@ -44,9 +44,9 @@
</neonDashletConfiguration>
</dashletConfigurations>
<layout>
<boxLayout>
<groupLayout>
<name>layout</name>
</boxLayout>
</groupLayout>
</layout>
<children>
<tableViewTemplate>
......@@ -99,5 +99,47 @@
</neonTableColumn>
</columns>
</tableViewTemplate>
<treeTableViewTemplate>
<name>tree</name>
<entityField>#ENTITY</entityField>
<columns>
<neonTreeTableColumn>
<name>b55edb3a-ecbc-4d4c-958e-6e491777895b</name>
<entityField>IMAGE</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>61a86526-8928-4e85-979a-ca875730c913</name>
<entityField>SALESORDERCODE</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>d85c081c-d45a-4b58-bfff-e393ca2d8ab9</name>
<entityField>ORDERTYPE</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>a3e7168a-ea54-43da-9d88-943eba021d8c</name>
<entityField>CONTACT_ORG_ID</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>3ca66671-86ec-44bd-882b-ecd726a2a432</name>
<entityField>CONTACT_PERSON_ID</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>f3505b7d-4733-4b8b-a1ac-bd4c4b8ef6fe</name>
<entityField>ORDERSTATUS</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>93ace207-5c26-46ba-9cfc-2958a43e6c29</name>
<entityField>SALESORDERDATE</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>9935b80c-fc62-4bd5-a26c-efbd53a6f438</name>
<entityField>CANCELLATION</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>7873c2f2-0dc4-4c54-814a-df970eddea65</name>
<entityField>NET</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