rodrigo 2013-05-15 20:29:25 +00:00
parent da6fdc3928
commit 000d585f3d
2 changed files with 473 additions and 383 deletions

View File

@ -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

View File

@ -28,24 +28,37 @@
<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>
<tabpanel > <tabpanel>
<grid fixedLayout="true"> <grid fixedLayout="true">
<columns> <columns>
<column width="30%" /> <column width="30%" />
@ -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')}" />
value="@{winEditarPuntoVenta$composer.puntoVenta.numPuntoVenta}" /> <textbox id="txtNumPtoVta"
</row> 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> <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>
@ -294,7 +318,7 @@
</tabpanel> </tabpanel>
<!-- DADOS COMISSAO --> <!-- DADOS COMISSAO -->
<tabpanel > <tabpanel>
<grid fixedLayout="true"> <grid fixedLayout="true">
<columns> <columns>
<column width="30%" /> <column width="30%" />
@ -302,226 +326,243 @@
</columns> </columns>
<rows> <rows>
<row height="10px"> <row height="10px">
<label value="${c:l('editarConfiguracionComissaoController.lbPassagem.value')}" /> <label
<hbox> value="${c:l('editarConfiguracionComissaoController.lbPassagem.value')}" />
<h:table border="none"> <hbox>
<h:tr> <h:table border="none">
<h:tr>
<h:td> <h:td>
<hlayout> <hlayout>
<label value="${c:l('editarConfiguracionComissaoController.lbBaixa.value')}" /> <label
</hlayout> value="${c:l('editarConfiguracionComissaoController.lbBaixa.value')}" />
<textbox id="txtPassagemBaixa" width="100px" maxlength="5" value="0.00" </hlayout>
<textbox
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"/> 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> <h:td>
<h:td> <hlayout>
<hlayout> <label
<label value="${c:l('editarConfiguracionComissaoController.lbAlta.value')}" /> value="${c:l('editarConfiguracionComissaoController.lbAlta.value')}" />
</hlayout> </hlayout>
<textbox id="txtPassagemAlta" width="100px" maxlength="5" <textbox
value="0.00" id="txtPassagemAlta" width="100px" maxlength="5"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"/> value="0.00"
</h:td> use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
</h:td>
</h:tr> </h:tr>
</h:table> </h:table>
</hbox> </hbox>
</row> </row>
<row height="10px"> <row height="10px">
<label value="${c:l('editarConfiguracionComissaoController.lbExcesso.value')}" /> <label
<hbox> value="${c:l('editarConfiguracionComissaoController.lbExcesso.value')}" />
<h:table border="none"> <hbox>
<h:tr> <h:table border="none">
<h:tr>
<h:td> <h:td>
<hlayout> <hlayout>
<label value="${c:l('editarConfiguracionComissaoController.lbBaixa.value')}" /> <label
</hlayout> value="${c:l('editarConfiguracionComissaoController.lbBaixa.value')}" />
<textbox id="txtExcessoBaixa" width="100px" maxlength="5" </hlayout>
value="0.00" <textbox
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"/> 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>
<h:td> <h:td>
<hlayout> <hlayout>
<label value="${c:l('editarConfiguracionComissaoController.lbAlta.value')}" /> <label
</hlayout> value="${c:l('editarConfiguracionComissaoController.lbAlta.value')}" />
<textbox id="txtExcessoAlta" width="100px" maxlength="5" </hlayout>
value="0.00" <textbox
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"/> id="txtExcessoAlta" width="100px" maxlength="5"
</h:td> value="0.00"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
</h:td>
</h:tr> </h:tr>
</h:table> </h:table>
</hbox> </hbox>
</row> </row>
<row height="10px"> <row height="10px">
<label value="${c:l('editarConfiguracionComissaoController.lbSeguro.value')}" /> <label
<hbox> value="${c:l('editarConfiguracionComissaoController.lbSeguro.value')}" />
<h:table border="none"> <hbox>
<h:tr> <h:table border="none">
<h:tr>
<h:td> <h:td>
<hlayout> <hlayout>
<label value="${c:l('editarConfiguracionComissaoController.lbBaixa.value')}" /> <label
</hlayout> value="${c:l('editarConfiguracionComissaoController.lbBaixa.value')}" />
<textbox id="txtSeguroBaixa" width="100px" maxlength="5" </hlayout>
value="0.00" <textbox
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"/> 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>
<h:td> <h:td>
<hlayout> <hlayout>
<label value="${c:l('editarConfiguracionComissaoController.lbAlta.value')}" /> <label
</hlayout> value="${c:l('editarConfiguracionComissaoController.lbAlta.value')}" />
<textbox id="txtSeguroAlta" width="100px" maxlength="5" </hlayout>
value="0.00" <textbox
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"/> id="txtSeguroAlta" width="100px" maxlength="5" value="0.00"
</h:td> use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
</h:td>
</h:tr> </h:tr>
</h:table> </h:table>
</hbox> </hbox>
</row> </row>
<row height="10px"> <row height="10px">
<label value="${c:l('editarConfiguracionComissaoController.lbOutros.value')}" /> <label
<hbox> value="${c:l('editarConfiguracionComissaoController.lbOutros.value')}" />
<h:table border="none"> <hbox>
<h:tr> <h:table border="none">
<h:tr>
<h:td> <h:td>
<hlayout> <hlayout>
<label value="${c:l('editarConfiguracionComissaoController.lbBaixa.value')}" /> <label
</hlayout> value="${c:l('editarConfiguracionComissaoController.lbBaixa.value')}" />
<textbox id="txtOutrosBaixa" width="100px" maxlength="5" </hlayout>
value="0.00" <textbox
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"/> id="txtOutrosBaixa" width="100px" maxlength="5"
</h:td> value="0.00"
<h:td> use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
</h:td> </h:td>
<h:td> <h:td></h:td>
<hlayout> <h:td>
<label value="${c:l('editarConfiguracionComissaoController.lbAlta.value')}" /> <hlayout>
</hlayout> <label
<textbox id="txtOutrosAlta" width="100px" maxlength="5" value="${c:l('editarConfiguracionComissaoController.lbAlta.value')}" />
value="0.00" </hlayout>
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"/> <textbox
</h:td> id="txtOutrosAlta" width="100px" maxlength="5" value="0.00"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" />
</h:td>
</h:tr> </h:tr>
</h:table> </h:table>
</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')}" />
value="@{winEditarPuntoVenta$composer.puntoVenta.comissaoId.codag}"/> <intbox id="txtcodAg" width="70%"
maxlength="7"
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"
/> label="${c:l('editarConfiguracionCorridaController.lbSeguro.value')}" />
<checkbox id="checkSeguroReceita" <checkbox id="checkPedagioReceita"
label="${c:l('editarConfiguracionCorridaController.lbSeguro.value')}" label="${c:l('editarConfiguracionCorridaController.lbPedagio.value')}" />
/> </hbox>
<checkbox id="checkPedagioReceita"
label="${c:l('editarConfiguracionCorridaController.lbPedagio.value')}"
/>
</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"
/> label="${c:l('editarConfiguracionCorridaController.lbSeguro.value')}" />
<checkbox id="checkSeguroDev" <checkbox id="checkPedagioDev"
label="${c:l('editarConfiguracionCorridaController.lbSeguro.value')}" label="${c:l('editarConfiguracionCorridaController.lbPedagio.value')}" />
/>
<checkbox id="checkPedagioDev"
label="${c:l('editarConfiguracionCorridaController.lbPedagio.value')}"
/>
</hbox> </hbox>
</row> </row>
@ -540,79 +581,90 @@
<rows> <rows>
<row> <row>
<label value="${c:l('editarConfiguracionAgenciaBancariaController.lbBanco.value')}" /> <label
<hbox> value="${c:l('editarConfiguracionAgenciaBancariaController.lbBanco.value')}" />
<h:table border="none"> <hbox>
<h:tr> <h:table border="none">
<h:tr>
<h:td> <h:td>
<combobox id="cmbBanco" <combobox id="cmbBanco"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar" use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
width="60%" mold="rounded" buttonVisible="true" width="60%" mold="rounded" buttonVisible="true"
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>
</h:tr> </h:tr>
</h:table> </h:table>
</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"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" width="250px" maxlength="9"
value="@{winEditarPuntoVenta$composer.puntoVenta.agenciaId.numconta}"/> use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
</h:td> value="@{winEditarPuntoVenta$composer.puntoVenta.agenciaId.numconta}" />
<h:td> </h:td>
<label value=" - "/> <h:td>
<textbox id="txtDigito" width="20%" maxlength="1" <label value=" - " />
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" <textbox id="txtDigito"
value="@{winEditarPuntoVenta$composer.puntoVenta.agenciaId.digito}" /> width="20%" maxlength="1"
</h:td> use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
value="@{winEditarPuntoVenta$composer.puntoVenta.agenciaId.digito}" />
</h:td>
</h:tr> </h:tr>
</h:table> </h:table>
</hbox> </hbox>
</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}" />
</row> </row>
</rows> </rows>
</grid> </grid>
@ -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
onUpload="winEditarPuntoVenta$composer.uploadPhoto(event)"/> label="${c:l('editarConfiguracionTitularController.btnUpload.Foto')}"
<image id="img" height="100px" width="150px" /> onUpload="winEditarPuntoVenta$composer.uploadPhoto(event)" />
<image id="img" height="100px"
width="150px" />
</row> </row>
</rows> </rows>
@ -663,7 +724,7 @@
<!-- DADOS DIVERSOS--> <!-- DADOS DIVERSOS-->
<tabpanel > <tabpanel>
<grid fixedLayout="true"> <grid fixedLayout="true">
<columns> <columns>
<column width="30%" /> <column width="30%" />
@ -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')}" />
selectedItem="@{winEditarPuntoVenta$composer.puntoVenta.diversosId.posicao}" <combobox id="cmbPosicao" width="70%"
mold="rounded" buttonVisible="true"
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>
@ -1037,7 +1123,7 @@
</tabpanel> </tabpanel>
<!-- DADOS DO ESTOQUE --> <!-- DADOS DO ESTOQUE -->
<tabpanel height="400px" > <tabpanel height="400px">
<grid fixedLayout="true"> <grid fixedLayout="true">
<columns> <columns>
<column width="30%" /> <column width="30%" />
@ -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"