julio 2015-10-21 18:48:04 +00:00
parent 4693294428
commit e450e18f48
2 changed files with 564 additions and 363 deletions

View File

@ -1,363 +1,564 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="RelatorioCalculoComissao" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="a0e4c57b-f708-4388-8e29-56a2a758254d"> <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.0"/> <property name="ireport.zoom" value="1.0"/>
<property name="ireport.x" value="0"/> <property name="ireport.x" value="84"/>
<property name="ireport.y" value="0"/> <property name="ireport.y" value="0"/>
<subDataset name="dsDescontos" uuid="b7826494-a692-464e-8409-8b27d51e65f7"> <subDataset name="dsDescontos" uuid="b7826494-a692-464e-8409-8b27d51e65f7">
<field name="nomeDesconto" class="java.lang.String"/> <field name="nomeDesconto" class="java.lang.String"/>
<field name="valorDesconto" class="java.math.BigDecimal"/> <field name="valorDesconto" class="java.math.BigDecimal"/>
<field name="tipoDesconto" class="java.lang.String"/> <field name="tipoDesconto" class="java.lang.String"/>
</subDataset> </subDataset>
<subDataset name="dsReceitas" uuid="8c2ed585-40f3-494c-9a1a-919a1a19ad7b"> <subDataset name="dsReceitas" uuid="8c2ed585-40f3-494c-9a1a-919a1a19ad7b">
<field name="data" class="java.util.Date"/> <field name="data" class="java.util.Date"/>
<field name="receitaComissao" class="java.math.BigDecimal"/> <field name="receitaComissao" class="java.math.BigDecimal"/>
<field name="receitaBPR" class="java.math.BigDecimal"/> <field name="receitaBPR" class="java.math.BigDecimal"/>
<field name="receitaGAP" class="java.math.BigDecimal"/> <field name="receitaGAP" class="java.math.BigDecimal"/>
<field name="gapImpressa" class="java.math.BigDecimal"/> <field name="gapImpressa" class="java.math.BigDecimal"/>
<field name="internet" class="java.math.BigDecimal"/> <field name="internet" class="java.math.BigDecimal"/>
<field name="cancelados" class="java.math.BigDecimal"/> <field name="cancelados" class="java.math.BigDecimal"/>
<field name="canceladosGAP" class="java.math.BigDecimal"/> <field name="canceladosGAP" class="java.math.BigDecimal"/>
<field name="devolvidos" class="java.math.BigDecimal"/> <field name="devolvidos" class="java.math.BigDecimal"/>
<field name="devolvidosGAP" class="java.math.BigDecimal"/> <field name="devolvidosGAP" class="java.math.BigDecimal"/>
<field name="devolucoesOrigem" class="java.math.BigDecimal"/> <field name="devolucoesOrigem" class="java.math.BigDecimal"/>
<field name="devolucoesOrigemGAP" class="java.math.BigDecimal"/> <field name="devolucoesOrigemGAP" class="java.math.BigDecimal"/>
<field name="receitaExcessoBagagem" class="java.math.BigDecimal"/> <field name="receitaExcessoBagagem" class="java.math.BigDecimal"/>
<field name="receitaSeguroOpcional" class="java.math.BigDecimal"/> <field name="receitaSeguroOpcional" class="java.math.BigDecimal"/>
<field name="contImpressa" class="java.lang.Integer"/> <field name="contImpressa" class="java.lang.Integer"/>
<field name="comissaoBPRDiaria" class="java.math.BigDecimal"/> <field name="comissaoBPRDiaria" class="java.math.BigDecimal"/>
<field name="comissaoExcessoBagagemDiaria" class="java.math.BigDecimal"/> <field name="comissaoExcessoBagagemDiaria" class="java.math.BigDecimal"/>
<field name="comissaoSegOpcionalDiaria" class="java.math.BigDecimal"/> <field name="comissaoSegOpcionalDiaria" class="java.math.BigDecimal"/>
<field name="comissaoEntregaPassagemDiaria" class="java.math.BigDecimal"/> <field name="comissaoEntregaPassagemDiaria" class="java.math.BigDecimal"/>
</subDataset> </subDataset>
<parameter name="empresa" class="java.lang.String"/> <parameter name="empresa" class="java.lang.String"/>
<parameter name="puntoventa" class="java.lang.String"/> <parameter name="puntoventa" class="java.lang.String"/>
<parameter name="periodo" class="java.util.Date"/> <parameter name="periodo" class="java.util.Date"/>
<field name="comissaoPagar" class="java.math.BigDecimal"/> <field name="comissaoPagar" class="java.math.BigDecimal"/>
<field name="comissaoBPR" class="java.math.BigDecimal"/> <field name="comissaoBPR" class="java.math.BigDecimal"/>
<field name="comissaoSegOpcional" class="java.math.BigDecimal"/> <field name="comissaoSegOpcional" class="java.math.BigDecimal"/>
<field name="comissaoExcessoBagagem" class="java.math.BigDecimal"/> <field name="comissaoExcessoBagagem" class="java.math.BigDecimal"/>
<field name="comissaoEntregaPassagem" class="java.math.BigDecimal"/> <field name="comissaoEntregaPassagem" class="java.math.BigDecimal"/>
<field name="comissaoBonificaoMetas" class="java.math.BigDecimal"/> <field name="comissaoBonificaoMetas" class="java.math.BigDecimal"/>
<field name="royaties" class="java.math.BigDecimal"/> <field name="royaties" class="java.math.BigDecimal"/>
<field name="retidoISS" class="java.math.BigDecimal"/> <field name="retidoISS" class="java.math.BigDecimal"/>
<field name="descontos" class="java.math.BigDecimal"/> <field name="descontos" class="java.math.BigDecimal"/>
<field name="lsDescontos" class="java.util.List"/> <field name="lsDescontos" class="java.util.List"/>
<field name="lsReceitas" class="java.util.List"/> <field name="lsReceitas" class="java.util.List"/>
<background> <background>
<band splitType="Stretch"/> <band splitType="Stretch"/>
</background> </background>
<title> <title>
<band height="112" splitType="Stretch"> <band height="89" splitType="Stretch">
<staticText> <staticText>
<reportElement x="0" y="0" width="428" height="20" uuid="e54ab765-96d2-440b-b26f-66111a4ce955"/> <reportElement x="0" y="0" width="428" height="20" uuid="e54ab765-96d2-440b-b26f-66111a4ce955"/>
<textElement verticalAlignment="Middle"> <textElement verticalAlignment="Middle">
<font size="14" isBold="true"/> <font size="14" isBold="true"/>
</textElement> </textElement>
<text><![CDATA[Cálculo de Comissão]]></text> <text><![CDATA[Cálculo de Comissão]]></text>
</staticText> </staticText>
<textField pattern="dd/MM/yyyy HH:mm"> <textField pattern="dd/MM/yyyy HH:mm">
<reportElement x="428" y="0" width="374" height="20" uuid="08997b69-e04b-4909-bc46-5b12622d7d7a"/> <reportElement x="428" y="0" width="374" height="20" uuid="08997b69-e04b-4909-bc46-5b12622d7d7a"/>
<textElement textAlignment="Right" verticalAlignment="Middle"> <textElement textAlignment="Right" verticalAlignment="Middle">
<font isBold="true"/> <font isBold="true"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression> <textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression>
</textField> </textField>
<textField> <textField>
<reportElement x="74" y="40" width="728" height="23" isPrintWhenDetailOverflows="true" uuid="e367d6ec-e940-4ee5-afe8-2d2a252dfc87"/> <reportElement x="74" y="40" width="728" height="23" isPrintWhenDetailOverflows="true" uuid="e367d6ec-e940-4ee5-afe8-2d2a252dfc87"/>
<textElement> <textElement>
<font size="11"/> <font size="11"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$P{empresa}]]></textFieldExpression> <textFieldExpression><![CDATA[$P{empresa}]]></textFieldExpression>
</textField> </textField>
<staticText> <staticText>
<reportElement x="0" y="40" width="74" height="23" uuid="93b8323d-42dc-4d64-8b67-8cf24a25558c"/> <reportElement x="0" y="40" width="74" height="23" uuid="93b8323d-42dc-4d64-8b67-8cf24a25558c"/>
<textElement verticalAlignment="Middle"> <textElement verticalAlignment="Middle">
<font size="11" isBold="true"/> <font size="11" isBold="true"/>
</textElement> </textElement>
<text><![CDATA[Empresa:]]></text> <text><![CDATA[Empresa:]]></text>
</staticText> </staticText>
<staticText> <staticText>
<reportElement x="0" y="63" width="74" height="23" uuid="982133a6-3b28-4680-a607-731523b29e9d"/> <reportElement x="0" y="63" width="74" height="23" uuid="982133a6-3b28-4680-a607-731523b29e9d"/>
<textElement verticalAlignment="Middle"> <textElement verticalAlignment="Middle">
<font size="11" isBold="true"/> <font size="11" isBold="true"/>
</textElement> </textElement>
<text><![CDATA[Agência:]]></text> <text><![CDATA[Agência:]]></text>
</staticText> </staticText>
<textField> <textField>
<reportElement x="74" y="63" width="728" height="23" isPrintWhenDetailOverflows="true" uuid="3564990b-f006-4bcf-8f24-9af8311ef8b2"/> <reportElement x="74" y="63" width="728" height="23" isPrintWhenDetailOverflows="true" uuid="3564990b-f006-4bcf-8f24-9af8311ef8b2"/>
<textFieldExpression><![CDATA[$P{puntoventa}]]></textFieldExpression> <textFieldExpression><![CDATA[$P{puntoventa}]]></textFieldExpression>
</textField> </textField>
<textField pattern="MMMMM, yyyy"> <textField pattern="MMMMM, yyyy">
<reportElement x="74" y="20" width="728" height="23" isPrintWhenDetailOverflows="true" uuid="8a00eb79-8246-4e24-b142-a28c56786b13"/> <reportElement x="74" y="20" width="728" height="23" isPrintWhenDetailOverflows="true" uuid="8a00eb79-8246-4e24-b142-a28c56786b13"/>
<textElement> <textElement>
<font size="11"/> <font size="11"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$P{periodo}]]></textFieldExpression> <textFieldExpression><![CDATA[$P{periodo}]]></textFieldExpression>
</textField> </textField>
<staticText> <staticText>
<reportElement x="0" y="20" width="74" height="20" uuid="aa2db491-e467-4ad0-a87f-b905600c484b"/> <reportElement x="0" y="20" width="74" height="20" uuid="aa2db491-e467-4ad0-a87f-b905600c484b"/>
<textElement verticalAlignment="Middle"> <textElement verticalAlignment="Middle">
<font size="11" isBold="true"/> <font size="11" isBold="true"/>
</textElement> </textElement>
<text><![CDATA[Período:]]></text> <text><![CDATA[Período:]]></text>
</staticText> </staticText>
<line> <line>
<reportElement x="0" y="86" width="802" height="1" uuid="b3a684d6-3fa2-49d1-a9d8-dd4646ed6e79"/> <reportElement x="0" y="86" width="801" height="1" uuid="4b8a95e1-acc2-4f35-b2a6-835e2a171a4f"/>
</line> </line>
<line> </band>
<reportElement x="60" y="109" width="553" height="1" uuid="5fb1e6f6-ed00-47e1-bc25-983b590bb3ec"/> </title>
</line> <pageHeader>
<staticText> <band splitType="Stretch"/>
<reportElement x="48" y="86" width="576" height="23" uuid="7aec384c-a1dd-4e9d-957e-d362fa0c15bd"/> </pageHeader>
<textElement textAlignment="Center" verticalAlignment="Middle"> <columnHeader>
<font size="11" isBold="true"/> <band splitType="Stretch"/>
</textElement> </columnHeader>
<text><![CDATA[Receitas]]></text> <detail>
</staticText> <band height="187" splitType="Stretch">
<staticText> <componentElement>
<reportElement x="624" y="86" width="178" height="23" uuid="34ef98f2-f883-485a-a028-52d64db21d33"/> <reportElement x="0" y="164" width="802" height="20" uuid="91777506-4453-4fb6-a6b3-a59d0617e64c"/>
<textElement textAlignment="Center" verticalAlignment="Middle"> <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">
<font size="11" isBold="true"/> <datasetRun subDataset="dsReceitas" uuid="2905e9bf-53a5-4bf4-9c86-dab2caaf1568">
</textElement> <dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{lsReceitas})]]></dataSourceExpression>
<text><![CDATA[Comissões]]></text> </datasetRun>
</staticText> <jr:listContents height="20" width="802">
<line> <textField pattern="dd/MM/yyyy">
<reportElement x="636" y="110" width="155" height="1" uuid="c9868cfe-ba36-41d4-bbfc-87fcbb114786"/> <reportElement x="0" y="0" width="40" height="20" uuid="e07d813d-bd6b-471a-a2bb-e4dc11f2bdac"/>
</line> <textElement>
</band> <font size="9"/>
</title> </textElement>
<pageHeader> <textFieldExpression><![CDATA[$F{data}]]></textFieldExpression>
<band splitType="Stretch"/> </textField>
</pageHeader> <textField pattern="R$ ###0.00">
<columnHeader> <reportElement x="40" y="0" width="48" height="20" uuid="9d2a49cb-668c-4f48-8d62-c1e4a4dcd35a"/>
<band height="22" splitType="Stretch"> <textElement>
<staticText> <font size="9"/>
<reportElement x="0" y="0" width="40" height="20" uuid="7fc84bc1-91f8-4e1a-8107-1d3ee212a092"/> </textElement>
<textElement textAlignment="Center"> <textFieldExpression><![CDATA[$F{receitaComissao}]]></textFieldExpression>
<font size="9" isBold="true"/> </textField>
</textElement> <textField pattern="R$ ###0.00">
<text><![CDATA[Dia]]></text> <reportElement x="88" y="0" width="48" height="20" uuid="ad82a9e8-075f-4a8e-baac-5692f9adc3a2"/>
</staticText> <textElement>
<staticText> <font size="9"/>
<reportElement x="40" y="0" width="48" height="20" uuid="6af5a44f-8c3d-429f-badf-88e20a66807a"/> </textElement>
<textElement textAlignment="Center"> <textFieldExpression><![CDATA[$F{receitaBPR}]]></textFieldExpression>
<font size="9" isBold="true"/> </textField>
</textElement> <textField pattern="R$ ###0.00">
<text><![CDATA[Comissão]]></text> <reportElement x="136" y="0" width="48" height="20" uuid="34256306-a199-4632-ab62-987cbcee2b87"/>
</staticText> <textElement>
<staticText> <font size="9"/>
<reportElement x="88" y="0" width="48" height="20" uuid="35fe71b1-df1c-484a-8f87-af211f200bca"/> </textElement>
<textElement textAlignment="Center"> <textFieldExpression><![CDATA[$F{gapImpressa}]]></textFieldExpression>
<font size="9" isBold="true"/> </textField>
</textElement> <textField pattern="R$ ###0.00">
<text><![CDATA[BPR]]></text> <reportElement x="184" y="0" width="48" height="20" uuid="b114fd6c-4916-4de7-a29d-818714ed4391"/>
</staticText> <textElement>
<staticText> <font size="9"/>
<reportElement x="136" y="0" width="48" height="20" uuid="7147ab8f-5bf7-40e9-b1ce-d73850d44a9f"/> </textElement>
<textElement textAlignment="Center"> <textFieldExpression><![CDATA[$F{internet}]]></textFieldExpression>
<font size="9" isBold="true"/> </textField>
</textElement> <textField pattern="R$ ###0.00">
<text><![CDATA[Gap Impressa]]></text> <reportElement x="232" y="0" width="48" height="20" uuid="c6b48d31-2610-4d74-a985-61c0b04c0b03"/>
</staticText> <textElement>
<staticText> <font size="9"/>
<reportElement x="184" y="0" width="48" height="20" uuid="22d06118-da12-4687-a607-a613ccacf6df"/> </textElement>
<textElement textAlignment="Center"> <textFieldExpression><![CDATA[$F{cancelados}]]></textFieldExpression>
<font size="9" isBold="true"/> </textField>
</textElement> <textField pattern="R$ ###0.00">
<text><![CDATA[Internet]]></text> <reportElement x="280" y="0" width="48" height="20" uuid="aba02000-4465-46e7-8906-d00c98486e3d"/>
</staticText> <textElement>
<staticText> <font size="9"/>
<reportElement x="232" y="0" width="48" height="20" uuid="2cec99a9-c149-4093-803d-243f98e54246"/> </textElement>
<textElement textAlignment="Center"> <textFieldExpression><![CDATA[$F{canceladosGAP}]]></textFieldExpression>
<font size="9" isBold="true"/> </textField>
</textElement> <textField pattern="R$ ###0.00">
<text><![CDATA[Cancelados]]></text> <reportElement x="328" y="0" width="48" height="20" uuid="57c60256-16fc-42cd-9520-7181f7e160a4"/>
</staticText> <textElement>
<staticText> <font size="9"/>
<reportElement x="280" y="0" width="48" height="20" uuid="eae8ef19-6b18-4c16-b5e9-0a6b437a544e"/> </textElement>
<textElement textAlignment="Center"> <textFieldExpression><![CDATA[$F{devolvidos}]]></textFieldExpression>
<font size="9" isBold="true"/> </textField>
</textElement> <textField pattern="R$ ###0.00">
<text><![CDATA[Cancel. GAP]]></text> <reportElement x="376" y="0" width="48" height="20" uuid="e26f9961-715a-4b8c-8572-124de2fa8d6e"/>
</staticText> <textElement>
<staticText> <font size="9"/>
<reportElement x="328" y="0" width="48" height="20" uuid="cd148661-9ac6-424c-871f-85e868b567c2"/> </textElement>
<textElement textAlignment="Center"> <textFieldExpression><![CDATA[$F{devolvidosGAP}]]></textFieldExpression>
<font size="9" isBold="true"/> </textField>
</textElement> <textField pattern="R$ ###0.00">
<text><![CDATA[Devolvidos]]></text> <reportElement x="424" y="0" width="48" height="20" uuid="b0660ec0-0514-425c-af89-f18cc88cd4fe"/>
</staticText> <textElement>
<staticText> <font size="9"/>
<reportElement x="376" y="0" width="48" height="20" uuid="614afc5b-6599-4df1-85be-f7345edf03bd"/> </textElement>
<textElement textAlignment="Center"> <textFieldExpression><![CDATA[$F{devolucoesOrigem}]]></textFieldExpression>
<font size="9" isBold="true"/> </textField>
</textElement> <textField pattern="R$ ###0.00">
<text><![CDATA[Dev. GAP]]></text> <reportElement x="472" y="0" width="48" height="20" uuid="3bf0d7e7-f17b-485e-9ace-b187f2a1c323"/>
</staticText> <textFieldExpression><![CDATA[$F{devolvidosGAP}]]></textFieldExpression>
<staticText> </textField>
<reportElement x="424" y="0" width="48" height="20" uuid="666e7a49-c7c7-486f-b2b4-6dd527b7d61a"/> <textField pattern="R$ ###0.00">
<textElement textAlignment="Center"> <reportElement x="520" y="0" width="48" height="20" uuid="7e65e013-690a-474f-a364-89969100375d"/>
<font size="9" isBold="true"/> <textFieldExpression><![CDATA[$F{receitaExcessoBagagem}]]></textFieldExpression>
</textElement> </textField>
<text><![CDATA[Dev. Origem]]></text> <textField pattern="R$ ###0.00">
</staticText> <reportElement x="568" y="0" width="48" height="20" uuid="7ca6ab64-e858-4b00-a122-aff8cd4efc1f"/>
<staticText> <textFieldExpression><![CDATA[$F{receitaSeguroOpcional}]]></textFieldExpression>
<reportElement x="472" y="0" width="48" height="20" uuid="99b9d63b-e85f-493f-9137-9afe4b0d6d9c"/> </textField>
<text><![CDATA[Dev. O. GAP]]></text> <textField pattern="R$ ###0.00">
</staticText> <reportElement x="616" y="0" width="47" height="20" uuid="af43f495-3baf-4e9a-9c62-b34f0e193b77"/>
<staticText> <textFieldExpression><![CDATA[$F{comissaoBPRDiaria}]]></textFieldExpression>
<reportElement x="520" y="0" width="48" height="20" uuid="aff93ffa-25c4-4e94-9c41-0d0645ce9baf"/> </textField>
<text><![CDATA[Exc. Bagagem]]></text> <textField pattern="R$ ###0.00">
</staticText> <reportElement x="661" y="0" width="47" height="20" uuid="2c04f6b6-4c33-44dc-8b4f-8c2f5cde62ec"/>
<staticText> <textFieldExpression><![CDATA[$F{comissaoExcessoBagagemDiaria}]]></textFieldExpression>
<reportElement x="568" y="0" width="48" height="20" uuid="bebea578-a143-49b9-9fbf-e3cd195da578"/> </textField>
<text><![CDATA[Seg. Opcional]]></text> <textField pattern="R$ ###0.00">
</staticText> <reportElement x="708" y="0" width="47" height="20" uuid="d08279e1-45e7-44fc-9c7f-69a71918b14f"/>
<staticText> <textFieldExpression><![CDATA[$F{comissaoSegOpcionalDiaria}]]></textFieldExpression>
<reportElement x="616" y="0" width="47" height="20" uuid="2c528771-f11d-46ff-b4da-8d3d374a0c1d"/> </textField>
<textElement textAlignment="Center"/> <textField pattern="R$ ###0.00">
<text><![CDATA[BPR]]></text> <reportElement x="753" y="0" width="47" height="20" uuid="2bd8df87-d632-4eaa-9f17-ac8cba7f15a5"/>
</staticText> <textFieldExpression><![CDATA[$F{comissaoEntregaPassagemDiaria}]]></textFieldExpression>
<staticText> </textField>
<reportElement x="663" y="0" width="47" height="20" uuid="8964b28a-d9eb-4bc0-84da-7da7ab9f6938"/> </jr:listContents>
<text><![CDATA[Exc. Bagagem]]></text> </jr:list>
</staticText> </componentElement>
<staticText> <line>
<reportElement x="708" y="0" width="47" height="20" uuid="1255a9bb-4818-42e6-bb12-08f037ea2697"/> <reportElement x="0" y="184" width="802" height="1" uuid="7932e55d-8e4e-45b9-bda9-e6fd179a00e1"/>
<text><![CDATA[Seg Opcional]]></text> </line>
</staticText> <line>
<staticText> <reportElement x="60" y="139" width="553" height="1" uuid="5fb1e6f6-ed00-47e1-bc25-983b590bb3ec"/>
<reportElement x="755" y="0" width="47" height="20" uuid="fdfda50b-b3a8-434d-b639-eb3ba2607210"/> </line>
<text><![CDATA[Ent. Passagem]]></text> <staticText>
</staticText> <reportElement x="48" y="116" width="576" height="23" uuid="7aec384c-a1dd-4e9d-957e-d362fa0c15bd"/>
<line> <textElement textAlignment="Center" verticalAlignment="Middle">
<reportElement x="0" y="20" width="802" height="2" uuid="6b2baf9a-4ce8-451d-81fc-6de170f936a6"/> <font size="11" isBold="true"/>
</line> </textElement>
</band> <text><![CDATA[Receitas]]></text>
</columnHeader> </staticText>
<detail> <staticText>
<band height="21" splitType="Stretch"> <reportElement x="624" y="116" width="178" height="23" uuid="34ef98f2-f883-485a-a028-52d64db21d33"/>
<componentElement> <textElement textAlignment="Center" verticalAlignment="Middle">
<reportElement x="0" y="0" width="802" height="20" uuid="91777506-4453-4fb6-a6b3-a59d0617e64c"/> <font size="11" isBold="true"/>
<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"> </textElement>
<datasetRun subDataset="dsReceitas" uuid="2905e9bf-53a5-4bf4-9c86-dab2caaf1568"> <text><![CDATA[Comissões]]></text>
<dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{lsReceitas})]]></dataSourceExpression> </staticText>
</datasetRun> <line>
<jr:listContents height="20" width="802"> <reportElement x="636" y="140" width="155" height="1" uuid="c9868cfe-ba36-41d4-bbfc-87fcbb114786"/>
<textField pattern="dd/MM/yyyy"> </line>
<reportElement x="0" y="0" width="40" height="20" uuid="e07d813d-bd6b-471a-a2bb-e4dc11f2bdac"/> <staticText>
<textElement> <reportElement x="40" y="142" width="48" height="20" uuid="6af5a44f-8c3d-429f-badf-88e20a66807a"/>
<font size="9"/> <textElement textAlignment="Center">
</textElement> <font size="9" isBold="true"/>
<textFieldExpression><![CDATA[$F{data}]]></textFieldExpression> </textElement>
</textField> <text><![CDATA[Comissão]]></text>
<textField pattern="###0.00;-###0.00"> </staticText>
<reportElement x="40" y="0" width="48" height="20" uuid="9d2a49cb-668c-4f48-8d62-c1e4a4dcd35a"/> <staticText>
<textElement> <reportElement x="88" y="142" width="48" height="20" uuid="35fe71b1-df1c-484a-8f87-af211f200bca"/>
<font size="9"/> <textElement textAlignment="Center">
</textElement> <font size="9" isBold="true"/>
<textFieldExpression><![CDATA[$F{receitaComissao}]]></textFieldExpression> </textElement>
</textField> <text><![CDATA[BPR]]></text>
<textField pattern="###0.00;-###0.00"> </staticText>
<reportElement x="88" y="0" width="48" height="20" uuid="ad82a9e8-075f-4a8e-baac-5692f9adc3a2"/> <staticText>
<textElement> <reportElement x="136" y="142" width="48" height="20" uuid="7147ab8f-5bf7-40e9-b1ce-d73850d44a9f"/>
<font size="9"/> <textElement textAlignment="Center">
</textElement> <font size="9" isBold="true"/>
<textFieldExpression><![CDATA[$F{receitaBPR}]]></textFieldExpression> </textElement>
</textField> <text><![CDATA[Gap Impressa]]></text>
<textField> </staticText>
<reportElement x="136" y="0" width="48" height="20" uuid="34256306-a199-4632-ab62-987cbcee2b87"/> <staticText>
<textElement> <reportElement x="184" y="142" width="48" height="20" uuid="22d06118-da12-4687-a607-a613ccacf6df"/>
<font size="9"/> <textElement textAlignment="Center">
</textElement> <font size="9" isBold="true"/>
<textFieldExpression><![CDATA[$F{gapImpressa}]]></textFieldExpression> </textElement>
</textField> <text><![CDATA[Internet]]></text>
<textField> </staticText>
<reportElement x="184" y="0" width="48" height="20" uuid="b114fd6c-4916-4de7-a29d-818714ed4391"/> <staticText>
<textElement> <reportElement x="232" y="142" width="48" height="20" uuid="2cec99a9-c149-4093-803d-243f98e54246"/>
<font size="9"/> <textElement textAlignment="Center">
</textElement> <font size="9" isBold="true"/>
<textFieldExpression><![CDATA[$F{internet}]]></textFieldExpression> </textElement>
</textField> <text><![CDATA[Cancelados]]></text>
<textField> </staticText>
<reportElement x="232" y="0" width="48" height="20" uuid="c6b48d31-2610-4d74-a985-61c0b04c0b03"/> <staticText>
<textElement> <reportElement x="280" y="142" width="48" height="20" uuid="eae8ef19-6b18-4c16-b5e9-0a6b437a544e"/>
<font size="9"/> <textElement textAlignment="Center">
</textElement> <font size="9" isBold="true"/>
<textFieldExpression><![CDATA[$F{cancelados}]]></textFieldExpression> </textElement>
</textField> <text><![CDATA[Cancel. GAP]]></text>
<textField> </staticText>
<reportElement x="280" y="0" width="48" height="20" uuid="aba02000-4465-46e7-8906-d00c98486e3d"/> <staticText>
<textElement> <reportElement x="328" y="142" width="48" height="20" uuid="cd148661-9ac6-424c-871f-85e868b567c2"/>
<font size="9"/> <textElement textAlignment="Center">
</textElement> <font size="9" isBold="true"/>
<textFieldExpression><![CDATA[$F{canceladosGAP}]]></textFieldExpression> </textElement>
</textField> <text><![CDATA[Devolvidos]]></text>
<textField> </staticText>
<reportElement x="328" y="0" width="48" height="20" uuid="57c60256-16fc-42cd-9520-7181f7e160a4"/> <staticText>
<textElement> <reportElement x="376" y="142" width="48" height="20" uuid="614afc5b-6599-4df1-85be-f7345edf03bd"/>
<font size="9"/> <textElement textAlignment="Center">
</textElement> <font size="9" isBold="true"/>
<textFieldExpression><![CDATA[$F{devolvidos}]]></textFieldExpression> </textElement>
</textField> <text><![CDATA[Dev. GAP]]></text>
<textField> </staticText>
<reportElement x="376" y="0" width="48" height="20" uuid="e26f9961-715a-4b8c-8572-124de2fa8d6e"/> <staticText>
<textElement> <reportElement x="424" y="142" width="48" height="20" uuid="666e7a49-c7c7-486f-b2b4-6dd527b7d61a"/>
<font size="9"/> <textElement textAlignment="Center">
</textElement> <font size="9" isBold="true"/>
<textFieldExpression><![CDATA[$F{devolvidosGAP}]]></textFieldExpression> </textElement>
</textField> <text><![CDATA[Dev. Origem]]></text>
<textField> </staticText>
<reportElement x="424" y="0" width="48" height="20" uuid="b0660ec0-0514-425c-af89-f18cc88cd4fe"/> <staticText>
<textElement> <reportElement x="472" y="142" width="48" height="20" uuid="99b9d63b-e85f-493f-9137-9afe4b0d6d9c"/>
<font size="9"/> <text><![CDATA[Dev. O. GAP]]></text>
</textElement> </staticText>
<textFieldExpression><![CDATA[$F{devolucoesOrigem}]]></textFieldExpression> <staticText>
</textField> <reportElement x="520" y="142" width="48" height="20" uuid="aff93ffa-25c4-4e94-9c41-0d0645ce9baf"/>
<textField> <text><![CDATA[Exc. Bagagem]]></text>
<reportElement x="472" y="0" width="48" height="20" uuid="3bf0d7e7-f17b-485e-9ace-b187f2a1c323"/> </staticText>
<textFieldExpression><![CDATA[$F{devolvidosGAP}]]></textFieldExpression> <staticText>
</textField> <reportElement x="568" y="142" width="48" height="20" uuid="bebea578-a143-49b9-9fbf-e3cd195da578"/>
<textField> <text><![CDATA[Seg. Opcional]]></text>
<reportElement x="520" y="0" width="48" height="20" uuid="7e65e013-690a-474f-a364-89969100375d"/> </staticText>
<textFieldExpression><![CDATA[$F{receitaExcessoBagagem}]]></textFieldExpression> <staticText>
</textField> <reportElement x="616" y="142" width="47" height="20" uuid="2c528771-f11d-46ff-b4da-8d3d374a0c1d"/>
<textField> <textElement textAlignment="Center"/>
<reportElement x="568" y="0" width="48" height="20" uuid="7ca6ab64-e858-4b00-a122-aff8cd4efc1f"/> <text><![CDATA[BPR]]></text>
<textFieldExpression><![CDATA[$F{receitaSeguroOpcional}]]></textFieldExpression> </staticText>
</textField> <staticText>
<textField> <reportElement x="663" y="142" width="47" height="20" uuid="8964b28a-d9eb-4bc0-84da-7da7ab9f6938"/>
<reportElement x="616" y="0" width="47" height="20" uuid="af43f495-3baf-4e9a-9c62-b34f0e193b77"/> <text><![CDATA[Exc. Bagagem]]></text>
<textFieldExpression><![CDATA[$F{comissaoBPRDiaria}]]></textFieldExpression> </staticText>
</textField> <staticText>
<textField> <reportElement x="708" y="142" width="47" height="20" uuid="1255a9bb-4818-42e6-bb12-08f037ea2697"/>
<reportElement x="661" y="0" width="47" height="20" uuid="2c04f6b6-4c33-44dc-8b4f-8c2f5cde62ec"/> <text><![CDATA[Seg Opcional]]></text>
<textFieldExpression><![CDATA[$F{comissaoExcessoBagagemDiaria}]]></textFieldExpression> </staticText>
</textField> <staticText>
<textField> <reportElement x="754" y="139" width="47" height="23" uuid="fdfda50b-b3a8-434d-b639-eb3ba2607210"/>
<reportElement x="708" y="0" width="47" height="20" uuid="d08279e1-45e7-44fc-9c7f-69a71918b14f"/> <text><![CDATA[Ent. Passagem]]></text>
<textFieldExpression><![CDATA[$F{comissaoSegOpcionalDiaria}]]></textFieldExpression> </staticText>
</textField> <line>
<textField> <reportElement x="0" y="116" width="802" height="1" uuid="b3a684d6-3fa2-49d1-a9d8-dd4646ed6e79"/>
<reportElement x="755" y="0" width="47" height="20" uuid="2bd8df87-d632-4eaa-9f17-ac8cba7f15a5"/> </line>
<textFieldExpression><![CDATA[$F{comissaoEntregaPassagemDiaria}]]></textFieldExpression> <staticText>
</textField> <reportElement x="0" y="142" width="40" height="20" uuid="7fc84bc1-91f8-4e1a-8107-1d3ee212a092"/>
</jr:listContents> <textElement textAlignment="Center">
</jr:list> <font size="9" isBold="true"/>
</componentElement> </textElement>
<line> <text><![CDATA[Dia]]></text>
<reportElement x="0" y="20" width="802" height="1" uuid="7932e55d-8e4e-45b9-bda9-e6fd179a00e1"/> </staticText>
</line> <line>
</band> <reportElement x="0" y="162" width="802" height="2" uuid="6b2baf9a-4ce8-451d-81fc-6de170f936a6"/>
<band height="50"/> </line>
</detail> <staticText>
<columnFooter> <reportElement x="0" y="0" width="428" height="20" uuid="4af88e89-5331-4b03-a1e7-a167dc55b5d6"/>
<band height="45" splitType="Stretch"/> <textElement verticalAlignment="Middle">
</columnFooter> <font size="14" isBold="true"/>
<pageFooter> </textElement>
<band height="54" splitType="Stretch"/> <text><![CDATA[Resumo - Cálculo de Comissão]]></text>
</pageFooter> </staticText>
<summary> <staticText>
<band height="42" splitType="Stretch"/> <reportElement x="0" y="20" width="105" height="20" uuid="d3eb12fc-1493-4495-a02a-566e2c52d748"/>
</summary> <textElement textAlignment="Left" verticalAlignment="Middle">
</jasperReport> <font size="9" isBold="true"/>
</textElement>
<text><![CDATA[Comissão à Pagar: ]]></text>
</staticText>
<textField pattern="R$ ###0.00" isBlankWhenNull="true">
<reportElement x="105" y="20" width="100" height="20" uuid="dc999ac9-488c-469b-8b77-ef08e9ee5847"/>
<textElement verticalAlignment="Middle">
<font size="9"/>
</textElement>
<textFieldExpression><![CDATA[$F{comissaoPagar}]]></textFieldExpression>
</textField>
<textField pattern="R$ ###0.00" isBlankWhenNull="true">
<reportElement x="105" y="40" width="100" height="20" uuid="281a802b-0593-4388-9918-7f8ed9328a94"/>
<textElement verticalAlignment="Middle">
<font size="9"/>
</textElement>
<textFieldExpression><![CDATA[$F{comissaoBPR}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="0" y="40" width="105" height="20" uuid="e4dcb759-ce38-4adb-8a5f-2a83d4fdc333"/>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="9" isBold="true"/>
</textElement>
<text><![CDATA[BPR: ]]></text>
</staticText>
<textField pattern="R$ ###0.00" isBlankWhenNull="true">
<reportElement x="105" y="60" width="100" height="20" uuid="1a6cf169-e665-49a4-9794-9ff82c906b48"/>
<textElement verticalAlignment="Middle">
<font size="9"/>
</textElement>
<textFieldExpression><![CDATA[$F{comissaoSegOpcional}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="0" y="60" width="105" height="20" uuid="b69ddf24-5f16-4e05-917a-859395f158fc"/>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="9" isBold="true"/>
</textElement>
<text><![CDATA[Seg. Opcional: ]]></text>
</staticText>
<staticText>
<reportElement x="0" y="80" width="105" height="20" uuid="e98b31ad-e337-4152-a440-86969e48494a"/>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="9" isBold="true"/>
</textElement>
<text><![CDATA[Excesso Bagageml: ]]></text>
</staticText>
<textField pattern="R$ ###0.00" isBlankWhenNull="true">
<reportElement x="105" y="80" width="100" height="20" uuid="4610e2b3-26f3-4f43-87dc-0bd241492984"/>
<textElement verticalAlignment="Middle">
<font size="9"/>
</textElement>
<textFieldExpression><![CDATA[$F{comissaoExcessoBagagem}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="303" y="20" width="105" height="20" uuid="91ed9646-bce3-4c74-890b-bdd1ec4dd0e1"/>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="9" isBold="true"/>
</textElement>
<text><![CDATA[Entrega de Passagem: ]]></text>
</staticText>
<textField pattern="R$ ###0.00" isBlankWhenNull="true">
<reportElement x="408" y="20" width="100" height="20" uuid="4ec64fe7-a252-40d7-bca1-cb836b3edf1d"/>
<textElement verticalAlignment="Middle">
<font size="9"/>
</textElement>
<textFieldExpression><![CDATA[$F{comissaoEntregaPassagem}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="303" y="40" width="105" height="20" uuid="18966a56-52e7-458b-8ab7-e358df043f6a"/>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="9" isBold="true"/>
</textElement>
<text><![CDATA[Bonifição/Metas: ]]></text>
</staticText>
<textField pattern="R$ ###0.00" isBlankWhenNull="true">
<reportElement x="408" y="40" width="100" height="20" uuid="5276e803-b98f-4d01-b9b7-b131c7b8b72b"/>
<textElement verticalAlignment="Middle">
<font size="9"/>
</textElement>
<textFieldExpression><![CDATA[$F{comissaoBonificaoMetas}]]></textFieldExpression>
</textField>
<textField pattern="R$ ###0.00" isBlankWhenNull="true">
<reportElement x="408" y="60" width="100" height="20" uuid="c7e208b2-8351-4d02-839a-215ba4e80fd5"/>
<textElement verticalAlignment="Middle">
<font size="9"/>
</textElement>
<textFieldExpression><![CDATA[$F{royaties}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="303" y="60" width="105" height="20" uuid="c845113a-04c9-4c3d-a366-d8889feb5b66"/>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="9" isBold="true"/>
</textElement>
<text><![CDATA[Royaties: ]]></text>
</staticText>
<staticText>
<reportElement x="303" y="80" width="105" height="20" uuid="f7176a0c-71a8-42f1-a1df-7bf4d712f77f"/>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="9" isBold="true"/>
</textElement>
<text><![CDATA[Retido ISS: ]]></text>
</staticText>
<textField pattern="R$ ###0.00" isBlankWhenNull="true">
<reportElement x="408" y="80" width="100" height="20" uuid="c5e20c9d-f24a-447b-a0a3-3ae369a8ecaf"/>
<textElement verticalAlignment="Middle">
<font size="9"/>
</textElement>
<textFieldExpression><![CDATA[$F{retidoISS}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="597" y="20" width="105" height="20" uuid="c984ded8-d03a-4268-9269-b4324b4512b7"/>
<textElement textAlignment="Left" verticalAlignment="Middle">
<font size="9" isBold="true"/>
</textElement>
<text><![CDATA[Descontos: ]]></text>
</staticText>
<textField pattern="R$ ###0.00" isBlankWhenNull="true">
<reportElement x="702" y="20" width="100" height="20" uuid="1124e332-a4b5-4cc4-afb1-1dca512b561b"/>
<textElement verticalAlignment="Middle">
<font size="9"/>
</textElement>
<textFieldExpression><![CDATA[$F{descontos}]]></textFieldExpression>
</textField>
<line>
<reportElement x="0" y="20" width="801" height="1" uuid="825a1d3d-ff5b-4ddb-ad07-51fa7e7a6d51"/>
</line>
</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">
<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="Center">
<font size="9" 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="Center">
<font size="9" 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="Center">
<font size="9" isBold="true"/>
</textElement>
<text><![CDATA[Nome do Desconto]]></text>
</staticText>
<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">
<datasetRun subDataset="dsDescontos" uuid="94e0d53c-5e1a-4169-bba1-68bb35a39099">
<dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{lsDescontos})]]></dataSourceExpression>
</datasetRun>
<jr:listContents height="21" width="376">
<textField>
<reportElement x="0" y="0" width="184" height="20" uuid="a6e0c70d-93a2-4e17-98c1-1c361ab963ee"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="9"/>
</textElement>
<textFieldExpression><![CDATA[$F{nomeDesconto}]]></textFieldExpression>
</textField>
<textField pattern="R$ ###0.00">
<reportElement x="184" y="0" width="48" height="20" uuid="65bdb39a-1301-4c44-bd70-2f9a2a6efda2"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="9"/>
</textElement>
<textFieldExpression><![CDATA[$F{valorDesconto}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="232" y="0" width="144" height="20" uuid="084fc3dd-1d7e-4514-aabb-8368eec06a28"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="9"/>
</textElement>
<textFieldExpression><![CDATA[$F{tipoDesconto}]]></textFieldExpression>
</textField>
</jr:listContents>
</jr:list>
</componentElement>
<line>
<reportElement x="18" y="23" width="338" height="1" uuid="d5411f8d-1d12-4a8b-ba27-a821259cb294"/>
</line>
</band>
</detail>
<columnFooter>
<band height="17" splitType="Stretch"/>
</columnFooter>
<pageFooter>
<band height="13" splitType="Stretch"/>
</pageFooter>
<summary>
<band height="16" splitType="Stretch"/>
</summary>
</jasperReport>