parroquia 1.1.37 → 1.1.38

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: c7fcfde10845c54ffd96f36d172771cbc032188a7f4413a7c42e5e0bc4eba5a8
4
- data.tar.gz: dda9c604fc428c6eda7b5d0062c7118b89190aa4e6b9c43b062e10ff70a20c29
3
+ metadata.gz: a620046c72053abde83b148d44ca6e36692f259fd804fed6f2ac7cf734f78f19
4
+ data.tar.gz: e85c3162b89c7dd69b15d9162c275408efbf7912df3218b8c839442ab380f186
5
5
  SHA512:
6
- metadata.gz: acd0ec8b339365654556940e168f2e00caa1f2b30448b4739dd9684b44d4ca75b7aed11656c56e944264c3beeb907ff5e2970f73848b807a0178df24e629d07c
7
- data.tar.gz: d099278d16306d14ca16476f8cf30f761702d22bcc003762ebd015f3f72fba0d8416bbf71599eb8396da9d7d6c67d4c60c2921a7bf3a25aa85e7423d38c56445
6
+ metadata.gz: 88931b8b32137142abc61a758c6172f3bfc9fbd2afb6c48c3b3fe44e0c872d4af9503cb56a899646ba7e7de43d9f391302cecafc3ee91457cae96356bfa13cad
7
+ data.tar.gz: f15a08d5f287782d7eeca10c1c5ae6342b6dd3e7e6ad05b4436b4a4d768461ccc48642ee2241fc8310f39f9b92061bb724498f807d5d6b8f5a23469fb1f20d31
@@ -175,8 +175,12 @@ class PreBautismal < FXMainWindow
175
175
  @input_name.text = ''
176
176
  @input_apellidos.text = ''
177
177
  @input_cedula.text = ''
178
+ @input_padre.text = ''
179
+ @input_madre.text = ''
178
180
  @input_padrino.text = ''
179
181
  @input_madrina.text = ''
182
+ @input_cedula_padrino.text = ''
183
+ @input_cedula_madrina.text = ''
180
184
  @input_certifica.text = ''
181
185
  end
182
186
  end
@@ -203,7 +203,7 @@ class Supletoria < FXMainWindow
203
203
  madrina = @input_madrina.text.empty? ? nil : @input_madrina.text
204
204
  padre = @input_padre.text.empty? ? nil : @input_padre.text
205
205
  madre = @input_madre.text.empty? ? nil : @input_madre.text
206
- @input_testigo_uno.text.empty? ? nil : @input_testigo_uno.text
206
+ testigo_uno = @input_testigo_uno.text.empty? ? nil : @input_testigo_uno.text
207
207
  testigo_dos = @input_testigo_dos.text.empty? ? nil : @input_testigo_dos.text
208
208
  certifica = @input_certifica.text.empty? ? nil : @input_certifica.text
209
209
  provincia_rc = @input_provincia_rc.text.empty? ? nil : @input_provincia_rc.text
@@ -240,7 +240,7 @@ class Supletoria < FXMainWindow
240
240
  @registro_misas = $conn.exec('INSERT INTO misas (intencion, fecha, hora) VALUES ($1, $2, $3)', [nil, nil, nil])
241
241
  $conn.exec(
242
242
  'INSERT INTO sacramentos (sacramento, fecha, celebrante, testigo_novio, testigo_novia, certifica, padrino, madrina, padre, madre) VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10)', [
243
- sacramento, fecha, ministro, teatigo_uno, testigo_dos, certifica, padrino, madrina, padre, madre
243
+ sacramento, fecha, ministro, testigo_uno, testigo_dos, certifica, padrino, madrina, padre, madre
244
244
  ]
245
245
  )
246
246
  # Confirmar la transacción
@@ -259,6 +259,8 @@ class Supletoria < FXMainWindow
259
259
  @input_page.text = ''
260
260
  @input_number.text = ''
261
261
  @input_fecha.text = ''
262
+ @input_parroquia.text = ''
263
+ @input_sector.text = ''
262
264
  @input_parroco.text = ''
263
265
  @input_ministro.text = ''
264
266
  @input_name.text = ''
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parroquia
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.37
4
+ version: 1.1.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francisco Javier Borja Lobato
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-10 00:00:00.000000000 Z
11
+ date: 2023-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fxruby