Skip to content
Snippets Groups Projects
Commit ed15922f authored by Mohamed Mansour's avatar Mohamed Mansour
Browse files

fixed attributes for payment terms. Das Zahlungsziel wird je nach Zahlungsbedingung vorbelegt. +

added addresses
parent e869dae5
No related branches found
No related tags found
No related merge requests found
......@@ -147,6 +147,7 @@
<entityField>
<name>valueLongName</name>
<valueProcess>%aditoprj%/entity/SalesprojectMilestone_entity/entityfields/valuelongname/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/SalesprojectMilestone_entity/entityfields/valuelongname/displayValueProcess.js</displayValueProcess>
</entityField>
</entityFields>
<recordContainers>
......
......@@ -68,10 +68,6 @@
<name>c4b3c8ed-4625-4785-abc6-c726171ff7f4</name>
<entityField>FOOTER</entityField>
</entityFieldLink>
<entityFieldLink>
<name>97eca233-7383-4fb6-97ff-d722e422befa</name>
<entityField>SALESORDERDATE</entityField>
</entityFieldLink>
<entityFieldLink>
<name>31ed9eba-66a1-4114-a1fe-61ef475d532d</name>
<entityField>PAID</entityField>
......@@ -96,6 +92,10 @@
<name>8333aea5-0be3-47ac-94c3-f6f8485ba7e0</name>
<entityField>CANCELLATION</entityField>
</entityFieldLink>
<entityFieldLink>
<name>21860875-55d6-4686-9e1d-6b45963878ff</name>
<entityField>PAYMENTADDRESS</entityField>
</entityFieldLink>
</fields>
</genericViewTemplate>
<neonViewReference>
......
<?xml version="1.0" encoding="UTF-8"?>
<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1">
<name>SalesprojectMilestoneInfo_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<drawerLayout>
<name>layout</name>
<layoutCaption>Phase progression</layoutCaption>
</drawerLayout>
</layout>
<children>
<ganttViewTemplate>
<name>MilestoneGantt</name>
<uidField>SALESPROJECT_MILESTONEID</uidField>
<titleField>VALUE</titleField>
<beginDateField>DATE_START</beginDateField>
<endDateField>dateEndGantt</endDateField>
<predecessorIdField>PARENT_ID</predecessorIdField>
<entityField>#ENTITY</entityField>
<columns>
<neonTableColumn>
<name>4c261b96-17d3-424e-8297-3ff46d780516</name>
<entityField>VALUE</entityField>
</neonTableColumn>
<neonTableColumn>
<name>c055c340-0f7b-4c91-a0a6-22e20511d2a9</name>
<entityField>DATE_END</entityField>
</neonTableColumn>
</columns>
</ganttViewTemplate>
</children>
</neonView>
<?xml version="1.0" encoding="UTF-8"?>
<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1">
<name>SalesprojectMilestoneInfo_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<drawerLayout>
<name>layout</name>
<layoutCaption>Phase progression</layoutCaption>
</drawerLayout>
</layout>
<children>
<ganttViewTemplate>
<name>MilestoneGantt</name>
<uidField>SALESPROJECT_MILESTONEID</uidField>
<titleField>valueLongName</titleField>
<beginDateField>DATE_START</beginDateField>
<endDateField>dateEndGantt</endDateField>
<predecessorIdField>PARENT_ID</predecessorIdField>
<entityField>#ENTITY</entityField>
<columns>
<neonTableColumn>
<name>4c261b96-17d3-424e-8297-3ff46d780516</name>
<entityField>VALUE</entityField>
</neonTableColumn>
<neonTableColumn>
<name>c055c340-0f7b-4c91-a0a6-22e20511d2a9</name>
<entityField>DATE_END</entityField>
</neonTableColumn>
</columns>
</ganttViewTemplate>
</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