Fixes Bug #0009492
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@73255 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
6f9259696d
commit
004fd3653c
Binary file not shown.
|
@ -1,7 +1,7 @@
|
|||
<?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="RelatorioVendasBilheteiro" pageWidth="842" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="b92fb063-a827-4619-8a69-5c78e3afbb8c">
|
||||
<property name="ireport.zoom" value="2.41576500000001"/>
|
||||
<property name="ireport.x" value="1043"/>
|
||||
<property name="ireport.x" value="1260"/>
|
||||
<property name="ireport.y" value="9"/>
|
||||
<property name="net.sf.jasperreports.export.xls.exclude.origin.band.2" value="pageHeader"/>
|
||||
<property name="net.sf.jasperreports.export.xls.exclude.origin.keep.first.band.2" value="columnHeader"/>
|
||||
|
@ -267,7 +267,7 @@
|
|||
<text><![CDATA[Categoria]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement uuid="73e29f93-98a9-4411-8f89-220426f2cb6d" mode="Transparent" x="538" y="0" width="25" height="24" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<reportElement uuid="73e29f93-98a9-4411-8f89-220426f2cb6d" mode="Transparent" x="538" y="0" width="36" height="24" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Left" verticalAlignment="Top" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -283,7 +283,7 @@
|
|||
<text><![CDATA[Status]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement uuid="235c8f23-9c13-48cd-ab7a-e74363424caf" x="589" y="0" width="69" height="24"/>
|
||||
<reportElement uuid="235c8f23-9c13-48cd-ab7a-e74363424caf" x="600" y="0" width="58" height="24"/>
|
||||
<textElement>
|
||||
<font size="7"/>
|
||||
</textElement>
|
||||
|
@ -330,7 +330,7 @@
|
|||
<text><![CDATA[Cod. Agência]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement uuid="cbaa75b2-d156-4324-94b5-4f633008d9ce" x="563" y="0" width="26" height="24"/>
|
||||
<reportElement uuid="cbaa75b2-d156-4324-94b5-4f633008d9ce" x="574" y="0" width="26" height="24"/>
|
||||
<textElement>
|
||||
<font size="7"/>
|
||||
</textElement>
|
||||
|
@ -406,7 +406,7 @@
|
|||
<textFieldExpression><![CDATA[$F{CATEGORIA}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="b0200cfc-1b6b-4636-9f4b-5fe5d87c2687" x="538" y="0" width="25" height="25"/>
|
||||
<reportElement uuid="b0200cfc-1b6b-4636-9f4b-5fe5d87c2687" x="538" y="0" width="36" height="25"/>
|
||||
<textElement textAlignment="Left"/>
|
||||
<textFieldExpression><![CDATA[$F{SENTIDO} == 0 ? "I" : "V"]]></textFieldExpression>
|
||||
</textField>
|
||||
|
@ -416,7 +416,7 @@
|
|||
<textFieldExpression><![CDATA[$F{STATUS_PASSAGEM}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="f5f01da5-4ea3-41ba-8b58-b1f7e8e70601" x="589" y="0" width="69" height="25"/>
|
||||
<reportElement uuid="f5f01da5-4ea3-41ba-8b58-b1f7e8e70601" x="600" y="0" width="58" height="25"/>
|
||||
<textElement textAlignment="Left"/>
|
||||
<textFieldExpression><![CDATA[$F{DESC_LINHA}]]></textFieldExpression>
|
||||
</textField>
|
||||
|
@ -446,7 +446,7 @@
|
|||
<textFieldExpression><![CDATA[$F{COD_AGENCIA}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="6095d523-240a-4ba2-bd94-73ce9f851c9a" x="563" y="0" width="26" height="25"/>
|
||||
<reportElement uuid="6095d523-240a-4ba2-bd94-73ce9f851c9a" x="574" y="0" width="26" height="25"/>
|
||||
<textElement textAlignment="Left"/>
|
||||
<textFieldExpression><![CDATA[$F{COD_LINHA}]]></textFieldExpression>
|
||||
</textField>
|
||||
|
|
Loading…
Reference in New Issue