~aw/openerp-vertel/6.1

« back to all changes in this revision

Viewing changes to smbind_postfix/report/domain.jrxml

  • Committer: Anders Wallenquist
  • Date: 2013-02-27 07:12:51 UTC
  • Revision ID: aw@u36jc-20130227071251-os29u6af0omfmne3
En hel del ändringar

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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="report name" pageWidth="595" pageHeight="842" columnWidth="535" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20">
 
3
        <queryString language="xPath">
 
4
                <![CDATA[/data/record]]>
 
5
        </queryString>
 
6
        <field name="IP" class="java.lang.String">
 
7
                <fieldDescription><![CDATA[IP]]></fieldDescription>
 
8
        </field>
 
9
        <field name="date_create" class="java.lang.String">
 
10
                <fieldDescription><![CDATA[date_create]]></fieldDescription>
 
11
        </field>
 
12
        <field name="name" class="java.lang.String">
 
13
                <fieldDescription><![CDATA[name]]></fieldDescription>
 
14
        </field>
 
15
        <field name="name2" class="java.lang.String">
 
16
                <fieldDescription><![CDATA[partner_id/name]]></fieldDescription>
 
17
        </field>
 
18
        <field name="name3" class="java.lang.String">
 
19
                <fieldDescription><![CDATA[registrator_id/name]]></fieldDescription>
 
20
        </field>
 
21
        <background>
 
22
                <band splitType="Stretch"/>
 
23
        </background>
 
24
        <title>
 
25
                <band height="79" splitType="Stretch">
 
26
                        <line>
 
27
                                <reportElement x="-16" y="18" width="590" height="1"/>
 
28
                        </line>
 
29
                </band>
 
30
        </title>
 
31
        <pageHeader>
 
32
                <band height="35" splitType="Stretch"/>
 
33
        </pageHeader>
 
34
        <columnHeader>
 
35
                <band height="61" splitType="Stretch"/>
 
36
        </columnHeader>
 
37
        <detail>
 
38
                <band height="125" splitType="Stretch">
 
39
                        <textField>
 
40
                                <reportElement x="100" y="0" width="137" height="20"/>
 
41
                                <textElement/>
 
42
                                <textFieldExpression class="java.lang.String"><![CDATA[$F{IP}]]></textFieldExpression>
 
43
                        </textField>
 
44
                        <textField>
 
45
                                <reportElement x="100" y="20" width="137" height="20"/>
 
46
                                <textElement/>
 
47
                                <textFieldExpression class="java.lang.String"><![CDATA[$F{date_create}]]></textFieldExpression>
 
48
                        </textField>
 
49
                        <textField>
 
50
                                <reportElement x="273" y="0" width="100" height="20"/>
 
51
                                <textElement/>
 
52
                                <textFieldExpression class="java.lang.String"><![CDATA[$F{name}]]></textFieldExpression>
 
53
                        </textField>
 
54
                        <textField>
 
55
                                <reportElement x="273" y="20" width="100" height="20"/>
 
56
                                <textElement/>
 
57
                                <textFieldExpression class="java.lang.String"><![CDATA[$F{name2}]]></textFieldExpression>
 
58
                        </textField>
 
59
                        <textField>
 
60
                                <reportElement x="445" y="0" width="100" height="20"/>
 
61
                                <textElement/>
 
62
                                <textFieldExpression class="java.lang.String"><![CDATA[$F{name3}]]></textFieldExpression>
 
63
                        </textField>
 
64
                        <staticText>
 
65
                                <reportElement x="0" y="0" width="100" height="20"/>
 
66
                                <textElement>
 
67
                                        <font size="16"/>
 
68
                                </textElement>
 
69
                                <text><![CDATA[IP:]]></text>
 
70
                        </staticText>
 
71
                        <staticText>
 
72
                                <reportElement x="0" y="20" width="100" height="20"/>
 
73
                                <textElement>
 
74
                                        <font size="12"/>
 
75
                                </textElement>
 
76
                                <text><![CDATA[date]]></text>
 
77
                        </staticText>
 
78
                </band>
 
79
        </detail>
 
80
        <columnFooter>
 
81
                <band height="45" splitType="Stretch"/>
 
82
        </columnFooter>
 
83
        <pageFooter>
 
84
                <band height="54" splitType="Stretch"/>
 
85
        </pageFooter>
 
86
        <summary>
 
87
                <band height="42" splitType="Stretch"/>
 
88
        </summary>
 
89
</jasperReport>