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">
|
<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.zoom" value="3.138428376721017"/>
|
||||||
<property name="ireport.x" value="0"/>
|
<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="textStyle" isDefault="true" fontSize="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false"/>
|
||||||
<style name="table">
|
<style name="table">
|
||||||
<box>
|
<box>
|
||||||
|
@ -101,7 +101,7 @@ FROM
|
||||||
(SELECT RUTA_ID,
|
(SELECT RUTA_ID,
|
||||||
INDSENTIDOIDA,
|
INDSENTIDOIDA,
|
||||||
NUMRUTA,
|
NUMRUTA,
|
||||||
PREFIXO
|
PREFIXO,
|
||||||
FECCORRIDA,
|
FECCORRIDA,
|
||||||
DESCRUTA,
|
DESCRUTA,
|
||||||
INTERESTADUAL,
|
INTERESTADUAL,
|
||||||
|
@ -124,6 +124,7 @@ FROM
|
||||||
BL.preciopagado AS PRECIOPAGADO,
|
BL.preciopagado AS PRECIOPAGADO,
|
||||||
RT.INDSENTIDOIDA,
|
RT.INDSENTIDOIDA,
|
||||||
RT.NUMRUTA,
|
RT.NUMRUTA,
|
||||||
|
RT.PREFIXO,
|
||||||
CR.FECCORRIDA,
|
CR.FECCORRIDA,
|
||||||
CONCAT(RT.DESCRUTA,
|
CONCAT(RT.DESCRUTA,
|
||||||
CASE
|
CASE
|
||||||
|
@ -198,6 +199,7 @@ FROM
|
||||||
AND CR.ACTIVO = 1
|
AND CR.ACTIVO = 1
|
||||||
GROUP BY RT.RUTA_ID,
|
GROUP BY RT.RUTA_ID,
|
||||||
RT.NUMRUTA,
|
RT.NUMRUTA,
|
||||||
|
RT.PREFIXO,
|
||||||
CR.FECCORRIDA,
|
CR.FECCORRIDA,
|
||||||
RT.DESCRUTA,
|
RT.DESCRUTA,
|
||||||
GR.DESCGRUPO,
|
GR.DESCGRUPO,
|
||||||
|
@ -230,6 +232,7 @@ FROM
|
||||||
)TAB
|
)TAB
|
||||||
GROUP BY TAB.RUTA_ID,
|
GROUP BY TAB.RUTA_ID,
|
||||||
TAB.NUMRUTA,
|
TAB.NUMRUTA,
|
||||||
|
TAB.PREFIXO,
|
||||||
TAB.DESCRUTA,
|
TAB.DESCRUTA,
|
||||||
TAB.INTERESTADUAL,
|
TAB.INTERESTADUAL,
|
||||||
TAB.GRUPO_LINHA,
|
TAB.GRUPO_LINHA,
|
||||||
|
@ -755,14 +758,14 @@ ORDER BY SUB.DESCRUTA,
|
||||||
<columnHeader>
|
<columnHeader>
|
||||||
<band height="32" splitType="Stretch">
|
<band height="32" splitType="Stretch">
|
||||||
<staticText>
|
<staticText>
|
||||||
<reportElement uuid="69af5fee-1749-41a5-bf3d-e53db355ddd2" x="0" y="16" width="15" height="14"/>
|
<reportElement uuid="69af5fee-1749-41a5-bf3d-e53db355ddd2" x="0" y="16" width="25" height="14"/>
|
||||||
<textElement textAlignment="Right" verticalAlignment="Middle">
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
||||||
<font size="6"/>
|
<font size="6"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<text><![CDATA[Cod.]]></text>
|
<text><![CDATA[Prefixo]]></text>
|
||||||
</staticText>
|
</staticText>
|
||||||
<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">
|
<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"/>
|
<font fontName="SansSerif" size="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||||
<paragraph lineSpacing="Single"/>
|
<paragraph lineSpacing="Single"/>
|
||||||
|
@ -998,14 +1001,14 @@ ORDER BY SUB.DESCRUTA,
|
||||||
<detail>
|
<detail>
|
||||||
<band height="16" splitType="Stretch">
|
<band height="16" splitType="Stretch">
|
||||||
<textField isBlankWhenNull="true">
|
<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">
|
<textElement textAlignment="Right" verticalAlignment="Middle">
|
||||||
<font size="5"/>
|
<font size="5"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$F{PREFIXO}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$F{PREFIXO}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField isBlankWhenNull="true">
|
<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"/>
|
<textElement textAlignment="Center" verticalAlignment="Middle"/>
|
||||||
<textFieldExpression><![CDATA[$F{DESCRUTA}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$F{DESCRUTA}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
|
|
Loading…
Reference in New Issue