gleimar 2015-06-22 20:04:20 +00:00
parent 594ff0b8ba
commit 77edc957d3
10 changed files with 41 additions and 54 deletions

View File

@ -71,7 +71,7 @@ public class BusquedaFormapagoEmpresaController extends MyGenericForwardComposer
args.put("formapagoEmpresaList", formapagoEmpresaList);
openWindow("/gui/impressaofiscal/editarFormapagoEmpresa.zul",
Labels.getLabel("editarFormapagoEmpresa.window.title"), args, MODAL);
Labels.getLabel("editarFormapagoEmpresaController.window.title"), args, MODAL);
}

View File

@ -71,7 +71,7 @@ public class BusquedaRelgerencialEmpresaController extends MyGenericForwardCompo
args.put("relgerencialEmpresaList", relgerencialEmpresaList);
openWindow("/gui/impressaofiscal/editarRelgerencialEmpresa.zul",
Labels.getLabel("editarRelgerencialEmpresa.window.title"), args, MODAL);
Labels.getLabel("editarRelgerencialEmpresaController.window.title"), args, MODAL);
}

View File

@ -71,7 +71,7 @@ public class BusquedaTotnaofiscalEmpresaController extends MyGenericForwardCompo
args.put("totnaofiscalEmpresaList", totnaofiscalEmpresaList);
openWindow("/gui/impressaofiscal/editarTotnaofiscalEmpresa.zul",
Labels.getLabel("editarTotnaofiscalEmpresa.window.title"), args, MODAL);
Labels.getLabel("editarTotnaofiscalEmpresaController.window.title"), args, MODAL);
}

View File

@ -5334,7 +5334,7 @@ busquedaTotnaofiscalEmpresaController.window.title=Impressão Fiscal :: Totaliza
busquedaTotnaofiscalEmpresaController.empresa.label=Empresa
busquedaTotnaofiscalEmpresaController.tipototalizador.label=Tipo Totalizador
busquedaTotnaofiscalEmpresaController.indice.label=Indice imp.
busquedaTotnaofiscalEmpresaController.descricao.label=Descrição
busquedaTotnaofiscalEmpresaController.descricao.label=Descrição Impressora
busquedaTotnaofiscalEmpresaController.indimportar.label=Importa p/imp.
busquedaTotnaofiscalEmpresaController.tipoeventoextra.label=Tipo Evt. Extra
busquedaTotnaofiscalEmpresaController.btnPesquisa.label=Pesquisar

View File

@ -23,24 +23,19 @@
<grid fixedLayout="true">
<columns>
<column/>
<column/>
<column/>
<column/>
</columns>
<column width="30%" />
<column width="70%" />
</columns>
<rows>
<row>
<cell>
<label value="${c:l('busquedaFormapagoEmpresaController.empresa.label')}" />
<combobox id="cmbEmpresa"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
width="50%" mold="rounded" buttonVisible="true"
model="@{winBusquedaFormapagoEmpresa$composer.lsEmpresas}" />
</cell>
<label value="${c:l('busquedaFormapagoEmpresaController.empresa.label')}" />
<combobox id="cmbEmpresa"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
width="100%" mold="rounded" buttonVisible="true"
model="@{winBusquedaFormapagoEmpresa$composer.lsEmpresas}" />
</row>
</rows>
</grid>
<toolbar>
@ -48,23 +43,23 @@
label="${c:l('busquedaFormapagoEmpresaController.btnPesquisa.label')}"/>
</toolbar>
<paging id="pagingFormapagoEmpresa" pageSize="10"/>
<paging id="pagingFormapagoEmpresa" pageSize="20"/>
<listbox id="formapagoEmpresaList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" fixedLayout="true" vflex="true" hflex="min"
multiple="false" height="250px" width="800px">
<listhead sizable="true">
<listheader width="3%" image="/gui/img/create_doc.gif"
label="${c:l('lb.id')}" sort="auto(fiscalFormapagoId)"/>
<listheader image="/gui/img/create_doc.gif" align="right"
<listheader image="/gui/img/create_doc.gif"
label="${c:l('busquedaFormapagoEmpresaController.empresa.label')}" sort="auto(empresa)"/>
<listheader image="/gui/img/create_doc.gif" align="right"
<listheader image="/gui/img/create_doc.gif"
label="${c:l('busquedaFormapagoEmpresaController.tipoformapago.label')}" sort="auto(tipoformapago)"/>
<listheader image="/gui/img/create_doc.gif" align="right"
<listheader image="/gui/img/create_doc.gif"
label="${c:l('busquedaFormapagoEmpresaController.descricao.label')}" sort="auto(descricao)"/>
<listheader image="/gui/img/create_doc.gif" align="right"
<listheader image="/gui/img/create_doc.gif"
label="${c:l('busquedaFormapagoEmpresaController.formapagototalbus.label')}" sort="auto(formaPago)"/>
</listhead>

View File

@ -22,21 +22,17 @@
</toolbar>
<grid fixedLayout="true">
<columns>
<column/>
<column/>
<column/>
<column/>
</columns>
<columns>
<column width="30%" />
<column width="70%" />
</columns>
<rows>
<row>
<cell>
<label value="${c:l('busquedaRelgerencialEmpresaController.empresa.label')}" />
<combobox id="cmbEmpresa"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
width="100%" mold="rounded" buttonVisible="true"
model="@{winBusquedaRelgerencialEmpresa$composer.lsEmpresas}" />
</cell>
<label value="${c:l('busquedaRelgerencialEmpresaController.empresa.label')}" />
<combobox id="cmbEmpresa"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
width="100%" mold="rounded" buttonVisible="true"
model="@{winBusquedaRelgerencialEmpresa$composer.lsEmpresas}" />
</row>
</rows>
</grid>
@ -48,7 +44,7 @@
label="${c:l('busquedaRelgerencialEmpresaController.btnPesquisa.label')}"/>
</toolbar>
<paging id="pagingRelgerencialEmpresa" pageSize="10"/>
<paging id="pagingRelgerencialEmpresa" pageSize="20"/>
<listbox id="relgerencialEmpresaList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" fixedLayout="true" vflex="true" hflex="min"
multiple="false" height="250px" width="845px">
<listhead sizable="true">

View File

@ -23,48 +23,44 @@
<grid fixedLayout="true">
<columns>
<column/>
<column/>
<column/>
<column/>
</columns>
<column width="30%" />
<column width="70%" />
</columns>
<rows>
<row>
<cell>
<label value="${c:l('busquedaTotnaofiscalEmpresaController.empresa.label')}" />
<combobox id="cmbEmpresa"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
width="100%" mold="rounded" buttonVisible="true"
model="@{winBusquedaTotnaofiscalEmpresa$composer.lsEmpresas}" />
</cell>
</row>
</rows>
</grid>
<toolbar>
<button id="btnPesquisa" image="/gui/img/find.png"
label="${c:l('busquedaTotnaofiscalEmpresaController.btnPesquisa.label')}"/>
</toolbar>
<paging id="pagingTotnaofiscalEmpresa" pageSize="10"/>
<paging id="pagingTotnaofiscalEmpresa" pageSize="20"/>
<listbox id="totnaofiscalEmpresaList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" fixedLayout="true" vflex="true" hflex="min"
multiple="false" height="250px" width="800px">
<listhead sizable="true">
<listheader width="3%" image="/gui/img/create_doc.gif"
label="${c:l('lb.id')}" sort="auto(fiscaltotnaofiscalId)"/>
<listheader image="/gui/img/create_doc.gif" align="right"
<listheader image="/gui/img/create_doc.gif"
label="${c:l('busquedaTotnaofiscalEmpresaController.empresa.label')}" sort="auto(empresa)"/>
<listheader image="/gui/img/create_doc.gif" align="right"
<listheader image="/gui/img/create_doc.gif"
label="${c:l('busquedaTotnaofiscalEmpresaController.tipototalizador.label')}" sort="auto(tipototalizador)"/>
<listheader image="/gui/img/create_doc.gif" align="right"
<listheader image="/gui/img/create_doc.gif"
label="${c:l('busquedaTotnaofiscalEmpresaController.descricao.label')}" sort="auto(descricao)"/>
<listheader image="/gui/img/create_doc.gif" align="right"
<listheader image="/gui/img/create_doc.gif"
label="${c:l('busquedaTotnaofiscalEmpresaController.tipoeventoextra.label')}" sort="auto(tipoeventoextra)"/>
</listhead>

View File

@ -7,7 +7,7 @@
<zk>
<window id="winEditarFormapagoEmpresa" title="${c:l('editarFormapagoEmpresaController.window.title')}"
apply="${editarFormapagoEmpresaController}" contentStyle="overflow:auto"
height="300px" width="450px" border="normal" >
height="200px" width="450px" border="normal" >
<toolbar>
<hbox spacing="5px" style="padding:1px" align="right">

View File

@ -7,7 +7,7 @@
<zk>
<window id="winEditarRelgerencialEmpresa" title="${c:l('editarRelgerencialEmpresaController.window.title')}"
apply="${editarRelgerencialEmpresaController}" contentStyle="overflow:auto"
height="300px" width="450px" border="normal" >
height="17 0px" width="450px" border="normal" >
<toolbar>
<hbox spacing="5px" style="padding:1px" align="right">
@ -50,7 +50,7 @@
</row>
<row>
<label value="${c:l('busquedaRelgerencialEmpresaController.descricao.label')}" />
<textbox id="txtDescricao" width="300px"
<textbox id="txtDescricao" width="99%"
maxlength="20"
value="@{winEditarRelgerencialEmpresa$composer.relgerencialEmpresa.descricao}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"

View File

@ -7,7 +7,7 @@
<zk>
<window id="winEditarTotnaofiscalEmpresa" title="${c:l('editarTotnaofiscalEmpresaController.window.title')}"
apply="${editarTotnaofiscalEmpresaController}" contentStyle="overflow:auto"
height="300px" width="450px" border="normal" >
height="200px" width="450px" border="normal" >
<toolbar>
<hbox spacing="5px" style="padding:1px" align="right">
@ -60,7 +60,7 @@
<row>
<label value="${c:l('busquedaTotnaofiscalEmpresaController.descricao.label')}" />
<textbox id="txtDescricao" width="300px"
<textbox id="txtDescricao" width="90%"
maxlength="20"
value="@{winEditarTotnaofiscalEmpresa$composer.totnaofiscalEmpresa.descricao}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"