wilian 2016-04-04 13:58:08 +00:00
parent c4cad8ef6c
commit 61e7ebd93e
19 changed files with 686 additions and 547 deletions

View File

@ -13,7 +13,7 @@ import net.sf.jasperreports.engine.data.JRBeanCollectionDataSource;
public class RelatorioCalculoComissao extends Relatorio {
@SuppressWarnings("unchecked")
public RelatorioCalculoComissao(Map<String, Object> parametros, Connection conexao) {
public RelatorioCalculoComissao(Map<String, Object> parametros, Connection conexao, String... nomeSubReporte) {
super(parametros, conexao);
List<RegistroCalculo> lsDadosRelatorio = new ArrayList<RegistroCalculo>();
@ -26,6 +26,8 @@ public class RelatorioCalculoComissao extends Relatorio {
List<RegistroCalculo> registrosCalculo = ((List<RegistroCalculo>) parametros.get("registrosCalculo"));
lsDadosRelatorio.addAll(registrosCalculo);
}
setNomeSubReporte(nomeSubReporte);
setLsDadosRelatorio(lsDadosRelatorio);
}

View File

@ -0,0 +1,20 @@
label.receitas=Receitas
label.dia=Dia
label.bpr=BPR(+)
label.gap=GAP(+)
label.impGap=Imp. Gap(-)
label.internet=Internet(-)
label.cancelados=Cancelados(-)
label.cancelGap=Cancel. GAP(-)
label.devolvidos=Devolvidos(-)
label.devGap=Dev. GAP(-)
label.excBagagem=Exc. Bagagem(+)
label.segOpcional=Seg. Opcional(+)
label.outros=Outros(+)
label.total=Total
label.comissoes=Comissões
label.entPassagem=Ent. Passagem
label.bprComissao=BPR
label.excBagagemComissao=Exc. Bagagem
label.outrosComissao=Outros
label.segOpcionalComissao=Seg. Opcional

View File

@ -0,0 +1,20 @@
label.receitas=Receitas
label.dia=Dia
label.bpr=BPR(+)
label.gap=GAP(+)
label.impGap=Imp. Gap(-)
label.internet=Internet(-)
label.cancelados=Cancelados(-)
label.cancelGap=Cancel. GAP(-)
label.devolvidos=Devolvidos(-)
label.devGap=Dev. GAP(-)
label.excBagagem=Exc. Bagagem(+)
label.segOpcional=Seg. Opcional(+)
label.outros=Outros(+)
label.total=Total
label.comissoes=Comissões
label.entPassagem=Ent. Passagem
label.bprComissao=BPR
label.excBagagemComissao=Exc. Bagagem
label.outrosComissao=Outros
label.segOpcionalComissao=Seg. Opcional

View File

@ -0,0 +1,19 @@
label.calculoComissao=Cálculo Comissão
label.periodo=Período
label.resumoCalculoComissao=Resumo - Cálculo de Comissão
label.empresa=Empresa
label.agencia=Agência
label.numeroAgencia=Número Agência
label.comissaoPagar=Comissão à Pagar
label.bpr=BPR
label.segOpcional=Seg. Opcional
label.excessoBagagem=Excesso Bagagem
label.entregaPassagem=Entrega Passagem
label.bonificacaoMetas=Bonificação/Metas
label.royaties=Royaties
label.retidoIss=Retido ISS
label.descontos=Descontos
label.outros=Outros
label.itemDesconto=Item Desconto
label.valor=Valor
label.tipoDesconto=Tipo Desconto

View File

@ -0,0 +1,19 @@
label.calculoComissao=Cálculo Comissão
label.periodo=Período
label.resumoCalculoComissao=Resumo - Cálculo de Comissão
label.empresa=Empresa
label.agencia=Agência
label.numeroAgencia=Número Agência
label.comissaoPagar=Comissão à Pagar
label.bpr=BPR
label.segOpcional=Seg. Opcional
label.excessoBagagem=Excesso Bagagem
label.entregaPassagem=Entrega Passagem
label.bonificacaoMetas=Bonificação/Metas
label.royaties=Royaties
label.retidoIss=Retido ISS
label.descontos=Descontos
label.outros=Outros
label.itemDesconto=Item Desconto
label.valor=Valor
label.tipoDesconto=Tipo Desconto

View File

@ -41,4 +41,6 @@ label.issRetido=Iss Retido
label.metasBon=Metas/Bon
label.entPas=Ent Pas
label.usuarioPagamento=Usuario Pagamento
label.usuarioLancamento=Usuario Lançamento
label.usuarioLancamento=Usuario Lançamento
label.totalLiquido=Tot. Liqui.
label.total=Total

View File

@ -41,4 +41,6 @@ label.issRetido=Iss Retido
label.metasBon=Metas/Bon
label.entPas=Ent Pas
label.usuarioPagamento=Usuario Pagamento
label.usuarioLancamento=Usuario Lançamento
label.usuarioLancamento=Usuario Lançamento
label.totalLiquido=Tot. Liqui.
label.total=Total

View File

@ -42,4 +42,6 @@ label.metasBon=Metas/Bon
label.entPas=Ent Pas
label.usuarioPagamento=Usuario Pagamento
label.usuarioLancamento=Usuario Lançamento
label.data=Data
label.data=Data
label.totalLiquido=Tot. Liqui.
label.total=Total

View File

@ -42,4 +42,6 @@ label.metasBon=Metas/Bon
label.entPas=Ent Pas
label.usuarioPagamento=Usuario Pagamento
label.usuarioLancamento=Usuario Lançamento
label.data=Data
label.data=Data
label.totalLiquido=Tot. Liqui.
label.total=Total

View File

@ -1,6 +1,6 @@
<?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="RelatorioCalculoComissao" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="a0e4c57b-f708-4388-8e29-56a2a758254d">
<property name="ireport.zoom" value="1.5"/>
<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="RelatorioCalculoComissao" pageWidth="1240" pageHeight="595" orientation="Landscape" columnWidth="1200" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="a0e4c57b-f708-4388-8e29-56a2a758254d">
<property name="ireport.zoom" value="1.0"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="0"/>
<subDataset name="dsDescontos" uuid="b7826494-a692-464e-8409-8b27d51e65f7">
@ -36,6 +36,7 @@
<defaultValueExpression><![CDATA[]]></defaultValueExpression>
</parameter>
<parameter name="exibirTotal" class="java.lang.Boolean"/>
<parameter name="SUBREPORT_RESOURCE_BUNDLE" class="java.util.ResourceBundle"/>
<field name="comissaoPagar" class="java.math.BigDecimal"/>
<field name="comissaoBPR" class="java.math.BigDecimal"/>
<field name="comissaoSegOpcional" class="java.math.BigDecimal"/>
@ -55,15 +56,15 @@
</background>
<title>
<band height="89" splitType="Stretch">
<staticText>
<reportElement x="0" y="0" width="428" height="20" uuid="e54ab765-96d2-440b-b26f-66111a4ce955"/>
<textElement verticalAlignment="Middle">
<textField>
<reportElement x="0" y="0" width="428" height="20" uuid="18c6b84c-7ac6-4dd9-a0c8-8c51ad01fd1d"/>
<textElement verticalAlignment="Middle" markup="none">
<font size="14" isBold="true"/>
</textElement>
<text><![CDATA[Cálculo de Comissão]]></text>
</staticText>
<textFieldExpression><![CDATA[$R{label.calculoComissao}]]></textFieldExpression>
</textField>
<textField pattern="dd/MM/yyyy HH:mm">
<reportElement x="428" y="0" width="374" height="20" uuid="08997b69-e04b-4909-bc46-5b12622d7d7a"/>
<reportElement x="824" y="0" width="374" height="20" uuid="08997b69-e04b-4909-bc46-5b12622d7d7a"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font isBold="true"/>
</textElement>
@ -76,20 +77,20 @@
</textElement>
<textFieldExpression><![CDATA[$P{empresa}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="0" y="40" width="74" height="23" uuid="93b8323d-42dc-4d64-8b67-8cf24a25558c"/>
<textElement verticalAlignment="Middle">
<textField>
<reportElement x="0" y="40" width="74" height="23" uuid="0716e36e-256a-4c37-822a-e15643c392ca"/>
<textElement verticalAlignment="Middle" markup="none">
<font size="11" isBold="true"/>
</textElement>
<text><![CDATA[Empresa:]]></text>
</staticText>
<staticText>
<reportElement x="0" y="63" width="74" height="23" uuid="982133a6-3b28-4680-a607-731523b29e9d"/>
<textElement verticalAlignment="Middle">
<textFieldExpression><![CDATA[$R{label.empresa}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="0" y="63" width="74" height="23" uuid="cd6e34a7-3223-4c54-91ac-d5b30b9aa6a7"/>
<textElement verticalAlignment="Middle" markup="none">
<font size="11" isBold="true"/>
</textElement>
<text><![CDATA[Agência:]]></text>
</staticText>
<textFieldExpression><![CDATA[$R{label.agencia}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="74" y="63" width="728" height="23" isPrintWhenDetailOverflows="true" uuid="3564990b-f006-4bcf-8f24-9af8311ef8b2"/>
<textFieldExpression><![CDATA[$P{puntoventa}]]></textFieldExpression>
@ -101,15 +102,15 @@
</textElement>
<textFieldExpression><![CDATA[$P{periodo}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="0" y="20" width="74" height="20" uuid="aa2db491-e467-4ad0-a87f-b905600c484b"/>
<textElement verticalAlignment="Middle">
<textField>
<reportElement x="0" y="20" width="74" height="20" uuid="7252e248-1124-4165-bcab-9e91a8ba8e6b"/>
<textElement verticalAlignment="Middle" markup="none">
<font size="11" isBold="true"/>
</textElement>
<text><![CDATA[Período:]]></text>
</staticText>
<textFieldExpression><![CDATA[$R{label.periodo}]]></textFieldExpression>
</textField>
<line>
<reportElement x="0" y="86" width="801" height="1" uuid="4b8a95e1-acc2-4f35-b2a6-835e2a171a4f"/>
<reportElement x="0" y="86" width="1200" height="1" uuid="4b8a95e1-acc2-4f35-b2a6-835e2a171a4f"/>
</line>
</band>
</title>
@ -121,20 +122,20 @@
</columnHeader>
<detail>
<band height="200" splitType="Stretch">
<staticText>
<reportElement x="0" y="0" width="428" height="20" uuid="4af88e89-5331-4b03-a1e7-a167dc55b5d6"/>
<textElement verticalAlignment="Middle">
<textField>
<reportElement x="0" y="0" width="428" height="20" uuid="c2aaf65b-ab86-4c9d-a0bd-57089637b5cb"/>
<textElement verticalAlignment="Middle" markup="none">
<font size="14" isBold="true"/>
</textElement>
<text><![CDATA[Resumo - Cálculo de Comissão]]></text>
</staticText>
<staticText>
<reportElement x="0" y="71" width="105" height="20" uuid="d3eb12fc-1493-4495-a02a-566e2c52d748"/>
<textElement textAlignment="Left" verticalAlignment="Middle">
<textFieldExpression><![CDATA[$R{label.resumoCalculoComissao}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="0" y="71" width="105" height="20" uuid="59e9464c-14c5-4220-814f-7b216001856b"/>
<textElement textAlignment="Left" verticalAlignment="Middle" markup="none">
<font size="9" isBold="true"/>
</textElement>
<text><![CDATA[Comissão à Pagar: ]]></text>
</staticText>
<textFieldExpression><![CDATA[$R{label.comissaoPagar}]]></textFieldExpression>
</textField>
<textField pattern="R$ ###0.00" isBlankWhenNull="true">
<reportElement x="105" y="71" width="100" height="20" uuid="dc999ac9-488c-469b-8b77-ef08e9ee5847"/>
<textElement verticalAlignment="Middle">
@ -149,13 +150,13 @@
</textElement>
<textFieldExpression><![CDATA[$F{comissaoBPR}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="0" y="91" width="105" height="20" uuid="e4dcb759-ce38-4adb-8a5f-2a83d4fdc333"/>
<textElement textAlignment="Left" verticalAlignment="Middle">
<textField>
<reportElement x="0" y="91" width="105" height="20" uuid="8bfb681c-0916-473a-b3ee-9af99adbfd6a"/>
<textElement textAlignment="Left" verticalAlignment="Middle" markup="none">
<font size="9" isBold="true"/>
</textElement>
<text><![CDATA[BPR: ]]></text>
</staticText>
<textFieldExpression><![CDATA[$R{label.bpr}]]></textFieldExpression>
</textField>
<textField pattern="R$ ###0.00" isBlankWhenNull="true">
<reportElement x="105" y="111" width="100" height="20" uuid="1a6cf169-e665-49a4-9794-9ff82c906b48"/>
<textElement verticalAlignment="Middle">
@ -163,20 +164,20 @@
</textElement>
<textFieldExpression><![CDATA[$F{comissaoSegOpcional}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="0" y="111" width="105" height="20" uuid="b69ddf24-5f16-4e05-917a-859395f158fc"/>
<textElement textAlignment="Left" verticalAlignment="Middle">
<textField>
<reportElement x="0" y="111" width="105" height="20" uuid="68fdf0e7-e01c-4606-98ff-16e578672517"/>
<textElement textAlignment="Left" verticalAlignment="Middle" markup="none">
<font size="9" isBold="true"/>
</textElement>
<text><![CDATA[Seg. Opcional: ]]></text>
</staticText>
<staticText>
<reportElement x="0" y="131" width="105" height="20" uuid="e98b31ad-e337-4152-a440-86969e48494a"/>
<textElement textAlignment="Left" verticalAlignment="Middle">
<textFieldExpression><![CDATA[$R{label.segOpcional}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="0" y="131" width="105" height="20" uuid="0bd8ff4b-2639-49d5-be6c-43764f38c785"/>
<textElement textAlignment="Left" verticalAlignment="Middle" markup="none">
<font size="9" isBold="true"/>
</textElement>
<text><![CDATA[Excesso Bagageml: ]]></text>
</staticText>
<textFieldExpression><![CDATA[$R{label.excessoBagagem}]]></textFieldExpression>
</textField>
<textField pattern="R$ ###0.00" isBlankWhenNull="true">
<reportElement x="105" y="131" width="100" height="20" uuid="4610e2b3-26f3-4f43-87dc-0bd241492984"/>
<textElement verticalAlignment="Middle">
@ -184,13 +185,13 @@
</textElement>
<textFieldExpression><![CDATA[$F{comissaoExcessoBagagem}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="303" y="71" width="105" height="20" uuid="91ed9646-bce3-4c74-890b-bdd1ec4dd0e1"/>
<textElement textAlignment="Left" verticalAlignment="Middle">
<textField>
<reportElement x="303" y="71" width="105" height="20" uuid="50699163-a783-4aad-8f87-c691a9920241"/>
<textElement textAlignment="Left" verticalAlignment="Middle" markup="none">
<font size="9" isBold="true"/>
</textElement>
<text><![CDATA[Entrega de Passagem: ]]></text>
</staticText>
<textFieldExpression><![CDATA[$R{label.entregaPassagem}]]></textFieldExpression>
</textField>
<textField pattern="R$ ###0.00" isBlankWhenNull="true">
<reportElement x="408" y="71" width="100" height="20" uuid="4ec64fe7-a252-40d7-bca1-cb836b3edf1d"/>
<textElement verticalAlignment="Middle">
@ -198,13 +199,13 @@
</textElement>
<textFieldExpression><![CDATA[$F{comissaoEntregaPassagem}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="303" y="91" width="105" height="20" uuid="18966a56-52e7-458b-8ab7-e358df043f6a"/>
<textElement textAlignment="Left" verticalAlignment="Middle">
<textField>
<reportElement x="303" y="91" width="105" height="20" uuid="8f4dc9d1-2afd-4171-acb5-196e4472d156"/>
<textElement textAlignment="Left" verticalAlignment="Middle" markup="none">
<font size="9" isBold="true"/>
</textElement>
<text><![CDATA[Bonifição/Metas: ]]></text>
</staticText>
<textFieldExpression><![CDATA[$R{label.bonificacaoMetas}]]></textFieldExpression>
</textField>
<textField pattern="R$ ###0.00" isBlankWhenNull="true">
<reportElement x="408" y="91" width="100" height="20" uuid="5276e803-b98f-4d01-b9b7-b131c7b8b72b"/>
<textElement verticalAlignment="Middle">
@ -219,20 +220,20 @@
</textElement>
<textFieldExpression><![CDATA[$F{royaties}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="303" y="111" width="105" height="20" uuid="c845113a-04c9-4c3d-a366-d8889feb5b66"/>
<textElement textAlignment="Left" verticalAlignment="Middle">
<textField>
<reportElement x="303" y="111" width="105" height="20" uuid="b0444473-c979-44d6-8033-c96c2a69f252"/>
<textElement textAlignment="Left" verticalAlignment="Middle" markup="none">
<font size="9" isBold="true"/>
</textElement>
<text><![CDATA[Royaties: ]]></text>
</staticText>
<staticText>
<reportElement x="303" y="131" width="105" height="20" uuid="f7176a0c-71a8-42f1-a1df-7bf4d712f77f"/>
<textElement textAlignment="Left" verticalAlignment="Middle">
<textFieldExpression><![CDATA[$R{label.royaties}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="303" y="131" width="105" height="20" uuid="4fefe41a-7429-45a5-8f83-176de705ce87"/>
<textElement textAlignment="Left" verticalAlignment="Middle" markup="none">
<font size="9" isBold="true"/>
</textElement>
<text><![CDATA[Retido ISS: ]]></text>
</staticText>
<textFieldExpression><![CDATA[$R{label.retidoIss}]]></textFieldExpression>
</textField>
<textField pattern="R$ ###0.00" isBlankWhenNull="true">
<reportElement x="408" y="131" width="100" height="20" uuid="c5e20c9d-f24a-447b-a0a3-3ae369a8ecaf"/>
<textElement verticalAlignment="Middle">
@ -240,13 +241,13 @@
</textElement>
<textFieldExpression><![CDATA[$F{retidoISS}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="597" y="71" width="105" height="20" uuid="c984ded8-d03a-4268-9269-b4324b4512b7"/>
<textElement textAlignment="Left" verticalAlignment="Middle">
<textField>
<reportElement x="597" y="71" width="105" height="20" uuid="c2769ae8-a420-414b-a443-d1d4ff1c5f62"/>
<textElement textAlignment="Left" verticalAlignment="Middle" markup="none">
<font size="9" isBold="true"/>
</textElement>
<text><![CDATA[Descontos: ]]></text>
</staticText>
<textFieldExpression><![CDATA[$R{label.descontos}]]></textFieldExpression>
</textField>
<textField pattern="R$ ###0.00" isBlankWhenNull="true">
<reportElement x="702" y="71" width="100" height="20" uuid="1124e332-a4b5-4cc4-afb1-1dca512b561b"/>
<textElement verticalAlignment="Middle">
@ -255,10 +256,13 @@
<textFieldExpression><![CDATA[$F{descontos}]]></textFieldExpression>
</textField>
<line>
<reportElement x="0" y="20" width="801" height="1" uuid="825a1d3d-ff5b-4ddb-ad07-51fa7e7a6d51"/>
<reportElement x="0" y="20" width="1200" height="1" uuid="825a1d3d-ff5b-4ddb-ad07-51fa7e7a6d51"/>
</line>
<subreport isUsingCache="true">
<reportElement x="0" y="155" width="802" height="42" uuid="4a6bdca5-1ca5-4ee2-bd92-9c8eb2080bf7"/>
<reportElement x="0" y="155" width="1200" height="42" uuid="4a6bdca5-1ca5-4ee2-bd92-9c8eb2080bf7"/>
<subreportParameter name="REPORT_RESOURCE_BUNDLE">
<subreportParameterExpression><![CDATA[$P{SUBREPORT_RESOURCE_BUNDLE}]]></subreportParameterExpression>
</subreportParameter>
<subreportParameter name="exibirTotal">
<subreportParameterExpression><![CDATA[$P{exibirTotal}]]></subreportParameterExpression>
</subreportParameter>
@ -272,13 +276,13 @@
</textElement>
<textFieldExpression><![CDATA[$F{comissaoOutros}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="597" y="91" width="105" height="20" uuid="3fc53b95-9074-4564-81d3-8781fd2b8708"/>
<textElement textAlignment="Left" verticalAlignment="Middle">
<textField>
<reportElement x="597" y="91" width="105" height="20" uuid="74fec3e2-0c2a-4048-a83f-b5478da3f4d9"/>
<textElement textAlignment="Left" verticalAlignment="Middle" markup="none">
<font size="9" isBold="true"/>
</textElement>
<text><![CDATA[Outros: ]]></text>
</staticText>
<textFieldExpression><![CDATA[$R{label.outros}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
<reportElement x="106" y="46" width="694" height="20" uuid="4d92ffcf-e20a-4b3c-8aad-996b7cce4b6a"/>
<textElement verticalAlignment="Middle">
@ -286,13 +290,13 @@
</textElement>
<textFieldExpression><![CDATA[$F{nombpuntoventa}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="1" y="46" width="105" height="20" uuid="ced34758-8345-412d-a731-6c6841effe48"/>
<textElement textAlignment="Left" verticalAlignment="Middle">
<textField>
<reportElement x="1" y="46" width="105" height="20" uuid="0716cf78-e4b1-49ed-ac4e-3b8b5e2223a0"/>
<textElement textAlignment="Left" verticalAlignment="Middle" markup="none">
<font size="9" isBold="true"/>
</textElement>
<text><![CDATA[Agência:]]></text>
</staticText>
<textFieldExpression><![CDATA[$R{label.agencia}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
<reportElement x="107" y="26" width="694" height="20" uuid="78013a11-c0ca-4225-97ca-6c0fb9ce0d38"/>
<textElement verticalAlignment="Middle">
@ -300,43 +304,43 @@
</textElement>
<textFieldExpression><![CDATA[$F{numPuntoVenta}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="2" y="26" width="105" height="20" uuid="dc9003f9-e309-4124-9a34-6c96e0a2b191"/>
<textElement textAlignment="Left" verticalAlignment="Middle">
<textField>
<reportElement x="2" y="26" width="105" height="20" uuid="2b93adb6-77f8-40c4-9068-d135d4d68762"/>
<textElement textAlignment="Left" verticalAlignment="Middle" markup="none">
<font size="9" isBold="true"/>
</textElement>
<text><![CDATA[Número Agência:]]></text>
</staticText>
<textFieldExpression><![CDATA[$R{label.numeroAgencia}]]></textFieldExpression>
</textField>
</band>
<band height="68">
<staticText>
<reportElement x="0" y="0" width="376" height="23" uuid="0409d8d0-0263-4444-8c78-9db4566acdd3"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<textField>
<reportElement x="0" y="0" width="376" height="23" uuid="267b8506-3e28-4dc0-8456-602e1730ef8e"/>
<textElement textAlignment="Center" verticalAlignment="Middle" markup="none">
<font size="11" isBold="true"/>
</textElement>
<text><![CDATA[Descontos]]></text>
</staticText>
<staticText>
<reportElement x="184" y="23" width="48" height="20" uuid="0a499b0f-3825-4f62-a9e9-d25436b47c83"/>
<textElement textAlignment="Left" verticalAlignment="Top">
<textFieldExpression><![CDATA[$R{label.descontos}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="184" y="23" width="48" height="20" uuid="b0272605-6527-44ce-9d1b-404ac0f4255e"/>
<textElement textAlignment="Left" verticalAlignment="Top" markup="none">
<font size="8" isBold="true"/>
</textElement>
<text><![CDATA[Valor]]></text>
</staticText>
<staticText>
<reportElement x="232" y="23" width="144" height="20" uuid="14aa7b72-f775-45c1-81b3-a66c3c04f13a"/>
<textElement textAlignment="Left" verticalAlignment="Top">
<textFieldExpression><![CDATA[$R{label.valor}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="232" y="23" width="144" height="20" uuid="5e2a6025-c0b4-4724-875e-22244a86ed8c"/>
<textElement textAlignment="Left" verticalAlignment="Top" markup="none">
<font size="8" isBold="true"/>
</textElement>
<text><![CDATA[Tipo de Desconto]]></text>
</staticText>
<staticText>
<reportElement x="0" y="23" width="184" height="20" uuid="5666876c-9df7-49e9-b8dd-4cde87a600ee"/>
<textElement textAlignment="Left" verticalAlignment="Top">
<textFieldExpression><![CDATA[$R{label.tipoDesconto}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="0" y="23" width="184" height="20" uuid="7a8191b9-3506-49ef-9491-f3a1a3716dbe"/>
<textElement textAlignment="Left" verticalAlignment="Top" markup="none">
<font size="8" isBold="true"/>
</textElement>
<text><![CDATA[Nome do Desconto]]></text>
</staticText>
<textFieldExpression><![CDATA[$R{label.itemDesconto}]]></textFieldExpression>
</textField>
<componentElement>
<reportElement x="0" y="43" width="376" height="21" uuid="b8b51a8b-5204-478f-9ea5-c598625b54ec"/>
<jr:list xmlns:jr="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd" printOrder="Vertical">
@ -369,10 +373,10 @@
</jr:list>
</componentElement>
<line>
<reportElement x="0" y="23" width="356" height="1" uuid="d5411f8d-1d12-4a8b-ba27-a821259cb294"/>
<reportElement x="0" y="23" width="375" height="1" uuid="d5411f8d-1d12-4a8b-ba27-a821259cb294"/>
</line>
<line>
<reportElement x="0" y="0" width="800" height="1" uuid="ae0104c1-3e33-454a-b0f3-2ddd0ab1ed17"/>
<reportElement x="0" y="0" width="1200" height="1" uuid="ae0104c1-3e33-454a-b0f3-2ddd0ab1ed17"/>
</line>
</band>
</detail>

View File

@ -1,7 +1,7 @@
<?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="RelatorioCalculoComissaoReceitas" pageWidth="802" pageHeight="555" orientation="Landscape" columnWidth="802" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="14814f61-8faa-49a1-919b-08e34011ed52">
<property name="ireport.zoom" value="0.75"/>
<property name="ireport.x" value="0"/>
<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="RelatorioCalculoComissaoReceitas" pageWidth="1200" pageHeight="555" orientation="Landscape" columnWidth="1200" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="14814f61-8faa-49a1-919b-08e34011ed52">
<property name="ireport.zoom" value="1.5"/>
<property name="ireport.x" value="982"/>
<property name="ireport.y" value="0"/>
<parameter name="exibirTotal" class="java.lang.Boolean"/>
<field name="data" class="java.util.Date"/>
@ -12,10 +12,6 @@
<field name="internet" class="java.math.BigDecimal"/>
<field name="cancelados" class="java.math.BigDecimal"/>
<field name="canceladosGAP" class="java.math.BigDecimal"/>
<field name="devolvidos" class="java.math.BigDecimal"/>
<field name="devolvidosGAP" class="java.math.BigDecimal"/>
<field name="devolucoesOrigem" class="java.math.BigDecimal"/>
<field name="devolucoesOrigemGAP" class="java.math.BigDecimal"/>
<field name="receitaExcessoBagagem" class="java.math.BigDecimal"/>
<field name="receitaSeguroOpcional" class="java.math.BigDecimal"/>
<field name="contImpressa" class="java.lang.Integer"/>
@ -25,6 +21,10 @@
<field name="comissaoEntregaPassagemDiaria" class="java.math.BigDecimal"/>
<field name="receitaSeguroOutros" class="java.math.BigDecimal"/>
<field name="comissaoOutrosDiaria" class="java.math.BigDecimal"/>
<field name="total" class="java.math.BigDecimal"/>
<field name="totalComissao" class="java.math.BigDecimal"/>
<field name="devolvidosRelatorio" class="java.math.BigDecimal"/>
<field name="devolvidosGAPRelatorio" class="java.math.BigDecimal"/>
<variable name="receitaComissao" class="java.math.BigDecimal" calculation="Sum">
<variableExpression><![CDATA[$F{receitaComissao}]]></variableExpression>
</variable>
@ -46,17 +46,11 @@
<variable name="canceladosGAP" class="java.math.BigDecimal" calculation="Sum">
<variableExpression><![CDATA[$F{canceladosGAP}]]></variableExpression>
</variable>
<variable name="devolvidos" class="java.math.BigDecimal" calculation="Sum">
<variableExpression><![CDATA[$F{devolvidos}]]></variableExpression>
<variable name="devolvidosRelatorio" class="java.math.BigDecimal" calculation="Sum">
<variableExpression><![CDATA[$F{devolvidosRelatorio}]]></variableExpression>
</variable>
<variable name="devolvidosGAP" class="java.math.BigDecimal" calculation="Sum">
<variableExpression><![CDATA[$F{devolvidosGAP}]]></variableExpression>
</variable>
<variable name="devolucoesOrigem" class="java.math.BigDecimal" calculation="Sum">
<variableExpression><![CDATA[$F{devolucoesOrigem}]]></variableExpression>
</variable>
<variable name="devolucoesOrigemGAP" class="java.math.BigDecimal" calculation="Sum">
<variableExpression><![CDATA[$F{devolucoesOrigemGAP}]]></variableExpression>
<variable name="devolvidosGAPRelatorio" class="java.math.BigDecimal" calculation="Sum">
<variableExpression><![CDATA[$F{devolvidosGAPRelatorio}]]></variableExpression>
</variable>
<variable name="receitaExcessoBagagem" class="java.math.BigDecimal" calculation="Sum">
<variableExpression><![CDATA[$F{receitaExcessoBagagem}]]></variableExpression>
@ -82,6 +76,12 @@
<variable name="comissaoOutrosDiaria" class="java.math.BigDecimal" calculation="Sum">
<variableExpression><![CDATA[$F{comissaoOutrosDiaria}]]></variableExpression>
</variable>
<variable name="total" class="java.math.BigDecimal" calculation="Sum">
<variableExpression><![CDATA[$F{total}]]></variableExpression>
</variable>
<variable name="totalComissao" class="java.math.BigDecimal" calculation="Sum">
<variableExpression><![CDATA[$F{totalComissao}]]></variableExpression>
</variable>
<background>
<band splitType="Stretch"/>
</background>
@ -94,176 +94,176 @@
<columnHeader>
<band height="52" splitType="Stretch">
<line>
<reportElement x="60" y="23" width="563" height="1" uuid="d075b138-c9ed-414c-af8f-b2ee7fa94c29"/>
<reportElement x="0" y="24" width="871" height="1" uuid="d075b138-c9ed-414c-af8f-b2ee7fa94c29"/>
</line>
<staticText>
<reportElement x="48" y="0" width="587" height="23" uuid="d5a518fd-0e24-49b6-9220-1da883b5c0f2"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<textField>
<reportElement x="1" y="2" width="871" height="20" uuid="fe7b5d8f-0fc2-463b-9cd0-667eb8f5bcec"/>
<textElement textAlignment="Center" verticalAlignment="Middle" markup="none">
<font size="5" isBold="true"/>
</textElement>
<text><![CDATA[Receitas]]></text>
</staticText>
<staticText>
<reportElement x="635" y="0" width="167" height="23" uuid="63d33558-5d0c-4b6e-9c4b-88c4775939d9"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<textFieldExpression><![CDATA[$R{label.receitas}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="874" y="2" width="325" height="20" uuid="ff2361c4-28ed-4c53-84b3-e093709b6f08"/>
<textElement textAlignment="Center" verticalAlignment="Middle" markup="none">
<font size="5" isBold="true"/>
</textElement>
<text><![CDATA[Comissões]]></text>
</staticText>
<line>
<reportElement x="646" y="24" width="145" height="1" uuid="fabbb637-0121-43eb-95f4-05b07ac58b37"/>
</line>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="48" y="26" width="45" height="20" isPrintWhenDetailOverflows="true" uuid="2af0741f-8c0e-482b-930c-50dca7fca91c"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["Comissão"]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="93" y="26" width="49" height="20" isPrintWhenDetailOverflows="true" uuid="8d8bffc0-f63f-48f8-89b1-64ea7bc7fdbe"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["BPR"]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="187" y="26" width="45" height="20" isPrintWhenDetailOverflows="true" uuid="e1106d40-008d-4b70-97a8-015822bf97ad"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["Imp. Gap "]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="230" y="26" width="45" height="20" isPrintWhenDetailOverflows="true" uuid="36abdbc9-a9d6-414b-83ed-8c28e85bfdec"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["Internet"]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="275" y="26" width="45" height="20" isPrintWhenDetailOverflows="true" uuid="e058dd69-ee95-4c35-9b84-c37831a7d320"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["Cancelados"]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="320" y="26" width="45" height="20" isPrintWhenDetailOverflows="true" uuid="d32969fd-0cbe-4da7-86e4-b37b06c046cf"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["Cancel. GAP"]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="365" y="26" width="35" height="20" isPrintWhenDetailOverflows="true" uuid="06e037db-c266-4e87-9007-4c9c2257fa90"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["Devolvidos"]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="400" y="26" width="35" height="20" isPrintWhenDetailOverflows="true" uuid="d1e09e96-d570-4545-8465-fc824daa4743"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["Dev. GAP"]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="435" y="26" width="32" height="20" isPrintWhenDetailOverflows="true" uuid="019d9184-6434-427c-8323-a049b127b8b2"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["Dev. Origem"]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="467" y="26" width="33" height="20" isPrintWhenDetailOverflows="true" uuid="cdac7712-6e8d-4bbb-bb59-ca752a786750"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["Dev. O. GAP"]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="500" y="26" width="45" height="20" isPrintWhenDetailOverflows="true" uuid="930db4b0-7cf9-486e-86d2-5eba6cda7cc6"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["Exc. Bagagem"]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="545" y="26" width="45" height="20" isPrintWhenDetailOverflows="true" uuid="f9954497-03dd-4ab2-a266-f2f500f9b397"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["Seg. Opcional"]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="635" y="26" width="34" height="20" isPrintWhenDetailOverflows="true" uuid="f6ba9c40-65c0-4e2d-9613-df3bd800f21b"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["BPR"]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="669" y="26" width="34" height="20" isPrintWhenDetailOverflows="true" uuid="392edb84-d3da-442c-8274-77e13c956397"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["Exc. Bagagem"]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="703" y="26" width="34" height="20" isPrintWhenDetailOverflows="true" uuid="f7ed66cb-6a85-4f60-a3f8-42afea2342f1"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["Seg Opcional"]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="737" y="26" width="34" height="20" isPrintWhenDetailOverflows="true" uuid="cc66fa67-9ffd-465e-b151-5b67509084e5"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["Ent. Passagem"]]></textFieldExpression>
<textFieldExpression><![CDATA[$R{label.comissoes}]]></textFieldExpression>
</textField>
<line>
<reportElement x="0" y="0" width="802" height="1" uuid="eb03beb3-bcf5-465c-bf5a-8c8b25caaa29"/>
<reportElement x="875" y="24" width="325" height="1" uuid="fabbb637-0121-43eb-95f4-05b07ac58b37"/>
</line>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="48" y="26" width="79" height="20" isPrintWhenDetailOverflows="true" uuid="8d8bffc0-f63f-48f8-89b1-64ea7bc7fdbe"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.bpr}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="188" y="26" width="54" height="20" isPrintWhenDetailOverflows="true" uuid="e1106d40-008d-4b70-97a8-015822bf97ad"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.impGap}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="242" y="26" width="67" height="20" isPrintWhenDetailOverflows="true" uuid="36abdbc9-a9d6-414b-83ed-8c28e85bfdec"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.internet}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="309" y="26" width="77" height="20" isPrintWhenDetailOverflows="true" uuid="e058dd69-ee95-4c35-9b84-c37831a7d320"/>
<box leftPadding="0"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.cancelados}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="386" y="26" width="84" height="20" isPrintWhenDetailOverflows="true" uuid="d32969fd-0cbe-4da7-86e4-b37b06c046cf"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.cancelGap}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="470" y="26" width="74" height="20" isPrintWhenDetailOverflows="true" uuid="06e037db-c266-4e87-9007-4c9c2257fa90"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.devolvidos}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="544" y="26" width="85" height="20" isPrintWhenDetailOverflows="true" uuid="d1e09e96-d570-4545-8465-fc824daa4743"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.devGap}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="629" y="26" width="71" height="20" isPrintWhenDetailOverflows="true" uuid="930db4b0-7cf9-486e-86d2-5eba6cda7cc6"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.excBagagem}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="700" y="26" width="62" height="20" isPrintWhenDetailOverflows="true" uuid="f9954497-03dd-4ab2-a266-f2f500f9b397"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.segOpcional}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="874" y="26" width="42" height="20" isPrintWhenDetailOverflows="true" uuid="f6ba9c40-65c0-4e2d-9613-df3bd800f21b"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.bprComissao}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="916" y="26" width="60" height="20" isPrintWhenDetailOverflows="true" uuid="392edb84-d3da-442c-8274-77e13c956397"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.excBagagemComissao}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="976" y="26" width="55" height="20" isPrintWhenDetailOverflows="true" uuid="f7ed66cb-6a85-4f60-a3f8-42afea2342f1"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.segOpcionalComissao}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="1031" y="26" width="54" height="20" isPrintWhenDetailOverflows="true" uuid="cc66fa67-9ffd-465e-b151-5b67509084e5"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.entPassagem}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="0" y="26" width="48" height="20" isPrintWhenDetailOverflows="true" uuid="5147a259-76fa-4d3e-b046-de710b8c5949"/>
<textElement textAlignment="Left" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["Dia"]]></textFieldExpression>
<textFieldExpression><![CDATA[$R{label.dia}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="127" y="26" width="61" height="20" isPrintWhenDetailOverflows="true" uuid="c314ca39-fdf0-4a3e-83a3-f7ed4c1a6512"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.gap}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="762" y="26" width="55" height="20" isPrintWhenDetailOverflows="true" uuid="063c9eea-c368-446e-900a-307cc7c03837"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.outros}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="1085" y="26" width="57" height="20" isPrintWhenDetailOverflows="true" uuid="d22c708c-cd3f-4187-8ea5-ed1c085a2377"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.outrosComissao}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="817" y="26" width="55" height="20" isPrintWhenDetailOverflows="true" uuid="70c7ce30-0aef-45ba-b9ba-16c7a3e69e30"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.total}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="1142" y="26" width="57" height="20" isPrintWhenDetailOverflows="true" uuid="e992e432-a408-4922-9b88-8cfcfc8b460e"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.total}]]></textFieldExpression>
</textField>
<line>
<reportElement positionType="Float" x="0" y="48" width="802" height="1" uuid="04335262-d749-4303-a560-776174a2c2b3"/>
<reportElement x="875" y="0" width="325" height="1" uuid="542872d9-23af-4696-b7c9-8893663fdbfa"/>
</line>
<line>
<reportElement x="0" y="0" width="871" height="1" uuid="c0f1c863-7259-4653-956e-6055f17348e9"/>
</line>
<line>
<reportElement positionType="Float" x="875" y="50" width="325" height="1" uuid="1810b0b5-b882-45e7-88b6-93575fe5812c"/>
</line>
<line>
<reportElement positionType="Float" x="0" y="50" width="871" height="1" uuid="8010e9da-31b9-4d36-8e8d-6fd22973fe58"/>
</line>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="142" y="26" width="45" height="20" isPrintWhenDetailOverflows="true" uuid="c314ca39-fdf0-4a3e-83a3-f7ed4c1a6512"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["GAP"]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="590" y="26" width="45" height="20" isPrintWhenDetailOverflows="true" uuid="063c9eea-c368-446e-900a-307cc7c03837"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["Outros"]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="771" y="26" width="31" height="23" isPrintWhenDetailOverflows="true" uuid="d22c708c-cd3f-4187-8ea5-ed1c085a2377"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="5" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["Outros"]]></textFieldExpression>
</textField>
</band>
</columnHeader>
<detail>
<band height="21" splitType="Stretch">
<textField pattern="dd/MM/yy" isBlankWhenNull="true">
<textField isStretchWithOverflow="true" pattern="dd/MM/yy" isBlankWhenNull="true">
<reportElement x="0" y="0" width="48" height="20" uuid="1229187f-f634-4d67-822d-5518788bb5e3"/>
<textElement textAlignment="Left">
<font size="5"/>
@ -271,279 +271,268 @@
<textFieldExpression><![CDATA[$F{data}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="48" y="0" width="45" height="20" uuid="775fea36-5279-4028-ae7d-0469c81a1b6b"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{receitaComissao}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="93" y="0" width="49" height="20" uuid="568dd4c0-a594-4130-96ec-94800b162c4a"/>
<reportElement x="48" y="0" width="79" height="20" uuid="568dd4c0-a594-4130-96ec-94800b162c4a"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{receitaBPR}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="187" y="0" width="45" height="20" uuid="4b1c1c55-9828-470f-89cc-23ca2e8e5a38"/>
<reportElement x="188" y="0" width="54" height="20" uuid="4b1c1c55-9828-470f-89cc-23ca2e8e5a38"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{gapImpressa}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="230" y="0" width="45" height="20" uuid="9332443b-f7b3-43b1-b0e1-556266b470a6"/>
<reportElement x="242" y="0" width="67" height="20" uuid="9332443b-f7b3-43b1-b0e1-556266b470a6"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{internet}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="275" y="0" width="45" height="20" uuid="acd80ea7-0dfd-47f7-8607-59aaf28b66e1"/>
<reportElement x="309" y="0" width="77" height="20" uuid="acd80ea7-0dfd-47f7-8607-59aaf28b66e1"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{cancelados}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="320" y="0" width="45" height="20" uuid="10445fda-9570-4957-a54e-6e4a333289a9"/>
<reportElement x="386" y="0" width="84" height="20" uuid="10445fda-9570-4957-a54e-6e4a333289a9"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{canceladosGAP}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="365" y="0" width="35" height="20" uuid="d6460e7b-1c76-478b-a849-b0ddc191f7d2"/>
<reportElement x="470" y="0" width="74" height="20" uuid="d6460e7b-1c76-478b-a849-b0ddc191f7d2"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{devolvidos}]]></textFieldExpression>
<textFieldExpression><![CDATA[$F{devolvidosRelatorio}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="400" y="0" width="35" height="20" uuid="76297f80-9e76-41da-9f8c-2ad7975eeacf"/>
<reportElement x="544" y="0" width="85" height="20" uuid="76297f80-9e76-41da-9f8c-2ad7975eeacf"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{devolvidosGAP}]]></textFieldExpression>
<textFieldExpression><![CDATA[$F{devolvidosGAPRelatorio}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="435" y="0" width="32" height="20" uuid="08e32a73-fa45-4468-bc94-cb5accbe8a08"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{devolucoesOrigem}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="467" y="0" width="33" height="20" uuid="7b874f65-44bf-409e-9fdd-5afe4830e4ee"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{devolucoesOrigemGAP}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="635" y="0" width="34" height="20" uuid="654782b1-0b9b-46cb-8a78-f90c79dc5a10"/>
<reportElement x="874" y="0" width="42" height="20" uuid="654782b1-0b9b-46cb-8a78-f90c79dc5a10"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{comissaoBPRDiaria}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="669" y="0" width="34" height="20" uuid="71ebac1d-7e6d-4302-83f9-905663a0f908"/>
<reportElement x="916" y="0" width="60" height="20" uuid="71ebac1d-7e6d-4302-83f9-905663a0f908"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{comissaoExcessoBagagemDiaria}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="737" y="0" width="34" height="20" uuid="46986d99-a2a8-41cb-bf21-693e58701c40"/>
<reportElement x="1031" y="0" width="54" height="20" uuid="46986d99-a2a8-41cb-bf21-693e58701c40"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{comissaoEntregaPassagemDiaria}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="142" y="0" width="45" height="20" uuid="db0af433-7d57-4a29-92d9-c52e6672964e"/>
<reportElement x="127" y="0" width="61" height="20" uuid="db0af433-7d57-4a29-92d9-c52e6672964e"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{receitaGAP}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="500" y="1" width="45" height="20" uuid="96f03f00-149a-410d-833f-a91d0f807b24"/>
<reportElement x="629" y="1" width="71" height="20" uuid="96f03f00-149a-410d-833f-a91d0f807b24"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{receitaExcessoBagagem}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="545" y="1" width="45" height="20" uuid="d129142a-d256-410f-b789-d83e78ee3bec"/>
<reportElement x="700" y="1" width="62" height="20" uuid="d129142a-d256-410f-b789-d83e78ee3bec"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{receitaSeguroOpcional}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="590" y="0" width="45" height="20" uuid="c1b447d4-d729-43a2-99e3-a4ba37a9c976"/>
<reportElement x="762" y="0" width="55" height="20" uuid="c1b447d4-d729-43a2-99e3-a4ba37a9c976"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{receitaSeguroOutros}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="703" y="0" width="34" height="20" uuid="8e8a0b9c-9f97-49ad-a82b-a5d2a04daab3"/>
<reportElement x="976" y="0" width="55" height="20" uuid="8e8a0b9c-9f97-49ad-a82b-a5d2a04daab3"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{comissaoSegOpcionalDiaria}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="771" y="0" width="31" height="20" uuid="7a7c3542-4485-4ae6-8280-94380592b5f8"/>
<reportElement x="1085" y="0" width="57" height="20" uuid="7a7c3542-4485-4ae6-8280-94380592b5f8"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{comissaoOutrosDiaria}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="817" y="0" width="55" height="20" uuid="497c7b80-7c73-4093-9de1-03015a1092ab"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{total}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="1142" y="0" width="57" height="20" uuid="8f8186c6-bc65-4d44-b0e1-efa260b2a7c6"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$F{totalComissao}]]></textFieldExpression>
</textField>
</band>
</detail>
<columnFooter>
<band height="24" splitType="Stretch">
<printWhenExpression><![CDATA[$P{exibirTotal} == true]]></printWhenExpression>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="48" y="1" width="45" height="20" uuid="7ff4ea1c-0160-4a1c-b703-564266f552d8"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{receitaComissao}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="703" y="1" width="34" height="20" uuid="89a0ff3f-57c5-4e43-a987-fdac3f71feb5"/>
<reportElement x="976" y="1" width="55" height="20" uuid="89a0ff3f-57c5-4e43-a987-fdac3f71feb5"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{comissaoSegOpcionalDiaria}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="320" y="1" width="45" height="20" uuid="7af6bd88-754f-49a7-a11b-19cd6f4ec35f"/>
<reportElement x="386" y="1" width="84" height="20" uuid="7af6bd88-754f-49a7-a11b-19cd6f4ec35f"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{canceladosGAP}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="187" y="1" width="45" height="20" uuid="f63e0dda-d68e-4533-b158-5a2ace486a6f"/>
<reportElement x="188" y="1" width="54" height="20" uuid="f63e0dda-d68e-4533-b158-5a2ace486a6f"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{gapImpressa}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="435" y="1" width="32" height="20" uuid="486afd0c-63d9-40c7-aace-0a6344a7facf"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{devolucoesOrigem}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="635" y="1" width="34" height="20" uuid="d035259e-4172-46c4-92ad-c3e9ee64c9e2"/>
<reportElement x="874" y="1" width="42" height="20" uuid="d035259e-4172-46c4-92ad-c3e9ee64c9e2"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{comissaoBPRDiaria}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="400" y="1" width="35" height="20" uuid="2a936baf-d8e6-4cfc-952c-9ab6454194a1"/>
<reportElement x="544" y="1" width="85" height="20" uuid="2a936baf-d8e6-4cfc-952c-9ab6454194a1"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{devolvidosGAP}]]></textFieldExpression>
<textFieldExpression><![CDATA[$F{devolvidosGAPRelatorio}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="500" y="1" width="45" height="20" uuid="d164a1cb-b629-43cc-a877-c5287e8c40f6"/>
<reportElement x="629" y="1" width="71" height="20" uuid="d164a1cb-b629-43cc-a877-c5287e8c40f6"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{receitaExcessoBagagem}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="669" y="1" width="34" height="20" uuid="7398d06c-297e-401b-9560-dff77d2588f2"/>
<reportElement x="916" y="1" width="60" height="20" uuid="7398d06c-297e-401b-9560-dff77d2588f2"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{comissaoExcessoBagagemDiaria}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="467" y="1" width="33" height="20" uuid="7947dadf-ff19-4a76-9de6-5fecced2c6e0"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{devolucoesOrigemGAP}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="230" y="1" width="45" height="20" uuid="b3fd5517-25c3-401d-9868-dca9a9aecb36"/>
<reportElement x="242" y="1" width="67" height="20" uuid="b3fd5517-25c3-401d-9868-dca9a9aecb36"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{internet}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="93" y="1" width="49" height="20" uuid="fb65fbda-afbc-420a-886f-4fb5f7ae6ec1"/>
<reportElement x="48" y="1" width="79" height="20" uuid="fb65fbda-afbc-420a-886f-4fb5f7ae6ec1"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{receitaBPR}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="545" y="1" width="45" height="20" uuid="5879065f-0754-47b6-ba04-6d161259965c"/>
<reportElement x="700" y="1" width="62" height="20" uuid="5879065f-0754-47b6-ba04-6d161259965c"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{receitaSeguroOpcional}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="737" y="1" width="34" height="20" uuid="fb553f54-3f38-45c4-a36c-e1a5f6b7a9fb"/>
<reportElement x="1031" y="1" width="54" height="20" uuid="fb553f54-3f38-45c4-a36c-e1a5f6b7a9fb"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{comissaoEntregaPassagemDiaria}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="275" y="1" width="45" height="20" uuid="f149adfb-26c6-4119-a3a9-745fa28b3f92"/>
<reportElement x="309" y="1" width="77" height="20" uuid="f149adfb-26c6-4119-a3a9-745fa28b3f92"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{cancelados}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="365" y="1" width="35" height="20" uuid="1c5dc537-64ed-43f4-b886-603ccde2d801"/>
<reportElement x="470" y="1" width="74" height="20" uuid="1c5dc537-64ed-43f4-b886-603ccde2d801"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{devolvidos}]]></textFieldExpression>
<textFieldExpression><![CDATA[$F{devolvidosRelatorio}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="142" y="1" width="45" height="20" uuid="00700cc7-c303-483e-ad71-e5c9e7203c4e"/>
<reportElement x="127" y="1" width="61" height="20" uuid="00700cc7-c303-483e-ad71-e5c9e7203c4e"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{receitaGAP}]]></textFieldExpression>
</textField>
<line>
<reportElement x="0" y="0" width="803" height="1" uuid="f529ce01-43e3-4768-bd9d-d8dab2e60f2a"/>
</line>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="590" y="1" width="45" height="20" uuid="5f10c6de-2bce-4a26-98a9-2374b2699a60"/>
<reportElement x="762" y="1" width="55" height="20" uuid="5f10c6de-2bce-4a26-98a9-2374b2699a60"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{receitaSeguroOutros}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="771" y="1" width="31" height="20" uuid="00301197-2411-4767-b6be-f7dcc4111a2c"/>
<reportElement x="1085" y="1" width="57" height="20" uuid="00301197-2411-4767-b6be-f7dcc4111a2c"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{comissaoOutrosDiaria}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="817" y="1" width="55" height="20" uuid="b03e00fb-a3cd-47cd-a096-b8bba24be896"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{total}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="1142" y="1" width="57" height="20" uuid="2ef85c8c-503d-495a-ada1-175ee0f3554c"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="5"/>
</textElement>
<textFieldExpression><![CDATA[$V{totalComissao}]]></textFieldExpression>
</textField>
<line>
<reportElement x="875" y="0" width="325" height="1" uuid="64dc33d0-a705-4a72-81bb-53c707e335d0"/>
</line>
<line>
<reportElement x="0" y="0" width="871" height="1" uuid="db9e30ff-306a-413c-9007-7ffc77b90663"/>
</line>
</band>
</columnFooter>
<pageFooter>

View File

@ -1,6 +1,6 @@
<?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="RelatorioHistoricoComissao" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="1d365136-23ec-4fe0-9a67-69b976f55a04">
<property name="ireport.zoom" value="0.75"/>
<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="RelatorioHistoricoComissao" pageWidth="1000" pageHeight="595" orientation="Landscape" columnWidth="960" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="1d365136-23ec-4fe0-9a67-69b976f55a04">
<property name="ireport.zoom" value="1.5"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="0"/>
<parameter name="periodoInicial" class="java.util.Date"/>
@ -23,6 +23,7 @@
<field name="usuarioPagamento" class="java.lang.String"/>
<field name="usuarioLancamento" class="java.lang.String"/>
<field name="descontosFixos" class="java.math.BigDecimal"/>
<field name="totalLiquido" class="java.math.BigDecimal"/>
<variable name="comissaoBpr" class="java.math.BigDecimal" calculation="Sum">
<variableExpression><![CDATA[$F{comissaoBpr}]]></variableExpression>
</variable>
@ -53,6 +54,9 @@
<variable name="descontosFixos" class="java.math.BigDecimal" calculation="Sum">
<variableExpression><![CDATA[$F{descontosFixos}]]></variableExpression>
</variable>
<variable name="totalLiquido" class="java.math.BigDecimal" calculation="Sum">
<variableExpression><![CDATA[$F{totalLiquido}]]></variableExpression>
</variable>
<background>
<band splitType="Stretch"/>
</background>
@ -66,7 +70,7 @@
<textFieldExpression><![CDATA[$R{cabecalho.puntoventa}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="0" y="0" width="428" height="20" uuid="2f326d37-a2d8-43d4-ad3a-424d22fae399"/>
<reportElement x="0" y="0" width="683" height="20" uuid="2f326d37-a2d8-43d4-ad3a-424d22fae399"/>
<textElement verticalAlignment="Middle" markup="none">
<font size="14" isBold="true"/>
</textElement>
@ -106,7 +110,7 @@
<textFieldExpression><![CDATA[$P{periodoInicial}]]></textFieldExpression>
</textField>
<textField pattern="dd/MM/yyyy HH:mm">
<reportElement x="428" y="0" width="374" height="20" uuid="42848541-f8f7-4e8d-b5db-d368f48d7423"/>
<reportElement x="789" y="0" width="170" height="20" uuid="42848541-f8f7-4e8d-b5db-d368f48d7423"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font isBold="true"/>
</textElement>
@ -127,7 +131,7 @@
<text><![CDATA[até]]></text>
</staticText>
<line>
<reportElement x="0" y="86" width="802" height="1" uuid="8ea1d196-daed-4f98-a2f1-f1679b8d4840"/>
<reportElement x="0" y="86" width="958" height="1" uuid="8ea1d196-daed-4f98-a2f1-f1679b8d4840"/>
</line>
</band>
</title>
@ -135,44 +139,44 @@
<band splitType="Stretch"/>
</pageHeader>
<columnHeader>
<band height="42" splitType="Stretch">
<textField>
<reportElement x="0" y="21" width="63" height="20" uuid="6d74c969-6fc8-4b13-a853-a1e60e52234a"/>
<band height="43" splitType="Stretch">
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="0" y="21" width="63" height="20" uuid="6d74c969-6fc8-4b13-a853-a1e60e52234a"/>
<textElement verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.competencia}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="110" y="21" width="70" height="20" uuid="261d6364-5b1b-431a-a574-1f92cbb24e17"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="110" y="21" width="70" height="20" uuid="261d6364-5b1b-431a-a574-1f92cbb24e17"/>
<textElement verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.status}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="180" y="21" width="42" height="20" uuid="bdfebbb6-a0b7-4c6e-a92e-2f5c46fbbc68"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="180" y="21" width="54" height="20" uuid="bdfebbb6-a0b7-4c6e-a92e-2f5c46fbbc68"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.bpr}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="222" y="21" width="42" height="20" uuid="3ea34aef-d512-4dd6-abb8-20abcfc196d0"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="234" y="21" width="52" height="20" uuid="3ea34aef-d512-4dd6-abb8-20abcfc196d0"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.excBag}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="264" y="21" width="42" height="20" uuid="8c0dabbc-a170-46b5-9a44-e94fb7a437d3"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="286" y="21" width="55" height="20" uuid="8c0dabbc-a170-46b5-9a44-e94fb7a437d3"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.segOpc}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="306" y="21" width="42" height="20" uuid="0a8fa02b-8fb6-485e-b864-5b9b6c23fb61"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="341" y="21" width="57" height="20" uuid="0a8fa02b-8fb6-485e-b864-5b9b6c23fb61"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
@ -186,85 +190,92 @@
<text><![CDATA[]]></text>
</staticText>
<textField>
<reportElement x="183" y="0" width="549" height="21" uuid="09518b76-af4d-4a72-9db6-e4bd72e40e37"/>
<reportElement x="1" y="0" width="957" height="21" uuid="09518b76-af4d-4a72-9db6-e4bd72e40e37"/>
<textElement textAlignment="Center" verticalAlignment="Middle" markup="none">
<font size="14" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{cabecalho.comissoes}]]></textFieldExpression>
</textField>
<line>
<reportElement x="0" y="20" width="802" height="1" uuid="9683bfb6-f632-4f14-ac70-b3ab6fb7a94e"/>
<reportElement x="0" y="20" width="958" height="1" uuid="9683bfb6-f632-4f14-ac70-b3ab6fb7a94e"/>
</line>
<textField>
<reportElement x="348" y="21" width="42" height="20" uuid="b08d3f6e-51a1-45f9-8b0e-6c281f72f9ed"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="398" y="21" width="53" height="20" uuid="b08d3f6e-51a1-45f9-8b0e-6c281f72f9ed"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.descEv}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="434" y="21" width="42" height="20" uuid="5c5bc4c2-0862-4e4e-963d-01f8cfad7e61"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="509" y="21" width="54" height="20" uuid="5c5bc4c2-0862-4e4e-963d-01f8cfad7e61"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.royaties}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="476" y="21" width="42" height="20" uuid="7d594161-fc6f-42a1-9aa4-9b15dc48c83b"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="563" y="21" width="54" height="20" uuid="7d594161-fc6f-42a1-9aa4-9b15dc48c83b"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.issRetido}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="518" y="21" width="42" height="20" uuid="de4178e5-4b17-41cc-8759-641e8a16ea86"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="617" y="21" width="54" height="20" uuid="de4178e5-4b17-41cc-8759-641e8a16ea86"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.metasBon}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="560" y="21" width="42" height="20" uuid="f1f15fae-32a8-4ff6-9942-93fa16a4f804"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="671" y="21" width="56" height="20" uuid="f1f15fae-32a8-4ff6-9942-93fa16a4f804"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.entPas}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="602" y="21" width="100" height="20" uuid="aaabcded-3c83-4dfd-b54d-8d09185617b6"/>
<textElement verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.usuarioPagamento}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="702" y="21" width="100" height="20" uuid="b410445e-63ac-43b1-8880-1eed19d45eb9"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="799" y="21" width="80" height="20" uuid="aaabcded-3c83-4dfd-b54d-8d09185617b6"/>
<textElement verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.usuarioLancamento}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="879" y="21" width="80" height="20" uuid="b410445e-63ac-43b1-8880-1eed19d45eb9"/>
<textElement verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.usuarioPagamento}]]></textFieldExpression>
</textField>
<line>
<reportElement x="0" y="40" width="802" height="1" uuid="fff20ee2-ba87-4d79-9e23-fc2e8823649d"/>
<reportElement positionType="Float" x="0" y="41" width="958" height="1" uuid="fff20ee2-ba87-4d79-9e23-fc2e8823649d"/>
</line>
<textField>
<reportElement x="390" y="21" width="44" height="20" uuid="3f4e1532-054f-4005-aa18-4584373fde89"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="451" y="21" width="58" height="20" uuid="3f4e1532-054f-4005-aa18-4584373fde89"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.descFixo}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="63" y="21" width="47" height="20" uuid="f24f3618-e777-4363-a42e-06b57bc1238a"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="63" y="21" width="47" height="20" uuid="f24f3618-e777-4363-a42e-06b57bc1238a"/>
<textElement verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.data}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="727" y="21" width="72" height="20" uuid="cdae5544-b05a-4066-9284-8d461de455b8"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.totalLiquido}]]></textFieldExpression>
</textField>
</band>
</columnHeader>
<detail>
<band height="22" splitType="Stretch">
<band height="21" splitType="Stretch">
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement x="0" y="1" width="63" height="20" uuid="6d3a5c39-4c9f-4cf6-a3c2-d313bfbbe8b0"/>
<textElement verticalAlignment="Middle">
@ -273,75 +284,75 @@
<textFieldExpression><![CDATA[$F{competencia}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="180" y="1" width="42" height="20" uuid="337ef4f9-e1fb-4ca1-a095-4784d0efac1f"/>
<reportElement x="180" y="1" width="54" height="20" uuid="337ef4f9-e1fb-4ca1-a095-4784d0efac1f"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{comissaoBpr}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="222" y="1" width="42" height="20" uuid="a56c0bc5-a25f-487d-938b-181223024875"/>
<reportElement x="234" y="1" width="52" height="20" uuid="a56c0bc5-a25f-487d-938b-181223024875"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{receitaExcessobagagem}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="264" y="1" width="42" height="20" uuid="42b7da49-eb82-4c0e-b50f-8a58b2256ca4"/>
<reportElement x="286" y="1" width="55" height="20" uuid="42b7da49-eb82-4c0e-b50f-8a58b2256ca4"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{receitaSeguroopcional}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="348" y="1" width="42" height="20" uuid="29548ead-5248-4a7d-b53f-de2e4eb8d141"/>
<reportElement x="398" y="1" width="53" height="20" uuid="29548ead-5248-4a7d-b53f-de2e4eb8d141"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{descontosEventuais}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="434" y="1" width="42" height="20" uuid="5d577a35-0196-420c-973f-0ec2bff05798"/>
<reportElement x="509" y="1" width="54" height="20" uuid="5d577a35-0196-420c-973f-0ec2bff05798"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{royaties}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="476" y="1" width="42" height="20" uuid="7a74eb0f-7361-4898-b537-ff9f265baa7c"/>
<reportElement x="563" y="1" width="54" height="20" uuid="7a74eb0f-7361-4898-b537-ff9f265baa7c"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{issRetido}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="518" y="1" width="42" height="20" uuid="25d97967-fd1e-4728-adc9-3b5677fbbe70"/>
<reportElement x="617" y="1" width="54" height="20" uuid="25d97967-fd1e-4728-adc9-3b5677fbbe70"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{bonificacaoMetas}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="560" y="1" width="42" height="20" uuid="5534b90e-0314-400f-ad30-5d0e05f2d33f"/>
<reportElement x="671" y="1" width="56" height="20" uuid="5534b90e-0314-400f-ad30-5d0e05f2d33f"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{entregasPassagem}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement x="602" y="1" width="100" height="20" uuid="3e7be004-a2ce-4fff-90e5-9a97c323ae2d"/>
<textElement verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{usuarioPagamento}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement x="702" y="1" width="100" height="20" uuid="c810a54b-415e-4e38-8666-6c1871466a62"/>
<reportElement x="799" y="1" width="80" height="20" uuid="3e7be004-a2ce-4fff-90e5-9a97c323ae2d"/>
<textElement verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{usuarioLancamento}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement x="879" y="1" width="80" height="20" uuid="c810a54b-415e-4e38-8666-6c1871466a62"/>
<textElement verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{usuarioPagamento}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement x="110" y="1" width="70" height="20" uuid="83077b4f-d1dc-4dfc-9b30-3a9c31ce64fa"/>
<textElement verticalAlignment="Middle">
@ -350,109 +361,127 @@
<textFieldExpression><![CDATA[$F{pagamento}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="306" y="1" width="42" height="20" uuid="e1bcb8b2-5a18-4853-8bd1-f0c3beec1ed9"/>
<reportElement x="341" y="1" width="57" height="20" uuid="e1bcb8b2-5a18-4853-8bd1-f0c3beec1ed9"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{receitaOutros}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="390" y="1" width="44" height="20" uuid="fec07293-ee0a-4b86-80c6-b3c13cc8bfc9"/>
<reportElement x="451" y="1" width="58" height="20" uuid="fec07293-ee0a-4b86-80c6-b3c13cc8bfc9"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{descontosFixos}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="dd/MM/yyyy" isBlankWhenNull="true">
<textField isStretchWithOverflow="true" pattern="dd/MM/yy" isBlankWhenNull="true">
<reportElement x="63" y="1" width="47" height="20" uuid="a60d7032-45dd-4f10-b17e-b697342b0a62"/>
<textElement verticalAlignment="Middle">
<font size="6" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$F{dataPagamento}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="727" y="1" width="72" height="20" uuid="b7903172-8f09-4324-aef0-d6e3dfcc9226"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{totalLiquido}]]></textFieldExpression>
</textField>
</band>
</detail>
<columnFooter>
<band height="22" splitType="Immediate">
<textField pattern="#,##0.00">
<reportElement x="180" y="1" width="42" height="20" uuid="b796239a-3c05-4687-9d57-3ee3759802ef"/>
<pageFooter>
<band splitType="Stretch"/>
</pageFooter>
<summary>
<band height="22" splitType="Stretch">
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="180" y="1" width="54" height="20" uuid="b796239a-3c05-4687-9d57-3ee3759802ef"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$V{comissaoBpr}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement x="476" y="1" width="42" height="20" uuid="7b1156e6-fe58-4526-9e17-7529281a52b2"/>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="563" y="1" width="54" height="20" uuid="7b1156e6-fe58-4526-9e17-7529281a52b2"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$V{issRetido}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement x="434" y="1" width="42" height="20" uuid="30c97c38-06e1-4452-b081-9bff3b75551b"/>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="509" y="1" width="54" height="20" uuid="30c97c38-06e1-4452-b081-9bff3b75551b"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$V{royaties}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement x="264" y="1" width="42" height="20" uuid="8e88df1a-7756-4d8b-abb9-9700a600d52d"/>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="286" y="1" width="55" height="20" uuid="8e88df1a-7756-4d8b-abb9-9700a600d52d"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$V{receitaSeguroopcional}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement x="348" y="1" width="42" height="20" uuid="da9a75ad-9305-4b67-a201-9f09ce9934e0"/>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="398" y="1" width="53" height="20" uuid="da9a75ad-9305-4b67-a201-9f09ce9934e0"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$V{descontosEventuais}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement x="306" y="1" width="42" height="20" uuid="13e307a5-3f2e-4296-af63-8128b44b521f"/>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="341" y="1" width="57" height="20" uuid="13e307a5-3f2e-4296-af63-8128b44b521f"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$V{receitaOutros}]]></textFieldExpression>
</textField>
<line>
<reportElement x="0" y="0" width="802" height="1" uuid="f0f34191-7a31-4922-bd01-20ad24bcc353"/>
<reportElement x="0" y="0" width="958" height="1" uuid="f0f34191-7a31-4922-bd01-20ad24bcc353"/>
</line>
<textField pattern="#,##0.00">
<reportElement x="560" y="1" width="42" height="20" uuid="bec6a2ec-21f9-47e9-954d-42a51fdb10c1"/>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="671" y="1" width="56" height="20" uuid="bec6a2ec-21f9-47e9-954d-42a51fdb10c1"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$V{entregasPassagem}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement x="518" y="1" width="42" height="20" uuid="42279c78-c770-48e2-b1b3-e8bb25a5f8c6"/>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="617" y="1" width="54" height="20" uuid="42279c78-c770-48e2-b1b3-e8bb25a5f8c6"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$V{bonificacaoMetas}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="390" y="1" width="42" height="20" uuid="0ed46890-8c49-4e8f-8f29-d7b8756fe9c4"/>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="451" y="1" width="58" height="20" uuid="0ed46890-8c49-4e8f-8f29-d7b8756fe9c4"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$V{descontosFixos}]]></textFieldExpression>
</textField>
<textField pattern="#,##0.00">
<reportElement x="222" y="1" width="42" height="20" uuid="db740fe8-5ea9-4a64-8064-ea6b76466271"/>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="234" y="1" width="52" height="20" uuid="db740fe8-5ea9-4a64-8064-ea6b76466271"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$V{receitaExcessobagagem}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="727" y="1" width="72" height="20" uuid="1ec5215a-e879-46da-9ec9-9903d39c121a"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$V{totalLiquido}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="110" y="1" width="70" height="20" uuid="35f2cc84-f51e-4957-bf83-3a441539fb91"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.total}]]></textFieldExpression>
</textField>
</band>
</columnFooter>
<pageFooter>
<band splitType="Stretch"/>
</pageFooter>
<summary>
<band splitType="Stretch"/>
</summary>
</jasperReport>

View File

@ -1,5 +1,5 @@
<?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="RelatorioHistoricoComissaoGeral" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="1d365136-23ec-4fe0-9a67-69b976f55a04">
<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="RelatorioHistoricoComissaoGeral" pageWidth="1100" pageHeight="595" orientation="Landscape" columnWidth="1060" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="1d365136-23ec-4fe0-9a67-69b976f55a04">
<property name="ireport.zoom" value="1.5"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="0"/>
@ -25,6 +25,7 @@
<field name="descontosFixos" class="java.math.BigDecimal"/>
<field name="nombpuntoventa" class="java.lang.String"/>
<field name="numpuntoventa" class="java.lang.String"/>
<field name="totalLiquido" class="java.math.BigDecimal"/>
<variable name="comissaoBpr" class="java.math.BigDecimal" calculation="Sum">
<variableExpression><![CDATA[$F{comissaoBpr}]]></variableExpression>
</variable>
@ -55,6 +56,9 @@
<variable name="descontosFixos" class="java.math.BigDecimal" calculation="Sum">
<variableExpression><![CDATA[$F{descontosFixos}]]></variableExpression>
</variable>
<variable name="totalLiquido" class="java.math.BigDecimal" calculation="Sum">
<variableExpression><![CDATA[$F{totalLiquido}]]></variableExpression>
</variable>
<background>
<band splitType="Stretch"/>
</background>
@ -68,7 +72,7 @@
<textFieldExpression><![CDATA[$R{cabecalho.puntoventa}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="0" y="0" width="428" height="20" uuid="2f326d37-a2d8-43d4-ad3a-424d22fae399"/>
<reportElement x="0" y="0" width="613" height="20" uuid="2f326d37-a2d8-43d4-ad3a-424d22fae399"/>
<textElement verticalAlignment="Middle" markup="none">
<font size="14" isBold="true"/>
</textElement>
@ -108,7 +112,7 @@
<textFieldExpression><![CDATA[$P{periodoInicial}]]></textFieldExpression>
</textField>
<textField pattern="dd/MM/yyyy HH:mm">
<reportElement x="428" y="0" width="374" height="20" uuid="42848541-f8f7-4e8d-b5db-d368f48d7423"/>
<reportElement x="802" y="0" width="256" height="20" uuid="42848541-f8f7-4e8d-b5db-d368f48d7423"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font isBold="true"/>
</textElement>
@ -129,7 +133,7 @@
<text><![CDATA[até]]></text>
</staticText>
<line>
<reportElement x="0" y="86" width="802" height="1" uuid="8ea1d196-daed-4f98-a2f1-f1679b8d4840"/>
<reportElement x="0" y="86" width="1058" height="1" uuid="8ea1d196-daed-4f98-a2f1-f1679b8d4840"/>
</line>
</band>
</title>
@ -137,229 +141,236 @@
<band splitType="Stretch"/>
</pageHeader>
<columnHeader>
<band height="42" splitType="Stretch">
<textField>
<reportElement x="150" y="20" width="44" height="20" uuid="6d74c969-6fc8-4b13-a853-a1e60e52234a"/>
<band height="48" splitType="Stretch">
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="221" y="23" width="44" height="20" uuid="6d74c969-6fc8-4b13-a853-a1e60e52234a"/>
<textElement verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.competencia}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="194" y="20" width="56" height="20" uuid="261d6364-5b1b-431a-a574-1f92cbb24e17"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="266" y="23" width="56" height="20" uuid="261d6364-5b1b-431a-a574-1f92cbb24e17"/>
<textElement verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.status}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="250" y="20" width="42" height="20" uuid="bdfebbb6-a0b7-4c6e-a92e-2f5c46fbbc68"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="322" y="23" width="64" height="20" uuid="bdfebbb6-a0b7-4c6e-a92e-2f5c46fbbc68"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.bpr}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="292" y="20" width="42" height="20" uuid="3ea34aef-d512-4dd6-abb8-20abcfc196d0"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="386" y="23" width="50" height="20" uuid="3ea34aef-d512-4dd6-abb8-20abcfc196d0"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.excBag}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="334" y="20" width="42" height="20" uuid="8c0dabbc-a170-46b5-9a44-e94fb7a437d3"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="436" y="23" width="55" height="20" uuid="8c0dabbc-a170-46b5-9a44-e94fb7a437d3"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.segOpc}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="376" y="20" width="42" height="20" uuid="0a8fa02b-8fb6-485e-b864-5b9b6c23fb61"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="491" y="23" width="51" height="20" uuid="0a8fa02b-8fb6-485e-b864-5b9b6c23fb61"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.outros}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="250" y="-5" width="422" height="21" uuid="09518b76-af4d-4a72-9db6-e4bd72e40e37"/>
<reportElement x="1" y="1" width="1057" height="21" uuid="09518b76-af4d-4a72-9db6-e4bd72e40e37"/>
<textElement textAlignment="Center" verticalAlignment="Middle" markup="none">
<font size="14" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{cabecalho.comissoes}]]></textFieldExpression>
</textField>
<line>
<reportElement x="0" y="20" width="802" height="1" uuid="9683bfb6-f632-4f14-ac70-b3ab6fb7a94e"/>
<reportElement x="0" y="23" width="1058" height="1" uuid="9683bfb6-f632-4f14-ac70-b3ab6fb7a94e"/>
</line>
<textField>
<reportElement x="418" y="20" width="42" height="20" uuid="b08d3f6e-51a1-45f9-8b0e-6c281f72f9ed"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="542" y="23" width="54" height="20" uuid="b08d3f6e-51a1-45f9-8b0e-6c281f72f9ed"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.descEv}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="504" y="20" width="42" height="20" uuid="5c5bc4c2-0862-4e4e-963d-01f8cfad7e61"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="652" y="23" width="54" height="20" uuid="5c5bc4c2-0862-4e4e-963d-01f8cfad7e61"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.royaties}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="546" y="20" width="42" height="20" uuid="7d594161-fc6f-42a1-9aa4-9b15dc48c83b"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="706" y="23" width="53" height="20" uuid="7d594161-fc6f-42a1-9aa4-9b15dc48c83b"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.issRetido}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="588" y="20" width="42" height="20" uuid="de4178e5-4b17-41cc-8759-641e8a16ea86"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="759" y="23" width="59" height="20" uuid="de4178e5-4b17-41cc-8759-641e8a16ea86"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.metasBon}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="630" y="20" width="42" height="20" uuid="f1f15fae-32a8-4ff6-9942-93fa16a4f804"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="818" y="23" width="57" height="20" uuid="f1f15fae-32a8-4ff6-9942-93fa16a4f804"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.entPas}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="672" y="20" width="65" height="20" uuid="aaabcded-3c83-4dfd-b54d-8d09185617b6"/>
<textElement verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.usuarioPagamento}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="737" y="20" width="65" height="20" uuid="b410445e-63ac-43b1-8880-1eed19d45eb9"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="930" y="23" width="65" height="20" uuid="aaabcded-3c83-4dfd-b54d-8d09185617b6"/>
<textElement verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.usuarioLancamento}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="995" y="23" width="65" height="20" uuid="b410445e-63ac-43b1-8880-1eed19d45eb9"/>
<textElement verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.usuarioPagamento}]]></textFieldExpression>
</textField>
<line>
<reportElement x="0" y="40" width="802" height="1" uuid="fff20ee2-ba87-4d79-9e23-fc2e8823649d"/>
<reportElement positionType="Float" x="0" y="46" width="1058" height="1" uuid="fff20ee2-ba87-4d79-9e23-fc2e8823649d"/>
</line>
<textField>
<reportElement x="460" y="20" width="44" height="20" uuid="3f4e1532-054f-4005-aa18-4584373fde89"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="596" y="23" width="56" height="20" uuid="3f4e1532-054f-4005-aa18-4584373fde89"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.descFixo}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement x="1" y="20" width="65" height="20" uuid="1d899a03-3369-43c7-8b78-3da7fb3202da"/>
<reportElement stretchType="RelativeToTallestObject" x="1" y="23" width="65" height="20" uuid="1d899a03-3369-43c7-8b78-3da7fb3202da"/>
<textElement verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.numpuntoventa}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="66" y="20" width="84" height="20" uuid="198f581e-e242-496a-a6a4-1ebcb3672aa3"/>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="66" y="23" width="155" height="20" uuid="198f581e-e242-496a-a6a4-1ebcb3672aa3"/>
<textElement verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.nombpuntoventa}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="875" y="23" width="55" height="20" uuid="5bffb4cf-cc17-486c-ba04-7b595722d006"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.totalLiquido}]]></textFieldExpression>
</textField>
</band>
</columnHeader>
<detail>
<band height="22" splitType="Stretch">
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="150" y="1" width="44" height="20" uuid="6d3a5c39-4c9f-4cf6-a3c2-d313bfbbe8b0"/>
<reportElement stretchType="RelativeToTallestObject" x="221" y="1" width="44" height="20" uuid="6d3a5c39-4c9f-4cf6-a3c2-d313bfbbe8b0"/>
<textElement>
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{competencia}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="250" y="1" width="42" height="20" uuid="337ef4f9-e1fb-4ca1-a095-4784d0efac1f"/>
<reportElement stretchType="RelativeToTallestObject" x="322" y="1" width="64" height="20" uuid="337ef4f9-e1fb-4ca1-a095-4784d0efac1f"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{comissaoBpr}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="292" y="1" width="42" height="20" uuid="a56c0bc5-a25f-487d-938b-181223024875"/>
<reportElement stretchType="RelativeToTallestObject" x="386" y="1" width="50" height="20" uuid="a56c0bc5-a25f-487d-938b-181223024875"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{receitaExcessobagagem}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="334" y="1" width="42" height="20" uuid="42b7da49-eb82-4c0e-b50f-8a58b2256ca4"/>
<reportElement stretchType="RelativeToTallestObject" x="436" y="1" width="55" height="20" uuid="42b7da49-eb82-4c0e-b50f-8a58b2256ca4"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{receitaSeguroopcional}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="418" y="1" width="42" height="20" uuid="29548ead-5248-4a7d-b53f-de2e4eb8d141"/>
<reportElement stretchType="RelativeToTallestObject" x="542" y="1" width="54" height="20" uuid="29548ead-5248-4a7d-b53f-de2e4eb8d141"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{descontosEventuais}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="504" y="1" width="42" height="20" uuid="5d577a35-0196-420c-973f-0ec2bff05798"/>
<reportElement stretchType="RelativeToTallestObject" x="652" y="1" width="54" height="20" uuid="5d577a35-0196-420c-973f-0ec2bff05798"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{royaties}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="546" y="1" width="42" height="20" uuid="7a74eb0f-7361-4898-b537-ff9f265baa7c"/>
<reportElement stretchType="RelativeToTallestObject" x="706" y="1" width="53" height="20" uuid="7a74eb0f-7361-4898-b537-ff9f265baa7c"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{issRetido}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="588" y="1" width="42" height="20" uuid="25d97967-fd1e-4728-adc9-3b5677fbbe70"/>
<reportElement stretchType="RelativeToTallestObject" x="759" y="1" width="59" height="20" uuid="25d97967-fd1e-4728-adc9-3b5677fbbe70"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{bonificacaoMetas}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="630" y="1" width="42" height="20" uuid="5534b90e-0314-400f-ad30-5d0e05f2d33f"/>
<reportElement stretchType="RelativeToTallestObject" x="818" y="1" width="57" height="20" uuid="5534b90e-0314-400f-ad30-5d0e05f2d33f"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{entregasPassagem}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="672" y="1" width="65" height="20" uuid="3e7be004-a2ce-4fff-90e5-9a97c323ae2d"/>
<textElement>
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{usuarioPagamento}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="737" y="1" width="65" height="20" uuid="c810a54b-415e-4e38-8666-6c1871466a62"/>
<textElement>
<reportElement stretchType="RelativeToTallestObject" x="930" y="1" width="65" height="20" uuid="3e7be004-a2ce-4fff-90e5-9a97c323ae2d"/>
<textElement verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{usuarioLancamento}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="194" y="1" width="56" height="20" uuid="83077b4f-d1dc-4dfc-9b30-3a9c31ce64fa"/>
<reportElement stretchType="RelativeToTallestObject" x="995" y="1" width="65" height="20" uuid="c810a54b-415e-4e38-8666-6c1871466a62"/>
<textElement verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{usuarioPagamento}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="266" y="1" width="56" height="20" uuid="83077b4f-d1dc-4dfc-9b30-3a9c31ce64fa"/>
<textElement>
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{pagamento}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="376" y="1" width="42" height="20" uuid="e1bcb8b2-5a18-4853-8bd1-f0c3beec1ed9"/>
<reportElement stretchType="RelativeToTallestObject" x="491" y="1" width="51" height="20" uuid="e1bcb8b2-5a18-4853-8bd1-f0c3beec1ed9"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{receitaOutros}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="460" y="1" width="44" height="20" uuid="fec07293-ee0a-4b86-80c6-b3c13cc8bfc9"/>
<reportElement stretchType="RelativeToTallestObject" x="596" y="1" width="56" height="20" uuid="fec07293-ee0a-4b86-80c6-b3c13cc8bfc9"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
@ -373,95 +384,113 @@
<textFieldExpression><![CDATA[$F{numpuntoventa}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="66" y="1" width="84" height="20" uuid="18479de3-8f0f-4641-ad1b-ad0ea2e66281"/>
<reportElement stretchType="RelativeToTallestObject" x="66" y="1" width="155" height="20" uuid="18479de3-8f0f-4641-ad1b-ad0ea2e66281"/>
<textElement>
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{nombpuntoventa}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="875" y="1" width="55" height="20" uuid="08dfaadc-b81f-48ab-aef7-f16c3c6a04b7"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$F{totalLiquido}]]></textFieldExpression>
</textField>
</band>
</detail>
<columnFooter>
<band height="22" splitType="Immediate">
<pageFooter>
<band splitType="Stretch"/>
</pageFooter>
<summary>
<band height="22" splitType="Stretch">
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="546" y="1" width="42" height="20" uuid="7b1156e6-fe58-4526-9e17-7529281a52b2"/>
<reportElement x="706" y="1" width="53" height="20" uuid="7b1156e6-fe58-4526-9e17-7529281a52b2"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$V{issRetido}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="504" y="1" width="42" height="20" uuid="30c97c38-06e1-4452-b081-9bff3b75551b"/>
<reportElement x="652" y="1" width="54" height="20" uuid="30c97c38-06e1-4452-b081-9bff3b75551b"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$V{royaties}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="334" y="1" width="42" height="20" uuid="8e88df1a-7756-4d8b-abb9-9700a600d52d"/>
<reportElement x="436" y="1" width="55" height="20" uuid="8e88df1a-7756-4d8b-abb9-9700a600d52d"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$V{receitaSeguroopcional}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="418" y="1" width="42" height="20" uuid="da9a75ad-9305-4b67-a201-9f09ce9934e0"/>
<reportElement x="542" y="1" width="54" height="20" uuid="da9a75ad-9305-4b67-a201-9f09ce9934e0"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$V{descontosEventuais}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="250" y="1" width="42" height="20" uuid="b796239a-3c05-4687-9d57-3ee3759802ef"/>
<reportElement x="322" y="1" width="64" height="20" uuid="b796239a-3c05-4687-9d57-3ee3759802ef"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$V{comissaoBpr}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="376" y="1" width="42" height="20" uuid="13e307a5-3f2e-4296-af63-8128b44b521f"/>
<reportElement x="491" y="1" width="51" height="20" uuid="13e307a5-3f2e-4296-af63-8128b44b521f"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$V{receitaOutros}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="292" y="1" width="42" height="20" uuid="db740fe8-5ea9-4a64-8064-ea6b76466271"/>
<reportElement x="386" y="1" width="50" height="20" uuid="db740fe8-5ea9-4a64-8064-ea6b76466271"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$V{receitaExcessobagagem}]]></textFieldExpression>
</textField>
<line>
<reportElement x="0" y="0" width="802" height="1" uuid="f0f34191-7a31-4922-bd01-20ad24bcc353"/>
<reportElement positionType="Float" x="0" y="0" width="1058" height="1" uuid="f0f34191-7a31-4922-bd01-20ad24bcc353"/>
</line>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="630" y="1" width="42" height="20" uuid="bec6a2ec-21f9-47e9-954d-42a51fdb10c1"/>
<reportElement x="818" y="1" width="57" height="20" uuid="bec6a2ec-21f9-47e9-954d-42a51fdb10c1"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$V{entregasPassagem}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="588" y="1" width="42" height="20" uuid="42279c78-c770-48e2-b1b3-e8bb25a5f8c6"/>
<reportElement x="759" y="1" width="59" height="20" uuid="42279c78-c770-48e2-b1b3-e8bb25a5f8c6"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$V{bonificacaoMetas}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="460" y="1" width="44" height="20" uuid="0ed46890-8c49-4e8f-8f29-d7b8756fe9c4"/>
<reportElement x="596" y="1" width="56" height="20" uuid="0ed46890-8c49-4e8f-8f29-d7b8756fe9c4"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$V{descontosFixos}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
<reportElement x="875" y="1" width="55" height="20" uuid="bb9e2eae-425f-4a9b-8e86-e0cfa60c1026"/>
<textElement textAlignment="Right" verticalAlignment="Middle">
<font size="6"/>
</textElement>
<textFieldExpression><![CDATA[$V{totalLiquido}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="252" y="1" width="70" height="20" uuid="3c9bf670-260b-40ba-af5a-7e7956f7cee9"/>
<textElement textAlignment="Right" verticalAlignment="Middle" markup="none">
<font size="6" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{label.total}]]></textFieldExpression>
</textField>
</band>
</columnFooter>
<pageFooter>
<band splitType="Stretch"/>
</pageFooter>
<summary>
<band splitType="Stretch"/>
</summary>
</jasperReport>

View File

@ -148,13 +148,13 @@ public class BusquedaCalculoComissaoController extends MyGenericForwardComposer
parametros.put("exibirTotal", Boolean.FALSE);
}
Relatorio relatorio = new RelatorioCalculoComissao(parametros, dataSourceRead.getConnection());
Relatorio relatorio = new RelatorioCalculoComissao(parametros, dataSourceRead.getConnection(), "RelatorioCalculoComissaoReceitas");
Map<String, Relatorio> args = new HashMap<String, Relatorio>();
args.put("relatorio", relatorio);
openWindow("/component/reportView.zul",
Labels.getLabel("relatorioAcompanhamentoEquivalentesController.window.title"), args, MODAL);
Labels.getLabel("busquedaCalculoComissaoController.window.title"), args, MODAL);
}

View File

@ -91,7 +91,7 @@ public class BusquedaHistoricoComissaoController extends MyGenericForwardCompose
args.put("relatorio", relatorio);
openWindow("/component/reportView.zul",
Labels.getLabel("relatorioAcompanhamentoEquivalentesController.window.title"), args, MODAL);
Labels.getLabel("busquedaHistoricoComissaoController.window.title"), args, MODAL);
} catch (Exception e) {
log.error("", e);