worker-automate-hub 0.5.686__py3-none-any.whl → 0.5.687__py3-none-any.whl

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.
@@ -588,16 +588,15 @@ async def entrada_de_notas_16(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
588
588
  await emsys.select_tipo_cobranca()
589
589
  valor_str = nota.get("valorNota")
590
590
  if valor_str:
591
- valor_str = valor_str.replace('.', '').replace(',', '.')
592
- valor_nota = float(valor_str)
591
+ valor_str = valor_str.replace(',', '.')
593
592
  else:
594
- valor_nota = None
593
+ valor_str = None
595
594
 
596
595
  await emsys.inserir_vencimento_e_valor(
597
596
  nota.get("nomeFornecedor"),
598
597
  nota.get("dataEmissao"),
599
598
  nota.get("dataVencimento"),
600
- valor_nota,
599
+ valor_str,
601
600
  )
602
601
 
603
602
  await worker_sleep(5)
@@ -870,3 +869,4 @@ async def entrada_de_notas_16(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
870
869
  status=RpaHistoricoStatusEnum.Falha,
871
870
  tags=[RpaTagDTO(descricao=RpaTagEnum.Tecnico)]
872
871
  )
872
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: worker-automate-hub
3
- Version: 0.5.686
3
+ Version: 0.5.687
4
4
  Summary: Worker Automate HUB é uma aplicação para automatizar rotinas de RPA nos ambientes Argenta.
5
5
  Author: Joel Paim
6
6
  Requires-Python: >=3.12,<4.0
@@ -54,7 +54,7 @@ worker_automate_hub/tasks/jobs/ecac_federal.py,sha256=VFOrbMuMHL3ac1sJ-z-N1p1WYt
54
54
  worker_automate_hub/tasks/jobs/entrada_cte_1353.py,sha256=knwPbjZZsnvHKurs7O7gv7bFpQIAmv4qPB1rZa3zBsY,12102
55
55
  worker_automate_hub/tasks/jobs/entrada_cte_333.py,sha256=FvpU_bsdPB2ANQ_i63Jlkdo5yZM4zJdr2mm41KTrJtE,13285
56
56
  worker_automate_hub/tasks/jobs/entrada_de_notas_15.py,sha256=BYmdPLJFZEHD_lVSpuaTDLZrx33ox8Re7QDzXjXDiB8,29524
57
- worker_automate_hub/tasks/jobs/entrada_de_notas_16.py,sha256=CaYIgX7lO37-D9tr9NrUKJaAdebYi1Bn0VOZNpr4y3I,37159
57
+ worker_automate_hub/tasks/jobs/entrada_de_notas_16.py,sha256=AFpFu2HezsRJKMrYrPYTHUJby0NFch_zlHqf1X-Fe7A,37101
58
58
  worker_automate_hub/tasks/jobs/entrada_de_notas_207.py,sha256=A5HM2Eh2bGZueVefnQL9KiCWW95j8zX1v2MslgbDcUE,36871
59
59
  worker_automate_hub/tasks/jobs/entrada_de_notas_32.py,sha256=lku233FqwOknXF14HHC6fZ75WubE69Jp32bAUhKPtGQ,34575
60
60
  worker_automate_hub/tasks/jobs/entrada_de_notas_33.py,sha256=ODp82BkWaiF40t6uZLJYxG2nGGnvDyeQBHhkkh9ZgPI,35994
@@ -98,7 +98,7 @@ worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbV
98
98
  worker_automate_hub/utils/util.py,sha256=xA13nQqZglwkvfAKH18Unv4UoZUyvL58CacSrzUpYTw,206352
99
99
  worker_automate_hub/utils/utils_nfe_entrada.py,sha256=L_z1Aps6BFWl-6_Ibm45vDid1S4kFDz5O78N2uO1Rq0,36458
100
100
  worker_automate_hub/worker.py,sha256=axdrr1xLTjWEyWfcyH3OCSpPTsyzck_fL_0u1DBLjvw,6525
101
- worker_automate_hub-0.5.686.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
102
- worker_automate_hub-0.5.686.dist-info/METADATA,sha256=qw5tSJ-HV5i0YGkcqoKgNJavwv3AhUj30Yz4cafZMOU,3049
103
- worker_automate_hub-0.5.686.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
104
- worker_automate_hub-0.5.686.dist-info/RECORD,,
101
+ worker_automate_hub-0.5.687.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
102
+ worker_automate_hub-0.5.687.dist-info/METADATA,sha256=iM_qEYog6iI_Nf-CI44B6RDnpe-QILvUau0buRzKjEs,3049
103
+ worker_automate_hub-0.5.687.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
104
+ worker_automate_hub-0.5.687.dist-info/RECORD,,