Fixes Bug #10645 - Code review feito com o Leo e testado pelo Renato

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@79112 d1611594-4594-4d17-8e1d-87c2c4800839
master
alexandre.lima 2018-02-22 19:00:40 +00:00
parent 5d55b5e103
commit f140810d41
2 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-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"> <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="3.5431220000000034"/> <property name="ireport.zoom" value="2.662000000000002"/>
<property name="ireport.x" value="1964"/> <property name="ireport.x" value="1601"/>
<property name="ireport.y" value="240"/> <property name="ireport.y" value="152"/>
<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>
@ -443,7 +443,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<textField pattern="###0.00"> <textField pattern="###0.00">
<reportElement uuid="803a40d7-383b-4a69-98a3-fe5020830ac4" x="623" y="0" width="20" height="10"/> <reportElement uuid="803a40d7-383b-4a69-98a3-fe5020830ac4" x="623" y="0" width="20" height="10"/>
<textElement textAlignment="Right"/> <textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{RECEITA_KM_2}]]></textFieldExpression> <textFieldExpression><![CDATA[($V{RECEITA_TARIFA_INT}.doubleValue() / $V{KM_RODADO_2}.doubleValue())]]></textFieldExpression>
</textField> </textField>
<textField pattern="#,##0.00"> <textField pattern="#,##0.00">
<reportElement uuid="def9f63d-940e-468c-95b6-2b79cb58d60a" x="663" y="0" width="32" height="10"/> <reportElement uuid="def9f63d-940e-468c-95b6-2b79cb58d60a" x="663" y="0" width="32" height="10"/>
@ -570,7 +570,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<textField pattern="###0.00"> <textField pattern="###0.00">
<reportElement uuid="a5aacae3-b107-43b0-8db3-186cd6a3f619" x="623" y="3" width="20" height="10"/> <reportElement uuid="a5aacae3-b107-43b0-8db3-186cd6a3f619" x="623" y="3" width="20" height="10"/>
<textElement textAlignment="Right"/> <textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{RECEITA_KM_1}]]></textFieldExpression> <textFieldExpression><![CDATA[($V{RECEITA_TARIFA_GRP}.doubleValue() / $V{KM_RODADO_1}.doubleValue())]]></textFieldExpression>
</textField> </textField>
<textField pattern="###0.00"> <textField pattern="###0.00">
<reportElement uuid="9f5c694a-56ed-4f9d-a19f-1dc70894f76d" x="643" y="3" width="20" height="10"/> <reportElement uuid="9f5c694a-56ed-4f9d-a19f-1dc70894f76d" x="643" y="3" width="20" height="10"/>
@ -1058,7 +1058,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<textField pattern="#,##0.00" isBlankWhenNull="true"> <textField pattern="#,##0.00" isBlankWhenNull="true">
<reportElement uuid="78d6da19-c9f8-4d7c-a2a7-edda464ebe46" x="623" y="0" width="20" height="9"/> <reportElement uuid="78d6da19-c9f8-4d7c-a2a7-edda464ebe46" x="623" y="0" width="20" height="9"/>
<textElement textAlignment="Right" verticalAlignment="Middle"/> <textElement textAlignment="Right" verticalAlignment="Middle"/>
<textFieldExpression><![CDATA[$F{RECEITA_KM}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{RECEITA_TARIFA}.doubleValue() / $F{KM_RODADO}.doubleValue()]]></textFieldExpression>
</textField> </textField>
<textField pattern="#,##0.00" isBlankWhenNull="true"> <textField pattern="#,##0.00" isBlankWhenNull="true">
<reportElement uuid="8012c831-d025-4bd9-9967-a4fe6f122cd0" x="663" y="0" width="32" height="9"/> <reportElement uuid="8012c831-d025-4bd9-9967-a4fe6f122cd0" x="663" y="0" width="32" height="9"/>
@ -1167,7 +1167,7 @@ TAB.INTERESTADUAL, TAB.GRUPO_LINHA, TAB.EXTENSAO_KM, TAB.CVE_CLASE_SERVICIO) SUB
<textField pattern="###0.00"> <textField pattern="###0.00">
<reportElement uuid="06262876-8581-45b3-abcb-73c9b8996406" x="623" y="0" width="20" height="10"/> <reportElement uuid="06262876-8581-45b3-abcb-73c9b8996406" x="623" y="0" width="20" height="10"/>
<textElement textAlignment="Right"/> <textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{RECEITA_KM_3}]]></textFieldExpression> <textFieldExpression><![CDATA[($V{RECEITA_TARIFA_GERAL}.doubleValue() / $V{KM_RODADO_3}.doubleValue())]]></textFieldExpression>
</textField> </textField>
<textField pattern="#,##0.00"> <textField pattern="#,##0.00">
<reportElement uuid="30561514-bc5c-42cf-8906-89af33a0f831" x="663" y="0" width="32" height="10"/> <reportElement uuid="30561514-bc5c-42cf-8906-89af33a0f831" x="663" y="0" width="32" height="10"/>