worker-automate-hub 0.5.52__py3-none-any.whl → 0.5.53__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.
@@ -210,6 +210,10 @@ async def devolucao_prazo_a_faturar(task: RpaProcessoEntradaDTO) -> RpaRetornoPr
210
210
  btn_ir_para_nota = pyautogui.locateOnScreen(ASSETS_PATH + "\\notas_saida\\ir_para_nota_a_fatura_esmaecido.png", confidence=0.8)
211
211
  if btn_ir_para_nota:
212
212
  console.print("Botão 'Ir para nota de faturar' inativo, seguindo com o processo...\n")
213
+ app = Application().connect(class_name="TFrmNotaFiscalSaida", timeout=60)
214
+ main_window = app["TFrmNotaFiscalSaida"]
215
+ main_window.set_focus()
216
+ main_window.close()
213
217
  else:
214
218
  retorno = f"Botão [Ir para nota de faturar] está ativo, impossibilitando realizar a devolução \nEtapas Executadas:\n{steps}"
215
219
  return RpaRetornoProcessoDTO(
@@ -3561,7 +3561,7 @@ async def nf_devolucao_liquidar_cupom(num_nota_fiscal: str, data_atual: str) ->
3561
3561
 
3562
3562
  main_window.set_focus()
3563
3563
 
3564
- page_control = main_window.child_window(class_name="TPageControl")
3564
+ page_control = main_window.child_window(class_name="TPageControl", found_index=0)
3565
3565
  # Navegar até a aba TabSheetLiquidacao
3566
3566
  tab_sheet_liquidacao = page_control.child_window(title="TabSheetLiquidacao")
3567
3567
  panel_liquidacao = tab_sheet_liquidacao.child_window(class_name="TPanel", found_index=0)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: worker-automate-hub
3
- Version: 0.5.52
3
+ Version: 0.5.53
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
@@ -37,7 +37,7 @@ worker_automate_hub/tasks/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
37
37
  worker_automate_hub/tasks/jobs/coleta_dje_process.py,sha256=UkLWTC5Ub2qBb0yY-8IZ0DLLOVJOfNTq_z9krx_t25Q,29476
38
38
  worker_automate_hub/tasks/jobs/conexao_rdp.py,sha256=lNjD-JxpPTXdvFEJAkajC_Ltyw81rIEJeu7FUfRf2qI,9586
39
39
  worker_automate_hub/tasks/jobs/descartes.py,sha256=0bMCJ0xIcK8TLSgjF6taAbGFLMU-sGDVFIhUYSRtrbg,41092
40
- worker_automate_hub/tasks/jobs/devolucao_prazo_a_faturar.py,sha256=U8KfzVIIoVW4mi39EUUPqjOYEXd358RQ731W59ECG1s,77239
40
+ worker_automate_hub/tasks/jobs/devolucao_prazo_a_faturar.py,sha256=H2pD9pkigmdcV94QUdYeAeIc_mENJb6t8hw0NCtBms0,77482
41
41
  worker_automate_hub/tasks/jobs/ecac_estadual_go.py,sha256=dKkf22nH5gp3RErq5u0UzRsKyJ81fc6ZZ4vLtUuMwHA,21002
42
42
  worker_automate_hub/tasks/jobs/ecac_estadual_main.py,sha256=8WmKe4-MRtzHobXz2S4YBDNN8alfawkC-BBlRY-mn1g,1726
43
43
  worker_automate_hub/tasks/jobs/ecac_estadual_mt.py,sha256=C26zmpGQGUq6sP9lU9nanM3Fje-rkyx5tjwmRy4lyL8,25300
@@ -73,10 +73,10 @@ worker_automate_hub/utils/get_creds_gworkspace.py,sha256=ZJ0IIEjM4IXIV9rwfbOZ1V1
73
73
  worker_automate_hub/utils/logger.py,sha256=FYV9fg0_RAYJF_ZOCJEbqQAiCXlXk2gMpvUU1rzT_xs,671
74
74
  worker_automate_hub/utils/toast.py,sha256=xPHc5r5uOxB_cZlCzm13Kt2qSKLLFZALncU6Qg3Ft68,1162
75
75
  worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbVlwDl49Y,7972
76
- worker_automate_hub/utils/util.py,sha256=rdVHmKPxu61PO2rHKfBz2Tn6aK73MXdZ9pE1fZVwQag,155604
76
+ worker_automate_hub/utils/util.py,sha256=xBvFZet8PBxLEm97SFGHXjG3evWuUPpm1Q7gQxqeeUQ,155619
77
77
  worker_automate_hub/utils/utils_nfe_entrada.py,sha256=iYpOs7fb7C3bY61QHySr00xlDNzrrCP0zaexOpBPuaQ,31930
78
78
  worker_automate_hub/worker.py,sha256=CT-poyP1ZYvubArYsnnNd9oJ53SPaDwgr6p6keS3nI4,6248
79
- worker_automate_hub-0.5.52.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
80
- worker_automate_hub-0.5.52.dist-info/METADATA,sha256=aOtr4WesBRC7X4d8jJLFXFYBsx8-uL9UoyMp-HSDn0g,2894
81
- worker_automate_hub-0.5.52.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
82
- worker_automate_hub-0.5.52.dist-info/RECORD,,
79
+ worker_automate_hub-0.5.53.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
80
+ worker_automate_hub-0.5.53.dist-info/METADATA,sha256=bFF74h-BGAk3vZP_sHvwOBTB69WgkzQTd1UrhOe6leY,2894
81
+ worker_automate_hub-0.5.53.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
82
+ worker_automate_hub-0.5.53.dist-info/RECORD,,