git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@29907 d1611594-4594-4d17-8e1d-87c2c4800839
parent
717837a088
commit
0c31402426
Binary file not shown.
|
@ -115,7 +115,8 @@
|
|||
CR.FECCORRIDA || CR.CORRIDA_ID
|
||||
ELSE
|
||||
NULL
|
||||
END) VIAGENS
|
||||
END) VIAGENS,
|
||||
CS.CVECLASE CVE_CLASE_SERVICIO
|
||||
FROM RUTA RT,
|
||||
BOLETO BL,
|
||||
CORRIDA CR,
|
||||
|
@ -128,8 +129,10 @@
|
|||
PARADA PO,
|
||||
PARADA PD,
|
||||
CIUDAD CO,
|
||||
CIUDAD CD
|
||||
CIUDAD CD,
|
||||
CLASE_SERVICIO CS
|
||||
WHERE RT.RUTA_ID = CR.RUTA_ID
|
||||
AND CS.CLASESERVICIO_ID = RT.CLASESERVICIO_ID
|
||||
AND CR.FECCORRIDA = BL.FECCORRIDA
|
||||
AND CR.RUTA_ID = NVL( $P{RUTA_ID} , CR.RUTA_ID)
|
||||
AND CR.CORRIDA_ID = BL.CORRIDA_ID
|
||||
|
@ -159,7 +162,8 @@
|
|||
AND CR.FECCORRIDA BETWEEN
|
||||
$P{DATA_INICIAL} AND
|
||||
$P{DATA_FINAL}
|
||||
GROUP BY RT.RUTA_ID,
|
||||
GROUP BY CS.CVECLASE,
|
||||
RT.RUTA_ID,
|
||||
RT.NUMRUTA,
|
||||
PO.CVEPARADA||' - '||PD.CVEPARADA,
|
||||
TF.PRECIO,
|
||||
|
@ -198,6 +202,7 @@
|
|||
<field name="EQ" class="java.math.BigDecimal"/>
|
||||
<field name="PAX_KM" class="java.math.BigDecimal"/>
|
||||
<field name="IAP" class="java.math.BigDecimal"/>
|
||||
<field name="CVE_CLASE_SERVICIO" class="java.lang.String"/>
|
||||
<sortField name="INTERESTADUAL"/>
|
||||
<sortField name="GRUPO_LINHA"/>
|
||||
<sortField name="RUTA_ID"/>
|
||||
|
@ -936,6 +941,11 @@
|
|||
<reportElement uuid="215a5a7f-9389-4c1c-8022-01dc4504b996" x="653" y="8" width="145" height="1"/>
|
||||
</line>
|
||||
</elementGroup>
|
||||
<staticText>
|
||||
<reportElement uuid="cee4307f-0c9f-4da6-88cb-ed099f11661a" x="105" y="0" width="100" height="20"/>
|
||||
<textElement/>
|
||||
<text><![CDATA[CVE_CLASE_SERVICIO]]></text>
|
||||
</staticText>
|
||||
</band>
|
||||
</columnHeader>
|
||||
<detail>
|
||||
|
@ -960,11 +970,6 @@
|
|||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{ASSENTOS}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isBlankWhenNull="true">
|
||||
<reportElement uuid="0d406512-6238-45bb-a87f-0a59c8fdf499" x="100" y="0" width="15" height="9"/>
|
||||
<textElement textAlignment="Center" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{ROLOPERATIVO_ID}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isBlankWhenNull="true">
|
||||
<reportElement uuid="0e3f1f2d-a83f-4e9a-ba34-db10a68e9c6c" x="115" y="0" width="35" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
|
@ -1060,6 +1065,11 @@
|
|||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{IAP}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<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>
|
||||
</textField>
|
||||
</band>
|
||||
</detail>
|
||||
<columnFooter>
|
||||
|
|
Loading…
Reference in New Issue