Skip to content
Snippets Groups Projects
Commit 0f961b54 authored by S.Leierseder's avatar S.Leierseder
Browse files

Saleproject overview graphics

parent b210dd85
No related branches found
No related tags found
No related merge requests found
Showing
with 872 additions and 745 deletions
...@@ -38,6 +38,12 @@ ...@@ -38,6 +38,12 @@
<fieldName>ClassificationGroupChart</fieldName> <fieldName>ClassificationGroupChart</fieldName>
<isConsumer v="false" /> <isConsumer v="false" />
</entityDependency> </entityDependency>
<entityDependency>
<name>8dfbe502-aa7a-4514-aaed-a1decf2b4344</name>
<entityName>Salesproject_entity</entityName>
<fieldName>ClassificationGroups</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies> </dependencies>
</entityProvider> </entityProvider>
<entityField> <entityField>
......
This diff is collapsed.
import("KeywordRegistry_basic");
import("system.result");
result.string($KeywordRegistry.classificationType$salesproject());
\ No newline at end of file
import("system.vars");
import("system.result");
result.string(vars.get("$sys.uid"));
\ No newline at end of file
import("system.result");
import("Context_lib");
result.string(ContextUtils.getCurrentContextId());
\ No newline at end of file
import("system.result");
result.string("Hier können zu jeder Phase Informationen.")
\ No newline at end of file
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<children> <children>
<singleDataChartViewTemplate> <singleDataChartViewTemplate>
<name>Groups</name> <name>Groups</name>
<chartTitle></chartTitle> <chartTitle>Classification</chartTitle>
<chartType>PIE</chartType> <chartType>PIE</chartType>
<xAxis>GROUP</xAxis> <xAxis>GROUP</xAxis>
<yAxis>SCORE</yAxis> <yAxis>SCORE</yAxis>
......
...@@ -10,6 +10,11 @@ ...@@ -10,6 +10,11 @@
</boxLayout> </boxLayout>
</layout> </layout>
<children> <children>
<neonViewReference>
<name>4191cb26-76aa-4094-8ff4-b0cfc17bda2c</name>
<entityField>ClassificationGroups</entityField>
<view>ClassificationGroupAnalysesChart_view</view>
</neonViewReference>
<neonViewReference> <neonViewReference>
<name>5cb29574-2cca-44da-a987-a2be76032b27</name> <name>5cb29574-2cca-44da-a987-a2be76032b27</name>
<entityField>SalesprojectForecastCharts</entityField> <entityField>SalesprojectForecastCharts</entityField>
......
...@@ -15,5 +15,20 @@ ...@@ -15,5 +15,20 @@
<entityField>SalesprojectPhaseMilestones</entityField> <entityField>SalesprojectPhaseMilestones</entityField>
<view>SalesprojectMilestoneChart_view</view> <view>SalesprojectMilestoneChart_view</view>
</neonViewReference> </neonViewReference>
<genericViewTemplate>
<name>PhaseInfo</name>
<editMode v="false" />
<showDrawer v="true" />
<drawerCaption>phase information</drawerCaption>
<fixedDrawer v="false" />
<hideLabels v="true" />
<entityField>#ENTITY</entityField>
<fields>
<entityFieldLink>
<name>10b31cdf-44c7-499d-8f4c-ac3b538b4c06</name>
<entityField>PHASEINFO</entityField>
</entityFieldLink>
</fields>
</genericViewTemplate>
</children> </children>
</neonView> </neonView>
...@@ -27,9 +27,6 @@ ...@@ -27,9 +27,6 @@
<name>layout</name> <name>layout</name>
</groupLayout> </groupLayout>
</layout> </layout>
<children>
<multiDataChartViewTemplate>
<name>ColumnChart</name>
<chartType>COLUMN</chartType> <chartType>COLUMN</chartType>
<xAxis>X</xAxis> <xAxis>X</xAxis>
<yAxis>Y</yAxis> <yAxis>Y</yAxis>
...@@ -61,17 +58,79 @@ ...@@ -61,17 +58,79 @@
<xAxis>X</xAxis> <xAxis>X</xAxis>
<yAxis>Y</yAxis> <yAxis>Y</yAxis>
<parentField>PARENT</parentField> <parentField>PARENT</parentField>
<chartType>COLUMN</chartType>
<xAxis>X</xAxis>
<yAxis>Y</yAxis>
<parentField>PARENT</parentField>
<categoryField>CATEGORY</categoryField> <categoryField>CATEGORY</categoryField>
<entityField>#ENTITY</entityField> <entityField>#ENTITY</entityField>
</multiDataChartViewTemplate> </multiDataChartViewTemplate>
<multiDataChartViewTemplate> <multiDataChartViewTemplate>
<name>SplineChart</name> <name>LineChart</name>
<chartType>SPLINE</chartType> <chartType>LINE</chartType>
<xAxis>X</xAxis> <xAxis>X</xAxis>
<yAxis>Y</yAxis> <yAxis>Y</yAxis>
<parentField>PARENT</parentField> <parentField>PARENT</parentField>
<categoryField>CATEGORY</categoryField> <categoryField>CATEGORY</categoryField>
<entityField>#ENTITY</entityField> <entityField>#ENTITY</entityField>
</multiDataChartViewTemplate> </multiDataChartViewTemplate>
</children> <multiDataChartViewTemplate>
</neonView> <name>AreaChart</name>
<chartType>AREA</chartType>
<xAxis>X</xAxis>
<yAxis>Y</yAxis>
<parentField>PARENT</parentField>
<categoryField>CATEGORY</categoryField>
<entityField>#ENTITY</entityField>
</multiDataChartViewTemplate>
<multiDataChartViewTemplate>
<name>BarChart</name>
<chartType>BAR</chartType>
<xAxis>X</xAxis>
<yAxis>Y</yAxis>
<parentField>PARENT</parentField>
<categoryField>CATEGORY</categoryField>
<entityField>#ENTITY</entityField>
</multiDataChartViewTemplate>
<multiDataChartViewTemplate>
<name>SplineChart</name>
<chartType>SPLINE</chartType>
<xAxis>X</xAxis>
<yAxis>Y</yAxis>
<parentField>PARENT</parentField>
<chartType>LINE</chartType>
<xAxis>X</xAxis>
<yAxis>Y</yAxis>
<parentField>PARENT</parentField>
<categoryField>CATEGORY</categoryField>
<entityField>#ENTITY</entityField>
</multiDataChartViewTemplate>
<multiDataChartViewTemplate>
<name>AreaChart</name>
<chartType>AREA</chartType>
<xAxis>X</xAxis>
<yAxis>Y</yAxis>
<parentField>PARENT</parentField>
<categoryField>CATEGORY</categoryField>
<entityField>#ENTITY</entityField>
</multiDataChartViewTemplate>
<multiDataChartViewTemplate>
<name>BarChart</name>
<chartType>BAR</chartType>
<xAxis>X</xAxis>
<yAxis>Y</yAxis>
<parentField>PARENT</parentField>
<categoryField>CATEGORY</categoryField>
<entityField>#ENTITY</entityField>
</multiDataChartViewTemplate>
<multiDataChartViewTemplate>
<name>SplineChart</name>
<chartType>SPLINE</chartType>
<xAxis>X</xAxis>
<yAxis>Y</yAxis>
<parentField>PARENT</parentField>
<categoryField>CATEGORY</categoryField>
<entityField>#ENTITY</entityField>
</multiDataChartViewTemplate>
</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