Merge branch 'master' of http://18.235.188.113:3000/adm/VentaBoletosAdm into AL-1904
commit
94edb07644
20
pom.xml
20
pom.xml
|
@ -1,11 +1,17 @@
|
|||
<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">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ventaboletosadm</artifactId>
|
||||
<version>1.0.30</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
<modelWeb.version>1.0.20</modelWeb.version>
|
||||
<flyway.version>1.0.11</flyway.version>
|
||||
</properties>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>rj-releases</id>
|
||||
|
@ -61,7 +67,7 @@
|
|||
<dependency>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>Flyway</artifactId>
|
||||
<version>1.0.5</version>
|
||||
<version>${flyway.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
@ -120,22 +126,24 @@
|
|||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.spec</groupId>
|
||||
<artifactId>jboss-javaee-all-6.0</artifactId>
|
||||
<version>3.0.3.Final</version>
|
||||
<scope>provided</scope>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>javax.servlet-api</artifactId>
|
||||
<version>4.0.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-beanutils</groupId>
|
||||
<artifactId>commons-beanutils</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.9.4</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-codec</groupId>
|
||||
<artifactId>commons-codec</artifactId>
|
||||
<version>1.10</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.zkoss.common</groupId>
|
||||
<artifactId>zcommon</artifactId>
|
||||
|
|
|
@ -212,11 +212,13 @@ public class RelatorioBPe extends Relatorio {
|
|||
if(alias != null && alias.equals("S")) {// ALIAS Origem/Destino dos bilhetes
|
||||
sql.append(" COALESCE(oriA.DESCPARADA, ori.DESCPARADA) as origem, ");
|
||||
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(" 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, ");
|
||||
|
|
|
@ -179,12 +179,8 @@ public class RelatorioBoletos extends Relatorio {
|
|||
sql.append(" INNER JOIN empresa e ");
|
||||
sql.append(" ON e.empresa_id = fcc.empresa_id ");
|
||||
sql.append(" AND e.activo = 1 ");
|
||||
sql.append(" INNER JOIN fechamento_paramptovta fppv ");
|
||||
sql.append(" ON p.puntoventa_id = fppv.puntoventa_id ");
|
||||
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 ");
|
||||
sql.append(" AND fb.tipo_pagamento = 'B' ");
|
||||
|
||||
if(fecInicio != null && fecFinal != null) {
|
||||
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(" INNER JOIN empresa e ");
|
||||
sql.append(" ON e.empresa_id = f.empresa_id ");
|
||||
sql.append(" INNER JOIN fechamento_paramptovta fppv ");
|
||||
sql.append(" ON p.puntoventa_id = fppv.puntoventa_id ");
|
||||
sql.append(" AND e.empresa_id = fppv.empresa_id ");
|
||||
sql.append(" AND tipopagamento = 'D' ");
|
||||
sql.append(" AND fppv.activo = 1 ");
|
||||
sql.append(" INNER JOIN fechamento_boleto fbol ");
|
||||
sql.append(" ON f.fechamentocntcorrente_id = fbol.fechamentocntcorrente_id ");
|
||||
sql.append(" AND fbol.tipo_pagamento = 'D' ");
|
||||
sql.append(" AND fbol.activo = 1 ");
|
||||
sql.append(" LEFT JOIN fechamento_cct_deposito fd ");
|
||||
sql.append(" ON fd.fechamentocntcorrente_id = f.fechamentocntcorrente_id ");
|
||||
sql.append(" AND fd.activo = 1 ");
|
||||
sql.append(" LEFT JOIN FECHAMENTO_DEPOSITO fdp ");
|
||||
sql.append(" ON fdp.FECHAMENTODEPOSITO_ID = fd.FECHAMENTODEPOSITO_ID ");
|
||||
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(" AND f.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(passagens) AS passagens,");
|
||||
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(diferencareceita) AS diferencareceita,");
|
||||
sb.append(" prefixo ");
|
||||
|
|
|
@ -11,6 +11,7 @@ import java.util.Map;
|
|||
|
||||
import org.slf4j.Logger;
|
||||
|
||||
import com.rjconsultores.ventaboletos.constantes.TipoEventoExtra;
|
||||
import com.rjconsultores.ventaboletos.relatorios.utilitarios.DataSource;
|
||||
import com.rjconsultores.ventaboletos.relatorios.utilitarios.Relatorio;
|
||||
import com.rjconsultores.ventaboletos.relatorios.utilitarios.RelatorioVendasParcelamentoBean;
|
||||
|
@ -63,6 +64,8 @@ public class RelatorioVendasParcelamento extends Relatorio {
|
|||
stmt.setInt("empresaId", Integer.parseInt(empresa));
|
||||
}
|
||||
|
||||
stmt.setString("juros", TipoEventoExtra.JUROS_CARTAO_CREDITO.toString());
|
||||
|
||||
rset1 = stmt.executeQuery();
|
||||
|
||||
while (rset1.next()) {
|
||||
|
@ -93,6 +96,10 @@ public class RelatorioVendasParcelamento extends Relatorio {
|
|||
vendasParcelamento.setAutorizacao(rset1.getString("autorizacao"));
|
||||
vendasParcelamento.setNsu(rset1.getString("nsu"));
|
||||
vendasParcelamento.setParcelas(rset1.getString("parcelas"));
|
||||
|
||||
BigDecimal juros = rset1.getBigDecimal("juros");
|
||||
vendasParcelamento.setJuros(juros != null ? juros : BigDecimal.ZERO);
|
||||
|
||||
BigDecimal valor = rset1.getBigDecimal("valor");
|
||||
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.NSU AS nsu, ");
|
||||
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(" 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 ");
|
||||
|
@ -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_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(" 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(" fechorventa BETWEEN :de AND :ate ");
|
||||
sql.append(" AND ct.CANTPARCELAS BETWEEN :parcIni AND :parcFim ");
|
||||
|
|
|
@ -25,6 +25,7 @@ detail.tarifa = Tarifa
|
|||
detail.taxa = Taxa
|
||||
detail.total = Total
|
||||
detail.valor = Valor
|
||||
detail.juros = Juros
|
||||
|
||||
#Labels header
|
||||
header.data = Data :
|
||||
|
|
|
@ -20,6 +20,7 @@ import net.sf.jasperreports.engine.JasperFillManager;
|
|||
import net.sf.jasperreports.engine.JasperPrint;
|
||||
import net.sf.jasperreports.engine.export.JExcelApiExporter;
|
||||
import net.sf.jasperreports.engine.export.JExcelApiExporterParameter;
|
||||
import net.sf.jasperreports.engine.export.JRXlsExporter;
|
||||
import net.sf.jasperreports.engine.util.JRProperties;
|
||||
|
||||
/**
|
||||
|
@ -174,6 +175,38 @@ public class RenderRelatorioJasper {
|
|||
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 {
|
||||
return JasperExportManager.exportReportToPdf(this.jasperPrint);
|
||||
}
|
||||
|
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
|||
<?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.x" value="0"/>
|
||||
<property name="ireport.x" value="636"/>
|
||||
<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.keep.first.band.2" value="columnHeader"/>
|
||||
|
@ -41,33 +41,34 @@
|
|||
<field name="nsu" class="java.lang.String"/>
|
||||
<field name="parcelas" class="java.lang.String"/>
|
||||
<field name="valor" class="java.math.BigDecimal"/>
|
||||
<field name="juros" class="java.math.BigDecimal"/>
|
||||
<background>
|
||||
<band splitType="Stretch"/>
|
||||
</background>
|
||||
<pageHeader>
|
||||
<band height="40" splitType="Stretch">
|
||||
<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>
|
||||
<font isBold="true"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{header.data}]]></textFieldExpression>
|
||||
</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>
|
||||
</textField>
|
||||
<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"/>
|
||||
<textFieldExpression><![CDATA[" " + $V{PAGE_NUMBER}]]></textFieldExpression>
|
||||
</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>
|
||||
</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>
|
||||
</textField>
|
||||
<textField>
|
||||
|
@ -75,12 +76,12 @@
|
|||
<textFieldExpression><![CDATA[$P{TITULO}]]></textFieldExpression>
|
||||
</textField>
|
||||
<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"/>
|
||||
<textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression>
|
||||
</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"/>
|
||||
<textFieldExpression><![CDATA[$V{PAGE_NUMBER}+" de"]]></textFieldExpression>
|
||||
</textField>
|
||||
|
@ -214,21 +215,21 @@
|
|||
<textFieldExpression><![CDATA[$R{detail.pedagio}]]></textFieldExpression>
|
||||
</textField>
|
||||
<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">
|
||||
<font size="11" isBold="true"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.nsu}]]></textFieldExpression>
|
||||
</textField>
|
||||
<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">
|
||||
<font size="11" isBold="true"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.parcelas}]]></textFieldExpression>
|
||||
</textField>
|
||||
<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">
|
||||
<font size="11" isBold="true"/>
|
||||
</textElement>
|
||||
|
@ -242,7 +243,7 @@
|
|||
<textFieldExpression><![CDATA[$R{detail.outros}]]></textFieldExpression>
|
||||
</textField>
|
||||
<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">
|
||||
<font size="11" isBold="true"/>
|
||||
</textElement>
|
||||
|
@ -256,7 +257,7 @@
|
|||
<textFieldExpression><![CDATA[$R{detail.total}]]></textFieldExpression>
|
||||
</textField>
|
||||
<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">
|
||||
<font size="11" isBold="true"/>
|
||||
</textElement>
|
||||
|
@ -270,12 +271,19 @@
|
|||
<textFieldExpression><![CDATA[$R{detail.taxa}]]></textFieldExpression>
|
||||
</textField>
|
||||
<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">
|
||||
<font size="11" isBold="true"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{detail.autorizacao}]]></textFieldExpression>
|
||||
</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>
|
||||
</columnHeader>
|
||||
<detail>
|
||||
|
@ -386,14 +394,14 @@
|
|||
<textFieldExpression><![CDATA[$F{pedagio}]]></textFieldExpression>
|
||||
</textField>
|
||||
<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">
|
||||
<font size="11" isBold="false"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{nsu}]]></textFieldExpression>
|
||||
</textField>
|
||||
<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">
|
||||
<font size="11" isBold="false"/>
|
||||
</textElement>
|
||||
|
@ -407,21 +415,21 @@
|
|||
<textFieldExpression><![CDATA[$F{total}]]></textFieldExpression>
|
||||
</textField>
|
||||
<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">
|
||||
<font size="11" isBold="false"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{percentual}]]></textFieldExpression>
|
||||
</textField>
|
||||
<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">
|
||||
<font size="11" isBold="false"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{valor}]]></textFieldExpression>
|
||||
</textField>
|
||||
<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">
|
||||
<font size="11" isBold="false"/>
|
||||
</textElement>
|
||||
|
@ -435,7 +443,7 @@
|
|||
<textFieldExpression><![CDATA[$F{taxa}]]></textFieldExpression>
|
||||
</textField>
|
||||
<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">
|
||||
<font size="11" isBold="false"/>
|
||||
</textElement>
|
||||
|
@ -448,6 +456,13 @@
|
|||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{outros}]]></textFieldExpression>
|
||||
</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>
|
||||
</detail>
|
||||
<noData>
|
||||
|
|
|
@ -29,6 +29,7 @@ public class RelatorioVendasParcelamentoBean {
|
|||
private String nsu;
|
||||
private String parcelas;
|
||||
private BigDecimal valor;
|
||||
private BigDecimal juros;
|
||||
|
||||
public String getEmpresaNome() {
|
||||
return empresaNome;
|
||||
|
@ -230,5 +231,12 @@ public class RelatorioVendasParcelamentoBean {
|
|||
this.valor = valor;
|
||||
}
|
||||
|
||||
public BigDecimal getJuros() {
|
||||
return juros;
|
||||
}
|
||||
|
||||
public void setJuros(BigDecimal juros) {
|
||||
this.juros = juros;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -73,6 +73,7 @@ import com.rjconsultores.ventaboletos.entidad.ComEmpFormapago;
|
|||
import com.rjconsultores.ventaboletos.entidad.ComEmpTipoEventoExtra;
|
||||
import com.rjconsultores.ventaboletos.entidad.Empresa;
|
||||
import com.rjconsultores.ventaboletos.entidad.EmpresaAdyenConfig;
|
||||
import com.rjconsultores.ventaboletos.entidad.EmpresaCieloLinkConfig;
|
||||
import com.rjconsultores.ventaboletos.entidad.EmpresaContaBancaria;
|
||||
import com.rjconsultores.ventaboletos.entidad.EmpresaEmail;
|
||||
import com.rjconsultores.ventaboletos.entidad.EmpresaEmailConfig;
|
||||
|
@ -93,6 +94,7 @@ import com.rjconsultores.ventaboletos.exception.BusinessException;
|
|||
import com.rjconsultores.ventaboletos.service.CategoriaService;
|
||||
import com.rjconsultores.ventaboletos.service.CiudadService;
|
||||
import com.rjconsultores.ventaboletos.service.EmpresaAdyenConfigService;
|
||||
import com.rjconsultores.ventaboletos.service.EmpresaCieloLinkService;
|
||||
import com.rjconsultores.ventaboletos.service.EmpresaEmailConfigService;
|
||||
import com.rjconsultores.ventaboletos.service.EmpresaEmailEComerceService;
|
||||
import com.rjconsultores.ventaboletos.service.EmpresaEmailFlexBusService;
|
||||
|
@ -157,6 +159,8 @@ public class EditarEmpresaController extends MyGenericForwardComposer {
|
|||
@Autowired
|
||||
private EmpresaEmailFlexBusService empresaEmailFlexBusService;
|
||||
@Autowired
|
||||
private EmpresaCieloLinkService empresaCieloLinkService;
|
||||
@Autowired
|
||||
private EmpresaSaferConfigService empresaSaferConfigService;
|
||||
@Autowired
|
||||
private EmpresaAdyenConfigService empresaAdyenConfigService;
|
||||
|
@ -166,6 +170,7 @@ public class EditarEmpresaController extends MyGenericForwardComposer {
|
|||
private EmpresaEmailEComerce empresaEmailEComerce;
|
||||
private EmpresaEmailConfig empresaEmailConfig;
|
||||
private EmpresaEmailFlexBus empresaEmailFlexBus;
|
||||
private EmpresaCieloLinkConfig empresaCieloLinkConfig;
|
||||
private EmpresaSaferConfig empresaSaferConfig;
|
||||
private EmpresaAdyenConfig empresaAdyenConfig;
|
||||
private MyListbox empresaList;
|
||||
|
@ -206,8 +211,19 @@ public class EditarEmpresaController extends MyGenericForwardComposer {
|
|||
private CKeditor messageCupomEmbarqueFlexBus;
|
||||
private MyComboboxEstandar cmbTipoAutorizacaoFlexBus;
|
||||
|
||||
private Textbox textAssuntoECommerce;
|
||||
//CieloLink
|
||||
private Textbox txtClientId;
|
||||
private Textbox txtMerchantId;
|
||||
private Textbox txtSecret;
|
||||
private Textbox txtMinutosCancela;
|
||||
private Textbox txtCieloUrl;
|
||||
|
||||
//eRede
|
||||
private Checkbox chkRedeProducao;
|
||||
private Textbox txtFiliation;
|
||||
private Textbox txtToken;
|
||||
|
||||
private Textbox textAssuntoECommerce;
|
||||
private Radio rdgFechaVenta;
|
||||
private Radio rdgFechaSalida;
|
||||
private Radio rdgRestringeZSim;
|
||||
|
@ -276,6 +292,7 @@ public class EditarEmpresaController extends MyGenericForwardComposer {
|
|||
private Checkbox chkIndHabilitarVendaAbertoMovimentoCaixa;
|
||||
private Checkbox cnhIndSeguroOpcionalW2Digital;
|
||||
private Checkbox chkIndLimitaCategoriaPorCorrida;
|
||||
private Checkbox chkIndHabilitaVendaDeBilheteSemelhante;
|
||||
|
||||
private Checkbox chkIndNaoImprimeCupomEmbarqueVendaEmAberto;
|
||||
private Checkbox chkIndNaoImprimeCupomEmbarqueConfirmacaoDeAberto;
|
||||
|
@ -363,6 +380,7 @@ public class EditarEmpresaController extends MyGenericForwardComposer {
|
|||
private Checkbox chkPermiteReativacaoPassagemBpeEstacaoNaoBpe;
|
||||
private Checkbox chkImprimirEmbarqueDesembarqCupom;
|
||||
private Checkbox chkIndSegundaViaSeguroOpcional;
|
||||
private Checkbox chkIndJurosCredito;
|
||||
|
||||
private CKeditor messageConteudoEmail;
|
||||
private CKeditor messageConteudoEmailFiscal;
|
||||
|
@ -417,6 +435,7 @@ public class EditarEmpresaController extends MyGenericForwardComposer {
|
|||
|
||||
lsEstados = estadoService.buscarNotInEmpresaImposto(empresa);
|
||||
lsTodosEstados = estadoService.obtenerTodos();
|
||||
|
||||
lsCidades = new ArrayList<Ciudad>();
|
||||
lsBanco = instFinanceiraService.obtenerTodos();
|
||||
|
||||
|
@ -429,6 +448,7 @@ public class EditarEmpresaController extends MyGenericForwardComposer {
|
|||
|
||||
if (empresa != null && empresa.getEmpresaId() != null) {
|
||||
empresaEmailFlexBus = empresaEmailFlexBusService.buscarPorEmpresa(empresa);
|
||||
empresaCieloLinkConfig = empresaCieloLinkService.buscarPorEmpresa(empresa).orElse(null);
|
||||
}
|
||||
|
||||
super.doAfterCompose(comp);
|
||||
|
@ -454,6 +474,7 @@ public class EditarEmpresaController extends MyGenericForwardComposer {
|
|||
btnAdicionarEstadoImposto.setVisible(true);
|
||||
btnAdicionarInscEstadual.setVisible(true);
|
||||
}
|
||||
|
||||
if (empresaEmailConfig != null) {
|
||||
if(empresaEmailConfig.getIndAutenticacao()){
|
||||
chkAutenticacao.setChecked(true);
|
||||
|
@ -486,6 +507,14 @@ public class EditarEmpresaController extends MyGenericForwardComposer {
|
|||
chkAutenticacaoFlexBus.setChecked(true);
|
||||
}
|
||||
|
||||
if (empresaCieloLinkConfig != null) {
|
||||
txtClientId.setText(empresaCieloLinkConfig.getClientId());
|
||||
txtMerchantId.setText(empresaCieloLinkConfig.getMerchantId());
|
||||
txtSecret.setText(empresaCieloLinkConfig.getSecret());
|
||||
txtCieloUrl.setText(empresaCieloLinkConfig.getUrl());
|
||||
txtMinutosCancela.setText(empresaCieloLinkConfig.getMinutosCancela().toString());
|
||||
}
|
||||
|
||||
if (empresaSaferConfig != null) {
|
||||
txtPartnerId.setText(empresaSaferConfig.getPartnerId());
|
||||
txtContractId.setText(empresaSaferConfig.getContractId());
|
||||
|
@ -596,6 +625,8 @@ public class EditarEmpresaController extends MyGenericForwardComposer {
|
|||
chkIndCheckinBloqueadoNoshow.setChecked(BooleanUtils.toBoolean(empresa.getIndCheckinBloqueadoRemarcacao()));
|
||||
chkIndAgrupamentoLocalidadeConexao.setChecked(BooleanUtils.toBoolean(empresa.getIndAgrupLocConexao()));
|
||||
chkIndSegundaViaSeguroOpcional.setChecked(BooleanUtils.toBoolean(empresa.getIndSegundaViaSegOpcional()));
|
||||
chkIndJurosCredito.setChecked(BooleanUtils.toBoolean(empresa.getIndJurosCredito()));
|
||||
chkIndHabilitaVendaDeBilheteSemelhante.setChecked(BooleanUtils.toBoolean(empresa.getIndVendeDeBilheteSemelhante()));
|
||||
|
||||
txtUrlBaseSeguro.setText(empresa.getUrlBaseEmpresaSeguro());
|
||||
|
||||
|
@ -638,7 +669,7 @@ public class EditarEmpresaController extends MyGenericForwardComposer {
|
|||
empresaImpostoList.setData(lsEmpresaImposto);
|
||||
inscEstadualList.setData(empresa.getInscricoesEstaduaisActivas());
|
||||
|
||||
// Contas Bancárias das Empresas
|
||||
// Contas Bancárias das Empresas
|
||||
lsEmpresaContaBancaria = empresa.getEmpresaContaBancaria();
|
||||
empresaContaBancariaList.setData(lsEmpresaContaBancaria);
|
||||
|
||||
|
@ -847,6 +878,8 @@ public class EditarEmpresaController extends MyGenericForwardComposer {
|
|||
chkIndLimitaCategoriaPorCorrida.getValue();
|
||||
chkIndCheckinBloqueadoNoshow.getValue();
|
||||
chkIndSegundaViaSeguroOpcional.getValue();
|
||||
chkIndJurosCredito.getValue();
|
||||
chkIndHabilitaVendaDeBilheteSemelhante.getValue();
|
||||
|
||||
txtIrkPadrao.getValue();
|
||||
rdCst00.getValue();
|
||||
|
@ -981,6 +1014,8 @@ public class EditarEmpresaController extends MyGenericForwardComposer {
|
|||
|
||||
empresa.setIndAgrupLocConexao(chkIndAgrupamentoLocalidadeConexao.isChecked());
|
||||
empresa.setIndSegundaViaSegOpcional(chkIndSegundaViaSeguroOpcional.isChecked());
|
||||
empresa.setIndJurosCredito(chkIndJurosCredito.isChecked());
|
||||
empresa.setIndVendeDeBilheteSemelhante(chkIndHabilitaVendaDeBilheteSemelhante.isChecked());
|
||||
|
||||
if(rdCst00.isChecked()) {
|
||||
empresa.setCstGratuidade(TipoCstGratuidade.CST00);
|
||||
|
@ -1013,6 +1048,16 @@ public class EditarEmpresaController extends MyGenericForwardComposer {
|
|||
empresaEmailFlexBusService.actualizacion(empresaEmailFlexBus);
|
||||
}
|
||||
|
||||
if (empresaCieloLinkConfig == null) {
|
||||
empresaCieloLinkConfig = new EmpresaCieloLinkConfig();
|
||||
empresaCieloLinkConfig.setEmpresa(empresa);
|
||||
preencheInformacoesCieloLinkConfig();
|
||||
empresaCieloLinkConfig = empresaCieloLinkService.suscribir(empresaCieloLinkConfig);
|
||||
} else {
|
||||
preencheInformacoesCieloLinkConfig();
|
||||
empresaCieloLinkService.actualizacion(empresaCieloLinkConfig);
|
||||
}
|
||||
|
||||
if (empresaEmail == null) {
|
||||
empresaEmail = new EmpresaEmail();
|
||||
empresaEmail.setEmpresa(empresa);
|
||||
|
@ -1131,6 +1176,19 @@ public class EditarEmpresaController extends MyGenericForwardComposer {
|
|||
empresaSaferConfig.setCertificado(certificado);
|
||||
}
|
||||
|
||||
private void preencheInformacoesCieloLinkConfig() {
|
||||
empresaCieloLinkConfig.setClientId(txtClientId.getValue());
|
||||
empresaCieloLinkConfig.setMerchantId(txtMerchantId.getValue());
|
||||
empresaCieloLinkConfig.setSecret(txtSecret.getValue());
|
||||
empresaCieloLinkConfig.setUrl(txtCieloUrl.getValue());
|
||||
|
||||
empresaCieloLinkConfig.setMinutosCancela(
|
||||
StringUtils.isEmpty(txtMinutosCancela.getValue())?
|
||||
180:
|
||||
Integer.parseInt(txtMinutosCancela.getValue())
|
||||
);
|
||||
}
|
||||
|
||||
private boolean validarEmail() {
|
||||
if (txtEmail.getText() == null || txtEmail.getText().isEmpty()) {
|
||||
return true;
|
||||
|
@ -2257,7 +2315,7 @@ public void onClick$btnTestEmailFlexBus(Event ev) throws InterruptedException {
|
|||
if (signatureVerified) {
|
||||
SimpleDateFormat fmt = new SimpleDateFormat("dd/MM/yyyy HH:mm:ss");
|
||||
String dadosCertificado = "Certificado: OK" + "\n"
|
||||
+ "Validade: " + fmt.format(c.getNotBefore()) + " até " + fmt.format(c.getNotAfter()) +
|
||||
+ "Validade: " + fmt.format(c.getNotBefore()) + " até " + fmt.format(c.getNotAfter()) +
|
||||
"\n" + "Tipo: " + c.getVersion() + "\n" +
|
||||
c.getSubjectDN().getName();
|
||||
return dadosCertificado;
|
||||
|
@ -2326,7 +2384,7 @@ public void onClick$btnTestEmailFlexBus(Event ev) throws InterruptedException {
|
|||
|
||||
private Boolean isCPFValido(String numDoc) {
|
||||
try {
|
||||
// O Validador não pegava os CPFs com todos os numeros iguais
|
||||
// O Validador não pegava os CPFs com todos os numeros iguais
|
||||
if (numDoc.length() != 11 || numDoc.equals("00000000000") || numDoc.equals("11111111111") || numDoc.equals("22222222222") ||
|
||||
numDoc.equals("33333333333") || numDoc.equals("44444444444") || numDoc.equals("55555555555") ||
|
||||
numDoc.equals("66666666666") || numDoc.equals("77777777777") || numDoc.equals("88888888888") ||
|
||||
|
|
|
@ -272,14 +272,6 @@ public class EditarEstacionController extends MyGenericForwardComposer {
|
|||
private List<String> getTiposImpressora() {
|
||||
List<String> tiposImpressora = new ArrayList<String>();
|
||||
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());
|
||||
}
|
||||
return tiposImpressora;
|
||||
|
|
|
@ -49,13 +49,6 @@ public class EstacionSitefRender implements ListitemRenderer {
|
|||
lc = new Listcell(es.getIpServidor());
|
||||
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) {
|
||||
lc = new Listcell(es.getNumeroDeSerie());
|
||||
lc.setParent(lstm);
|
||||
|
|
|
@ -33,72 +33,48 @@
|
|||
<value>com.rjconsultores.ventaboletos.entidad.AbastoBoleto</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.AutobusDoc</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Clasificacion</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.DetAbastoBoleto
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.FolioPreimpreso
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.RequisicionBoleto
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ClienteFidelidad
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.EstacionImpresora
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.DetAbastoBoleto</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.FolioPreimpreso</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.RequisicionBoleto</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ClienteFidelidad</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.EstacionImpresora</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.AlertaCtrl</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoExcecao
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoTramo
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoExcecao</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoTramo</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.AliasServico</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Autobus</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Autorizacion</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.AutorizacionPerfil
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.AutorizacionPerfil</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Articulo</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.AsientoExclusivo
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.AsientoExclusivo</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Banco</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CancelacionCtrl
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CancelacionCargo
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CancelacionCtrl</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CancelacionCargo</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CasetaPeajeExcepcion</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Categoria</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaBloqueioImpPosterior</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaClase</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaCorrida
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaCorrida</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaCtrl</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaDescuento
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaDescuento</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaMarca</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaMercado
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaMercado</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaOrgao</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaRuta</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaPeriodo
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaTipoPtoVta
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaPeriodo</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CategoriaTipoPtoVta</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Ciudad</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CoeficienteTarifa
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CoeficienteTarifa</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Colonia</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ClaseServicio</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ClaseservicioEquivalencia
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ComisionistaExterno
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CompaniaBancaria
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ClaseservicioEquivalencia</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ComisionistaExterno</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CompaniaBancaria</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Conductor</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ConfigRestriccionPago
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoCanalVenta
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoPtovta
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoVendaWeb
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ConfigRestriccionPago</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoCanalVenta</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoPtovta</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ConfRestricaoVendaWeb</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Convenio</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ConvenioDet</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Constante</value>
|
||||
|
@ -106,10 +82,8 @@
|
|||
<value>com.rjconsultores.ventaboletos.entidad.CorridaCtrl</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CorridaTramo</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Cortesia</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CortesiaBeneficiario
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CortesiaDireccion
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CortesiaBeneficiario</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CortesiaDireccion</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Conexion</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ConexionConf</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ConexionTemp</value>
|
||||
|
@ -121,14 +95,11 @@
|
|||
<value>com.rjconsultores.ventaboletos.entidad.CtrlSerieEmbarcada</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CtrlSerieBPe</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CuponConvenio</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CuponSecretaria
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.CuponSecretaria</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Curso</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Custom</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.DetDiagramaAutobus
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.DepositoBancario
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.DetDiagramaAutobus</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.DepositoBancario</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.DiagramaAutobus</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.DispositivoEmbarcada</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Division</value>
|
||||
|
@ -137,23 +108,19 @@
|
|||
<value>com.rjconsultores.ventaboletos.entidad.Empleado</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Empresa</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.EmpresaImposto</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.EmpresaEquivalencia
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.EmpresaEquivalencia</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Estacion</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.EstacionSitef</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.EstacionRioCard</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Escola</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Estado</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.EsquemaAsiento</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.EsquemaAgrupacion
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.EsquemaAgrupacion</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.EsquemaCorrida</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.EsquemaOperacional
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.EsquemaOperacional</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.EsquemaTramo</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Estado</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ExcepcionRedondo
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ExcepcionRedondo</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Feriado</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.FormaPago</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.FormaPagoDet</value>
|
||||
|
@ -164,24 +131,17 @@
|
|||
<value>com.rjconsultores.ventaboletos.entidad.LogDespesaReceitaDiversa</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Marca</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.MarcaAutobus</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.MercadoCompetido
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.MerchantBancario
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.MercadoCompetido</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.MerchantBancario</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Moneda</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.MonitoramentoCRZ</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.MonitoramentoCCF</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.MarcaClaseServicio
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.MarcaClaseServicio</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.MotivoCancelacion</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.MotivoDevolucaoBilhete</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.MotivoCancelVendaPacote
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.MotivocancelacionEquivalencia
|
||||
</value>
|
||||
|
||||
<value>com.rjconsultores.ventaboletos.entidad.MotivoReimpresion
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.MotivoCancelVendaPacote</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.MotivocancelacionEquivalencia</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.MotivoReimpresion</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.MotivoViaje</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Nodo</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.OrgaoCancelacion</value>
|
||||
|
@ -190,47 +150,32 @@
|
|||
<value>com.rjconsultores.ventaboletos.entidad.Pais</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Parada</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ParadaCodOrgaoConcedente</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ParadaEquivalencia
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ParamAcumulaMasivo
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ParamAcumulaPunto
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ParamCanjePunto
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ParamCostoTarjeta
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ParamCompraPunto
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ParamRecoleccion
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ParadaEquivalencia</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ParamAcumulaMasivo</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ParamAcumulaPunto</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ParamCanjePunto</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ParamCostoTarjeta</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ParamCompraPunto</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ParamRecoleccion</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ParamConexion</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Perfil</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PerfilFuncion</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PeriodoVacacional
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PeriodoVacacional</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Plaza</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Pricing</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingFormapago
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingFormapago</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingImporte</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingVigencia
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingVigencia</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingClase</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingMarca</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingMercado</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingDia</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingCorrida</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingOcupaAntecipa
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingPuntoVenta
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingCategoria
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingTipoPtoVta
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingTipoServicio
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingOcupaAntecipa</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingPuntoVenta</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingCategoria</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingTipoPtoVta</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingTipoServicio</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingAsiento</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingEspecifico</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingEspecificoOcupacion</value>
|
||||
|
@ -238,10 +183,8 @@
|
|||
<value>com.rjconsultores.ventaboletos.entidad.PricingEspecificoCanalVendas</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingClasseTarifaria</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PricingRuta</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ProductoServicio
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ProdClaseServicio
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ProductoServicio</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ProdClaseServicio</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ProdFormaPago</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ProdMarca</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ProdPrecio</value>
|
||||
|
@ -250,53 +193,38 @@
|
|||
<value>com.rjconsultores.ventaboletos.entidad.ProdRuta</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ProdTipoptovta</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ProdVigencia</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ProductoServicio
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ProductoServicio</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaAgencia</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaCatInd</value>
|
||||
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PtoVtaCheckin</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PtoVtaSeguro</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaAntecipacomissao
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.InstiFinanceira
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaAntecipacomissao</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.InstiFinanceira</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaComissao</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaDiversos</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaEstoque</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaEmpresaBloqueada
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaEmpresaBloqueada</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaHorario</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaTitular</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaEmpresa</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PtoVtaUsuarioBancario
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PtoVtaUsuarioBancario</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PuntoVenta</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Redondeo</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.RedondeoCtrl</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.RedondeoMarca</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ReservacionCategoria
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ReservacionClase
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ReservacionCtrl
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ReservacionMarca
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ReservacionMercado
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ReservacionPuntoVenta
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.RestriccionPago
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ReservacionCategoria</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ReservacionClase</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ReservacionCtrl</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ReservacionMarca</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ReservacionMercado</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ReservacionPuntoVenta</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.RestriccionPago</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.RolOperativo</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Ruta</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.RutaCombinacion
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.RutaCombinacion</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.RutaEmpresa</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.RutaSecuencia</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.RhPagoConductor
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.RhPagoConductor</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Secretaria</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.SecretariaEmpresa</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.SeguradoraEmpresa</value>
|
||||
|
@ -306,29 +234,21 @@
|
|||
<value>com.rjconsultores.ventaboletos.entidad.Sistema</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TaxaEmbarqueKm</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TaxaEmbLevante</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TaxaEmbLevanteCtrl
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TaxaEmbarqueParada
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TarjetaFidelidad
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TarjetaRecaudacion
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TaxaEmbLevanteCtrl</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TaxaEmbarqueParada</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TarjetaFidelidad</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TarjetaRecaudacion</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Tarifa</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TarifaOficial</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TarifaHist</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TarifaMinima</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TarifaCategoria
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TarifaTipoptovta
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TarifaCategoria</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TarifaTipoptovta</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TipoConvenio</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TipoCambioCtrl</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TipoCambioCiudad
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TipoCambioCiudad</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TipoCorte</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TipoCortesiaDescuento
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TipoCortesiaDescuento</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TipoCortesia</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TipoDocAutobus</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TipoDomicilio</value>
|
||||
|
@ -343,61 +263,43 @@
|
|||
<value>com.rjconsultores.ventaboletos.entidad.TipoVenta</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Tramo</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TramoServicio</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TramoKmServicio
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TramoKmServicio</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TramoTiempo</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TramoKm</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Turno</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Usuario</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.UsuarioBancario
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.UsuarioBancario</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.UsuarioEmpresa</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.UsuarioPerfil</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.UsuarioSesion</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.UsuarioUbicacion
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.UsuarioUbicacion</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Via</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.VigenciaTarifa</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Zona</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ParamArticulo</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.EventoExtra</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TipoEventoExtra
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.AjusteEventoExtra
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TipoEventoExtra</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.AjusteEventoExtra</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TarjetaViaje</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Cliente</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ClienteDireccion
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.ClienteDireccion</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TarjetaCredito</value>
|
||||
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Aidf</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.AidfEspecie</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.AidfTipo</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TipoMovimentacion
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaTipoEstoque
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.TipoMovimentacion</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.PtovtaTipoEstoque</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.AbastoCentral</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.AbastoHisto</value>
|
||||
|
||||
<value>com.rjconsultores.ventaboletos.entidad.Clasificacion</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.AbastoBoleto</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.DetAbastoBoleto
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.FolioPreimpreso
|
||||
</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.RequisicionBoleto
|
||||
</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.DetAbastoBoleto</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.FolioPreimpreso</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.RequisicionBoleto</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>
|
||||
|
@ -414,7 +316,6 @@
|
|||
<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>
|
||||
|
@ -425,7 +326,6 @@
|
|||
<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>
|
||||
|
@ -520,6 +420,7 @@
|
|||
<value>com.rjconsultores.ventaboletos.entidad.RedondeoOrgaoConcedente</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.HistoricoFormaPagoPuntoVenta</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.EmpresaAdyenConfig</value>
|
||||
<value>com.rjconsultores.ventaboletos.entidad.EmpresaCieloLinkConfig</value>
|
||||
|
||||
</list>
|
||||
</property>
|
||||
|
@ -592,5 +493,4 @@
|
|||
<bean id="sqlBuilder"
|
||||
class="com.rjconsultores.ventaboletos.dao.sqlbuilder.SQLBuilder"
|
||||
factory-bean="sqlFactory" factory-method="getBuilder" />
|
||||
|
||||
</beans>
|
|
@ -1396,6 +1396,7 @@ editarFormaPagoController.lblCateiraDigitalTrocoSimples.label = Troco Simples
|
|||
editarFormaPagoController.lblCateiraDigitalTef.label = TEF
|
||||
editarFormaPagoController.lblCateiraDigitalTpi.label = TPI
|
||||
editarFormaPagoController.lblCateiraDigitalCielo.label = Cielo Link
|
||||
editarFormaPagoController.lblETicket.label=E_Ticket
|
||||
|
||||
# Muestra o tipo de Pesquisa Ponto Venda
|
||||
busquedaTipoPuntoVentaController.window.title = Canal de Venda
|
||||
|
@ -1793,6 +1794,9 @@ editarEmpresaController.lbInscricaoMunicipal.value =Inscrição Municipal
|
|||
editarEmpresaController.label.isento = ISENTO
|
||||
editarEmpresaController.lbInscricaoMunicipal.label =Insc.Municipal
|
||||
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.instiFinanceira = Instituição Financeira
|
||||
|
@ -7621,6 +7625,8 @@ busquedaTarjetaCreditoController.tarjetaCreditoId.label = ID
|
|||
busquedaTarjetaCreditoController.cantMaxSinTasa.label = Max. sem juros
|
||||
busquedaTarjetaCreditoController.canMaxConTasa.label = Max. com juros
|
||||
busquedaTarjetaCreditoController.tasa.label = Juros
|
||||
busquedaTarjetaCreditoController.parcelaMinima.label = Parcela Mínima
|
||||
busquedaTarjetaCreditoController.indAplicarJuros.label = Aplicar juros venda
|
||||
|
||||
#Editar Tarjeta Credito
|
||||
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.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.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.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.lblCieloUrl.value=URL Cielo
|
||||
editarEmpresaController.lblSecret.value=Secret
|
||||
editarEmpresaController.lblMinutosCancela.value=Minutos Cancelamento
|
||||
editarEmpresaController.lblMerchantId.value=Merchant ID
|
||||
editarEmpresaController.lblClientId.value=Cliente ID
|
||||
|
||||
|
|
|
@ -1218,6 +1218,7 @@ editarFormaPagoController.lblCateiraDigitalTrocoSimples.label = Troco Simples
|
|||
editarFormaPagoController.lblCateiraDigitalTef.label = TEF
|
||||
editarFormaPagoController.lblCateiraDigitalTpi.label = TPI
|
||||
editarFormaPagoController.lblCateiraDigitalCielo.label = Cielo Link
|
||||
editarFormaPagoController.lblETicket.label=E_Ticket
|
||||
|
||||
# Muestra o tipo de Búsqueda Punto 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.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.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.instiFinanceira = Instituición financiera
|
||||
|
@ -7151,6 +7155,8 @@ busquedaTarjetaCreditoController.tarjetaCreditoId.label = ID
|
|||
busquedaTarjetaCreditoController.cantMaxSinTasa.label = Max. sin intereses
|
||||
busquedaTarjetaCreditoController.canMaxConTasa.label = Max. con intereses
|
||||
busquedaTarjetaCreditoController.tasa.label = Intereses
|
||||
busquedaTarjetaCreditoController.parcelaMinima.label = Parcela Mínima
|
||||
busquedaTarjetaCreditoController.indAplicarJuros.label = Aplicar juros venda
|
||||
|
||||
#Editar Tarjeta Credito
|
||||
editarTarjetaCreditoController.window.title = Tarjeta de crédito
|
||||
|
@ -8692,6 +8698,7 @@ editarEmpresaController.realizaCalculoComissaoPeriodo.ajuda = Realiza o calculo
|
|||
editarEmpresaController.configuracaoCieloLink.label= CieloLink
|
||||
editarEmpresaController.lblCieloUrl.value=URL Cielo
|
||||
editarEmpresaController.lblSecret.value=Secret
|
||||
editarEmpresaController.lblMinutosCancela.value=Minutos Cancelamento
|
||||
editarEmpresaController.lblMerchantId.value=Merchant 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.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.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.usaTabelaPrecoEmbarcada.ajuda=Utilizar tabela de preço da Embarcada
|
||||
|
|
|
@ -1397,6 +1397,7 @@ editarFormaPagoController.lblCateiraDigitalTrocoSimples.label = Troco Simples
|
|||
editarFormaPagoController.lblCateiraDigitalTef.label = TEF
|
||||
editarFormaPagoController.lblCateiraDigitalTpi.label = TPI
|
||||
editarFormaPagoController.lblCateiraDigitalCielo.label = Cielo Link
|
||||
editarFormaPagoController.lblETicket.label=E_Ticket
|
||||
|
||||
# Muestra o tipo de Pesquisa Ponto Venda
|
||||
busquedaTipoPuntoVentaController.window.title = Canal de Venda
|
||||
|
@ -7622,6 +7623,8 @@ busquedaTarjetaCreditoController.tarjetaCreditoId.label = ID
|
|||
busquedaTarjetaCreditoController.cantMaxSinTasa.label = Max. sem juros
|
||||
busquedaTarjetaCreditoController.canMaxConTasa.label = Max. com juros
|
||||
busquedaTarjetaCreditoController.tasa.label = Juros
|
||||
busquedaTarjetaCreditoController.parcelaMinima.label = Parcela Mínima
|
||||
busquedaTarjetaCreditoController.indAplicarJuros.label = Aplicar juros venda
|
||||
|
||||
#Editar Tarjeta Credito
|
||||
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.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.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.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.lblCieloUrl.value=URL Cielo
|
||||
editarEmpresaController.lblSecret.value=Secret
|
||||
editarEmpresaController.lblMinutosCancela.value=Minutos Cancelamento
|
||||
editarEmpresaController.lblMerchantId.value=Merchant ID
|
||||
editarEmpresaController.lblClientId.value=Cliente ID
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
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">
|
||||
|
||||
<description>ventaboletos</description>
|
||||
<description>VentaBoletosAdm</description>
|
||||
<display-name>ventaboletosadm</display-name>
|
||||
|
||||
<context-param>
|
||||
|
|
|
@ -56,6 +56,8 @@
|
|||
label="${c:l('editarEmpresaController.voucherPersonalizado.label')}" />
|
||||
<tab
|
||||
label="${c:l('editarEmpresaController.configuracaoFlexbus.label')}" />
|
||||
<tab
|
||||
label="${c:l('editarEmpresaController.configuracaoCieloLink.label')}" />
|
||||
<tab id="tabSafer" visible="false"
|
||||
label="${c:l('editarEmpresaController.lblSafer.value')}" />
|
||||
<tab id="tabAdyen"
|
||||
|
@ -64,7 +66,6 @@
|
|||
</tabs>
|
||||
|
||||
<tabpanels style="overflow: auto">
|
||||
|
||||
<tabpanel>
|
||||
<grid fixedLayout="true">
|
||||
<columns>
|
||||
|
@ -1019,7 +1020,32 @@
|
|||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.indSegundaViaSeguroOpcional')}" style="cursor: help" />
|
||||
</hlayout>
|
||||
</groupbox>
|
||||
|
||||
</row>
|
||||
<row>
|
||||
<groupbox>
|
||||
<caption
|
||||
label="${c:l('editarEmpresaController.indHabilitaVendaDeBilheteSemelhante')}" />
|
||||
<hlayout>
|
||||
<checkbox
|
||||
id="chkIndHabilitaVendaDeBilheteSemelhante"
|
||||
value="@{winEditarEmpresa$composer.empresa.indVendeDeBilheteSemelhante}" />
|
||||
<image
|
||||
src="/gui/img/Question_mark_1.png"
|
||||
tooltiptext="${c:l('editarEmpresaController.indHabilitaVendaDeBilheteSemelhante.help')}"
|
||||
style="cursor: help" />
|
||||
|
||||
</hlayout>
|
||||
</groupbox>
|
||||
<groupbox>
|
||||
<caption label="${c:l('editarEmpresaController.indJurosCredito')}" />
|
||||
|
||||
<hlayout>
|
||||
<checkbox id="chkIndJurosCredito" value="@{winEditarEmpresa$composer.empresa.indJurosCredito}" />
|
||||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.indJurosCredito')}" style="cursor: help" />
|
||||
</hlayout>
|
||||
</groupbox>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</tabpanel>
|
||||
|
@ -1923,8 +1949,8 @@
|
|||
|
||||
</tabpanels>
|
||||
</tabbox>
|
||||
<label
|
||||
value="Tipo Operação" />
|
||||
|
||||
<label value="Tipo Operação" />
|
||||
<combobox id="cmbTipoOperacao" width="30%"
|
||||
mold="rounded" buttonVisible="true"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||
|
@ -1937,7 +1963,6 @@
|
|||
<tab label="Anexo" />
|
||||
</tabs>
|
||||
<tabpanels>
|
||||
|
||||
<tabpanel>
|
||||
<grid>
|
||||
<columns>
|
||||
|
@ -1964,22 +1989,15 @@
|
|||
|
||||
</tabpanel>
|
||||
|
||||
|
||||
<tabpanel>
|
||||
|
||||
<ckeditor id="messageAnexo1Ecommerce"
|
||||
value="@{winEditarEmpresa$composer.empresaEmailEComerce.anexo1}"
|
||||
width="100%">
|
||||
</ckeditor>
|
||||
|
||||
</tabpanel>
|
||||
|
||||
</tabpanels>
|
||||
|
||||
</tabbox>
|
||||
|
||||
|
||||
|
||||
</tabpanel>
|
||||
|
||||
<tabpanel>
|
||||
|
@ -2083,66 +2101,114 @@
|
|||
width="100%">
|
||||
</ckeditor>
|
||||
</tabpanel>
|
||||
|
||||
|
||||
|
||||
</tabpanels>
|
||||
</tabbox>
|
||||
|
||||
</tabpanel>
|
||||
|
||||
<tabpanel>
|
||||
<grid fixedLayout="true">
|
||||
<columns>
|
||||
<column width="25%" />
|
||||
<column width="75%" />
|
||||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
<label
|
||||
value="${c:l('editarEmpresaController.lblCodigoSafer.value')}" />
|
||||
<textbox id="txtPartnerId"
|
||||
maxlength="100"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||
</row>
|
||||
<row>
|
||||
<label
|
||||
value="${c:l('editarEmpresaController.lblCodigoContratoSafer.value')}" />
|
||||
<textbox id="txtContractId"
|
||||
maxlength="100"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||
</row>
|
||||
<tabpanel>
|
||||
<grid fixedLayout="true">
|
||||
<columns>
|
||||
<column width="25%" />
|
||||
<column width="75%" />
|
||||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
<label
|
||||
value="${c:l('editarEmpresaController.lblClientId.value')}" />
|
||||
<textbox id="txtClientId"
|
||||
isUpperCase="false"
|
||||
width="70%"
|
||||
maxlength="50"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxCustom" />
|
||||
</row>
|
||||
<row>
|
||||
<label
|
||||
value="${c:l('editarEmpresaController.lblMerchantId.value')}" />
|
||||
<textbox id="txtMerchantId"
|
||||
isUpperCase="false"
|
||||
width="70%"
|
||||
maxlength="50"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxCustom" />
|
||||
</row>
|
||||
<row>
|
||||
<label
|
||||
value="${c:l('editarEmpresaController.lblSecret.value')}" />
|
||||
<textbox id="txtSecret"
|
||||
isUpperCase="false"
|
||||
width="70%"
|
||||
maxlength="50"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxCustom" />
|
||||
</row>
|
||||
<row>
|
||||
<label
|
||||
value="${c:l('editarEmpresaController.lblMinutosCancela.value')}" />
|
||||
<textbox id="txtMinutosCancela"
|
||||
width="50%"
|
||||
maxlength="20"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxCustom" />
|
||||
</row>
|
||||
<row>
|
||||
<label
|
||||
value="${c:l('editarEmpresaController.lblCieloUrl.value')}" />
|
||||
<textbox id="txtCieloUrl"
|
||||
isUpperCase="false"
|
||||
width="70%"
|
||||
maxlength="50"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxCustom" />
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</tabpanel>
|
||||
|
||||
<row spans="2">
|
||||
<tabpanel >
|
||||
<grid fixedLayout="true">
|
||||
<columns>
|
||||
<column width="25%" />
|
||||
<column width="75%" />
|
||||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
<label
|
||||
value="${c:l('editarEmpresaController.lblCodigoSafer.value')}" />
|
||||
<textbox id="txtPartnerId"
|
||||
maxlength="100"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||
</row>
|
||||
<row>
|
||||
<label
|
||||
value="${c:l('editarEmpresaController.lblCodigoContratoSafer.value')}" />
|
||||
<textbox id="txtContractId"
|
||||
maxlength="100"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||
</row>
|
||||
|
||||
<groupbox>
|
||||
<caption
|
||||
label="${c:l('editarEmpresaController.lblInfoSafer.value')}" />
|
||||
|
||||
<hlayout>
|
||||
|
||||
<label
|
||||
value="${c:l('winLogin.lblSenha')}" />
|
||||
<textbox
|
||||
id="txtSenhaCertificado" type="password" />
|
||||
<fileupload
|
||||
label="${c:l('editarEmpresaController.lblCarregarCertificadoSafer.value')}"
|
||||
onUpload="winEditarEmpresa$composer.uploadFile(event)" />
|
||||
|
||||
</hlayout>
|
||||
</groupbox>
|
||||
<row spans="2">
|
||||
<groupbox>
|
||||
<caption
|
||||
label="${c:l('editarEmpresaController.lblInfoSafer.value')}" />
|
||||
|
||||
<hlayout>
|
||||
|
||||
<label
|
||||
value="${c:l('winLogin.lblSenha')}" />
|
||||
<textbox
|
||||
id="txtSenhaCertificado" type="password" />
|
||||
<fileupload
|
||||
label="${c:l('editarEmpresaController.lblCarregarCertificadoSafer.value')}"
|
||||
onUpload="winEditarEmpresa$composer.uploadFile(event)" />
|
||||
|
||||
</hlayout>
|
||||
</groupbox>
|
||||
</row>
|
||||
|
||||
<row spans="2">
|
||||
<label id="lblCertificado"
|
||||
multiline="true" />
|
||||
</row>
|
||||
|
||||
</row>
|
||||
|
||||
<row spans="2">
|
||||
<label id="lblCertificado"
|
||||
multiline="true" />
|
||||
</row>
|
||||
|
||||
</rows>
|
||||
</grid>
|
||||
</tabpanel>
|
||||
</rows>
|
||||
</grid>
|
||||
</tabpanel>
|
||||
|
||||
<tabpanel>
|
||||
<grid fixedLayout="true">
|
||||
|
@ -2170,12 +2236,11 @@
|
|||
value="${c:l('editarEmpresaController.apiKey.label')}" />
|
||||
<textbox id="txtApiKeyAdyen" width="80%" maxlength="255"
|
||||
value="@{winEditarEmpresa$composer.empresaAdyenConfig.apiKey}" />
|
||||
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</tabpanel>
|
||||
|
||||
|
||||
</tabpanels>
|
||||
</tabbox>
|
||||
</window>
|
||||
|
|
|
@ -74,6 +74,24 @@
|
|||
converter=com.rjconsultores.ventaboletos.web.utilerias.StringDecimalToDecimalConverter}" />
|
||||
|
||||
</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>
|
||||
</grid>
|
||||
</window>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
</center>
|
||||
<south>
|
||||
<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"/>
|
||||
<toolbarbutton id="toolBarUser" image="/gui/img/user24.png"/>
|
||||
</toolbar>
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
</row>
|
||||
<row spans="2" align="center">
|
||||
<hbox align="center">
|
||||
<h:input type="button"
|
||||
<h:input type="button" name="btnAcessar"
|
||||
value="${c:l('winLogin.btnAcessar')}" w:onClick="validate()" />
|
||||
</hbox>
|
||||
</row>
|
||||
|
|
Loading…
Reference in New Issue