bug#11600
dev: julio qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@85274 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
9a05693f16
commit
9cb0ad7d2b
|
@ -2367,9 +2367,9 @@ public class FiscalHibernateDAO extends HibernateDaoSupport implements FiscalDAO
|
||||||
sb.append(" and f.fechorfolio >= to_date(?,'DD/MM/YYYY HH24:MI:SS') and f.fechorfolio <= to_date(?,'DD/MM/YYYY HH24:MI:SS') ");
|
sb.append(" and f.fechorfolio >= to_date(?,'DD/MM/YYYY HH24:MI:SS') and f.fechorfolio <= to_date(?,'DD/MM/YYYY HH24:MI:SS') ");
|
||||||
sb.append(" and f.empresa_id = ? ");
|
sb.append(" and f.empresa_id = ? ");
|
||||||
sb.append(" and eof.cveestado like ? ");
|
sb.append(" and eof.cveestado like ? ");
|
||||||
sb.append(" and ((b.tipoventa_id = 3 and b.indstatusboleto = 'V' and b.indreimpresion = 0) ");
|
sb.append(" and (f.indcancelacion = 1 or ( ((b.tipoventa_id = 3 and b.indstatusboleto = 'V' and b.indreimpresion = 0) ");
|
||||||
sb.append(" or (b.tipoventa_id in (12,18) and b.indstatusboleto = 'E' and b.numfoliosistema = b.numfoliopreimpreso)) ");
|
sb.append(" or (b.tipoventa_id in (12,18) and b.indstatusboleto = 'E' and b.numfoliosistema = b.numfoliopreimpreso)) ");
|
||||||
sb.append(" and (b.motivocancelacion_id is null or b.motivocancelacion_id <> 35) ");
|
sb.append(" and (b.motivocancelacion_id is null or b.motivocancelacion_id <> 35) ))");
|
||||||
sb.append(" order by dataEmissaoRMD ");
|
sb.append(" order by dataEmissaoRMD ");
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
|
@ -195,6 +195,9 @@ public class ExportacaoBPR {
|
||||||
BigDecimal porc_red_estadual = base.getPorcReducaoEstadual();
|
BigDecimal porc_red_estadual = base.getPorcReducaoEstadual();
|
||||||
BigDecimal tributacao_importacao = base.getTributacaoImportacao();
|
BigDecimal tributacao_importacao = base.getTributacaoImportacao();
|
||||||
|
|
||||||
|
if (base.getDocumentoCancelado())
|
||||||
|
continue;
|
||||||
|
|
||||||
if (numeroAIDF == null || numeroAIDF.trim().isEmpty() || numeroAIDF.trim().equals("0")) {
|
if (numeroAIDF == null || numeroAIDF.trim().isEmpty() || numeroAIDF.trim().equals("0")) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue