leonardo 2015-05-20 17:38:21 +00:00
parent 5f87bef498
commit 75ea23c0fd
2 changed files with 36 additions and 40 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<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="RelatorioAgenciaFechamento" pageWidth="595" pageHeight="842" whenNoDataType="NoDataSection" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" whenResourceMissingType="Empty" uuid="94834362-0ecc-46da-b0a2-5cdee355da3e"> <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="RelatorioAgenciaFechamento" pageWidth="595" pageHeight="842" whenNoDataType="NoDataSection" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" whenResourceMissingType="Empty" uuid="94834362-0ecc-46da-b0a2-5cdee355da3e">
<property name="ireport.zoom" value="2.1961500000000007"/> <property name="ireport.zoom" value="2.1961500000000007"/>
<property name="ireport.x" value="318"/> <property name="ireport.x" value="0"/>
<property name="ireport.y" value="37"/> <property name="ireport.y" value="73"/>
<parameter name="fecInicio" class="java.lang.String"> <parameter name="fecInicio" class="java.lang.String">
<defaultValueExpression><![CDATA[]]></defaultValueExpression> <defaultValueExpression><![CDATA[]]></defaultValueExpression>
</parameter> </parameter>
@ -14,6 +14,37 @@
<field name="numpuntoventa" class="java.lang.String"/> <field name="numpuntoventa" class="java.lang.String"/>
<field name="nombpuntoventa" class="java.lang.String"/> <field name="nombpuntoventa" class="java.lang.String"/>
<field name="fecha" class="java.util.Date"/> <field name="fecha" class="java.util.Date"/>
<group name="data">
<groupExpression><![CDATA[$F{fecha}]]></groupExpression>
<groupHeader>
<band height="76">
<textField pattern="dd/MM/yyyy" isBlankWhenNull="true">
<reportElement uuid="5eac8194-63bd-43d7-8da2-8ed75f4f9219" x="0" y="23" width="103" height="17"/>
<textElement textAlignment="Left">
<font size="10" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{fecha}]]></textFieldExpression>
</textField>
<line>
<reportElement uuid="ae94e51c-f84c-405c-a9c3-d8fd0c48f03a" x="0" y="73" width="571" height="1"/>
</line>
<textField>
<reportElement uuid="c0bf8f56-20d8-47af-a650-4a6ba4442c8c" x="93" y="57" width="226" height="17"/>
<textElement textAlignment="Center" markup="none">
<font size="9"/>
</textElement>
<textFieldExpression><![CDATA[$R{header.nombpuntoventa}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="890b61c9-2195-455a-9c28-316d48ab5fea" x="0" y="57" width="93" height="17"/>
<textElement textAlignment="Right" markup="none">
<font size="9"/>
</textElement>
<textFieldExpression><![CDATA[$R{header.numpuntoventa}]]></textFieldExpression>
</textField>
</band>
</groupHeader>
</group>
<background> <background>
<band splitType="Stretch"/> <band splitType="Stretch"/>
</background> </background>
@ -61,39 +92,11 @@
<textElement textAlignment="Right"/> <textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{PAGE_NUMBER}+" de"]]></textFieldExpression> <textFieldExpression><![CDATA[$V{PAGE_NUMBER}+" de"]]></textFieldExpression>
</textField> </textField>
<line>
<reportElement uuid="83809dd0-64dc-4779-9552-440eabef278e" x="0" y="39" width="571" height="1"/>
</line>
</band> </band>
</pageHeader> </pageHeader>
<columnHeader>
<band height="25" splitType="Stretch">
<textField>
<reportElement uuid="c0bf8f56-20d8-47af-a650-4a6ba4442c8c" x="93" y="4" width="226" height="17"/>
<textElement textAlignment="Center" markup="none">
<font size="9"/>
</textElement>
<textFieldExpression><![CDATA[$R{header.nombpuntoventa}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="eb16bd4c-e5d9-423e-a089-a9b2bcbe4189" x="319" y="4" width="78" height="17"/>
<textElement textAlignment="Right" markup="none">
<font size="9"/>
</textElement>
<textFieldExpression><![CDATA[$R{header.fecha}]]></textFieldExpression>
</textField>
<textField>
<reportElement uuid="890b61c9-2195-455a-9c28-316d48ab5fea" x="0" y="4" width="93" height="17"/>
<textElement textAlignment="Right" markup="none">
<font size="9"/>
</textElement>
<textFieldExpression><![CDATA[$R{header.numpuntoventa}]]></textFieldExpression>
</textField>
<line>
<reportElement uuid="ae94e51c-f84c-405c-a9c3-d8fd0c48f03a" x="0" y="24" width="571" height="1"/>
</line>
<line>
<reportElement uuid="83809dd0-64dc-4779-9552-440eabef278e" x="0" y="0" width="571" height="1"/>
</line>
</band>
</columnHeader>
<detail> <detail>
<band height="17" splitType="Stretch"> <band height="17" splitType="Stretch">
<textField isBlankWhenNull="true"> <textField isBlankWhenNull="true">
@ -103,13 +106,6 @@
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{numpuntoventa}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{numpuntoventa}]]></textFieldExpression>
</textField> </textField>
<textField pattern="dd/MM/yyyy" isBlankWhenNull="true">
<reportElement uuid="5eac8194-63bd-43d7-8da2-8ed75f4f9219" x="319" y="0" width="78" height="17"/>
<textElement textAlignment="Right">
<font size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{fecha}]]></textFieldExpression>
</textField>
<textField> <textField>
<reportElement uuid="3f2de0d3-e1e1-4c38-abe4-539529605c34" x="103" y="0" width="216" height="17"/> <reportElement uuid="3f2de0d3-e1e1-4c38-abe4-539529605c34" x="103" y="0" width="216" height="17"/>
<textElement textAlignment="Left" markup="none"> <textElement textAlignment="Left" markup="none">