edgar 2016-10-07 16:00:09 +00:00
parent aeb89098b7
commit e3db955b62
4 changed files with 4 additions and 4 deletions

View File

@ -126,7 +126,7 @@ public class RelatorioDepositosDetalhado extends Relatorio {
protected String getSqlPacotes() {
StringBuilder sQuery = new StringBuilder();
sQuery.append(" SELECT ");
sQuery.append(" fd.FECHAMENTODEPOSITO_ID, ");
sQuery.append(" E.NOMBEMPRESA Empresa, ");

View File

@ -12,7 +12,7 @@ cabecalho.pagina=P
cabecalho.de=de
cabecalho.filtros=Filtros:
cabecalho.usuario=Usuário:
label.nombPuntoVenta=Punto Venta
label.nombPuntoVenta=Punto Venta
label.fechaDeposito=Fecha Deposito
label.numDeposito=N\u00B0 Deposito
label.fechaLancamientoDeposito=Fec. Movimiento

View File

@ -12,7 +12,7 @@ cabecalho.pagina=P
cabecalho.de=de
cabecalho.filtros=Filtros:
cabecalho.usuario=Usuário:
label.nombPuntoVenta=Nome Agência
label.nombPuntoVenta=Nome Agência
label.fechaDeposito=Data do Dep\u00F3sito
label.numDeposito=N\u00B0 do Dep\u00F3sito
label.fechaLancamientoDeposito=Dt. Movimento

View File

@ -84,7 +84,7 @@ public class RelatorioDepositosDetalhadosBean {
public void setBanco(String banco) {
this.banco = banco;
}
public String getNumConta() {
return numConta;
}