fixes bug#24091

dev: Celio
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@111466 d1611594-4594-4d17-8e1d-87c2c4800839
master
fabio 2022-03-23 21:45:37 +00:00
parent 3b25b61285
commit f19a7eb164
11 changed files with 11 additions and 11 deletions

View File

@ -15,7 +15,7 @@ public class RelatorioCteos extends Relatorio {
public RelatorioCteos(Map<String, Object> parametros, Connection conexao) throws Exception {
super(parametros, conexao);
super(parametros, conexao);
this.setCustomDataSource(new ArrayDataSource(this) {

View File

@ -1,7 +1,7 @@
#geral
msg.noData=Não foi possivel obter dados com os parâmetros informados.
#Labels cabeçalho
#Labels cabeçalho
cabecalho.relatorio=Relatório:
cabecalho.periodo=Período:
cabecalho.periodoA=à

View File

@ -1,7 +1,7 @@
#geral
msg.noData=Não foi possivel obter dados com os parâmetros informados.
#Labels cabeçalho
#Labels cabeçalho
cabecalho.relatorio=Relatório:
cabecalho.periodo=Período:
cabecalho.periodoA=à

View File

@ -1,7 +1,7 @@
<?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="RelatorioBPe" pageWidth="1130" pageHeight="842" whenNoDataType="NoDataSection" columnWidth="1090" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="2de20ee0-535e-49d2-a7be-c24a30351d9f">
<property name="ireport.zoom" value="1.0980750000000004"/>
<property name="ireport.x" value="537"/>
<property name="ireport.x" value="350"/>
<property name="ireport.y" value="0"/>
<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"/>
@ -55,7 +55,7 @@
<textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
</textField>
<textField pattern="" isBlankWhenNull="false">
<reportElement uuid="c8a70b8d-369e-48ae-a911-a5d9692316f7" mode="Transparent" x="798" y="42" width="292" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<reportElement uuid="c8a70b8d-369e-48ae-a911-a5d9692316f7" stretchType="RelativeToBandHeight" mode="Transparent" x="798" y="42" width="292" height="15" forecolor="#000000" backcolor="#FFFFFF"/>
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
<font fontName="SansSerif" size="10" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>

View File

@ -37,7 +37,7 @@ public class RelatorioCteosController extends MyGenericForwardComposer {
private static final long serialVersionUID = 1L;
private Datebox dtInicio;
private Datebox dtFim;
private Datebox dtFim;
private MyComboboxEstandar cmbEmpresa;
private Combobox cmbPuntoVenta;
private MyListbox estadoList;

View File

@ -7,7 +7,7 @@ import com.rjconsultores.ventaboletos.web.utilerias.menu.DefaultItemMenuSistema;
public class ItemMenuRelatorioCteos extends DefaultItemMenuSistema {
public ItemMenuRelatorioCteos() {
public ItemMenuRelatorioCteos() {
super("indexController.mniRelatorioCteos.label");
}

View File

@ -1,7 +1,7 @@
# Para alterar esta planilha, selecione Ferramentas | Planilhas
# E abrir a planilha no editor.
# Formato da clav
# Formato da clav
# Control ZUL. Identificación del Componente. Propiedad=XXX
# <controler>. <id>. <propiedade>=XXX
indexController.app.nome=Sales Administration

View File

@ -2,7 +2,7 @@
# Para alterar esta planilha, seleccione Ferramentas | Planilhas
# E abrir a planilha no editor.
# Formato da clav
# Formato da clav
# Control ZUL. Identificación del Componente. Propiedad = XXX
# <controler>. <id>. <propiedade> = XXX
indexController.app.nome=Administracion de la Venta

View File

@ -1,7 +1,7 @@
# Para alterar esta planilha, selecione Ferramentas | Planilhas
# E abrir a planilha no editor.
# Formato da clav
# Formato da clav
# Control ZUL. Identificación del Componente. Propiedad = XXX
# <controler>. <id>. <propiedade> = XXX
indexController.app.nome=Administração da Venta

View File

@ -5,7 +5,7 @@
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winFiltroRelatorioCteos"
<window id="winFiltroRelatorioCteos"
apply="${relatorioCteosController}" contentStyle="overflow:auto"
width="350px" border="normal" >