worker-automate-hub 0.5.2__py3-none-any.whl → 0.5.4__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/conexao_rdp.py +1 -0
- worker_automate_hub/tasks/jobs/entrada_de_notas_39.py +12 -7
- {worker_automate_hub-0.5.2.dist-info → worker_automate_hub-0.5.4.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.2.dist-info → worker_automate_hub-0.5.4.dist-info}/RECORD +6 -6
- {worker_automate_hub-0.5.2.dist-info → worker_automate_hub-0.5.4.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.2.dist-info → worker_automate_hub-0.5.4.dist-info}/entry_points.txt +0 -0
@@ -471,15 +471,19 @@ async def entrada_de_notas_39(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
|
|
471
471
|
status=RpaHistoricoStatusEnum.Falha,
|
472
472
|
)
|
473
473
|
|
474
|
+
await worker_sleep(2)
|
475
|
+
|
474
476
|
# 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"]
|
475
480
|
console.log("Seleciona Pagamento", style="bold yellow")
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
pyautogui.hotkey("enter")
|
481
|
+
console.print("Acessando a aba de Pagamentos... \n")
|
482
|
+
panel_TPage = main_window.child_window(class_name="TPage", title="Formulario")
|
483
|
+
panel_TTabSheet = panel_TPage.child_window(class_name="TcxCustomInnerTreeView")
|
484
|
+
panel_TTabSheet.wait("visible")
|
485
|
+
panel_TTabSheet.click()
|
486
|
+
send_keys("{DOWN " + ("7") + "}")
|
483
487
|
|
484
488
|
# Digita "Valor"
|
485
489
|
pyautogui.click(1285, 352)
|
@@ -719,6 +723,7 @@ async def entrada_de_notas_39(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
|
|
719
723
|
itens_by_supplier_work = await itens_not_found_supplier(nota.get("nfe"))
|
720
724
|
if itens_by_supplier_work["window"] == "NCM" or itens_by_supplier_work["window"] == "MultiplasRef":
|
721
725
|
console.log(itens_by_supplier_work["retorno"], style="bold green")
|
726
|
+
await emsys.verify_warning_and_error("Seleciona Itens Fornecedor", "Ok")
|
722
727
|
else:
|
723
728
|
return RpaRetornoProcessoDTO(
|
724
729
|
sucesso=False,
|
@@ -32,7 +32,7 @@ worker_automate_hub/models/dto/rpa_sistema_dto.py,sha256=sLkmJei8x6sl-1-IXUKDmYQ
|
|
32
32
|
worker_automate_hub/tasks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
33
33
|
worker_automate_hub/tasks/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
34
34
|
worker_automate_hub/tasks/jobs/coleta_dje_process.py,sha256=rf4fW-FaHUl1MS7b03z4cwI3zHfNw8FWxvjvNY3Xn20,28773
|
35
|
-
worker_automate_hub/tasks/jobs/conexao_rdp.py,sha256=
|
35
|
+
worker_automate_hub/tasks/jobs/conexao_rdp.py,sha256=rEztSOHjToNdKdj3SLvXE4jsLXi_ganFqQ4nTrTBebI,9248
|
36
36
|
worker_automate_hub/tasks/jobs/descartes.py,sha256=RIjrZIzkW77NiKeXbxFN9k872cz3fl9cG1m5TJpjmmY,40134
|
37
37
|
worker_automate_hub/tasks/jobs/ecac_estadual_go.py,sha256=aPckQRlRozFS_OK3C9wNdMCmqO6AM4djwqY2uSSaPmo,20687
|
38
38
|
worker_automate_hub/tasks/jobs/ecac_estadual_main.py,sha256=FFpAdtZLO4uelWZooCVpm4JePv_iDt5nwVKrk1ipZJQ,1599
|
@@ -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=bIE8TMBSfnrgRGiDlXahXcE5U2eUAUzlwKOAiFrYroU,34052
|
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.4.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
74
|
+
worker_automate_hub-0.5.4.dist-info/METADATA,sha256=cBqjo2I433yuPdd8PfYNhVZdKGFWibgklaqh_NP_b0I,2893
|
75
|
+
worker_automate_hub-0.5.4.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
76
|
+
worker_automate_hub-0.5.4.dist-info/RECORD,,
|
File without changes
|
{worker_automate_hub-0.5.2.dist-info → worker_automate_hub-0.5.4.dist-info}/entry_points.txt
RENAMED
File without changes
|