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

fix pricelist

parent 41b0545b
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,6 @@ ...@@ -91,7 +91,6 @@
<documentation>%aditoprj%/entity/Productprice_entity/entityfields/pricelist/documentation.adoc</documentation> <documentation>%aditoprj%/entity/Productprice_entity/entityfields/pricelist/documentation.adoc</documentation>
<title>Price list</title> <title>Price list</title>
<consumer>KeywordPricelists</consumer> <consumer>KeywordPricelists</consumer>
<mandatoryProcess>%aditoprj%/entity/Productprice_entity/entityfields/pricelist/mandatoryProcess.js</mandatoryProcess>
<state>AUTO</state> <state>AUTO</state>
<stateProcess>%aditoprj%/entity/Productprice_entity/entityfields/pricelist/stateProcess.js</stateProcess> <stateProcess>%aditoprj%/entity/Productprice_entity/entityfields/pricelist/stateProcess.js</stateProcess>
<titleProcess>%aditoprj%/entity/Productprice_entity/entityfields/pricelist/titleProcess.js</titleProcess> <titleProcess>%aditoprj%/entity/Productprice_entity/entityfields/pricelist/titleProcess.js</titleProcess>
......
import("system.neon");
import("system.vars");
import("system.result");
if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && vars.get("$field.CONTACT_ID") != "")
result.string("false");
else
result.string("true");
\ No newline at end of file
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
<children> <children>
<tableViewTemplate> <tableViewTemplate>
<name>Prices</name> <name>Prices</name>
<autoNewRow v="true" />
<entityField>#ENTITY</entityField> <entityField>#ENTITY</entityField>
<columns> <columns>
<neonTableColumn> <neonTableColumn>
......
...@@ -10,45 +10,48 @@ ...@@ -10,45 +10,48 @@
<children> <children>
<tableViewTemplate> <tableViewTemplate>
<name>PriceRelations</name> <name>PriceRelations</name>
<autoNewRow v="true" />
<entityField>#ENTITY</entityField> <entityField>#ENTITY</entityField>
<columns> <columns>
<neonTableColumn> <neonTableColumn>
<name>bc7ca35e-c454-4cc0-9b2e-0656e03f1f65</name> <name>44311686-a24a-4cf0-87a0-6e354b3f457a</name>
<entityField>IMAGE</entityField> <entityField>IMAGE</entityField>
</neonTableColumn> </neonTableColumn>
<neonTableColumn> <neonTableColumn>
<name>9b809450-cbe5-40f3-8d64-b4a5bac5eb5b</name> <name>695ce7be-d738-48a9-833d-e8815c6eff74</name>
<entityField>PRODUCT_ID</entityField> <entityField>PRODUCT_ID</entityField>
</neonTableColumn> </neonTableColumn>
<neonTableColumn> <neonTableColumn>
<name>fd5ab54d-439c-4836-a761-3af16e437a0e</name> <name>472a96ca-10ff-49c7-b2ae-6550e04c4e6f</name>
<entityField>VALID_FROM</entityField> <entityField>VALID_FROM</entityField>
</neonTableColumn> </neonTableColumn>
<neonTableColumn> <neonTableColumn>
<name>da4728b2-d5fe-4df1-84e5-a77a653dc558</name> <name>56b22986-0b94-4e7f-a0e8-c2a0a7281088</name>
<entityField>VALID_TO</entityField> <entityField>VALID_TO</entityField>
</neonTableColumn> </neonTableColumn>
<neonTableColumn> <neonTableColumn>
<name>4fd6845e-cb3a-4fe3-8900-3b58a86cb374</name> <name>56902ebb-b48b-42f9-b867-fb2b07527461</name>
<entityField>FROMQUANTITY</entityField> <entityField>PRICE</entityField>
</neonTableColumn> </neonTableColumn>
<neonTableColumn> <neonTableColumn>
<name>1cf65759-0c48-4d3d-8bd1-ddf0645ded43</name> <name>8879e46d-fa53-4769-8bcf-15b65fdf9967</name>
<entityField>PRICELIST</entityField> <entityField>CURRENCY</entityField>
</neonTableColumn> </neonTableColumn>
<neonTableColumn> <neonTableColumn>
<name>3ed800e0-a630-42b4-9dda-288ab5eefc69</name> <name>15a669d9-b089-4134-89a0-129de6e1e68c</name>
<entityField>PRICE</entityField> <entityField>BUYSELL</entityField>
</neonTableColumn> </neonTableColumn>
<neonTableColumn> <neonTableColumn>
<name>20efd64c-297d-4774-b020-437d3610e798</name> <name>e27ad433-ca4f-4a54-8722-75c9055a202b</name>
<entityField>CURRENCY</entityField> <entityField>FROMQUANTITY</entityField>
</neonTableColumn> </neonTableColumn>
<neonTableColumn> <neonTableColumn>
<name>787d2cce-ddb0-4d7e-8df4-5675e0d96d76</name> <name>981f29b1-b4c5-4591-8064-21a72f339179</name>
<entityField>VAT</entityField> <entityField>VAT</entityField>
</neonTableColumn> </neonTableColumn>
<neonTableColumn>
<name>51a923d8-3893-409b-869e-a4ad9704aa03</name>
<entityField>PRICELIST</entityField>
</neonTableColumn>
</columns> </columns>
</tableViewTemplate> </tableViewTemplate>
</children> </children>
......
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