fixes bug#6250
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@45273 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
594ff0b8ba
commit
77edc957d3
|
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -23,48 +23,43 @@
|
|||
|
||||
<grid fixedLayout="true">
|
||||
<columns>
|
||||
<column/>
|
||||
<column/>
|
||||
<column/>
|
||||
<column/>
|
||||
<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"
|
||||
width="100%" mold="rounded" buttonVisible="true"
|
||||
model="@{winBusquedaFormapagoEmpresa$composer.lsEmpresas}" />
|
||||
</cell>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
|
||||
|
||||
|
||||
<toolbar>
|
||||
<button id="btnPesquisa" image="/gui/img/find.png"
|
||||
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>
|
||||
|
|
|
@ -23,20 +23,16 @@
|
|||
|
||||
<grid fixedLayout="true">
|
||||
<columns>
|
||||
<column/>
|
||||
<column/>
|
||||
<column/>
|
||||
<column/>
|
||||
<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>
|
||||
</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">
|
||||
|
|
|
@ -23,48 +23,44 @@
|
|||
|
||||
<grid fixedLayout="true">
|
||||
<columns>
|
||||
<column/>
|
||||
<column/>
|
||||
<column/>
|
||||
<column/>
|
||||
<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>
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue