git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@26389 d1611594-4594-4d17-8e1d-87c2c4800839
parent
da6fdc3928
commit
000d585f3d
|
@ -7,7 +7,7 @@
|
||||||
# <controler>. <id>. <propiedade> = XXX
|
# <controler>. <id>. <propiedade> = XXX
|
||||||
|
|
||||||
#Versao do VentaBoleto:
|
#Versao do VentaBoleto:
|
||||||
versao = ADM_20130513_1RC152
|
versao = ADM_20130515_1RC153
|
||||||
|
|
||||||
# MSG Defaut:
|
# MSG Defaut:
|
||||||
MSG.CONSTRAINT.PORCENTAGEM = Os valores devem estar entre 0 e 100
|
MSG.CONSTRAINT.PORCENTAGEM = Os valores devem estar entre 0 e 100
|
||||||
|
@ -515,6 +515,7 @@ editarPuntoVentaController.lbTpoPtoVta.value = Canal de Venda
|
||||||
editarPuntoVentaController.lbMoneda.value = Moeda
|
editarPuntoVentaController.lbMoneda.value = Moeda
|
||||||
editarPuntoVentaController.lbCiudad.value = Cidade
|
editarPuntoVentaController.lbCiudad.value = Cidade
|
||||||
editarPuntoVentaController.lblInicial.value = Inicial
|
editarPuntoVentaController.lblInicial.value = Inicial
|
||||||
|
editarPuntoVentaController.lblMaxCancelacion = Tempo Max. Cancelamento após venda(min)
|
||||||
editarPuntoVentaController.lblAdicional.value = Adicional
|
editarPuntoVentaController.lblAdicional.value = Adicional
|
||||||
editarPuntoVentaController.RadSi.value.value = Sim
|
editarPuntoVentaController.RadSi.value.value = Sim
|
||||||
editarPuntoVentaController.RadNo.value = Não
|
editarPuntoVentaController.RadNo.value = Não
|
||||||
|
|
|
@ -28,20 +28,33 @@
|
||||||
|
|
||||||
<tabbox id="tabboxTitle">
|
<tabbox id="tabboxTitle">
|
||||||
<tabs width="200px">
|
<tabs width="200px">
|
||||||
<tab label="${c:l('editarPuntoVentaController.window.title')}" />
|
<tab
|
||||||
<tab label="${c:l('editarPuntoVentaController.tab.label.endereco')}" />
|
label="${c:l('editarPuntoVentaController.window.title')}" />
|
||||||
<tab label="${c:l('editarPuntoVentaController.tab.label.comissao')}" />
|
<tab
|
||||||
<tab label="${c:l('editarPuntoVentaController.tab.label.banco')}" />
|
label="${c:l('editarPuntoVentaController.tab.label.endereco')}" />
|
||||||
<tab label="${c:l('editarPuntoVentaController.tab.label.titular')}" />
|
<tab
|
||||||
|
label="${c:l('editarPuntoVentaController.tab.label.comissao')}" />
|
||||||
|
<tab
|
||||||
|
label="${c:l('editarPuntoVentaController.tab.label.banco')}" />
|
||||||
|
<tab
|
||||||
|
label="${c:l('editarPuntoVentaController.tab.label.titular')}" />
|
||||||
|
|
||||||
<tab label="${c:l('editarPuntoVentaController.tab.label.diversos')}" />
|
<tab
|
||||||
<tab label="${c:l('editarPuntoVentaController.tab.label.antecipa')}" />
|
label="${c:l('editarPuntoVentaController.tab.label.diversos')}" />
|
||||||
<tab label="${c:l('editarPuntoVentaController.tab.label.horario')}" />
|
<tab
|
||||||
<tab label="${c:l('indexController.mniFormaPago.label')}" />
|
label="${c:l('editarPuntoVentaController.tab.label.antecipa')}" />
|
||||||
<tab label="${c:l('editarPuntoVentaController.tab.label.recoleccion')}" />
|
<tab
|
||||||
<tab visible="false" label="${c:l('editarPuntoVentaController.tab.label.empVenta')}" />
|
label="${c:l('editarPuntoVentaController.tab.label.horario')}" />
|
||||||
<tab visible="false" label="${c:l('editarPuntoVentaController.tab.label.usuBancario')}" />
|
<tab
|
||||||
<tab label="${c:l('editarPuntoVentaController.tab.label.estoque')}" />
|
label="${c:l('indexController.mniFormaPago.label')}" />
|
||||||
|
<tab
|
||||||
|
label="${c:l('editarPuntoVentaController.tab.label.recoleccion')}" />
|
||||||
|
<tab visible="false"
|
||||||
|
label="${c:l('editarPuntoVentaController.tab.label.empVenta')}" />
|
||||||
|
<tab visible="false"
|
||||||
|
label="${c:l('editarPuntoVentaController.tab.label.usuBancario')}" />
|
||||||
|
<tab
|
||||||
|
label="${c:l('editarPuntoVentaController.tab.label.estoque')}" />
|
||||||
</tabs>
|
</tabs>
|
||||||
|
|
||||||
<tabpanels>
|
<tabpanels>
|
||||||
|
@ -62,10 +75,21 @@
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarPuntoVentaController.lblNumPuntoVenda')}"/>
|
<label
|
||||||
<textbox id="txtNumPtoVta" maxlength="10" constraint="no empty"
|
value="${c:l('editarPuntoVentaController.lblNumPuntoVenda')}" />
|
||||||
|
<textbox id="txtNumPtoVta"
|
||||||
|
maxlength="10" constraint="no empty"
|
||||||
value="@{winEditarPuntoVenta$composer.puntoVenta.numPuntoVenta}" />
|
value="@{winEditarPuntoVenta$composer.puntoVenta.numPuntoVenta}" />
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
<row>
|
||||||
|
<label
|
||||||
|
value="${c:l('editarPuntoVentaController.lblMaxCancelacion')}" />
|
||||||
|
<intbox id="txtMaxCancelacion"
|
||||||
|
constraint="no empty"
|
||||||
|
value="@{winEditarPuntoVenta$composer.puntoVenta.tiempoCancelacion}" />
|
||||||
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<!-- Parada -->
|
<!-- Parada -->
|
||||||
<label
|
<label
|
||||||
|
@ -119,8 +143,11 @@
|
||||||
</radiogroup>
|
</radiogroup>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarPuntoVentaController.lbStock.value')}" />
|
<label
|
||||||
<checkbox id="checkStock" label="${c:l('editarPuntoVentaController.lbCheckStock.value')}" checked="false" />
|
value="${c:l('editarPuntoVentaController.lbStock.value')}" />
|
||||||
|
<checkbox id="checkStock"
|
||||||
|
label="${c:l('editarPuntoVentaController.lbCheckStock.value')}"
|
||||||
|
checked="false" />
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
@ -129,7 +156,6 @@
|
||||||
value="${c:l('editarPuntoVentaController.lbTelefonoUno.value')}" />
|
value="${c:l('editarPuntoVentaController.lbTelefonoUno.value')}" />
|
||||||
<textbox id="numtelefonouno"
|
<textbox id="numtelefonouno"
|
||||||
constraint="no zero" width="70%" maxlength="15"
|
constraint="no zero" width="70%" maxlength="15"
|
||||||
|
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
@ -138,7 +164,6 @@
|
||||||
value="${c:l('editarPuntoVentaController.lbTelefonoDos.value')}" />
|
value="${c:l('editarPuntoVentaController.lbTelefonoDos.value')}" />
|
||||||
<textbox id="numtelefonodos"
|
<textbox id="numtelefonodos"
|
||||||
constraint="no zero" width="70%" maxlength="15"
|
constraint="no zero" width="70%" maxlength="15"
|
||||||
|
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
@ -148,7 +173,6 @@
|
||||||
value="${c:l('editarPuntoVentaController.lbNumFax.value')}" />
|
value="${c:l('editarPuntoVentaController.lbNumFax.value')}" />
|
||||||
<textbox id="txtNumFax"
|
<textbox id="txtNumFax"
|
||||||
constraint="no zero" width="70%" maxlength="15"
|
constraint="no zero" width="70%" maxlength="15"
|
||||||
|
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
@ -250,8 +274,8 @@
|
||||||
<!--compl-->
|
<!--compl-->
|
||||||
<label
|
<label
|
||||||
value="${c:l('editarPuntoVentaController.lbCompl.value')}" />
|
value="${c:l('editarPuntoVentaController.lbCompl.value')}" />
|
||||||
<textbox id="txtCompl"
|
<textbox id="txtCompl" width="70%"
|
||||||
width="70%" maxlength="30"
|
maxlength="30"
|
||||||
value="@{winEditarPuntoVenta$composer.puntoVenta.compl}"
|
value="@{winEditarPuntoVenta$composer.puntoVenta.compl}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||||
</row>
|
</row>
|
||||||
|
@ -304,7 +328,8 @@
|
||||||
|
|
||||||
<row height="10px">
|
<row height="10px">
|
||||||
|
|
||||||
<label value="${c:l('editarConfiguracionComissaoController.lbPassagem.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionComissaoController.lbPassagem.value')}" />
|
||||||
<hbox>
|
<hbox>
|
||||||
<h:table border="none">
|
<h:table border="none">
|
||||||
<h:tr>
|
<h:tr>
|
||||||
|
@ -312,21 +337,24 @@
|
||||||
|
|
||||||
<h:td>
|
<h:td>
|
||||||
<hlayout>
|
<hlayout>
|
||||||
<label value="${c:l('editarConfiguracionComissaoController.lbBaixa.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionComissaoController.lbBaixa.value')}" />
|
||||||
</hlayout>
|
</hlayout>
|
||||||
<textbox id="txtPassagemBaixa" width="100px" maxlength="5" value="0.00"
|
<textbox
|
||||||
|
id="txtPassagemBaixa" width="100px" maxlength="5"
|
||||||
|
value="0.00"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
|
||||||
|
|
||||||
|
|
||||||
</h:td>
|
</h:td>
|
||||||
<h:td>
|
<h:td></h:td>
|
||||||
</h:td>
|
|
||||||
<h:td>
|
<h:td>
|
||||||
<hlayout>
|
<hlayout>
|
||||||
<label value="${c:l('editarConfiguracionComissaoController.lbAlta.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionComissaoController.lbAlta.value')}" />
|
||||||
</hlayout>
|
</hlayout>
|
||||||
<textbox id="txtPassagemAlta" width="100px" maxlength="5"
|
<textbox
|
||||||
|
id="txtPassagemAlta" width="100px" maxlength="5"
|
||||||
value="0.00"
|
value="0.00"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
|
||||||
</h:td>
|
</h:td>
|
||||||
|
@ -338,7 +366,8 @@
|
||||||
|
|
||||||
<row height="10px">
|
<row height="10px">
|
||||||
|
|
||||||
<label value="${c:l('editarConfiguracionComissaoController.lbExcesso.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionComissaoController.lbExcesso.value')}" />
|
||||||
<hbox>
|
<hbox>
|
||||||
<h:table border="none">
|
<h:table border="none">
|
||||||
<h:tr>
|
<h:tr>
|
||||||
|
@ -346,22 +375,25 @@
|
||||||
|
|
||||||
<h:td>
|
<h:td>
|
||||||
<hlayout>
|
<hlayout>
|
||||||
<label value="${c:l('editarConfiguracionComissaoController.lbBaixa.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionComissaoController.lbBaixa.value')}" />
|
||||||
</hlayout>
|
</hlayout>
|
||||||
<textbox id="txtExcessoBaixa" width="100px" maxlength="5"
|
<textbox
|
||||||
|
id="txtExcessoBaixa" width="100px" maxlength="5"
|
||||||
value="0.00"
|
value="0.00"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
|
||||||
|
|
||||||
</h:td>
|
</h:td>
|
||||||
|
|
||||||
<h:td>
|
<h:td></h:td>
|
||||||
</h:td>
|
|
||||||
|
|
||||||
<h:td>
|
<h:td>
|
||||||
<hlayout>
|
<hlayout>
|
||||||
<label value="${c:l('editarConfiguracionComissaoController.lbAlta.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionComissaoController.lbAlta.value')}" />
|
||||||
</hlayout>
|
</hlayout>
|
||||||
<textbox id="txtExcessoAlta" width="100px" maxlength="5"
|
<textbox
|
||||||
|
id="txtExcessoAlta" width="100px" maxlength="5"
|
||||||
value="0.00"
|
value="0.00"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
|
||||||
</h:td>
|
</h:td>
|
||||||
|
@ -372,7 +404,8 @@
|
||||||
</row>
|
</row>
|
||||||
<row height="10px">
|
<row height="10px">
|
||||||
|
|
||||||
<label value="${c:l('editarConfiguracionComissaoController.lbSeguro.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionComissaoController.lbSeguro.value')}" />
|
||||||
<hbox>
|
<hbox>
|
||||||
<h:table border="none">
|
<h:table border="none">
|
||||||
<h:tr>
|
<h:tr>
|
||||||
|
@ -380,23 +413,25 @@
|
||||||
|
|
||||||
<h:td>
|
<h:td>
|
||||||
<hlayout>
|
<hlayout>
|
||||||
<label value="${c:l('editarConfiguracionComissaoController.lbBaixa.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionComissaoController.lbBaixa.value')}" />
|
||||||
</hlayout>
|
</hlayout>
|
||||||
<textbox id="txtSeguroBaixa" width="100px" maxlength="5"
|
<textbox
|
||||||
|
id="txtSeguroBaixa" width="100px" maxlength="5"
|
||||||
value="0.00"
|
value="0.00"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
|
||||||
|
|
||||||
</h:td>
|
</h:td>
|
||||||
|
|
||||||
<h:td>
|
<h:td></h:td>
|
||||||
</h:td>
|
|
||||||
|
|
||||||
<h:td>
|
<h:td>
|
||||||
<hlayout>
|
<hlayout>
|
||||||
<label value="${c:l('editarConfiguracionComissaoController.lbAlta.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionComissaoController.lbAlta.value')}" />
|
||||||
</hlayout>
|
</hlayout>
|
||||||
<textbox id="txtSeguroAlta" width="100px" maxlength="5"
|
<textbox
|
||||||
value="0.00"
|
id="txtSeguroAlta" width="100px" maxlength="5" value="0.00"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
|
||||||
</h:td>
|
</h:td>
|
||||||
|
|
||||||
|
@ -407,7 +442,8 @@
|
||||||
|
|
||||||
<row height="10px">
|
<row height="10px">
|
||||||
|
|
||||||
<label value="${c:l('editarConfiguracionComissaoController.lbOutros.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionComissaoController.lbOutros.value')}" />
|
||||||
<hbox>
|
<hbox>
|
||||||
<h:table border="none">
|
<h:table border="none">
|
||||||
<h:tr>
|
<h:tr>
|
||||||
|
@ -415,20 +451,22 @@
|
||||||
|
|
||||||
<h:td>
|
<h:td>
|
||||||
<hlayout>
|
<hlayout>
|
||||||
<label value="${c:l('editarConfiguracionComissaoController.lbBaixa.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionComissaoController.lbBaixa.value')}" />
|
||||||
</hlayout>
|
</hlayout>
|
||||||
<textbox id="txtOutrosBaixa" width="100px" maxlength="5"
|
<textbox
|
||||||
|
id="txtOutrosBaixa" width="100px" maxlength="5"
|
||||||
value="0.00"
|
value="0.00"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
|
||||||
</h:td>
|
</h:td>
|
||||||
<h:td>
|
<h:td></h:td>
|
||||||
</h:td>
|
|
||||||
<h:td>
|
<h:td>
|
||||||
<hlayout>
|
<hlayout>
|
||||||
<label value="${c:l('editarConfiguracionComissaoController.lbAlta.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionComissaoController.lbAlta.value')}" />
|
||||||
</hlayout>
|
</hlayout>
|
||||||
<textbox id="txtOutrosAlta" width="100px" maxlength="5"
|
<textbox
|
||||||
value="0.00"
|
id="txtOutrosAlta" width="100px" maxlength="5" value="0.00"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
|
||||||
</h:td>
|
</h:td>
|
||||||
|
|
||||||
|
@ -437,91 +475,94 @@
|
||||||
</hbox>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionComissaoController.lbISS.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionComissaoController.lbISS.value')}" />
|
||||||
<hbox>
|
<hbox>
|
||||||
<textbox id="txtIss" width="70%" maxlength="5"
|
<textbox id="txtIss" width="70%"
|
||||||
value="0.00"
|
maxlength="5" value="0.00"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
|
||||||
<label value="${c:l('editarConfiguracionComissaoController.lbPercISS.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionComissaoController.lbPercISS.value')}" />
|
||||||
</hbox>
|
</hbox>
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionComissaoController.lbRoyaties.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionComissaoController.lbRoyaties.value')}" />
|
||||||
<hbox>
|
<hbox>
|
||||||
<textbox id="txtRoyaties" width="70%" maxlength="5"
|
<textbox id="txtRoyaties"
|
||||||
value="0.00"
|
width="70%" maxlength="5" value="0.00"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
|
||||||
<label value="${c:l('editarConfiguracionComissaoController.lbPerc.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionComissaoController.lbPerc.value')}" />
|
||||||
</hbox>
|
</hbox>
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionComissaoController.lbRecibo.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionComissaoController.lbRecibo.value')}" />
|
||||||
<checkbox id="checkRecibo" />
|
<checkbox id="checkRecibo" />
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionComissaoController.lbDestino.value')}" />
|
<label
|
||||||
<combobox id="cmbDestino" width="70%" mold="rounded" buttonVisible="true"
|
value="${c:l('editarConfiguracionComissaoController.lbDestino.value')}" />
|
||||||
|
<combobox id="cmbDestino" width="70%"
|
||||||
|
mold="rounded" buttonVisible="true"
|
||||||
model="@{winEditarPuntoVenta$composer.lsDestino}"
|
model="@{winEditarPuntoVenta$composer.lsDestino}"
|
||||||
selectedItem="@{winEditarPuntoVenta$composer.puntoVenta.comissaoId.descComissaoId}"
|
selectedItem="@{winEditarPuntoVenta$composer.puntoVenta.comissaoId.descComissaoId}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar" />
|
||||||
/>
|
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionComissaoController.lbReceita.value')}" />
|
<label
|
||||||
<combobox id="cmbReceita" width="70%" mold="rounded" buttonVisible="true"
|
value="${c:l('editarConfiguracionComissaoController.lbReceita.value')}" />
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
<combobox id="cmbReceita" width="70%"
|
||||||
/>
|
mold="rounded" buttonVisible="true"
|
||||||
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar" />
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionComissaoController.lbCodAG.value')}" />
|
<label
|
||||||
<intbox id="txtcodAg" width="70%" maxlength="7"
|
value="${c:l('editarConfiguracionComissaoController.lbCodAG.value')}" />
|
||||||
|
<intbox id="txtcodAg" width="70%"
|
||||||
|
maxlength="7"
|
||||||
value="@{winEditarPuntoVenta$composer.puntoVenta.comissaoId.codag}" />
|
value="@{winEditarPuntoVenta$composer.puntoVenta.comissaoId.codag}" />
|
||||||
|
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|
||||||
<label value="${c:l('editarConfiguracionComissaoController.lbCompReceita.value')}"/>
|
<label
|
||||||
|
value="${c:l('editarConfiguracionComissaoController.lbCompReceita.value')}" />
|
||||||
<hbox>
|
<hbox>
|
||||||
<checkbox id="checkTarifaReceita"
|
<checkbox id="checkTarifaReceita"
|
||||||
label="${c:l('editarConfiguracionCorridaController.lbTarifa.value')}"
|
label="${c:l('editarConfiguracionCorridaController.lbTarifa.value')}" />
|
||||||
/>
|
|
||||||
<checkbox id="checkTaxaReceita"
|
<checkbox id="checkTaxaReceita"
|
||||||
label="${c:l('editarConfiguracionCorridaController.lbTaxa.value')}"
|
label="${c:l('editarConfiguracionCorridaController.lbTaxa.value')}" />
|
||||||
/>
|
|
||||||
<checkbox id="checkSeguroReceita"
|
<checkbox id="checkSeguroReceita"
|
||||||
label="${c:l('editarConfiguracionCorridaController.lbSeguro.value')}"
|
label="${c:l('editarConfiguracionCorridaController.lbSeguro.value')}" />
|
||||||
/>
|
|
||||||
<checkbox id="checkPedagioReceita"
|
<checkbox id="checkPedagioReceita"
|
||||||
label="${c:l('editarConfiguracionCorridaController.lbPedagio.value')}"
|
label="${c:l('editarConfiguracionCorridaController.lbPedagio.value')}" />
|
||||||
/>
|
|
||||||
</hbox>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
|
|
||||||
<label value="${c:l('editarConfiguracionComissaoController.lbCompDev.value')}"/>
|
<label
|
||||||
|
value="${c:l('editarConfiguracionComissaoController.lbCompDev.value')}" />
|
||||||
<hbox>
|
<hbox>
|
||||||
<checkbox id="checkTarifaDev"
|
<checkbox id="checkTarifaDev"
|
||||||
label="${c:l('editarConfiguracionCorridaController.lbTarifa.value')}"
|
label="${c:l('editarConfiguracionCorridaController.lbTarifa.value')}" />
|
||||||
/>
|
|
||||||
<checkbox id="checkTaxaDev"
|
<checkbox id="checkTaxaDev"
|
||||||
label="${c:l('editarConfiguracionCorridaController.lbTaxa.value')}"
|
label="${c:l('editarConfiguracionCorridaController.lbTaxa.value')}" />
|
||||||
/>
|
|
||||||
<checkbox id="checkSeguroDev"
|
<checkbox id="checkSeguroDev"
|
||||||
label="${c:l('editarConfiguracionCorridaController.lbSeguro.value')}"
|
label="${c:l('editarConfiguracionCorridaController.lbSeguro.value')}" />
|
||||||
/>
|
|
||||||
<checkbox id="checkPedagioDev"
|
<checkbox id="checkPedagioDev"
|
||||||
label="${c:l('editarConfiguracionCorridaController.lbPedagio.value')}"
|
label="${c:l('editarConfiguracionCorridaController.lbPedagio.value')}" />
|
||||||
/>
|
|
||||||
</hbox>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
@ -540,7 +581,8 @@
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
|
|
||||||
<label value="${c:l('editarConfiguracionAgenciaBancariaController.lbBanco.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionAgenciaBancariaController.lbBanco.value')}" />
|
||||||
<hbox>
|
<hbox>
|
||||||
<h:table border="none">
|
<h:table border="none">
|
||||||
<h:tr>
|
<h:tr>
|
||||||
|
@ -552,7 +594,8 @@
|
||||||
model="@{winEditarPuntoVenta$composer.lsBanco}" />
|
model="@{winEditarPuntoVenta$composer.lsBanco}" />
|
||||||
</h:td>
|
</h:td>
|
||||||
<h:td>
|
<h:td>
|
||||||
<textbox id="txtNomeBanco" width="215px" disabled="true" />
|
<textbox
|
||||||
|
id="txtNomeBanco" width="215px" disabled="true" />
|
||||||
|
|
||||||
</h:td>
|
</h:td>
|
||||||
|
|
||||||
|
@ -561,31 +604,37 @@
|
||||||
</hbox>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionAgenciaBancariaController.lbNumAg.value')}" />
|
<label
|
||||||
<textbox id="txtNumAg"
|
value="${c:l('editarConfiguracionAgenciaBancariaController.lbNumAg.value')}" />
|
||||||
width="70%" maxlength="5"
|
<textbox id="txtNumAg" width="70%"
|
||||||
|
maxlength="5"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
value="@{winEditarPuntoVenta$composer.puntoVenta.agenciaId.numagencia}" />
|
value="@{winEditarPuntoVenta$composer.puntoVenta.agenciaId.numagencia}" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionAgenciaBancariaController.lbTipoConta.value')}" />
|
<label
|
||||||
<combobox id="cmbTipoConta" width="70%" mold="rounded" buttonVisible="true"/>
|
value="${c:l('editarConfiguracionAgenciaBancariaController.lbTipoConta.value')}" />
|
||||||
|
<combobox id="cmbTipoConta" width="70%"
|
||||||
|
mold="rounded" buttonVisible="true" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionAgenciaBancariaController.lbNumConta.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionAgenciaBancariaController.lbNumConta.value')}" />
|
||||||
|
|
||||||
<hbox>
|
<hbox>
|
||||||
<h:table border="none">
|
<h:table border="none">
|
||||||
<h:tr>
|
<h:tr>
|
||||||
|
|
||||||
<h:td>
|
<h:td>
|
||||||
<textbox id="txtConta" width="250px" maxlength="9"
|
<textbox id="txtConta"
|
||||||
|
width="250px" maxlength="9"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
value="@{winEditarPuntoVenta$composer.puntoVenta.agenciaId.numconta}" />
|
value="@{winEditarPuntoVenta$composer.puntoVenta.agenciaId.numconta}" />
|
||||||
</h:td>
|
</h:td>
|
||||||
<h:td>
|
<h:td>
|
||||||
<label value=" - " />
|
<label value=" - " />
|
||||||
<textbox id="txtDigito" width="20%" maxlength="1"
|
<textbox id="txtDigito"
|
||||||
|
width="20%" maxlength="1"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
value="@{winEditarPuntoVenta$composer.puntoVenta.agenciaId.digito}" />
|
value="@{winEditarPuntoVenta$composer.puntoVenta.agenciaId.digito}" />
|
||||||
</h:td>
|
</h:td>
|
||||||
|
@ -596,20 +645,23 @@
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionAgenciaBancariaController.lbPessoa.value')}" />
|
<label
|
||||||
<combobox id="cmbPessoa"
|
value="${c:l('editarConfiguracionAgenciaBancariaController.lbPessoa.value')}" />
|
||||||
width="70%" mold="rounded" buttonVisible="true"/>
|
<combobox id="cmbPessoa" width="70%"
|
||||||
|
mold="rounded" buttonVisible="true" />
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionAgenciaBancariaController.lbBilhetes.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionAgenciaBancariaController.lbBilhetes.value')}" />
|
||||||
<textbox id="txtBilhetes" width="70%"
|
<textbox id="txtBilhetes" width="70%"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
value="@{winEditarPuntoVenta$composer.puntoVenta.agenciaId.bilhetes}" />
|
value="@{winEditarPuntoVenta$composer.puntoVenta.agenciaId.bilhetes}" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionAgenciaBancariaController.lbCarga.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionAgenciaBancariaController.lbCarga.value')}" />
|
||||||
<textbox id="txtCarga" width="70%"
|
<textbox id="txtCarga" width="70%"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
value="@{winEditarPuntoVenta$composer.puntoVenta.agenciaId.carga}" />
|
value="@{winEditarPuntoVenta$composer.puntoVenta.agenciaId.carga}" />
|
||||||
|
@ -627,34 +679,43 @@
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionTitularController.lbNome.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionTitularController.lbNome.value')}" />
|
||||||
<textbox id="txtTitularNome" width="70%"
|
<textbox id="txtTitularNome" width="70%"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
value="@{winEditarPuntoVenta$composer.puntoVenta.titularId.nome}" />
|
value="@{winEditarPuntoVenta$composer.puntoVenta.titularId.nome}" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionTitularController.lbCpf.value')}" />
|
<label
|
||||||
<textbox id="txtTitularCpf" width="70%" maxlength="14"
|
value="${c:l('editarConfiguracionTitularController.lbCpf.value')}" />
|
||||||
|
<textbox id="txtTitularCpf" width="70%"
|
||||||
|
maxlength="14"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
value="@{winEditarPuntoVenta$composer.puntoVenta.titularId.cpf}" />
|
value="@{winEditarPuntoVenta$composer.puntoVenta.titularId.cpf}" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionTitularController.lbRg.value')}" />
|
<label
|
||||||
<textbox id="txtTitularRg" width="70%" maxlength="16"
|
value="${c:l('editarConfiguracionTitularController.lbRg.value')}" />
|
||||||
|
<textbox id="txtTitularRg" width="70%"
|
||||||
|
maxlength="16"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
value="@{winEditarPuntoVenta$composer.puntoVenta.titularId.rg}" />
|
value="@{winEditarPuntoVenta$composer.puntoVenta.titularId.rg}" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionTitularController.lbOrgEmis.value')}" />
|
<label
|
||||||
<textbox id="txtTitularEmissor" width="70%" maxlength="6"
|
value="${c:l('editarConfiguracionTitularController.lbOrgEmis.value')}" />
|
||||||
|
<textbox id="txtTitularEmissor"
|
||||||
|
width="70%" maxlength="6"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
value="@{winEditarPuntoVenta$composer.puntoVenta.titularId.orgaoemissor}" />
|
value="@{winEditarPuntoVenta$composer.puntoVenta.titularId.orgaoemissor}" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|
||||||
<fileupload label="${c:l('editarConfiguracionTitularController.btnUpload.Foto')}"
|
<fileupload
|
||||||
|
label="${c:l('editarConfiguracionTitularController.btnUpload.Foto')}"
|
||||||
onUpload="winEditarPuntoVenta$composer.uploadPhoto(event)" />
|
onUpload="winEditarPuntoVenta$composer.uploadPhoto(event)" />
|
||||||
<image id="img" height="100px" width="150px" />
|
<image id="img" height="100px"
|
||||||
|
width="150px" />
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
</rows>
|
</rows>
|
||||||
|
@ -671,61 +732,78 @@
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionDiversosController.lbResponAluguel.value')}" />
|
<label
|
||||||
<textbox id="txtResponAluguel" width="70%" maxlength="80"
|
value="${c:l('editarConfiguracionDiversosController.lbResponAluguel.value')}" />
|
||||||
|
<textbox id="txtResponAluguel"
|
||||||
|
width="70%" maxlength="80"
|
||||||
value="@{winEditarPuntoVenta$composer.puntoVenta.diversosId.responAluguel}"
|
value="@{winEditarPuntoVenta$composer.puntoVenta.diversosId.responAluguel}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionDiversosController.lbResponTel.value')}" />
|
<label
|
||||||
<textbox id="txtResponTel" width="70%" maxlength="80"
|
value="${c:l('editarConfiguracionDiversosController.lbResponTel.value')}" />
|
||||||
|
<textbox id="txtResponTel" width="70%"
|
||||||
|
maxlength="80"
|
||||||
value="@{winEditarPuntoVenta$composer.puntoVenta.diversosId.responTelefone}"
|
value="@{winEditarPuntoVenta$composer.puntoVenta.diversosId.responTelefone}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionDiversosController.lbResponEnergia.value')}" />
|
<label
|
||||||
<textbox id="txtResponEnergia" width="70%" maxlength="80"
|
value="${c:l('editarConfiguracionDiversosController.lbResponEnergia.value')}" />
|
||||||
|
<textbox id="txtResponEnergia"
|
||||||
|
width="70%" maxlength="80"
|
||||||
value="@{winEditarPuntoVenta$composer.puntoVenta.diversosId.responEnergia}"
|
value="@{winEditarPuntoVenta$composer.puntoVenta.diversosId.responEnergia}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionDiversosController.lbPosicao.value')}" />
|
<label
|
||||||
<combobox id="cmbPosicao" width="70%" mold="rounded" buttonVisible="true"
|
value="${c:l('editarConfiguracionDiversosController.lbPosicao.value')}" />
|
||||||
|
<combobox id="cmbPosicao" width="70%"
|
||||||
|
mold="rounded" buttonVisible="true"
|
||||||
selectedItem="@{winEditarPuntoVenta$composer.puntoVenta.diversosId.posicao}"
|
selectedItem="@{winEditarPuntoVenta$composer.puntoVenta.diversosId.posicao}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar" />
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionDiversosController.lbInformatizada.value')}"/>
|
<label
|
||||||
|
value="${c:l('editarConfiguracionDiversosController.lbInformatizada.value')}" />
|
||||||
<checkbox id="checkInformatizada" />
|
<checkbox id="checkInformatizada" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionDiversosController.lbBilheteInfo.value')}"/>
|
<label
|
||||||
|
value="${c:l('editarConfiguracionDiversosController.lbBilheteInfo.value')}" />
|
||||||
<checkbox id="checkBilheteInfo" />
|
<checkbox id="checkBilheteInfo" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionDiversosController.lbVendaInternet.value')}"/>
|
<label
|
||||||
|
value="${c:l('editarConfiguracionDiversosController.lbVendaInternet.value')}" />
|
||||||
<checkbox id="checkVendaInternet" />
|
<checkbox id="checkVendaInternet" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionDiversosController.lbTeleEntrega.value')}"/>
|
<label
|
||||||
|
value="${c:l('editarConfiguracionDiversosController.lbTeleEntrega.value')}" />
|
||||||
<checkbox id="checkTeleEntrega" />
|
<checkbox id="checkTeleEntrega" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionDiversosController.lbDigitacao.value')}"/>
|
<label
|
||||||
|
value="${c:l('editarConfiguracionDiversosController.lbDigitacao.value')}" />
|
||||||
<checkbox id="checkDigitacao" />
|
<checkbox id="checkDigitacao" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionDiversosController.lbTrabalha.value')}"/>
|
<label
|
||||||
|
value="${c:l('editarConfiguracionDiversosController.lbTrabalha.value')}" />
|
||||||
<hbox>
|
<hbox>
|
||||||
<checkbox id="checkBilhete" label="${c:l('editarConfiguracionDiversosController.lbBilhete.value')}" />
|
<checkbox id="checkBilhete"
|
||||||
<checkbox id="checkOfpsPropria" label="${c:l('editarConfiguracionDiversosController.lbOfpsPropria.value')}" />
|
label="${c:l('editarConfiguracionDiversosController.lbBilhete.value')}" />
|
||||||
<checkbox id="checkOfpsTerceiros" label="${c:l('editarConfiguracionDiversosController.lbOfpsTerceiros.value')}"/>
|
<checkbox id="checkOfpsPropria"
|
||||||
|
label="${c:l('editarConfiguracionDiversosController.lbOfpsPropria.value')}" />
|
||||||
|
<checkbox id="checkOfpsTerceiros"
|
||||||
|
label="${c:l('editarConfiguracionDiversosController.lbOfpsTerceiros.value')}" />
|
||||||
</hbox>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
@ -742,19 +820,25 @@
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionAntecipaComController.lbData.value')}" />
|
<label
|
||||||
<datebox id="dateAntecipData" mold="rounded" lenient="false"
|
value="${c:l('editarConfiguracionAntecipaComController.lbData.value')}" />
|
||||||
constraint="no empty" width="70%" />
|
<datebox id="dateAntecipData"
|
||||||
|
mold="rounded" lenient="false" constraint="no empty"
|
||||||
|
width="70%" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionAntecipaComController.lbRetem.value')}" />
|
<label
|
||||||
<textbox id="txtAntecipRetem" value="0.0"
|
value="${c:l('editarConfiguracionAntecipaComController.lbRetem.value')}" />
|
||||||
|
<textbox id="txtAntecipRetem"
|
||||||
|
value="0.0"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
||||||
constraint="no empty" width="70%" />
|
constraint="no empty" width="70%" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionAntecipaComController.lbPercentual.value')}" />
|
<label
|
||||||
<textbox id="txtAntecipPercentual" value="0.0"
|
value="${c:l('editarConfiguracionAntecipaComController.lbPercentual.value')}" />
|
||||||
|
<textbox id="txtAntecipPercentual"
|
||||||
|
value="0.0"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
||||||
constraint="no empty" width="70%" />
|
constraint="no empty" width="70%" />
|
||||||
</row>
|
</row>
|
||||||
|
@ -797,14 +881,16 @@
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionHorarioController.lbInicio.value')}" />
|
<label
|
||||||
<timebox id="timeboxInicio"
|
value="${c:l('editarConfiguracionHorarioController.lbInicio.value')}" />
|
||||||
width="70%" mold="rounded" constraint="no empty" />
|
<timebox id="timeboxInicio" width="70%"
|
||||||
|
mold="rounded" constraint="no empty" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionHorarioController.lbFim.value')}" />
|
<label
|
||||||
<timebox id="timeboxFim"
|
value="${c:l('editarConfiguracionHorarioController.lbFim.value')}" />
|
||||||
mold="rounded" constraint="no empty" width="70%" />
|
<timebox id="timeboxFim" mold="rounded"
|
||||||
|
constraint="no empty" width="70%" />
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
</rows>
|
</rows>
|
||||||
|
@ -1045,26 +1131,29 @@
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionEstoqueController.lbEspecie.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionEstoqueController.lbEspecie.value')}" />
|
||||||
<textbox id="txtEspecie" maxlength="3"
|
<textbox id="txtEspecie" maxlength="3"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
constraint="no empty" width="70%" />
|
constraint="no empty" width="70%" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionEstoqueController.lbForm.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionEstoqueController.lbForm.value')}" />
|
||||||
<combobox id="cmbForm"
|
<combobox id="cmbForm"
|
||||||
constraint="no empty"
|
constraint="no empty"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||||
width="70%" mold="rounded" buttonVisible="true" />
|
width="70%" mold="rounded" buttonVisible="true" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionEstoqueController.lbQuant.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionEstoqueController.lbQuant.value')}" />
|
||||||
<intbox id="txtQuant"
|
<intbox id="txtQuant"
|
||||||
|
|
||||||
constraint="no empty" width="70%" />
|
constraint="no empty" width="70%" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionEstoqueController.lbLote.value')}" />
|
<label
|
||||||
|
value="${c:l('editarConfiguracionEstoqueController.lbLote.value')}" />
|
||||||
<combobox id="cmbLote"
|
<combobox id="cmbLote"
|
||||||
constraint="no empty"
|
constraint="no empty"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||||
|
|
Loading…
Reference in New Issue