Merge branch 'master' of http://18.235.188.113:3000/adm/VentaBoletosAdm into AL-1904
commit
94edb07644
|
@ -59,4 +59,4 @@ ou usar o <a href='http://18.235.188.113:3000/adm/ventaBoletosAdm/src/branch/ma
|
||||||
* após gerar a versão deve ser executado no terminal os seguinte comandos para gerar o changelog `git checkout master && git pull && git log --oneline -1 --decorate --raw --format=format:"- **%s**%n - %h - Autor: %aE - Data: %ci"`
|
* após gerar a versão deve ser executado no terminal os seguinte comandos para gerar o changelog `git checkout master && git pull && git log --oneline -1 --decorate --raw --format=format:"- **%s**%n - %h - Autor: %aE - Data: %ci"`
|
||||||
* adicionar o conteúdo gerado na descrição da versão
|
* adicionar o conteúdo gerado na descrição da versão
|
||||||
|
|
||||||
***
|
***
|
22
pom.xml
22
pom.xml
|
@ -1,10 +1,16 @@
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
|
|
||||||
<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.0.30</version>
|
<version>1.0.30</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<modelWeb.version>1.0.20</modelWeb.version>
|
||||||
|
<flyway.version>1.0.11</flyway.version>
|
||||||
|
</properties>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
|
@ -61,7 +67,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<artifactId>Flyway</artifactId>
|
<artifactId>Flyway</artifactId>
|
||||||
<version>1.0.5</version>
|
<version>${flyway.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -118,24 +124,26 @@
|
||||||
<version>3.14.0.Final</version>
|
<version>3.14.0.Final</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jboss.spec</groupId>
|
<groupId>javax.servlet</groupId>
|
||||||
<artifactId>jboss-javaee-all-6.0</artifactId>
|
<artifactId>javax.servlet-api</artifactId>
|
||||||
<version>3.0.3.Final</version>
|
<version>4.0.0</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-beanutils</groupId>
|
<groupId>commons-beanutils</groupId>
|
||||||
<artifactId>commons-beanutils</artifactId>
|
<artifactId>commons-beanutils</artifactId>
|
||||||
<version>1.8.2</version>
|
<version>1.9.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-codec</groupId>
|
<groupId>commons-codec</groupId>
|
||||||
<artifactId>commons-codec</artifactId>
|
<artifactId>commons-codec</artifactId>
|
||||||
<version>1.10</version>
|
<version>1.10</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.zkoss.common</groupId>
|
<groupId>org.zkoss.common</groupId>
|
||||||
<artifactId>zcommon</artifactId>
|
<artifactId>zcommon</artifactId>
|
||||||
|
|
|
@ -212,11 +212,13 @@ public class RelatorioBPe extends Relatorio {
|
||||||
if(alias != null && alias.equals("S")) {// ALIAS Origem/Destino dos bilhetes
|
if(alias != null && alias.equals("S")) {// ALIAS Origem/Destino dos bilhetes
|
||||||
sql.append(" COALESCE(oriA.DESCPARADA, ori.DESCPARADA) as origem, ");
|
sql.append(" COALESCE(oriA.DESCPARADA, ori.DESCPARADA) as origem, ");
|
||||||
sql.append(" COALESCE(destA.DESCPARADA, dest.DESCPARADA) as destino,");
|
sql.append(" COALESCE(destA.DESCPARADA, dest.DESCPARADA) as destino,");
|
||||||
|
}else {
|
||||||
|
sql.append(" ori.DESCPARADA as origem, ");
|
||||||
|
sql.append(" dest.DESCPARADA as destino,");
|
||||||
}
|
}
|
||||||
sql.append(" locpv.DESCPARADA as locpuntoventa, ");
|
sql.append(" locpv.DESCPARADA as locpuntoventa, ");
|
||||||
sql.append(" pv.NUMPUNTOVENTA as numPuntoVenta, ");
|
sql.append(" pv.NUMPUNTOVENTA as numPuntoVenta, ");
|
||||||
sql.append(" ori.DESCPARADA as origem, ");
|
|
||||||
sql.append(" dest.DESCPARADA as destino,");
|
|
||||||
|
|
||||||
|
|
||||||
sql.append(" TO_CHAR(bol.FECHORVIAJE,'dd/mm/yyyy HH24:MI') as dtviagem, ");
|
sql.append(" TO_CHAR(bol.FECHORVIAJE,'dd/mm/yyyy HH24:MI') as dtviagem, ");
|
||||||
|
|
|
@ -179,12 +179,8 @@ public class RelatorioBoletos extends Relatorio {
|
||||||
sql.append(" INNER JOIN empresa e ");
|
sql.append(" INNER JOIN empresa e ");
|
||||||
sql.append(" ON e.empresa_id = fcc.empresa_id ");
|
sql.append(" ON e.empresa_id = fcc.empresa_id ");
|
||||||
sql.append(" AND e.activo = 1 ");
|
sql.append(" AND e.activo = 1 ");
|
||||||
sql.append(" INNER JOIN fechamento_paramptovta fppv ");
|
sql.append(" WHERE fb.activo = 1 ");
|
||||||
sql.append(" ON p.puntoventa_id = fppv.puntoventa_id ");
|
sql.append(" AND fb.tipo_pagamento = 'B' ");
|
||||||
sql.append(" AND e.empresa_id = fppv.empresa_id ");
|
|
||||||
sql.append(" AND tipopagamento = 'B' ");
|
|
||||||
sql.append(" AND fppv.activo = 1 ");
|
|
||||||
sql.append(" WHERE fb.activo = 1 ");
|
|
||||||
|
|
||||||
if(fecInicio != null && fecFinal != null) {
|
if(fecInicio != null && fecFinal != null) {
|
||||||
sql.append(" AND fcc.fecfechamento BETWEEN :fecInicio AND :fecFinal ");
|
sql.append(" AND fcc.fecfechamento BETWEEN :fecInicio AND :fecFinal ");
|
||||||
|
|
|
@ -180,22 +180,16 @@ public class RelatorioDepositos extends Relatorio {
|
||||||
sql.append(" ON p.puntoventa_id = f.puntoventa_id ");
|
sql.append(" ON p.puntoventa_id = f.puntoventa_id ");
|
||||||
sql.append(" INNER JOIN empresa e ");
|
sql.append(" INNER JOIN empresa e ");
|
||||||
sql.append(" ON e.empresa_id = f.empresa_id ");
|
sql.append(" ON e.empresa_id = f.empresa_id ");
|
||||||
sql.append(" INNER JOIN fechamento_paramptovta fppv ");
|
sql.append(" INNER JOIN fechamento_boleto fbol ");
|
||||||
sql.append(" ON p.puntoventa_id = fppv.puntoventa_id ");
|
sql.append(" ON f.fechamentocntcorrente_id = fbol.fechamentocntcorrente_id ");
|
||||||
sql.append(" AND e.empresa_id = fppv.empresa_id ");
|
sql.append(" AND fbol.tipo_pagamento = 'D' ");
|
||||||
sql.append(" AND tipopagamento = 'D' ");
|
sql.append(" AND fbol.activo = 1 ");
|
||||||
sql.append(" AND fppv.activo = 1 ");
|
|
||||||
sql.append(" LEFT JOIN fechamento_cct_deposito fd ");
|
sql.append(" LEFT JOIN fechamento_cct_deposito fd ");
|
||||||
sql.append(" ON fd.fechamentocntcorrente_id = f.fechamentocntcorrente_id ");
|
sql.append(" ON fd.fechamentocntcorrente_id = f.fechamentocntcorrente_id ");
|
||||||
sql.append(" AND fd.activo = 1 ");
|
sql.append(" AND fd.activo = 1 ");
|
||||||
sql.append(" LEFT JOIN FECHAMENTO_DEPOSITO fdp ");
|
sql.append(" LEFT JOIN FECHAMENTO_DEPOSITO fdp ");
|
||||||
sql.append(" ON fdp.FECHAMENTODEPOSITO_ID = fd.FECHAMENTODEPOSITO_ID ");
|
sql.append(" ON fdp.FECHAMENTODEPOSITO_ID = fd.FECHAMENTODEPOSITO_ID ");
|
||||||
sql.append(" AND fdp.activo = 1 ");
|
sql.append(" AND fdp.activo = 1 ");
|
||||||
sql.append(" LEFT JOIN empresa_contabancaria ecb ");
|
|
||||||
sql.append(" ON ecb.EMPRESACONTABANCARIA_ID = fdp.EMPRESACONTABANCARIA_ID ");
|
|
||||||
sql.append(" AND ecb.activo = 1 ");
|
|
||||||
sql.append(" LEFT JOIN fechamento_boleto fbol ON f.fechamentocntcorrente_id = fbol.fechamentocntcorrente_id and fbol.indboletoquitado=1 ");
|
|
||||||
|
|
||||||
sql.append(" WHERE f.fecfechamento BETWEEN ? AND ? ");
|
sql.append(" WHERE f.fecfechamento BETWEEN ? AND ? ");
|
||||||
sql.append(" AND f.activo = 1 ");
|
sql.append(" AND f.activo = 1 ");
|
||||||
sql.append(" AND e.activo = 1 ");
|
sql.append(" AND e.activo = 1 ");
|
||||||
|
|
|
@ -137,7 +137,7 @@ public class RelatorioIndiceIRK extends Relatorio {
|
||||||
sb.append(" SUM(pedagio) AS pedagio,");
|
sb.append(" SUM(pedagio) AS pedagio,");
|
||||||
sb.append(" SUM(passagens) AS passagens,");
|
sb.append(" SUM(passagens) AS passagens,");
|
||||||
sb.append(" SUM(totalhorario) AS totalhorario,");
|
sb.append(" SUM(totalhorario) AS totalhorario,");
|
||||||
sb.append(" sum(irk) AS irk,");
|
sb.append(" round(((SUM(passagens) + SUM(pedagio) + SUM(txembarque) + SUM(seguro)) / sum(extensao)), 2) AS irk, ");
|
||||||
sb.append(" sum(receitaminima) AS receitaminima,");
|
sb.append(" sum(receitaminima) AS receitaminima,");
|
||||||
sb.append(" sum(diferencareceita) AS diferencareceita,");
|
sb.append(" sum(diferencareceita) AS diferencareceita,");
|
||||||
sb.append(" prefixo ");
|
sb.append(" prefixo ");
|
||||||
|
|
|
@ -11,6 +11,7 @@ import java.util.Map;
|
||||||
|
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
|
|
||||||
|
import com.rjconsultores.ventaboletos.constantes.TipoEventoExtra;
|
||||||
import com.rjconsultores.ventaboletos.relatorios.utilitarios.DataSource;
|
import com.rjconsultores.ventaboletos.relatorios.utilitarios.DataSource;
|
||||||
import com.rjconsultores.ventaboletos.relatorios.utilitarios.Relatorio;
|
import com.rjconsultores.ventaboletos.relatorios.utilitarios.Relatorio;
|
||||||
import com.rjconsultores.ventaboletos.relatorios.utilitarios.RelatorioVendasParcelamentoBean;
|
import com.rjconsultores.ventaboletos.relatorios.utilitarios.RelatorioVendasParcelamentoBean;
|
||||||
|
@ -62,6 +63,8 @@ public class RelatorioVendasParcelamento extends Relatorio {
|
||||||
if (empresa != null && !empresa.equals("-1")) {
|
if (empresa != null && !empresa.equals("-1")) {
|
||||||
stmt.setInt("empresaId", Integer.parseInt(empresa));
|
stmt.setInt("empresaId", Integer.parseInt(empresa));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stmt.setString("juros", TipoEventoExtra.JUROS_CARTAO_CREDITO.toString());
|
||||||
|
|
||||||
rset1 = stmt.executeQuery();
|
rset1 = stmt.executeQuery();
|
||||||
|
|
||||||
|
@ -93,6 +96,10 @@ public class RelatorioVendasParcelamento extends Relatorio {
|
||||||
vendasParcelamento.setAutorizacao(rset1.getString("autorizacao"));
|
vendasParcelamento.setAutorizacao(rset1.getString("autorizacao"));
|
||||||
vendasParcelamento.setNsu(rset1.getString("nsu"));
|
vendasParcelamento.setNsu(rset1.getString("nsu"));
|
||||||
vendasParcelamento.setParcelas(rset1.getString("parcelas"));
|
vendasParcelamento.setParcelas(rset1.getString("parcelas"));
|
||||||
|
|
||||||
|
BigDecimal juros = rset1.getBigDecimal("juros");
|
||||||
|
vendasParcelamento.setJuros(juros != null ? juros : BigDecimal.ZERO);
|
||||||
|
|
||||||
BigDecimal valor = rset1.getBigDecimal("valor");
|
BigDecimal valor = rset1.getBigDecimal("valor");
|
||||||
vendasParcelamento.setValor(valor != null ? valor : BigDecimal.ZERO);
|
vendasParcelamento.setValor(valor != null ? valor : BigDecimal.ZERO);
|
||||||
|
|
||||||
|
@ -152,7 +159,9 @@ public class RelatorioVendasParcelamento extends Relatorio {
|
||||||
sql.append(" ct.numautorizacion AS autorizacao, ");
|
sql.append(" ct.numautorizacion AS autorizacao, ");
|
||||||
sql.append(" ct.NSU AS nsu, ");
|
sql.append(" ct.NSU AS nsu, ");
|
||||||
sql.append(" ct.cantparcelas AS parcelas, ");
|
sql.append(" ct.cantparcelas AS parcelas, ");
|
||||||
sql.append(" ct.importe AS valor ");
|
sql.append(" ct.importe AS valor, ");
|
||||||
|
sql.append(" coalesce(case when tee.cvetipoevento = :juros then ee.impingreso else 0 end, 0) as juros ");
|
||||||
|
|
||||||
sql.append(" FROM caja c ");
|
sql.append(" FROM caja c ");
|
||||||
sql.append(" INNER JOIN PUNTO_VENTA pv ON c.PUNTOVENTA_ID = pv.PUNTOVENTA_ID ");
|
sql.append(" INNER JOIN PUNTO_VENTA pv ON c.PUNTOVENTA_ID = pv.PUNTOVENTA_ID ");
|
||||||
sql.append(" INNER JOIN marca m ON m.marca_id = c.marca_id ");
|
sql.append(" INNER JOIN marca m ON m.marca_id = c.marca_id ");
|
||||||
|
@ -164,6 +173,8 @@ public class RelatorioVendasParcelamento extends Relatorio {
|
||||||
sql.append(" INNER JOIN caja_formapago cfp ON cfp.caja_id = c.caja_id ");
|
sql.append(" INNER JOIN caja_formapago cfp ON cfp.caja_id = c.caja_id ");
|
||||||
sql.append(" INNER JOIN caja_det_pago cdp ON cdp.cajaformapago_id = cfp.cajaformapago_id ");
|
sql.append(" INNER JOIN caja_det_pago cdp ON cdp.cajaformapago_id = cfp.cajaformapago_id ");
|
||||||
sql.append(" INNER JOIN caja_tarjeta ct ON ct.cajadetpago_id = cdp.cajadetpago_id ");
|
sql.append(" INNER JOIN caja_tarjeta ct ON ct.cajadetpago_id = cdp.cajadetpago_id ");
|
||||||
|
sql.append(" LEFT JOIN evento_extra ee ON (ee.boleto_id = c.TRANSACAO_ID) ");
|
||||||
|
sql.append(" LEFT JOIN tipo_evento_extra tee on tee.tipoeventoextra_id = ee.tipoeventoextra_id ");
|
||||||
sql.append(" WHERE ");
|
sql.append(" WHERE ");
|
||||||
sql.append(" fechorventa BETWEEN :de AND :ate ");
|
sql.append(" fechorventa BETWEEN :de AND :ate ");
|
||||||
sql.append(" AND ct.CANTPARCELAS BETWEEN :parcIni AND :parcFim ");
|
sql.append(" AND ct.CANTPARCELAS BETWEEN :parcIni AND :parcFim ");
|
||||||
|
|
|
@ -25,6 +25,7 @@ detail.tarifa = Tarifa
|
||||||
detail.taxa = Taxa
|
detail.taxa = Taxa
|
||||||
detail.total = Total
|
detail.total = Total
|
||||||
detail.valor = Valor
|
detail.valor = Valor
|
||||||
|
detail.juros = Juros
|
||||||
|
|
||||||
#Labels header
|
#Labels header
|
||||||
header.data = Data :
|
header.data = Data :
|
||||||
|
|
|
@ -20,6 +20,7 @@ import net.sf.jasperreports.engine.JasperFillManager;
|
||||||
import net.sf.jasperreports.engine.JasperPrint;
|
import net.sf.jasperreports.engine.JasperPrint;
|
||||||
import net.sf.jasperreports.engine.export.JExcelApiExporter;
|
import net.sf.jasperreports.engine.export.JExcelApiExporter;
|
||||||
import net.sf.jasperreports.engine.export.JExcelApiExporterParameter;
|
import net.sf.jasperreports.engine.export.JExcelApiExporterParameter;
|
||||||
|
import net.sf.jasperreports.engine.export.JRXlsExporter;
|
||||||
import net.sf.jasperreports.engine.util.JRProperties;
|
import net.sf.jasperreports.engine.util.JRProperties;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -173,6 +174,38 @@ public class RenderRelatorioJasper {
|
||||||
exporterXLS.exportReport();
|
exporterXLS.exportReport();
|
||||||
return output.toByteArray();
|
return output.toByteArray();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected byte[] renderXlsNovo(boolean isCustomXls) throws Exception {
|
||||||
|
JRXlsExporter exporterXLS = new JRXlsExporter();
|
||||||
|
ByteArrayOutputStream output = new ByteArrayOutputStream();
|
||||||
|
/*
|
||||||
|
// As duas propriedades são para quando o arquivo xls chegar no máximo de linhas pular para a próxima aba do arquivo mantis #11294
|
||||||
|
exporterXLS.setParameter(JRXlsExporterParameter.IS_ONE_PAGE_PER_SHEET, Boolean.TRUE);
|
||||||
|
exporterXLS.setParameter(JRXlsExporterParameter.MAXIMUM_ROWS_PER_SHEET, 65500);
|
||||||
|
|
||||||
|
exporterXLS.setParameter(XlsExporterConfiguration.JASPER_PRINT, this.jasperPrint);
|
||||||
|
exporterXLS.setParameter(JRXlsExporterParameter.OUTPUT_STREAM, output);
|
||||||
|
|
||||||
|
exporterXLS.setExporterInput(new SimpleExporterInput(jasperPrint));
|
||||||
|
exporterXLS.setExporterOutput(new SimpleOutputStreamExporterOutput(destFile));
|
||||||
|
SimpleXlsReportConfiguration configuration = new SimpleXlsReportConfiguration();
|
||||||
|
configuration.setOnePagePerSheet(false);
|
||||||
|
configuration.setRemoveEmptySpaceBetweenRows(true);
|
||||||
|
exporter.setConfiguration(configuration);
|
||||||
|
|
||||||
|
if (!isCustomXls) {
|
||||||
|
exporterXLS.setParameter(JExcelApiExporterParameter.IS_ONE_PAGE_PER_SHEET, Boolean.FALSE);
|
||||||
|
exporterXLS.setParameter(JExcelApiExporterParameter.IS_DETECT_CELL_TYPE, Boolean.TRUE);
|
||||||
|
exporterXLS.setParameter(JExcelApiExporterParameter.IS_WHITE_PAGE_BACKGROUND, Boolean.FALSE);
|
||||||
|
exporterXLS.setParameter(JExcelApiExporterParameter.IS_REMOVE_EMPTY_SPACE_BETWEEN_ROWS, Boolean.TRUE);
|
||||||
|
exporterXLS.setParameter(JExcelApiExporterParameter.IS_REMOVE_EMPTY_SPACE_BETWEEN_COLUMNS, Boolean.TRUE);
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
// collapseRowSpan
|
||||||
|
// JRXlsExporterParameter.
|
||||||
|
exporterXLS.exportReport();
|
||||||
|
return output.toByteArray();
|
||||||
|
}
|
||||||
|
|
||||||
protected byte[] renderPdf() throws Exception {
|
protected byte[] renderPdf() throws Exception {
|
||||||
return JasperExportManager.exportReportToPdf(this.jasperPrint);
|
return JasperExportManager.exportReportToPdf(this.jasperPrint);
|
||||||
|
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="RelatorioAgenciaFechamento" pageWidth="1515" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="1475" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" resourceBundle="RelatorioAgenciaFechamento" whenResourceMissingType="Empty" uuid="94834362-0ecc-46da-b0a2-5cdee355da3e">
|
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="RelatorioAgenciaFechamento" pageWidth="1570" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="1530" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" resourceBundle="RelatorioAgenciaFechamento" whenResourceMissingType="Empty" uuid="94834362-0ecc-46da-b0a2-5cdee355da3e">
|
||||||
<property name="ireport.zoom" value="1.1269722013523682"/>
|
<property name="ireport.zoom" value="1.1269722013523682"/>
|
||||||
<property name="ireport.x" value="0"/>
|
<property name="ireport.x" value="636"/>
|
||||||
<property name="ireport.y" value="0"/>
|
<property name="ireport.y" value="0"/>
|
||||||
<property name="net.sf.jasperreports.export.xls.exclude.origin.band.2" value="pageHeader"/>
|
<property name="net.sf.jasperreports.export.xls.exclude.origin.band.2" value="pageHeader"/>
|
||||||
<property name="net.sf.jasperreports.export.xls.exclude.origin.keep.first.band.2" value="columnHeader"/>
|
<property name="net.sf.jasperreports.export.xls.exclude.origin.keep.first.band.2" value="columnHeader"/>
|
||||||
|
@ -41,33 +41,34 @@
|
||||||
<field name="nsu" class="java.lang.String"/>
|
<field name="nsu" class="java.lang.String"/>
|
||||||
<field name="parcelas" class="java.lang.String"/>
|
<field name="parcelas" class="java.lang.String"/>
|
||||||
<field name="valor" class="java.math.BigDecimal"/>
|
<field name="valor" class="java.math.BigDecimal"/>
|
||||||
|
<field name="juros" class="java.math.BigDecimal"/>
|
||||||
<background>
|
<background>
|
||||||
<band splitType="Stretch"/>
|
<band splitType="Stretch"/>
|
||||||
</background>
|
</background>
|
||||||
<pageHeader>
|
<pageHeader>
|
||||||
<band height="40" splitType="Stretch">
|
<band height="40" splitType="Stretch">
|
||||||
<textField>
|
<textField>
|
||||||
<reportElement x="1155" y="19" width="49" height="20" uuid="e5d4714c-07cc-42ff-a7a8-76d6f6d3e716"/>
|
<reportElement x="1196" y="19" width="49" height="20" uuid="e5d4714c-07cc-42ff-a7a8-76d6f6d3e716"/>
|
||||||
<textElement>
|
<textElement>
|
||||||
<font isBold="true"/>
|
<font isBold="true"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$R{header.data}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$R{header.data}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField>
|
<textField>
|
||||||
<reportElement x="1321" y="-1" width="56" height="20" uuid="66b2d0f6-2bf1-4bc7-9ec0-a34444e04d60"/>
|
<reportElement x="1362" y="-1" width="56" height="20" uuid="66b2d0f6-2bf1-4bc7-9ec0-a34444e04d60"/>
|
||||||
<textFieldExpression><![CDATA[$R{header.data.hora}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$R{header.data.hora}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField evaluationTime="Report">
|
<textField evaluationTime="Report">
|
||||||
<reportElement x="1453" y="19" width="22" height="20" uuid="8ca68351-fc00-4f19-b94f-f2fd1f41964f"/>
|
<reportElement x="1494" y="19" width="22" height="20" uuid="8ca68351-fc00-4f19-b94f-f2fd1f41964f"/>
|
||||||
<textElement textAlignment="Right"/>
|
<textElement textAlignment="Right"/>
|
||||||
<textFieldExpression><![CDATA[" " + $V{PAGE_NUMBER}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[" " + $V{PAGE_NUMBER}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField>
|
<textField>
|
||||||
<reportElement x="1387" y="19" width="42" height="20" uuid="be1692e9-f130-4d08-9173-6ca3e4699030"/>
|
<reportElement x="1428" y="19" width="42" height="20" uuid="be1692e9-f130-4d08-9173-6ca3e4699030"/>
|
||||||
<textFieldExpression><![CDATA[$R{header.pagina}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$R{header.pagina}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField>
|
<textField>
|
||||||
<reportElement x="1204" y="19" width="182" height="20" uuid="4914d9e7-6ce8-4512-b1f8-13f3b572ac50"/>
|
<reportElement x="1245" y="19" width="182" height="20" uuid="4914d9e7-6ce8-4512-b1f8-13f3b572ac50"/>
|
||||||
<textFieldExpression><![CDATA[$P{fecInicio} + " à " + $P{fecFinal}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$P{fecInicio} + " à " + $P{fecFinal}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField>
|
<textField>
|
||||||
|
@ -75,12 +76,12 @@
|
||||||
<textFieldExpression><![CDATA[$P{TITULO}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$P{TITULO}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField pattern="dd/MM/yyyy HH:mm">
|
<textField pattern="dd/MM/yyyy HH:mm">
|
||||||
<reportElement x="1377" y="-1" width="98" height="20" uuid="6f671365-868e-41a6-81ee-a308d1d91e1d"/>
|
<reportElement x="1418" y="-1" width="98" height="20" uuid="6f671365-868e-41a6-81ee-a308d1d91e1d"/>
|
||||||
<textElement textAlignment="Left"/>
|
<textElement textAlignment="Left"/>
|
||||||
<textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression>
|
<textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField>
|
<textField>
|
||||||
<reportElement x="1429" y="19" width="24" height="20" uuid="7548d623-fb6c-48d4-b8b7-504f5437a79a"/>
|
<reportElement x="1470" y="19" width="24" height="20" uuid="7548d623-fb6c-48d4-b8b7-504f5437a79a"/>
|
||||||
<textElement textAlignment="Right"/>
|
<textElement textAlignment="Right"/>
|
||||||
<textFieldExpression><![CDATA[$V{PAGE_NUMBER}+" de"]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$V{PAGE_NUMBER}+" de"]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
|
@ -214,21 +215,21 @@
|
||||||
<textFieldExpression><![CDATA[$R{detail.pedagio}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$R{detail.pedagio}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
||||||
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="1305" y="0" width="57" height="36" isPrintWhenDetailOverflows="true" uuid="8f882b0b-dd40-4400-944f-37f6d665523b"/>
|
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="1346" y="0" width="57" height="36" isPrintWhenDetailOverflows="true" uuid="8f882b0b-dd40-4400-944f-37f6d665523b"/>
|
||||||
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
|
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
|
||||||
<font size="11" isBold="true"/>
|
<font size="11" isBold="true"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$R{detail.nsu}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$R{detail.nsu}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
||||||
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="1362" y="0" width="57" height="36" isPrintWhenDetailOverflows="true" uuid="5bdd18ab-722e-43b4-8ab7-375ae263cf83"/>
|
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="1403" y="0" width="57" height="36" isPrintWhenDetailOverflows="true" uuid="5bdd18ab-722e-43b4-8ab7-375ae263cf83"/>
|
||||||
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
|
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
|
||||||
<font size="11" isBold="true"/>
|
<font size="11" isBold="true"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$R{detail.parcelas}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$R{detail.parcelas}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
||||||
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="1059" y="0" width="84" height="36" isPrintWhenDetailOverflows="true" uuid="27429a4a-76c4-4143-b87f-2a6fcf215adb"/>
|
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="1100" y="0" width="84" height="36" isPrintWhenDetailOverflows="true" uuid="27429a4a-76c4-4143-b87f-2a6fcf215adb"/>
|
||||||
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
|
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
|
||||||
<font size="11" isBold="true"/>
|
<font size="11" isBold="true"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
|
@ -242,7 +243,7 @@
|
||||||
<textFieldExpression><![CDATA[$R{detail.outros}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$R{detail.outros}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
||||||
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="1419" y="0" width="57" height="36" isPrintWhenDetailOverflows="true" uuid="2f54df78-5136-4876-a2c6-18bf63cea761"/>
|
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="1460" y="0" width="57" height="36" isPrintWhenDetailOverflows="true" uuid="2f54df78-5136-4876-a2c6-18bf63cea761"/>
|
||||||
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
|
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
|
||||||
<font size="11" isBold="true"/>
|
<font size="11" isBold="true"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
|
@ -256,7 +257,7 @@
|
||||||
<textFieldExpression><![CDATA[$R{detail.total}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$R{detail.total}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
||||||
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="1143" y="0" width="103" height="36" isPrintWhenDetailOverflows="true" uuid="d4b53c4b-a381-4dcf-974f-25e5ce06a382"/>
|
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="1184" y="0" width="103" height="36" isPrintWhenDetailOverflows="true" uuid="d4b53c4b-a381-4dcf-974f-25e5ce06a382"/>
|
||||||
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
|
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
|
||||||
<font size="11" isBold="true"/>
|
<font size="11" isBold="true"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
|
@ -270,12 +271,19 @@
|
||||||
<textFieldExpression><![CDATA[$R{detail.taxa}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$R{detail.taxa}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
||||||
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="1246" y="0" width="59" height="36" isPrintWhenDetailOverflows="true" uuid="8dca13fb-4d0e-460c-96df-2572dbcd9e11"/>
|
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="1287" y="0" width="59" height="36" isPrintWhenDetailOverflows="true" uuid="8dca13fb-4d0e-460c-96df-2572dbcd9e11"/>
|
||||||
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
|
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
|
||||||
<font size="11" isBold="true"/>
|
<font size="11" isBold="true"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$R{detail.autorizacao}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$R{detail.autorizacao}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
||||||
|
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="1059" y="-1" width="41" height="36" isPrintWhenDetailOverflows="true" uuid="9bab4049-bac2-4542-94a5-de5fbb18f60b"/>
|
||||||
|
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
|
||||||
|
<font size="11" isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$R{detail.juros}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
</band>
|
</band>
|
||||||
</columnHeader>
|
</columnHeader>
|
||||||
<detail>
|
<detail>
|
||||||
|
@ -386,14 +394,14 @@
|
||||||
<textFieldExpression><![CDATA[$F{pedagio}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$F{pedagio}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
|
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
|
||||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="1305" y="0" width="57" height="17" isPrintWhenDetailOverflows="true" uuid="c41691a6-ca0a-44c8-9a25-6811b247c3ad"/>
|
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="1346" y="0" width="57" height="17" isPrintWhenDetailOverflows="true" uuid="c41691a6-ca0a-44c8-9a25-6811b247c3ad"/>
|
||||||
<textElement textAlignment="Center" verticalAlignment="Top" markup="none">
|
<textElement textAlignment="Center" verticalAlignment="Top" markup="none">
|
||||||
<font size="11" isBold="false"/>
|
<font size="11" isBold="false"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$F{nsu}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$F{nsu}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
||||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="1143" y="0" width="103" height="17" isPrintWhenDetailOverflows="true" uuid="3d717851-0c25-4152-9b7a-8bbe475e892d"/>
|
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="1184" y="0" width="103" height="17" isPrintWhenDetailOverflows="true" uuid="3d717851-0c25-4152-9b7a-8bbe475e892d"/>
|
||||||
<textElement textAlignment="Center" verticalAlignment="Top" markup="none">
|
<textElement textAlignment="Center" verticalAlignment="Top" markup="none">
|
||||||
<font size="11" isBold="false"/>
|
<font size="11" isBold="false"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
|
@ -407,21 +415,21 @@
|
||||||
<textFieldExpression><![CDATA[$F{total}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$F{total}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="1059" y="0" width="84" height="17" isPrintWhenDetailOverflows="true" uuid="c5e075d0-975e-4a63-b88b-bb53f8eeb5eb"/>
|
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="1100" y="0" width="84" height="17" isPrintWhenDetailOverflows="true" uuid="c5e075d0-975e-4a63-b88b-bb53f8eeb5eb"/>
|
||||||
<textElement textAlignment="Center" verticalAlignment="Top" markup="none">
|
<textElement textAlignment="Center" verticalAlignment="Top" markup="none">
|
||||||
<font size="11" isBold="false"/>
|
<font size="11" isBold="false"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$F{percentual}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$F{percentual}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="1419" y="0" width="57" height="17" isPrintWhenDetailOverflows="true" uuid="70d6a240-31b6-4d97-b003-9704f91b099e"/>
|
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="1460" y="0" width="57" height="17" isPrintWhenDetailOverflows="true" uuid="70d6a240-31b6-4d97-b003-9704f91b099e"/>
|
||||||
<textElement textAlignment="Center" verticalAlignment="Top" markup="none">
|
<textElement textAlignment="Center" verticalAlignment="Top" markup="none">
|
||||||
<font size="11" isBold="false"/>
|
<font size="11" isBold="false"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$F{valor}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$F{valor}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
|
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
|
||||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="1246" y="0" width="59" height="17" isPrintWhenDetailOverflows="true" uuid="32b588df-4bfe-4da9-967b-e461053515b8"/>
|
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="1287" y="0" width="59" height="17" isPrintWhenDetailOverflows="true" uuid="32b588df-4bfe-4da9-967b-e461053515b8"/>
|
||||||
<textElement textAlignment="Center" verticalAlignment="Top" markup="none">
|
<textElement textAlignment="Center" verticalAlignment="Top" markup="none">
|
||||||
<font size="11" isBold="false"/>
|
<font size="11" isBold="false"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
|
@ -435,7 +443,7 @@
|
||||||
<textFieldExpression><![CDATA[$F{taxa}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$F{taxa}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
|
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
|
||||||
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="1362" y="0" width="57" height="17" isPrintWhenDetailOverflows="true" uuid="8fb01e5a-8b64-46e0-ba29-a05a2f64d95e"/>
|
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="1403" y="0" width="57" height="17" isPrintWhenDetailOverflows="true" uuid="8fb01e5a-8b64-46e0-ba29-a05a2f64d95e"/>
|
||||||
<textElement textAlignment="Center" verticalAlignment="Top" markup="none">
|
<textElement textAlignment="Center" verticalAlignment="Top" markup="none">
|
||||||
<font size="11" isBold="false"/>
|
<font size="11" isBold="false"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
|
@ -448,6 +456,13 @@
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$F{outros}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$F{outros}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
|
<textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="true">
|
||||||
|
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="1059" y="0" width="41" height="17" isPrintWhenDetailOverflows="true" uuid="285db214-cbfc-422c-a8a9-29dc04f2b6f8"/>
|
||||||
|
<textElement textAlignment="Center" verticalAlignment="Top" markup="none">
|
||||||
|
<font size="11" isBold="false"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{juros}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
</band>
|
</band>
|
||||||
</detail>
|
</detail>
|
||||||
<noData>
|
<noData>
|
||||||
|
|
|
@ -29,6 +29,7 @@ public class RelatorioVendasParcelamentoBean {
|
||||||
private String nsu;
|
private String nsu;
|
||||||
private String parcelas;
|
private String parcelas;
|
||||||
private BigDecimal valor;
|
private BigDecimal valor;
|
||||||
|
private BigDecimal juros;
|
||||||
|
|
||||||
public String getEmpresaNome() {
|
public String getEmpresaNome() {
|
||||||
return empresaNome;
|
return empresaNome;
|
||||||
|
@ -229,6 +230,13 @@ public class RelatorioVendasParcelamentoBean {
|
||||||
public void setValor(BigDecimal valor) {
|
public void setValor(BigDecimal valor) {
|
||||||
this.valor = valor;
|
this.valor = valor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public BigDecimal getJuros() {
|
||||||
|
return juros;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setJuros(BigDecimal juros) {
|
||||||
|
this.juros = juros;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -272,14 +272,6 @@ public class EditarEstacionController extends MyGenericForwardComposer {
|
||||||
private List<String> getTiposImpressora() {
|
private List<String> getTiposImpressora() {
|
||||||
List<String> tiposImpressora = new ArrayList<String>();
|
List<String> tiposImpressora = new ArrayList<String>();
|
||||||
for (TipoImpressora tipo : TipoImpressora.values()) {
|
for (TipoImpressora tipo : TipoImpressora.values()) {
|
||||||
|
|
||||||
if (tipo.equals(TipoImpressora.MACON)) {
|
|
||||||
boolean isVendaMacon = ApplicationProperties.getInstance().isCustomHabilitado(CustomEnum.IS_VENDA_MACON.getDescricao(), Boolean.TRUE);
|
|
||||||
if (!isVendaMacon) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
tiposImpressora.add(tipo.getNome());
|
tiposImpressora.add(tipo.getNome());
|
||||||
}
|
}
|
||||||
return tiposImpressora;
|
return tiposImpressora;
|
||||||
|
|
|
@ -48,14 +48,7 @@ public class EstacionSitefRender implements ListitemRenderer {
|
||||||
|
|
||||||
lc = new Listcell(es.getIpServidor());
|
lc = new Listcell(es.getIpServidor());
|
||||||
lc.setParent(lstm);
|
lc.setParent(lstm);
|
||||||
|
|
||||||
|
|
||||||
lc = new Listcell(es.getSenhaConfig() != null ? es.getNumeroDeSerie().toString() : "");
|
|
||||||
lc.setParent(lstm);
|
|
||||||
|
|
||||||
lc = new Listcell(es.getSenhaConfig() != null ? es.getDescricao().toString() : "");
|
|
||||||
lc.setParent(lstm);
|
|
||||||
|
|
||||||
if(es.getNumeroDeSerie() != null) {
|
if(es.getNumeroDeSerie() != null) {
|
||||||
lc = new Listcell(es.getNumeroDeSerie());
|
lc = new Listcell(es.getNumeroDeSerie());
|
||||||
lc.setParent(lstm);
|
lc.setParent(lstm);
|
||||||
|
|
|
@ -1,502 +1,402 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"
|
||||||
xmlns:tx="http://www.springframework.org/schema/tx" xmlns:p="http://www.springframework.org/schema/p"
|
xmlns:tx="http://www.springframework.org/schema/tx" xmlns:p="http://www.springframework.org/schema/p"
|
||||||
xmlns:aop="http://www.springframework.org/schema/aop"
|
xmlns:aop="http://www.springframework.org/schema/aop"
|
||||||
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
|
||||||
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd
|
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd
|
||||||
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
|
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
|
||||||
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">
|
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">
|
||||||
|
|
||||||
<!-- Hibernate config -->
|
<!-- Hibernate config -->
|
||||||
<context:property-placeholder
|
<context:property-placeholder
|
||||||
location="classpath:/com/rjconsultores/ventaboletos/web/cliente/conf/database.properties" />
|
location="classpath:/com/rjconsultores/ventaboletos/web/cliente/conf/database.properties" />
|
||||||
<context:component-scan base-package="com.rjconsultores.ventaboletos" />
|
<context:component-scan base-package="com.rjconsultores.ventaboletos" />
|
||||||
<tx:annotation-driven transaction-manager="transactionManager" />
|
<tx:annotation-driven transaction-manager="transactionManager" />
|
||||||
|
|
||||||
<bean id="sessionFactory"
|
<bean id="sessionFactory"
|
||||||
class="com.rjconsultores.ventaboletos.utilerias.spring.MyAnnotationSessionFactoryBean">
|
class="com.rjconsultores.ventaboletos.utilerias.spring.MyAnnotationSessionFactoryBean">
|
||||||
<property name="dataSource">
|
<property name="dataSource">
|
||||||
<ref local="dataSource" />
|
<ref local="dataSource" />
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
<property name="annotatedClasses">
|
<property name="annotatedClasses">
|
||||||
<list>
|
<list>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.RegionMetropolitana</value>
|
<value>com.rjconsultores.ventaboletos.entidad.RegionMetropolitana</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Comissao</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Comissao</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ClienteCurso</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ClienteCurso</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PacoteTarifa</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PacoteTarifa</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoTarifaPacote</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TipoTarifaPacote</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ItemAdicional</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ItemAdicional</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PacoteItem</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PacoteItem</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Pacote</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Pacote</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.AbastoBoleto</value>
|
<value>com.rjconsultores.ventaboletos.entidad.AbastoBoleto</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.AutobusDoc</value>
|
<value>com.rjconsultores.ventaboletos.entidad.AutobusDoc</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Clasificacion</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Clasificacion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.DetAbastoBoleto
|
<value>com.rjconsultores.ventaboletos.entidad.DetAbastoBoleto</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.FolioPreimpreso</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.FolioPreimpreso
|
<value>com.rjconsultores.ventaboletos.entidad.RequisicionBoleto</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ClienteFidelidad</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.RequisicionBoleto
|
<value>com.rjconsultores.ventaboletos.entidad.EstacionImpresora</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.AlertaCtrl</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ClienteFidelidad
|
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoExcecao</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoTramo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EstacionImpresora
|
<value>com.rjconsultores.ventaboletos.entidad.AliasServico</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Autobus</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.AlertaCtrl</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Autorizacion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoExcecao
|
<value>com.rjconsultores.ventaboletos.entidad.AutorizacionPerfil</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Articulo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoTramo
|
<value>com.rjconsultores.ventaboletos.entidad.AsientoExclusivo</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Banco</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.AliasServico</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CancelacionCtrl</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Autobus</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CancelacionCargo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Autorizacion</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CasetaPeajeExcepcion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.AutorizacionPerfil
|
<value>com.rjconsultores.ventaboletos.entidad.Categoria</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CategoriaBloqueioImpPosterior</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Articulo</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CategoriaClase</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.AsientoExclusivo
|
<value>com.rjconsultores.ventaboletos.entidad.CategoriaCorrida</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CategoriaCtrl</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Banco</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CategoriaDescuento</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CancelacionCtrl
|
<value>com.rjconsultores.ventaboletos.entidad.CategoriaMarca</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CategoriaMercado</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CancelacionCargo
|
<value>com.rjconsultores.ventaboletos.entidad.CategoriaOrgao</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CategoriaRuta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CasetaPeajeExcepcion</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CategoriaPeriodo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Categoria</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CategoriaTipoPtoVta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaBloqueioImpPosterior</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Ciudad</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaClase</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CoeficienteTarifa</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaCorrida
|
<value>com.rjconsultores.ventaboletos.entidad.Colonia</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ClaseServicio</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaCtrl</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ClaseservicioEquivalencia</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaDescuento
|
<value>com.rjconsultores.ventaboletos.entidad.ComisionistaExterno</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CompaniaBancaria</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaMarca</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Conductor</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaMercado
|
<value>com.rjconsultores.ventaboletos.entidad.ConfigRestriccionPago</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoCanalVenta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaOrgao</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoPtovta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaRuta</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoVendaWeb</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaPeriodo
|
<value>com.rjconsultores.ventaboletos.entidad.Convenio</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ConvenioDet</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaTipoPtoVta
|
<value>com.rjconsultores.ventaboletos.entidad.Constante</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Corrida</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Ciudad</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CorridaCtrl</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CoeficienteTarifa
|
<value>com.rjconsultores.ventaboletos.entidad.CorridaTramo</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Cortesia</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Colonia</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CortesiaBeneficiario</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ClaseServicio</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CortesiaDireccion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ClaseservicioEquivalencia
|
<value>com.rjconsultores.ventaboletos.entidad.Conexion</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ConexionConf</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ComisionistaExterno
|
<value>com.rjconsultores.ventaboletos.entidad.ConexionTemp</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ConexionCtrl</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CompaniaBancaria
|
<value>com.rjconsultores.ventaboletos.entidad.ConexionCtrlTemp</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ConexionDescuento</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Conductor</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ConexionExcepcion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConfigRestriccionPago
|
<value>com.rjconsultores.ventaboletos.entidad.ConexionExcepcionRuta</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CtrlSerieEmbarcada</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoCanalVenta
|
<value>com.rjconsultores.ventaboletos.entidad.CtrlSerieBPe</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CuponConvenio</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoPtovta
|
<value>com.rjconsultores.ventaboletos.entidad.CuponSecretaria</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Curso</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoVendaWeb
|
<value>com.rjconsultores.ventaboletos.entidad.Custom</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.DetDiagramaAutobus</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Convenio</value>
|
<value>com.rjconsultores.ventaboletos.entidad.DepositoBancario</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConvenioDet</value>
|
<value>com.rjconsultores.ventaboletos.entidad.DiagramaAutobus</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Constante</value>
|
<value>com.rjconsultores.ventaboletos.entidad.DispositivoEmbarcada</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Corrida</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Division</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CorridaCtrl</value>
|
<value>com.rjconsultores.ventaboletos.entidad.DispositivoEmbarcada</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CorridaTramo</value>
|
<value>com.rjconsultores.ventaboletos.entidad.DispositivoEmbarcadaHistorico</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Cortesia</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Empleado</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CortesiaBeneficiario
|
<value>com.rjconsultores.ventaboletos.entidad.Empresa</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.EmpresaImposto</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CortesiaDireccion
|
<value>com.rjconsultores.ventaboletos.entidad.EmpresaEquivalencia</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Estacion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Conexion</value>
|
<value>com.rjconsultores.ventaboletos.entidad.EstacionSitef</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConexionConf</value>
|
<value>com.rjconsultores.ventaboletos.entidad.EstacionRioCard</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConexionTemp</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Escola</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConexionCtrl</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Estado</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConexionCtrlTemp</value>
|
<value>com.rjconsultores.ventaboletos.entidad.EsquemaAsiento</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConexionDescuento</value>
|
<value>com.rjconsultores.ventaboletos.entidad.EsquemaAgrupacion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConexionExcepcion</value>
|
<value>com.rjconsultores.ventaboletos.entidad.EsquemaCorrida</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConexionExcepcionRuta</value>
|
<value>com.rjconsultores.ventaboletos.entidad.EsquemaOperacional</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CtrlSerieEmbarcada</value>
|
<value>com.rjconsultores.ventaboletos.entidad.EsquemaTramo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CtrlSerieBPe</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Estado</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CuponConvenio</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ExcepcionRedondo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CuponSecretaria
|
<value>com.rjconsultores.ventaboletos.entidad.Feriado</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.FormaPago</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Curso</value>
|
<value>com.rjconsultores.ventaboletos.entidad.FormaPagoDet</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Custom</value>
|
<value>com.rjconsultores.ventaboletos.entidad.GrupoCategoria</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.DetDiagramaAutobus
|
<value>com.rjconsultores.ventaboletos.entidad.GrupoCortesia</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.GrupoRuta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.DepositoBancario
|
<value>com.rjconsultores.ventaboletos.entidad.FuncionSistema</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.LogDespesaReceitaDiversa</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.DiagramaAutobus</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Marca</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.DispositivoEmbarcada</value>
|
<value>com.rjconsultores.ventaboletos.entidad.MarcaAutobus</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Division</value>
|
<value>com.rjconsultores.ventaboletos.entidad.MercadoCompetido</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.DispositivoEmbarcada</value>
|
<value>com.rjconsultores.ventaboletos.entidad.MerchantBancario</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.DispositivoEmbarcadaHistorico</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Moneda</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Empleado</value>
|
<value>com.rjconsultores.ventaboletos.entidad.MonitoramentoCRZ</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Empresa</value>
|
<value>com.rjconsultores.ventaboletos.entidad.MonitoramentoCCF</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EmpresaImposto</value>
|
<value>com.rjconsultores.ventaboletos.entidad.MarcaClaseServicio</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EmpresaEquivalencia
|
<value>com.rjconsultores.ventaboletos.entidad.MotivoCancelacion</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.MotivoDevolucaoBilhete</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Estacion</value>
|
<value>com.rjconsultores.ventaboletos.entidad.MotivoCancelVendaPacote</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EstacionSitef</value>
|
<value>com.rjconsultores.ventaboletos.entidad.MotivocancelacionEquivalencia</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EstacionRioCard</value>
|
<value>com.rjconsultores.ventaboletos.entidad.MotivoReimpresion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Escola</value>
|
<value>com.rjconsultores.ventaboletos.entidad.MotivoViaje</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Estado</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Nodo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EsquemaAsiento</value>
|
<value>com.rjconsultores.ventaboletos.entidad.OrgaoCancelacion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EsquemaAgrupacion
|
<value>com.rjconsultores.ventaboletos.entidad.OrgaoConcedente</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.OrgaoTramo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EsquemaCorrida</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Pais</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EsquemaOperacional
|
<value>com.rjconsultores.ventaboletos.entidad.Parada</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ParadaCodOrgaoConcedente</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EsquemaTramo</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ParadaEquivalencia</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Estado</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ParamAcumulaMasivo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ExcepcionRedondo
|
<value>com.rjconsultores.ventaboletos.entidad.ParamAcumulaPunto</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ParamCanjePunto</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Feriado</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ParamCostoTarjeta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.FormaPago</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ParamCompraPunto</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.FormaPagoDet</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ParamRecoleccion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.GrupoCategoria</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ParamConexion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.GrupoCortesia</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Perfil</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.GrupoRuta</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PerfilFuncion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.FuncionSistema</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PeriodoVacacional</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.LogDespesaReceitaDiversa</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Plaza</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Marca</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Pricing</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.MarcaAutobus</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingFormapago</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.MercadoCompetido
|
<value>com.rjconsultores.ventaboletos.entidad.PricingImporte</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingVigencia</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.MerchantBancario
|
<value>com.rjconsultores.ventaboletos.entidad.PricingClase</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingMarca</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Moneda</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingMercado</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.MonitoramentoCRZ</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingDia</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.MonitoramentoCCF</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingCorrida</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.MarcaClaseServicio
|
<value>com.rjconsultores.ventaboletos.entidad.PricingOcupaAntecipa</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingPuntoVenta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.MotivoCancelacion</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingCategoria</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.MotivoDevolucaoBilhete</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingTipoPtoVta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.MotivoCancelVendaPacote
|
<value>com.rjconsultores.ventaboletos.entidad.PricingTipoServicio</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingAsiento</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.MotivocancelacionEquivalencia
|
<value>com.rjconsultores.ventaboletos.entidad.PricingEspecifico</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingEspecificoOcupacion</value>
|
||||||
|
<value>com.rjconsultores.ventaboletos.entidad.PricingEspecificoAgencia</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.MotivoReimpresion
|
<value>com.rjconsultores.ventaboletos.entidad.PricingEspecificoCanalVendas</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingClasseTarifaria</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.MotivoViaje</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingRuta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Nodo</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ProductoServicio</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.OrgaoCancelacion</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ProdClaseServicio</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.OrgaoConcedente</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ProdFormaPago</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.OrgaoTramo</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ProdMarca</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Pais</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ProdPrecio</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Parada</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ProdMercado</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ParadaCodOrgaoConcedente</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ProdPuntoVenta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ParadaEquivalencia
|
<value>com.rjconsultores.ventaboletos.entidad.ProdRuta</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ProdTipoptovta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ParamAcumulaMasivo
|
<value>com.rjconsultores.ventaboletos.entidad.ProdVigencia</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ProductoServicio</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ParamAcumulaPunto
|
<value>com.rjconsultores.ventaboletos.entidad.PtovtaAgencia</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PtovtaCatInd</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ParamCanjePunto
|
<value>com.rjconsultores.ventaboletos.entidad.PtoVtaCheckin</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PtoVtaSeguro</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ParamCostoTarjeta
|
<value>com.rjconsultores.ventaboletos.entidad.PtovtaAntecipacomissao</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.InstiFinanceira</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ParamCompraPunto
|
<value>com.rjconsultores.ventaboletos.entidad.PtovtaComissao</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PtovtaDiversos</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ParamRecoleccion
|
<value>com.rjconsultores.ventaboletos.entidad.PtovtaEstoque</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PtovtaEmpresaBloqueada</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ParamConexion</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PtovtaHorario</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Perfil</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PtovtaTitular</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PerfilFuncion</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PtovtaEmpresa</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PeriodoVacacional
|
<value>com.rjconsultores.ventaboletos.entidad.PtoVtaUsuarioBancario</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PuntoVenta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Plaza</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Redondeo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Pricing</value>
|
<value>com.rjconsultores.ventaboletos.entidad.RedondeoCtrl</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingFormapago
|
<value>com.rjconsultores.ventaboletos.entidad.RedondeoMarca</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ReservacionCategoria</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingImporte</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ReservacionClase</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingVigencia
|
<value>com.rjconsultores.ventaboletos.entidad.ReservacionCtrl</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ReservacionMarca</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingClase</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ReservacionMercado</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingMarca</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ReservacionPuntoVenta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingMercado</value>
|
<value>com.rjconsultores.ventaboletos.entidad.RestriccionPago</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingDia</value>
|
<value>com.rjconsultores.ventaboletos.entidad.RolOperativo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingCorrida</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Ruta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingOcupaAntecipa
|
<value>com.rjconsultores.ventaboletos.entidad.RutaCombinacion</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.RutaEmpresa</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingPuntoVenta
|
<value>com.rjconsultores.ventaboletos.entidad.RutaSecuencia</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.RhPagoConductor</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingCategoria
|
<value>com.rjconsultores.ventaboletos.entidad.Secretaria</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.SecretariaEmpresa</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingTipoPtoVta
|
<value>com.rjconsultores.ventaboletos.entidad.SeguradoraEmpresa</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.SeguroKm</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingTipoServicio
|
<value>com.rjconsultores.ventaboletos.entidad.SegVKM</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.SeguroTarifa</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingAsiento</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Sistema</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingEspecifico</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TaxaEmbarqueKm</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingEspecificoOcupacion</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TaxaEmbLevante</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingEspecificoAgencia</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TaxaEmbLevanteCtrl</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingEspecificoCanalVendas</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TaxaEmbarqueParada</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingClasseTarifaria</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TarjetaFidelidad</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingRuta</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TarjetaRecaudacion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ProductoServicio
|
<value>com.rjconsultores.ventaboletos.entidad.Tarifa</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TarifaOficial</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ProdClaseServicio
|
<value>com.rjconsultores.ventaboletos.entidad.TarifaHist</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TarifaMinima</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ProdFormaPago</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TarifaCategoria</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ProdMarca</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TarifaTipoptovta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ProdPrecio</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TipoConvenio</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ProdMercado</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TipoCambioCtrl</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ProdPuntoVenta</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TipoCambioCiudad</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ProdRuta</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TipoCorte</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ProdTipoptovta</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TipoCortesiaDescuento</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ProdVigencia</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TipoCortesia</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ProductoServicio
|
<value>com.rjconsultores.ventaboletos.entidad.TipoDocAutobus</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TipoDomicilio</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaAgencia</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TipoEmpleado</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaCatInd</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TipoEventoExtraEmpresa</value>
|
||||||
|
<value>com.rjconsultores.ventaboletos.entidad.TipoEventoExtraPtoVta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PtoVtaCheckin</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TipoMovimiento</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PtoVtaSeguro</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TipoOcupacion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaAntecipacomissao
|
<value>com.rjconsultores.ventaboletos.entidad.TipoParada</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TipoPuntoVenta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.InstiFinanceira
|
<value>com.rjconsultores.ventaboletos.entidad.TipoServicio</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TipoVenta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaComissao</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Tramo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaDiversos</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TramoServicio</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaEstoque</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TramoKmServicio</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaEmpresaBloqueada
|
<value>com.rjconsultores.ventaboletos.entidad.TramoTiempo</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TramoKm</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaHorario</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Turno</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaTitular</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Usuario</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaEmpresa</value>
|
<value>com.rjconsultores.ventaboletos.entidad.UsuarioBancario</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PtoVtaUsuarioBancario
|
<value>com.rjconsultores.ventaboletos.entidad.UsuarioEmpresa</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.UsuarioPerfil</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PuntoVenta</value>
|
<value>com.rjconsultores.ventaboletos.entidad.UsuarioSesion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Redondeo</value>
|
<value>com.rjconsultores.ventaboletos.entidad.UsuarioUbicacion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.RedondeoCtrl</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Via</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.RedondeoMarca</value>
|
<value>com.rjconsultores.ventaboletos.entidad.VigenciaTarifa</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ReservacionCategoria
|
<value>com.rjconsultores.ventaboletos.entidad.Zona</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ParamArticulo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ReservacionClase
|
<value>com.rjconsultores.ventaboletos.entidad.EventoExtra</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TipoEventoExtra</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ReservacionCtrl
|
<value>com.rjconsultores.ventaboletos.entidad.AjusteEventoExtra</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TarjetaViaje</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ReservacionMarca
|
<value>com.rjconsultores.ventaboletos.entidad.Cliente</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ClienteDireccion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ReservacionMercado
|
<value>com.rjconsultores.ventaboletos.entidad.TarjetaCredito</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Aidf</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ReservacionPuntoVenta
|
<value>com.rjconsultores.ventaboletos.entidad.AidfEspecie</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.AidfTipo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.RestriccionPago
|
<value>com.rjconsultores.ventaboletos.entidad.TipoMovimentacion</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PtovtaTipoEstoque</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.RolOperativo</value>
|
<value>com.rjconsultores.ventaboletos.entidad.AbastoCentral</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Ruta</value>
|
<value>com.rjconsultores.ventaboletos.entidad.AbastoHisto</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.RutaCombinacion
|
<value>com.rjconsultores.ventaboletos.entidad.Clasificacion</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.AbastoBoleto</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.RutaEmpresa</value>
|
<value>com.rjconsultores.ventaboletos.entidad.DetAbastoBoleto</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.RutaSecuencia</value>
|
<value>com.rjconsultores.ventaboletos.entidad.FolioPreimpreso</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.RhPagoConductor
|
<value>com.rjconsultores.ventaboletos.entidad.RequisicionBoleto</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.InscricaoEstadual</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Secretaria</value>
|
<value>com.rjconsultores.ventaboletos.entidad.OCD</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.SecretariaEmpresa</value>
|
<value>com.rjconsultores.ventaboletos.entidad.OCDParam</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.SeguradoraEmpresa</value>
|
<value>com.rjconsultores.ventaboletos.entidad.OCDPtoVtaParam</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.SeguroKm</value>
|
<value>com.rjconsultores.ventaboletos.entidad.FiscalImpressora</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.SegVKM</value>
|
<value>com.rjconsultores.ventaboletos.entidad.FiscalImpressoraEstado</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.SeguroTarifa</value>
|
<value>com.rjconsultores.ventaboletos.entidad.FechamentoParamgeral</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Sistema</value>
|
<value>com.rjconsultores.ventaboletos.entidad.FechamentoParamptovta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TaxaEmbarqueKm</value>
|
<value>com.rjconsultores.ventaboletos.entidad.FechamentoBoleto</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TaxaEmbLevante</value>
|
<value>com.rjconsultores.ventaboletos.entidad.FechamentoCntcorrente</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TaxaEmbLevanteCtrl
|
<value>com.rjconsultores.ventaboletos.entidad.TipoIdentificacion</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Hotel</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TaxaEmbarqueParada
|
<value>com.rjconsultores.ventaboletos.entidad.PrecoApanhe</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.EnderecoApanhe</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TarjetaFidelidad
|
<value>com.rjconsultores.ventaboletos.entidad.VendaPacote</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ClientePacote</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TarjetaRecaudacion
|
<value>com.rjconsultores.ventaboletos.entidad.TarifaVendaPacote</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PacoteFormapago</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Tarifa</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PacoteDescontoBilhete</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TarifaOficial</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PacoteConvenio</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TarifaHist</value>
|
<value>com.rjconsultores.ventaboletos.entidad.FiscalTotnaofiscalEmpresa</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TarifaMinima</value>
|
<value>com.rjconsultores.ventaboletos.entidad.FiscalFormapagoEmpresa</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TarifaCategoria
|
<value>com.rjconsultores.ventaboletos.entidad.FiscalRelgerencialEmpresa</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TarifaKm</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TarifaTipoptovta
|
<value>com.rjconsultores.ventaboletos.entidad.PrecioVentaja</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ClienteDescuento</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoConvenio</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Peaje</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoCambioCtrl</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CasetaPeaje</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoCambioCiudad
|
<value>com.rjconsultores.ventaboletos.entidad.PrecioFixoPedagio</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.RutaCaseta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoCorte</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ConvenioTramo</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoCortesiaDescuento
|
<value>com.rjconsultores.ventaboletos.entidad.ConvenioUsuario</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ConvenioPuntoVenta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoCortesia</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ItemDesconto</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoDocAutobus</value>
|
<value>com.rjconsultores.ventaboletos.entidad.DescontoComissao</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoDomicilio</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Conferencia</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoEmpleado</value>
|
<value>com.rjconsultores.ventaboletos.entidad.LogConferencia</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoEventoExtraEmpresa</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ContaCorrentePtoVta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoEventoExtraPtoVta</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TipoOperacionCC</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoMovimiento</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ExcepcionPeaje</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoOcupacion</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ExcepcionPeajeVigencia</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoParada</value>
|
<value>com.rjconsultores.ventaboletos.entidad.EmpresaContaBancaria</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoPuntoVenta</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ConvenioEmpresa</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoServicio</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ConvenioRuta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoVenta</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ComEmpCategoria</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Tramo</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ComEmpFormapago</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TramoServicio</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ComEmpTipoEventoExtra</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TramoKmServicio
|
<value>com.rjconsultores.ventaboletos.entidad.TarifaMinimaCategoria</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.FiscalAliquotaEmpresa</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TramoTiempo</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ComEmpConferencia</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TramoKm</value>
|
<value>com.rjconsultores.ventaboletos.entidad.MensajePuntoVenta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Turno</value>
|
<value>com.rjconsultores.ventaboletos.entidad.MensajeEmpresa</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Usuario</value>
|
<value>com.rjconsultores.ventaboletos.entidad.MensajeUsuario</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.UsuarioBancario
|
<value>com.rjconsultores.ventaboletos.entidad.Mensaje</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ClasseIndicePeaje</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.UsuarioEmpresa</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TipoInformativoComissao</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.UsuarioPerfil</value>
|
<value>com.rjconsultores.ventaboletos.entidad.EmbarqueCatracaRodoviaria</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.UsuarioSesion</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ConferenciaPendencia</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.UsuarioUbicacion
|
<value>com.rjconsultores.ventaboletos.entidad.AuditModule</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.AuditService</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Via</value>
|
<value>com.rjconsultores.ventaboletos.entidad.AuditLog</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.VigenciaTarifa</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Caja</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Zona</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CajaDetPago</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ParamArticulo</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CajaDiversos</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EventoExtra</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CajaDiversosPago</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoEventoExtra
|
<value>com.rjconsultores.ventaboletos.entidad.CajaFormaPago</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CajaTarjeta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.AjusteEventoExtra
|
<value>com.rjconsultores.ventaboletos.entidad.NotaCreditoVendaPacote</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.OCDDatosPagamento</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TarjetaViaje</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Boleto</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Cliente</value>
|
<value>com.rjconsultores.ventaboletos.entidad.HistoricoPuntoVenta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ClienteDireccion
|
<value>com.rjconsultores.ventaboletos.entidad.PtovtaEmpresaContaBancaria</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.RutaEmbarqueDesembarque</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TarjetaCredito</value>
|
<value>com.rjconsultores.ventaboletos.entidad.EsquemaCorridaEmbarqueDesembarque</value>
|
||||||
|
<value>com.rjconsultores.ventaboletos.entidad.ContaMD</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Aidf</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PtovtaContaMD</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.AidfEspecie</value>
|
<value>com.rjconsultores.ventaboletos.entidad.MensagemRecusa</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.AidfTipo</value>
|
<value>com.rjconsultores.ventaboletos.entidad.OrgaoEmpParam</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoMovimentacion
|
<value>com.rjconsultores.ventaboletos.entidad.ComissaoReceita</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.IntegracaoTotvs</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaTipoEstoque
|
<value>com.rjconsultores.ventaboletos.entidad.PricingEspecificoCategoria</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.EmpresaEmail</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.AbastoCentral</value>
|
<value>com.rjconsultores.ventaboletos.entidad.EmpresaEmailEComerce</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.AbastoHisto</value>
|
<value>com.rjconsultores.ventaboletos.entidad.EmpresaEmailConfig</value>
|
||||||
|
<value>com.rjconsultores.ventaboletos.entidad.EmpresaSaferConfig</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Clasificacion</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CtrlFechamentoCaixa</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.AbastoBoleto</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PtovtaAntifraude</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.DetAbastoBoleto
|
<value>com.rjconsultores.ventaboletos.entidad.OperadorEmbarcada</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.OperadorEmbarcadaLinha</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.FolioPreimpreso
|
<value>com.rjconsultores.ventaboletos.entidad.OperadorEmbarcadaServico</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.LogHistoricoContingencia</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.RequisicionBoleto
|
<value>com.rjconsultores.ventaboletos.entidad.EmpresaTrocoSimples</value>
|
||||||
</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Imagem</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.InscricaoEstadual
|
|
||||||
</value>
|
|
||||||
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.OCD
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.OCDParam
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.OCDPtoVtaParam
|
|
||||||
</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.FiscalImpressora</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.FiscalImpressoraEstado</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.FechamentoParamgeral</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.FechamentoParamptovta</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.FechamentoBoleto</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.FechamentoCntcorrente</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoIdentificacion</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Hotel</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PrecoApanhe</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EnderecoApanhe</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.VendaPacote</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ClientePacote</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TarifaVendaPacote</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PacoteFormapago</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PacoteDescontoBilhete</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PacoteConvenio</value>
|
|
||||||
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.FiscalTotnaofiscalEmpresa</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.FiscalFormapagoEmpresa</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.FiscalRelgerencialEmpresa</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TarifaKm</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PrecioVentaja</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ClienteDescuento</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Peaje</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CasetaPeaje</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PrecioFixoPedagio</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.RutaCaseta</value>
|
|
||||||
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConvenioTramo</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConvenioUsuario</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConvenioPuntoVenta</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ItemDesconto</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.DescontoComissao</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Conferencia</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.LogConferencia</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ContaCorrentePtoVta</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoOperacionCC</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ExcepcionPeaje</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ExcepcionPeajeVigencia</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EmpresaContaBancaria</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConvenioEmpresa</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConvenioRuta</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ComEmpCategoria</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ComEmpFormapago</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ComEmpTipoEventoExtra</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TarifaMinimaCategoria</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.FiscalAliquotaEmpresa</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ComEmpConferencia</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.MensajePuntoVenta</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.MensajeEmpresa</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.MensajeUsuario</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Mensaje</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ClasseIndicePeaje</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TipoInformativoComissao</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EmbarqueCatracaRodoviaria</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConferenciaPendencia</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.AuditModule</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.AuditService</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.AuditLog</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Caja</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CajaDetPago</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CajaDiversos</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CajaDiversosPago</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CajaFormaPago</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CajaTarjeta</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.NotaCreditoVendaPacote</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.OCDDatosPagamento</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Boleto</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.HistoricoPuntoVenta</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaEmpresaContaBancaria</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.RutaEmbarqueDesembarque</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EsquemaCorridaEmbarqueDesembarque</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ContaMD</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaContaMD</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.MensagemRecusa</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.OrgaoEmpParam</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ComissaoReceita</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.IntegracaoTotvs</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingEspecificoCategoria</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EmpresaEmail</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EmpresaEmailEComerce</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EmpresaEmailConfig</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EmpresaSaferConfig</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CtrlFechamentoCaixa</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaAntifraude</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.OperadorEmbarcada</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.OperadorEmbarcadaLinha</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.OperadorEmbarcadaServico</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.LogHistoricoContingencia</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EmpresaTrocoSimples</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Imagem</value>
|
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.RutaIcmsExcepcion</value>
|
<value>com.rjconsultores.ventaboletos.entidad.RutaIcmsExcepcion</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CobrancaAdcPuntoVenta</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CobrancaAdcPuntoVenta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.CobrancaAdicionalHistorico</value>
|
<value>com.rjconsultores.ventaboletos.entidad.CobrancaAdicionalHistorico</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConfTotem</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ConfTotem</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TarifaEmbarcada</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TarifaEmbarcada</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.TarifaEmbarcadaHist</value>
|
<value>com.rjconsultores.ventaboletos.entidad.TarifaEmbarcadaHist</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.Cotacao</value>
|
<value>com.rjconsultores.ventaboletos.entidad.Cotacao</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.AliquotaEstadoDestino</value>
|
<value>com.rjconsultores.ventaboletos.entidad.AliquotaEstadoDestino</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PricingCtrl</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PricingCtrl</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoOrgaoConcedente</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoOrgaoConcedente</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoRutas</value>
|
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoRutas</value>
|
||||||
|
@ -519,7 +419,8 @@
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaExcecaoMultaCanc</value>
|
<value>com.rjconsultores.ventaboletos.entidad.PtovtaExcecaoMultaCanc</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.RedondeoOrgaoConcedente</value>
|
<value>com.rjconsultores.ventaboletos.entidad.RedondeoOrgaoConcedente</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.HistoricoFormaPagoPuntoVenta</value>
|
<value>com.rjconsultores.ventaboletos.entidad.HistoricoFormaPagoPuntoVenta</value>
|
||||||
<value>com.rjconsultores.ventaboletos.entidad.EmpresaAdyenConfig</value>
|
<value>com.rjconsultores.ventaboletos.entidad.EmpresaAdyenConfig</value>
|
||||||
|
<value>com.rjconsultores.ventaboletos.entidad.EmpresaCieloLinkConfig</value>
|
||||||
|
|
||||||
</list>
|
</list>
|
||||||
</property>
|
</property>
|
||||||
|
@ -592,5 +493,4 @@
|
||||||
<bean id="sqlBuilder"
|
<bean id="sqlBuilder"
|
||||||
class="com.rjconsultores.ventaboletos.dao.sqlbuilder.SQLBuilder"
|
class="com.rjconsultores.ventaboletos.dao.sqlbuilder.SQLBuilder"
|
||||||
factory-bean="sqlFactory" factory-method="getBuilder" />
|
factory-bean="sqlFactory" factory-method="getBuilder" />
|
||||||
|
|
||||||
</beans>
|
</beans>
|
|
@ -1396,6 +1396,7 @@ editarFormaPagoController.lblCateiraDigitalTrocoSimples.label = Troco Simples
|
||||||
editarFormaPagoController.lblCateiraDigitalTef.label = TEF
|
editarFormaPagoController.lblCateiraDigitalTef.label = TEF
|
||||||
editarFormaPagoController.lblCateiraDigitalTpi.label = TPI
|
editarFormaPagoController.lblCateiraDigitalTpi.label = TPI
|
||||||
editarFormaPagoController.lblCateiraDigitalCielo.label = Cielo Link
|
editarFormaPagoController.lblCateiraDigitalCielo.label = Cielo Link
|
||||||
|
editarFormaPagoController.lblETicket.label=E_Ticket
|
||||||
|
|
||||||
# Muestra o tipo de Pesquisa Ponto Venda
|
# Muestra o tipo de Pesquisa Ponto Venda
|
||||||
busquedaTipoPuntoVentaController.window.title = Canal de Venda
|
busquedaTipoPuntoVentaController.window.title = Canal de Venda
|
||||||
|
@ -1793,6 +1794,9 @@ editarEmpresaController.lbInscricaoMunicipal.value =Inscrição Municipal
|
||||||
editarEmpresaController.label.isento = ISENTO
|
editarEmpresaController.label.isento = ISENTO
|
||||||
editarEmpresaController.lbInscricaoMunicipal.label =Insc.Municipal
|
editarEmpresaController.lbInscricaoMunicipal.label =Insc.Municipal
|
||||||
editarEmpresaController.configEmailTipoEmail.label = Tipo Email
|
editarEmpresaController.configEmailTipoEmail.label = Tipo Email
|
||||||
|
editarEmpresaController.indHabilitaVendaDeBilheteSemelhante= Hailita a venda de bilhete semelhante na mesma cesta de compra.
|
||||||
|
editarEmpresaController.indHabilitaVendaDeBilheteSemelhante.help = Habilita a venda de bilhetes semelhante na mesma cesta de compra, respeitando o preço do primeiro bilhete.
|
||||||
|
|
||||||
|
|
||||||
editarEmpresaController.contaBancaria.label = Contas Bancárias
|
editarEmpresaController.contaBancaria.label = Contas Bancárias
|
||||||
editarEmpresaController.contaBancaria.instiFinanceira = Instituição Financeira
|
editarEmpresaController.contaBancaria.instiFinanceira = Instituição Financeira
|
||||||
|
@ -7621,6 +7625,8 @@ busquedaTarjetaCreditoController.tarjetaCreditoId.label = ID
|
||||||
busquedaTarjetaCreditoController.cantMaxSinTasa.label = Max. sem juros
|
busquedaTarjetaCreditoController.cantMaxSinTasa.label = Max. sem juros
|
||||||
busquedaTarjetaCreditoController.canMaxConTasa.label = Max. com juros
|
busquedaTarjetaCreditoController.canMaxConTasa.label = Max. com juros
|
||||||
busquedaTarjetaCreditoController.tasa.label = Juros
|
busquedaTarjetaCreditoController.tasa.label = Juros
|
||||||
|
busquedaTarjetaCreditoController.parcelaMinima.label = Parcela Mínima
|
||||||
|
busquedaTarjetaCreditoController.indAplicarJuros.label = Aplicar juros venda
|
||||||
|
|
||||||
#Editar Tarjeta Credito
|
#Editar Tarjeta Credito
|
||||||
editarTarjetaCreditoController.window.title = Cartão de Crédito
|
editarTarjetaCreditoController.window.title = Cartão de Crédito
|
||||||
|
@ -9459,6 +9465,7 @@ editarEmpresaController.alertaVDAPosHorarioViagem.help=Alerta para venda após h
|
||||||
editarEmpresaController.confMovFPTrocaVlrDeposito=Soma Forma de Pagamento 'TROCA PASSAGEM' no Valor de Depósito na Conferência de Movimento
|
editarEmpresaController.confMovFPTrocaVlrDeposito=Soma Forma de Pagamento 'TROCA PASSAGEM' no Valor de Depósito na Conferência de Movimento
|
||||||
editarEmpresaController.confMovFPTrocaVlrDeposito.help=Soma Forma de Pagamento 'TROCA PASSAGEM' no Valor de Depósito na Conferência de Movimento
|
editarEmpresaController.confMovFPTrocaVlrDeposito.help=Soma Forma de Pagamento 'TROCA PASSAGEM' no Valor de Depósito na Conferência de Movimento
|
||||||
editarEmpresaController.indSegundaViaSeguroOpcional= Emite Segunda via do seguro opcional
|
editarEmpresaController.indSegundaViaSeguroOpcional= Emite Segunda via do seguro opcional
|
||||||
|
editarEmpresaController.indJurosCredito= Habilita juros no cartão de crédito
|
||||||
|
|
||||||
editarEmpresaController.encerraViagemFechorllegada.ajuda=Habilita o encerramento pela data de chegada. O padrão é a validação pela data de saída.
|
editarEmpresaController.encerraViagemFechorllegada.ajuda=Habilita o encerramento pela data de chegada. O padrão é a validação pela data de saída.
|
||||||
editarEmpresaController.usaTabelaPrecoEmbarcada.ajuda=Utilizar tabela de preço da Embarcada
|
editarEmpresaController.usaTabelaPrecoEmbarcada.ajuda=Utilizar tabela de preço da Embarcada
|
||||||
|
@ -9483,6 +9490,7 @@ editarEmpresaController.limitaCategoriaPorCorridaTooltip= Limita os tipos de pas
|
||||||
editarEmpresaController.configuracaoCieloLink.label= CieloLink
|
editarEmpresaController.configuracaoCieloLink.label= CieloLink
|
||||||
editarEmpresaController.lblCieloUrl.value=URL Cielo
|
editarEmpresaController.lblCieloUrl.value=URL Cielo
|
||||||
editarEmpresaController.lblSecret.value=Secret
|
editarEmpresaController.lblSecret.value=Secret
|
||||||
|
editarEmpresaController.lblMinutosCancela.value=Minutos Cancelamento
|
||||||
editarEmpresaController.lblMerchantId.value=Merchant ID
|
editarEmpresaController.lblMerchantId.value=Merchant ID
|
||||||
editarEmpresaController.lblClientId.value=Cliente ID
|
editarEmpresaController.lblClientId.value=Cliente ID
|
||||||
|
|
||||||
|
|
|
@ -1218,6 +1218,7 @@ editarFormaPagoController.lblCateiraDigitalTrocoSimples.label = Troco Simples
|
||||||
editarFormaPagoController.lblCateiraDigitalTef.label = TEF
|
editarFormaPagoController.lblCateiraDigitalTef.label = TEF
|
||||||
editarFormaPagoController.lblCateiraDigitalTpi.label = TPI
|
editarFormaPagoController.lblCateiraDigitalTpi.label = TPI
|
||||||
editarFormaPagoController.lblCateiraDigitalCielo.label = Cielo Link
|
editarFormaPagoController.lblCateiraDigitalCielo.label = Cielo Link
|
||||||
|
editarFormaPagoController.lblETicket.label=E_Ticket
|
||||||
|
|
||||||
# Muestra o tipo de Búsqueda Punto de venta
|
# Muestra o tipo de Búsqueda Punto de venta
|
||||||
busquedaTipoPuntoVentaController.window.title = Canal de venta
|
busquedaTipoPuntoVentaController.window.title = Canal de venta
|
||||||
|
@ -1570,6 +1571,9 @@ editarEmpresaController.pricingVendaAberto=Pricing na venda em aberto
|
||||||
editarEmpresaController.pricingVendaAbertoInfo=Habilita o pricing específico na venda em aberto.
|
editarEmpresaController.pricingVendaAbertoInfo=Habilita o pricing específico na venda em aberto.
|
||||||
editarEmpresaController.comTransfGeraCaja=Soma Transferências que movimentam Caixa no Total de Devoluções no Cálculo de Comissão
|
editarEmpresaController.comTransfGeraCaja=Soma Transferências que movimentam Caixa no Total de Devoluções no Cálculo de Comissão
|
||||||
editarEmpresaController.comTransfGeraCaja.help=Soma Transferências que movimentam Caixa no Total de Devoluções no Cálculo de Comissão
|
editarEmpresaController.comTransfGeraCaja.help=Soma Transferências que movimentam Caixa no Total de Devoluções no Cálculo de Comissão
|
||||||
|
editarEmpresaController.indHabilitaVendaDeBilheteSemelhante= Hailita a venda de bilhete semelhante na mesma cesta de compra.
|
||||||
|
editarEmpresaController.indHabilitaVendaDeBilheteSemelhante.help = Habilita a venda de bilhetes semelhante na mesma cesta de compra, respeitando o preço do primeiro bilhete.
|
||||||
|
|
||||||
|
|
||||||
editarEmpresaController.contaBancaria.label = Cuentas Bancárias
|
editarEmpresaController.contaBancaria.label = Cuentas Bancárias
|
||||||
editarEmpresaController.contaBancaria.instiFinanceira = Instituición financiera
|
editarEmpresaController.contaBancaria.instiFinanceira = Instituición financiera
|
||||||
|
@ -7151,6 +7155,8 @@ busquedaTarjetaCreditoController.tarjetaCreditoId.label = ID
|
||||||
busquedaTarjetaCreditoController.cantMaxSinTasa.label = Max. sin intereses
|
busquedaTarjetaCreditoController.cantMaxSinTasa.label = Max. sin intereses
|
||||||
busquedaTarjetaCreditoController.canMaxConTasa.label = Max. con intereses
|
busquedaTarjetaCreditoController.canMaxConTasa.label = Max. con intereses
|
||||||
busquedaTarjetaCreditoController.tasa.label = Intereses
|
busquedaTarjetaCreditoController.tasa.label = Intereses
|
||||||
|
busquedaTarjetaCreditoController.parcelaMinima.label = Parcela Mínima
|
||||||
|
busquedaTarjetaCreditoController.indAplicarJuros.label = Aplicar juros venda
|
||||||
|
|
||||||
#Editar Tarjeta Credito
|
#Editar Tarjeta Credito
|
||||||
editarTarjetaCreditoController.window.title = Tarjeta de crédito
|
editarTarjetaCreditoController.window.title = Tarjeta de crédito
|
||||||
|
@ -8692,6 +8698,7 @@ editarEmpresaController.realizaCalculoComissaoPeriodo.ajuda = Realiza o calculo
|
||||||
editarEmpresaController.configuracaoCieloLink.label= CieloLink
|
editarEmpresaController.configuracaoCieloLink.label= CieloLink
|
||||||
editarEmpresaController.lblCieloUrl.value=URL Cielo
|
editarEmpresaController.lblCieloUrl.value=URL Cielo
|
||||||
editarEmpresaController.lblSecret.value=Secret
|
editarEmpresaController.lblSecret.value=Secret
|
||||||
|
editarEmpresaController.lblMinutosCancela.value=Minutos Cancelamento
|
||||||
editarEmpresaController.lblMerchantId.value=Merchant ID
|
editarEmpresaController.lblMerchantId.value=Merchant ID
|
||||||
editarEmpresaController.lblClientId.value=Cliente ID
|
editarEmpresaController.lblClientId.value=Cliente ID
|
||||||
|
|
||||||
|
@ -9110,6 +9117,7 @@ editarEmpresaController.confMovFPTrocaVlrDeposito.help=Suma del método de pago
|
||||||
editarEmpresaController.comTransfGeraCaja=Transferencias de suma que mueven efectivo en los retornos totales en el cálculo de la comisión
|
editarEmpresaController.comTransfGeraCaja=Transferencias de suma que mueven efectivo en los retornos totales en el cálculo de la comisión
|
||||||
editarEmpresaController.comTransfGeraCaja.help=Transferencias de suma que mueven efectivo en los retornos totales en el cálculo de la comisión
|
editarEmpresaController.comTransfGeraCaja.help=Transferencias de suma que mueven efectivo en los retornos totales en el cálculo de la comisión
|
||||||
editarEmpresaController.indSegundaViaSeguroOpcional= Emite una segunda copia del seguro opcional
|
editarEmpresaController.indSegundaViaSeguroOpcional= Emite una segunda copia del seguro opcional
|
||||||
|
editarEmpresaController.indJurosCredito= Habilita juros no cartão de crédito
|
||||||
|
|
||||||
editarEmpresaController.encerraViagemFechorllegada.ajuda=Controla o encerramento da viagem pela data de saída data de chegada da corrida.
|
editarEmpresaController.encerraViagemFechorllegada.ajuda=Controla o encerramento da viagem pela data de saída data de chegada da corrida.
|
||||||
editarEmpresaController.usaTabelaPrecoEmbarcada.ajuda=Utilizar tabela de preço da Embarcada
|
editarEmpresaController.usaTabelaPrecoEmbarcada.ajuda=Utilizar tabela de preço da Embarcada
|
||||||
|
|
|
@ -1397,6 +1397,7 @@ editarFormaPagoController.lblCateiraDigitalTrocoSimples.label = Troco Simples
|
||||||
editarFormaPagoController.lblCateiraDigitalTef.label = TEF
|
editarFormaPagoController.lblCateiraDigitalTef.label = TEF
|
||||||
editarFormaPagoController.lblCateiraDigitalTpi.label = TPI
|
editarFormaPagoController.lblCateiraDigitalTpi.label = TPI
|
||||||
editarFormaPagoController.lblCateiraDigitalCielo.label = Cielo Link
|
editarFormaPagoController.lblCateiraDigitalCielo.label = Cielo Link
|
||||||
|
editarFormaPagoController.lblETicket.label=E_Ticket
|
||||||
|
|
||||||
# Muestra o tipo de Pesquisa Ponto Venda
|
# Muestra o tipo de Pesquisa Ponto Venda
|
||||||
busquedaTipoPuntoVentaController.window.title = Canal de Venda
|
busquedaTipoPuntoVentaController.window.title = Canal de Venda
|
||||||
|
@ -7622,6 +7623,8 @@ busquedaTarjetaCreditoController.tarjetaCreditoId.label = ID
|
||||||
busquedaTarjetaCreditoController.cantMaxSinTasa.label = Max. sem juros
|
busquedaTarjetaCreditoController.cantMaxSinTasa.label = Max. sem juros
|
||||||
busquedaTarjetaCreditoController.canMaxConTasa.label = Max. com juros
|
busquedaTarjetaCreditoController.canMaxConTasa.label = Max. com juros
|
||||||
busquedaTarjetaCreditoController.tasa.label = Juros
|
busquedaTarjetaCreditoController.tasa.label = Juros
|
||||||
|
busquedaTarjetaCreditoController.parcelaMinima.label = Parcela Mínima
|
||||||
|
busquedaTarjetaCreditoController.indAplicarJuros.label = Aplicar juros venda
|
||||||
|
|
||||||
#Editar Tarjeta Credito
|
#Editar Tarjeta Credito
|
||||||
editarTarjetaCreditoController.window.title = Cartão de Crédito
|
editarTarjetaCreditoController.window.title = Cartão de Crédito
|
||||||
|
@ -9460,6 +9463,9 @@ editarEmpresaController.alertaVDAPosHorarioViagem.help=Alerta para venda após h
|
||||||
editarEmpresaController.confMovFPTrocaVlrDeposito=Soma Forma de Pagamento 'TROCA PASSAGEM' no Valor de Depósito na Conferência de Movimento
|
editarEmpresaController.confMovFPTrocaVlrDeposito=Soma Forma de Pagamento 'TROCA PASSAGEM' no Valor de Depósito na Conferência de Movimento
|
||||||
editarEmpresaController.confMovFPTrocaVlrDeposito.help=Soma Forma de Pagamento 'TROCA PASSAGEM' no Valor de Depósito na Conferência de Movimento
|
editarEmpresaController.confMovFPTrocaVlrDeposito.help=Soma Forma de Pagamento 'TROCA PASSAGEM' no Valor de Depósito na Conferência de Movimento
|
||||||
editarEmpresaController.indSegundaViaSeguroOpcional= Emite Segunda via do seguro opcional
|
editarEmpresaController.indSegundaViaSeguroOpcional= Emite Segunda via do seguro opcional
|
||||||
|
editarEmpresaController.indJurosCredito= Habilita juros no cartão de crédito
|
||||||
|
editarEmpresaController.indHabilitaVendaDeBilheteSemelhante= Hailita a venda de bilhete semelhante na mesma cesta de compra.
|
||||||
|
editarEmpresaController.indHabilitaVendaDeBilheteSemelhante.help = Habilita a venda de bilhetes semelhante na mesma cesta de compra, respeitando o preço do primeiro bilhete.
|
||||||
|
|
||||||
editarEmpresaController.encerraViagemFechorllegada.ajuda=Habilita o encerramento pela data de chegada. O padrão é a validação pela data de saída.
|
editarEmpresaController.encerraViagemFechorllegada.ajuda=Habilita o encerramento pela data de chegada. O padrão é a validação pela data de saída.
|
||||||
editarEmpresaController.usaTabelaPrecoEmbarcada.ajuda=Utilizar tabela de preço da Embarcada
|
editarEmpresaController.usaTabelaPrecoEmbarcada.ajuda=Utilizar tabela de preço da Embarcada
|
||||||
|
@ -9484,6 +9490,7 @@ editarEmpresaController.limitaCategoriaPorCorridaTooltip= Limita os tipos de pas
|
||||||
editarEmpresaController.configuracaoCieloLink.label= CieloLink
|
editarEmpresaController.configuracaoCieloLink.label= CieloLink
|
||||||
editarEmpresaController.lblCieloUrl.value=URL Cielo
|
editarEmpresaController.lblCieloUrl.value=URL Cielo
|
||||||
editarEmpresaController.lblSecret.value=Secret
|
editarEmpresaController.lblSecret.value=Secret
|
||||||
|
editarEmpresaController.lblMinutosCancela.value=Minutos Cancelamento
|
||||||
editarEmpresaController.lblMerchantId.value=Merchant ID
|
editarEmpresaController.lblMerchantId.value=Merchant ID
|
||||||
editarEmpresaController.lblClientId.value=Cliente ID
|
editarEmpresaController.lblClientId.value=Cliente ID
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
|
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
|
||||||
|
|
||||||
<description>ventaboletos</description>
|
<description>VentaBoletosAdm</description>
|
||||||
<display-name>ventaboletosadm</display-name>
|
<display-name>ventaboletosadm</display-name>
|
||||||
|
|
||||||
<context-param>
|
<context-param>
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -74,6 +74,24 @@
|
||||||
converter=com.rjconsultores.ventaboletos.web.utilerias.StringDecimalToDecimalConverter}" />
|
converter=com.rjconsultores.ventaboletos.web.utilerias.StringDecimalToDecimalConverter}" />
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<label
|
||||||
|
value="${c:l('busquedaTarjetaCreditoController.parcelaMinima.label')}" />
|
||||||
|
<textbox id="txtTarifaMinima"
|
||||||
|
constraint="no zero, no negative" precision="5"
|
||||||
|
scale="2"
|
||||||
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
||||||
|
value="@{winEditarTarjetaCredito$composer.tarjetaCredito.tarifaMinima,
|
||||||
|
converter=com.rjconsultores.ventaboletos.web.utilerias.StringDecimalToDecimalConverter}" />
|
||||||
|
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<label
|
||||||
|
value="${c:l('busquedaTarjetaCreditoController.indAplicarJuros.label')}" />
|
||||||
|
<checkbox id="chkAplicaVenda"
|
||||||
|
checked="@{winEditarTarjetaCredito$composer.tarjetaCredito.indAplicaVenda}" />
|
||||||
|
</row>
|
||||||
|
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
</window>
|
</window>
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
</center>
|
</center>
|
||||||
<south>
|
<south>
|
||||||
<toolbar height="28px">
|
<toolbar height="28px">
|
||||||
<toolbarbutton id="toolBar" tooltiptext="${c:l('indexController.toolBar.tooltiptext')}"
|
<toolbarbutton id="toolBarLogout" tooltiptext="${c:l('indexController.toolBar.tooltiptext')}"
|
||||||
image="/gui/img/logout.png" href="/j_spring_security_logout"/>
|
image="/gui/img/logout.png" href="/j_spring_security_logout"/>
|
||||||
<toolbarbutton id="toolBarUser" image="/gui/img/user24.png"/>
|
<toolbarbutton id="toolBarUser" image="/gui/img/user24.png"/>
|
||||||
</toolbar>
|
</toolbar>
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
</row>
|
</row>
|
||||||
<row spans="2" align="center">
|
<row spans="2" align="center">
|
||||||
<hbox align="center">
|
<hbox align="center">
|
||||||
<h:input type="button"
|
<h:input type="button" name="btnAcessar"
|
||||||
value="${c:l('winLogin.btnAcessar')}" w:onClick="validate()" />
|
value="${c:l('winLogin.btnAcessar')}" w:onClick="validate()" />
|
||||||
</hbox>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
|
|
Loading…
Reference in New Issue