Skip to content
Snippets Groups Projects
Commit 3e83f349 authored by Sophia Leierseder's avatar Sophia Leierseder
Browse files

Fixes salesproject charts and score card

parent 8abd37e3
No related branches found
No related tags found
No related merge requests found
......@@ -526,7 +526,7 @@
</entityField>
<entityField>
<name>OVERALL_FORECAST</name>
<title>Forecast actual year</title>
<title>Forecast actual year </title>
<contentType>NUMBER</contentType>
<state>READONLY</state>
<valueProcess>%aditoprj%/entity/Salesproject_entity/entityfields/overall_forecast/valueProcess.js</valueProcess>
......
......@@ -2739,6 +2739,9 @@
<entry>
<key>{$ADDRESS_IDENTIFIER}</key>
</entry>
<entry>
<key>Salesproject phases</key>
</entry>
</keyValueMap>
<font name="Dialog" style="0" size="11" />
<sqlModels>
......
......@@ -31,7 +31,7 @@
<value>Eingangsdatum (Tag)</value>
</entry>
<entry>
<key>Salesproject Phases</key>
<key>Salesproject phases</key>
<value>Vertriebsprojektphasen</value>
</entry>
<entry>
......@@ -3517,6 +3517,12 @@
<key>{$ADDRESS_IDENTIFIER}</key>
<value>Bezeichnung</value>
</entry>
<entry>
<key>Turnover actual year</key>
</entry>
<entry>
<key>Forecast actual year</key>
</entry>
</keyValueMap>
<font name="Dialog" style="0" size="11" />
</language>
......@@ -2770,6 +2770,9 @@
<key>{$ADDRESS_IDENTIFIER}</key>
<value>Identifier</value>
</entry>
<entry>
<key>Salesproject phases</key>
</entry>
</keyValueMap>
<font name="Dialog" style="0" size="11" />
</language>
<?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.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.0">
<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>SalesprojectChart_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<dashletConfigurations>
<neonDashletConfiguration>
<name>Salesproject phases</name>
<title>Salesproject Phases</title>
<description>Zeigt wie viele Vertriebsprojekte in den einzelnen Vertriebsphasen sind. </description>
<fragment>SalesprojectChart/full</fragment>
<singleton v="true" />
<icon>VAADIN:FUNNEL</icon>
<categories>
<neonDashletCategory>
<name>salesproject</name>
<title>Salesproject</title>
</neonDashletCategory>
<neonDashletCategory>
<name>chart</name>
<title>Chart</title>
</neonDashletCategory>
</categories>
</neonDashletConfiguration>
</dashletConfigurations>
<layout>
<groupLayout>
<name>layout</name>
......@@ -17,8 +37,8 @@
<entityField>#ENTITY</entityField>
</singleDataChartViewTemplate>
<singleDataChartViewTemplate>
<name>PhaseDonutChart</name>
<chartType>DONUT</chartType>
<name>PhasePieChart</name>
<chartType>PIE</chartType>
<xAxis>X_PHASE</xAxis>
<yAxis>Y_COUNT</yAxis>
<parentField></parentField>
......
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