<?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_PROCEDIMENTO" pageWidth="547" pageHeight="752" columnWidth="547" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="80e5473a-46a2-4359-804a-325a71597bb3">
	<property name="ireport.zoom" value="2.3579476910000063"/>
	<property name="ireport.x" value="504"/>
	<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="DESCRICAO" class="java.lang.String">
		<fieldDescription><![CDATA[descricao]]></fieldDescription>
	</field>
	<field name="STATUS" class="java.lang.Short">
		<fieldDescription><![CDATA[executado]]></fieldDescription>
	</field>
	<field name="PRODUTO_PREV_MANUTENCAO" class="java.util.List">
		<fieldDescription><![CDATA[produtosPrevisaoManutencao]]></fieldDescription>
	</field>
	<columnHeader>
		<band height="12">
			<rectangle>
				<reportElement uuid="a308726d-1249-4d45-b29d-e57eb7d4b4d9" positionType="Float" x="0" y="0" width="372" height="12"/>
				<graphicElement>
					<pen lineWidth="0.5"/>
				</graphicElement>
			</rectangle>
			<rectangle>
				<reportElement uuid="ca4afc86-784f-4c9c-9262-fd9f905b20e4" positionType="Float" x="0" y="0" width="547" height="12" backcolor="#CCCCCC"/>
				<graphicElement>
					<pen lineWidth="0.1"/>
				</graphicElement>
			</rectangle>
			<staticText>
				<reportElement uuid="3178d081-01c6-478a-be86-7f7453ea460a" positionType="Float" x="0" y="0" width="272" height="12"/>
				<textElement verticalAlignment="Middle">
					<font size="8" isBold="true"/>
				</textElement>
				<text><![CDATA[Procedimento]]></text>
			</staticText>
			<staticText>
				<reportElement uuid="89ab5925-2d48-4c54-a327-e13b4a129e63" positionType="Float" x="272" y="0" width="87" height="12"/>
				<textElement verticalAlignment="Middle">
					<font size="8" isBold="true"/>
				</textElement>
				<text><![CDATA[Status]]></text>
			</staticText>
		</band>
	</columnHeader>
	<detail>
		<band height="12" splitType="Stretch">
			<rectangle>
				<reportElement uuid="1688c6ab-eec6-4b9f-8273-c2daad71b3d6" positionType="Float" x="0" y="0" width="547" height="12"/>
				<graphicElement>
					<pen lineWidth="0.5"/>
				</graphicElement>
			</rectangle>
			<textField isBlankWhenNull="true">
				<reportElement uuid="618bda71-ac10-4977-95a2-124ba9a2f9d8" positionType="Float" x="0" y="0" width="272" height="12"/>
				<textElement verticalAlignment="Middle">
					<font size="8"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{DESCRICAO}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement uuid="45ebefaa-bfe8-4e6a-9906-4a603010e64e" positionType="Float" x="272" y="0" width="275" 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="8833934d-2690-4e08-a03f-cbd0d9321752" x="12" y="12" width="535" height="0"/>
				<dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{PRODUTO_PREV_MANUTENCAO})]]></dataSourceExpression>
				<subreportExpression><![CDATA["SUBREPORT_MATERIAIS_CONSUMO.jasper"]]></subreportExpression>
			</subreport>
		</band>
	</detail>
	<pageFooter>
		<band/>
	</pageFooter>
</jasperReport>
