worker-automate-hub 0.5.82__py3-none-any.whl → 0.5.84__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/utils/util.py +8 -6
- {worker_automate_hub-0.5.82.dist-info → worker_automate_hub-0.5.84.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.82.dist-info → worker_automate_hub-0.5.84.dist-info}/RECORD +5 -5
- {worker_automate_hub-0.5.82.dist-info → worker_automate_hub-0.5.84.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.82.dist-info → worker_automate_hub-0.5.84.dist-info}/entry_points.txt +0 -0
@@ -3786,15 +3786,15 @@ async def gerenciador_nf_header(periodo: str, cod_cliente: str) -> RpaRetornoPro
|
|
3786
3786
|
panel_TGroup_Box= main_window.child_window(class_name="TGroupBox", found_index=0)
|
3787
3787
|
console.print("Janela principal conectada...\n")
|
3788
3788
|
|
3789
|
-
periodo_vigente_inicio =
|
3789
|
+
periodo_vigente_inicio = main_window.child_window(class_name="TDBIEditDate", found_index=0)
|
3790
3790
|
console.print("Periodo vigente inicio conectada...\n")
|
3791
|
-
periodo_vigente_fim =
|
3791
|
+
periodo_vigente_fim = main_window.child_window(class_name="TDBIEditDate", found_index=1)
|
3792
3792
|
console.print("Periodo vigente fim conectada...\n")
|
3793
|
-
situacao_select =
|
3793
|
+
situacao_select = main_window.child_window(class_name="TDBIComboBoxValues", found_index=2)
|
3794
3794
|
console.print("Situacao conectada com sucesso...\n")
|
3795
|
-
field_cod_cliente =
|
3795
|
+
field_cod_cliente = main_window.child_window(class_name="TDBIEditCode", found_index=4)
|
3796
3796
|
console.print("Campo cliente conectada com sucesso...\n")
|
3797
|
-
btn_pesquisar =
|
3797
|
+
btn_pesquisar = main_window.child_window(title="Pesquisar")
|
3798
3798
|
console.print("Botao pesquisar conectada com sucesso...\n")
|
3799
3799
|
|
3800
3800
|
console.print("Inserindo o período vigente para buscar...\n")
|
@@ -3819,10 +3819,12 @@ async def gerenciador_nf_header(periodo: str, cod_cliente: str) -> RpaRetornoPro
|
|
3819
3819
|
await worker_sleep(1)
|
3820
3820
|
field_cod_cliente.click()
|
3821
3821
|
pyautogui.press('tab')
|
3822
|
+
await worker_sleep(2)
|
3823
|
+
|
3822
3824
|
|
3823
3825
|
console.print("Cicando em Pesquisar...\n")
|
3824
3826
|
btn_pesquisar.click()
|
3825
|
-
await worker_sleep(
|
3827
|
+
await worker_sleep(5)
|
3826
3828
|
|
3827
3829
|
i = 0
|
3828
3830
|
max_attempts = 17
|
@@ -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=
|
76
|
+
worker_automate_hub/utils/util.py,sha256=bN6DwqQeXJqR2TuCsp_TF8j4vcSGwiE71ExAuR_X3fU,162024
|
77
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.84.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
80
|
+
worker_automate_hub-0.5.84.dist-info/METADATA,sha256=eYGDlY07ESjGjGgG-frp4eeaTJ0jLgFGAn_Iusp1qOE,2894
|
81
|
+
worker_automate_hub-0.5.84.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
82
|
+
worker_automate_hub-0.5.84.dist-info/RECORD,,
|
File without changes
|
{worker_automate_hub-0.5.82.dist-info → worker_automate_hub-0.5.84.dist-info}/entry_points.txt
RENAMED
File without changes
|