sticutils 2.0.3 → 2.0.4

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: 45a2156a15b46815723393d2c39bdb1fbcf07433c9109fd8dcb7c0cec52cb4cb
4
- data.tar.gz: 78161fad022f3c69a7be27f38651555a1ea110f7d8aeec0221d6a48012114f5b
3
+ metadata.gz: 19556d4e9a40f2670a737e5685a515f441e2a37f563f4fa416d6d38c7db0d6fa
4
+ data.tar.gz: 3d669e9b31bad0474efebb3c2572d549b8f9c2cf68a16689c972a3d817067aef
5
5
  SHA512:
6
- metadata.gz: 603e51ad2ae629861c5f229d17753d09ea5847cced2aea4066ea95025d14b52ca3050cead7604d303fac5c5c3a6b0c6822ce52474ffd02257ebf04a126887bb7
7
- data.tar.gz: e01e914b919685c3da32a531c1d2aba42a9ec55766dcf31c810f2a88a7bb9c3b73745c17e5378779f7d198f9e8d684b1ad25b722d03dedc7b764c4e1eded7851
6
+ metadata.gz: c866271d1dd81928abaaba044e2678c7b5394e35f04928909353970d7e34f51ce91900c874efb2bcbfd7f6d4a4e479b3aa962c86b1e4da36e39346e8e320b7e5
7
+ data.tar.gz: 2a7c74c176817da93d0d1114a6e218598719c96c2f2f6c1dd7d9f3f7b6f08a9ef0128e4f700dd565bd51703e432ce5dab1900674bba380c3ce1c0962f8c3f5a6
@@ -18,7 +18,9 @@ class Gestorh::FolhaAgrupada < Gestorh::GestorhRecord
18
18
  # .where.not('cdclassificacaoverba.cv_classificacao': 'DESCONTO_PREVIDENCIA_PUBLICA_IAPEP')
19
19
  Gestorh::MovimentoAcumulado.where(mv_regfolha: self.folhas, mv_matricula: self.matricula)
20
20
  .joins(verba: :classificacao_verba)
21
- .select('mv_regfolha as folha_id', 'mv_verba as codigo_evento',
21
+ .select('mv_regfolha as folha_id',
22
+ 'mv_verba as codigo_evento',
23
+ 'mv_referencia as fator',
22
24
  'cdverba.vb_nome as nome_evento',
23
25
  'mv_dc as status', 'mv_total as valor',
24
26
  'cdclassificacaoverba.cv_classificacao as tipo')
@@ -17,7 +17,9 @@ class Gestorh::FolhaAgrupadaIdSeparado < Gestorh::GestorhRecord
17
17
  # .where.not('cdclassificacaoverba.cv_classificacao': 'DESCONTO_PREVIDENCIA_PUBLICA_IAPEP')
18
18
  Gestorh::MovimentoAcumulado.where(mv_regfolha: self.folhas, mv_matricula: self.matricula)
19
19
  .joins(verba: :classificacao_verba)
20
- .select('mv_regfolha as folha_id', 'mv_verba as codigo_evento',
20
+ .select('mv_regfolha as folha_id',
21
+ 'mv_verba as codigo_evento',
22
+ 'mv_referencia as fator',
21
23
  'cdverba.vb_nome as nome_evento',
22
24
  'mv_dc as status', 'mv_total as valor',
23
25
  'cdclassificacaoverba.cv_classificacao as tipo')
@@ -1,3 +1,3 @@
1
1
  module Sticutils
2
- VERSION = "2.0.3"
2
+ VERSION = "2.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sticutils
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Viana
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-11-07 00:00:00.000000000 Z
11
+ date: 2022-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails