Skip to content
Snippets Groups Projects
Commit b04437c8 authored by Maximilian Schröger's avatar Maximilian Schröger
Browse files

Vertrag, Produkt, Produktpreis, Lagerbestand: Images

parent c69ac3e4
No related branches found
No related tags found
No related merge requests found
Showing
with 58 additions and 2 deletions
......@@ -96,7 +96,6 @@
<mandatory v="true" />
<outgoingField>ContractOrg_dfo</outgoingField>
<valueProcess>%aditoprj%/entity/Contract_entity/entityfields/relation_id/valueProcess.js</valueProcess>
<valueMappingProcess>%aditoprj%/entity/Contract_entity/entityfields/relation_id/valueMappingProcess.js</valueMappingProcess>
<fieldIdProcess>%aditoprj%/entity/Contract_entity/entityfields/relation_id/fieldIdProcess.js</fieldIdProcess>
</entityField>
<entityField>
......@@ -163,6 +162,7 @@
</entityFieldGroup>
<entityOutgoingField>
<name>ContractHistory_dfo</name>
<title>Histories</title>
<fieldType>DEPENDENCY_OUT</fieldType>
<dependency>
<name>dependency</name>
......
import("system.vars");
import("system.result");
import("Keyword_lib");
result.string("TEXT:" + vars.getString("$field.CONTRACTCODE"));
\ No newline at end of file
var KeywUtils = new KeywordUtils();
result.string("TEXT:" + KeywUtils.getViewValue("CONTRACT.CONTRACTTYPE", vars.getString("$field.CONTRACTTYPE")) );
\ No newline at end of file
......@@ -206,6 +206,11 @@
</entityParameter>
</children>
</entityOutgoingField>
<entityField>
<name>IMAGE</name>
<contentType>IMAGE</contentType>
<valueProcess>%aditoprj%/entity/Product_entity/entityfields/image/valueProcess.js</valueProcess>
</entityField>
</entityFields>
<linkInformation>
<linkInformation>
......
import("system.vars");
import("system.result");
import("Keyword_lib");
var KeywUtils = new KeywordUtils();
result.string("TEXT:" + KeywUtils.getViewValue("GROUPCODE", vars.getString("$field.GROUPCODEID")) );
\ No newline at end of file
......@@ -206,6 +206,11 @@
<fieldName>Product_dfi</fieldName>
</dependency>
</entityOutgoingField>
<entityField>
<name>IMAGE</name>
<contentType>IMAGE</contentType>
<valueProcess>%aditoprj%/entity/Productprice_entity/entityfields/image/valueProcess.js</valueProcess>
</entityField>
</entityFields>
<linkInformation>
<linkInformation>
......
import("system.vars");
import("system.result");
import("Keyword_lib");
result.string("TEXT:" + vars.get("$field.BUYSELL") );
\ No newline at end of file
......@@ -102,6 +102,11 @@
</entityDependency>
</dependencies>
</entityIncomingField>
<entityField>
<name>IMAGE</name>
<contentType>IMAGE</contentType>
<valueProcess>%aditoprj%/entity/Stock_entity/entityfields/image/valueProcess.js</valueProcess>
</entityField>
</entityFields>
<linkInformation>
<linkInformation>
......
import("system.vars");
import("system.result");
import("Keyword_lib");
result.string("TEXT:" + vars.get("$field.IN_OUT") );
\ No newline at end of file
......@@ -12,6 +12,10 @@
<name>Table_template</name>
<entityField>#ENTITY</entityField>
<columns>
<neonTableColumn>
<name>67ceacc5-6238-496a-9bc6-ccc52ce91cd3</name>
<entityField>IMAGE</entityField>
</neonTableColumn>
<neonTableColumn>
<name>1a610a45-8c8c-48d4-bc0b-905655afa016</name>
<entityField>CONTRACTCODE</entityField>
......
......@@ -12,6 +12,10 @@
<name>Table_template</name>
<entityField>#ENTITY</entityField>
<columns>
<neonTableColumn>
<name>bf58edbf-0708-41a7-a092-ebc87a60c3c2</name>
<entityField>IMAGE</entityField>
</neonTableColumn>
<neonTableColumn>
<name>346eab87-8fea-4828-8ea6-86af61f973ce</name>
<entityField>GROUPCODEID</entityField>
......
......@@ -10,6 +10,7 @@
<children>
<cardViewTemplate>
<name>ProductHeader_template</name>
<iconField>IMAGE</iconField>
<titleField>PRODUCTCODE</titleField>
<descriptionField>GROUPCODEID</descriptionField>
<entityField>#ENTITY</entityField>
......
......@@ -14,6 +14,10 @@
<autoNewRow v="true" />
<entityField>#ENTITY</entityField>
<columns>
<neonTableColumn>
<name>44311686-a24a-4cf0-87a0-6e354b3f457a</name>
<entityField>IMAGE</entityField>
</neonTableColumn>
<neonTableColumn>
<name>695ce7be-d738-48a9-833d-e8815c6eff74</name>
<entityField>Pricelist_Relation</entityField>
......
......@@ -14,6 +14,10 @@
<autoNewRow v="true" />
<entityField>#ENTITY</entityField>
<columns>
<neonTableColumn>
<name>bc7ca35e-c454-4cc0-9b2e-0656e03f1f65</name>
<entityField>IMAGE</entityField>
</neonTableColumn>
<neonTableColumn>
<name>0b2271ca-f55f-4339-b63f-f6f95d1d18e6</name>
<entityField>PRODUCT_GROUPCODEID</entityField>
......
......@@ -13,6 +13,10 @@
<autoNewRow v="true" />
<entityField>#ENTITY</entityField>
<columns>
<neonTableColumn>
<name>c57eed89-267a-4df6-9ac9-e9b5c5e49794</name>
<entityField>IMAGE</entityField>
</neonTableColumn>
<neonTableColumn>
<name>135080e7-1d91-4be2-8bdb-8368e247127d</name>
<entityField>WAREHOUSE</entityField>
......
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