parroquia 0.0.1 → 0.0.2
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 +4 -4
- data/lib/parroquia/resultados.rb +6 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a9d0d69601c896bb94c8c5bf67c9e3fd58d11f54db730c4008be46bdf40acc4
|
4
|
+
data.tar.gz: 58d2128a83c13b82b745b77a7591a1e0f25ebed7efabb572d2d714a8ce4810ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a24afe37a2984ae2eecd8249cd059c66e160a85c01ec4d4e322ca28bbf629c6ee2a5feacd815f900175e4da78252d3c106a98c266cc73e102fda8191cbfc3a7a
|
7
|
+
data.tar.gz: 15c18a8f36572a5633e9f6841bcc41b0a3ce66c20041f45b03c01ac605ef5a7e585f09d866b043fd9b5462cea7ae14b02ff05851c66825d4e7b14a229c8e8767
|
data/lib/parroquia/resultados.rb
CHANGED
@@ -150,6 +150,12 @@ class ResultadosConsulta < FXMainWindow
|
|
150
150
|
pdf.font_size 12
|
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
|
+
# Encabezado
|
154
|
+
pdf.image "lib/parroquia/assets/images/arquidiocesisquito.png", height: 100, position: :absolute, at: [-60, 680]
|
155
|
+
pdf.text_box "Arquidiócesis de Quito", align: :center, size: 16, style: :bold, at: [10, 670], width: pdf.bounds.width
|
156
|
+
pdf.text_box "Parroquia \"San Judas Tadeo\"", align: :center, size: 14, style: :bold, at: [10, 650], width: pdf.bounds.width
|
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 "lib/parroquia/assets/images/sanjudastadeo.png", height: 100, position: :absolute, at: [430, 680]
|
153
159
|
|
154
160
|
case registros_seleccionados[0][1]
|
155
161
|
when "Bautismo"
|