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 @@
<fieldName>ClassificationGroupChart</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency>
<name>8dfbe502-aa7a-4514-aaed-a1decf2b4344</name>
<entityName>Salesproject_entity</entityName>
<fieldName>ClassificationGroups</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
</entityProvider>
<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 @@
<children>
<singleDataChartViewTemplate>
<name>Groups</name>
<chartTitle></chartTitle>
<chartTitle>Classification</chartTitle>
<chartType>PIE</chartType>
<xAxis>GROUP</xAxis>
<yAxis>SCORE</yAxis>
......
......@@ -10,6 +10,11 @@
</boxLayout>
</layout>
<children>
<neonViewReference>
<name>4191cb26-76aa-4094-8ff4-b0cfc17bda2c</name>
<entityField>ClassificationGroups</entityField>
<view>ClassificationGroupAnalysesChart_view</view>
</neonViewReference>
<neonViewReference>
<name>5cb29574-2cca-44da-a987-a2be76032b27</name>
<entityField>SalesprojectForecastCharts</entityField>
......
......@@ -15,5 +15,20 @@
<entityField>SalesprojectPhaseMilestones</entityField>
<view>SalesprojectMilestoneChart_view</view>
</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>
</neonView>
......@@ -27,9 +27,6 @@
<name>layout</name>
</groupLayout>
</layout>
<children>
<multiDataChartViewTemplate>
<name>ColumnChart</name>
<chartType>COLUMN</chartType>
<xAxis>X</xAxis>
<yAxis>Y</yAxis>
......@@ -61,17 +58,79 @@
<xAxis>X</xAxis>
<yAxis>Y</yAxis>
<parentField>PARENT</parentField>
<chartType>COLUMN</chartType>
<xAxis>X</xAxis>
<yAxis>Y</yAxis>
<parentField>PARENT</parentField>
<categoryField>CATEGORY</categoryField>
<entityField>#ENTITY</entityField>
</multiDataChartViewTemplate>
<multiDataChartViewTemplate>
<name>SplineChart</name>
<chartType>SPLINE</chartType>
<name>LineChart</name>
<chartType>LINE</chartType>
<xAxis>X</xAxis>
<yAxis>Y</yAxis>
<parentField>PARENT</parentField>
<categoryField>CATEGORY</categoryField>
<entityField>#ENTITY</entityField>
</multiDataChartViewTemplate>
</children>
</neonView>
<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>
<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