Rev 182 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 179 | 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="comanda_cabecalho" pageWidth="195" pageHeight="50" whenNoDataType="AllSectionsNoDetail" columnWidth="195" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="179b1b17-aefe-4310-904e-4611f78b0a56"> |
||
| 3 | <property name="ireport.zoom" value="4.594972986357223"/> |
||
| 4 | <property name="ireport.x" value="0"/> |
||
| 5 | <property name="ireport.y" value="0"/> |
||
| 6 | <parameter name="IMAGE_DIR" class="java.lang.String" isForPrompting="false"> |
||
| 7 | <defaultValueExpression><![CDATA[""]]></defaultValueExpression> |
||
| 8 | </parameter> |
||
| 9 | <parameter name="pRazaoSocial" class="java.lang.String"> |
||
| 10 | <parameterDescription><![CDATA[pRazaoSocial]]></parameterDescription> |
||
| 11 | </parameter> |
||
| 12 | <parameter name="pCnpj" class="java.lang.String"/> |
||
| 13 | <parameter name="pEndereco" class="java.lang.String"> |
||
| 14 | <parameterDescription><![CDATA[pEndereco]]></parameterDescription> |
||
| 15 | </parameter> |
||
| 16 | <pageHeader> |
||
| 17 | <band height="30"> |
||
| 18 | <image> |
||
| 19 | <reportElement uuid="4f8810e5-44d1-46e3-ac0c-6e0b2ac883e4" mode="Transparent" x="2" y="5" width="36" height="20"/> |
||
| 20 | <imageExpression><![CDATA[$P{IMAGE_DIR} + "logotipo_restaurante.png"]]></imageExpression> |
||
| 21 | </image> |
||
| 22 | <textField> |
||
| 23 | <reportElement uuid="513522d5-a608-48f5-b506-1af0e8eb4d9e" x="40" y="0" width="71" height="10"/> |
||
| 24 | <textElement verticalAlignment="Middle"> |
||
| 25 | <font fontName="SansSerif" size="6" isBold="true"/> |
||
| 26 | </textElement> |
||
| 27 | <textFieldExpression><![CDATA[$P{pRazaoSocial}]]></textFieldExpression> |
||
| 28 | </textField> |
||
| 29 | <textField> |
||
| 30 | <reportElement uuid="513522d5-a608-48f5-b506-1af0e8eb4d9e" x="111" y="0" width="85" height="10"/> |
||
| 31 | <textElement textAlignment="Right" verticalAlignment="Middle"> |
||
| 32 | <font fontName="SansSerif" size="6" isBold="true"/> |
||
| 33 | </textElement> |
||
| 34 | <textFieldExpression><![CDATA["CNPJ: " + $P{pCnpj}]]></textFieldExpression> |
||
| 35 | </textField> |
||
| 36 | <textField> |
||
| 37 | <reportElement uuid="513522d5-a608-48f5-b506-1af0e8eb4d9e" x="40" y="10" width="156" height="20"/> |
||
| 38 | <textElement textAlignment="Justified" verticalAlignment="Top"> |
||
| 39 | <font fontName="SansSerif" size="6" isBold="true"/> |
||
| 40 | </textElement> |
||
| 41 | <textFieldExpression><![CDATA[$P{pEndereco}]]></textFieldExpression> |
||
| 42 | </textField> |
||
| 43 | </band> |
||
| 44 | </pageHeader> |
||
| 45 | </jasperReport> |