Skip to content
Snippets Groups Projects
Commit 51f0facd authored by Andre Loreth's avatar Andre Loreth
Browse files

#1051579: Organisation: Implement OrganisationReport_view

parent a7ed8497
No related branches found
No related tags found
No related merge requests found
...@@ -1035,6 +1035,10 @@ ...@@ -1035,6 +1035,10 @@
<entityField> <entityField>
<name>STANDARD_CITY</name> <name>STANDARD_CITY</name>
</entityField> </entityField>
<entityField>
<name>ORGANISATION_REPORT_DATA</name>
<valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/organisation_report_data/valueProcess.js</valueProcess>
</entityField>
</entityFields> </entityFields>
<recordContainers> <recordContainers>
<dbRecordContainer> <dbRecordContainer>
......
import("system.vars");
import("system.result");
import("Organisation_lib");
var reportData = OrgUtils.buildOrgReport(vars.get("$field.ORGANISATIONID"))
if (reportData != null) {
result.string(reportData[1]);
}
\ No newline at end of file
...@@ -55,5 +55,9 @@ ...@@ -55,5 +55,9 @@
<name>a97ac17d-171b-4c9a-83fa-bb5a466c7b20</name> <name>a97ac17d-171b-4c9a-83fa-bb5a466c7b20</name>
<view>OrganisationDuplicateEditview_view</view> <view>OrganisationDuplicateEditview_view</view>
</neonViewReference> </neonViewReference>
<neonViewReference>
<name>ade0ed85-260d-4da5-bf4c-f838cfdcc693</name>
<view>OrganisationReport_view</view>
</neonViewReference>
</references> </references>
</neonContext> </neonContext>
<?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.4" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.4">
<name>OrganisationReport_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<boxLayout>
<name>layout</name>
</boxLayout>
</layout>
<children>
<reportViewTemplate>
<name>Report</name>
<reportData>ORGANISATION_REPORT_DATA</reportData>
<entityField>#ENTITY</entityField>
</reportViewTemplate>
</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