diff --git a/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioTrechoVendido.jasper b/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioTrechoVendido.jasper deleted file mode 100644 index f05291c7b..000000000 Binary files a/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioTrechoVendido.jasper and /dev/null differ diff --git a/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioTrechoVendido.jrxml b/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioTrechoVendido.jrxml deleted file mode 100644 index 3e2494d3d..000000000 --- a/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioTrechoVendido.jrxml +++ /dev/null @@ -1,310 +0,0 @@ - - - - - - - - - - - - - - - - 0 - THEN 1 - ELSE NULL - END) AS VENDA -FROM - CAJA c -LEFT JOIN PARADA origem -ON - ( - c.ORIGEN_ID = origem.PARADA_ID - ) -LEFT JOIN PARADA destino -ON - ( - c.DESTINO_ID = destino.PARADA_ID - ) -LEFT JOIN CORRIDA cor -ON - ( - c.CORRIDA_ID = cor.CORRIDA_ID - AND c.FECCORRIDA = cor.FECCORRIDA - ) -LEFT JOIN EMPRESA e -ON - ( - e.EMPRESA_ID = c.EMPRESAPUNTOVENTA_ID - ) -WHERE - c.FECCORRIDA BETWEEN $P{DATA_INICIO} AND $P{DATA_FINAL} -AND c.PUNTOVENTA_ID = $P{PUNTOVENTA_ID} -AND e.NOMBEMPRESA LIKE $P{NOMBEMPRESA_SEARCH} -GROUP BY - c.CORRIDA_ID, - c.FECCORRIDA, - origem.DESCPARADA, - destino.DESCPARADA, - cor.FECHORSALIDA, - e.NOMBEMPRESA -ORDER BY - origem.DESCPARADA, - destino.DESCPARADA]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <band height="1" splitType="Stretch"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -