Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
B
birt for gdoc2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
José Emmanuel Noguera
birt for gdoc2
Commits
b71aaca1
Commit
b71aaca1
authored
May 29, 2019
by
José Emmanuel Noguera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
actualiza acceso a bd y toma fecha parametro como DD/MM/YYYY
parent
84cb6c7c
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
9 deletions
+9
-9
busqueda_a.rptdesign
busqueda_a/busqueda_a.rptdesign
+3
-3
busqueda_s.rptdesign
busqueda_s/busqueda_s.rptdesign
+1
-1
cambiarConexion.sh
cambiarConexion.sh
+1
-1
exped_x_seccion.rptdesign
exped_x_seccion/exped_x_seccion.rptdesign
+1
-1
exped_x_tramite.rptdesign
exped_x_tramite/exped_x_tramite.rptdesign
+1
-1
exped_x_tramite_det.rptdesign
exped_x_tramite/exped_x_tramite_det.rptdesign
+1
-1
expediente.rptdesign
expedientes/expediente.rptdesign
+1
-1
No files found.
busqueda_a/busqueda_a.rptdesign
View file @
b71aaca1
...
...
@@ -253,7 +253,7 @@ appvalue1=values.get("Entry1");
<data-sources>
<oda-data-source
extensionID=
"org.eclipse.birt.report.data.oda.jdbc"
name=
"expedientesDS"
id=
"601"
>
<property
name=
"odaDriverClass"
>
org.postgresql.Driver
</property>
<property
name=
"odaURL"
>
jdbc:postgresql://sbd.rec.una.py/gdoc
</property>
<property
name=
"odaURL"
>
jdbc:postgresql://sbd
2
.rec.una.py/gdoc
</property>
<property
name=
"odaUser"
>
gdocweb
</property>
<encrypted-property
name=
"odaPassword"
encryptionID=
"base64"
>
ZXhwMDAw
</encrypted-property>
</oda-data-source>
...
...
@@ -303,11 +303,11 @@ if (params["param_cod_sec"] != '' && params["param_cod_sec"] != 'null' && params
}
if (params["param_f_entrada"] != ''
&&
params["param_f_entrada"] != 'null'
&&
params["param_f_entrada"] != null){
this.queryText = this.queryText + "AND cast(de.fecha_entrada as date) =
'" + params["param_f_entrada"] + "'
";
this.queryText = this.queryText + "AND cast(de.fecha_entrada as date) =
to_date( '" + params["param_f_entrada"]+ "' , 'DD/MM/YYYY')
";
}
if (params["param_f_salida"] != ''
&&
params["param_f_salida"] != 'null'
&&
params["param_f_salida"] != null){
this.queryText = this.queryText + "AND cast(de.fecha_salida as date) =
'" + params["param_f_salida"] + "'
";
this.queryText = this.queryText + "AND cast(de.fecha_salida as date) =
to_date( '" + params["param_f_salida"]+ "' , 'DD/MM/YYYY')
";
}
if (params["param_estado_actual"] != ''
&&
params["param_estado_actual"] != 'null'
&&
params["param_estado_actual"] != null){
...
...
busqueda_s/busqueda_s.rptdesign
View file @
b71aaca1
...
...
@@ -139,7 +139,7 @@ if (params["param_estado"] != ''){
<data-sources>
<oda-data-source
extensionID=
"org.eclipse.birt.report.data.oda.jdbc"
name=
"expedientesDS"
id=
"601"
>
<property
name=
"odaDriverClass"
>
org.postgresql.Driver
</property>
<property
name=
"odaURL"
>
jdbc:postgresql://sbd
.der
.una.py/gdoc
</property>
<property
name=
"odaURL"
>
jdbc:postgresql://sbd
2.rec
.una.py/gdoc
</property>
<property
name=
"odaUser"
>
gdocweb
</property>
<encrypted-property
name=
"odaPassword"
encryptionID=
"base64"
>
ZXhwMDAw
</encrypted-property>
</oda-data-source>
...
...
cambiarConexion.sh
View file @
b71aaca1
SERV_OLD
=
'sbd.rec.una.py'
SERV_OLD
=
'sbd
2
.rec.una.py'
SERV_NEW
=
'sbd.der.una.py'
DIR
=
$(
ls
)
...
...
exped_x_seccion/exped_x_seccion.rptdesign
View file @
b71aaca1
...
...
@@ -81,7 +81,7 @@
<data-sources>
<oda-data-source
extensionID=
"org.eclipse.birt.report.data.oda.jdbc"
name=
"expedientesDS"
id=
"601"
>
<property
name=
"odaDriverClass"
>
org.postgresql.Driver
</property>
<property
name=
"odaURL"
>
jdbc:postgresql://sbd
.der
.una.py/gdoc
</property>
<property
name=
"odaURL"
>
jdbc:postgresql://sbd
2.rec
.una.py/gdoc
</property>
<property
name=
"odaUser"
>
gdocweb
</property>
<encrypted-property
name=
"odaPassword"
encryptionID=
"base64"
>
ZXhwMDAw
</encrypted-property>
</oda-data-source>
...
...
exped_x_tramite/exped_x_tramite.rptdesign
View file @
b71aaca1
...
...
@@ -81,7 +81,7 @@
<data-sources>
<oda-data-source
extensionID=
"org.eclipse.birt.report.data.oda.jdbc"
name=
"expedientesDS"
id=
"601"
>
<property
name=
"odaDriverClass"
>
org.postgresql.Driver
</property>
<property
name=
"odaURL"
>
jdbc:postgresql://sbd
.der
.una.py/gdoc
</property>
<property
name=
"odaURL"
>
jdbc:postgresql://sbd
2.rec
.una.py/gdoc
</property>
<property
name=
"odaUser"
>
gdocweb
</property>
<encrypted-property
name=
"odaPassword"
encryptionID=
"base64"
>
ZXhwMDAw
</encrypted-property>
</oda-data-source>
...
...
exped_x_tramite/exped_x_tramite_det.rptdesign
View file @
b71aaca1
...
...
@@ -81,7 +81,7 @@
<data-sources>
<oda-data-source
extensionID=
"org.eclipse.birt.report.data.oda.jdbc"
name=
"expedientesDS"
id=
"601"
>
<property
name=
"odaDriverClass"
>
org.postgresql.Driver
</property>
<property
name=
"odaURL"
>
jdbc:postgresql://sbd
.der
.una.py/gdoc
</property>
<property
name=
"odaURL"
>
jdbc:postgresql://sbd
2.rec
.una.py/gdoc
</property>
<property
name=
"odaUser"
>
gdocweb
</property>
<encrypted-property
name=
"odaPassword"
encryptionID=
"base64"
>
ZXhwMDAw
</encrypted-property>
</oda-data-source>
...
...
expedientes/expediente.rptdesign
View file @
b71aaca1
...
...
@@ -35,7 +35,7 @@
<data-sources>
<oda-data-source
extensionID=
"org.eclipse.birt.report.data.oda.jdbc"
name=
"expedientesDS"
id=
"8"
>
<property
name=
"odaDriverClass"
>
org.postgresql.Driver
</property>
<property
name=
"odaURL"
>
jdbc:postgresql://sbd
.der
.una.py/gdoc
</property>
<property
name=
"odaURL"
>
jdbc:postgresql://sbd
2.rec
.una.py/gdoc
</property>
<property
name=
"odaUser"
>
gdocweb
</property>
<encrypted-property
name=
"odaPassword"
encryptionID=
"base64"
>
ZXhwMDAw
</encrypted-property>
</oda-data-source>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment