Ajustes no relatório
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@71956 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
b49ed1a7d9
commit
9f678c6463
Binary file not shown.
|
@ -1,8 +1,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="relatorioFormaPagamentoAgencia" pageWidth="842" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" isFloatColumnFooter="true" uuid="832cc8a2-6330-4063-9b36-f96514ae8283">
|
||||
<property name="ireport.zoom" value="2.593742460100019"/>
|
||||
<property name="ireport.x" value="0"/>
|
||||
<property name="ireport.y" value="71"/>
|
||||
<property name="ireport.zoom" value="1.0000000000000073"/>
|
||||
<property name="ireport.x" value="112"/>
|
||||
<property name="ireport.y" value="0"/>
|
||||
<parameter name="DATA_INICIAL" class="java.util.Date"/>
|
||||
<parameter name="DATA_FINAL" class="java.util.Date"/>
|
||||
<queryString language="SQL">
|
||||
|
@ -14,6 +14,9 @@
|
|||
<field name="NOMBEMPRESA" class="java.lang.String"/>
|
||||
<field name="DESCGRUPO" class="java.lang.String"/>
|
||||
<field name="PRECIOPAGADO" class="java.lang.Double"/>
|
||||
<variable name="TOTAL" class="java.lang.Double" calculation="Sum">
|
||||
<variableExpression><![CDATA[$F{PRECIOPAGADO}]]></variableExpression>
|
||||
</variable>
|
||||
<group name="grupoLinha">
|
||||
<groupExpression><![CDATA[$F{NOMBPUNTOVENTA}]]></groupExpression>
|
||||
<groupHeader>
|
||||
|
@ -165,6 +168,13 @@
|
|||
</textElement>
|
||||
<text><![CDATA[Total]]></text>
|
||||
</staticText>
|
||||
<textField pattern="¤ #,##0.00" isBlankWhenNull="true">
|
||||
<reportElement uuid="c2d79e24-3592-4e71-956c-fe3e794d71db" x="693" y="0" width="107" height="20"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle">
|
||||
<font isBold="true"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$V{TOTAL}]]></textFieldExpression>
|
||||
</textField>
|
||||
</band>
|
||||
</summary>
|
||||
<noData>
|
||||
|
|
Loading…
Reference in New Issue