fixes bug#20406
qua: dev:Valdir Alteracao para corrigir campo km extensão da linha. git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@104826 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
3fd492228f
commit
ecd1e4ef3e
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="RelatorioResumoLinhasAnalitico" pageWidth="595" pageHeight="842" whenNoDataType="NoDataSection" columnWidth="555" 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="RelatorioResumoLinhasAnalitico" pageWidth="595" pageHeight="842" whenNoDataType="NoDataSection" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" isFloatColumnFooter="true" uuid="efbc89d4-6f08-4ea5-802f-d4f48ed208e2">
|
||||||
<property name="ireport.zoom" value="2.000000000000002"/>
|
<property name="ireport.zoom" value="2.000000000000002"/>
|
||||||
<property name="ireport.x" value="0"/>
|
<property name="ireport.x" value="0"/>
|
||||||
<property name="ireport.y" value="0"/>
|
<property name="ireport.y" value="116"/>
|
||||||
<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>
|
||||||
|
@ -79,7 +79,10 @@
|
||||||
(SELECT SUM(NVL(TR.CANTKMREAL,0))
|
(SELECT SUM(NVL(TR.CANTKMREAL,0))
|
||||||
FROM RUTA_SECUENCIA RS, TRAMO TR
|
FROM RUTA_SECUENCIA RS, TRAMO TR
|
||||||
WHERE RS.RUTA_ID = RT.RUTA_ID
|
WHERE RS.RUTA_ID = RT.RUTA_ID
|
||||||
AND RS.TRAMO_ID = TR.TRAMO_ID) EXTENSAO_KM,
|
AND RS.TRAMO_ID = TR.TRAMO_ID
|
||||||
|
AND RS.ACTIVO =1
|
||||||
|
AND TR.ACTIVO =1
|
||||||
|
) EXTENSAO_KM,
|
||||||
COUNT(1) PASSAGEIROS,
|
COUNT(1) PASSAGEIROS,
|
||||||
COUNT(DISTINCT CR.FECCORRIDA || CR.CORRIDA_ID) VIAGENS
|
COUNT(DISTINCT CR.FECCORRIDA || CR.CORRIDA_ID) VIAGENS
|
||||||
FROM RUTA RT, BOLETO BL, CORRIDA CR
|
FROM RUTA RT, BOLETO BL, CORRIDA CR
|
||||||
|
|
Loading…
Reference in New Issue