eduardo.dicarde 2017-03-31 19:26:22 +00:00
parent 7e0430ce67
commit 594869ebe9
2 changed files with 3 additions and 4 deletions

View File

@ -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="2.2"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="62"/>
<property name="ireport.y" value="181"/>
<style name="textStyle" isDefault="true" fontSize="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false"/>
<style name="table">
<box>
@ -144,11 +144,10 @@ FROM (SELECT TAB1.*,
CO.ESTADO_ID,
CD.ESTADO_ID) TAB1) TAB
GROUP BY TAB.RUTA_ID, TAB.NUMRUTA, TAB.DESCRUTA, TAB.TARIFA, TAB.ASSENTOS, TAB.ROLOPERATIVO_ID,
TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
]]>
TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB]]>
</queryString>
<field name="RUTA_ID" class="java.math.BigDecimal"/>
<field name="NUMRUTA" class="java.math.BigDecimal"/>
<field name="NUMRUTA" class="java.lang.String"/>
<field name="DESCRUTA" class="java.lang.String"/>
<field name="TARIFA" class="java.math.BigDecimal"/>
<field name="ASSENTOS" class="java.math.BigDecimal"/>