fixes bug #7363
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@55209 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
b54432aaa8
commit
9a49ed8ce8
|
@ -125,6 +125,7 @@ public class RelatorioDepositosDetalhado extends Relatorio {
|
||||||
StringBuilder sQuery = new StringBuilder();
|
StringBuilder sQuery = new StringBuilder();
|
||||||
|
|
||||||
sQuery.append(" SELECT ");
|
sQuery.append(" SELECT ");
|
||||||
|
sQuery.append(" fd.FECHAMENTODEPOSITO_ID, ");
|
||||||
sQuery.append(" E.NOMBEMPRESA Empresa, ");
|
sQuery.append(" E.NOMBEMPRESA Empresa, ");
|
||||||
sQuery.append(" PV.NOMBPUNTOVENTA Ponto_de_venda, ");
|
sQuery.append(" PV.NOMBPUNTOVENTA Ponto_de_venda, ");
|
||||||
sQuery.append(" TO_CHAR(FD.FECHA_DEPOSITO,'dd/MM/yyyy') data_deposito, ");
|
sQuery.append(" TO_CHAR(FD.FECHA_DEPOSITO,'dd/MM/yyyy') data_deposito, ");
|
||||||
|
@ -169,6 +170,7 @@ public class RelatorioDepositosDetalhado extends Relatorio {
|
||||||
}
|
}
|
||||||
sQuery.append(" and FD.FECCREACION between :fecInicio and :fecFinal");
|
sQuery.append(" and FD.FECCREACION between :fecInicio and :fecFinal");
|
||||||
sQuery.append(" GROUP BY ");
|
sQuery.append(" GROUP BY ");
|
||||||
|
sQuery.append(" fd.FECHAMENTODEPOSITO_ID, ");
|
||||||
sQuery.append(" E.NOMBEMPRESA, ");
|
sQuery.append(" E.NOMBEMPRESA, ");
|
||||||
sQuery.append(" PV.NOMBPUNTOVENTA, ");
|
sQuery.append(" PV.NOMBPUNTOVENTA, ");
|
||||||
sQuery.append(" FD.FECHA_DEPOSITO, ");
|
sQuery.append(" FD.FECHA_DEPOSITO, ");
|
||||||
|
|
Loading…
Reference in New Issue