You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1304 lines
66 KiB

<?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="AgrupadoresSintetico" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="e4b6a11f-cfdc-4666-bae2-75464500b5ef">
<property name="ireport.zoom" value="1.0"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="318"/>
<style name="Zebrado">
<conditionalStyle>
<conditionExpression><![CDATA[new Boolean(($V{COLUMN_COUNT}.intValue() % 2) == 0)]]></conditionExpression>
<style backcolor="#CCCCCC"/>
</conditionalStyle>
<conditionalStyle>
<conditionExpression><![CDATA[new Boolean(($V{COLUMN_COUNT}.intValue() % 2) != 0)]]></conditionExpression>
<style/>
</conditionalStyle>
</style>
<style name="ResultadoFinal">
<conditionalStyle>
<conditionExpression><![CDATA[($V{somaPontos} / $V{pesotag}) < 0.6]]></conditionExpression>
<style forecolor="#FF0000"/>
</conditionalStyle>
<conditionalStyle>
<conditionExpression><![CDATA[(($V{somaPontos} / $V{pesotag}) > 0.59) && (($V{somaPontos} / $V{pesotag}) < 0.8)]]></conditionExpression>
<style forecolor="#FFFF00"/>
</conditionalStyle>
<conditionalStyle>
<conditionExpression><![CDATA[($V{somaPontos} / $V{pesotag}) > 0.79]]></conditionExpression>
<style forecolor="#009900"/>
</conditionalStyle>
</style>
<style name="table">
<box>
<pen lineWidth="1.0" lineColor="#000000"/>
</box>
</style>
<style name="table_TH" mode="Opaque" backcolor="#F0F8FF">
<box>
<pen lineWidth="0.5" lineColor="#000000"/>
</box>
</style>
<style name="table_CH" mode="Opaque" backcolor="#CCCCCC">
<box>
<pen lineWidth="0.5" lineColor="#000000"/>
</box>
</style>
<style name="table_TD" mode="Opaque" backcolor="#FFFFFF">
<box>
<pen lineWidth="0.5" lineColor="#000000"/>
</box>
</style>
<style name="statusItem">
<conditionalStyle>
<conditionExpression><![CDATA[($F{dentro} / $F{itens_avaliados}) > 0.79]]></conditionExpression>
<style mode="Opaque" forecolor="#006633" backcolor="#CCFFCC"/>
</conditionalStyle>
<conditionalStyle>
<conditionExpression><![CDATA[($F{dentro} / $F{itens_avaliados}) < 0.8]]></conditionExpression>
<style mode="Opaque" forecolor="#FF3300" backcolor="#FFCCCC"/>
</conditionalStyle>
</style>
<style name="statusTotal">
<conditionalStyle>
<conditionExpression><![CDATA[($V{totdentro} / $V{totavaliados}) > 0.79]]></conditionExpression>
<style mode="Opaque" forecolor="#006633" backcolor="#CCFFCC"/>
</conditionalStyle>
<conditionalStyle>
<conditionExpression><![CDATA[($V{totdentro} / $V{totavaliados}) < 0.80]]></conditionExpression>
<style mode="Opaque" forecolor="#FF0000" backcolor="#FFCCCC"/>
</conditionalStyle>
</style>
<subDataset name="Topicos" uuid="2cd44754-2e18-467d-b63a-bc7397950f70">
<parameter name="audit" class="java.math.BigDecimal"/>
<queryString>
<![CDATA[Select
rtrim(cq.tag_id3) topico,
count(cl.pontuacao) total,
count(case when cl.naoaplicavel = 'Não' then 1 end) itens_avaliados,
count(case when cl.pontuacao > 0 then 1 end) dentro,
count(case when (cl.pontuacao = 0) and (cl.naoaplicavel = 'Não') then 1 end) fora,
(Select count(case when (a.pontuacao = 0) and (a.naoaplicavel = 'Não') then 1 end) from auditoria_execucao_lista a, auditoria_execucao_questoes b, auditoria_coleta c where c.chave_questao = b.chave_item and cast(a.chave_item_lista as "varchar"(20)) = c.resposta and c.chave_processo = $P{audit}) totalfora
from auditoria_coleta cc, auditoria_execucao_questoes cq, auditoria_execucao_lista cl
where cc.chave_processo = $P{audit} and cc.chave_questao = cq.chave_item and cast(cl.chave_item_lista as "varchar"(20)) = cc.resposta group by rtrim(cq.tag_id3)]]>
</queryString>
<field name="topico" class="java.lang.String"/>
<field name="total" class="java.lang.Float"/>
<field name="itens_avaliados" class="java.lang.Float"/>
<field name="dentro" class="java.lang.Float"/>
<field name="fora" class="java.lang.Float"/>
<field name="totalfora" class="java.lang.Float"/>
<variable name="TotalItens" class="java.lang.Float" calculation="Sum">
<variableExpression><![CDATA[$F{total}]]></variableExpression>
</variable>
<variable name="totavaliados" class="java.lang.Float" calculation="Sum">
<variableExpression><![CDATA[$F{itens_avaliados}]]></variableExpression>
</variable>
<variable name="totdentro" class="java.lang.Float" calculation="Sum">
<variableExpression><![CDATA[$F{dentro}]]></variableExpression>
</variable>
<variable name="totfora" class="java.lang.Float" calculation="Sum">
<variableExpression><![CDATA[$F{fora}]]></variableExpression>
</variable>
</subDataset>
<subDataset name="Linhas" uuid="d15b36e6-4ae2-4d1f-b522-1d9afcbe52bc">
<parameter name="audit" class="java.math.BigDecimal"/>
<queryString>
<![CDATA[Select
cq.tag_id topico,
count(cl.pontuacao) total,
count(case when cl.naoaplicavel = 'Não' then 1 end) itens_avaliados,
count(case when cl.pontuacao > 0 then 1 end) dentro,
count(case when (cl.pontuacao = 0) and (cl.naoaplicavel = 'Não') then 1 end) fora,
sum(case when (cl.pontuacao = 0) and (cl.naoaplicavel = 'Não') then 1 end) totfora
from auditoria_coleta cc, auditoria_execucao_questoes cq, auditoria_execucao_lista cl
where cc.chave_processo = $P{audit} and cc.chave_questao = cq.chave_item and cast(cl.chave_item_lista as "varchar"(20)) = cc.resposta group by cq.tag_id]]>
</queryString>
<field name="topico" class="java.lang.String"/>
<field name="total" class="java.lang.Float"/>
<field name="itens_avaliados" class="java.lang.Float"/>
<field name="dentro" class="java.lang.Float"/>
<field name="fora" class="java.lang.Float"/>
<variable name="TotalItens" class="java.lang.Float" calculation="Sum">
<variableExpression><![CDATA[$F{total}]]></variableExpression>
</variable>
<variable name="totavaliados" class="java.lang.Float" calculation="Sum">
<variableExpression><![CDATA[$F{itens_avaliados}]]></variableExpression>
</variable>
<variable name="totdentro" class="java.lang.Float" calculation="Sum">
<variableExpression><![CDATA[$F{dentro}]]></variableExpression>
</variable>
<variable name="totfora" class="java.lang.Float" calculation="Sum">
<variableExpression><![CDATA[$F{fora}]]></variableExpression>
</variable>
</subDataset>
<subDataset name="Categoria" uuid="d7dfd0e1-6d15-4751-bc8a-0e10f02becc4">
<parameter name="audit" class="java.math.BigDecimal"/>
<queryString>
<![CDATA[Select
cq.tag_id linha,
cq.tag_id2 categoria,
count(cl.pontuacao) total,
count(case when cl.naoaplicavel = 'Não' then 1 end) itens_avaliados,
count(case when cl.pontuacao > 0 then 1 end) dentro,
count(case when (cl.pontuacao = 0) and (cl.naoaplicavel = 'Não') then 1 end) fora,
sum(case when (cl.pontuacao = 0) and (cl.naoaplicavel = 'Não') then 1 end) totfora
from auditoria_coleta cc, auditoria_execucao_questoes cq, auditoria_execucao_lista cl
where cc.chave_processo = $P{audit} and cc.chave_questao = cq.chave_item and cast(cl.chave_item_lista as "varchar"(20)) = cc.resposta group by cq.tag_id, cq.tag_id2 order by 1,2]]>
</queryString>
<field name="linha" class="java.lang.String"/>
<field name="categoria" class="java.lang.String"/>
<field name="total" class="java.lang.Float"/>
<field name="itens_avaliados" class="java.lang.Float"/>
<field name="dentro" class="java.lang.Float"/>
<field name="fora" class="java.lang.Float"/>
<variable name="TotalItens" class="java.lang.Float" calculation="Sum">
<variableExpression><![CDATA[$F{total}]]></variableExpression>
</variable>
<variable name="totavaliados" class="java.lang.Float" calculation="Sum">
<variableExpression><![CDATA[$F{itens_avaliados}]]></variableExpression>
</variable>
<variable name="totdentro" class="java.lang.Float" calculation="Sum">
<variableExpression><![CDATA[$F{dentro}]]></variableExpression>
</variable>
<variable name="totfora" class="java.lang.Float" calculation="Sum">
<variableExpression><![CDATA[$F{fora}]]></variableExpression>
</variable>
</subDataset>
<parameter name="auditoria" class="java.lang.Long">
<defaultValueExpression><![CDATA[$P{auditoria}.intValue()]]></defaultValueExpression>
</parameter>
<parameter name="gerente" class="java.lang.String" isForPrompting="false"/>
<queryString>
<![CDATA[Select distinct cc.chave_processo,
e.nome_fantasia,
u.nome Executor,
TO_CHAR(cc.datac, 'DD/MM/YYYY') datac,
cc.datafim "data",
c.titulo
from auditoria_coleta cc inner join nauth.usuario u on u.login = cc.executor
inner join nauth.empresa e on e.empresa_id = cc.empresa
inner join auditoria_execucao ex on ex.chave_execucao = cc.chave_processo
inner join auditoria c on c.chave_auditoria = ex.chave_auditoria where cc.chave_processo = $P{auditoria}]]>
</queryString>
<field name="CHAVE_PROCESSO" class="java.math.BigDecimal"/>
<field name="NOME_FANTASIA" class="java.lang.String"/>
<field name="EXECUTOR" class="java.lang.String"/>
<field name="DATA" class="java.sql.Timestamp"/>
<field name="TITULO" class="java.lang.String"/>
<field name="DATAC" class="java.lang.String"/>
<group name="Linhas">
<groupExpression><![CDATA[$F{CHAVE_PROCESSO}]]></groupExpression>
<groupHeader>
<band height="103">
<componentElement>
<reportElement key="table" style="table" stretchType="RelativeToTallestObject" isPrintRepeatedValues="false" x="10" y="18" width="536" height="70" uuid="8bcbc965-f73b-4421-9f09-ae62c6c1a08f"/>
<jr:table 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="Topicos" uuid="295d49f6-ef48-4723-8c21-40ebc93eff13">
<datasetParameter name="audit">
<datasetParameterExpression><![CDATA[$F{CHAVE_PROCESSO}]]></datasetParameterExpression>
</datasetParameter>
<connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>
</datasetRun>
<jr:column width="157" uuid="613dd638-1f91-47da-a336-2b7806d13f84">
<jr:columnHeader style="table_CH" height="27" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="157" height="26" uuid="c0892c00-24d2-40d2-b63d-c472f3a119e7"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="9" isBold="true"/>
</textElement>
<text><![CDATA[Tópico]]></text>
</staticText>
</jr:columnHeader>
<jr:columnFooter style="table_CH" height="26" rowSpan="1"/>
<jr:detailCell style="table_TD" height="19" rowSpan="1">
<textField>
<reportElement x="6" y="0" width="150" height="19" uuid="d2663da9-688c-45ab-89c6-017ba8d8cfe0"/>
<textElement verticalAlignment="Middle">
<font fontName="Arial" size="9"/>
</textElement>
<textFieldExpression><![CDATA[$F{topico}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="39" uuid="8c89fcd1-ac39-4849-9c96-2cb3bc939c3d">
<jr:columnHeader style="table_CH" height="27" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="37" height="26" uuid="45092165-5b7a-407f-a251-a789e885fff7"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="9" isBold="true"/>
</textElement>
<text><![CDATA[Total]]></text>
</staticText>
</jr:columnHeader>
<jr:columnFooter style="table_CH" height="26" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="39" height="26" uuid="1d6c0f86-03cf-4612-a64d-a7cab6a9519f"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="9"/>
</textElement>
<textFieldExpression><![CDATA[$V{TotalItens}]]></textFieldExpression>
</textField>
</jr:columnFooter>
<jr:detailCell style="table_TD" height="19" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="39" height="19" uuid="4440e8ae-1276-42e0-9bc3-150a314f9c6a"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="9"/>
</textElement>
<textFieldExpression><![CDATA[$F{total}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="51" uuid="a719722a-4f4c-4452-a68f-2904b4d775d7">
<jr:columnHeader style="table_CH" height="27" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="48" height="26" uuid="1f0bdacc-037d-47dc-9da1-8cbb3a869ec0"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="9" isBold="true"/>
</textElement>
<text><![CDATA[Itens avaliados]]></text>
</staticText>
</jr:columnHeader>
<jr:columnFooter style="table_CH" height="26" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="51" height="26" uuid="17914037-4bf5-4f96-b476-edc9669e82e8"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="9"/>
</textElement>
<textFieldExpression><![CDATA[$V{totavaliados}]]></textFieldExpression>
</textField>
</jr:columnFooter>
<jr:detailCell style="table_TD" height="19" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="51" height="19" uuid="467f35ed-051b-4468-a166-d130a238f6b0"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="9"/>
</textElement>
<textFieldExpression><![CDATA[$F{itens_avaliados}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="39" uuid="b1d371c7-845a-44ba-b0f5-6723be8e2e79">
<jr:columnHeader style="table_CH" height="27" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="39" height="26" uuid="ea0afe24-bbb8-49ca-910c-059afb6ecd07"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="9" isBold="true"/>
</textElement>
<text><![CDATA[Dentro]]></text>
</staticText>
</jr:columnHeader>
<jr:columnFooter style="table_CH" height="26" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="39" height="26" forecolor="#0033FF" uuid="738f8d23-3ab2-4aa9-9bb6-dc3ee397d772"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="9" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{totdentro}]]></textFieldExpression>
</textField>
</jr:columnFooter>
<jr:detailCell style="table_TD" height="19" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="39" height="19" forecolor="#0033FF" uuid="75f46a7a-5219-419b-9cc2-a65e4952dffd"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="9" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{dentro}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="34" uuid="b3418b7e-fc2e-4671-a71e-623f2f08dde8">
<jr:columnHeader style="table_CH" height="27" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="30" height="26" uuid="6e72ecd5-da81-4c14-839d-0e7453810ae5"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="9" isBold="true"/>
</textElement>
<text><![CDATA[Fora]]></text>
</staticText>
</jr:columnHeader>
<jr:columnFooter style="table_CH" height="26" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="34" height="26" forecolor="#FF0000" uuid="5a8f9df2-bce1-4f34-a9c9-136d5779a896"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="9" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{totfora}]]></textFieldExpression>
</textField>
</jr:columnFooter>
<jr:detailCell style="table_TD" height="19" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="34" height="19" forecolor="#FF0000" uuid="bb537897-a663-4829-bb59-2cbd36d94af6"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="9" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{fora}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="48" uuid="c9f13c87-2411-45d8-8521-74ded126d190">
<jr:columnHeader style="table_CH" height="27" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="48" height="26" uuid="080ef9ea-1efc-4714-ae27-e838b6a1cc4b"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="9" isBold="true"/>
</textElement>
<text><![CDATA[Perc. Atingido]]></text>
</staticText>
</jr:columnHeader>
<jr:columnFooter style="table_CH" height="26" rowSpan="1">
<textField pattern="#,###0 %">
<reportElement x="0" y="0" width="48" height="26" forecolor="#0033FF" uuid="bf3d4d9e-214c-4667-8ff5-efb0fc51c5b1"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="9" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{totdentro} / $V{totavaliados}]]></textFieldExpression>
</textField>
</jr:columnFooter>
<jr:detailCell style="table_TD" height="19" rowSpan="1">
<textField pattern="#,###0 %" isBlankWhenNull="false">
<reportElement x="0" y="0" width="48" height="19" forecolor="#0033FF" uuid="2f3754dc-ebb8-4c86-b8e9-5dfd19ee7f92"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="9" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{dentro} / $F{itens_avaliados}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="46" uuid="fbff362b-7eab-4fbc-bc74-f3aa4b107987">
<jr:columnHeader style="table_CH" height="27" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="46" height="26" uuid="a8287ea9-ee98-4c7a-976b-581f4a9f2288"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="9" isBold="true"/>
</textElement>
<text><![CDATA[Perc. ñ atingido]]></text>
</staticText>
</jr:columnHeader>
<jr:columnFooter style="table_CH" height="26" rowSpan="1">
<textField pattern="#,###0 %">
<reportElement x="0" y="0" width="46" height="26" forecolor="#FF0000" uuid="b7610a5f-b116-4663-9bb5-5ae070aa75d4"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="9" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{totfora} / $V{totavaliados}]]></textFieldExpression>
</textField>
</jr:columnFooter>
<jr:detailCell style="table_TD" height="19" rowSpan="1">
<textField pattern="#,###0 %">
<reportElement x="0" y="0" width="46" height="19" forecolor="#FF0000" uuid="02dd0771-5ba2-4934-8683-5ebde531edd6"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="9" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{fora} / $F{itens_avaliados}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="54" uuid="869175db-6bf7-4d9d-a048-2af6db8685b4">
<jr:columnHeader style="table_CH" height="27" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="52" height="26" uuid="39800159-7236-4fe7-85d6-58d5ad40db69"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="9" isBold="true"/>
</textElement>
<text><![CDATA[Part. itens negativos]]></text>
</staticText>
</jr:columnHeader>
<jr:columnFooter style="table_CH" height="26" rowSpan="1"/>
<jr:detailCell style="table_TD" height="19" rowSpan="1">
<textField pattern="#,###0 %">
<reportElement x="0" y="0" width="54" height="19" forecolor="#FF0000" uuid="e7b145bc-3926-4b75-9690-a01f2fd3823b"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="9" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{fora} / $F{totalfora}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="74" uuid="fa0cf71b-1960-4dcf-9b30-3b3ebfdda825">
<jr:columnHeader style="table_CH" height="27" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="74" height="26" uuid="62acaeb3-280d-47fa-9ffd-648d136256b7"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="9" isBold="true"/>
</textElement>
<text><![CDATA[Status]]></text>
</staticText>
</jr:columnHeader>
<jr:columnFooter style="table_CH" height="26" rowSpan="1">
<textField>
<reportElement style="statusTotal" x="0" y="0" width="74" height="26" uuid="d3f392da-a58c-435d-a179-69b38fce2d35"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="9"/>
</textElement>
<textFieldExpression><![CDATA[($V{totdentro} / $V{totavaliados}) > 0.79 ? "OK" : "NÃO OK"]]></textFieldExpression>
</textField>
</jr:columnFooter>
<jr:detailCell style="table_TD" height="19" rowSpan="1">
<textField>
<reportElement style="statusItem" x="0" y="0" width="74" height="19" uuid="52246db5-e7d9-4d91-b54c-f7f9073e4af2"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="9"/>
</textElement>
<textFieldExpression><![CDATA[($F{dentro} / $F{itens_avaliados}) > 0.79 ? "OK" : "NÃO OK"]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
</jr:table>
</componentElement>
</band>
</groupHeader>
<groupFooter>
<band height="98">
<componentElement>
<reportElement key="table" style="table" stretchType="RelativeToTallestObject" isPrintRepeatedValues="false" x="12" y="0" width="536" height="73" isPrintInFirstWholeBand="true" uuid="1cbc7eb4-3fbf-4b45-ada2-ae551754b2b5"/>
<jr:table 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="Categoria" uuid="e02df7a0-34b6-422d-b046-6e806194fd4b">
<datasetParameter name="audit">
<datasetParameterExpression><![CDATA[$F{CHAVE_PROCESSO}]]></datasetParameterExpression>
</datasetParameter>
<connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>
</datasetRun>
<jr:columnGroup width="538" uuid="6376e438-7d1d-438e-940b-afacd4b5e6d5">
<jr:tableHeader height="23" rowSpan="1">
<staticText>
<reportElement mode="Opaque" x="0" y="0" width="538" height="23" backcolor="#CCCCCC" uuid="1c96de27-6aa3-4913-8f58-3395160d8e52"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" isBold="true"/>
</textElement>
<text><![CDATA[Resultado Linhas - Avaliação Quantitativa]]></text>
</staticText>
</jr:tableHeader>
<jr:columnGroup width="216" uuid="c2c3706e-5560-4501-9a8b-d5effd5d0d37">
<jr:tableHeader style="table_CH" height="30" rowSpan="1">
<staticText>
<reportElement x="7" y="15" width="112" height="15" uuid="c06346f5-79dc-4a9b-9e78-55a59cfdd09b"/>
<textElement verticalAlignment="Bottom">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[Linhas]]></text>
</staticText>
<staticText>
<reportElement x="133" y="15" width="79" height="15" uuid="b5fe66ab-b37e-4858-bdd6-bac91f062eab"/>
<textElement verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[Categorias]]></text>
</staticText>
</jr:tableHeader>
<jr:column width="126" uuid="77f341cf-816f-430a-b16f-3d8a7135dc86">
<jr:tableFooter style="table_CH" height="26" rowSpan="1"/>
<jr:detailCell style="table_TD" height="30" rowSpan="1">
<textField>
<reportElement x="6" y="0" width="114" height="30" uuid="f365f519-4d83-4230-936a-902a358f2ffa"/>
<textElement verticalAlignment="Middle">
<font fontName="Arial" size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{linha}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="90" uuid="b892eb31-2979-44e7-8bbe-50c44be6248f">
<jr:tableFooter style="table_CH" height="26" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="90" height="26" uuid="1f885845-96fc-483e-a337-b63ebf5374f0"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8"/>
</textElement>
<text><![CDATA[TOTALIZAÇÃO]]></text>
</staticText>
</jr:tableFooter>
<jr:detailCell style="table_TD" height="30" rowSpan="1">
<textField>
<reportElement x="7" y="0" width="79" height="30" uuid="be57b54b-8323-470d-940c-e3d28bc6b5f5"/>
<textElement verticalAlignment="Middle">
<font fontName="Arial" size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{categoria}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
</jr:columnGroup>
<jr:columnGroup width="36" uuid="40eb2f4e-6821-4305-aceb-b9984e6b47d1">
<jr:tableHeader style="table_CH" height="30" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="36" height="30" uuid="cd321b5e-f4d4-4c04-810f-1ff9fa42a2fc"/>
<textElement textAlignment="Center" verticalAlignment="Bottom">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[Total de itens]]></text>
</staticText>
</jr:tableHeader>
<jr:column width="36" uuid="2dc622d7-8fba-4c67-bb77-9ab8ac277207">
<jr:tableFooter style="table_CH" height="26" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="36" height="26" uuid="54a8f225-bd43-45fc-b078-9a97a2168834"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{TotalItens}]]></textFieldExpression>
</textField>
</jr:tableFooter>
<jr:detailCell style="table_TD" height="30" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="36" height="30" uuid="1556d3ff-6253-4be7-832a-4362e7687c74"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{total}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
</jr:columnGroup>
<jr:columnGroup width="44" uuid="37fb321a-b57e-4f9e-a9e4-44958fbdcb10">
<jr:tableHeader style="table_CH" height="30" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="44" height="10" uuid="d89adb88-6e80-4dbb-9e02-f20c58fb7329"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[TOTAL]]></text>
</staticText>
<staticText>
<reportElement x="0" y="10" width="44" height="20" uuid="89974bd8-ffe8-472f-85a4-fb560a9c6e44"/>
<textElement textAlignment="Center" verticalAlignment="Bottom">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[Itens avaliados]]></text>
</staticText>
</jr:tableHeader>
<jr:column width="44" uuid="42eefc7f-e929-4142-a62f-0e107e4fd367">
<jr:tableFooter style="table_CH" height="26" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="44" height="26" forecolor="#0066FF" uuid="3bf18736-6c96-47eb-9f35-84a654a78024"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{totavaliados}]]></textFieldExpression>
</textField>
</jr:tableFooter>
<jr:detailCell style="table_TD" height="30" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="44" height="30" forecolor="#0066FF" uuid="e4cf7de5-0508-4ba6-beff-60f265bcf35c"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{itens_avaliados}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
</jr:columnGroup>
<jr:columnGroup width="242" uuid="83ed2087-4b67-471c-981c-b03a63deb433">
<jr:tableHeader style="table_CH" height="30" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="242" height="10" uuid="67d083f5-49a6-488d-a272-89dda87b16e4"/>
<textElement textAlignment="Center">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[RESULTADO]]></text>
</staticText>
<staticText>
<reportElement x="0" y="10" width="35" height="20" uuid="3c071386-876a-4776-9b1d-35490966cc75"/>
<textElement textAlignment="Center" verticalAlignment="Bottom">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[Dentro]]></text>
</staticText>
<staticText>
<reportElement x="35" y="10" width="30" height="20" uuid="3ea137a5-c96f-44f2-ad66-c7f86309944b"/>
<textElement textAlignment="Center" verticalAlignment="Bottom">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[Perc.]]></text>
</staticText>
<staticText>
<reportElement x="65" y="10" width="27" height="20" uuid="edc9f477-c556-4a03-86d1-6fc6f2b640bd"/>
<textElement textAlignment="Center" verticalAlignment="Bottom">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[Fora]]></text>
</staticText>
<staticText>
<reportElement x="92" y="10" width="28" height="20" uuid="4fe3e4ef-5ce6-4e21-8ed6-3ab83177c906"/>
<textElement textAlignment="Center" verticalAlignment="Bottom">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[Perc.]]></text>
</staticText>
<staticText>
<reportElement x="120" y="10" width="47" height="20" uuid="4fbf8898-39ff-4881-a4b1-cdb05d6c1cb6"/>
<textElement textAlignment="Center" verticalAlignment="Bottom">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[Pontuação]]></text>
</staticText>
<staticText>
<reportElement x="167" y="10" width="32" height="20" uuid="70fa2ca9-a6eb-402f-bade-0b1155a6f95b"/>
<textElement textAlignment="Center" verticalAlignment="Bottom">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[Perc. atingido]]></text>
</staticText>
<staticText>
<reportElement x="199" y="10" width="43" height="20" uuid="f641a292-3920-4485-be0a-8351bf37851c"/>
<textElement textAlignment="Center" verticalAlignment="Bottom">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[Status]]></text>
</staticText>
</jr:tableHeader>
<jr:column width="35" uuid="af415889-e7a9-4d4a-b790-611cc8f446fb">
<jr:tableFooter style="table_CH" height="26" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="35" height="26" uuid="d853585b-781e-4664-9712-4badc767d609"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{totdentro}]]></textFieldExpression>
</textField>
</jr:tableFooter>
<jr:detailCell style="table_TD" height="30" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="35" height="30" uuid="47eba09c-dc80-43bc-a2c6-c43f952f9746"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{dentro}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="30" uuid="b1bf90f7-a99e-4da2-83f3-c72b216fe186">
<jr:tableFooter style="table_CH" height="26" rowSpan="1">
<textField pattern="#,###0 %">
<reportElement x="0" y="0" width="30" height="26" forecolor="#000000" uuid="4c0a299e-c9cd-450b-95fd-5fd18dc47e32"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{totdentro} / $V{totavaliados}]]></textFieldExpression>
</textField>
</jr:tableFooter>
<jr:detailCell style="table_TD" height="30" rowSpan="1">
<textField pattern="#,###0 %" isBlankWhenNull="false">
<reportElement x="0" y="0" width="30" height="30" forecolor="#000000" uuid="066be123-f76c-404b-9c7a-71e46c80c883"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{dentro} / $F{itens_avaliados}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="27" uuid="2610e82e-3eae-41a0-9800-e8e8a2020563">
<jr:tableFooter style="table_CH" height="26" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="27" height="26" uuid="783d587b-ee36-40e8-9e13-a2cf7be9646a"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{totfora}]]></textFieldExpression>
</textField>
</jr:tableFooter>
<jr:detailCell style="table_TD" height="30" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="27" height="30" uuid="f22f5487-2f54-4b9d-be2e-897eb43a437a"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{fora}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="28" uuid="2b6eebe8-03f8-4bfb-b8a5-6fd65536c42f">
<jr:tableFooter style="table_CH" height="26" rowSpan="1">
<textField pattern="#,###0 %">
<reportElement x="0" y="0" width="28" height="26" forecolor="#000000" uuid="59ca70e9-7659-4ca2-9ab8-4bd0aa8473ad"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{totfora} / $V{totavaliados}]]></textFieldExpression>
</textField>
</jr:tableFooter>
<jr:detailCell style="table_TD" height="30" rowSpan="1">
<textField pattern="#,###0 %">
<reportElement x="0" y="0" width="28" height="30" forecolor="#000000" uuid="61502a90-3f1b-438f-9602-330ab1428794"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{fora} / $F{itens_avaliados}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="47" uuid="5b8deb7e-efc5-4ee1-b429-fc05f432619f">
<jr:tableFooter style="table_CH" height="26" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="47" height="26" forecolor="#0033CC" uuid="73f20e2a-4e99-49d7-bbb9-d48de9b2f960"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{totavaliados}]]></textFieldExpression>
</textField>
</jr:tableFooter>
<jr:detailCell style="table_TD" height="30" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="47" height="30" forecolor="#0033CC" uuid="66e096ab-f205-45ba-958a-5d898084b606"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{itens_avaliados}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="32" uuid="d335886a-39d4-4fcd-962d-6e1d08e24913">
<jr:tableFooter style="table_CH" height="26" rowSpan="1">
<textField pattern="#,###0 %">
<reportElement x="0" y="0" width="32" height="26" forecolor="#0033CC" uuid="f3b9bf0f-9b81-4186-a913-f3e2e9f21553"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{totdentro} / $V{totavaliados}]]></textFieldExpression>
</textField>
</jr:tableFooter>
<jr:detailCell style="table_TD" height="30" rowSpan="1">
<textField pattern="#,###0 %" isBlankWhenNull="false">
<reportElement x="0" y="0" width="32" height="30" forecolor="#0033CC" uuid="58b2e5b7-d500-420d-9b2a-0812b2da0093"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{dentro} / $F{itens_avaliados}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="43" uuid="b955f47f-aa8b-454d-acea-ba2510429856">
<jr:tableFooter style="table_CH" height="26" rowSpan="1">
<textField>
<reportElement style="statusTotal" x="0" y="0" width="43" height="26" uuid="a52593de-5825-449d-9c90-da2b03198f92"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[($V{totdentro} / $V{totavaliados}) > 0.79 ? "OK" : "NÃO OK"]]></textFieldExpression>
</textField>
</jr:tableFooter>
<jr:detailCell style="table_TD" height="30" rowSpan="1">
<textField>
<reportElement style="statusItem" x="0" y="0" width="43" height="30" uuid="76d0179c-a6b5-422e-8bed-1eb620a11663"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8"/>
</textElement>
<textFieldExpression><![CDATA[($F{dentro} / $F{itens_avaliados}) > 0.79 ? "OK" : "NÃO OK"]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
</jr:columnGroup>
</jr:columnGroup>
</jr:table>
</componentElement>
</band>
</groupFooter>
</group>
<background>
<band splitType="Stretch"/>
</background>
<title>
<band splitType="Stretch"/>
</title>
<pageHeader>
<band height="80" splitType="Stretch">
<image onErrorType="Blank">
<reportElement x="10" y="6" width="134" height="65" uuid="3a05aa83-dfae-4332-addf-a3325c02eabe"/>
<imageExpression><![CDATA[new String("http://localhost:8080/imagens/logo_cliente.jpg")]]></imageExpression>
</image>
<staticText>
<reportElement x="152" y="6" width="396" height="65" uuid="d4905fbc-c5ee-4b64-a89a-9ebba21e95a7"/>
<textElement textAlignment="Center" verticalAlignment="Top">
<font fontName="Arial" size="14" isBold="true"/>
<paragraph lineSpacing="Double"/>
</textElement>
<text><![CDATA[BARCELOS & CIA LTDA
SUPERBOM SUPERMERCADOS]]></text>
</staticText>
</band>
</pageHeader>
<columnHeader>
<band height="157" splitType="Stretch">
<printWhenExpression><![CDATA[$V{PAGE_NUMBER} == 1]]></printWhenExpression>
<rectangle>
<reportElement x="315" y="38" width="231" height="18" backcolor="#999999" uuid="1f3d7265-68b6-4160-a1b1-668a4e3edaa0"/>
</rectangle>
<rectangle>
<reportElement x="150" y="110" width="154" height="18" backcolor="#999999" uuid="e150f6a2-ba9d-40bb-927c-536301e202ac"/>
</rectangle>
<rectangle>
<reportElement x="150" y="74" width="154" height="18" backcolor="#999999" uuid="61ab94d7-42eb-4cdc-adc3-1ef94542a3c5"/>
</rectangle>
<rectangle>
<reportElement x="10" y="38" width="140" height="18" backcolor="#999999" uuid="b6144ce2-6673-4bfb-b8e6-cb0565b308c4"/>
</rectangle>
<rectangle>
<reportElement x="150" y="56" width="154" height="18" uuid="f7584b9b-cf77-47c5-b26c-794a37235864"/>
</rectangle>
<rectangle>
<reportElement x="150" y="38" width="154" height="18" backcolor="#999999" uuid="0ed6a742-377d-4ca7-8339-58de07f2c26d"/>
</rectangle>
<staticText>
<reportElement mode="Transparent" x="29" y="39" width="104" height="15" backcolor="#FFFFFF" uuid="81dabbce-f8f2-45c5-b4cd-8a41714478bb"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[NÚMERO]]></text>
</staticText>
<rectangle>
<reportElement x="150" y="127" width="154" height="18" uuid="dca6643b-5e97-4ba9-a86a-62ad963b8db2"/>
</rectangle>
<staticText>
<reportElement mode="Transparent" x="164" y="112" width="120" height="15" backcolor="#999999" uuid="f2674cc2-b53a-4811-b6c2-9857045d4da8"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[DATA ENCERRAMENTO]]></text>
</staticText>
<rectangle>
<reportElement x="10" y="110" width="140" height="18" backcolor="#999999" uuid="b29beb25-512b-4f1d-91e2-3307034b88e7"/>
</rectangle>
<rectangle>
<reportElement x="10" y="127" width="140" height="18" uuid="ffbed13c-0a01-4ab6-80fe-ba43f5c5177c"/>
</rectangle>
<rectangle>
<reportElement x="10" y="74" width="140" height="18" backcolor="#999999" uuid="ca5a2af2-762b-4029-8905-39491ab651df"/>
</rectangle>
<rectangle>
<reportElement x="150" y="92" width="154" height="18" uuid="9a7a8b4c-0e6f-4476-93cd-586d47305cba"/>
</rectangle>
<textField>
<reportElement mode="Opaque" x="157" y="59" width="142" height="14" uuid="ffc0bd75-eae1-4768-ada1-f990cdc8b086"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{NOME_FANTASIA}]]></textFieldExpression>
</textField>
<rectangle>
<reportElement x="10" y="56" width="140" height="18" uuid="257fcc13-bbd6-4e47-8868-e6c9aeabad9c"/>
</rectangle>
<staticText>
<reportElement mode="Transparent" x="162" y="77" width="130" height="15" backcolor="#999999" uuid="492a63e1-a77b-45f6-b0af-1ad5688671e3"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[RESPONSÁVEL NA]]></text>
</staticText>
<textField pattern="dd/MM/yyyy">
<reportElement mode="Opaque" x="172" y="130" width="112" height="14" uuid="173632ac-00e4-4240-8216-60acecc54c23"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{DATA}]]></textFieldExpression>
</textField>
<staticText>
<reportElement mode="Transparent" x="20" y="77" width="118" height="15" backcolor="#999999" uuid="657b3021-c010-4d69-91b6-6d192657367d"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[GERENTE]]></text>
</staticText>
<staticText>
<reportElement mode="Transparent" x="162" y="39" width="130" height="15" backcolor="#999999" uuid="65b6ed1b-522d-4814-a420-a57f6d113a96"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[LOJA]]></text>
</staticText>
<rectangle>
<reportElement x="10" y="92" width="140" height="18" uuid="a27154cd-da5d-4332-83a7-e81306b0cb31"/>
</rectangle>
<staticText>
<reportElement mode="Transparent" x="29" y="112" width="104" height="15" backcolor="#999999" uuid="bed5a771-9afa-4cd9-b539-f54821d08f58"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[DATA ABERTURA]]></text>
</staticText>
<textField>
<reportElement x="321" y="53" width="225" height="15" uuid="07d1eb89-e4c8-405b-b44c-4c4a713b2153"/>
<textElement verticalAlignment="Middle">
<font fontName="Arial"/>
</textElement>
<textFieldExpression><![CDATA[$F{EXECUTOR}]]></textFieldExpression>
</textField>
<rectangle>
<reportElement x="315" y="56" width="231" height="18" uuid="1361f153-1e59-4a03-95b6-f59cb3723d18"/>
</rectangle>
<rectangle>
<reportElement x="315" y="84" width="231" height="18" backcolor="#999999" uuid="0b1eba2b-b260-437a-b76b-728102fb9248"/>
</rectangle>
<staticText>
<reportElement mode="Opaque" x="321" y="39" width="220" height="14" backcolor="#999999" uuid="e54bbe80-38ed-4ae8-88bb-8ded69041178"/>
<textElement verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[AVALIADOR]]></text>
</staticText>
<rectangle>
<reportElement x="315" y="102" width="231" height="43" uuid="e455e0d8-c1d1-456d-887e-35c970c6ca62"/>
</rectangle>
<staticText>
<reportElement mode="Opaque" x="321" y="87" width="220" height="14" backcolor="#999999" uuid="9f80103b-b134-43bf-a1b4-2609b7eaa494"/>
<textElement verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[RUBRICA GERENTE LOJA]]></text>
</staticText>
<textField>
<reportElement mode="Opaque" x="321" y="59" width="100" height="14" uuid="e5977dd4-8a4f-42c6-8d3b-73c02641f9fd"/>
<textElement verticalAlignment="Middle">
<font fontName="Arial" size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{EXECUTOR}]]></textFieldExpression>
</textField>
<textField pattern="###0">
<reportElement mode="Opaque" x="17" y="59" width="129" height="14" uuid="0d6e83ce-09f7-4f0f-b6b2-87b100999ac3"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{CHAVE_PROCESSO}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="22" y="95" width="122" height="15" uuid="5288d251-71ec-4edb-985b-0d1fbe7b2307"/>
<textElement textAlignment="Center"/>
<textFieldExpression><![CDATA[$P{gerente}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="10" y="10" width="538" height="20" uuid="acaad975-d735-439a-a20d-aa76c3b85ef1"/>
<textElement textAlignment="Center">
<font fontName="Arial" size="12" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{TITULO}]]></textFieldExpression>
</textField>
<textField pattern="dd/MM/yyyy">
<reportElement x="29" y="130" width="100" height="14" uuid="5ecdd2fe-2414-4f08-aad7-6353f4cbc9f2"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{DATAC}]]></textFieldExpression>
</textField>
</band>
</columnHeader>
<detail>
<band height="201" splitType="Stretch">
<componentElement>
<reportElement key="table" style="table" stretchType="RelativeToTallestObject" isPrintRepeatedValues="false" x="12" y="13" width="536" height="179" uuid="84a320a4-eabb-4222-92ba-2f71e74a0ff2"/>
<jr:table 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="Linhas" uuid="c349de10-2567-488d-9196-122a30d09d4a">
<datasetParameter name="audit">
<datasetParameterExpression><![CDATA[$F{CHAVE_PROCESSO}]]></datasetParameterExpression>
</datasetParameter>
<connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>
</datasetRun>
<jr:columnGroup width="540" uuid="cfb30661-7ae8-4fd1-9db2-5b7a3cc5f881">
<jr:tableHeader height="30" rowSpan="1">
<staticText>
<reportElement mode="Opaque" x="0" y="0" width="540" height="30" backcolor="#CCCCCC" uuid="da360e1f-987e-48b1-b99b-8dccd2ced8ee"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="11" isBold="true"/>
</textElement>
<text><![CDATA[Resultado Linhas - Avaliação Quantitativa]]></text>
</staticText>
</jr:tableHeader>
<jr:column width="156" uuid="5a0cf4af-6277-4656-aea8-7d925fa42b9f">
<jr:tableHeader style="table_CH" height="30" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="156" height="30" uuid="aa24e337-07c6-4f7f-b08f-ad66f254d3d0"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[Linhas]]></text>
</staticText>
</jr:tableHeader>
<jr:tableFooter style="table_CH" height="30" rowSpan="1"/>
<jr:detailCell style="table_TD" height="22" rowSpan="1">
<textField>
<reportElement x="5" y="0" width="148" height="20" uuid="4e6584fb-c7f6-4795-af60-d86de82b658b"/>
<textElement verticalAlignment="Middle">
<font fontName="Arial" size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{topico}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="43" uuid="7876d96a-3b53-4745-862e-c852b883a5fa">
<jr:tableHeader style="table_CH" height="30" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="43" height="30" uuid="7d7920d5-59cd-44f0-b92d-28da17a9de12"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[Total de itens]]></text>
</staticText>
</jr:tableHeader>
<jr:tableFooter style="table_CH" height="30" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="43" height="30" uuid="02c183ea-65f6-4b2b-affb-656945cdec61"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{TotalItens}]]></textFieldExpression>
</textField>
</jr:tableFooter>
<jr:detailCell style="table_TD" height="22" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="43" height="20" uuid="13bde848-d5ef-4ddd-af12-f602c8c0664a"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{total}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="53" uuid="3d5d87fe-af85-4622-995d-09de5f96864f">
<jr:tableHeader style="table_CH" height="30" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="53" height="30" uuid="240146c6-a514-4d29-9d41-2335fd51f375"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[Itens avaliados]]></text>
</staticText>
</jr:tableHeader>
<jr:tableFooter style="table_CH" height="30" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="53" height="30" forecolor="#0033CC" uuid="d1f29f7c-5c0e-44bb-b99b-a9cb0c7d91ca"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{totavaliados}]]></textFieldExpression>
</textField>
</jr:tableFooter>
<jr:detailCell style="table_TD" height="22" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="53" height="20" forecolor="#0033CC" uuid="ca314ab4-f54f-41fa-8ae2-b04e50506f65"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{itens_avaliados}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="39" uuid="e205ebb7-bdce-4f7f-9e7c-99aa56d73151">
<jr:tableHeader style="table_CH" height="30" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="39" height="30" uuid="1f7458a2-0f85-4e9d-8e55-b8a40462ffb1"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[Dentro]]></text>
</staticText>
</jr:tableHeader>
<jr:tableFooter style="table_CH" height="30" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="39" height="30" forecolor="#000000" uuid="08af6259-c2e6-41e4-a41c-61b1aa29eb40"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{totdentro}]]></textFieldExpression>
</textField>
</jr:tableFooter>
<jr:detailCell style="table_TD" height="22" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="39" height="20" forecolor="#000000" uuid="976e642c-f0d7-423f-a0a0-a3fe275aa708"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{dentro}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="35" uuid="abd14760-bfa3-47ba-ada8-03259fed9afe">
<jr:tableHeader style="table_CH" height="30" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="35" height="30" uuid="a8d79bd0-1036-4736-8d39-75f3e8130b07"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[Perc.]]></text>
</staticText>
</jr:tableHeader>
<jr:tableFooter style="table_CH" height="30" rowSpan="1">
<textField pattern="#,###0 %">
<reportElement x="0" y="0" width="35" height="30" forecolor="#000000" uuid="23867bc4-cd4e-46ff-be33-d6a15443d911"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{totdentro} / $V{totavaliados}]]></textFieldExpression>
</textField>
</jr:tableFooter>
<jr:detailCell style="table_TD" height="22" rowSpan="1">
<textField pattern="#,###0 %" isBlankWhenNull="false">
<reportElement x="0" y="0" width="35" height="20" forecolor="#000000" uuid="0b1295fd-eb90-46dd-8640-f20317ad9440"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{dentro} / $F{itens_avaliados}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="35" uuid="815a1412-b82e-4aec-a6a8-cd9973cb94e6">
<jr:tableHeader style="table_CH" height="30" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="35" height="30" uuid="1de2e6f4-c1a7-4fd3-9ee7-1c50b102358b"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[Fora]]></text>
</staticText>
</jr:tableHeader>
<jr:tableFooter style="table_CH" height="30" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="35" height="30" forecolor="#000000" uuid="db2fcda0-6d93-4032-9b83-a16a154ac80a"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{totfora}]]></textFieldExpression>
</textField>
</jr:tableFooter>
<jr:detailCell style="table_TD" height="22" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="35" height="20" forecolor="#000000" uuid="d4de8248-c2ab-49c5-9043-2f91c7aa81c6"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{fora}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="35" uuid="ef298c4c-ead5-4776-9f0d-87782b44ee7f">
<jr:tableHeader style="table_CH" height="30" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="35" height="30" uuid="d77a76d1-6acb-4ae1-8d99-d480fb3d652e"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[Perc.]]></text>
</staticText>
</jr:tableHeader>
<jr:tableFooter style="table_CH" height="30" rowSpan="1">
<textField pattern="#,###0 %">
<reportElement x="0" y="0" width="35" height="30" forecolor="#000000" uuid="5dd17c2e-b7be-4586-94a2-43306718658c"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{totfora} / $V{totavaliados}]]></textFieldExpression>
</textField>
</jr:tableFooter>
<jr:detailCell style="table_TD" height="22" rowSpan="1">
<textField pattern="#,###0 %">
<reportElement x="0" y="0" width="35" height="20" forecolor="#000000" uuid="bbc0813b-84d1-47c5-965f-a7d3dff8c0bb"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{fora} / $F{itens_avaliados}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="54" uuid="06a71a14-7fc5-4934-807c-9ab787c6420c">
<jr:tableHeader style="table_CH" height="30" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="54" height="30" uuid="d06a44f9-747a-4dfd-a45a-1808feaf3280"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[Pontuação]]></text>
</staticText>
</jr:tableHeader>
<jr:tableFooter style="table_CH" height="30" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="54" height="30" forecolor="#0033CC" uuid="45402b03-387b-4ee0-856d-dac5353bd1b9"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{totavaliados}]]></textFieldExpression>
</textField>
</jr:tableFooter>
<jr:detailCell style="table_TD" height="22" rowSpan="1">
<textField pattern="###0">
<reportElement x="0" y="0" width="54" height="20" forecolor="#0033CC" uuid="f36f5e02-324e-4ffc-8b87-36f7338079b2"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{itens_avaliados}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="40" uuid="15f7e23e-20fc-43e1-9589-40f8c3b9dc83">
<jr:tableHeader style="table_CH" height="30" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="40" height="30" uuid="777a4760-96c0-4c4b-92c8-743444a119e0"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[Perc. ating.]]></text>
</staticText>
</jr:tableHeader>
<jr:tableFooter style="table_CH" height="30" rowSpan="1">
<textField pattern="#,###0 %">
<reportElement x="0" y="0" width="40" height="30" forecolor="#0033CC" uuid="2f3bc5b7-16c1-4744-81b2-449f8691eb37"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$V{totdentro} / $V{totavaliados}]]></textFieldExpression>
</textField>
</jr:tableFooter>
<jr:detailCell style="table_TD" height="22" rowSpan="1">
<textField pattern="#,###0 %" isBlankWhenNull="false">
<reportElement x="0" y="0" width="40" height="22" forecolor="#0033CC" uuid="7c6e0a6b-a05b-4733-9aa9-4cd1eee108ed"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{dentro} / $F{itens_avaliados}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="50" uuid="2e1c36fc-8978-4830-b7d9-f91f1ae559b1">
<jr:tableHeader style="table_CH" height="30" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="50" height="30" uuid="eb362d59-fd72-44f1-ae53-90eb79e9eb0a"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<text><![CDATA[Status]]></text>
</staticText>
</jr:tableHeader>
<jr:tableFooter style="table_CH" height="30" rowSpan="1">
<textField>
<reportElement style="statusTotal" x="0" y="0" width="50" height="30" uuid="50d827ca-b354-4be2-a9a0-0343f02cfcb3"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[($V{totdentro} / $V{totavaliados}) > 0.79 ? "OK" : "NÃO OK"]]></textFieldExpression>
</textField>
</jr:tableFooter>
<jr:detailCell style="table_TD" height="22" rowSpan="1">
<textField>
<reportElement style="statusItem" x="0" y="0" width="50" height="20" uuid="e8f0ce52-bcf4-4a5a-9e6d-25597bbd8ee1"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font fontName="Arial" size="8"/>
</textElement>
<textFieldExpression><![CDATA[($F{dentro} / $F{itens_avaliados}) > 0.79 ? "OK" : "NÃO OK"]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
</jr:columnGroup>
</jr:table>
</componentElement>
</band>
</detail>
<columnFooter>
<band splitType="Stretch"/>
</columnFooter>
<pageFooter>
<band height="50" splitType="Stretch">
<image onErrorType="Blank">
<reportElement x="408" y="0" width="140" height="50" uuid="9c042d00-6351-4972-9f9e-eda386f69b4e"/>
<imageExpression><![CDATA[new String("http://vitruvio.davinti.com.br/VAADIN/themes/vitruvio/images/logo_davinti_horizontal.jpg")]]></imageExpression>
</image>
</band>
</pageFooter>
<summary>
<band splitType="Stretch"/>
</summary>
</jasperReport>