fixes bug #9528
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@72265 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
994ce47223
commit
3431fcd0ef
Binary file not shown.
|
@ -95,7 +95,7 @@
|
||||||
<reportElement x="74" y="63" width="728" height="23" isPrintWhenDetailOverflows="true" uuid="3564990b-f006-4bcf-8f24-9af8311ef8b2"/>
|
<reportElement x="74" y="63" width="728" height="23" isPrintWhenDetailOverflows="true" uuid="3564990b-f006-4bcf-8f24-9af8311ef8b2"/>
|
||||||
<textFieldExpression><![CDATA[$P{puntoventa}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$P{puntoventa}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField pattern="MMMMM, yyyy">
|
<textField pattern="MM/yyyy">
|
||||||
<reportElement x="74" y="20" width="728" height="23" isPrintWhenDetailOverflows="true" uuid="8a00eb79-8246-4e24-b142-a28c56786b13"/>
|
<reportElement x="74" y="20" width="728" height="23" isPrintWhenDetailOverflows="true" uuid="8a00eb79-8246-4e24-b142-a28c56786b13"/>
|
||||||
<textElement>
|
<textElement>
|
||||||
<font size="11"/>
|
<font size="11"/>
|
||||||
|
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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="RelatorioCalculoComissaoReceitas" pageWidth="1200" pageHeight="555" orientation="Landscape" columnWidth="1200" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="14814f61-8faa-49a1-919b-08e34011ed52">
|
<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="RelatorioCalculoComissaoReceitas" pageWidth="1200" pageHeight="555" orientation="Landscape" columnWidth="1200" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="14814f61-8faa-49a1-919b-08e34011ed52">
|
||||||
<property name="ireport.zoom" value="1.5"/>
|
<property name="ireport.zoom" value="1.5"/>
|
||||||
<property name="ireport.x" value="982"/>
|
<property name="ireport.x" value="1015"/>
|
||||||
<property name="ireport.y" value="0"/>
|
<property name="ireport.y" value="0"/>
|
||||||
<parameter name="exibirTotal" class="java.lang.Boolean"/>
|
<parameter name="exibirTotal" class="java.lang.Boolean"/>
|
||||||
<field name="data" class="java.util.Date"/>
|
<field name="data" class="java.util.Date"/>
|
||||||
|
@ -265,7 +265,7 @@
|
||||||
<band height="21" splitType="Stretch">
|
<band height="21" splitType="Stretch">
|
||||||
<textField isStretchWithOverflow="true" pattern="dd/MM/yy" isBlankWhenNull="true">
|
<textField isStretchWithOverflow="true" pattern="dd/MM/yy" isBlankWhenNull="true">
|
||||||
<reportElement x="0" y="0" width="48" height="20" uuid="1229187f-f634-4d67-822d-5518788bb5e3"/>
|
<reportElement x="0" y="0" width="48" height="20" uuid="1229187f-f634-4d67-822d-5518788bb5e3"/>
|
||||||
<textElement textAlignment="Left">
|
<textElement textAlignment="Left" verticalAlignment="Middle">
|
||||||
<font size="5"/>
|
<font size="5"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$F{data}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$F{data}]]></textFieldExpression>
|
||||||
|
|
Loading…
Reference in New Issue