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);
|
args.put("formapagoEmpresaList", formapagoEmpresaList);
|
||||||
|
|
||||||
openWindow("/gui/impressaofiscal/editarFormapagoEmpresa.zul",
|
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);
|
args.put("relgerencialEmpresaList", relgerencialEmpresaList);
|
||||||
|
|
||||||
openWindow("/gui/impressaofiscal/editarRelgerencialEmpresa.zul",
|
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);
|
args.put("totnaofiscalEmpresaList", totnaofiscalEmpresaList);
|
||||||
|
|
||||||
openWindow("/gui/impressaofiscal/editarTotnaofiscalEmpresa.zul",
|
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.empresa.label=Empresa
|
||||||
busquedaTotnaofiscalEmpresaController.tipototalizador.label=Tipo Totalizador
|
busquedaTotnaofiscalEmpresaController.tipototalizador.label=Tipo Totalizador
|
||||||
busquedaTotnaofiscalEmpresaController.indice.label=Indice imp.
|
busquedaTotnaofiscalEmpresaController.indice.label=Indice imp.
|
||||||
busquedaTotnaofiscalEmpresaController.descricao.label=Descrição
|
busquedaTotnaofiscalEmpresaController.descricao.label=Descrição Impressora
|
||||||
busquedaTotnaofiscalEmpresaController.indimportar.label=Importa p/imp.
|
busquedaTotnaofiscalEmpresaController.indimportar.label=Importa p/imp.
|
||||||
busquedaTotnaofiscalEmpresaController.tipoeventoextra.label=Tipo Evt. Extra
|
busquedaTotnaofiscalEmpresaController.tipoeventoextra.label=Tipo Evt. Extra
|
||||||
busquedaTotnaofiscalEmpresaController.btnPesquisa.label=Pesquisar
|
busquedaTotnaofiscalEmpresaController.btnPesquisa.label=Pesquisar
|
||||||
|
|
|
@ -23,48 +23,43 @@
|
||||||
|
|
||||||
<grid fixedLayout="true">
|
<grid fixedLayout="true">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column width="30%" />
|
||||||
<column/>
|
<column width="70%" />
|
||||||
<column/>
|
|
||||||
<column/>
|
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<cell>
|
|
||||||
<label value="${c:l('busquedaFormapagoEmpresaController.empresa.label')}" />
|
<label value="${c:l('busquedaFormapagoEmpresaController.empresa.label')}" />
|
||||||
<combobox id="cmbEmpresa"
|
<combobox id="cmbEmpresa"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||||
width="50%" mold="rounded" buttonVisible="true"
|
width="100%" mold="rounded" buttonVisible="true"
|
||||||
model="@{winBusquedaFormapagoEmpresa$composer.lsEmpresas}" />
|
model="@{winBusquedaFormapagoEmpresa$composer.lsEmpresas}" />
|
||||||
</cell>
|
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<button id="btnPesquisa" image="/gui/img/find.png"
|
<button id="btnPesquisa" image="/gui/img/find.png"
|
||||||
label="${c:l('busquedaFormapagoEmpresaController.btnPesquisa.label')}"/>
|
label="${c:l('busquedaFormapagoEmpresaController.btnPesquisa.label')}"/>
|
||||||
</toolbar>
|
</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"
|
<listbox id="formapagoEmpresaList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" fixedLayout="true" vflex="true" hflex="min"
|
||||||
multiple="false" height="250px" width="800px">
|
multiple="false" height="250px" width="800px">
|
||||||
<listhead sizable="true">
|
<listhead sizable="true">
|
||||||
<listheader width="3%" image="/gui/img/create_doc.gif"
|
<listheader width="3%" image="/gui/img/create_doc.gif"
|
||||||
label="${c:l('lb.id')}" sort="auto(fiscalFormapagoId)"/>
|
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)"/>
|
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)"/>
|
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)"/>
|
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)"/>
|
label="${c:l('busquedaFormapagoEmpresaController.formapagototalbus.label')}" sort="auto(formaPago)"/>
|
||||||
|
|
||||||
</listhead>
|
</listhead>
|
||||||
|
|
|
@ -23,20 +23,16 @@
|
||||||
|
|
||||||
<grid fixedLayout="true">
|
<grid fixedLayout="true">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column width="30%" />
|
||||||
<column/>
|
<column width="70%" />
|
||||||
<column/>
|
|
||||||
<column/>
|
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<cell>
|
|
||||||
<label value="${c:l('busquedaRelgerencialEmpresaController.empresa.label')}" />
|
<label value="${c:l('busquedaRelgerencialEmpresaController.empresa.label')}" />
|
||||||
<combobox id="cmbEmpresa"
|
<combobox id="cmbEmpresa"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||||
width="100%" mold="rounded" buttonVisible="true"
|
width="100%" mold="rounded" buttonVisible="true"
|
||||||
model="@{winBusquedaRelgerencialEmpresa$composer.lsEmpresas}" />
|
model="@{winBusquedaRelgerencialEmpresa$composer.lsEmpresas}" />
|
||||||
</cell>
|
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
@ -48,7 +44,7 @@
|
||||||
label="${c:l('busquedaRelgerencialEmpresaController.btnPesquisa.label')}"/>
|
label="${c:l('busquedaRelgerencialEmpresaController.btnPesquisa.label')}"/>
|
||||||
</toolbar>
|
</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"
|
<listbox id="relgerencialEmpresaList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" fixedLayout="true" vflex="true" hflex="min"
|
||||||
multiple="false" height="250px" width="845px">
|
multiple="false" height="250px" width="845px">
|
||||||
<listhead sizable="true">
|
<listhead sizable="true">
|
||||||
|
|
|
@ -23,48 +23,44 @@
|
||||||
|
|
||||||
<grid fixedLayout="true">
|
<grid fixedLayout="true">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column width="30%" />
|
||||||
<column/>
|
<column width="70%" />
|
||||||
<column/>
|
|
||||||
<column/>
|
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<cell>
|
|
||||||
<label value="${c:l('busquedaTotnaofiscalEmpresaController.empresa.label')}" />
|
<label value="${c:l('busquedaTotnaofiscalEmpresaController.empresa.label')}" />
|
||||||
|
|
||||||
<combobox id="cmbEmpresa"
|
<combobox id="cmbEmpresa"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||||
width="100%" mold="rounded" buttonVisible="true"
|
width="100%" mold="rounded" buttonVisible="true"
|
||||||
model="@{winBusquedaTotnaofiscalEmpresa$composer.lsEmpresas}" />
|
model="@{winBusquedaTotnaofiscalEmpresa$composer.lsEmpresas}" />
|
||||||
</cell>
|
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<button id="btnPesquisa" image="/gui/img/find.png"
|
<button id="btnPesquisa" image="/gui/img/find.png"
|
||||||
label="${c:l('busquedaTotnaofiscalEmpresaController.btnPesquisa.label')}"/>
|
label="${c:l('busquedaTotnaofiscalEmpresaController.btnPesquisa.label')}"/>
|
||||||
</toolbar>
|
</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"
|
<listbox id="totnaofiscalEmpresaList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" fixedLayout="true" vflex="true" hflex="min"
|
||||||
multiple="false" height="250px" width="800px">
|
multiple="false" height="250px" width="800px">
|
||||||
<listhead sizable="true">
|
<listhead sizable="true">
|
||||||
<listheader width="3%" image="/gui/img/create_doc.gif"
|
<listheader width="3%" image="/gui/img/create_doc.gif"
|
||||||
label="${c:l('lb.id')}" sort="auto(fiscaltotnaofiscalId)"/>
|
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)"/>
|
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)"/>
|
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)"/>
|
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)"/>
|
label="${c:l('busquedaTotnaofiscalEmpresaController.tipoeventoextra.label')}" sort="auto(tipoeventoextra)"/>
|
||||||
|
|
||||||
</listhead>
|
</listhead>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<zk>
|
<zk>
|
||||||
<window id="winEditarFormapagoEmpresa" title="${c:l('editarFormapagoEmpresaController.window.title')}"
|
<window id="winEditarFormapagoEmpresa" title="${c:l('editarFormapagoEmpresaController.window.title')}"
|
||||||
apply="${editarFormapagoEmpresaController}" contentStyle="overflow:auto"
|
apply="${editarFormapagoEmpresaController}" contentStyle="overflow:auto"
|
||||||
height="300px" width="450px" border="normal" >
|
height="200px" width="450px" border="normal" >
|
||||||
|
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<hbox spacing="5px" style="padding:1px" align="right">
|
<hbox spacing="5px" style="padding:1px" align="right">
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<zk>
|
<zk>
|
||||||
<window id="winEditarRelgerencialEmpresa" title="${c:l('editarRelgerencialEmpresaController.window.title')}"
|
<window id="winEditarRelgerencialEmpresa" title="${c:l('editarRelgerencialEmpresaController.window.title')}"
|
||||||
apply="${editarRelgerencialEmpresaController}" contentStyle="overflow:auto"
|
apply="${editarRelgerencialEmpresaController}" contentStyle="overflow:auto"
|
||||||
height="300px" width="450px" border="normal" >
|
height="17 0px" width="450px" border="normal" >
|
||||||
|
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<hbox spacing="5px" style="padding:1px" align="right">
|
<hbox spacing="5px" style="padding:1px" align="right">
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaRelgerencialEmpresaController.descricao.label')}" />
|
<label value="${c:l('busquedaRelgerencialEmpresaController.descricao.label')}" />
|
||||||
<textbox id="txtDescricao" width="300px"
|
<textbox id="txtDescricao" width="99%"
|
||||||
maxlength="20"
|
maxlength="20"
|
||||||
value="@{winEditarRelgerencialEmpresa$composer.relgerencialEmpresa.descricao}"
|
value="@{winEditarRelgerencialEmpresa$composer.relgerencialEmpresa.descricao}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<zk>
|
<zk>
|
||||||
<window id="winEditarTotnaofiscalEmpresa" title="${c:l('editarTotnaofiscalEmpresaController.window.title')}"
|
<window id="winEditarTotnaofiscalEmpresa" title="${c:l('editarTotnaofiscalEmpresaController.window.title')}"
|
||||||
apply="${editarTotnaofiscalEmpresaController}" contentStyle="overflow:auto"
|
apply="${editarTotnaofiscalEmpresaController}" contentStyle="overflow:auto"
|
||||||
height="300px" width="450px" border="normal" >
|
height="200px" width="450px" border="normal" >
|
||||||
|
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<hbox spacing="5px" style="padding:1px" align="right">
|
<hbox spacing="5px" style="padding:1px" align="right">
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaTotnaofiscalEmpresaController.descricao.label')}" />
|
<label value="${c:l('busquedaTotnaofiscalEmpresaController.descricao.label')}" />
|
||||||
<textbox id="txtDescricao" width="300px"
|
<textbox id="txtDescricao" width="90%"
|
||||||
maxlength="20"
|
maxlength="20"
|
||||||
value="@{winEditarTotnaofiscalEmpresa$composer.totnaofiscalEmpresa.descricao}"
|
value="@{winEditarTotnaofiscalEmpresa$composer.totnaofiscalEmpresa.descricao}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
|
|
Loading…
Reference in New Issue