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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/parroquia/resultados.rb +6 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 034abeb90a83b529921ac35e4635965176123acb22211e88b9916de514b48424
4
- data.tar.gz: b20e16ace7b4e4647fe69c36d20053d957e05e6d47b52d2c4af250a212070bca
3
+ metadata.gz: 4a9d0d69601c896bb94c8c5bf67c9e3fd58d11f54db730c4008be46bdf40acc4
4
+ data.tar.gz: 58d2128a83c13b82b745b77a7591a1e0f25ebed7efabb572d2d714a8ce4810ee
5
5
  SHA512:
6
- metadata.gz: 7888c3b7aac093ec06ec2accac3106388122c58fdfc775db71c3de8911f30b0d59d57a38934c19b3dcba79d9d6e55c8145c7c1191ba290f7d4f5405dc8b1a341
7
- data.tar.gz: fe9dcb48dcf36674c0229ae09e88afc7fbcd3ced6b6e867e0740731291f41a8c7f1167974c5312dff240df41f684e945f9494656c712fbf9803087b0bd9218df
6
+ metadata.gz: a24afe37a2984ae2eecd8249cd059c66e160a85c01ec4d4e322ca28bbf629c6ee2a5feacd815f900175e4da78252d3c106a98c266cc73e102fda8191cbfc3a7a
7
+ data.tar.gz: 15c18a8f36572a5633e9f6841bcc41b0a3ce66c20041f45b03c01ac605ef5a7e585f09d866b043fd9b5462cea7ae14b02ff05851c66825d4e7b14a229c8e8767
@@ -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"
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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francisco Javier Borja Lobato