~openbias/bias-trunk/addons_minerales

« back to all changes in this revision

Viewing changes to jasper_reports/custom_reports/subpartner.jrxml

  • Committer: root
  • Date: 2012-02-16 23:12:06 UTC
  • Revision ID: root@minerales-20120216231206-xgfkdzoz7ukblpuy
se agregao los jaspers a ignore list

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="subpartner" language="groovy" pageWidth="595" pageHeight="842" columnWidth="595" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0">
 
3
        <property name="OPENERP_RELATIONS" value="[&apos;events&apos;]"/>
 
4
        <property name="ireport.zoom" value="1.0"/>
 
5
        <property name="ireport.x" value="0"/>
 
6
        <property name="ireport.y" value="0"/>
 
7
        <queryString language="xPath">
 
8
                <![CDATA[]]>
 
9
        </queryString>
 
10
        <field name="Descripcio-description" class="java.lang.String">
 
11
                <fieldDescription><![CDATA[/data/record/Esdeveniments-events/Descripcio-description]]></fieldDescription>
 
12
        </field>
 
13
        <field name="Data-date" class="java.lang.String">
 
14
                <fieldDescription><![CDATA[/data/record/Esdeveniments-events/Data-date]]></fieldDescription>
 
15
        </field>
 
16
        <background>
 
17
                <band splitType="Stretch"/>
 
18
        </background>
 
19
        <title>
 
20
                <band splitType="Stretch"/>
 
21
        </title>
 
22
        <pageHeader>
 
23
                <band height="28" splitType="Stretch">
 
24
                        <textField>
 
25
                                <reportElement x="0" y="4" width="254" height="20"/>
 
26
                                <textElement textAlignment="Center" verticalAlignment="Middle">
 
27
                                        <font size="14" isBold="true"/>
 
28
                                </textElement>
 
29
                                <textFieldExpression class="java.lang.String"><![CDATA[tr("EVENTS")]]></textFieldExpression>
 
30
                        </textField>
 
31
                        <staticText>
 
32
                                <reportElement x="286" y="4" width="100" height="20"/>
 
33
                                <textElement/>
 
34
                                <text><![CDATA[Estatico]]></text>
 
35
                        </staticText>
 
36
                </band>
 
37
        </pageHeader>
 
38
        <columnHeader>
 
39
                <band splitType="Stretch"/>
 
40
        </columnHeader>
 
41
        <detail>
 
42
                <band height="30" splitType="Stretch">
 
43
                        <textField>
 
44
                                <reportElement x="23" y="6" width="100" height="20"/>
 
45
                                <textElement/>
 
46
                                <textFieldExpression class="java.lang.String"><![CDATA[$F{Data-date}]]></textFieldExpression>
 
47
                        </textField>
 
48
                        <textField>
 
49
                                <reportElement x="168" y="6" width="352" height="20"/>
 
50
                                <textElement/>
 
51
                                <textFieldExpression class="java.lang.String"><![CDATA[$F{Descripcio-description}]]></textFieldExpression>
 
52
                        </textField>
 
53
                </band>
 
54
        </detail>
 
55
        <columnFooter>
 
56
                <band splitType="Stretch"/>
 
57
        </columnFooter>
 
58
        <pageFooter>
 
59
                <band splitType="Stretch"/>
 
60
        </pageFooter>
 
61
        <summary>
 
62
                <band splitType="Stretch"/>
 
63
        </summary>
 
64
</jasperReport>