parroquia 0.0.6 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 400b5f90b1bc01caddd420a31b5ea3255e8275445b7a88b62ac0ef8a75888c85
4
- data.tar.gz: 9631258a02fa872fcbc887257f825de15117f06780de1228f296c47c3e4eafbf
3
+ metadata.gz: 46dc26f7e22d562911323413725113ca5dea857170722c50fff192a9d81b5c04
4
+ data.tar.gz: a75681bf2e6a4bebd52412f4945cdf73740903c4681794b2fe7f914174b8de6c
5
5
  SHA512:
6
- metadata.gz: 41dfccd080daa5541731bd0c634134c35d6d0a0bd6e6447c11245ae0ace03f7444f75e1c7af1b7d0ea5ef115a1b444089a5b1969532925b582599b27719b704c
7
- data.tar.gz: 70e96b85d3c11ea656b702f660ff1bf1b71e0ef1104022666ce34f0d1d2742f07f03ab1467c6bd64accbfe6d53f7d8b9388f13a8324bce9e8849e14d6c22d9ae
6
+ metadata.gz: 1f2d84df90ec3b37040f4787eff7774458d25e10a5b28679600375c32eb93a1aef666e6ac0fa2667372cd77ad704d7dc74e2a7a1461fb86e4f53b92b2fd9b594
7
+ data.tar.gz: 772264de62ac1b82a9747e40fc53cadc1d4af715e520c75769e95316e2da5ac7b77a3e366a51c94e7c0b994eca0ce158d3c741ac26add05f934c803e6c1baf24
@@ -65,7 +65,6 @@ class Consulta < FXMainWindow
65
65
  sql += " AND sacramentos.sacramento = '#{sacramento}'" unless sacramento.empty?
66
66
  puts sql
67
67
  $conn.exec(sql) do |result|
68
- puts result.values
69
68
  if result.values.empty?
70
69
  FXMessageBox.information(self, MBOX_OK, "Información", "No se encontraron registros")
71
70
  else
@@ -151,11 +151,11 @@ class ResultadosConsulta < FXMainWindow
151
151
  # Definir tres casos en los que se puede imprimir el certificado y los distintos formatos para bautismo, confirmación y matrimonio
152
152
  # Bautismo
153
153
  # Encabezado
154
- pdf.image "assets/images/arquidiocesisquito.png", height: 100, position: :absolute, at: [-60, 680]
154
+ pdf.image File.join(File.dirname(__FILE__), "assets/images/arquidiocesisquito.png"), height: 100, position: :absolute, at: [-60, 680]
155
155
  pdf.text_box "Arquidiócesis de Quito", align: :center, size: 16, style: :bold, at: [10, 670], width: pdf.bounds.width
156
156
  pdf.text_box "Parroquia \"San Judas Tadeo\"", align: :center, size: 14, style: :bold, at: [10, 650], width: pdf.bounds.width
157
157
  pdf.text_box "Jaime Roldós Aguilera, calle Oe13A y N82\nEl Condado, Quito - Ecuador\nTeléfono: 02496446", align: :center, size: 10, at: [10, 630], width: pdf.bounds.width
158
- pdf.image "assets/images/sanjudastadeo.png", height: 100, position: :absolute, at: [430, 680]
158
+ pdf.image File.join(File.dirname(__FILE__), "assets/images/sanjudastadeo.png"), height: 100, position: :absolute, at: [430, 680]
159
159
 
160
160
  case registros_seleccionados[0][1]
161
161
  when "Bautismo"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parroquia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francisco Javier Borja Lobato