bug#13655
dev:lucas qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@91179 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
fa367fe695
commit
9270a64a1f
|
@ -11,9 +11,9 @@ import com.rjconsultores.ventaboletos.relatorios.utilitarios.ArrayDataSource;
|
||||||
import com.rjconsultores.ventaboletos.relatorios.utilitarios.Relatorio;
|
import com.rjconsultores.ventaboletos.relatorios.utilitarios.Relatorio;
|
||||||
import com.rjconsultores.ventaboletos.utilerias.DateUtil;
|
import com.rjconsultores.ventaboletos.utilerias.DateUtil;
|
||||||
|
|
||||||
public class RelatorioBpe extends Relatorio {
|
public class RelatorioBPe extends Relatorio {
|
||||||
|
|
||||||
public RelatorioBpe(Map<String, Object> parametros, Connection conexao) throws Exception {
|
public RelatorioBPe(Map<String, Object> parametros, Connection conexao) throws Exception {
|
||||||
|
|
||||||
super(parametros, conexao);
|
super(parametros, conexao);
|
||||||
|
|
|
@ -22,7 +22,7 @@ import org.zkoss.zul.Radiogroup;
|
||||||
|
|
||||||
import com.rjconsultores.ventaboletos.entidad.Empresa;
|
import com.rjconsultores.ventaboletos.entidad.Empresa;
|
||||||
import com.rjconsultores.ventaboletos.entidad.Estado;
|
import com.rjconsultores.ventaboletos.entidad.Estado;
|
||||||
import com.rjconsultores.ventaboletos.relatorios.impl.RelatorioBpe;
|
import com.rjconsultores.ventaboletos.relatorios.impl.RelatorioBPe;
|
||||||
import com.rjconsultores.ventaboletos.relatorios.utilitarios.Relatorio;
|
import com.rjconsultores.ventaboletos.relatorios.utilitarios.Relatorio;
|
||||||
import com.rjconsultores.ventaboletos.service.EmpresaService;
|
import com.rjconsultores.ventaboletos.service.EmpresaService;
|
||||||
import com.rjconsultores.ventaboletos.service.EstadoService;
|
import com.rjconsultores.ventaboletos.service.EstadoService;
|
||||||
|
@ -126,7 +126,7 @@ public class RelatorioBPeController extends MyGenericForwardComposer {
|
||||||
|
|
||||||
parametros.put("FILTROS", filtro.toString());
|
parametros.put("FILTROS", filtro.toString());
|
||||||
|
|
||||||
Relatorio relatorio = new RelatorioBpe(parametros, dataSourceRead.getConnection());
|
Relatorio relatorio = new RelatorioBPe(parametros, dataSourceRead.getConnection());
|
||||||
|
|
||||||
Map args = new HashMap();
|
Map args = new HashMap();
|
||||||
args.put("relatorio", relatorio);
|
args.put("relatorio", relatorio);
|
||||||
|
|
Loading…
Reference in New Issue