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

Fertigstellung Standard Produkt Maske

parent 51441265
No related branches found
No related tags found
No related merge requests found
Showing
with 212 additions and 1 deletion
...@@ -252,6 +252,12 @@ ...@@ -252,6 +252,12 @@
<entityName>Product_entity</entityName> <entityName>Product_entity</entityName>
<fieldName>OrgProduct_dfi</fieldName> <fieldName>OrgProduct_dfi</fieldName>
</dependency> </dependency>
<children>
<entityParameter>
<name>OrgId_param</name>
<code>%aditoprj%/entity/Org_entity/entityfields/orgproduct_dfo/children/orgid_param/code.js</code>
</entityParameter>
</children>
</entityOutgoingField> </entityOutgoingField>
</entityFields> </entityFields>
<linkInformation> <linkInformation>
......
import("system.result");
import("system.vars");
result.string(vars.get("$field.ORGID"));
\ No newline at end of file
...@@ -13,16 +13,24 @@ ...@@ -13,16 +13,24 @@
<columnName>ADVERTISING</columnName> <columnName>ADVERTISING</columnName>
<caption>Werbemittel</caption> <caption>Werbemittel</caption>
<contentType>BOOLEAN</contentType> <contentType>BOOLEAN</contentType>
<possibleItemsProcess>%aditoprj%/entity/Product_entity/entityfields/advertising/possibleItemsProcess.js</possibleItemsProcess>
<valueProcess>%aditoprj%/entity/Product_entity/entityfields/advertising/valueProcess.js</valueProcess>
</entityField> </entityField>
<entityField> <entityField>
<name>DATE_EDIT</name> <name>DATE_EDIT</name>
<tableName>PRODUCT</tableName> <tableName>PRODUCT</tableName>
<columnName>DATE_EDIT</columnName> <columnName>DATE_EDIT</columnName>
<contentType>DATE</contentType>
<outputFormat>yyyy-MM-dd&amp;apos;T&amp;apos;HH:mm:ssZ</outputFormat>
<valueProcess>%aditoprj%/entity/Product_entity/entityfields/date_edit/valueProcess.js</valueProcess>
</entityField> </entityField>
<entityField> <entityField>
<name>DATE_NEW</name> <name>DATE_NEW</name>
<tableName>PRODUCT</tableName> <tableName>PRODUCT</tableName>
<columnName>DATE_NEW</columnName> <columnName>DATE_NEW</columnName>
<contentType>DATE</contentType>
<outputFormat>yyyy-MM-dd&amp;apos;T&amp;apos;HH:mm:ssZ</outputFormat>
<valueProcess>%aditoprj%/entity/Product_entity/entityfields/date_new/valueProcess.js</valueProcess>
</entityField> </entityField>
<entityField> <entityField>
<name>GROUPCODEID</name> <name>GROUPCODEID</name>
...@@ -44,11 +52,16 @@ ...@@ -44,11 +52,16 @@
<name>ORG_ID</name> <name>ORG_ID</name>
<tableName>PRODUCT</tableName> <tableName>PRODUCT</tableName>
<columnName>ORG_ID</columnName> <columnName>ORG_ID</columnName>
<caption>Hersteller</caption>
<valueProcess>%aditoprj%/entity/Product_entity/entityfields/org_id/valueProcess.js</valueProcess>
</entityField> </entityField>
<entityField> <entityField>
<name>PRODUCTCODE</name> <name>PRODUCTCODE</name>
<tableName>PRODUCT</tableName> <tableName>PRODUCT</tableName>
<columnName>PRODUCTCODE</columnName> <columnName>PRODUCTCODE</columnName>
<caption>Produkt-Nr.</caption>
<mandatory v="true" />
<onValidation>%aditoprj%/entity/Product_entity/entityfields/productcode/onValidation.js</onValidation>
</entityField> </entityField>
<entityField> <entityField>
<name>PRODUCTID</name> <name>PRODUCTID</name>
...@@ -59,6 +72,8 @@ ...@@ -59,6 +72,8 @@
<name>PRODUCTNAME</name> <name>PRODUCTNAME</name>
<tableName>PRODUCT</tableName> <tableName>PRODUCT</tableName>
<columnName>PRODUCTNAME</columnName> <columnName>PRODUCTNAME</columnName>
<caption>Produktname</caption>
<mandatory v="true" />
</entityField> </entityField>
<entityField> <entityField>
<name>STANDARD</name> <name>STANDARD</name>
...@@ -71,21 +86,28 @@ ...@@ -71,21 +86,28 @@
<columnName>STATUS</columnName> <columnName>STATUS</columnName>
<caption>Aktiv</caption> <caption>Aktiv</caption>
<contentType>BOOLEAN</contentType> <contentType>BOOLEAN</contentType>
<possibleItemsProcess>%aditoprj%/entity/Product_entity/entityfields/status/possibleItemsProcess.js</possibleItemsProcess>
<valueProcess>%aditoprj%/entity/Product_entity/entityfields/status/valueProcess.js</valueProcess>
</entityField> </entityField>
<entityField> <entityField>
<name>UNIT</name> <name>UNIT</name>
<tableName>PRODUCT</tableName> <tableName>PRODUCT</tableName>
<columnName>UNIT</columnName> <columnName>UNIT</columnName>
<caption>Einheit</caption>
<mandatory v="true" />
<possibleItemsProcess>%aditoprj%/entity/Product_entity/entityfields/unit/possibleItemsProcess.js</possibleItemsProcess>
</entityField> </entityField>
<entityField> <entityField>
<name>USER_EDIT</name> <name>USER_EDIT</name>
<tableName>PRODUCT</tableName> <tableName>PRODUCT</tableName>
<columnName>USER_EDIT</columnName> <columnName>USER_EDIT</columnName>
<valueProcess>%aditoprj%/entity/Product_entity/entityfields/user_edit/valueProcess.js</valueProcess>
</entityField> </entityField>
<entityField> <entityField>
<name>USER_NEW</name> <name>USER_NEW</name>
<tableName>PRODUCT</tableName> <tableName>PRODUCT</tableName>
<columnName>USER_NEW</columnName> <columnName>USER_NEW</columnName>
<valueProcess>%aditoprj%/entity/Product_entity/entityfields/user_new/valueProcess.js</valueProcess>
</entityField> </entityField>
<entityOutgoingField> <entityOutgoingField>
<name>ProductOrg_dfo</name> <name>ProductOrg_dfo</name>
...@@ -108,6 +130,25 @@ ...@@ -108,6 +130,25 @@
</entityDependency> </entityDependency>
</dependencies> </dependencies>
</entityIncomingField> </entityIncomingField>
<entityField>
<name>STOCKCOUNT</name>
<caption>Lagerbestand</caption>
</entityField>
<entityParameter>
<name>OrgId_param</name>
<expose v="true" />
<triggerRecalculation v="true" />
<mandatory v="false" />
<description>PARAMETER</description>
</entityParameter>
<entityField>
<name>currentPurchasePrice</name>
<caption>akt. EK-Preis</caption>
</entityField>
<entityField>
<name>currentSalesPrice</name>
<caption>akt. VK-Preis</caption>
</entityField>
</entityFields> </entityFields>
<linkInformation> <linkInformation>
<linkInformation> <linkInformation>
......
import("system.translate");
import("system.result");
result.object([
["Y", translate.text("Ja")]
,["N", translate.text("Nein")]
]);
\ No newline at end of file
import("system.vars");
import("system.result");
import("system.neon");
if(vars.get("$sys.operatingstate") == neon.OPERATINGSTATE_NEW)
result.string("N");
\ No newline at end of file
import("system.vars");
import("system.result");
import("system.neon");
if(vars.get("$sys.operatingstate") == neon.OPERATINGSTATE_EDIT)
result.string(vars.getString("$sys.date"));
\ No newline at end of file
import("system.logging");
import("system.vars");
import("system.result");
import("system.neon");
if(vars.get("$sys.operatingstate") == neon.OPERATINGSTATE_NEW)
result.string(vars.getString("$sys.date"));
import("system.logging");
import("system.vars");
import("system.result");
import("system.neon");
if(vars.get("$sys.operatingstate") == neon.OPERATINGSTATE_NEW)
{
if(vars.exists("$param.OrgId_param") && vars.get("$param.OrgId_param") != null)
result.string(vars.getString("$param.OrgId_param"));
}
else
result.string(vars.get("$this.value"));
import("system.db");
import("system.vars");
import("system.swing");
import("system.result");
import("system.translate");
//Productcode has to be unique
if(db.cell("select count(PRODUCTID) from PRODUCT where PRODUCTCODE = '" + vars.get("$local.value")
+ "' and PRODUCTID != '" + vars.get("$field.PRODUCTID") + "'") != 0)
{
result.string( translate.text("Die Produktnummer exisitiert bereits!") );
}
\ No newline at end of file
import("system.translate");
import("system.result");
result.object([
["1", translate.text("Ja")]
,["2", translate.text("Nein")]
]);
\ No newline at end of file
import("system.vars");
import("system.result");
import("system.neon");
if(vars.get("$sys.operatingstate") == neon.OPERATINGSTATE_NEW)
result.string("1");
\ No newline at end of file
import("system.result");
import("Keyword_lib");
var kwdUtils, items;
kwdUtils = new KeywordUtils();
items = kwdUtils.getStandardArray("UNIT");
result.object(items);
\ No newline at end of file
import("system.vars");
import("system.result");
import("system.neon");
if(vars.get("$sys.operatingstate") == neon.OPERATINGSTATE_EDIT)
result.string(vars.getString("$sys.user"));
\ No newline at end of file
import("system.vars");
import("system.result");
import("system.neon");
if(vars.get("$sys.operatingstate") == neon.OPERATINGSTATE_NEW)
result.string(vars.getString("$sys.user"));
\ No newline at end of file
...@@ -20,6 +20,18 @@ ...@@ -20,6 +20,18 @@
<name>ee627d12-c60c-48c2-a86e-2a144f5853e6</name> <name>ee627d12-c60c-48c2-a86e-2a144f5853e6</name>
<entityField>PRODUCTCODE</entityField> <entityField>PRODUCTCODE</entityField>
</neonTableColumn> </neonTableColumn>
<neonTableColumn>
<name>cd013f0c-b9b0-4c5a-866b-53a9f69ad75e</name>
<entityField>PRODUCTNAME</entityField>
</neonTableColumn>
<neonTableColumn>
<name>4d23de03-5729-4568-a65d-3f0bdb67f66e</name>
<entityField>UNIT</entityField>
</neonTableColumn>
<neonTableColumn>
<name>3e774e1c-0998-4b2c-b876-22e99a79cb55</name>
<entityField>ORG_ID</entityField>
</neonTableColumn>
</columns> </columns>
</tableViewTemplate> </tableViewTemplate>
</children> </children>
......
...@@ -2,4 +2,60 @@ ...@@ -2,4 +2,60 @@
<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.0.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.0.0"> <neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.0.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.0.0">
<name>ProductPreview_view</name> <name>ProductPreview_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode> <majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<boxLayout>
<name>layout</name>
</boxLayout>
</layout>
<children>
<cardViewTemplate>
<name>ProductHeader_template</name>
<titleField>PRODUCTCODE</titleField>
<descriptionField>GROUPCODEID</descriptionField>
<entityField>#ENTITY</entityField>
</cardViewTemplate>
<genericViewTemplate>
<name>ProductInfo_template</name>
<showDrawer v="true" />
<entityField>#ENTITY</entityField>
<fields>
<entityFieldLink>
<name>00594c0e-6641-4f6d-9717-1eee2678ad5d</name>
<entityField>PRODUCTNAME</entityField>
</entityFieldLink>
<entityFieldLink>
<name>7074979a-a2fc-4a57-98ad-3d8e98fde37a</name>
<entityField>ORG_ID</entityField>
</entityFieldLink>
<entityFieldLink>
<name>a5a3ecee-059d-4bf2-9654-abe3efd58510</name>
<entityField>UNIT</entityField>
</entityFieldLink>
<entityFieldLink>
<name>abef7fe5-88f6-44fe-af91-38487eb9b750</name>
<entityField>ADVERTISING</entityField>
</entityFieldLink>
<entityFieldLink>
<name>505cc05b-0497-4baa-81cb-294ec6e1a133</name>
<entityField>STATUS</entityField>
</entityFieldLink>
<entityFieldLink>
<name>ba604dc5-06b2-44f2-a9b3-c4c3adb9f8f8</name>
<entityField>MINSTOCK</entityField>
</entityFieldLink>
<entityFieldLink>
<name>3802b031-10fc-4694-8e06-71d0033ae351</name>
<entityField>STOCKCOUNT</entityField>
</entityFieldLink>
<entityFieldLink>
<name>bcf1cada-cb5b-4012-85d1-544eabc5b86d</name>
<entityField>currentPurchasePrice</entityField>
</entityFieldLink>
<entityFieldLink>
<name>4ef15389-761a-40e6-8774-f7145ace5c12</name>
<entityField>currentSalesPrice</entityField>
</entityFieldLink>
</fields>
</genericViewTemplate>
</children>
</neonView> </neonView>
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<preferences xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="3.0.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/preferences/3.0.1"> <preferences xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="3.0.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/preferences/3.0.1">
<name>_____PREFERENCES_PROJECT</name> <name>_____PREFERENCES_PROJECT</name>
<majorModelMode>DISTRIBUTED</majorModelMode> <majorModelMode>DISTRIBUTED</majorModelMode>
<projectName>xRM-Basic-5</projectName> <projectName>xRM-Basic</projectName>
<jditoMaxContentSize v="57671680" /> <jditoMaxContentSize v="57671680" />
<calendarCategoriesEvent> <calendarCategoriesEvent>
<entry> <entry>
......
...@@ -131,6 +131,14 @@ function KeywordUtils(){ ...@@ -131,6 +131,14 @@ function KeywordUtils(){
,createKeywordEntry("6", translate.text("Dienstleistung")) ,createKeywordEntry("6", translate.text("Dienstleistung"))
]); ]);
break; break;
case "UNIT":
valueContainer = createKeywordEntriesContainer([
createKeywordEntry("1", translate.text("Stück"))
,createKeywordEntry("2", translate.text("Kg"))
,createKeywordEntry("3", translate.text("Liter"))
,createKeywordEntry("4", translate.text("Stunden"))
]);
break;
default: default:
throw new Error(translate.withArguments("[%0]the given keyword \"%1\" has no match with the possible keywordlist", [ throw new Error(translate.withArguments("[%0]the given keyword \"%1\" has no match with the possible keywordlist", [
arguments.callee.name, keywordType arguments.callee.name, keywordType
......
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