worker-automate-hub 0.5.335__py3-none-any.whl → 0.5.336__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.
- worker_automate_hub/tasks/jobs/integracao_contabil.py +4 -2
- {worker_automate_hub-0.5.335.dist-info → worker_automate_hub-0.5.336.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.335.dist-info → worker_automate_hub-0.5.336.dist-info}/RECORD +5 -5
- {worker_automate_hub-0.5.335.dist-info → worker_automate_hub-0.5.336.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.335.dist-info → worker_automate_hub-0.5.336.dist-info}/entry_points.txt +0 -0
@@ -151,7 +151,9 @@ async def integracao_contabil(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
|
|
151
151
|
pyautogui.write(periodo)
|
152
152
|
await worker_sleep(3)
|
153
153
|
console.print("Selecionando item do campo origem...")
|
154
|
-
checkbox_origem = main_window.child_window(
|
154
|
+
checkbox_origem = main_window.child_window(
|
155
|
+
class_name="TRzComboBox", found_index=1
|
156
|
+
)
|
155
157
|
checkbox_origem.select(task.configEntrada.get("origem"))
|
156
158
|
await worker_sleep(3)
|
157
159
|
console.print("Clicando no botao pesquisar...")
|
@@ -177,7 +179,7 @@ async def integracao_contabil(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
|
|
177
179
|
status=RpaHistoricoStatusEnum.Falha,
|
178
180
|
tags=[RpaTagDTO(descricao=RpaTagEnum.Tecnico)],
|
179
181
|
)
|
180
|
-
if "validando" in field and attempt
|
182
|
+
if "validando" in field and attempt <= 2:
|
181
183
|
return RpaRetornoProcessoDTO(
|
182
184
|
sucesso=False,
|
183
185
|
retorno=f"A integração não foi realizada: nenhum lote para integrar.",
|
@@ -67,7 +67,7 @@ worker_automate_hub/tasks/jobs/fidc_exportacao_docs_portal_b2b.py,sha256=CyXllDn
|
|
67
67
|
worker_automate_hub/tasks/jobs/fidc_gerar_nosso_numero.py,sha256=tiyAbOqY3bBOzxM2DvgqT_fLC4f7YvHcO34Drhq0l8Y,11433
|
68
68
|
worker_automate_hub/tasks/jobs/fidc_remessa_cobranca_cnab240.py,sha256=Vmj0hTvyRgfczaLiQZgmh4MiG4fJEzAEvJL0Ci25AAM,15836
|
69
69
|
worker_automate_hub/tasks/jobs/fidc_retorno_cobranca.py,sha256=5K_KJnH-NdEp-SEzbYVvBUuUpmvRlx_ISq0u_xirizQ,11812
|
70
|
-
worker_automate_hub/tasks/jobs/integracao_contabil.py,sha256=
|
70
|
+
worker_automate_hub/tasks/jobs/integracao_contabil.py,sha256=YjCZ_yX_1gR2XtTY8PRjpgbllzZcxYsTTtPId1oR5uM,16745
|
71
71
|
worker_automate_hub/tasks/jobs/login_emsys.py,sha256=scdKsseFOL-7UQ5D743VaZZzWBKaEfq0XzYNmROUOgE,5703
|
72
72
|
worker_automate_hub/tasks/jobs/login_emsys_versao_especifica.py,sha256=jcfhppG-MhuZYKEIt8O8NaJfdV3figNXrKt4zPqeQi0,5644
|
73
73
|
worker_automate_hub/tasks/jobs/notas_faturamento_sap.py,sha256=p6tVE027FHHXBxt2sIDxqLInpf_0wS-8TcACnS34p7w,13961
|
@@ -85,7 +85,7 @@ worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbV
|
|
85
85
|
worker_automate_hub/utils/util.py,sha256=WZK1VjdoOCHWWXzLt9gh2uUi_6p3OfvI6DvAYIGi998,185072
|
86
86
|
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=wmnpuOesmPSryZszmapa37b9YNC0E2MkeDYnbwr-0rU,33315
|
87
87
|
worker_automate_hub/worker.py,sha256=axdrr1xLTjWEyWfcyH3OCSpPTsyzck_fL_0u1DBLjvw,6525
|
88
|
-
worker_automate_hub-0.5.
|
89
|
-
worker_automate_hub-0.5.
|
90
|
-
worker_automate_hub-0.5.
|
91
|
-
worker_automate_hub-0.5.
|
88
|
+
worker_automate_hub-0.5.336.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
89
|
+
worker_automate_hub-0.5.336.dist-info/METADATA,sha256=inPJkZcH-3HdyjRDfrLjvE4DSgJ5LuXRluiASLVuPWM,3041
|
90
|
+
worker_automate_hub-0.5.336.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
91
|
+
worker_automate_hub-0.5.336.dist-info/RECORD,,
|
File without changes
|
{worker_automate_hub-0.5.335.dist-info → worker_automate_hub-0.5.336.dist-info}/entry_points.txt
RENAMED
File without changes
|