fixes bug #8145
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@61901 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
296eca67ef
commit
b44d3e04b1
|
@ -15,7 +15,10 @@ import org.zkoss.zul.Datebox;
|
||||||
*/
|
*/
|
||||||
public class MyDatebox extends Datebox {
|
public class MyDatebox extends Datebox {
|
||||||
|
|
||||||
public MyDatebox() {
|
|
||||||
|
private static final long serialVersionUID = 1941187602231654196L;
|
||||||
|
|
||||||
|
public MyDatebox() {
|
||||||
setLenient(Boolean.FALSE);
|
setLenient(Boolean.FALSE);
|
||||||
|
|
||||||
this.addEventListener(Events.ON_CHANGING, new EventListener() {
|
this.addEventListener(Events.ON_CHANGING, new EventListener() {
|
||||||
|
|
|
@ -83,7 +83,7 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('editarEmpleadoController.lbFecNacimiento.value')}" />
|
value="${c:l('editarEmpleadoController.lbFecNacimiento.value')}" />
|
||||||
<datebox id="datFecNacimiento"
|
<datebox id="datFecNacimiento"
|
||||||
mold="rounded" lenient="false" constraint="no empty"
|
mold="rounded" constraint="no empty"
|
||||||
width="40%"
|
width="40%"
|
||||||
value="@{winEditarEmpleado$composer.empleado.fecNacimiento}" />
|
value="@{winEditarEmpleado$composer.empleado.fecNacimiento}" />
|
||||||
</row>
|
</row>
|
||||||
|
@ -123,7 +123,7 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('editarEmpleadoController.lbFecIngreso.value')}" />
|
value="${c:l('editarEmpleadoController.lbFecIngreso.value')}" />
|
||||||
<datebox id="datFecIngreso"
|
<datebox id="datFecIngreso"
|
||||||
mold="rounded" lenient="false" constraint="no empty"
|
mold="rounded" constraint="no empty"
|
||||||
width="40%"
|
width="40%"
|
||||||
value="@{winEditarEmpleado$composer.empleado.fecIngreso}" />
|
value="@{winEditarEmpleado$composer.empleado.fecIngreso}" />
|
||||||
</row>
|
</row>
|
||||||
|
|
|
@ -128,12 +128,12 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('editarEstadoController.lbl.inicioHuso')}" />
|
value="${c:l('editarEstadoController.lbl.inicioHuso')}" />
|
||||||
<datebox id="fecInicioHorVerano" width="90%"
|
<datebox id="fecInicioHorVerano" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" maxlength="10"
|
format="dd/MM/yyyy" maxlength="10"
|
||||||
value="@{winEditarEstado$composer.estado.fecInicioHorVerano}" />
|
value="@{winEditarEstado$composer.estado.fecInicioHorVerano}" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('editarEstadoController.lbl.finHuso')}" />
|
value="${c:l('editarEstadoController.lbl.finHuso')}" />
|
||||||
<datebox id="fecFinoHorVerano" width="90%"
|
<datebox id="fecFinoHorVerano" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" maxlength="10"
|
format="dd/MM/yyyy" maxlength="10"
|
||||||
value="@{winEditarEstado$composer.estado.fecFinoHorVerano}" />
|
value="@{winEditarEstado$composer.estado.fecFinoHorVerano}" />
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
|
|
@ -191,9 +191,7 @@
|
||||||
<row>
|
<row>
|
||||||
|
|
||||||
<label value="${c:l('editarPuntoVentaController.lbdataAbertura.value')}" />
|
<label value="${c:l('editarPuntoVentaController.lbdataAbertura.value')}" />
|
||||||
<datebox id="dateAbertura"
|
<datebox id="dateAbertura" mold="rounded" format="dd/MM/yyyy" />
|
||||||
mold="rounded" lenient="false"
|
|
||||||
format="dd/MM/yyyy" />
|
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<!-- Status Aprobacion -->
|
<!-- Status Aprobacion -->
|
||||||
|
@ -210,9 +208,7 @@
|
||||||
<row id= "rowDateFechamento"
|
<row id= "rowDateFechamento"
|
||||||
visible="false">
|
visible="false">
|
||||||
<label value="${c:l('editarPuntoVentaController.lbdataFechamento.value')}" />
|
<label value="${c:l('editarPuntoVentaController.lbdataFechamento.value')}" />
|
||||||
<datebox id="dateFechamento"
|
<datebox id="dateFechamento" mold="rounded" format="dd/MM/yyyy" />
|
||||||
mold="rounded" lenient="false"
|
|
||||||
format="dd/MM/yyyy" />
|
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
|
@ -761,9 +757,7 @@
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
value="${c:l('editarConfiguracionAntecipaComController.lbData.value')}" />
|
value="${c:l('editarConfiguracionAntecipaComController.lbData.value')}" />
|
||||||
<datebox id="dateAntecipData"
|
<datebox id="dateAntecipData" mold="rounded" constraint="no empty" width="70%" />
|
||||||
mold="rounded" lenient="false" constraint="no empty"
|
|
||||||
width="70%" />
|
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
|
@ -1516,7 +1510,7 @@
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
value="${c:l('editarPuntoVentaController.label.fecIntegracion')}" />
|
value="${c:l('editarPuntoVentaController.label.fecIntegracion')}" />
|
||||||
<datebox id="fecIntegracion" constraint="no empty" width="60%" mold="rounded" lenient="false"/>
|
<datebox id="fecIntegracion" constraint="no empty" width="60%" mold="rounded" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<checkbox id="checkSimulaIntegracion"
|
<checkbox id="checkSimulaIntegracion"
|
||||||
|
|
|
@ -334,18 +334,9 @@
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionComissaoController.lbDatainicial.value')}" />
|
<label value="${c:l('editarConfiguracionComissaoController.lbDatainicial.value')}" />
|
||||||
<datebox id="datainicial"
|
<datebox id="datainicial" width="100%" mold="rounded" format="dd/MM/yyyy" maxlength="10" />
|
||||||
width="100%"
|
|
||||||
mold="rounded"
|
|
||||||
format="dd/MM/yyyy"
|
|
||||||
lenient="false"
|
|
||||||
maxlength="10" />
|
|
||||||
<label value="${c:l('editarConfiguracionComissaoController.lbDatafinal.value')}" />
|
<label value="${c:l('editarConfiguracionComissaoController.lbDatafinal.value')}" />
|
||||||
<datebox id="dataFinal"
|
<datebox id="dataFinal" width="100%" mold="rounded" format="dd/MM/yyyy"
|
||||||
width="100%"
|
|
||||||
mold="rounded"
|
|
||||||
format="dd/MM/yyyy"
|
|
||||||
lenient="false"
|
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
<row spans="1,3">
|
<row spans="1,3">
|
||||||
|
|
|
@ -28,11 +28,9 @@
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label value="Período de Inicio" />
|
<label value="Período de Inicio" />
|
||||||
<datebox id="datMesInicio" format="MM/yyyy"
|
<datebox id="datMesInicio" format="MM/yyyy" constraint="no empty" maxlength="7" />
|
||||||
lenient="false" constraint="no empty" maxlength="7" />
|
|
||||||
<label value="Período de Fim" />
|
<label value="Período de Fim" />
|
||||||
<datebox id="datMesFim" format="MM/yyyy"
|
<datebox id="datMesFim" format="MM/yyyy" constraint="no empty" maxlength="7" />
|
||||||
lenient="false" constraint="no empty" maxlength="7" />
|
|
||||||
</row>
|
</row>
|
||||||
<row spans="1,3">
|
<row spans="1,3">
|
||||||
<label
|
<label
|
||||||
|
|
|
@ -38,8 +38,7 @@
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
value="${c:l('editarConfigFeriadoController.lbData.value')}" />
|
value="${c:l('editarConfigFeriadoController.lbData.value')}" />
|
||||||
<datebox id="fecFeriado" width="25%" mold="rounded"
|
<datebox id="fecFeriado" width="25%" mold="rounded" />
|
||||||
lenient="false" />
|
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
|
|
|
@ -28,11 +28,11 @@
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarPeriodoVacacionalController.lbFecInicio.value')}"/>
|
<label value="${c:l('editarPeriodoVacacionalController.lbFecInicio.value')}"/>
|
||||||
<datebox id="fecInicio" width="150px" mold="rounded" lenient="false"/>
|
<datebox id="fecInicio" width="150px" mold="rounded" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarPeriodoVacacionalController.lbFecFinal.value')}"/>
|
<label value="${c:l('editarPeriodoVacacionalController.lbFecFinal.value')}"/>
|
||||||
<datebox id="fecFinal" width="150px" mold="rounded" lenient="false"/>
|
<datebox id="fecFinal" width="150px" mold="rounded" />
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
|
|
@ -27,11 +27,11 @@
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarPeriodoVacacionalController.lbFecInicio.value')}"/>
|
<label value="${c:l('editarPeriodoVacacionalController.lbFecInicio.value')}"/>
|
||||||
<datebox id="fecInicio" width="100px" mold="rounded" cols="8" lenient="false"/>
|
<datebox id="fecInicio" width="100px" mold="rounded" cols="8" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarPeriodoVacacionalController.lbFecFinal.value')}"/>
|
<label value="${c:l('editarPeriodoVacacionalController.lbFecFinal.value')}"/>
|
||||||
<datebox id="fecFinal" width="100px" mold="rounded" lenient="false"/>
|
<datebox id="fecFinal" width="100px" mold="rounded" />
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
|
|
@ -29,9 +29,9 @@
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaTipoCambioCiudadController.FecaplicacionDe')}"/>
|
<label value="${c:l('busquedaTipoCambioCiudadController.FecaplicacionDe')}"/>
|
||||||
<datebox id="dtFecaplicacionDe" width="100%" mold="rounded" lenient="false"/>
|
<datebox id="dtFecaplicacionDe" width="100%" mold="rounded" />
|
||||||
<label value="${c:l('busquedaTipoCambioCiudadController.FecaplicacionAte')}"/>
|
<label value="${c:l('busquedaTipoCambioCiudadController.FecaplicacionAte')}"/>
|
||||||
<datebox id="dtFecaplicacionAte" width="100%" mold="rounded" lenient="false"/>
|
<datebox id="dtFecaplicacionAte" width="100%" mold="rounded" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaTipoCambioCiudadController.MonedaOrigen')}"/>
|
<label value="${c:l('busquedaTipoCambioCiudadController.MonedaOrigen')}"/>
|
||||||
|
|
|
@ -29,13 +29,13 @@
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarProdVigenciaController.lbFecInicio.value')}"/>
|
<label value="${c:l('editarProdVigenciaController.lbFecInicio.value')}"/>
|
||||||
<datebox id="fecInicio" width="70%" format="dd/MM/yyyy" mold="rounded" constraint="no empty" lenient="false"
|
<datebox id="fecInicio" width="70%" format="dd/MM/yyyy" mold="rounded" constraint="no empty"
|
||||||
/>
|
/>
|
||||||
<!--value="@{winEditarProdVigenciaController$composer.prodVigencia.fecvigenciainicio}"-->
|
<!--value="@{winEditarProdVigenciaController$composer.prodVigencia.fecvigenciainicio}"-->
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarProdVigenciaController.lbFecFinal.value')}"/>
|
<label value="${c:l('editarProdVigenciaController.lbFecFinal.value')}"/>
|
||||||
<datebox id="fecFinal" width="70%" format="dd/MM/yyyy" mold="rounded" constraint="no empty" lenient="false"
|
<datebox id="fecFinal" width="70%" format="dd/MM/yyyy" mold="rounded" constraint="no empty"
|
||||||
/>
|
/>
|
||||||
<!--value="@{winEditarProdVigenciaController$composer.prodVigencia.fecvigenciafin}"-->
|
<!--value="@{winEditarProdVigenciaController$composer.prodVigencia.fecvigenciafin}"-->
|
||||||
</row>
|
</row>
|
||||||
|
|
|
@ -41,8 +41,7 @@
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
value="${c:l('editarConfigFeriadoController.lbData.value')}" />
|
value="${c:l('editarConfigFeriadoController.lbData.value')}" />
|
||||||
<datebox id="fecFeriado" width="40%" mold="rounded"
|
<datebox id="fecFeriado" width="40%" mold="rounded" constraint="no empty"
|
||||||
lenient="false" constraint="no empty"
|
|
||||||
value="@{winEditarConfigFeriado$composer.feriado.fecferiado}" />
|
value="@{winEditarConfigFeriado$composer.feriado.fecferiado}" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|
|
@ -31,12 +31,12 @@
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label id="lbFecInicio" value="${c:l('editarConfiguracionCategoriaController.lbFecInicio.value')}"/>
|
<label id="lbFecInicio" value="${c:l('editarConfiguracionCategoriaController.lbFecInicio.value')}"/>
|
||||||
<datebox id="fecInicio" width="50%" mold="rounded" lenient="false"
|
<datebox id="fecInicio" width="50%" mold="rounded"
|
||||||
format="dd/MM/yyyy HH:mm"/>
|
format="dd/MM/yyyy HH:mm"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label id="lbFecFinal" value="${c:l('editarConfiguracionCategoriaController.lbFecFinal.value')}"/>
|
<label id="lbFecFinal" value="${c:l('editarConfiguracionCategoriaController.lbFecFinal.value')}"/>
|
||||||
<datebox id="fecFinal" width="50%" mold="rounded" lenient="false"
|
<datebox id="fecFinal" width="50%" mold="rounded"
|
||||||
format="dd/MM/yyyy HH:mm"/>
|
format="dd/MM/yyyy HH:mm"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|
|
@ -33,14 +33,14 @@
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaMensajeController.dataInicial.label')}" />
|
<label value="${c:l('busquedaMensajeController.dataInicial.label')}" />
|
||||||
<datebox id="txtDataInicial" width="100%" mold="rounded"
|
<datebox id="txtDataInicial" width="100%" mold="rounded"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaMensajeController.dataFinal.label')}" />
|
<label value="${c:l('busquedaMensajeController.dataFinal.label')}" />
|
||||||
<datebox id="txtDataFinal" width="100%" mold="rounded"
|
<datebox id="txtDataFinal" width="100%" mold="rounded"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
|
|
@ -48,12 +48,12 @@
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionReservacionController.lbFecInicio.value')}"/>
|
<label value="${c:l('editarConfiguracionReservacionController.lbFecInicio.value')}"/>
|
||||||
<datebox id="fecInicio" constraint="no empty" width="60%" mold="rounded" lenient="false"
|
<datebox id="fecInicio" constraint="no empty" width="60%" mold="rounded"
|
||||||
value="@{winEditarConfiguracionReservacion$composer.reservacionCtrl.fecinicio}"/>
|
value="@{winEditarConfiguracionReservacion$composer.reservacionCtrl.fecinicio}"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarConfiguracionReservacionController.lbFecFinal.value')}"/>
|
<label value="${c:l('editarConfiguracionReservacionController.lbFecFinal.value')}"/>
|
||||||
<datebox id="fecFinal" constraint="no empty" width="60%" mold="rounded" lenient="false"
|
<datebox id="fecFinal" constraint="no empty" width="60%" mold="rounded"
|
||||||
value="@{winEditarConfiguracionReservacion$composer.reservacionCtrl.fecfinal}"/>
|
value="@{winEditarConfiguracionReservacion$composer.reservacionCtrl.fecfinal}"/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
|
|
@ -99,10 +99,10 @@
|
||||||
value="${c:l('editarConvenioController.lbPeriodoEmissao.value')}" />
|
value="${c:l('editarConvenioController.lbPeriodoEmissao.value')}" />
|
||||||
<hbox>
|
<hbox>
|
||||||
<label value="${c:l('editarConvenioController.lbPeriodoEmissao.inicial')}" />
|
<label value="${c:l('editarConvenioController.lbPeriodoEmissao.inicial')}" />
|
||||||
<datebox id="fecVentaInicial" lenient="false" format="dd/MM/yyyy"
|
<datebox id="fecVentaInicial" format="dd/MM/yyyy"
|
||||||
value="@{winEditarConvenio$composer.convenio.fecVentaInicial}" />
|
value="@{winEditarConvenio$composer.convenio.fecVentaInicial}" />
|
||||||
<label value="${c:l('editarConvenioController.lbPeriodoEmissao.final')}" />
|
<label value="${c:l('editarConvenioController.lbPeriodoEmissao.final')}" />
|
||||||
<datebox id="fecVentaFinal" lenient="false" format="dd/MM/yyyy"
|
<datebox id="fecVentaFinal" format="dd/MM/yyyy"
|
||||||
value="@{winEditarConvenio$composer.convenio.fecVentaFinal}" />
|
value="@{winEditarConvenio$composer.convenio.fecVentaFinal}" />
|
||||||
</hbox>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
|
@ -112,13 +112,11 @@
|
||||||
<hbox>
|
<hbox>
|
||||||
<label
|
<label
|
||||||
value="${c:l('editarConvenioController.lbPeriodoViagem.inicial')}" />
|
value="${c:l('editarConvenioController.lbPeriodoViagem.inicial')}" />
|
||||||
<datebox id="fecViajeInicial"
|
<datebox id="fecViajeInicial" format="dd/MM/yyyy"
|
||||||
lenient="false" format="dd/MM/yyyy"
|
|
||||||
value="@{winEditarConvenio$composer.convenio.fecViajeInicial}" />
|
value="@{winEditarConvenio$composer.convenio.fecViajeInicial}" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('editarConvenioController.lbPeriodoViagem.final')}" />
|
value="${c:l('editarConvenioController.lbPeriodoViagem.final')}" />
|
||||||
<datebox id="fecViajeFinal"
|
<datebox id="fecViajeFinal" format="dd/MM/yyyy"
|
||||||
lenient="false" format="dd/MM/yyyy"
|
|
||||||
value="@{winEditarConvenio$composer.convenio.fecViajeFinal}" />
|
value="@{winEditarConvenio$composer.convenio.fecViajeFinal}" />
|
||||||
</hbox>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
|
|
|
@ -85,7 +85,7 @@
|
||||||
value="${c:l('editarExcepcionPeajeController.lbDe.value')}" />
|
value="${c:l('editarExcepcionPeajeController.lbDe.value')}" />
|
||||||
|
|
||||||
<datebox id="fecInicio" width="70x" constraint="no empty"
|
<datebox id="fecInicio" width="70x" constraint="no empty"
|
||||||
mold="rounded" lenient="false" />
|
mold="rounded" />
|
||||||
</h:td>
|
</h:td>
|
||||||
</h:tr>
|
</h:tr>
|
||||||
</h:table>
|
</h:table>
|
||||||
|
@ -97,8 +97,7 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('editarExcepcionPeajeController.lbHasta.value')}" />
|
value="${c:l('editarExcepcionPeajeController.lbHasta.value')}" />
|
||||||
|
|
||||||
<datebox id="fecFin" width="70x" constraint="no empty"
|
<datebox id="fecFin" width="70x" constraint="no empty" mold="rounded" />
|
||||||
mold="rounded" lenient="false" />
|
|
||||||
</h:td>
|
</h:td>
|
||||||
</h:tr>
|
</h:tr>
|
||||||
</h:table>
|
</h:table>
|
||||||
|
|
|
@ -32,12 +32,12 @@
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label id="lbFecInicio" value="${c:l('editarPeriodoVacacionalController.lbFecInicio.value')}"/>
|
<label id="lbFecInicio" value="${c:l('editarPeriodoVacacionalController.lbFecInicio.value')}"/>
|
||||||
<datebox id="fecInicio" constraint="no empty" width="60%" mold="rounded" format="dd/MM/yyyy" lenient="false"
|
<datebox id="fecInicio" constraint="no empty" width="60%" mold="rounded" format="dd/MM/yyyy"
|
||||||
value="@{winEditarPeriodoVacacional$composer.periodoVacacional.fecinicio}"/>
|
value="@{winEditarPeriodoVacacional$composer.periodoVacacional.fecinicio}"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label id="lbFecFinal" value="${c:l('editarPeriodoVacacionalController.lbFecFinal.value')}"/>
|
<label id="lbFecFinal" value="${c:l('editarPeriodoVacacionalController.lbFecFinal.value')}"/>
|
||||||
<datebox id="fecFinal" constraint="no empty" width="60%" mold="rounded" lenient="false" format="dd/MM/yyyy"
|
<datebox id="fecFinal" constraint="no empty" width="60%" mold="rounded" format="dd/MM/yyyy"
|
||||||
value="@{winEditarPeriodoVacacional$composer.periodoVacacional.fecfinal}"/>
|
value="@{winEditarPeriodoVacacional$composer.periodoVacacional.fecfinal}"/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarTipoCambioCiudadController.FecaplicacionAte')}"/>
|
<label value="${c:l('editarTipoCambioCiudadController.FecaplicacionAte')}"/>
|
||||||
<datebox id="dtFecaplicacion" width="90%" mold="rounded" lenient="false" constraint="no empty,no past"
|
<datebox id="dtFecaplicacion" width="90%" mold="rounded" constraint="no empty,no past"
|
||||||
format="dd/MM/yyyy HH:mm"
|
format="dd/MM/yyyy HH:mm"
|
||||||
value="@{winEditarTipoCambioCiudad$composer.tipoCambioCtrl.fecaplicacion}"/>
|
value="@{winEditarTipoCambioCiudad$composer.tipoCambioCtrl.fecaplicacion}"/>
|
||||||
</row>
|
</row>
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
</h:td>
|
</h:td>
|
||||||
<h:td>
|
<h:td>
|
||||||
<datebox id="fecInicio" width="70x"
|
<datebox id="fecInicio" width="70x"
|
||||||
mold="rounded" lenient="false" />
|
mold="rounded" />
|
||||||
</h:td>
|
</h:td>
|
||||||
<h:td>
|
<h:td>
|
||||||
<label
|
<label
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
</h:td>
|
</h:td>
|
||||||
<h:td>
|
<h:td>
|
||||||
<datebox id="fecFinal" width="120px"
|
<datebox id="fecFinal" width="120px"
|
||||||
mold="rounded" lenient="false" />
|
mold="rounded" />
|
||||||
</h:td>
|
</h:td>
|
||||||
</h:tr>
|
</h:tr>
|
||||||
</h:table>
|
</h:table>
|
||||||
|
|
|
@ -42,13 +42,13 @@
|
||||||
<label value="${c:l('editarConfiguracionCorridaController.lbDe.value')}"/>
|
<label value="${c:l('editarConfiguracionCorridaController.lbDe.value')}"/>
|
||||||
</h:td>
|
</h:td>
|
||||||
<h:td>
|
<h:td>
|
||||||
<datebox id="fecInicio" width="70x" mold="rounded" lenient="false"/>
|
<datebox id="fecInicio" width="70x" mold="rounded" />
|
||||||
</h:td>
|
</h:td>
|
||||||
<h:td>
|
<h:td>
|
||||||
<label value="${c:l('editarConfiguracionCorridaController.lbHasta.value')}"/>
|
<label value="${c:l('editarConfiguracionCorridaController.lbHasta.value')}"/>
|
||||||
</h:td>
|
</h:td>
|
||||||
<h:td>
|
<h:td>
|
||||||
<datebox id="fecFinal" width="120px" mold="rounded" lenient="false"/>
|
<datebox id="fecFinal" width="120px" mold="rounded" />
|
||||||
</h:td>
|
</h:td>
|
||||||
</h:tr>
|
</h:tr>
|
||||||
</h:table>
|
</h:table>
|
||||||
|
|
|
@ -161,7 +161,7 @@
|
||||||
value="${c:l('editarAutobusController.fechaCaducidad.label')}" />
|
value="${c:l('editarAutobusController.fechaCaducidad.label')}" />
|
||||||
<datebox id="fecCaducidad" width="70x"
|
<datebox id="fecCaducidad" width="70x"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyDatebox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyDatebox"
|
||||||
mold="rounded" lenient="false" />
|
mold="rounded" />
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
<h:td>
|
<h:td>
|
||||||
<datebox
|
<datebox
|
||||||
id="fecniciovigencia" constraint="no empty" width="120px"
|
id="fecniciovigencia" constraint="no empty" width="120px"
|
||||||
mold="rounded" lenient="false"
|
mold="rounded"
|
||||||
value="@{winEditarCorrida$composer.esquemaCorrida.esquemaOperacional.fecniciovigencia}" />
|
value="@{winEditarCorrida$composer.esquemaCorrida.esquemaOperacional.fecniciovigencia}" />
|
||||||
</h:td>
|
</h:td>
|
||||||
<h:td>
|
<h:td>
|
||||||
|
@ -91,7 +91,7 @@
|
||||||
<h:td>
|
<h:td>
|
||||||
<datebox
|
<datebox
|
||||||
id="fecfinvigencia" constraint="no empty" width="120px"
|
id="fecfinvigencia" constraint="no empty" width="120px"
|
||||||
mold="rounded" lenient="false"
|
mold="rounded"
|
||||||
value="@{winEditarCorrida$composer.esquemaCorrida.esquemaOperacional.fecfinvigencia}" />
|
value="@{winEditarCorrida$composer.esquemaCorrida.esquemaOperacional.fecfinvigencia}" />
|
||||||
</h:td>
|
</h:td>
|
||||||
</h:tr>
|
</h:tr>
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
</h:td>
|
</h:td>
|
||||||
<h:td>
|
<h:td>
|
||||||
<datebox id="fecInicio"
|
<datebox id="fecInicio"
|
||||||
width="70x" mold="rounded" lenient="false"
|
width="70x" mold="rounded"
|
||||||
value="@{winEditarEsquemaAgrupacion$composer.esquemaCorrida.esquemaOperacional.fecniciovigencia}" />
|
value="@{winEditarEsquemaAgrupacion$composer.esquemaCorrida.esquemaOperacional.fecniciovigencia}" />
|
||||||
</h:td>
|
</h:td>
|
||||||
<h:td>
|
<h:td>
|
||||||
|
@ -77,7 +77,7 @@
|
||||||
</h:td>
|
</h:td>
|
||||||
<h:td>
|
<h:td>
|
||||||
<datebox id="fecFinal"
|
<datebox id="fecFinal"
|
||||||
width="120px" mold="rounded" lenient="false"
|
width="120px" mold="rounded"
|
||||||
value="@{winEditarEsquemaAgrupacion$composer.esquemaCorrida.esquemaOperacional.fecfinvigencia}" />
|
value="@{winEditarEsquemaAgrupacion$composer.esquemaCorrida.esquemaOperacional.fecfinvigencia}" />
|
||||||
</h:td>
|
</h:td>
|
||||||
</h:tr>
|
</h:tr>
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
</h:td>
|
</h:td>
|
||||||
<h:td>
|
<h:td>
|
||||||
<datebox id="fecInicio" width="70x"
|
<datebox id="fecInicio" width="70x"
|
||||||
mold="rounded" lenient="false" />
|
mold="rounded" />
|
||||||
</h:td>
|
</h:td>
|
||||||
<h:td>
|
<h:td>
|
||||||
<label
|
<label
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
</h:td>
|
</h:td>
|
||||||
<h:td>
|
<h:td>
|
||||||
<datebox id="fecFinal" width="120px"
|
<datebox id="fecFinal" width="120px"
|
||||||
mold="rounded" lenient="false" />
|
mold="rounded" />
|
||||||
</h:td>
|
</h:td>
|
||||||
</h:tr>
|
</h:tr>
|
||||||
</h:table>
|
</h:table>
|
||||||
|
@ -166,7 +166,7 @@
|
||||||
<h:td>
|
<h:td>
|
||||||
<datebox id="fecGeracaoInicial"
|
<datebox id="fecGeracaoInicial"
|
||||||
constraint="no empty" width="120px" mold="rounded"
|
constraint="no empty" width="120px" mold="rounded"
|
||||||
lenient="false" />
|
/>
|
||||||
</h:td>
|
</h:td>
|
||||||
<h:td>
|
<h:td>
|
||||||
<label
|
<label
|
||||||
|
@ -175,7 +175,7 @@
|
||||||
<h:td>
|
<h:td>
|
||||||
<datebox id="fecGeracaoFinal"
|
<datebox id="fecGeracaoFinal"
|
||||||
constraint="no empty" width="120px" mold="rounded"
|
constraint="no empty" width="120px" mold="rounded"
|
||||||
lenient="false" />
|
/>
|
||||||
</h:td>
|
</h:td>
|
||||||
<h:td>
|
<h:td>
|
||||||
<button id="btnGerar"
|
<button id="btnGerar"
|
||||||
|
|
|
@ -124,14 +124,14 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('busquedaAidfController.fecadquisicion.label')}" />
|
value="${c:l('busquedaAidfController.fecadquisicion.label')}" />
|
||||||
<datebox id="fecadquisicion" width="90%"
|
<datebox id="fecadquisicion" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" maxlength="10"
|
format="dd/MM/yyyy" maxlength="10"
|
||||||
value="@{winEditarAidf$composer.aidf.fecadquisicion}" />
|
value="@{winEditarAidf$composer.aidf.fecadquisicion}" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
value="${c:l('busquedaAidfController.fecvencimiento.label')}" />
|
value="${c:l('busquedaAidfController.fecvencimiento.label')}" />
|
||||||
<datebox id="fecvencimiento" width="90%"
|
<datebox id="fecvencimiento" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" maxlength="10"
|
format="dd/MM/yyyy" maxlength="10"
|
||||||
value="@{winEditarAidf$composer.aidf.fecvencimiento}" />
|
value="@{winEditarAidf$composer.aidf.fecvencimiento}" />
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('winMovimentacionBilhetes.fecmovimentacion.label')}" />
|
<label value="${c:l('winMovimentacionBilhetes.fecmovimentacion.label')}" />
|
||||||
<datebox id="dtbFecMovimentacion" width="90%"
|
<datebox id="dtbFecMovimentacion" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" maxlength="10"
|
format="dd/MM/yyyy" maxlength="10"
|
||||||
value="@{winMovimentacionBilhetes$composer.fecmovimentacion}" />
|
value="@{winMovimentacionBilhetes$composer.fecmovimentacion}" />
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
|
|
@ -22,12 +22,12 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('busquedaImportacionFiscalController.lbDataIni.value')}" />
|
value="${c:l('busquedaImportacionFiscalController.lbDataIni.value')}" />
|
||||||
<datebox id="datInicial" width="90%"
|
<datebox id="datInicial" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('busquedaImportacionFiscalController.lbDataFin.value')}" />
|
value="${c:l('busquedaImportacionFiscalController.lbDataFin.value')}" />
|
||||||
<datebox id="datFinal" width="90%"
|
<datebox id="datFinal" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
|
|
|
@ -61,12 +61,12 @@
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('informeCategoriaVentaController.lbFecInicio.value')}"/>
|
<label value="${c:l('informeCategoriaVentaController.lbFecInicio.value')}"/>
|
||||||
<datebox id="fecInicio" width="100px" mold="rounded" cols="8" lenient="false"
|
<datebox id="fecInicio" width="100px" mold="rounded" cols="8"
|
||||||
constraint="no empty"/>
|
constraint="no empty"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('informeCategoriaVentaController.lbFecFinal.value')}"/>
|
<label value="${c:l('informeCategoriaVentaController.lbFecFinal.value')}"/>
|
||||||
<datebox id="fecFinal" width="100px" mold="rounded" lenient="false"
|
<datebox id="fecFinal" width="100px" mold="rounded"
|
||||||
constraint="no empty"/>
|
constraint="no empty"/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
|
|
@ -40,12 +40,12 @@
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('informePasajeroServicioController.lbFecInicio.value')}"/>
|
<label value="${c:l('informePasajeroServicioController.lbFecInicio.value')}"/>
|
||||||
<datebox id="fecInicio" width="100px" mold="rounded" cols="8" lenient="false"
|
<datebox id="fecInicio" width="100px" mold="rounded" cols="8"
|
||||||
constraint="no empty"/>
|
constraint="no empty"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('informePasajeroServicioController.lbFecFinal.value')}"/>
|
<label value="${c:l('informePasajeroServicioController.lbFecFinal.value')}"/>
|
||||||
<datebox id="fecFinal" width="100px" mold="rounded" lenient="false"
|
<datebox id="fecFinal" width="100px" mold="rounded"
|
||||||
constraint="no empty"/>
|
constraint="no empty"/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
|
|
@ -34,12 +34,12 @@
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('informeServicioDiarioController.lbFecInicio.value')}"/>
|
<label value="${c:l('informeServicioDiarioController.lbFecInicio.value')}"/>
|
||||||
<datebox id="fecInicio" width="100px" mold="rounded" cols="8" lenient="false"
|
<datebox id="fecInicio" width="100px" mold="rounded" cols="8"
|
||||||
constraint="no empty"/>
|
constraint="no empty"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('informeServicioDiarioController.lbFecFinal.value')}"/>
|
<label value="${c:l('informeServicioDiarioController.lbFecFinal.value')}"/>
|
||||||
<datebox id="fecFinal" width="100px" mold="rounded" lenient="false"
|
<datebox id="fecFinal" width="100px" mold="rounded"
|
||||||
constraint="no empty"/>
|
constraint="no empty"/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
|
|
@ -29,12 +29,12 @@
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('informeVentasPuntoVentaController.lbFecInicio.value')}"/>
|
<label value="${c:l('informeVentasPuntoVentaController.lbFecInicio.value')}"/>
|
||||||
<datebox id="fecInicio" width="100px" mold="rounded" cols="8" lenient="false"
|
<datebox id="fecInicio" width="100px" mold="rounded" cols="8"
|
||||||
constraint="no empty"/>
|
constraint="no empty"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('informeVentasPuntoVentaController.lbFecFinal.value')}"/>
|
<label value="${c:l('informeVentasPuntoVentaController.lbFecFinal.value')}"/>
|
||||||
<datebox id="fecFinal" width="100px" mold="rounded" lenient="false"
|
<datebox id="fecFinal" width="100px" mold="rounded"
|
||||||
constraint="no empty"/>
|
constraint="no empty"/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
|
|
@ -27,14 +27,14 @@
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaTarjetaViajeController.lhFechainicial.label')}"/>
|
<label value="${c:l('busquedaTarjetaViajeController.lhFechainicial.label')}"/>
|
||||||
<datebox id="fecInicio" format="dd/MM/yyyy HH:mm" width="65%" mold="rounded" lenient="false"
|
<datebox id="fecInicio" format="dd/MM/yyyy HH:mm" width="65%" mold="rounded"
|
||||||
constraint="no empty"/>
|
constraint="no empty"/>
|
||||||
<label value="${c:l('busquedaTarjetaViajeController.lhAutobusIni.label')}" width="5%"/>
|
<label value="${c:l('busquedaTarjetaViajeController.lhAutobusIni.label')}" width="5%"/>
|
||||||
<intbox id="autobusIni" width="30%" />
|
<intbox id="autobusIni" width="30%" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaTarjetaViajeController.lhFechafinal.label')}"/>
|
<label value="${c:l('busquedaTarjetaViajeController.lhFechafinal.label')}"/>
|
||||||
<datebox id="fecFinal" format="dd/MM/yyyy HH:mm" width="65%" mold="rounded" lenient="false"
|
<datebox id="fecFinal" format="dd/MM/yyyy HH:mm" width="65%" mold="rounded"
|
||||||
constraint="no empty"/>
|
constraint="no empty"/>
|
||||||
<label value="${c:l('busquedaTarjetaViajeController.lhAutobusFin.label')}" width="5%"/>
|
<label value="${c:l('busquedaTarjetaViajeController.lhAutobusFin.label')}" width="5%"/>
|
||||||
<intbox id="autobusFin" width="30%"/>
|
<intbox id="autobusFin" width="30%"/>
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaTarjetaViajeController.lhFechainicial.label')}"/>
|
<label value="${c:l('busquedaTarjetaViajeController.lhFechainicial.label')}"/>
|
||||||
<datebox id="fecTarjeta" format="dd/MM/yyyy HH:mm" width="65%" mold="rounded" lenient="false" constraint="no empty"
|
<datebox id="fecTarjeta" format="dd/MM/yyyy HH:mm" width="65%" mold="rounded" constraint="no empty"
|
||||||
value="@{winEditarTarjetaViaje$composer.tarjetaViaje.fecHorSalida}"/>
|
value="@{winEditarTarjetaViaje$composer.tarjetaViaje.fecHorSalida}"/>
|
||||||
</row>
|
</row>
|
||||||
<!--row>
|
<!--row>
|
||||||
|
|
|
@ -18,11 +18,11 @@
|
||||||
<rows >
|
<rows >
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaTarjetaViajeController.lhFechainicial.label')}"/>
|
<label value="${c:l('busquedaTarjetaViajeController.lhFechainicial.label')}"/>
|
||||||
<datebox id="fecInicio" format="dd/MM/yyyy" width="70%" constraint="no empty" mold="rounded" lenient="false"/>
|
<datebox id="fecInicio" format="dd/MM/yyyy" width="70%" constraint="no empty" mold="rounded" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaTarjetaViajeController.lhFechafinal.label')}"/>
|
<label value="${c:l('busquedaTarjetaViajeController.lhFechafinal.label')}"/>
|
||||||
<datebox id="fecFinal" format="dd/MM/yyyy" width="70%" mold="rounded" constraint="no empty" lenient="false"/>
|
<datebox id="fecFinal" format="dd/MM/yyyy" width="70%" mold="rounded" constraint="no empty" />
|
||||||
</row>
|
</row>
|
||||||
<row spans="2" align="center">
|
<row spans="2" align="center">
|
||||||
<hbox align="center">
|
<hbox align="center">
|
||||||
|
|
|
@ -76,12 +76,12 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('editarPricingController.vigHoraInicioViaje.value')}" />
|
value="${c:l('editarPricingController.vigHoraInicioViaje.value')}" />
|
||||||
<datebox width="90%" id="fechaInicio" mold="rounded"
|
<datebox width="90%" id="fechaInicio" mold="rounded"
|
||||||
lenient="false" />
|
/>
|
||||||
|
|
||||||
<label
|
<label
|
||||||
value="${c:l('editarPricingController.vigHoraFinViaje.value')}" />
|
value="${c:l('editarPricingController.vigHoraFinViaje.value')}" />
|
||||||
<datebox width="90%" id="fechaFin" mold="rounded"
|
<datebox width="90%" id="fechaFin" mold="rounded"
|
||||||
lenient="false" />
|
/>
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
|
|
@ -54,9 +54,9 @@
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarPricingController.lhFechaHoraInicio.label')}"/>
|
<label value="${c:l('editarPricingController.lhFechaHoraInicio.label')}"/>
|
||||||
<datebox width="125px" id="fechaInicio" format="dd/MM/yyyy HH:mm" mold="rounded" lenient="false"/>
|
<datebox width="125px" id="fechaInicio" format="dd/MM/yyyy HH:mm" mold="rounded" />
|
||||||
<label value="${c:l('editarPricingController.lhFechaHoraFin.label')}"/>
|
<label value="${c:l('editarPricingController.lhFechaHoraFin.label')}"/>
|
||||||
<datebox width="125px" id="fechaFin" format="dd/MM/yyyy HH:mm" mold="rounded" lenient="false"/>
|
<datebox width="125px" id="fechaFin" format="dd/MM/yyyy HH:mm" mold="rounded" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarPricingController.windowCategoria.title')}"/>
|
<label value="${c:l('editarPricingController.windowCategoria.title')}"/>
|
||||||
|
|
|
@ -54,14 +54,14 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('editarPricingController.lhFechaHoraInicio.label')}" />
|
value="${c:l('editarPricingController.lhFechaHoraInicio.label')}" />
|
||||||
<datebox width="200px" id="fechaInicio"
|
<datebox width="200px" id="fechaInicio"
|
||||||
lenient="false"
|
|
||||||
value="@{winEditarPricingEspecifico$composer.pricingEspecifico.fechorinicio}"
|
value="@{winEditarPricingEspecifico$composer.pricingEspecifico.fechorinicio}"
|
||||||
format="dd/MM/yyyy HH:mm" mold="rounded" />
|
format="dd/MM/yyyy HH:mm" mold="rounded" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
value="${c:l('editarPricingController.lhFechaHoraFin.label')}" />
|
value="${c:l('editarPricingController.lhFechaHoraFin.label')}" />
|
||||||
<datebox width="200px" id="fechaFin" lenient="false"
|
<datebox width="200px" id="fechaFin"
|
||||||
value="@{winEditarPricingEspecifico$composer.pricingEspecifico.fechorfin}"
|
value="@{winEditarPricingEspecifico$composer.pricingEspecifico.fechorfin}"
|
||||||
format="dd/MM/yyyy HH:mm" mold="rounded" />
|
format="dd/MM/yyyy HH:mm" mold="rounded" />
|
||||||
</row>
|
</row>
|
||||||
|
|
|
@ -30,27 +30,27 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('editarPricingController.vigInicioViaje.value')}" />
|
value="${c:l('editarPricingController.vigInicioViaje.value')}" />
|
||||||
<datebox id="fecinicioviaje" width="80%"
|
<datebox id="fecinicioviaje" width="80%"
|
||||||
mold="rounded" lenient="false" format="dd/MM/yyyy HH:mm" />
|
mold="rounded" format="dd/MM/yyyy HH:mm" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
value="${c:l('editarPricingController.vigFinViaje.value')}" />
|
value="${c:l('editarPricingController.vigFinViaje.value')}" />
|
||||||
<datebox id="fecfinviaje" constraint="no empty"
|
<datebox id="fecfinviaje" constraint="no empty"
|
||||||
width="80%" mold="rounded" lenient="false"
|
width="80%" mold="rounded"
|
||||||
format="dd/MM/yyyy HH:mm" />
|
format="dd/MM/yyyy HH:mm" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
value="${c:l('editarPricingController.vigInicioVenta.value')}" />
|
value="${c:l('editarPricingController.vigInicioVenta.value')}" />
|
||||||
<datebox id="fecinicioventa" constraint="no empty"
|
<datebox id="fecinicioventa" constraint="no empty"
|
||||||
width="80%" mold="rounded" lenient="false"
|
width="80%" mold="rounded"
|
||||||
format="dd/MM/yyyy HH:mm" />
|
format="dd/MM/yyyy HH:mm" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
value="${c:l('editarPricingController.vigFinVenta.value')}" />
|
value="${c:l('editarPricingController.vigFinVenta.value')}" />
|
||||||
<datebox id="fecfinventa" constraint="no empty"
|
<datebox id="fecfinventa" constraint="no empty"
|
||||||
width="80%" mold="rounded" lenient="false"
|
width="80%" mold="rounded"
|
||||||
format="dd/MM/yyyy HH:mm" />
|
format="dd/MM/yyyy HH:mm" />
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
value="${c:l('relatorioAcompanhamentoEquivalentesController.lbMes.value')}" />
|
value="${c:l('relatorioAcompanhamentoEquivalentesController.lbMes.value')}" />
|
||||||
<space />
|
<space />
|
||||||
<datebox id="datMes" format="MM/yyyy"
|
<datebox id="datMes" format="MM/yyyy"
|
||||||
lenient="false" constraint="no empty" maxlength="7" />
|
constraint="no empty" maxlength="7" />
|
||||||
</cell>
|
</cell>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|
|
@ -22,12 +22,12 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioEmpresaCorridaController.lbDataIni.value')}" />
|
value="${c:l('relatorioEmpresaCorridaController.lbDataIni.value')}" />
|
||||||
<datebox id="datInicial" width="90%"
|
<datebox id="datInicial" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioEmpresaCorridaController.lbDataFin.value')}" />
|
value="${c:l('relatorioEmpresaCorridaController.lbDataFin.value')}" />
|
||||||
<datebox id="datFinal" width="90%"
|
<datebox id="datFinal" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|
|
@ -22,12 +22,12 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('filtroRelatorioAgenciasNaoImportadas.lbDataIni.value')}" />
|
value="${c:l('filtroRelatorioAgenciasNaoImportadas.lbDataIni.value')}" />
|
||||||
<datebox id="datInicial" width="90%"
|
<datebox id="datInicial" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('filtroRelatorioAgenciasNaoImportadas.lbDataFin.value')}" />
|
value="${c:l('filtroRelatorioAgenciasNaoImportadas.lbDataFin.value')}" />
|
||||||
<datebox id="datFinal" width="90%"
|
<datebox id="datFinal" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioAproveitamentoController.lbFecCorrida.value')}" />
|
value="${c:l('relatorioAproveitamentoController.lbFecCorrida.value')}" />
|
||||||
<datebox id="fecCorrida" width="100%"
|
<datebox id="fecCorrida" width="100%"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|
|
@ -20,13 +20,13 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioCancelamentoTransacaoController.datainicial.value')}" />
|
value="${c:l('relatorioCancelamentoTransacaoController.datainicial.value')}" />
|
||||||
<datebox id="datInicial" format="dd/MM/yyyy"
|
<datebox id="datInicial" format="dd/MM/yyyy"
|
||||||
width="90%" lenient="true" constraint="no empty"
|
width="90%" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
|
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioCancelamentoTransacaoController.dataFinal.value')}" />
|
value="${c:l('relatorioCancelamentoTransacaoController.dataFinal.value')}" />
|
||||||
<datebox id="datFinal" format="dd/MM/yyyy"
|
<datebox id="datFinal" format="dd/MM/yyyy"
|
||||||
width="90%" lenient="true" constraint="no empty"
|
width="90%" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
<row spans="1,3">
|
<row spans="1,3">
|
||||||
|
|
|
@ -20,13 +20,13 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioCancelamentoVendaCartaoController.datainicial.value')}" />
|
value="${c:l('relatorioCancelamentoVendaCartaoController.datainicial.value')}" />
|
||||||
<datebox id="datInicial" format="dd/MM/yyyy"
|
<datebox id="datInicial" format="dd/MM/yyyy"
|
||||||
width="90%" lenient="true" constraint="no empty"
|
width="90%" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
|
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioCancelamentoVendaCartaoController.dataFinal.value')}" />
|
value="${c:l('relatorioCancelamentoVendaCartaoController.dataFinal.value')}" />
|
||||||
<datebox id="datFinal" format="dd/MM/yyyy"
|
<datebox id="datFinal" format="dd/MM/yyyy"
|
||||||
width="90%" lenient="true" constraint="no empty"
|
width="90%" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
<row spans="1,3">
|
<row spans="1,3">
|
||||||
|
|
|
@ -21,11 +21,11 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioReceitaDiariaAgenciaController.lbDataIni.value')}" />
|
value="${c:l('relatorioReceitaDiariaAgenciaController.lbDataIni.value')}" />
|
||||||
<datebox id="datInicial" width="100%" mold="rounded"
|
<datebox id="datInicial" width="100%" mold="rounded"
|
||||||
format="dd/MM/yyyy" lenient="false" maxlength="10" />
|
format="dd/MM/yyyy" maxlength="10" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioReceitaDiariaAgenciaController.lbDataFin.value')}" />
|
value="${c:l('relatorioReceitaDiariaAgenciaController.lbDataFin.value')}" />
|
||||||
<datebox id="datFinal" width="100%" mold="rounded"
|
<datebox id="datFinal" width="100%" mold="rounded"
|
||||||
format="dd/MM/yyyy" lenient="false" maxlength="10" />
|
format="dd/MM/yyyy" maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
|
|
@ -20,14 +20,14 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioConferenciaFormularioFisicoController.lbDataIni.value')}" />
|
value="${c:l('relatorioConferenciaFormularioFisicoController.lbDataIni.value')}" />
|
||||||
<datebox id="datInicial"
|
<datebox id="datInicial"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioConferenciaFormularioFisicoController.lbDataFin.value')}" />
|
value="${c:l('relatorioConferenciaFormularioFisicoController.lbDataFin.value')}" />
|
||||||
<datebox id="datFinal"
|
<datebox id="datFinal"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|
|
@ -46,12 +46,12 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioReceitaDiariaAgenciaController.lbDataIni.value')}" />
|
value="${c:l('relatorioReceitaDiariaAgenciaController.lbDataIni.value')}" />
|
||||||
<datebox id="datInicial" width="100%" mold="rounded"
|
<datebox id="datInicial" width="100%" mold="rounded"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioReceitaDiariaAgenciaController.lbDataFin.value')}" />
|
value="${c:l('relatorioReceitaDiariaAgenciaController.lbDataFin.value')}" />
|
||||||
<datebox id="datFinal" width="100%" mold="rounded"
|
<datebox id="datFinal" width="100%" mold="rounded"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
|
|
@ -19,12 +19,12 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioDemandasController.lbDatInicial.value')}" />
|
value="${c:l('relatorioDemandasController.lbDatInicial.value')}" />
|
||||||
<datebox id="datInicial" width="90%"
|
<datebox id="datInicial" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="true" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioDemandasController.lbDatFinal.value')}" />
|
value="${c:l('relatorioDemandasController.lbDatFinal.value')}" />
|
||||||
<datebox id="datFinal" width="90%"
|
<datebox id="datFinal" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="true" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
|
|
@ -19,12 +19,12 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioDepositosController.lbDatInicial.value')}" />
|
value="${c:l('relatorioDepositosController.lbDatInicial.value')}" />
|
||||||
<datebox id="datInicial" width="90%"
|
<datebox id="datInicial" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="true" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioDepositosController.lbDatFinal.value')}" />
|
value="${c:l('relatorioDepositosController.lbDatFinal.value')}" />
|
||||||
<datebox id="datFinal" width="90%"
|
<datebox id="datFinal" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="true" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
<row spans="1,3">
|
<row spans="1,3">
|
||||||
|
|
|
@ -20,12 +20,12 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioDepositosDetalhadosController.lbDataIni.value')}" />
|
value="${c:l('relatorioDepositosDetalhadosController.lbDataIni.value')}" />
|
||||||
<datebox id="dataInicial" width="100%" mold="rounded"
|
<datebox id="dataInicial" width="100%" mold="rounded"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioDepositosDetalhadosController.lbDataFin.value')}" />
|
value="${c:l('relatorioDepositosDetalhadosController.lbDataFin.value')}" />
|
||||||
<datebox id="dataFinal" width="100%" mold="rounded"
|
<datebox id="dataFinal" width="100%" mold="rounded"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|
|
@ -18,11 +18,11 @@
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('relatorioDescontosController.lbPeriodoVendaInicial.value')}" />
|
<label value="${c:l('relatorioDescontosController.lbPeriodoVendaInicial.value')}" />
|
||||||
<datebox id="fecVentaInicial" lenient="false" format="dd/MM/yyyy" constraint="no empty" width="50%"/>
|
<datebox id="fecVentaInicial" format="dd/MM/yyyy" constraint="no empty" width="50%"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('relatorioDescontosController.lbPeriodoVendaFinal.value')}" />
|
<label value="${c:l('relatorioDescontosController.lbPeriodoVendaFinal.value')}" />
|
||||||
<datebox id="fecVentaFinal" lenient="false" format="dd/MM/yyyy" constraint="no empty" width="50%"/>
|
<datebox id="fecVentaFinal" format="dd/MM/yyyy" constraint="no empty" width="50%"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('relatorioDescontosController.lbAgencia.value')}" />
|
<label value="${c:l('relatorioDescontosController.lbAgencia.value')}" />
|
||||||
|
|
|
@ -20,12 +20,12 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioDevolucaoBilhetesAgenciaController.lbDataIni.value')}" />
|
value="${c:l('relatorioDevolucaoBilhetesAgenciaController.lbDataIni.value')}" />
|
||||||
<datebox id="datInicial" width="90%"
|
<datebox id="datInicial" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioDevolucaoBilhetesAgenciaController.lbDataFin.value')}" />
|
value="${c:l('relatorioDevolucaoBilhetesAgenciaController.lbDataFin.value')}" />
|
||||||
<datebox id="datFinal" width="90%"
|
<datebox id="datFinal" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
|
|
|
@ -20,13 +20,13 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioDiferencasTransferenciasController.lbDePeriodoTransferencia.value')}" />
|
value="${c:l('relatorioDiferencasTransferenciasController.lbDePeriodoTransferencia.value')}" />
|
||||||
<datebox id="datInicial" format="dd/MM/yyyy"
|
<datebox id="datInicial" format="dd/MM/yyyy"
|
||||||
mold="rounded" width="95%" lenient="false" constraint="no empty, no future"
|
mold="rounded" width="95%" constraint="no empty, no future"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
|
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioDiferencasTransferenciasController.lbAtePeriodoTransferencia.value')}" />
|
value="${c:l('relatorioDiferencasTransferenciasController.lbAtePeriodoTransferencia.value')}" />
|
||||||
<datebox id="datFinal" format="dd/MM/yyyy"
|
<datebox id="datFinal" format="dd/MM/yyyy"
|
||||||
mold="rounded" width="95%" lenient="false" constraint="no empty, no future"
|
mold="rounded" width="95%" constraint="no empty, no future"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
|
|
@ -21,12 +21,12 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioEmpresaCorridaController.lbDataIni.value')}" />
|
value="${c:l('relatorioEmpresaCorridaController.lbDataIni.value')}" />
|
||||||
<datebox id="datInicial" width="90%"
|
<datebox id="datInicial" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioEmpresaCorridaController.lbDataFin.value')}" />
|
value="${c:l('relatorioEmpresaCorridaController.lbDataFin.value')}" />
|
||||||
<datebox id="datFinal" width="90%"
|
<datebox id="datFinal" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|
|
@ -22,12 +22,12 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioEmpresaOnibusController.lbDataIni.value')}" />
|
value="${c:l('relatorioEmpresaOnibusController.lbDataIni.value')}" />
|
||||||
<datebox id="datInicial" width="90%"
|
<datebox id="datInicial" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioEmpresaOnibusController.lbDataFin.value')}" />
|
value="${c:l('relatorioEmpresaOnibusController.lbDataFin.value')}" />
|
||||||
<datebox id="datFinal" width="90%"
|
<datebox id="datFinal" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|
|
@ -20,13 +20,13 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioErrosIntegracaoBGMController.datainicial.value')}" />
|
value="${c:l('relatorioErrosIntegracaoBGMController.datainicial.value')}" />
|
||||||
<datebox id="dataInicial" format="dd/MM/yyyy"
|
<datebox id="dataInicial" format="dd/MM/yyyy"
|
||||||
width="90%" lenient="true" constraint="no empty"
|
width="90%" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
|
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioErrosIntegracaoBGMController.dataFinal.value')}" />
|
value="${c:l('relatorioErrosIntegracaoBGMController.dataFinal.value')}" />
|
||||||
<datebox id="dataFinal" format="dd/MM/yyyy"
|
<datebox id="dataFinal" format="dd/MM/yyyy"
|
||||||
width="90%" lenient="true" constraint="no empty"
|
width="90%" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
<row spans="1,3">
|
<row spans="1,3">
|
||||||
|
|
|
@ -70,14 +70,14 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioGratuidadeController.lbDataIni.value')}" />
|
value="${c:l('relatorioGratuidadeController.lbDataIni.value')}" />
|
||||||
<datebox id="datInicial" width="100%" mold="rounded"
|
<datebox id="datInicial" width="100%" mold="rounded"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioGratuidadeController.lbDataFin.value')}" />
|
value="${c:l('relatorioGratuidadeController.lbDataFin.value')}" />
|
||||||
<datebox id="datFinal" width="100%" mold="rounded"
|
<datebox id="datFinal" width="100%" mold="rounded"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioGratuidadeIdosoDeficienteController.lbData.value')}" />
|
value="${c:l('relatorioGratuidadeIdosoDeficienteController.lbData.value')}" />
|
||||||
<datebox id="data" width="100%" mold="rounded"
|
<datebox id="data" width="100%" mold="rounded"
|
||||||
format="MM/yyyy" lenient="false" constraint="no empty"
|
format="MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|
|
@ -20,12 +20,12 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioReceitaDiariaAgenciaController.lbDataIni.value')}" />
|
value="${c:l('relatorioReceitaDiariaAgenciaController.lbDataIni.value')}" />
|
||||||
<datebox id="datInicial" width="100%" mold="rounded"
|
<datebox id="datInicial" width="100%" mold="rounded"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioReceitaDiariaAgenciaController.lbDataFin.value')}" />
|
value="${c:l('relatorioReceitaDiariaAgenciaController.lbDataFin.value')}" />
|
||||||
<datebox id="datFinal" width="100%" mold="rounded"
|
<datebox id="datFinal" width="100%" mold="rounded"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
|
|
@ -24,12 +24,12 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioLinhasHorarioController.lbDataIni.value')}" />
|
value="${c:l('relatorioLinhasHorarioController.lbDataIni.value')}" />
|
||||||
<datebox id="datInicial" width="90%"
|
<datebox id="datInicial" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="true" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioLinhasHorarioController.lbDataFin.value')}" />
|
value="${c:l('relatorioLinhasHorarioController.lbDataFin.value')}" />
|
||||||
<datebox id="datFinal" width="90%"
|
<datebox id="datFinal" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="true" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
|
|
@ -20,14 +20,14 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioOCDController.lbDataIni.value')}" />
|
value="${c:l('relatorioOCDController.lbDataIni.value')}" />
|
||||||
<datebox id="datInicial" width="90%"
|
<datebox id="datInicial" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioOCDController.lbDataFin.value')}" />
|
value="${c:l('relatorioOCDController.lbDataFin.value')}" />
|
||||||
<datebox id="datFinal" width="90%"
|
<datebox id="datFinal" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
width="100%"
|
width="100%"
|
||||||
mold="rounded"
|
mold="rounded"
|
||||||
format="dd/MM/yyyy"
|
format="dd/MM/yyyy"
|
||||||
lenient="false"
|
|
||||||
constraint="no empty"
|
constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label value="${c:l('relatorioObservacaoBilhetesController.lbDataFin.value')}" />
|
<label value="${c:l('relatorioObservacaoBilhetesController.lbDataFin.value')}" />
|
||||||
|
@ -42,7 +41,6 @@
|
||||||
width="100%"
|
width="100%"
|
||||||
mold="rounded"
|
mold="rounded"
|
||||||
format="dd/MM/yyyy"
|
format="dd/MM/yyyy"
|
||||||
lenient="false"
|
|
||||||
constraint="no empty"
|
constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
width="100%"
|
width="100%"
|
||||||
mold="rounded"
|
mold="rounded"
|
||||||
format="dd/MM/yyyy"
|
format="dd/MM/yyyy"
|
||||||
lenient="false"
|
|
||||||
constraint="no empty"
|
constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label value="${c:l('relatorioObservacaoConferenciaMovimentoController.lbDataFin.value')}" />
|
<label value="${c:l('relatorioObservacaoConferenciaMovimentoController.lbDataFin.value')}" />
|
||||||
|
@ -42,7 +41,6 @@
|
||||||
width="100%"
|
width="100%"
|
||||||
mold="rounded"
|
mold="rounded"
|
||||||
format="dd/MM/yyyy"
|
format="dd/MM/yyyy"
|
||||||
lenient="false"
|
|
||||||
constraint="no empty"
|
constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
width="100%"
|
width="100%"
|
||||||
mold="rounded"
|
mold="rounded"
|
||||||
format="dd/MM/yyyy"
|
format="dd/MM/yyyy"
|
||||||
lenient="false"
|
|
||||||
constraint="no empty"
|
constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label value="${c:l('relatorioObservacaoEventosFinanceirosController.lbDataFin.value')}" />
|
<label value="${c:l('relatorioObservacaoEventosFinanceirosController.lbDataFin.value')}" />
|
||||||
|
@ -42,7 +41,6 @@
|
||||||
width="100%"
|
width="100%"
|
||||||
mold="rounded"
|
mold="rounded"
|
||||||
format="dd/MM/yyyy"
|
format="dd/MM/yyyy"
|
||||||
lenient="false"
|
|
||||||
constraint="no empty"
|
constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
|
|
|
@ -21,12 +21,12 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioPassageirosViajarController.lbDataIni.value')}" />
|
value="${c:l('relatorioPassageirosViajarController.lbDataIni.value')}" />
|
||||||
<datebox id="datInicial" width="90%"
|
<datebox id="datInicial" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioPassageirosViajarController.lbDataFin.value')}" />
|
value="${c:l('relatorioPassageirosViajarController.lbDataFin.value')}" />
|
||||||
<datebox id="datFinal" width="90%"
|
<datebox id="datFinal" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
|
|
|
@ -21,12 +21,12 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioPosicaoCaixaAnaliticoController.lbDatInicial.value')}" />
|
value="${c:l('relatorioPosicaoCaixaAnaliticoController.lbDatInicial.value')}" />
|
||||||
<datebox id="datInicial" width="90%"
|
<datebox id="datInicial" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="true" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioPosicaoCaixaAnaliticoController.lbDatFinal.value')}" />
|
value="${c:l('relatorioPosicaoCaixaAnaliticoController.lbDatFinal.value')}" />
|
||||||
<datebox id="datFinal" width="90%"
|
<datebox id="datFinal" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="true" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
|
|
@ -20,13 +20,13 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioReceitaEmbarcadaServicoController.lbDePeriodoViagem.value')}" />
|
value="${c:l('relatorioReceitaEmbarcadaServicoController.lbDePeriodoViagem.value')}" />
|
||||||
<datebox id="datInicial" format="dd/MM/yyyy"
|
<datebox id="datInicial" format="dd/MM/yyyy"
|
||||||
mold="rounded" width="95%" lenient="false" constraint="no empty, no future"
|
mold="rounded" width="95%" constraint="no empty, no future"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
|
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioReceitaEmbarcadaServicoController.lbAtePeriodoViagem.value')}" />
|
value="${c:l('relatorioReceitaEmbarcadaServicoController.lbAtePeriodoViagem.value')}" />
|
||||||
<datebox id="datFinal" format="dd/MM/yyyy"
|
<datebox id="datFinal" format="dd/MM/yyyy"
|
||||||
mold="rounded" width="95%" lenient="false" constraint="no empty, no future"
|
mold="rounded" width="95%" constraint="no empty, no future"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
|
|
@ -20,13 +20,13 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioReceitaServicoController.lbDePeriodoViagem.value')}" />
|
value="${c:l('relatorioReceitaServicoController.lbDePeriodoViagem.value')}" />
|
||||||
<datebox id="datInicial" format="dd/MM/yyyy"
|
<datebox id="datInicial" format="dd/MM/yyyy"
|
||||||
mold="rounded" width="95%" lenient="false" constraint="no empty, no future"
|
mold="rounded" width="95%" constraint="no empty, no future"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
|
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioReceitaServicoController.lbAtePeriodoViagem.value')}" />
|
value="${c:l('relatorioReceitaServicoController.lbAtePeriodoViagem.value')}" />
|
||||||
<datebox id="datFinal" format="dd/MM/yyyy"
|
<datebox id="datFinal" format="dd/MM/yyyy"
|
||||||
mold="rounded" width="95%" lenient="false" constraint="no empty, no future"
|
mold="rounded" width="95%" constraint="no empty, no future"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
|
|
@ -27,13 +27,13 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioCancelamentoVendaCartaoController.datainicial.value')}" />
|
value="${c:l('relatorioCancelamentoVendaCartaoController.datainicial.value')}" />
|
||||||
<datebox id="datInicial" format="dd/MM/yyyy"
|
<datebox id="datInicial" format="dd/MM/yyyy"
|
||||||
width="90%" lenient="true" constraint="no empty"
|
width="90%" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
|
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioCancelamentoVendaCartaoController.dataFinal.value')}" />
|
value="${c:l('relatorioCancelamentoVendaCartaoController.dataFinal.value')}" />
|
||||||
<datebox id="datFinal" format="dd/MM/yyyy"
|
<datebox id="datFinal" format="dd/MM/yyyy"
|
||||||
width="90%" lenient="true" constraint="no empty"
|
width="90%" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
<row spans="1,3">
|
<row spans="1,3">
|
||||||
|
|
|
@ -22,14 +22,14 @@
|
||||||
value="${c:l('relatorioResumoLinhasController.lbFecCorrida.value')}" />
|
value="${c:l('relatorioResumoLinhasController.lbFecCorrida.value')}" />
|
||||||
<cell colspan="2">
|
<cell colspan="2">
|
||||||
<datebox id="fecCorridaIni" width="130px"
|
<datebox id="fecCorridaIni" width="130px"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<space />
|
<space />
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioResumoLinhasController.lbAte.value')}" />
|
value="${c:l('relatorioResumoLinhasController.lbAte.value')}" />
|
||||||
<space />
|
<space />
|
||||||
<datebox id="fecCorridaFin" width="130px"
|
<datebox id="fecCorridaFin" width="130px"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</cell>
|
</cell>
|
||||||
</row>
|
</row>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
value="${c:l('relatorioSisdapController.lbDatInicio.value')}" />
|
value="${c:l('relatorioSisdapController.lbDatInicio.value')}" />
|
||||||
<space />
|
<space />
|
||||||
<datebox id="datInicio" format="dd/MM/yyyy"
|
<datebox id="datInicio" format="dd/MM/yyyy"
|
||||||
lenient="false" constraint="no empty" maxlength="10" />
|
constraint="no empty" maxlength="10" />
|
||||||
</cell>
|
</cell>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
value="${c:l('relatorioSisdapController.lbDatFinal.value')}" />
|
value="${c:l('relatorioSisdapController.lbDatFinal.value')}" />
|
||||||
<space />
|
<space />
|
||||||
<datebox id="datFinal" format="dd/MM/yyyy"
|
<datebox id="datFinal" format="dd/MM/yyyy"
|
||||||
lenient="false" constraint="no empty" maxlength="10" />
|
constraint="no empty" maxlength="10" />
|
||||||
</cell>
|
</cell>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioTaxasLinhaController.lbDatInicial.value')}" />
|
value="${c:l('relatorioTaxasLinhaController.lbDatInicial.value')}" />
|
||||||
<datebox id="datInicial" format="dd/MM/yyyy"
|
<datebox id="datInicial" format="dd/MM/yyyy" lenient="false"
|
||||||
mold="rounded" width="95%" constraint="no empty"
|
mold="rounded" width="95%" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
|
|
||||||
|
|
|
@ -21,12 +21,12 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioTrechoVendidoController.lbDataIni.value')}" />
|
value="${c:l('relatorioTrechoVendidoController.lbDataIni.value')}" />
|
||||||
<datebox id="datInicial" width="90%"
|
<datebox id="datInicial" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioTrechoVendidoController.lbDataFin.value')}" />
|
value="${c:l('relatorioTrechoVendidoController.lbDataFin.value')}" />
|
||||||
<datebox id="datFinal" width="90%"
|
<datebox id="datFinal" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
|
|
|
@ -23,12 +23,12 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioTripulacaoController.lbDataInicial')}" />
|
value="${c:l('relatorioTripulacaoController.lbDataInicial')}" />
|
||||||
<datebox id="datInicial" width="90%"
|
<datebox id="datInicial" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioTripulacaoController.lbDataFinal')}" />
|
value="${c:l('relatorioTripulacaoController.lbDataFinal')}" />
|
||||||
<datebox id="datFinal" width="90%"
|
<datebox id="datFinal" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
|
|
@ -21,12 +21,12 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioVendasBilheteiroController.lbDatInicial.value')}" />
|
value="${c:l('relatorioVendasBilheteiroController.lbDatInicial.value')}" />
|
||||||
<datebox id="datInicial" width="90%"
|
<datebox id="datInicial" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="true" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioVendasBilheteiroController.lbDatFinal.value')}" />
|
value="${c:l('relatorioVendasBilheteiroController.lbDatFinal.value')}" />
|
||||||
<datebox id="datFinal" width="90%"
|
<datebox id="datFinal" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="true" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
|
|
@ -20,12 +20,12 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioVendasComissaoController.lbDataIni.value')}" />
|
value="${c:l('relatorioVendasComissaoController.lbDataIni.value')}" />
|
||||||
<datebox id="dataInicial" width="100%" mold="rounded"
|
<datebox id="dataInicial" width="100%" mold="rounded"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioVendasComissaoController.lbDataFin.value')}" />
|
value="${c:l('relatorioVendasComissaoController.lbDataFin.value')}" />
|
||||||
<datebox id="dataFinal" width="100%" mold="rounded"
|
<datebox id="dataFinal" width="100%" mold="rounded"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|
|
@ -71,12 +71,12 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioVendasPacotesBoletosController.lbDataVendaIni.value')}" />
|
value="${c:l('relatorioVendasPacotesBoletosController.lbDataVendaIni.value')}" />
|
||||||
<datebox id="dataVendaInicial" width="100%" mold="rounded"
|
<datebox id="dataVendaInicial" width="100%" mold="rounded"
|
||||||
format="dd/MM/yyyy" lenient="false"
|
format="dd/MM/yyyy"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioVendasPacotesBoletosController.lbDataVendaFin.value')}" />
|
value="${c:l('relatorioVendasPacotesBoletosController.lbDataVendaFin.value')}" />
|
||||||
<datebox id="dataVendaFinal" width="100%" mold="rounded"
|
<datebox id="dataVendaFinal" width="100%" mold="rounded"
|
||||||
format="dd/MM/yyyy" lenient="false"
|
format="dd/MM/yyyy"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
@ -84,12 +84,12 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioVendasPacotesBoletosController.lbDataPacoteIni.value')}" />
|
value="${c:l('relatorioVendasPacotesBoletosController.lbDataPacoteIni.value')}" />
|
||||||
<datebox id="dataPacoteInicial" width="100%" mold="rounded"
|
<datebox id="dataPacoteInicial" width="100%" mold="rounded"
|
||||||
format="dd/MM/yyyy" lenient="false"
|
format="dd/MM/yyyy"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioVendasPacotesBoletosController.lbDataPacoteFin.value')}" />
|
value="${c:l('relatorioVendasPacotesBoletosController.lbDataPacoteFin.value')}" />
|
||||||
<datebox id="dataPacoteFinal" width="100%" mold="rounded"
|
<datebox id="dataPacoteFinal" width="100%" mold="rounded"
|
||||||
format="dd/MM/yyyy" lenient="false"
|
format="dd/MM/yyyy"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
|
|
@ -80,12 +80,12 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioVendasPacotesDetalhadoController.lbDataIni.value')}" />
|
value="${c:l('relatorioVendasPacotesDetalhadoController.lbDataIni.value')}" />
|
||||||
<datebox id="dataInicial" width="100%" mold="rounded"
|
<datebox id="dataInicial" width="100%" mold="rounded"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioVendasPacotesDetalhadoController.lbDataFin.value')}" />
|
value="${c:l('relatorioVendasPacotesDetalhadoController.lbDataFin.value')}" />
|
||||||
<datebox id="dataFinal" width="100%" mold="rounded"
|
<datebox id="dataFinal" width="100%" mold="rounded"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
|
|
@ -29,12 +29,12 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioVendasPacotesResumidoController.lbDataIni.value')}" />
|
value="${c:l('relatorioVendasPacotesResumidoController.lbDataIni.value')}" />
|
||||||
<datebox id="dataInicial" width="100%" mold="rounded"
|
<datebox id="dataInicial" width="100%" mold="rounded"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label
|
<label
|
||||||
value="${c:l('relatorioVendasPacotesResumidoController.lbDataFin.value')}" />
|
value="${c:l('relatorioVendasPacotesResumidoController.lbDataFin.value')}" />
|
||||||
<datebox id="dataFinal" width="100%" mold="rounded"
|
<datebox id="dataFinal" width="100%" mold="rounded"
|
||||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
format="dd/MM/yyyy" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
|
|
@ -33,14 +33,14 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('busquedaMensajeController.dataInicial.label')}" />
|
value="${c:l('busquedaMensajeController.dataInicial.label')}" />
|
||||||
<datebox id="txtDataInicial" width="40%"
|
<datebox id="txtDataInicial" width="40%"
|
||||||
mold="rounded" format="dd/MM/yyyy" lenient="false"
|
mold="rounded" format="dd/MM/yyyy"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
value="${c:l('busquedaMensajeController.dataFinal.label')}" />
|
value="${c:l('busquedaMensajeController.dataFinal.label')}" />
|
||||||
<datebox id="txtDataFinal" width="40%" mold="rounded"
|
<datebox id="txtDataFinal" width="40%" mold="rounded"
|
||||||
format="dd/MM/yyyy" lenient="false"
|
format="dd/MM/yyyy"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('busquedaMensajeController.dataInicial.label')}" />
|
value="${c:l('busquedaMensajeController.dataInicial.label')}" />
|
||||||
<datebox id="txtDataInicial" width="40%"
|
<datebox id="txtDataInicial" width="40%"
|
||||||
mold="rounded" format="dd/MM/yyyy" lenient="false"
|
mold="rounded" format="dd/MM/yyyy"
|
||||||
constraint="no empty" maxlength="10"
|
constraint="no empty" maxlength="10"
|
||||||
value="@{winEditarMensaje$composer.mensaje.fecIni}" />
|
value="@{winEditarMensaje$composer.mensaje.fecIni}" />
|
||||||
</row>
|
</row>
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('busquedaMensajeController.dataFinal.label')}" />
|
value="${c:l('busquedaMensajeController.dataFinal.label')}" />
|
||||||
<datebox id="txtDataFinal" width="40%"
|
<datebox id="txtDataFinal" width="40%"
|
||||||
mold="rounded" format="dd/MM/yyyy" lenient="false"
|
mold="rounded" format="dd/MM/yyyy"
|
||||||
constraint="no empty" maxlength="10"
|
constraint="no empty" maxlength="10"
|
||||||
value="@{winEditarMensaje$composer.mensaje.fecFin}" />
|
value="@{winEditarMensaje$composer.mensaje.fecFin}" />
|
||||||
</row>
|
</row>
|
||||||
|
|
|
@ -29,9 +29,9 @@
|
||||||
<label value="${c:l('busquedaAcumulacionPorVentaController.lhVigencia.label')}"/>
|
<label value="${c:l('busquedaAcumulacionPorVentaController.lhVigencia.label')}"/>
|
||||||
<hbox style="padding: 8px" align="center">
|
<hbox style="padding: 8px" align="center">
|
||||||
<label value="${c:l('busquedaAcumulacionPorVentaController.lhFechainicial.label')}"/>
|
<label value="${c:l('busquedaAcumulacionPorVentaController.lhFechainicial.label')}"/>
|
||||||
<datebox id="fecInicio" width="100px" mold="rounded" lenient="false"/>
|
<datebox id="fecInicio" width="100px" mold="rounded" />
|
||||||
<label value="${c:l('busquedaAcumulacionPorVentaController.lhFechafinal.label')}"/>
|
<label value="${c:l('busquedaAcumulacionPorVentaController.lhFechafinal.label')}"/>
|
||||||
<datebox id="fecFinal" width="100px" mold="rounded" lenient="false"/>
|
<datebox id="fecFinal" width="100px" mold="rounded" />
|
||||||
</hbox>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|
|
@ -29,9 +29,9 @@
|
||||||
<label value="${c:l('busquedaParamCanjePuntoController.lhVigencia.label')}"/>
|
<label value="${c:l('busquedaParamCanjePuntoController.lhVigencia.label')}"/>
|
||||||
<hbox style="padding: 8px" align="center">
|
<hbox style="padding: 8px" align="center">
|
||||||
<label value="${c:l('busquedaParamCanjePuntoController.lhFechainicial.label')}"/>
|
<label value="${c:l('busquedaParamCanjePuntoController.lhFechainicial.label')}"/>
|
||||||
<datebox id="fecInicio" width="100px" mold="rounded" lenient="false"/>
|
<datebox id="fecInicio" width="100px" mold="rounded" />
|
||||||
<label value="${c:l('busquedaParamCanjePuntoController.lhFechafinal.label')}"/>
|
<label value="${c:l('busquedaParamCanjePuntoController.lhFechafinal.label')}"/>
|
||||||
<datebox id="fecFinal" width="100px" mold="rounded" lenient="false"/>
|
<datebox id="fecFinal" width="100px" mold="rounded" />
|
||||||
</hbox>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
<label value="${c:l('busquedaParamCanjePuntoController.lhVigencia.label')}"/>
|
<label value="${c:l('busquedaParamCanjePuntoController.lhVigencia.label')}"/>
|
||||||
<hbox style="padding: 8px" align="center">
|
<hbox style="padding: 8px" align="center">
|
||||||
<label value="${c:l('busquedaParamAcumulacionMasivoController.lhFecIni.label')}"/>
|
<label value="${c:l('busquedaParamAcumulacionMasivoController.lhFecIni.label')}"/>
|
||||||
<datebox id="fecInicio" width="100px" mold="rounded" lenient="false"/>
|
<datebox id="fecInicio" width="100px" mold="rounded" />
|
||||||
<label value="${c:l('busquedaParamAcumulacionMasivoController.lhFecFim.label')}"/>
|
<label value="${c:l('busquedaParamAcumulacionMasivoController.lhFecFim.label')}"/>
|
||||||
<datebox id="fecFinal" width="100px" mold="rounded" lenient="false"/>
|
<datebox id="fecFinal" width="100px" mold="rounded" />
|
||||||
</hbox>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|
|
@ -29,9 +29,9 @@
|
||||||
<label value="${c:l('busquedaParamCanjePuntoController.lhVigencia.label')}"/>
|
<label value="${c:l('busquedaParamCanjePuntoController.lhVigencia.label')}"/>
|
||||||
<hbox style="padding: 8px" align="center">
|
<hbox style="padding: 8px" align="center">
|
||||||
<label value="${c:l('busquedaParamAcumulacionMasivoController.lhFecIni.label')}"/>
|
<label value="${c:l('busquedaParamAcumulacionMasivoController.lhFecIni.label')}"/>
|
||||||
<datebox id="ini" width="100px" mold="rounded" lenient="false"/>
|
<datebox id="ini" width="100px" mold="rounded" />
|
||||||
<label value="${c:l('busquedaParamAcumulacionMasivoController.lhFecFim.label')}"/>
|
<label value="${c:l('busquedaParamAcumulacionMasivoController.lhFecFim.label')}"/>
|
||||||
<datebox id="fim" width="100px" mold="rounded" lenient="false"/>
|
<datebox id="fim" width="100px" mold="rounded" />
|
||||||
</hbox>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
|
|
@ -88,7 +88,7 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('editarClienteController.lbFecNacimiento.value')}" />
|
value="${c:l('editarClienteController.lbFecNacimiento.value')}" />
|
||||||
<datebox id="dateFecNacimiento"
|
<datebox id="dateFecNacimiento"
|
||||||
mold="rounded" lenient="false" constraint="no empty"
|
mold="rounded" constraint="no empty"
|
||||||
width="40%"
|
width="40%"
|
||||||
value="@{winEditarCliente$composer.cliente.fecnacimiento}" />
|
value="@{winEditarCliente$composer.cliente.fecnacimiento}" />
|
||||||
</row>
|
</row>
|
||||||
|
@ -390,14 +390,14 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('editarClienteController.lbFecIni.value')}" />
|
value="${c:l('editarClienteController.lbFecIni.value')}" />
|
||||||
<datebox id="datInicial"
|
<datebox id="datInicial"
|
||||||
format="dd/MM/yyyy" mold="rounded" width="45%" lenient="false"
|
format="dd/MM/yyyy" mold="rounded" width="45%"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
value="${c:l('editarClienteController.lbFecFin.value')}" />
|
value="${c:l('editarClienteController.lbFecFin.value')}" />
|
||||||
<datebox id="datFinal"
|
<datebox id="datFinal"
|
||||||
format="dd/MM/yyyy" mold="rounded" width="45%" lenient="false"
|
format="dd/MM/yyyy" mold="rounded" width="45%"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
|
|
@ -39,12 +39,12 @@
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaAcumulacionPorVentaController.lhFechainicial.label')}"/>
|
<label value="${c:l('busquedaAcumulacionPorVentaController.lhFechainicial.label')}"/>
|
||||||
<datebox id="fecInicio" constraint="no empty, no past" mold="rounded" lenient="false"
|
<datebox id="fecInicio" constraint="no empty, no past" mold="rounded"
|
||||||
value="@{winEditarParamAcumulaMasivo$composer.paramAcumulaMasivo.feciniciovigencia}"/>
|
value="@{winEditarParamAcumulaMasivo$composer.paramAcumulaMasivo.feciniciovigencia}"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaAcumulacionPorVentaController.lhFechafinal.label')}"/>
|
<label value="${c:l('busquedaAcumulacionPorVentaController.lhFechafinal.label')}"/>
|
||||||
<datebox id="fecFinal" constraint="no empty" mold="rounded" lenient="false"
|
<datebox id="fecFinal" constraint="no empty" mold="rounded"
|
||||||
value="@{winEditarParamAcumulaMasivo$composer.paramAcumulaMasivo.fecfinvigencia}"/>
|
value="@{winEditarParamAcumulaMasivo$composer.paramAcumulaMasivo.fecfinvigencia}"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|
|
@ -66,11 +66,11 @@
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaAcumulacionPorVentaController.lhFechainicial.label')}"/>
|
<label value="${c:l('busquedaAcumulacionPorVentaController.lhFechainicial.label')}"/>
|
||||||
<datebox id="fecInicio" mold="rounded" width="90%" lenient="false" constraint="no empty, no past"
|
<datebox id="fecInicio" mold="rounded" width="90%" constraint="no empty, no past"
|
||||||
value="@{winEditarParamAcumulaPunto$composer.paramAcumulaPunto.feciniciovigencia}"/>
|
value="@{winEditarParamAcumulaPunto$composer.paramAcumulaPunto.feciniciovigencia}"/>
|
||||||
|
|
||||||
<label value="${c:l('busquedaAcumulacionPorVentaController.lhFechafinal.label')}"/>
|
<label value="${c:l('busquedaAcumulacionPorVentaController.lhFechafinal.label')}"/>
|
||||||
<datebox id="fecFinal" mold="rounded" width="90%" lenient="false" constraint="no empty"
|
<datebox id="fecFinal" mold="rounded" width="90%" constraint="no empty"
|
||||||
value="@{winEditarParamAcumulaPunto$composer.paramAcumulaPunto.fecfinvigencia}"/>
|
value="@{winEditarParamAcumulaPunto$composer.paramAcumulaPunto.fecfinvigencia}"/>
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaAcumulacionPorVentaController.lhFechainicial.label')}"/>
|
<label value="${c:l('busquedaAcumulacionPorVentaController.lhFechainicial.label')}"/>
|
||||||
<datebox id="fecInicio" constraint="no empty, no past" width="60%" mold="rounded" lenient="false"
|
<datebox id="fecInicio" constraint="no empty, no past" width="60%" mold="rounded"
|
||||||
value="@{winEditarParamCanjePunto$composer.paramCanjePunto.feciniciovigencia}"/>
|
value="@{winEditarParamCanjePunto$composer.paramCanjePunto.feciniciovigencia}"/>
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
|
|
|
@ -32,12 +32,12 @@
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarParamCompraPuntoController.lhIni.label')}"/>
|
<label value="${c:l('editarParamCompraPuntoController.lhIni.label')}"/>
|
||||||
<datebox id="fecInicio" constraint="no empty, no past" width="60%" mold="rounded" lenient="false"
|
<datebox id="fecInicio" constraint="no empty, no past" width="60%" mold="rounded"
|
||||||
value="@{winEditarParamCompraPunto$composer.paramCompraPunto.feciniciovigencia}"/>
|
value="@{winEditarParamCompraPunto$composer.paramCompraPunto.feciniciovigencia}"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarParamCompraPuntoController.lhFim.label')}"/>
|
<label value="${c:l('editarParamCompraPuntoController.lhFim.label')}"/>
|
||||||
<datebox id="fecFinal" constraint="no empty" width="60%" mold="rounded" lenient="false"
|
<datebox id="fecFinal" constraint="no empty" width="60%" mold="rounded"
|
||||||
value="@{winEditarParamCompraPunto$composer.paramCompraPunto.fecfinvigencia}"/>
|
value="@{winEditarParamCompraPunto$composer.paramCompraPunto.fecfinvigencia}"/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
|
|
@ -27,11 +27,11 @@
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaVigenciaTarifaController.lbFecInicio.value')}"/>
|
<label value="${c:l('busquedaVigenciaTarifaController.lbFecInicio.value')}"/>
|
||||||
<datebox id="fecInicio" format="dd/MM/yyyy" width="60%" mold="rounded" lenient="false"/>
|
<datebox id="fecInicio" format="dd/MM/yyyy" width="60%" mold="rounded" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaVigenciaTarifaController.lbFecFinal.value')}"/>
|
<label value="${c:l('busquedaVigenciaTarifaController.lbFecFinal.value')}"/>
|
||||||
<datebox id="fecFinal" format="dd/MM/yyyy" width="60%" mold="rounded" lenient="false"/>
|
<datebox id="fecFinal" format="dd/MM/yyyy" width="60%" mold="rounded" />
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
|
|
@ -102,11 +102,11 @@
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('editarPrecioVentajaController.inicio.value')}"/>
|
<label value="${c:l('editarPrecioVentajaController.inicio.value')}"/>
|
||||||
<datebox id="dtVigorIni" width="90%" mold="rounded" lenient="false" constraint="no empty"
|
<datebox id="dtVigorIni" width="90%" mold="rounded" constraint="no empty"
|
||||||
format="dd/MM/yyyy HH:mm" value="@{winEditarPrecioVentaja$composer.precioVentaja.fechaInicio}"/>
|
format="dd/MM/yyyy HH:mm" value="@{winEditarPrecioVentaja$composer.precioVentaja.fechaInicio}"/>
|
||||||
<label value="${c:l('editarPrecioVentajaController.ate.label')}" style="center"/>
|
<label value="${c:l('editarPrecioVentajaController.ate.label')}" style="center"/>
|
||||||
<label value="${c:l('editarPrecioVentajaController.fim.value')}"/>
|
<label value="${c:l('editarPrecioVentajaController.fim.value')}"/>
|
||||||
<datebox id="dtVigorFim" width="90%" mold="rounded" lenient="false" constraint="no empty"
|
<datebox id="dtVigorFim" width="90%" mold="rounded" constraint="no empty"
|
||||||
format="dd/MM/yyyy HH:mm" value="@{winEditarPrecioVentaja$composer.precioVentaja.fechaFinal}"/>
|
format="dd/MM/yyyy HH:mm" value="@{winEditarPrecioVentaja$composer.precioVentaja.fechaFinal}"/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
|
|
@ -32,12 +32,12 @@
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaVigenciaTarifaController.lbFecInicio.value')}"/>
|
<label value="${c:l('busquedaVigenciaTarifaController.lbFecInicio.value')}"/>
|
||||||
<datebox id="fecInicio" width="100%" format="dd/MM/yyyy" mold="rounded" constraint="no empty" lenient="false"
|
<datebox id="fecInicio" width="100%" format="dd/MM/yyyy" mold="rounded" constraint="no empty"
|
||||||
value="@{winEditarVigenciaTarifa$composer.vigenciaTarifa.feciniciovigencia}"/>
|
value="@{winEditarVigenciaTarifa$composer.vigenciaTarifa.feciniciovigencia}"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaVigenciaTarifaController.lbFecFinal.value')}"/>
|
<label value="${c:l('busquedaVigenciaTarifaController.lbFecFinal.value')}"/>
|
||||||
<datebox id="fecFinal" width="100%" format="dd/MM/yyyy" mold="rounded" constraint="no empty" lenient="false"
|
<datebox id="fecFinal" width="100%" format="dd/MM/yyyy" mold="rounded" constraint="no empty"
|
||||||
value="@{winEditarVigenciaTarifa$composer.vigenciaTarifa.fecfinvigencia}"/>
|
value="@{winEditarVigenciaTarifa$composer.vigenciaTarifa.fecfinvigencia}"/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
|
Loading…
Reference in New Issue