worker-automate-hub 0.4.442__py3-none-any.whl → 0.4.443__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/entrada_de_notas_32.py +3 -1
- worker_automate_hub/tasks/jobs/entrada_de_notas_39.py +1 -1
- worker_automate_hub/tasks/jobs/entrada_de_notas_7139.py +1 -0
- worker_automate_hub/utils/util.py +3 -3
- {worker_automate_hub-0.4.442.dist-info → worker_automate_hub-0.4.443.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.4.442.dist-info → worker_automate_hub-0.4.443.dist-info}/RECORD +8 -8
- {worker_automate_hub-0.4.442.dist-info → worker_automate_hub-0.4.443.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.4.442.dist-info → worker_automate_hub-0.4.443.dist-info}/entry_points.txt +0 -0
@@ -153,11 +153,12 @@ async def entrada_de_notas_32(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
|
|
153
153
|
retorno=warning_work.retorno,
|
154
154
|
status=RpaHistoricoStatusEnum.Falha,
|
155
155
|
)
|
156
|
-
|
156
|
+
await worker_sleep(3)
|
157
157
|
# VERIFICANDO A EXISTENCIA DE ERRO
|
158
158
|
erro_pop_up = await is_window_open("Erro")
|
159
159
|
if erro_pop_up["IsOpened"] == True:
|
160
160
|
error_work = await error_after_xml_imported()
|
161
|
+
await worker_sleep(3)
|
161
162
|
return RpaRetornoProcessoDTO(
|
162
163
|
sucesso=error_work.sucesso,
|
163
164
|
retorno=error_work.retorno,
|
@@ -329,6 +330,7 @@ async def entrada_de_notas_32(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
|
|
329
330
|
await worker_sleep(2)
|
330
331
|
waiting_for_delay = await carregamento_import_xml()
|
331
332
|
if waiting_for_delay.sucesso:
|
333
|
+
await worker_sleep(3)
|
332
334
|
console.print(waiting_for_delay.retorno)
|
333
335
|
else:
|
334
336
|
return RpaRetornoProcessoDTO(
|
@@ -697,7 +697,7 @@ async def entrada_de_notas_39(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
|
|
697
697
|
status=RpaHistoricoStatusEnum.Falha,
|
698
698
|
)
|
699
699
|
|
700
|
-
|
700
|
+
await worker_sleep(4)
|
701
701
|
console.print(
|
702
702
|
"Verificando a existencia de POP-UP de Itens que Ultrapassam a Variação Máxima de Custo ...\n"
|
703
703
|
)
|
@@ -276,6 +276,7 @@ async def entrada_de_notas_7139(task: RpaProcessoEntradaDTO) -> RpaRetornoProces
|
|
276
276
|
status=RpaHistoricoStatusEnum.Falha,
|
277
277
|
)
|
278
278
|
|
279
|
+
await worker_sleep(4)
|
279
280
|
console.print(
|
280
281
|
"Verificando a existencia de POP-UP de Itens não localizados ou NCM ...\n"
|
281
282
|
)
|
@@ -2214,12 +2214,12 @@ async def select_documento_type(document_type: str) -> RpaRetornoProcessoDTO:
|
|
2214
2214
|
set_combobox("||List", document_type)
|
2215
2215
|
except Exception as e:
|
2216
2216
|
console.log("Não foi possivel selecionar o tipo de documento via set combobox, realizando a alteração utilizando pyautogui write")
|
2217
|
-
pyautogui.write(
|
2218
|
-
await worker_sleep(
|
2217
|
+
pyautogui.write(document_type)
|
2218
|
+
await worker_sleep(1)
|
2219
2219
|
pyautogui.hotkey("enter")
|
2220
2220
|
await worker_sleep(2)
|
2221
2221
|
pyautogui.write(document_type)
|
2222
|
-
await worker_sleep(
|
2222
|
+
await worker_sleep(4)
|
2223
2223
|
|
2224
2224
|
|
2225
2225
|
combo_box_tipo_documento = panel_TTabSheet.child_window(class_name="TDBIComboBox", found_index=1)
|
@@ -42,14 +42,14 @@ worker_automate_hub/tasks/jobs/ecac_federal.py,sha256=ORQbA4DCfyHJqjfvOCenc97QHv
|
|
42
42
|
worker_automate_hub/tasks/jobs/entrada_de_notas_15.py,sha256=5Rqz_kf-399nEA3s1_69MGOAn6Mk0GbdAP_0EFzAcYw,16570
|
43
43
|
worker_automate_hub/tasks/jobs/entrada_de_notas_16.py,sha256=qP60VQmRB-2NkMwsHMQz8K9X75w0nr084pRJcaWkpqo,19654
|
44
44
|
worker_automate_hub/tasks/jobs/entrada_de_notas_207.py,sha256=TfvGmH1__OGRx5oYordEJt-gpcETKA9OFhwHQD3yqs4,24928
|
45
|
-
worker_automate_hub/tasks/jobs/entrada_de_notas_32.py,sha256=
|
45
|
+
worker_automate_hub/tasks/jobs/entrada_de_notas_32.py,sha256=l8mAm_OIY2cg_ThdCUqlq9NYbIYJuiK6wVsarStRfG8,32487
|
46
46
|
worker_automate_hub/tasks/jobs/entrada_de_notas_33.py,sha256=ktXc_kdMhlz9cbb7XjfMJhME29mgMFd_FnatxSZZU_s,31457
|
47
47
|
worker_automate_hub/tasks/jobs/entrada_de_notas_34.py,sha256=iaSmtWTWlazHDtGp22yTV5J5rHDhUCbEaCAnpU7UWyM,31808
|
48
48
|
worker_automate_hub/tasks/jobs/entrada_de_notas_36.py,sha256=vFkDcgJ9uxrMMLYdeONCMxh6_evnhgF1Sun5HEHAWa4,22716
|
49
|
-
worker_automate_hub/tasks/jobs/entrada_de_notas_39.py,sha256=
|
49
|
+
worker_automate_hub/tasks/jobs/entrada_de_notas_39.py,sha256=r4q3QRwho0GsX2Lo6HBenQyMIEQO6EaqlaQQ9ee80m8,32796
|
50
50
|
worker_automate_hub/tasks/jobs/entrada_de_notas_500.py,sha256=MYPaYAP2iwdBYDZUf39f7yGibTME9uObEash_QTCmFA,32231
|
51
51
|
worker_automate_hub/tasks/jobs/entrada_de_notas_505.py,sha256=jIml8gjXPdI6_x7S9VVV8IrKZRF7_PTNOMnhNmYMDTU,14490
|
52
|
-
worker_automate_hub/tasks/jobs/entrada_de_notas_7139.py,sha256=
|
52
|
+
worker_automate_hub/tasks/jobs/entrada_de_notas_7139.py,sha256=DOyf0A7BSggD8KgzZ66dtfwhOeEhztylpQAy9RCEnxE,14651
|
53
53
|
worker_automate_hub/tasks/jobs/entrada_de_notas_9.py,sha256=Urt_7dZNuyUkSyG9fYb2ArBXzEONXlrqWIesoXeL1EI,50984
|
54
54
|
worker_automate_hub/tasks/jobs/exemplo_processo.py,sha256=3-zxbb-9YHPmSA_K1Qgxp_FwSqg2QDjGBRCLxDZ8QoQ,3451
|
55
55
|
worker_automate_hub/tasks/jobs/fidc_gerar_nosso_numero.py,sha256=mZ6mCaz1lYmyFxwC8MVLXPsgynE1VkNKlEzYGsciDiY,10179
|
@@ -66,10 +66,10 @@ worker_automate_hub/utils/get_creds_gworkspace.py,sha256=ZJ0IIEjM4IXIV9rwfbOZ1V1
|
|
66
66
|
worker_automate_hub/utils/logger.py,sha256=FYV9fg0_RAYJF_ZOCJEbqQAiCXlXk2gMpvUU1rzT_xs,671
|
67
67
|
worker_automate_hub/utils/toast.py,sha256=xPHc5r5uOxB_cZlCzm13Kt2qSKLLFZALncU6Qg3Ft68,1162
|
68
68
|
worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbVlwDl49Y,7972
|
69
|
-
worker_automate_hub/utils/util.py,sha256=
|
69
|
+
worker_automate_hub/utils/util.py,sha256=SWpivcmtSH-4RVwjupyyE8wpRcuFlOlGq3_Z29gvUPM,121845
|
70
70
|
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=7ju688sD52y30taGSm5rPMGdQyByUUwveLeKV4ImEiE,28401
|
71
71
|
worker_automate_hub/worker.py,sha256=tftQpX8liC-_0_bOUf1YYzXSCvloMQBvjmQ6lzfEE-c,4816
|
72
|
-
worker_automate_hub-0.4.
|
73
|
-
worker_automate_hub-0.4.
|
74
|
-
worker_automate_hub-0.4.
|
75
|
-
worker_automate_hub-0.4.
|
72
|
+
worker_automate_hub-0.4.443.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
73
|
+
worker_automate_hub-0.4.443.dist-info/METADATA,sha256=Vc3L71OWqi6g2gzJc_kitUVDWjiQEngb2Oxx0MkRgTQ,2895
|
74
|
+
worker_automate_hub-0.4.443.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
75
|
+
worker_automate_hub-0.4.443.dist-info/RECORD,,
|
File without changes
|
{worker_automate_hub-0.4.442.dist-info → worker_automate_hub-0.4.443.dist-info}/entry_points.txt
RENAMED
File without changes
|