Statistics
| Branch: | Revision:

m2u-upass-admin / resource / reports / rib-user-activity-log.jrxml @ 32:a9f7f946ab09

History | View | Annotate | Download (5.53 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="rib-user-activity-log" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20">
3
	<property name="ireport.zoom" value="1.0"/>
4
	<property name="ireport.x" value="0"/>
5
	<property name="ireport.y" value="12"/>
6
	<property name="net.sf.jasperreports.export.csv.exclude.origin.keep.first.band.columnHeader" value="columnHeader"/>
7
	<property name="net.sf.jasperreports.export.csv.exclude.origin.band.pageHeader" value="pageHeader"/>
8
	<style name="table">
9
		<box>
10
			<pen lineWidth="1.0" lineColor="#000000"/>
11
		</box>
12
	</style>
13
	<style name="table_TH" mode="Opaque" backcolor="#F0F8FF">
14
		<box>
15
			<pen lineWidth="0.5" lineColor="#000000"/>
16
		</box>
17
	</style>
18
	<style name="table_CH" mode="Opaque" backcolor="#BFE1FF">
19
		<box>
20
			<pen lineWidth="0.5" lineColor="#000000"/>
21
		</box>
22
	</style>
23
	<style name="table_TD" mode="Opaque" backcolor="#FFFFFF">
24
		<box>
25
			<pen lineWidth="0.5" lineColor="#000000"/>
26
		</box>
27
	</style>
28
	<parameter name="generatedDate" class="java.util.Date"/>
29
	<parameter name="usersMap" class="java.util.Map"/>
30
	<queryString>
31
		<![CDATA[]]>
32
	</queryString>
33
	<field name="trnxId" class="java.lang.String"/>
34
	<field name="trnxType" class="java.lang.String"/>
35
	<field name="trnxDate" class="java.util.Date"/>
36
	<field name="userId" class="java.lang.Long"/>
37
	<field name="details" class="java.lang.String"/>
38
	<field name="status" class="java.lang.String"/>
39
	<field name="reference" class="java.lang.String"/>
40
	<background>
41
		<band splitType="Stretch"/>
42
	</background>
43
	<title>
44
		<band height="46" splitType="Stretch">
45
			<staticText>
46
				<reportElement x="0" y="0" width="285" height="20"/>
47
				<textElement/>
48
				<text><![CDATA[IBAM Administrators RIB User Activity Report]]></text>
49
			</staticText>
50
			<textField pattern="dd/MM/yyyy">
51
				<reportElement x="0" y="20" width="100" height="20"/>
52
				<textElement/>
53
				<textFieldExpression class="java.util.Date"><![CDATA[$P{generatedDate}]]></textFieldExpression>
54
			</textField>
55
		</band>
56
	</title>
57
	<pageHeader>
58
		<band height="35" splitType="Stretch"/>
59
	</pageHeader>
60
	<columnHeader>
61
		<band height="33" splitType="Stretch">
62
			<staticText>
63
				<reportElement x="0" y="2" width="150" height="20"/>
64
				<textElement/>
65
				<text><![CDATA[Activity ID]]></text>
66
			</staticText>
67
			<staticText>
68
				<reportElement x="150" y="2" width="100" height="20"/>
69
				<textElement/>
70
				<text><![CDATA[Transaction Type]]></text>
71
			</staticText>
72
			<staticText>
73
				<reportElement x="250" y="0" width="100" height="20"/>
74
				<textElement/>
75
				<text><![CDATA[Details]]></text>
76
			</staticText>
77
			<staticText>
78
				<reportElement x="350" y="0" width="100" height="20"/>
79
				<textElement/>
80
				<text><![CDATA[Status]]></text>
81
			</staticText>
82
			<staticText>
83
				<reportElement x="450" y="0" width="100" height="20"/>
84
				<textElement/>
85
				<text><![CDATA[Username]]></text>
86
			</staticText>
87
			<staticText>
88
				<reportElement x="550" y="0" width="140" height="20"/>
89
				<textElement/>
90
				<text><![CDATA[Transaction Date]]></text>
91
			</staticText>
92
			<staticText>
93
				<reportElement x="690" y="0" width="100" height="20"/>
94
				<textElement/>
95
				<text><![CDATA[Reference]]></text>
96
			</staticText>
97
		</band>
98
	</columnHeader>
99
	<detail>
100
		<band height="184" splitType="Stretch">
101
			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
102
				<reportElement x="0" y="0" width="150" height="35"/>
103
				<textElement/>
104
				<textFieldExpression class="java.lang.String"><![CDATA[$F{trnxId}]]></textFieldExpression>
105
			</textField>
106
			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
107
				<reportElement x="150" y="0" width="100" height="35"/>
108
				<textElement/>
109
				<textFieldExpression class="java.lang.String"><![CDATA[$F{trnxType}]]></textFieldExpression>
110
			</textField>
111
			<textField isStretchWithOverflow="true">
112
				<reportElement x="250" y="0" width="100" height="35"/>
113
				<textElement/>
114
				<textFieldExpression class="java.lang.String"><![CDATA[$F{details}]]></textFieldExpression>
115
			</textField>
116
			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
117
				<reportElement x="350" y="0" width="100" height="35"/>
118
				<textElement/>
119
				<textFieldExpression class="java.lang.String"><![CDATA[$F{status}]]></textFieldExpression>
120
			</textField>
121
			<textField isStretchWithOverflow="true">
122
				<reportElement x="450" y="0" width="100" height="35"/>
123
				<textElement/>
124
				<textFieldExpression class="java.lang.String"><![CDATA[$P{usersMap}.get($F{userId})]]></textFieldExpression>
125
			</textField>
126
			<textField isStretchWithOverflow="true" pattern="dd/MM/yyyy HH:mm:ss" isBlankWhenNull="true">
127
				<reportElement x="550" y="0" width="140" height="35"/>
128
				<textElement/>
129
				<textFieldExpression class="java.util.Date"><![CDATA[$F{trnxDate}]]></textFieldExpression>
130
			</textField>
131
			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
132
				<reportElement x="690" y="0" width="100" height="35"/>
133
				<textElement/>
134
				<textFieldExpression class="java.lang.String"><![CDATA[$F{reference}]]></textFieldExpression>
135
			</textField>
136
		</band>
137
	</detail>
138
	<columnFooter>
139
		<band height="45" splitType="Stretch"/>
140
	</columnFooter>
141
	<pageFooter>
142
		<band height="54" splitType="Stretch"/>
143
	</pageFooter>
144
	<summary>
145
		<band height="42" splitType="Stretch"/>
146
	</summary>
147
</jasperReport>