fixed bug #7423 - Correção de erro ao ordernar por data de pagamento e correção de layout.
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@57725 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
1a9d64eb0e
commit
46c70c5e1b
|
@ -137,7 +137,7 @@ public class RelatorioOCDNaoResgatadaEmpresa extends Relatorio {
|
|||
sql.append(" b.feccreacion ");
|
||||
break;
|
||||
case FECHA_PAGAMENTO:
|
||||
sql.append(" b.feccorte ");
|
||||
sql.append(" o.fecpago ");
|
||||
break;
|
||||
default:
|
||||
sql.append(" o.boleto_id ");
|
||||
|
|
Binary file not shown.
|
@ -1,8 +1,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="RelatorioOCDNaoResgatadaEmpresa" pageWidth="842" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" resourceBundle="RelatorioOCDNaoResgatadaEmpresa" whenResourceMissingType="Empty" uuid="94834362-0ecc-46da-b0a2-5cdee355da3e">
|
||||
<property name="ireport.zoom" value="1.3310000000000004"/>
|
||||
<property name="ireport.x" value="0"/>
|
||||
<property name="ireport.y" value="22"/>
|
||||
<property name="ireport.zoom" value="2.1435888100000016"/>
|
||||
<property name="ireport.x" value="152"/>
|
||||
<property name="ireport.y" value="172"/>
|
||||
<parameter name="fecInicio" class="java.lang.String">
|
||||
<defaultValueExpression><![CDATA[]]></defaultValueExpression>
|
||||
</parameter>
|
||||
|
@ -200,7 +200,7 @@
|
|||
<detail>
|
||||
<band height="26" splitType="Stretch">
|
||||
<textField>
|
||||
<reportElement uuid="0581d767-ed09-4cfd-aad4-47f62bec1404" x="0" y="0" width="76" height="18"/>
|
||||
<reportElement uuid="0581d767-ed09-4cfd-aad4-47f62bec1404" x="0" y="0" width="76" height="17"/>
|
||||
<textElement textAlignment="Left" markup="none">
|
||||
<font size="8"/>
|
||||
</textElement>
|
||||
|
@ -249,7 +249,7 @@
|
|||
<textFieldExpression><![CDATA[$F{fecpagar}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
||||
<reportElement uuid="a1875870-b2d4-403d-abd0-2a4bc9a68e63" x="76" y="-1" width="80" height="18"/>
|
||||
<reportElement uuid="a1875870-b2d4-403d-abd0-2a4bc9a68e63" x="76" y="0" width="80" height="17"/>
|
||||
<textElement textAlignment="Left" markup="none">
|
||||
<font size="8"/>
|
||||
</textElement>
|
||||
|
|
Loading…
Reference in New Issue