- Atualização do Locale da data (RAE)
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@29771 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
97adab10f4
commit
45aa62a3bd
Binary file not shown.
|
@ -2,7 +2,7 @@
|
|||
<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="RelatorioResumoLinhas" pageWidth="842" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" isFloatColumnFooter="true" uuid="efbc89d4-6f08-4ea5-802f-d4f48ed208e2">
|
||||
<property name="ireport.zoom" value="2.0"/>
|
||||
<property name="ireport.x" value="634"/>
|
||||
<property name="ireport.y" value="0"/>
|
||||
<property name="ireport.y" value="17"/>
|
||||
<style name="textStyle" isDefault="true" fontSize="6" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false"/>
|
||||
<style name="table">
|
||||
<box>
|
||||
|
@ -201,163 +201,163 @@
|
|||
<textField>
|
||||
<reportElement uuid="2107e748-575e-48ea-bf9c-2537d4f5ddd6" x="107" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="dc0c4d88-d505-4fd5-abeb-f701d9c0b302" x="128" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+1).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+1).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="acca6f71-0cd6-44d3-b011-f2f888f65d53" x="149" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+2).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+2).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="6be4fcb6-6dd1-450e-8a63-9191dae7d114" x="170" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+3).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+3).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="56631e55-ec6b-45ad-b473-374e7d50aeab" x="191" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+4).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+4).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="b0aa3d67-927b-4869-b207-b066109e93eb" x="212" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+5).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+5).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="9776b0ae-011f-4c80-826e-8ef9d9d82c53" x="233" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+6).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+6).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="6e2004a6-ca3c-4304-ac25-bcac39e59b52" x="254" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+7).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+7).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="35a9267c-bc50-4007-ab8e-d09da4c11377" x="275" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+8).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+8).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="02fc4075-effa-435e-abb8-8ffd6e2a808a" x="296" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+9).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+9).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="f9d60367-2060-4861-80df-da648c5d9061" x="317" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+10).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+10).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="e26fc1c7-80e7-41e2-81cf-cc0c9d0923b1" x="338" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+11).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+11).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="05fa9c87-9245-4906-8e08-15a6fe4ba87d" x="359" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+12).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+12).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="505a83c1-9621-4b57-a98e-4fd4f31fc6a7" x="380" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+13).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+13).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="786ef12e-991f-48fb-84e7-4a538d268464" x="401" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+14).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+14).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="3ca9d652-8763-4ba6-9eca-02503a479dd6" x="422" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+15).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+15).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="7272cac1-e6d0-4f7c-bdc7-a7ce2cc5df28" x="443" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+16).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+16).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="3f56639e-dce9-4b6d-ba50-006457bad975" x="464" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+17).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+17).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="dee9cad7-6045-4253-8adf-86abc07111b8" x="485" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+18).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+18).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="d1f80bab-05c7-4e63-ad02-288d3e95fc1d" x="506" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+19).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+19).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="76d4dc6b-7a53-4a19-b11c-679376c567f5" x="527" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+20).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+20).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="d017d649-a4fd-40a8-883c-9256f486a2c9" x="548" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+21).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+21).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="82519047-4a31-49f6-9543-1af1aae0f345" x="569" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+22).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+22).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="81992545-46b5-419e-bcff-a0a538614ef9" x="590" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+23).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+23).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="1a67c216-1114-4f75-acdd-f86c00e507ac" x="611" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+24).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+24).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="f19274ea-e6ff-42bd-bb48-93fc5af9bb81" x="632" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+25).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+25).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="c00ca3df-c20c-42b9-bdeb-8c929f394710" x="653" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+26).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+26).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="6b23d108-a7c3-4260-8727-38ca8a8830ca" x="674" y="9" width="21" height="9"/>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+27).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+27).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="947ae0f2-9bfe-410e-948f-299f4ddaa529" x="695" y="9" width="21" height="9">
|
||||
<printWhenExpression><![CDATA[new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()).getActualMaximum(Calendar.DAY_OF_MONTH) > 28]]></printWhenExpression>
|
||||
</reportElement>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+28).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+28).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="3444e15e-4ecd-4be2-8150-8d8a17fc5ee3" x="716" y="9" width="21" height="9">
|
||||
<printWhenExpression><![CDATA[new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()).getActualMaximum(Calendar.DAY_OF_MONTH) > 29]]></printWhenExpression>
|
||||
</reportElement>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+29).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+29).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement uuid="83819626-2df2-4c0d-a8a5-7aa76c2cf0be" x="737" y="9" width="21" height="9">
|
||||
<printWhenExpression><![CDATA[new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()).getActualMaximum(Calendar.DAY_OF_MONTH) > 30]]></printWhenExpression>
|
||||
</reportElement>
|
||||
<textElement textAlignment="Right"/>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE").format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+30).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("EEE", $P{REPORT_LOCALE}).format(new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()+30).getTime() ).toUpperCase()]]></textFieldExpression>
|
||||
</textField>
|
||||
<staticText>
|
||||
<reportElement uuid="1b584b49-a18c-4fec-9db0-a49c883f77bc" x="107" y="19" width="21" height="9"/>
|
||||
|
@ -529,166 +529,197 @@
|
|||
</columnHeader>
|
||||
<detail>
|
||||
<band height="9" splitType="Stretch">
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="6c7fe634-f8ff-4561-b406-f3a7d81a59d7" x="107" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{1}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="70a617b8-14c8-4db1-b0f4-92afcc689dec" x="128" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{2}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="e5da3ff4-37bd-4cd8-b6a6-200e61eab949" x="149" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{3}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="ca916bdf-73a3-47b3-9448-38015b20873d" x="170" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{4}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="31aa5754-01ef-49f0-b3bf-6bdcf5800f62" x="191" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{5}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="31bd6daf-d363-4a85-8e48-1013a9ebf4a3" x="212" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{6}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="640c25da-45cc-4704-b897-84a51814a9a0" x="233" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{7}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="6661dd44-288a-4005-92c9-37c87da4cc3d" x="254" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{8}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="63c1e741-80ed-4395-80c7-3407fb1ce029" x="275" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{9}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="7d9cc1fd-10f3-46b9-bfd9-1dfe69bcdcd3" x="296" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{10}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="dbfa0125-c957-43b2-abd3-b70653a30be0" x="317" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{11}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="60962cc3-9904-4b26-a4d1-7414fa1a4d95" x="338" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{12}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="fb6abc28-60a8-42c1-b289-1efc4cf85d4e" x="359" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{13}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="72af959f-1bac-4244-80b9-bf1373e36d04" x="380" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{14}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="97d8fdd9-4e7a-465a-b6bb-8f5e3214c7fe" x="401" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{15}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="4fec3db5-f241-48f2-924f-0483059e94f6" x="422" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{16}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="6f3c3fad-ab53-4193-b26e-aec8a5dab372" x="443" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{17}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="46c22891-8102-42d4-be0f-f74f2382c282" x="464" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{18}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="dc59236b-f51c-4a51-a780-02859bd402fb" x="485" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{19}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="279d0025-ffc2-40eb-899e-00a39763b1c1" x="506" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{20}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="20956cdc-d62d-4bbd-8e87-9f0e92b5a57e" x="527" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{21}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="33369dc3-5414-43a2-877e-e550bcc01079" x="548" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{22}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="9dae419c-5094-40d8-bfb2-1bb6c0890c18" x="569" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{23}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="39c215a1-877e-4fc7-8382-7f28a10c1f10" x="590" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{24}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="710e4e5e-0df1-4699-b72e-ec66b04735f6" x="611" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{25}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="aa499faf-02c5-4cc9-9bc2-955a1a2f89b9" x="632" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{26}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="53018545-5ca9-440e-8ef8-24a8ff44e63c" x="653" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{27}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="2c1a0573-4046-4cb8-a65b-dbe37a0b25de" x="674" y="0" width="21" height="9"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{28}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="ff7126b7-4a2c-4c9f-8b6a-6154ad797d27" x="695" y="0" width="21" height="9">
|
||||
<printWhenExpression><![CDATA[new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()).getActualMaximum(Calendar.DAY_OF_MONTH) > 28]]></printWhenExpression>
|
||||
</reportElement>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{29}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="e376102a-1726-4351-a94a-98f7a3df367f" x="716" y="0" width="21" height="9">
|
||||
<printWhenExpression><![CDATA[new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()).getActualMaximum(Calendar.DAY_OF_MONTH) > 29]]></printWhenExpression>
|
||||
</reportElement>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{30}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<textField pattern="" isBlankWhenNull="true">
|
||||
<reportElement uuid="38d94d51-460f-4dfe-9b88-c627f3593b0c" x="737" y="0" width="21" height="9">
|
||||
<printWhenExpression><![CDATA[new GregorianCalendar($P{DATA_MES}.getYear(), $P{DATA_MES}.getMonth(), $P{DATA_MES}.getDate()).getActualMaximum(Calendar.DAY_OF_MONTH) > 30]]></printWhenExpression>
|
||||
</reportElement>
|
||||
<textElement textAlignment="Right" verticalAlignment="Middle"/>
|
||||
<textFieldExpression><![CDATA[$F{31}]]></textFieldExpression>
|
||||
<patternExpression><![CDATA[$P{INDICADOR_NOME}.equals("Absoluto")?"":"###0.00"]]></patternExpression>
|
||||
</textField>
|
||||
<textField pattern="###0.00" isBlankWhenNull="true">
|
||||
<reportElement uuid="6cbe547b-fd61-4a67-a3c5-96e9b9742eb1" x="758" y="0" width="40" height="9"/>
|
||||
|
|
Loading…
Reference in New Issue