diff --git a/pom.xml b/pom.xml
index 5733c4bf1..7173d9628 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,12 +4,12 @@
4.0.0
br.com.rjconsultores
ventaboletosadm
- 1.158.1
+ 1.159.0
war
1.119.0
- 1.100.1
+ 1.101.0
UTF-8
diff --git a/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioMovimentoMensalPassageiroCeturb.java b/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioMovimentoMensalPassageiroCeturb.java
new file mode 100644
index 000000000..04cd0b394
--- /dev/null
+++ b/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioMovimentoMensalPassageiroCeturb.java
@@ -0,0 +1,234 @@
+package com.rjconsultores.ventaboletos.relatorios.impl;
+
+import java.math.BigDecimal;
+import java.sql.Connection;
+import java.sql.ResultSet;
+import java.text.SimpleDateFormat;
+import java.util.ArrayList;
+import java.util.HashMap;
+import java.util.Iterator;
+import java.util.List;
+import java.util.Map;
+
+import com.rjconsultores.ventaboletos.relatorios.utilitarios.ArrayDataSource;
+import com.rjconsultores.ventaboletos.relatorios.utilitarios.Relatorio;
+import com.rjconsultores.ventaboletos.utilerias.MoneyHelper;
+import com.rjconsultores.ventaboletos.web.utilerias.NamedParameterStatement;
+
+public class RelatorioMovimentoMensalPassageiroCeturb extends Relatorio {
+
+ public RelatorioMovimentoMensalPassageiroCeturb(Map parametros, Connection conexao) throws Exception {
+ super(parametros, conexao);
+
+ this.setCustomDataSource(new ArrayDataSource(this) {
+
+ @SuppressWarnings("rawtypes")
+ public void initDados() throws Exception {
+ Connection conexao = this.relatorio.getConexao();
+ Map parametros = this.relatorio.getParametros();
+ String dataDe = (String) parametros.get("DATA_DE"), dataAte = (String) parametros.get("DATA_ATE"), linhasIds = null;
+ Boolean isLinhas = false;
+ Integer empresaId = null;
+ List