Skip to content
Snippets Groups Projects
Commit 0d06a912 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

refactor Productprice entity

parent 4b8df73a
No related branches found
No related tags found
No related merge requests found
......@@ -262,7 +262,7 @@
<dependency>
<name>dependency</name>
<entityName>Productprice_entity</entityName>
<fieldName>PersProductprice_dfi</fieldName>
<fieldName>Productprices</fieldName>
</dependency>
<children>
<entityParameter>
......
......@@ -270,7 +270,7 @@ Usually this is used for filtering COMM-entires by a specified contact or creati
<dependency>
<name>dependency</name>
<entityName>Productprice_entity</entityName>
<fieldName>OrgProductprice_dfi</fieldName>
<fieldName>Productprices</fieldName>
</dependency>
<children>
<entityParameter>
......
......@@ -115,7 +115,7 @@
<dependency>
<name>dependency</name>
<entityName>Productprice_entity</entityName>
<fieldName>ProductProductprice_dfi</fieldName>
<fieldName>Productprices</fieldName>
</dependency>
<children>
<entityParameter>
......
......@@ -54,7 +54,7 @@
<entityField>
<name>PRODUCT_ID</name>
<title>Product</title>
<consumer>ProductpriceProduct_dfo</consumer>
<consumer>Products</consumer>
<linkedContext>Product_context</linkedContext>
<mandatory v="true" />
<state>AUTO</state>
......@@ -108,19 +108,6 @@
<titleProcess>%aditoprj%/entity/Productprice_entity/entityfields/pricelist/titleProcess.js</titleProcess>
<onValidation>%aditoprj%/entity/Productprice_entity/entityfields/pricelist/onValidation.js</onValidation>
</entityField>
<entityProvider>
<name>ProductProductprice_dfi</name>
<fieldType>DEPENDENCY_IN</fieldType>
<recordContainer>db</recordContainer>
<dependencies>
<entityDependency>
<name>72e12036-8c56-4cc7-a86e-fc4b0d743825</name>
<entityName>Product_entity</entityName>
<fieldName>Productprices</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
</entityProvider>
<entityParameter>
<name>ProductId_param</name>
<expose v="true" />
......@@ -128,19 +115,6 @@
<mandatory v="false" />
<description>PARAMETER</description>
</entityParameter>
<entityProvider>
<name>OrgProductprice_dfi</name>
<fieldType>DEPENDENCY_IN</fieldType>
<recordContainer>db</recordContainer>
<dependencies>
<entityDependency>
<name>93263731-7e48-4933-bdea-500a58a53357</name>
<entityName>Organisation_entity</entityName>
<fieldName>Productprices</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
</entityProvider>
<entityParameter>
<name>RelID_param</name>
<expose v="true" />
......@@ -148,21 +122,8 @@
<mandatory v="false" />
<description>PARAMETER</description>
</entityParameter>
<entityProvider>
<name>PersProductprice_dfi</name>
<fieldType>DEPENDENCY_IN</fieldType>
<recordContainer>db</recordContainer>
<dependencies>
<entityDependency>
<name>268bacb4-334d-42ba-9685-11e4854f0d85</name>
<entityName>Contact_entity</entityName>
<fieldName>Pricelists</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
</entityProvider>
<entityConsumer>
<name>ProductpriceProduct_dfo</name>
<name>Products</name>
<fieldType>DEPENDENCY_OUT</fieldType>
<dependency>
<name>dependency</name>
......@@ -178,6 +139,30 @@
<entityProvider>
<name>#PROVIDER</name>
</entityProvider>
<entityProvider>
<name>Productprices</name>
<fieldType>DEPENDENCY_IN</fieldType>
<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>Contact_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>
</entityProvider>
</entityFields>
<recordContainers>
<dbRecordContainer>
......
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