parroquia 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5474febd021d4afb91289dd91c25c88e3b3ff9760b777e96f1b26e17a17beb7e
|
4
|
+
data.tar.gz: da3fc9f34ca84c0c6be1c896b69c72dcc18f43e5ec461982f4dc56fb53a883f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17b43bbab2fff933f28ec371935493b9a2d66878d232d4b7c036167a893e86e0468deb501346d6264e2a826780af75f726e9e704b9924184714df6602e677330
|
7
|
+
data.tar.gz: 6885ad9929116205d0db4cc074944da0160a81603929a54e4e9484134ba9de93449f9ab0535360141c26c0e9643c8c055bbdeca91e3e66f7b954e2a4924a952a
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/parroquia/resultados.rb
CHANGED
@@ -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 "
|
154
|
+
pdf.image "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 "
|
158
|
+
pdf.image "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.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Francisco Javier Borja Lobato
|
@@ -77,6 +77,11 @@ executables:
|
|
77
77
|
extensions: []
|
78
78
|
extra_rdoc_files: []
|
79
79
|
files:
|
80
|
+
- assets/images/Logo-SJT.png
|
81
|
+
- assets/images/San_Judas_Tadeo.png
|
82
|
+
- assets/images/arquidiocesisquito.png
|
83
|
+
- assets/images/sanjudastadeo.png
|
84
|
+
- assets/images/schema.png
|
80
85
|
- bin/parroquia
|
81
86
|
- lib/parroquia/actualizar_bautismo.rb
|
82
87
|
- lib/parroquia/actualizar_confirmacion.rb
|