fixes bug#00000
qua: dev: Gerado apenas novo Jasper para testes. git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@104388 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
cd07b509b8
commit
1bd49e0cb0
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="RelatorioAproveitamentoFinanceiro" pageWidth="873" pageHeight="842" whenNoDataType="NoDataSection" columnWidth="833" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="b92fb063-a827-4619-8a69-5c78e3afbb8c">
|
||||
<property name="ireport.zoom" value="1.3636363636363682"/>
|
||||
<property name="net.sf.jasperreports.export.xls.exclude.origin.band.1" value="pageHeader"/>
|
||||
<property name="ireport.x" value="148"/>
|
||||
<property name="ireport.x" value="0"/>
|
||||
<property name="ireport.y" value="0"/>
|
||||
<style name="textStyle" isDefault="true" fontSize="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false"/>
|
||||
<style name="table">
|
||||
|
@ -417,14 +417,14 @@
|
|||
<initialValueExpression><![CDATA[BigDecimal.ZERO]]></initialValueExpression>
|
||||
</variable>
|
||||
<variable name="finMediaLinha" class="java.math.BigDecimal" resetType="Group" resetGroup="LINHA">
|
||||
<variableExpression><![CDATA[$F{TOT_RECEITA}.divide (
|
||||
<variableExpression><![CDATA[$F{TOT_RECEITA}.intValue() > 0 ? ($F{TOT_RECEITA}.divide (
|
||||
$F{TARIFA}.multiply(
|
||||
$F{VIAGENS}.multiply(
|
||||
$F{ASSENTOS}
|
||||
)
|
||||
)
|
||||
, 2, BigDecimal.ROUND_HALF_UP )
|
||||
.multiply( new BigDecimal("100") )]]></variableExpression>
|
||||
.multiply( new BigDecimal("100") )) : new BigDecimal(0)]]></variableExpression>
|
||||
<initialValueExpression><![CDATA[BigDecimal.ZERO]]></initialValueExpression>
|
||||
</variable>
|
||||
<variable name="finMediaGeral" class="java.math.BigDecimal">
|
||||
|
|
Loading…
Reference in New Issue