<?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="SUBREPORT_SERVICO_PROCEDIMENTO" pageWidth="554" pageHeight="752" columnWidth="554" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="9909f569-e489-46fa-b362-630bff21071e">
	<property name="ireport.zoom" value="2.357947691000007"/>
	<property name="ireport.x" value="0"/>
	<property name="ireport.y" value="0"/>
	<parameter name="SUBREPORT_DIR" class="java.lang.String" isForPrompting="false">
		<defaultValueExpression><![CDATA["/home/edgar/Documents/ProjetoMentorNovo/Mentor/mentor/reports/manutencequipamentos/fechamentoos/"]]></defaultValueExpression>
	</parameter>
	<field name="SERVICO" class="java.lang.String">
		<fieldDescription><![CDATA[servico.nome]]></fieldDescription>
	</field>
	<field name="STATUS" class="java.lang.Short">
		<fieldDescription><![CDATA[executado]]></fieldDescription>
	</field>
	<field name="PROCEDIMENTO" class="java.util.List">
		<fieldDescription><![CDATA[procedimento]]></fieldDescription>
	</field>
	<columnHeader>
		<band splitType="Stretch"/>
	</columnHeader>
	<detail>
		<band height="26" splitType="Stretch">
			<rectangle>
				<reportElement uuid="050d7c96-0412-4b47-99fe-9139f10d55aa" x="0" y="12" width="554" height="14"/>
				<graphicElement>
					<pen lineWidth="0.5"/>
				</graphicElement>
			</rectangle>
			<textField isBlankWhenNull="true">
				<reportElement uuid="9ddc9344-56c2-4d38-9356-bdfa3419be6b" x="1" y="13" width="202" height="12"/>
				<textElement verticalAlignment="Middle">
					<font size="8"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{SERVICO}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement uuid="144443f0-f125-419c-a180-c5ef896eb301" x="203" y="13" width="100" height="12"/>
				<textElement verticalAlignment="Middle">
					<font size="8"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{STATUS}==0?"Executado"
: $F{STATUS}==1?"Não Executado"
: $F{STATUS}==2?"Pendente":"Parcial"]]></textFieldExpression>
			</textField>
			<subreport>
				<reportElement uuid="7232b2d6-28e4-49ad-937e-098bcca8a75e" x="7" y="26" width="547" height="0"/>
				<dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{PROCEDIMENTO})]]></dataSourceExpression>
				<subreportExpression><![CDATA["SUBREPORT_PROCEDIMENTO.jasper"]]></subreportExpression>
			</subreport>
			<rectangle>
				<reportElement uuid="fd9528a3-6b8e-4d74-97f3-8eeca4f09721" x="0" y="0" width="554" height="12" backcolor="#CCCCCC"/>
				<graphicElement>
					<pen lineWidth="0.25"/>
				</graphicElement>
			</rectangle>
			<staticText>
				<reportElement uuid="facfc465-1a11-4c86-a342-525d42c4a080" x="0" y="0" width="203" height="12"/>
				<textElement verticalAlignment="Middle">
					<font size="8" isBold="true"/>
				</textElement>
				<text><![CDATA[Serviço]]></text>
			</staticText>
			<staticText>
				<reportElement uuid="2567b15e-d9c8-4d26-9163-99e500e81ef2" x="203" y="0" width="100" height="12"/>
				<textElement verticalAlignment="Middle">
					<font size="8" isBold="true"/>
				</textElement>
				<text><![CDATA[Status
]]></text>
			</staticText>
		</band>
	</detail>
</jasperReport>
