worker-automate-hub 0.5.4__py3-none-any.whl → 0.5.5__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of worker-automate-hub might be problematic. Click here for more details.
- worker_automate_hub/tasks/jobs/entrada_de_notas_39.py +7 -11
- {worker_automate_hub-0.5.4.dist-info → worker_automate_hub-0.5.5.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.4.dist-info → worker_automate_hub-0.5.5.dist-info}/RECORD +5 -5
- {worker_automate_hub-0.5.4.dist-info → worker_automate_hub-0.5.5.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.4.dist-info → worker_automate_hub-0.5.5.dist-info}/entry_points.txt +0 -0
@@ -471,19 +471,15 @@ async def entrada_de_notas_39(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
|
|
471
471
|
status=RpaHistoricoStatusEnum.Falha,
|
472
472
|
)
|
473
473
|
|
474
|
-
await worker_sleep(2)
|
475
|
-
|
476
474
|
# Seleciona pagamento
|
477
|
-
console.print("Navegando pela Janela de Nota Fiscal de Entrada...\n")
|
478
|
-
app = Application().connect(class_name="TFrmNotaFiscalEntrada")
|
479
|
-
main_window = app["TFrmNotaFiscalEntrada"]
|
480
475
|
console.log("Seleciona Pagamento", style="bold yellow")
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
476
|
+
pyautogui.click(623, 374)
|
477
|
+
await worker_sleep(1)
|
478
|
+
pyautogui.click(889, 349)
|
479
|
+
await worker_sleep(1)
|
480
|
+
pyautogui.write("27")
|
481
|
+
await worker_sleep(1)
|
482
|
+
pyautogui.hotkey("enter")
|
487
483
|
|
488
484
|
# Digita "Valor"
|
489
485
|
pyautogui.click(1285, 352)
|
@@ -47,7 +47,7 @@ worker_automate_hub/tasks/jobs/entrada_de_notas_32.py,sha256=l8mAm_OIY2cg_ThdCUq
|
|
47
47
|
worker_automate_hub/tasks/jobs/entrada_de_notas_33.py,sha256=ktXc_kdMhlz9cbb7XjfMJhME29mgMFd_FnatxSZZU_s,31457
|
48
48
|
worker_automate_hub/tasks/jobs/entrada_de_notas_34.py,sha256=iaSmtWTWlazHDtGp22yTV5J5rHDhUCbEaCAnpU7UWyM,31808
|
49
49
|
worker_automate_hub/tasks/jobs/entrada_de_notas_36.py,sha256=vFkDcgJ9uxrMMLYdeONCMxh6_evnhgF1Sun5HEHAWa4,22716
|
50
|
-
worker_automate_hub/tasks/jobs/entrada_de_notas_39.py,sha256=
|
50
|
+
worker_automate_hub/tasks/jobs/entrada_de_notas_39.py,sha256=t_gIpj1dh_1AZu8LdI8bXVoi-KLOdsnoZIZ4l-kpy1k,33688
|
51
51
|
worker_automate_hub/tasks/jobs/entrada_de_notas_500.py,sha256=MYPaYAP2iwdBYDZUf39f7yGibTME9uObEash_QTCmFA,32231
|
52
52
|
worker_automate_hub/tasks/jobs/entrada_de_notas_505.py,sha256=jIml8gjXPdI6_x7S9VVV8IrKZRF7_PTNOMnhNmYMDTU,14490
|
53
53
|
worker_automate_hub/tasks/jobs/entrada_de_notas_7139.py,sha256=oxH2CUJj3UyhYoSxEY2hUr_6wFgZPLcHswEbApIu8VY,15558
|
@@ -70,7 +70,7 @@ worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbV
|
|
70
70
|
worker_automate_hub/utils/util.py,sha256=3XNBaYVbJ-KgWyHDKY2jIFuQzgBQs-w1d5iEQZv1D4U,125867
|
71
71
|
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=p5r_L5k7gqCBvV8v6dbLFM6INKiSpGc4Gegid0_YAh4,29017
|
72
72
|
worker_automate_hub/worker.py,sha256=tftQpX8liC-_0_bOUf1YYzXSCvloMQBvjmQ6lzfEE-c,4816
|
73
|
-
worker_automate_hub-0.5.
|
74
|
-
worker_automate_hub-0.5.
|
75
|
-
worker_automate_hub-0.5.
|
76
|
-
worker_automate_hub-0.5.
|
73
|
+
worker_automate_hub-0.5.5.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
74
|
+
worker_automate_hub-0.5.5.dist-info/METADATA,sha256=cfq2qrjeElU9vUxsVdmL3qMxyJjChJpvCDg-sScUygw,2893
|
75
|
+
worker_automate_hub-0.5.5.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
76
|
+
worker_automate_hub-0.5.5.dist-info/RECORD,,
|
File without changes
|
{worker_automate_hub-0.5.4.dist-info → worker_automate_hub-0.5.5.dist-info}/entry_points.txt
RENAMED
File without changes
|