Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 106 | espaco | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <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="DANFE_NFCE_ITENS" pageWidth="226" pageHeight="400" columnWidth="226" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="def12f58-2365-42c2-bbb8-a546db192e3e"> |
||
| 3 | <property name="ireport.zoom" value="3.0"/> |
||
| 4 | <property name="ireport.x" value="0"/> |
||
| 5 | <property name="ireport.y" value="0"/> |
||
| 6 | <field name="produto.codigo" class="java.lang.String"/> |
||
| 7 | <field name="produto.descricao" class="java.lang.String"/> |
||
| 8 | <field name="produto.valorTotalBruto" class="java.lang.String"/> |
||
| 9 | <field name="produto.valorUnitario" class="java.lang.String"/> |
||
| 10 | <field name="produto.unidadeComercial" class="java.lang.String"/> |
||
| 11 | <field name="produto.quantidadeComercial" class="java.lang.String"/> |
||
| 12 | <background> |
||
| 13 | <band splitType="Stretch"/> |
||
| 14 | </background> |
||
| 15 | <pageHeader> |
||
| 16 | <band height="15"> |
||
| 17 | <staticText> |
||
| 18 | <reportElement x="0" y="2" width="25" height="12" uuid="2abced94-2e8e-479d-8e37-8e1e3ba57891"/> |
||
| 19 | <textElement verticalAlignment="Middle"> |
||
| 20 | <font size="6" isBold="true"/> |
||
| 21 | </textElement> |
||
| 22 | <text><![CDATA[Cód.]]></text> |
||
| 23 | </staticText> |
||
| 24 | <staticText> |
||
| 25 | <reportElement x="25" y="2" width="85" height="12" uuid="47e32e08-3a0b-4074-a29d-0014dc22b932"/> |
||
| 26 | <textElement verticalAlignment="Middle"> |
||
| 27 | <font size="6" isBold="true"/> |
||
| 28 | </textElement> |
||
| 29 | <text><![CDATA[Descrição]]></text> |
||
| 30 | </staticText> |
||
| 31 | <staticText> |
||
| 32 | <reportElement x="174" y="2" width="32" height="12" uuid="d2c87c3b-e710-4971-89ac-1852bd3d0cc1"/> |
||
| 33 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
||
| 34 | <font size="6" isBold="true"/> |
||
| 35 | </textElement> |
||
| 36 | <text><![CDATA[V. Total]]></text> |
||
| 37 | </staticText> |
||
| 38 | <staticText> |
||
| 39 | <reportElement x="114" y="2" width="32" height="12" uuid="ce16e97b-1606-454c-88ad-40ec148b2c4c"/> |
||
| 40 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
||
| 41 | <font size="6" isBold="true"/> |
||
| 42 | </textElement> |
||
| 43 | <text><![CDATA[V. Unit]]></text> |
||
| 44 | </staticText> |
||
| 45 | <staticText> |
||
| 46 | <reportElement x="146" y="2" width="28" height="12" uuid="568029ad-0182-4e48-8811-8f2cf67b0076"/> |
||
| 47 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
||
| 48 | <font size="6" isBold="true"/> |
||
| 49 | </textElement> |
||
| 50 | <text><![CDATA[Qtde.]]></text> |
||
| 51 | </staticText> |
||
| 52 | </band> |
||
| 53 | </pageHeader> |
||
| 54 | <detail> |
||
| 55 | <band height="12" splitType="Stretch"> |
||
| 56 | <textField isStretchWithOverflow="true" pattern="#,##0.00"> |
||
| 57 | <reportElement key="textField" positionType="Float" x="174" y="1" width="32" height="11" uuid="2a55baeb-2468-465c-8dec-9fdf0960ee76"/> |
||
| 58 | <textElement textAlignment="Right" verticalAlignment="Top" markup="none"> |
||
| 59 | <font fontName="SansSerif" size="6" isBold="false" pdfFontName="Helvetica-Bold"/> |
||
| 60 | </textElement> |
||
| 61 | <textFieldExpression><![CDATA[new BigDecimal($F{produto.valorTotalBruto})]]></textFieldExpression> |
||
| 62 | </textField> |
||
| 63 | <textField isStretchWithOverflow="true"> |
||
| 64 | <reportElement key="textField" positionType="Float" x="0" y="1" width="25" height="11" uuid="c4fb7590-7e95-4064-b7b4-df0970be1413"/> |
||
| 65 | <textElement verticalAlignment="Top" markup="none"> |
||
| 66 | <font fontName="SansSerif" size="6" isBold="false" pdfFontName="Helvetica-Bold"/> |
||
| 67 | </textElement> |
||
| 68 | <textFieldExpression><![CDATA[$F{produto.codigo}]]></textFieldExpression> |
||
| 69 | </textField> |
||
| 70 | <textField isStretchWithOverflow="true"> |
||
| 71 | <reportElement key="textField" positionType="Float" x="25" y="1" width="89" height="11" uuid="7af8d86f-7841-4d88-930e-8908bddcea5d"/> |
||
| 72 | <textElement verticalAlignment="Top" markup="none"> |
||
| 73 | <font fontName="SansSerif" size="6" isBold="false" pdfFontName="Helvetica-Bold"/> |
||
| 74 | </textElement> |
||
| 75 | <textFieldExpression><![CDATA[$F{produto.descricao}]]></textFieldExpression> |
||
| 76 | </textField> |
||
| 77 | <textField isStretchWithOverflow="true" pattern="#,##0.00"> |
||
| 78 | <reportElement key="textField" positionType="Float" x="114" y="1" width="32" height="11" uuid="c1294612-1d8a-48c6-939d-744c233fbdc4"/> |
||
| 79 | <textElement textAlignment="Right" verticalAlignment="Top" markup="none"> |
||
| 80 | <font fontName="SansSerif" size="6" isBold="false" pdfFontName="Helvetica-Bold"/> |
||
| 81 | </textElement> |
||
| 82 | <textFieldExpression><![CDATA[new BigDecimal($F{produto.valorUnitario})]]></textFieldExpression> |
||
| 83 | </textField> |
||
| 84 | <textField isStretchWithOverflow="true" pattern=""> |
||
| 85 | <reportElement key="textField" positionType="Float" x="146" y="1" width="28" height="11" uuid="cb95160d-70b9-4bda-bf6d-8d8c35ac482d"/> |
||
| 86 | <textElement textAlignment="Right" verticalAlignment="Top" markup="none"> |
||
| 87 | <font fontName="SansSerif" size="6" isBold="false" pdfFontName="Helvetica-Bold"/> |
||
| 88 | </textElement> |
||
| 89 | <textFieldExpression><![CDATA[$F{produto.quantidadeComercial}+$F{produto.unidadeComercial}]]></textFieldExpression> |
||
| 90 | </textField> |
||
| 91 | </band> |
||
| 92 | </detail> |
||
| 93 | </jasperReport> |