worker-automate-hub 0.5.47__py3-none-any.whl → 0.5.49__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- worker_automate_hub/tasks/jobs/devolucao_prazo_a_faturar.py +1 -0
- worker_automate_hub/utils/util.py +1 -0
- worker_automate_hub/utils/utils_nfe_entrada.py +5 -2
- {worker_automate_hub-0.5.47.dist-info → worker_automate_hub-0.5.49.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.47.dist-info → worker_automate_hub-0.5.49.dist-info}/RECORD +7 -7
- {worker_automate_hub-0.5.47.dist-info → worker_automate_hub-0.5.49.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.47.dist-info → worker_automate_hub-0.5.49.dist-info}/entry_points.txt +0 -0
@@ -160,6 +160,7 @@ async def devolucao_prazo_a_faturar(task: RpaProcessoEntradaDTO) -> RpaRetornoPr
|
|
160
160
|
type_text_into_field("Nota Fiscal de Saida", app["TFrmMenuPrincipal"]["Edit"], True, "50")
|
161
161
|
pyautogui.press("enter")
|
162
162
|
await worker_sleep(2)
|
163
|
+
pyautogui.press('down')
|
163
164
|
pyautogui.press("enter")
|
164
165
|
console.print(f"\nPesquisa: 'Nota Fiscal de Saída' realizada com sucesso",style="bold green")
|
165
166
|
await worker_sleep(6)
|
@@ -3874,6 +3874,7 @@ async def pessoas_ativa_cliente_fornecedor(cod_cliente: str, ativar_cliente: boo
|
|
3874
3874
|
console.print("O botão No foi clicado com sucesso.", style="green")
|
3875
3875
|
main_window.close()
|
3876
3876
|
await worker_sleep(2)
|
3877
|
+
pyautogui.press("enter")
|
3877
3878
|
return RpaRetornoProcessoDTO(
|
3878
3879
|
sucesso=True,
|
3879
3880
|
retorno=f"Sucesso",
|
@@ -231,7 +231,7 @@ class EMSys:
|
|
231
231
|
await worker_sleep(2)
|
232
232
|
|
233
233
|
async def select_tipo_cobranca(self):
|
234
|
-
|
234
|
+
await worker_sleep(3)
|
235
235
|
# pyautogui.click(632, 384)
|
236
236
|
|
237
237
|
console.print("Navegando pela Janela de Nota Fiscal de Entrada...\n")
|
@@ -242,7 +242,10 @@ class EMSys:
|
|
242
242
|
console.print("Acessando a aba de Pagamentos... \n")
|
243
243
|
panel_TPage = main_window.child_window(class_name="TPage", title="Formulario")
|
244
244
|
panel_TTabSheet = panel_TPage.child_window(class_name="TcxCustomInnerTreeView")
|
245
|
-
|
245
|
+
try:
|
246
|
+
panel_TTabSheet.wait("visible")
|
247
|
+
except:
|
248
|
+
await worker_sleep(2)
|
246
249
|
panel_TTabSheet.click()
|
247
250
|
send_keys("{DOWN " + ("2") + "}")
|
248
251
|
|
@@ -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=
|
40
|
+
worker_automate_hub/tasks/jobs/devolucao_prazo_a_faturar.py,sha256=U8KfzVIIoVW4mi39EUUPqjOYEXd358RQ731W59ECG1s,77239
|
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=
|
77
|
-
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=
|
76
|
+
worker_automate_hub/utils/util.py,sha256=cSL2cugYRk5SxSUsV94sVSIhhNCtolW9U2YN2-wbJ6M,155003
|
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.
|
80
|
-
worker_automate_hub-0.5.
|
81
|
-
worker_automate_hub-0.5.
|
82
|
-
worker_automate_hub-0.5.
|
79
|
+
worker_automate_hub-0.5.49.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
80
|
+
worker_automate_hub-0.5.49.dist-info/METADATA,sha256=jEOfdi0vS7Dv6Qml3IbEo-DY_nOpU-QnV9Ng7A5xtgA,2894
|
81
|
+
worker_automate_hub-0.5.49.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
|
82
|
+
worker_automate_hub-0.5.49.dist-info/RECORD,,
|
File without changes
|
{worker_automate_hub-0.5.47.dist-info → worker_automate_hub-0.5.49.dist-info}/entry_points.txt
RENAMED
File without changes
|