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