fixes bug#19789
qua: dev:Valdir git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@104666 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
618b16098b
commit
78ea2fe476
Binary file not shown.
|
@ -2,7 +2,7 @@
|
|||
<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="RelatorioResumoLinhas" pageWidth="842" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" isFloatColumnFooter="true" uuid="efbc89d4-6f08-4ea5-802f-d4f48ed208e2">
|
||||
<property name="ireport.zoom" value="3.138428376721017"/>
|
||||
<property name="ireport.x" value="0"/>
|
||||
<property name="ireport.y" value="388"/>
|
||||
<property name="ireport.y" value="240"/>
|
||||
<style name="textStyle" isDefault="true" fontSize="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false"/>
|
||||
<style name="table">
|
||||
<box>
|
||||
|
@ -101,7 +101,7 @@ FROM
|
|||
(SELECT RUTA_ID,
|
||||
INDSENTIDOIDA,
|
||||
NUMRUTA,
|
||||
PREFIXO
|
||||
PREFIXO,
|
||||
FECCORRIDA,
|
||||
DESCRUTA,
|
||||
INTERESTADUAL,
|
||||
|
@ -124,6 +124,7 @@ FROM
|
|||
BL.preciopagado AS PRECIOPAGADO,
|
||||
RT.INDSENTIDOIDA,
|
||||
RT.NUMRUTA,
|
||||
RT.PREFIXO,
|
||||
CR.FECCORRIDA,
|
||||
CONCAT(RT.DESCRUTA,
|
||||
CASE
|
||||
|
@ -198,6 +199,7 @@ FROM
|
|||
AND CR.ACTIVO = 1
|
||||
GROUP BY RT.RUTA_ID,
|
||||
RT.NUMRUTA,
|
||||
RT.PREFIXO,
|
||||
CR.FECCORRIDA,
|
||||
RT.DESCRUTA,
|
||||
GR.DESCGRUPO,
|
||||
|
@ -230,6 +232,7 @@ FROM
|
|||
)TAB
|
||||
GROUP BY TAB.RUTA_ID,
|
||||
TAB.NUMRUTA,
|
||||
TAB.PREFIXO,
|
||||
TAB.DESCRUTA,
|
||||
TAB.INTERESTADUAL,
|
||||
TAB.GRUPO_LINHA,
|
||||
|
@ -755,14 +758,14 @@ ORDER BY SUB.DESCRUTA,
|
|||
<columnHeader>
|
||||
<band height="32" splitType="Stretch">
|
||||
<staticText>
|
||||
<reportElement uuid="69af5fee-1749-41a5-bf3d-e53db355ddd2" x="0" y="16" width="15" height="14"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle">
|
||||
<reportElement uuid="69af5fee-1749-41a5-bf3d-e53db355ddd2" x="0" y="16" width="25" height="14"/>
|
||||
<textElement textAlignment="Left" verticalAlignment="Middle">
|
||||
<font size="6"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Cod.]]></text>
|
||||
<text><![CDATA[Prefixo]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement uuid="f39411fa-dfc8-4b51-a705-53b2ed781e10" mode="Transparent" x="15" y="16" width="131" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<reportElement uuid="f39411fa-dfc8-4b51-a705-53b2ed781e10" mode="Transparent" x="25" y="16" width="121" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="None" markup="none">
|
||||
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||
<paragraph lineSpacing="Single"/>
|
||||
|
@ -998,14 +1001,14 @@ ORDER BY SUB.DESCRUTA,
|
|||
<detail>
|
||||
<band height="16" splitType="Stretch">
|
||||
<textField isBlankWhenNull="true">
|
||||
<reportElement uuid="3806ad9e-a061-446b-b913-8e5154e42c17" x="0" y="0" width="15" height="9"/>
|
||||
<reportElement uuid="3806ad9e-a061-446b-b913-8e5154e42c17" x="0" y="0" width="25" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle">
|
||||
<font size="5"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{PREFIXO}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isBlankWhenNull="true">
|
||||
<reportElement uuid="9c07acec-d267-4686-b7b0-edbb1899fc95" x="15" y="0" width="141" height="16"/>
|
||||
<reportElement uuid="9c07acec-d267-4686-b7b0-edbb1899fc95" x="25" y="0" width="131" height="16"/>
|
||||
<textElement textAlignment="Center" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{DESCRUTA}]]></textFieldExpression>
|
||||
</textField>
|
||||
|
|
Loading…
Reference in New Issue