git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@31521 d1611594-4594-4d17-8e1d-87c2c4800839
parent
c10998f968
commit
a142b163d0
Binary file not shown.
|
@ -1,8 +1,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="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="2.2"/>
|
||||
<property name="ireport.x" value="619"/>
|
||||
<property name="ireport.y" value="61"/>
|
||||
<property name="ireport.x" value="0"/>
|
||||
<property name="ireport.y" value="62"/>
|
||||
<style name="textStyle" isDefault="true" fontSize="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false"/>
|
||||
<style name="table">
|
||||
<box>
|
||||
|
@ -123,7 +123,7 @@
|
|||
ELSE
|
||||
NULL
|
||||
END) VIAGENS,
|
||||
NVL(CS.CVECLASE, '') CVE_CLASE_SERVICIO
|
||||
NVL(CS.CVECLASE, ' ') CVE_CLASE_SERVICIO
|
||||
FROM RUTA RT,
|
||||
BOLETO BL,
|
||||
CORRIDA CR,
|
||||
|
@ -1103,7 +1103,7 @@
|
|||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{IAP}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<textField isBlankWhenNull="true">
|
||||
<reportElement uuid="b240b92a-4144-4f01-a5b9-1cdc8d25382b" x="102" y="0" width="13" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{CVE_CLASE_SERVICIO}]]></textFieldExpression>
|
||||
|
|
Loading…
Reference in New Issue