<?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="SUB_FECHAMENTO_EXECUTANTE" pageWidth="553" pageHeight="752" columnWidth="553" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="bdef8995-c350-4f67-95a0-7537ff862033">
	<property name="ireport.zoom" value="1.4641000000000048"/>
	<property name="ireport.x" value="0"/>
	<property name="ireport.y" value="0"/>
	<field name="ADICIONAL_HORA" class="java.lang.Double">
		<fieldDescription><![CDATA[valorAdicional]]></fieldDescription>
	</field>
	<field name="DATA_INICIAL" class="java.util.Date">
		<fieldDescription><![CDATA[dataHoraInicio]]></fieldDescription>
	</field>
	<field name="DATA_FINAL" class="java.util.Date">
		<fieldDescription><![CDATA[dataHoraFinal]]></fieldDescription>
	</field>
	<field name="NOME" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.nome]]></fieldDescription>
	</field>
	<field name="TEMPO" class="java.lang.Double">
		<fieldDescription><![CDATA[tempo]]></fieldDescription>
	</field>
	<field name="VALOR_HORA" class="java.lang.Double">
		<fieldDescription><![CDATA[valorHora]]></fieldDescription>
	</field>
	<field name="COLABORADOR" class="java.lang.Long">
		<fieldDescription><![CDATA[colaborador.identificador]]></fieldDescription>
	</field>
	<field name="VALOR_TOTAL" class="java.lang.Double">
		<fieldDescription><![CDATA[valorTotal]]></fieldDescription>
	</field>
	<columnHeader>
		<band height="13" splitType="Stretch">
			<rectangle>
				<reportElement uuid="3c2f51fb-9ba0-420b-b760-255b4b0eeea8" x="0" y="0" width="553" height="12" forecolor="#010101" backcolor="#F3F3F3"/>
				<graphicElement>
					<pen lineWidth="0.25"/>
				</graphicElement>
			</rectangle>
			<staticText>
				<reportElement uuid="da02e235-ca99-4511-8abc-c574d840b7fa" x="441" y="0" width="50" height="12"/>
				<textElement textAlignment="Right" verticalAlignment="Middle">
					<font size="8" isBold="true"/>
				</textElement>
				<text><![CDATA[Adic./Hora]]></text>
			</staticText>
			<staticText>
				<reportElement uuid="8c7caa4b-92a0-49e8-be1f-054968428c68" x="265" y="0" width="75" height="12"/>
				<textElement verticalAlignment="Middle">
					<font size="8" isBold="true"/>
				</textElement>
				<text><![CDATA[Data/Hora final]]></text>
			</staticText>
			<staticText>
				<reportElement uuid="dfbec5bd-0a4e-4438-b470-442f1be8d20f" x="187" y="0" width="76" height="12"/>
				<textElement verticalAlignment="Middle">
					<font size="8" isBold="true"/>
				</textElement>
				<text><![CDATA[Data/Hora Início]]></text>
			</staticText>
			<staticText>
				<reportElement uuid="deadcfe6-79c9-4cdc-a33e-2b1f33354ae3" x="0" y="0" width="184" height="12"/>
				<textElement verticalAlignment="Middle">
					<font size="8" isBold="true"/>
				</textElement>
				<text><![CDATA[Executante]]></text>
			</staticText>
			<staticText>
				<reportElement uuid="9a2aaafe-8818-4d37-9746-368add667a61" x="339" y="0" width="43" height="12"/>
				<textElement textAlignment="Right" verticalAlignment="Middle">
					<font size="8" isBold="true"/>
				</textElement>
				<text><![CDATA[Tempo]]></text>
			</staticText>
			<staticText>
				<reportElement uuid="43a1a909-73ce-47a1-b63e-450ef1cded80" x="381" y="0" width="58" height="12"/>
				<textElement textAlignment="Right" verticalAlignment="Middle">
					<font size="8" isBold="true"/>
				</textElement>
				<text><![CDATA[Valor Hora]]></text>
			</staticText>
			<staticText>
				<reportElement uuid="80c34fc1-7b3b-4394-8b47-53c39dabc1b0" x="490" y="0" width="61" height="12"/>
				<textElement textAlignment="Right" verticalAlignment="Middle">
					<font size="8" isBold="true"/>
				</textElement>
				<text><![CDATA[Valor Total]]></text>
			</staticText>
		</band>
	</columnHeader>
	<detail>
		<band height="12" splitType="Stretch">
			<textField>
				<reportElement uuid="0e007fee-28f1-4986-9d02-6f5ad8dff199" x="266" y="-1" width="74" height="12"/>
				<textElement verticalAlignment="Middle">
					<font size="8"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{DATA_FINAL}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement uuid="ff86da51-9e04-496e-a866-d32f755a38f1" x="187" y="-1" width="76" height="12"/>
				<textElement verticalAlignment="Middle">
					<font size="8"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{DATA_INICIAL}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement uuid="12403f3f-e031-4128-9996-90a27dd4c2c4" x="0" y="-1" width="184" height="12"/>
				<textElement verticalAlignment="Middle">
					<font size="8"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{NOME}]]></textFieldExpression>
			</textField>
			<textField pattern="##,##00.00">
				<reportElement uuid="79916ba7-eedd-40d9-800e-cb89d90d73a3" x="339" y="-1" width="43" height="12"/>
				<textElement textAlignment="Right" verticalAlignment="Middle">
					<font size="8"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{TEMPO}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00">
				<reportElement uuid="3cdc6a5b-616e-46c1-b8c4-a0c08aed8f9d" x="441" y="-1" width="50" height="12"/>
				<textElement textAlignment="Right" verticalAlignment="Middle">
					<font size="8"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{ADICIONAL_HORA}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00">
				<reportElement uuid="721e7636-5fe1-433d-9f17-b0db5e4695d4" x="381" y="-1" width="58" height="12"/>
				<textElement textAlignment="Right" verticalAlignment="Middle">
					<font size="8"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{COLABORADOR} == null?$F{VALOR_HORA}:00.00]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00">
				<reportElement uuid="0ef7bdd4-5d61-469e-a120-b0194ec0c68a" x="490" y="-1" width="61" height="12"/>
				<textElement textAlignment="Right" verticalAlignment="Middle">
					<font size="8"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{COLABORADOR}==null?$F{VALOR_TOTAL}:00.00]]></textFieldExpression>
			</textField>
		</band>
	</detail>
</jasperReport>
