bug #6669
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@49506 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
7e58777209
commit
d91c46f24d
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
<?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="143"/>
|
<property name="ireport.x" value="0"/>
|
||||||
<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"/>
|
||||||
|
@ -32,6 +32,9 @@
|
||||||
<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"/>
|
||||||
|
<parameter name="SUBREPORT_DIR" class="java.lang.String" isForPrompting="false">
|
||||||
|
<defaultValueExpression><![CDATA["C:\\Users\\rjgw\\Eclipse workspace\\workspace_adm_trunk\\ventaboletosadm\\src\\java\\com\\rjconsultores\\ventaboletos\\relatorios\\templates\\"]]></defaultValueExpression>
|
||||||
|
</parameter>
|
||||||
<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"/>
|
||||||
|
@ -43,6 +46,7 @@
|
||||||
<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"/>
|
||||||
|
<field name="comissaoOutros" class="java.math.BigDecimal"/>
|
||||||
<background>
|
<background>
|
||||||
<band splitType="Stretch"/>
|
<band splitType="Stretch"/>
|
||||||
</background>
|
</background>
|
||||||
|
@ -113,288 +117,7 @@
|
||||||
<band splitType="Stretch"/>
|
<band splitType="Stretch"/>
|
||||||
</columnHeader>
|
</columnHeader>
|
||||||
<detail>
|
<detail>
|
||||||
<band height="187" splitType="Stretch">
|
<band height="156" splitType="Stretch">
|
||||||
<componentElement>
|
|
||||||
<reportElement x="0" y="164" width="802" height="20" uuid="91777506-4453-4fb6-a6b3-a59d0617e64c"/>
|
|
||||||
<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">
|
|
||||||
<datasetRun subDataset="dsReceitas" uuid="2905e9bf-53a5-4bf4-9c86-dab2caaf1568">
|
|
||||||
<dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{lsReceitas})]]></dataSourceExpression>
|
|
||||||
</datasetRun>
|
|
||||||
<jr:listContents height="20" width="802">
|
|
||||||
<textField pattern="dd/MM/yyyy">
|
|
||||||
<reportElement x="0" y="0" width="45" height="20" uuid="e07d813d-bd6b-471a-a2bb-e4dc11f2bdac"/>
|
|
||||||
<textElement>
|
|
||||||
<font size="8"/>
|
|
||||||
</textElement>
|
|
||||||
<textFieldExpression><![CDATA[$F{data}]]></textFieldExpression>
|
|
||||||
</textField>
|
|
||||||
<textField pattern="R$ ###0.00">
|
|
||||||
<reportElement x="45" y="0" width="48" height="20" uuid="9d2a49cb-668c-4f48-8d62-c1e4a4dcd35a"/>
|
|
||||||
<textElement>
|
|
||||||
<font size="8"/>
|
|
||||||
</textElement>
|
|
||||||
<textFieldExpression><![CDATA[$F{receitaComissao}]]></textFieldExpression>
|
|
||||||
</textField>
|
|
||||||
<textField pattern="R$ ###0.00">
|
|
||||||
<reportElement x="93" y="0" width="49" height="20" uuid="ad82a9e8-075f-4a8e-baac-5692f9adc3a2"/>
|
|
||||||
<textElement>
|
|
||||||
<font size="8"/>
|
|
||||||
</textElement>
|
|
||||||
<textFieldExpression><![CDATA[$F{receitaBPR}]]></textFieldExpression>
|
|
||||||
</textField>
|
|
||||||
<textField pattern="R$ ###0.00">
|
|
||||||
<reportElement x="187" y="0" width="45" height="20" uuid="34256306-a199-4632-ab62-987cbcee2b87"/>
|
|
||||||
<textElement>
|
|
||||||
<font size="8"/>
|
|
||||||
</textElement>
|
|
||||||
<textFieldExpression><![CDATA[$F{gapImpressa}]]></textFieldExpression>
|
|
||||||
</textField>
|
|
||||||
<textField pattern="R$ ###0.00">
|
|
||||||
<reportElement x="230" y="0" width="45" height="20" uuid="b114fd6c-4916-4de7-a29d-818714ed4391"/>
|
|
||||||
<textElement>
|
|
||||||
<font size="8"/>
|
|
||||||
</textElement>
|
|
||||||
<textFieldExpression><![CDATA[$F{internet}]]></textFieldExpression>
|
|
||||||
</textField>
|
|
||||||
<textField pattern="R$ ###0.00">
|
|
||||||
<reportElement x="275" y="0" width="45" height="20" uuid="c6b48d31-2610-4d74-a985-61c0b04c0b03"/>
|
|
||||||
<textElement>
|
|
||||||
<font size="8"/>
|
|
||||||
</textElement>
|
|
||||||
<textFieldExpression><![CDATA[$F{cancelados}]]></textFieldExpression>
|
|
||||||
</textField>
|
|
||||||
<textField pattern="R$ ###0.00">
|
|
||||||
<reportElement x="320" y="0" width="45" height="20" uuid="aba02000-4465-46e7-8906-d00c98486e3d"/>
|
|
||||||
<textElement>
|
|
||||||
<font size="8"/>
|
|
||||||
</textElement>
|
|
||||||
<textFieldExpression><![CDATA[$F{canceladosGAP}]]></textFieldExpression>
|
|
||||||
</textField>
|
|
||||||
<textField pattern="R$ ###0.00">
|
|
||||||
<reportElement x="365" y="0" width="45" height="20" uuid="57c60256-16fc-42cd-9520-7181f7e160a4"/>
|
|
||||||
<textElement>
|
|
||||||
<font size="8"/>
|
|
||||||
</textElement>
|
|
||||||
<textFieldExpression><![CDATA[$F{devolvidos}]]></textFieldExpression>
|
|
||||||
</textField>
|
|
||||||
<textField pattern="R$ ###0.00">
|
|
||||||
<reportElement x="410" y="0" width="45" height="20" uuid="e26f9961-715a-4b8c-8572-124de2fa8d6e"/>
|
|
||||||
<textElement>
|
|
||||||
<font size="8"/>
|
|
||||||
</textElement>
|
|
||||||
<textFieldExpression><![CDATA[$F{devolvidosGAP}]]></textFieldExpression>
|
|
||||||
</textField>
|
|
||||||
<textField pattern="R$ ###0.00">
|
|
||||||
<reportElement x="455" y="0" width="45" height="20" uuid="b0660ec0-0514-425c-af89-f18cc88cd4fe"/>
|
|
||||||
<textElement>
|
|
||||||
<font size="8"/>
|
|
||||||
</textElement>
|
|
||||||
<textFieldExpression><![CDATA[$F{devolucoesOrigem}]]></textFieldExpression>
|
|
||||||
</textField>
|
|
||||||
<textField pattern="R$ ###0.00">
|
|
||||||
<reportElement x="500" y="0" width="45" height="20" uuid="3bf0d7e7-f17b-485e-9ace-b187f2a1c323"/>
|
|
||||||
<textElement>
|
|
||||||
<font size="8"/>
|
|
||||||
</textElement>
|
|
||||||
<textFieldExpression><![CDATA[$F{devolvidosGAP}]]></textFieldExpression>
|
|
||||||
</textField>
|
|
||||||
<textField pattern="R$ ###0.00">
|
|
||||||
<reportElement x="545" y="0" width="45" height="20" uuid="7e65e013-690a-474f-a364-89969100375d"/>
|
|
||||||
<textElement>
|
|
||||||
<font size="8"/>
|
|
||||||
</textElement>
|
|
||||||
<textFieldExpression><![CDATA[$F{receitaExcessoBagagem}]]></textFieldExpression>
|
|
||||||
</textField>
|
|
||||||
<textField pattern="R$ ###0.00">
|
|
||||||
<reportElement x="590" y="0" width="45" height="20" uuid="7ca6ab64-e858-4b00-a122-aff8cd4efc1f"/>
|
|
||||||
<textElement>
|
|
||||||
<font size="8"/>
|
|
||||||
</textElement>
|
|
||||||
<textFieldExpression><![CDATA[$F{receitaSeguroOpcional}]]></textFieldExpression>
|
|
||||||
</textField>
|
|
||||||
<textField pattern="R$ ###0.00">
|
|
||||||
<reportElement x="635" y="0" width="42" height="20" uuid="af43f495-3baf-4e9a-9c62-b34f0e193b77"/>
|
|
||||||
<textElement>
|
|
||||||
<font size="8"/>
|
|
||||||
</textElement>
|
|
||||||
<textFieldExpression><![CDATA[$F{comissaoBPRDiaria}]]></textFieldExpression>
|
|
||||||
</textField>
|
|
||||||
<textField pattern="R$ ###0.00">
|
|
||||||
<reportElement x="677" y="0" width="42" height="20" uuid="2c04f6b6-4c33-44dc-8b4f-8c2f5cde62ec"/>
|
|
||||||
<textElement>
|
|
||||||
<font size="8"/>
|
|
||||||
</textElement>
|
|
||||||
<textFieldExpression><![CDATA[$F{comissaoExcessoBagagemDiaria}]]></textFieldExpression>
|
|
||||||
</textField>
|
|
||||||
<textField pattern="R$ ###0.00">
|
|
||||||
<reportElement x="719" y="0" width="42" height="20" uuid="d08279e1-45e7-44fc-9c7f-69a71918b14f"/>
|
|
||||||
<textElement>
|
|
||||||
<font size="8"/>
|
|
||||||
</textElement>
|
|
||||||
<textFieldExpression><![CDATA[$F{comissaoSegOpcionalDiaria}]]></textFieldExpression>
|
|
||||||
</textField>
|
|
||||||
<textField pattern="R$ ###0.00">
|
|
||||||
<reportElement x="760" y="0" width="42" height="20" uuid="2bd8df87-d632-4eaa-9f17-ac8cba7f15a5"/>
|
|
||||||
<textElement>
|
|
||||||
<font size="8"/>
|
|
||||||
</textElement>
|
|
||||||
<textFieldExpression><![CDATA[$F{comissaoEntregaPassagemDiaria}]]></textFieldExpression>
|
|
||||||
</textField>
|
|
||||||
<textField pattern="R$ ###0.00">
|
|
||||||
<reportElement x="142" y="0" width="45" height="20" uuid="0c1045dd-dd59-4516-b495-c178a8755ba6"/>
|
|
||||||
<textElement>
|
|
||||||
<font size="8"/>
|
|
||||||
</textElement>
|
|
||||||
<textFieldExpression><![CDATA[$F{receitaGAP}]]></textFieldExpression>
|
|
||||||
</textField>
|
|
||||||
</jr:listContents>
|
|
||||||
</jr:list>
|
|
||||||
</componentElement>
|
|
||||||
<line>
|
|
||||||
<reportElement x="60" y="139" width="563" height="1" uuid="5fb1e6f6-ed00-47e1-bc25-983b590bb3ec"/>
|
|
||||||
</line>
|
|
||||||
<staticText>
|
|
||||||
<reportElement x="48" y="116" width="587" height="23" uuid="7aec384c-a1dd-4e9d-957e-d362fa0c15bd"/>
|
|
||||||
<textElement textAlignment="Center" verticalAlignment="Middle">
|
|
||||||
<font size="11" isBold="true"/>
|
|
||||||
</textElement>
|
|
||||||
<text><![CDATA[Receitas]]></text>
|
|
||||||
</staticText>
|
|
||||||
<staticText>
|
|
||||||
<reportElement x="635" y="116" width="167" height="23" uuid="34ef98f2-f883-485a-a028-52d64db21d33"/>
|
|
||||||
<textElement textAlignment="Center" verticalAlignment="Middle">
|
|
||||||
<font size="11" isBold="true"/>
|
|
||||||
</textElement>
|
|
||||||
<text><![CDATA[Comissões]]></text>
|
|
||||||
</staticText>
|
|
||||||
<line>
|
|
||||||
<reportElement x="646" y="140" width="145" height="1" uuid="c9868cfe-ba36-41d4-bbfc-87fcbb114786"/>
|
|
||||||
</line>
|
|
||||||
<staticText>
|
|
||||||
<reportElement x="45" y="142" width="48" height="20" uuid="6af5a44f-8c3d-429f-badf-88e20a66807a"/>
|
|
||||||
<textElement textAlignment="Center">
|
|
||||||
<font size="9" isBold="true"/>
|
|
||||||
</textElement>
|
|
||||||
<text><![CDATA[Comissão]]></text>
|
|
||||||
</staticText>
|
|
||||||
<staticText>
|
|
||||||
<reportElement x="93" y="142" width="49" height="20" uuid="35fe71b1-df1c-484a-8f87-af211f200bca"/>
|
|
||||||
<textElement textAlignment="Center">
|
|
||||||
<font size="9" isBold="true"/>
|
|
||||||
</textElement>
|
|
||||||
<text><![CDATA[BPR]]></text>
|
|
||||||
</staticText>
|
|
||||||
<staticText>
|
|
||||||
<reportElement x="187" y="142" width="45" height="20" uuid="7147ab8f-5bf7-40e9-b1ce-d73850d44a9f"/>
|
|
||||||
<textElement textAlignment="Center">
|
|
||||||
<font size="9" isBold="true"/>
|
|
||||||
</textElement>
|
|
||||||
<text><![CDATA[Imp. Gap ]]></text>
|
|
||||||
</staticText>
|
|
||||||
<staticText>
|
|
||||||
<reportElement x="230" y="142" width="45" height="20" uuid="22d06118-da12-4687-a607-a613ccacf6df"/>
|
|
||||||
<textElement textAlignment="Center">
|
|
||||||
<font size="9" isBold="true"/>
|
|
||||||
</textElement>
|
|
||||||
<text><![CDATA[Internet]]></text>
|
|
||||||
</staticText>
|
|
||||||
<staticText>
|
|
||||||
<reportElement x="275" y="142" width="45" height="20" uuid="2cec99a9-c149-4093-803d-243f98e54246"/>
|
|
||||||
<textElement textAlignment="Center">
|
|
||||||
<font size="9" isBold="true"/>
|
|
||||||
</textElement>
|
|
||||||
<text><![CDATA[Cancelados]]></text>
|
|
||||||
</staticText>
|
|
||||||
<staticText>
|
|
||||||
<reportElement x="320" y="142" width="45" height="20" uuid="eae8ef19-6b18-4c16-b5e9-0a6b437a544e"/>
|
|
||||||
<textElement textAlignment="Center">
|
|
||||||
<font size="9" isBold="true"/>
|
|
||||||
</textElement>
|
|
||||||
<text><![CDATA[Cancel. GAP]]></text>
|
|
||||||
</staticText>
|
|
||||||
<staticText>
|
|
||||||
<reportElement x="365" y="142" width="45" height="20" uuid="cd148661-9ac6-424c-871f-85e868b567c2"/>
|
|
||||||
<textElement textAlignment="Center">
|
|
||||||
<font size="9" isBold="true"/>
|
|
||||||
</textElement>
|
|
||||||
<text><![CDATA[Devolvidos]]></text>
|
|
||||||
</staticText>
|
|
||||||
<staticText>
|
|
||||||
<reportElement x="410" y="142" width="45" height="20" uuid="614afc5b-6599-4df1-85be-f7345edf03bd"/>
|
|
||||||
<textElement textAlignment="Center">
|
|
||||||
<font size="9" isBold="true"/>
|
|
||||||
</textElement>
|
|
||||||
<text><![CDATA[Dev. GAP]]></text>
|
|
||||||
</staticText>
|
|
||||||
<staticText>
|
|
||||||
<reportElement x="455" y="142" width="45" height="20" uuid="666e7a49-c7c7-486f-b2b4-6dd527b7d61a"/>
|
|
||||||
<textElement textAlignment="Center">
|
|
||||||
<font size="9" isBold="true"/>
|
|
||||||
</textElement>
|
|
||||||
<text><![CDATA[Dev. Origem]]></text>
|
|
||||||
</staticText>
|
|
||||||
<staticText>
|
|
||||||
<reportElement x="500" y="142" width="45" height="20" uuid="99b9d63b-e85f-493f-9137-9afe4b0d6d9c"/>
|
|
||||||
<textElement>
|
|
||||||
<font size="9"/>
|
|
||||||
</textElement>
|
|
||||||
<text><![CDATA[Dev. O. GAP]]></text>
|
|
||||||
</staticText>
|
|
||||||
<staticText>
|
|
||||||
<reportElement x="545" y="142" width="45" height="20" uuid="aff93ffa-25c4-4e94-9c41-0d0645ce9baf"/>
|
|
||||||
<textElement>
|
|
||||||
<font size="9"/>
|
|
||||||
</textElement>
|
|
||||||
<text><![CDATA[Exc. Bagagem]]></text>
|
|
||||||
</staticText>
|
|
||||||
<staticText>
|
|
||||||
<reportElement x="590" y="142" width="45" height="20" uuid="bebea578-a143-49b9-9fbf-e3cd195da578"/>
|
|
||||||
<textElement>
|
|
||||||
<font size="9"/>
|
|
||||||
</textElement>
|
|
||||||
<text><![CDATA[Seg. Opcional]]></text>
|
|
||||||
</staticText>
|
|
||||||
<staticText>
|
|
||||||
<reportElement x="635" y="142" width="42" height="20" uuid="2c528771-f11d-46ff-b4da-8d3d374a0c1d"/>
|
|
||||||
<textElement textAlignment="Center">
|
|
||||||
<font size="9"/>
|
|
||||||
</textElement>
|
|
||||||
<text><![CDATA[BPR]]></text>
|
|
||||||
</staticText>
|
|
||||||
<staticText>
|
|
||||||
<reportElement x="679" y="142" width="42" height="20" uuid="8964b28a-d9eb-4bc0-84da-7da7ab9f6938"/>
|
|
||||||
<textElement>
|
|
||||||
<font size="9"/>
|
|
||||||
</textElement>
|
|
||||||
<text><![CDATA[Exc. Bagagem]]></text>
|
|
||||||
</staticText>
|
|
||||||
<staticText>
|
|
||||||
<reportElement x="719" y="142" width="42" height="20" uuid="1255a9bb-4818-42e6-bb12-08f037ea2697"/>
|
|
||||||
<textElement>
|
|
||||||
<font size="9"/>
|
|
||||||
</textElement>
|
|
||||||
<text><![CDATA[Seg Opcional]]></text>
|
|
||||||
</staticText>
|
|
||||||
<staticText>
|
|
||||||
<reportElement x="761" y="142" width="42" height="22" uuid="fdfda50b-b3a8-434d-b639-eb3ba2607210"/>
|
|
||||||
<textElement>
|
|
||||||
<font size="9"/>
|
|
||||||
</textElement>
|
|
||||||
<text><![CDATA[Ent. Passagem]]></text>
|
|
||||||
</staticText>
|
|
||||||
<line>
|
|
||||||
<reportElement x="0" y="116" width="802" height="1" uuid="b3a684d6-3fa2-49d1-a9d8-dd4646ed6e79"/>
|
|
||||||
</line>
|
|
||||||
<staticText>
|
|
||||||
<reportElement x="0" y="142" width="45" height="20" uuid="7fc84bc1-91f8-4e1a-8107-1d3ee212a092"/>
|
|
||||||
<textElement textAlignment="Center">
|
|
||||||
<font size="9" isBold="true"/>
|
|
||||||
</textElement>
|
|
||||||
<text><![CDATA[Dia]]></text>
|
|
||||||
</staticText>
|
|
||||||
<line>
|
|
||||||
<reportElement x="0" y="162" width="802" height="2" uuid="6b2baf9a-4ce8-451d-81fc-6de170f936a6"/>
|
|
||||||
</line>
|
|
||||||
<staticText>
|
<staticText>
|
||||||
<reportElement x="0" y="0" width="428" height="20" uuid="4af88e89-5331-4b03-a1e7-a167dc55b5d6"/>
|
<reportElement x="0" y="0" width="428" height="20" uuid="4af88e89-5331-4b03-a1e7-a167dc55b5d6"/>
|
||||||
<textElement verticalAlignment="Middle">
|
<textElement verticalAlignment="Middle">
|
||||||
|
@ -531,12 +254,24 @@
|
||||||
<line>
|
<line>
|
||||||
<reportElement x="0" y="20" width="801" height="1" uuid="825a1d3d-ff5b-4ddb-ad07-51fa7e7a6d51"/>
|
<reportElement x="0" y="20" width="801" height="1" uuid="825a1d3d-ff5b-4ddb-ad07-51fa7e7a6d51"/>
|
||||||
</line>
|
</line>
|
||||||
|
<subreport isUsingCache="true">
|
||||||
|
<reportElement x="0" y="111" width="802" height="42" uuid="4a6bdca5-1ca5-4ee2-bd92-9c8eb2080bf7"/>
|
||||||
|
<dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{lsReceitas})]]></dataSourceExpression>
|
||||||
|
<subreportExpression><![CDATA[$P{SUBREPORT_DIR} + "RelatorioCalculoComissaoReceitas.jasper"]]></subreportExpression>
|
||||||
|
</subreport>
|
||||||
|
<textField pattern="R$ ###0.00" isBlankWhenNull="true">
|
||||||
|
<reportElement x="702" y="40" width="100" height="20" uuid="235abf59-1771-4161-b6ea-adf9d0aadb27"/>
|
||||||
|
<textElement verticalAlignment="Middle">
|
||||||
|
<font size="9"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{comissaoOutros}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
<staticText>
|
<staticText>
|
||||||
<reportElement x="142" y="142" width="45" height="20" uuid="dd729f00-62c3-4408-a61e-967ddb40d735"/>
|
<reportElement x="597" y="40" width="105" height="20" uuid="3fc53b95-9074-4564-81d3-8781fd2b8708"/>
|
||||||
<textElement textAlignment="Center">
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
||||||
<font size="9" isBold="true"/>
|
<font size="9" isBold="true"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<text><![CDATA[GAP]]></text>
|
<text><![CDATA[Outros: ]]></text>
|
||||||
</staticText>
|
</staticText>
|
||||||
</band>
|
</band>
|
||||||
<band height="68">
|
<band height="68">
|
||||||
|
@ -549,22 +284,22 @@
|
||||||
</staticText>
|
</staticText>
|
||||||
<staticText>
|
<staticText>
|
||||||
<reportElement x="184" y="23" width="48" height="20" uuid="0a499b0f-3825-4f62-a9e9-d25436b47c83"/>
|
<reportElement x="184" y="23" width="48" height="20" uuid="0a499b0f-3825-4f62-a9e9-d25436b47c83"/>
|
||||||
<textElement textAlignment="Center">
|
<textElement textAlignment="Left" verticalAlignment="Top">
|
||||||
<font size="9" isBold="true"/>
|
<font size="8" isBold="true"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<text><![CDATA[Valor]]></text>
|
<text><![CDATA[Valor]]></text>
|
||||||
</staticText>
|
</staticText>
|
||||||
<staticText>
|
<staticText>
|
||||||
<reportElement x="232" y="23" width="144" height="20" uuid="14aa7b72-f775-45c1-81b3-a66c3c04f13a"/>
|
<reportElement x="232" y="23" width="144" height="20" uuid="14aa7b72-f775-45c1-81b3-a66c3c04f13a"/>
|
||||||
<textElement textAlignment="Center">
|
<textElement textAlignment="Left" verticalAlignment="Top">
|
||||||
<font size="9" isBold="true"/>
|
<font size="8" isBold="true"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<text><![CDATA[Tipo de Desconto]]></text>
|
<text><![CDATA[Tipo de Desconto]]></text>
|
||||||
</staticText>
|
</staticText>
|
||||||
<staticText>
|
<staticText>
|
||||||
<reportElement x="0" y="23" width="184" height="20" uuid="5666876c-9df7-49e9-b8dd-4cde87a600ee"/>
|
<reportElement x="0" y="23" width="184" height="20" uuid="5666876c-9df7-49e9-b8dd-4cde87a600ee"/>
|
||||||
<textElement textAlignment="Center">
|
<textElement textAlignment="Left" verticalAlignment="Top">
|
||||||
<font size="9" isBold="true"/>
|
<font size="8" isBold="true"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<text><![CDATA[Nome do Desconto]]></text>
|
<text><![CDATA[Nome do Desconto]]></text>
|
||||||
</staticText>
|
</staticText>
|
||||||
|
@ -577,22 +312,22 @@
|
||||||
<jr:listContents height="21" width="376">
|
<jr:listContents height="21" width="376">
|
||||||
<textField>
|
<textField>
|
||||||
<reportElement x="0" y="0" width="184" height="20" uuid="a6e0c70d-93a2-4e17-98c1-1c361ab963ee"/>
|
<reportElement x="0" y="0" width="184" height="20" uuid="a6e0c70d-93a2-4e17-98c1-1c361ab963ee"/>
|
||||||
<textElement textAlignment="Center" verticalAlignment="Middle">
|
<textElement textAlignment="Left" verticalAlignment="Top">
|
||||||
<font size="9"/>
|
<font size="8"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$F{nomeDesconto}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$F{nomeDesconto}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField pattern="R$ ###0.00">
|
<textField pattern="R$ ###0.00">
|
||||||
<reportElement x="184" y="0" width="48" height="20" uuid="65bdb39a-1301-4c44-bd70-2f9a2a6efda2"/>
|
<reportElement x="184" y="0" width="48" height="20" uuid="65bdb39a-1301-4c44-bd70-2f9a2a6efda2"/>
|
||||||
<textElement textAlignment="Center" verticalAlignment="Middle">
|
<textElement textAlignment="Left" verticalAlignment="Top">
|
||||||
<font size="9"/>
|
<font size="8"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$F{valorDesconto}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$F{valorDesconto}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField>
|
<textField>
|
||||||
<reportElement x="232" y="0" width="144" height="20" uuid="084fc3dd-1d7e-4514-aabb-8368eec06a28"/>
|
<reportElement x="232" y="0" width="144" height="20" uuid="084fc3dd-1d7e-4514-aabb-8368eec06a28"/>
|
||||||
<textElement textAlignment="Center" verticalAlignment="Middle">
|
<textElement textAlignment="Left" verticalAlignment="Top">
|
||||||
<font size="9"/>
|
<font size="8"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$F{tipoDesconto}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$F{tipoDesconto}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
|
|
Binary file not shown.
|
@ -0,0 +1,553 @@
|
||||||
|
<?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="1.0"/>
|
||||||
|
<property name="ireport.x" value="0"/>
|
||||||
|
<property name="ireport.y" value="0"/>
|
||||||
|
<field name="data" class="java.util.Date"/>
|
||||||
|
<field name="receitaComissao" class="java.math.BigDecimal"/>
|
||||||
|
<field name="receitaBPR" class="java.math.BigDecimal"/>
|
||||||
|
<field name="receitaGAP" class="java.math.BigDecimal"/>
|
||||||
|
<field name="gapImpressa" class="java.math.BigDecimal"/>
|
||||||
|
<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"/>
|
||||||
|
<field name="comissaoBPRDiaria" class="java.math.BigDecimal"/>
|
||||||
|
<field name="comissaoExcessoBagagemDiaria" class="java.math.BigDecimal"/>
|
||||||
|
<field name="comissaoSegOpcionalDiaria" class="java.math.BigDecimal"/>
|
||||||
|
<field name="comissaoEntregaPassagemDiaria" class="java.math.BigDecimal"/>
|
||||||
|
<field name="receitaSeguroOutros" class="java.math.BigDecimal"/>
|
||||||
|
<field name="comissaoOutrosDiaria" class="java.math.BigDecimal"/>
|
||||||
|
<variable name="receitaComissao" class="java.math.BigDecimal" calculation="Sum">
|
||||||
|
<variableExpression><![CDATA[$F{receitaComissao}]]></variableExpression>
|
||||||
|
</variable>
|
||||||
|
<variable name="receitaBPR" class="java.math.BigDecimal" calculation="Sum">
|
||||||
|
<variableExpression><![CDATA[$F{receitaBPR}]]></variableExpression>
|
||||||
|
</variable>
|
||||||
|
<variable name="receitaGAP" class="java.math.BigDecimal" calculation="Sum">
|
||||||
|
<variableExpression><![CDATA[$F{receitaGAP}]]></variableExpression>
|
||||||
|
</variable>
|
||||||
|
<variable name="gapImpressa" class="java.math.BigDecimal" calculation="Sum">
|
||||||
|
<variableExpression><![CDATA[$F{gapImpressa}]]></variableExpression>
|
||||||
|
</variable>
|
||||||
|
<variable name="internet" class="java.math.BigDecimal" calculation="Sum">
|
||||||
|
<variableExpression><![CDATA[$F{internet}]]></variableExpression>
|
||||||
|
</variable>
|
||||||
|
<variable name="cancelados" class="java.math.BigDecimal" calculation="Sum">
|
||||||
|
<variableExpression><![CDATA[$F{cancelados}]]></variableExpression>
|
||||||
|
</variable>
|
||||||
|
<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>
|
||||||
|
<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>
|
||||||
|
<variable name="receitaExcessoBagagem" class="java.math.BigDecimal" calculation="Sum">
|
||||||
|
<variableExpression><![CDATA[$F{receitaExcessoBagagem}]]></variableExpression>
|
||||||
|
</variable>
|
||||||
|
<variable name="receitaSeguroOpcional" class="java.math.BigDecimal" calculation="Sum">
|
||||||
|
<variableExpression><![CDATA[$F{receitaSeguroOpcional}]]></variableExpression>
|
||||||
|
</variable>
|
||||||
|
<variable name="comissaoBPRDiaria" class="java.math.BigDecimal" calculation="Sum">
|
||||||
|
<variableExpression><![CDATA[$F{comissaoBPRDiaria}]]></variableExpression>
|
||||||
|
</variable>
|
||||||
|
<variable name="comissaoExcessoBagagemDiaria" class="java.math.BigDecimal" calculation="Sum">
|
||||||
|
<variableExpression><![CDATA[$F{comissaoExcessoBagagemDiaria}]]></variableExpression>
|
||||||
|
</variable>
|
||||||
|
<variable name="comissaoSegOpcionalDiaria" class="java.math.BigDecimal" calculation="Sum">
|
||||||
|
<variableExpression><![CDATA[$F{comissaoSegOpcionalDiaria}]]></variableExpression>
|
||||||
|
</variable>
|
||||||
|
<variable name="comissaoEntregaPassagemDiaria" class="java.math.BigDecimal" calculation="Sum">
|
||||||
|
<variableExpression><![CDATA[$F{comissaoEntregaPassagemDiaria}]]></variableExpression>
|
||||||
|
</variable>
|
||||||
|
<variable name="receitaSeguroOutros" class="java.math.BigDecimal" calculation="Sum">
|
||||||
|
<variableExpression><![CDATA[$F{receitaSeguroOutros}]]></variableExpression>
|
||||||
|
</variable>
|
||||||
|
<variable name="comissaoOutrosDiaria" class="java.math.BigDecimal" calculation="Sum">
|
||||||
|
<variableExpression><![CDATA[$F{comissaoOutrosDiaria}]]></variableExpression>
|
||||||
|
</variable>
|
||||||
|
<background>
|
||||||
|
<band splitType="Stretch"/>
|
||||||
|
</background>
|
||||||
|
<title>
|
||||||
|
<band height="2" splitType="Stretch"/>
|
||||||
|
</title>
|
||||||
|
<pageHeader>
|
||||||
|
<band splitType="Stretch"/>
|
||||||
|
</pageHeader>
|
||||||
|
<columnHeader>
|
||||||
|
<band height="52" splitType="Stretch">
|
||||||
|
<line>
|
||||||
|
<reportElement x="60" y="23" width="563" 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">
|
||||||
|
<font size="11" 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">
|
||||||
|
<font size="11" 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>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="45" y="26" width="48" height="20" uuid="10c2ec7c-a0c6-4895-9501-be666732a544"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="8" isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[Comissão]]></text>
|
||||||
|
</staticText>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="93" y="26" width="49" height="20" uuid="ba92eb05-8154-47b2-88c7-f43dc5eacf64"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="8" isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[BPR]]></text>
|
||||||
|
</staticText>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="187" y="26" width="45" height="20" uuid="fd5ec164-f0e7-4247-bf46-d515789658b1"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="8" isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[Imp. Gap ]]></text>
|
||||||
|
</staticText>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="230" y="26" width="45" height="20" uuid="7863e645-244f-41bc-86bc-44575c4c25c7"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="8" isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[Internet]]></text>
|
||||||
|
</staticText>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="275" y="26" width="45" height="20" uuid="649c7c45-dc8c-45c7-9149-7a962553f97d"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="8" isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[Cancelados]]></text>
|
||||||
|
</staticText>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="320" y="26" width="45" height="20" uuid="cb694918-7c4f-40f8-a674-44b06638909d"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="8" isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[Cancel. GAP]]></text>
|
||||||
|
</staticText>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="365" y="26" width="35" height="20" uuid="32e0ed36-4d1b-43f9-89f8-8c22fa9c649e"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="8" isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[Devolvidos]]></text>
|
||||||
|
</staticText>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="400" y="26" width="35" height="20" uuid="a7bc3d27-d105-4266-b4df-b1ce5bc48c09"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="8" isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[Dev. GAP]]></text>
|
||||||
|
</staticText>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="435" y="26" width="32" height="20" uuid="ac5ba1b1-4a7b-43e9-9ac0-6af0d2662718"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="8" isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[Dev. Origem]]></text>
|
||||||
|
</staticText>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="467" y="26" width="33" height="20" uuid="cec0a246-f09a-4fe6-a2d9-71d868dcb394"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="8" isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[Dev. O. GAP]]></text>
|
||||||
|
</staticText>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="500" y="26" width="45" height="20" uuid="ce04d39f-6dc0-488b-9719-09804c02d56e"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="8" isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[Exc. Bagagem]]></text>
|
||||||
|
</staticText>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="545" y="26" width="45" height="20" uuid="0d6d8b75-c365-4fc5-9e0c-6bfd0d9dc3cd"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="8" isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[Seg. Opcional]]></text>
|
||||||
|
</staticText>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="635" y="26" width="34" height="20" uuid="59a5b97f-9341-40a0-aed9-98084abe3083"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="8" isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[BPR]]></text>
|
||||||
|
</staticText>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="669" y="26" width="34" height="20" uuid="ec227654-aeaa-4396-8dbe-d9fc3252f3c7"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="8" isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[Exc. Bagagem]]></text>
|
||||||
|
</staticText>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="703" y="26" width="34" height="20" uuid="34f72007-f546-4f12-816d-f3b912f8ff99"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="8" isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[Seg Opcional]]></text>
|
||||||
|
</staticText>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="737" y="26" width="34" height="22" uuid="4e437e0c-22e2-4245-90c3-170dcf31fdac"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="8" isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[Ent. Passagem]]></text>
|
||||||
|
</staticText>
|
||||||
|
<line>
|
||||||
|
<reportElement x="0" y="0" width="802" height="1" uuid="eb03beb3-bcf5-465c-bf5a-8c8b25caaa29"/>
|
||||||
|
</line>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="0" y="26" width="45" height="20" uuid="cc52f7f7-7b2f-4103-9702-af3211fb333c"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="8" isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[Dia]]></text>
|
||||||
|
</staticText>
|
||||||
|
<line>
|
||||||
|
<reportElement x="0" y="48" width="802" height="1" uuid="04335262-d749-4303-a560-776174a2c2b3"/>
|
||||||
|
</line>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="142" y="26" width="45" height="20" uuid="9491390b-a3d5-4a22-8870-31475ee41138"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="8" isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[GAP]]></text>
|
||||||
|
</staticText>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="590" y="26" width="45" height="20" uuid="c97686e7-6e8e-45f4-89ca-8bb37ae55531"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="8" isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[Outros]]></text>
|
||||||
|
</staticText>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="771" y="26" width="31" height="23" uuid="e4b626b6-f13c-4329-8688-4e7ec6ea47b7"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="8" isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[Outros]]></text>
|
||||||
|
</staticText>
|
||||||
|
</band>
|
||||||
|
</columnHeader>
|
||||||
|
<detail>
|
||||||
|
<band height="21" splitType="Stretch">
|
||||||
|
<textField pattern="dd/MM/yyyy">
|
||||||
|
<reportElement x="0" y="0" width="45" height="20" uuid="1229187f-f634-4d67-822d-5518788bb5e3"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{data}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="45" y="0" width="48" height="20" uuid="775fea36-5279-4028-ae7d-0469c81a1b6b"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{receitaComissao}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="93" y="0" width="49" height="20" uuid="568dd4c0-a594-4130-96ec-94800b162c4a"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{receitaBPR}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="187" y="0" width="45" height="20" uuid="4b1c1c55-9828-470f-89cc-23ca2e8e5a38"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{gapImpressa}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="230" y="0" width="45" height="20" uuid="9332443b-f7b3-43b1-b0e1-556266b470a6"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{internet}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="275" y="0" width="45" height="20" uuid="acd80ea7-0dfd-47f7-8607-59aaf28b66e1"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{cancelados}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="320" y="0" width="45" height="20" uuid="10445fda-9570-4957-a54e-6e4a333289a9"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{canceladosGAP}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="365" y="0" width="35" height="20" uuid="d6460e7b-1c76-478b-a849-b0ddc191f7d2"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{devolvidos}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="400" y="0" width="35" height="20" uuid="76297f80-9e76-41da-9f8c-2ad7975eeacf"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{devolvidosGAP}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="435" y="0" width="32" height="20" uuid="08e32a73-fa45-4468-bc94-cb5accbe8a08"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{devolucoesOrigem}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="467" y="0" width="33" height="20" uuid="7b874f65-44bf-409e-9fdd-5afe4830e4ee"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{devolucoesOrigemGAP}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="635" y="0" width="34" height="20" uuid="654782b1-0b9b-46cb-8a78-f90c79dc5a10"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{comissaoBPRDiaria}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="669" y="0" width="34" height="20" uuid="71ebac1d-7e6d-4302-83f9-905663a0f908"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{comissaoExcessoBagagemDiaria}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="737" y="0" width="34" height="20" uuid="46986d99-a2a8-41cb-bf21-693e58701c40"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{comissaoEntregaPassagemDiaria}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="142" y="0" width="45" height="20" uuid="db0af433-7d57-4a29-92d9-c52e6672964e"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{receitaGAP}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="500" y="1" width="45" height="20" uuid="96f03f00-149a-410d-833f-a91d0f807b24"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{receitaExcessoBagagem}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="545" y="1" width="45" height="20" uuid="d129142a-d256-410f-b789-d83e78ee3bec"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{receitaSeguroOpcional}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="590" y="0" width="45" height="20" uuid="c1b447d4-d729-43a2-99e3-a4ba37a9c976"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{receitaSeguroOutros}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="703" y="0" width="34" height="20" uuid="8e8a0b9c-9f97-49ad-a82b-a5d2a04daab3"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{comissaoSegOpcionalDiaria}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="771" y="0" width="31" height="20" uuid="7a7c3542-4485-4ae6-8280-94380592b5f8"/>
|
||||||
|
<textElement textAlignment="Left">
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{comissaoOutrosDiaria}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
</band>
|
||||||
|
</detail>
|
||||||
|
<columnFooter>
|
||||||
|
<band height="24" splitType="Stretch">
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="45" y="1" width="48" height="20" uuid="7ff4ea1c-0160-4a1c-b703-564266f552d8"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$V{receitaComissao}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="703" y="1" width="34" height="20" uuid="89a0ff3f-57c5-4e43-a987-fdac3f71feb5"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$V{comissaoSegOpcionalDiaria}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="320" y="1" width="45" height="20" uuid="7af6bd88-754f-49a7-a11b-19cd6f4ec35f"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$V{canceladosGAP}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="187" y="1" width="45" height="20" uuid="f63e0dda-d68e-4533-b158-5a2ace486a6f"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$V{gapImpressa}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="435" y="1" width="32" height="20" uuid="486afd0c-63d9-40c7-aace-0a6344a7facf"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$V{devolucoesOrigem}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="635" y="1" width="34" height="20" uuid="d035259e-4172-46c4-92ad-c3e9ee64c9e2"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$V{comissaoBPRDiaria}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="400" y="1" width="35" height="20" uuid="2a936baf-d8e6-4cfc-952c-9ab6454194a1"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$V{devolvidosGAP}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="500" y="1" width="45" height="20" uuid="d164a1cb-b629-43cc-a877-c5287e8c40f6"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$V{receitaExcessoBagagem}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="669" y="1" width="34" height="20" uuid="7398d06c-297e-401b-9560-dff77d2588f2"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$V{comissaoExcessoBagagemDiaria}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="467" y="1" width="33" height="20" uuid="7947dadf-ff19-4a76-9de6-5fecced2c6e0"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$V{devolucoesOrigemGAP}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="230" y="1" width="45" height="20" uuid="b3fd5517-25c3-401d-9868-dca9a9aecb36"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$V{internet}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="93" y="1" width="49" height="20" uuid="fb65fbda-afbc-420a-886f-4fb5f7ae6ec1"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$V{receitaBPR}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="545" y="1" width="45" height="20" uuid="5879065f-0754-47b6-ba04-6d161259965c"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$V{receitaSeguroOpcional}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="737" y="1" width="34" height="20" uuid="fb553f54-3f38-45c4-a36c-e1a5f6b7a9fb"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$V{comissaoEntregaPassagemDiaria}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="275" y="1" width="45" height="20" uuid="f149adfb-26c6-4119-a3a9-745fa28b3f92"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$V{cancelados}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="365" y="1" width="35" height="20" uuid="1c5dc537-64ed-43f4-b886-603ccde2d801"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$V{devolvidos}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="142" y="1" width="45" height="20" uuid="00700cc7-c303-483e-ad71-e5c9e7203c4e"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="7"/>
|
||||||
|
</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 pattern="R$ ###0.00">
|
||||||
|
<reportElement x="590" y="1" width="45" height="20" uuid="5f10c6de-2bce-4a26-98a9-2374b2699a60"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$V{receitaSeguroOutros}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="R$ ###0.00">
|
||||||
|
<reportElement x="771" y="1" width="31" height="20" uuid="00301197-2411-4767-b6be-f7dcc4111a2c"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="7"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$V{comissaoOutrosDiaria}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
</band>
|
||||||
|
</columnFooter>
|
||||||
|
<pageFooter>
|
||||||
|
<band splitType="Stretch"/>
|
||||||
|
</pageFooter>
|
||||||
|
<summary>
|
||||||
|
<band splitType="Stretch"/>
|
||||||
|
</summary>
|
||||||
|
</jasperReport>
|
Loading…
Reference in New Issue