Fixes bug#AL-4882
commit
d8af8d602c
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<artifactId>ventaboletosadm</artifactId>
|
<artifactId>ventaboletosadm</artifactId>
|
||||||
<version>1.132.10</version>
|
<version>1.133.1</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -170,7 +170,7 @@ public class RelatorioW2ITaxaEmbarqueAnalitico extends Relatorio {
|
||||||
sql.append("INNER JOIN CIUDAD co ON co.ciudad_id=po.ciudad_id ");
|
sql.append("INNER JOIN CIUDAD co ON co.ciudad_id=po.ciudad_id ");
|
||||||
sql.append("INNER JOIN CIUDAD cd ON cd.ciudad_id=pd.ciudad_id ");
|
sql.append("INNER JOIN CIUDAD cd ON cd.ciudad_id=pd.ciudad_id ");
|
||||||
sql.append("WHERE b.fechorventa BETWEEN :DATA_INICIAL AND :DATA_FINAL ");
|
sql.append("WHERE b.fechorventa BETWEEN :DATA_INICIAL AND :DATA_FINAL ");
|
||||||
sql.append("AND sx.ACTIVO = 1 ");
|
sql.append("AND sx.indcancelado = 1 ");
|
||||||
if(empresaID != null)
|
if(empresaID != null)
|
||||||
sql.append("AND em.empresa_id = :EMPRESA_ID ");
|
sql.append("AND em.empresa_id = :EMPRESA_ID ");
|
||||||
if(origemID != null)
|
if(origemID != null)
|
||||||
|
|
|
@ -1397,7 +1397,7 @@
|
||||||
value="${c:l('editarPuntoVentaController.lblInicial.value')}" />
|
value="${c:l('editarPuntoVentaController.lblInicial.value')}" />
|
||||||
<textbox id="importeInicial"
|
<textbox id="importeInicial"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
||||||
precision="7" scale="2" constraint="no empty" />
|
precision="10" scale="2" constraint="no empty" />
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
@ -1405,7 +1405,7 @@
|
||||||
value="${c:l('editarPuntoVentaController.lblBase.value')}" />
|
value="${c:l('editarPuntoVentaController.lblBase.value')}" />
|
||||||
<textbox id="importeBase"
|
<textbox id="importeBase"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
||||||
precision="7" scale="2" constraint="no empty"/>
|
precision="10" scale="2" constraint="no empty"/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<zk>
|
<zk>
|
||||||
<window id="winBusquedaAidf" title="${c:l('busquedaAidfController.window.title')}"
|
<window id="winBusquedaAidf" title="${c:l('busquedaAidfController.window.title')}"
|
||||||
apply="${busquedaAidfController}" contentStyle="overflow:auto"
|
apply="${busquedaAidfController}" contentStyle="overflow:auto"
|
||||||
height="500px" width="1300px" border="normal" >
|
height="600px" width="1300px" border="normal" >
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<button id="btnRefresh" image="/gui/img/refresh.png" width="35px"
|
<button id="btnRefresh" image="/gui/img/refresh.png" width="35px"
|
||||||
tooltiptext="${c:l('busquedaAidfController.btnRefresh.tooltiptext')}" />
|
tooltiptext="${c:l('busquedaAidfController.btnRefresh.tooltiptext')}" />
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
label="${c:l('busquedaAidfController.btnPesquisa.label')}"/>
|
label="${c:l('busquedaAidfController.btnPesquisa.label')}"/>
|
||||||
</toolbar>
|
</toolbar>
|
||||||
|
|
||||||
<paging id="pagingAidf" pageSize="10"/>
|
<paging id="pagingAidf" pageSize="15"/>
|
||||||
<listbox id="aidfList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
<listbox id="aidfList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||||||
multiple="false" height="250px" width="1299px">
|
multiple="false" height="250px" width="1299px">
|
||||||
<listhead sizable="true">
|
<listhead sizable="true">
|
||||||
|
|
Loading…
Reference in New Issue