fixes bug#24650
qua: dev: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@113617 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
cf9347109b
commit
5f34b8a9a5
|
@ -129,7 +129,7 @@ public class RelatorioSegundaViaSeguroOpcional extends Relatorio {
|
||||||
if (puntoVentaId != null && puntoVentaId != -1) {
|
if (puntoVentaId != null && puntoVentaId != -1) {
|
||||||
sql.append(" AND B.PUNTOVENTA_ID = " + puntoVentaId);
|
sql.append(" AND B.PUNTOVENTA_ID = " + puntoVentaId);
|
||||||
}
|
}
|
||||||
sql.append(" ORDER BY B.NUMFOLIOSISTEMA, B.BOLETO_ID ");
|
sql.append(" ORDER BY B.FECHORVENTA ");
|
||||||
|
|
||||||
return sql.toString();
|
return sql.toString();
|
||||||
}
|
}
|
||||||
|
|
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="RelatorioSegundaViaSeguroOpcional" pageWidth="842" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="832" leftMargin="5" rightMargin="5" topMargin="20" bottomMargin="20" uuid="0a7b3817-e201-4a91-8edd-6102b120e19f">
|
<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="RelatorioSegundaViaSeguroOpcional" pageWidth="842" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="832" leftMargin="5" rightMargin="5" topMargin="20" bottomMargin="20" uuid="0a7b3817-e201-4a91-8edd-6102b120e19f">
|
||||||
<property name="ireport.zoom" value="3.5369215365000093"/>
|
<property name="ireport.zoom" value="3.5369215365000093"/>
|
||||||
<property name="ireport.x" value="0"/>
|
<property name="ireport.x" value="457"/>
|
||||||
<property name="ireport.y" value="25"/>
|
<property name="ireport.y" value="25"/>
|
||||||
<property name="net.sf.jasperreports.export.xls.exclude.origin.band.1" value="title"/>
|
<property name="net.sf.jasperreports.export.xls.exclude.origin.band.1" value="title"/>
|
||||||
<property name="net.sf.jasperreports.export.xls.exclude.origin.keep.first.band.2" value="columnHeader"/>
|
<property name="net.sf.jasperreports.export.xls.exclude.origin.keep.first.band.2" value="columnHeader"/>
|
||||||
|
@ -180,7 +180,7 @@
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$F{nomeAgencia}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$F{nomeAgencia}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField isStretchWithOverflow="true" pattern="HH:mm" isBlankWhenNull="true">
|
<textField isStretchWithOverflow="true" pattern="dd/MM/yyyy" isBlankWhenNull="true">
|
||||||
<reportElement uuid="c8dbf3c4-b98c-4c78-b38b-97a9b44906a2" stretchType="RelativeToTallestObject" x="437" y="0" width="92" height="29"/>
|
<reportElement uuid="c8dbf3c4-b98c-4c78-b38b-97a9b44906a2" stretchType="RelativeToTallestObject" x="437" y="0" width="92" height="29"/>
|
||||||
<textElement>
|
<textElement>
|
||||||
<font size="7"/>
|
<font size="7"/>
|
||||||
|
|
Loading…
Reference in New Issue