worker-automate-hub 0.5.45__py3-none-any.whl → 0.5.47__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- worker_automate_hub/utils/util.py +4 -4
- {worker_automate_hub-0.5.45.dist-info → worker_automate_hub-0.5.47.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.45.dist-info → worker_automate_hub-0.5.47.dist-info}/RECORD +5 -5
- {worker_automate_hub-0.5.45.dist-info → worker_automate_hub-0.5.47.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.45.dist-info → worker_automate_hub-0.5.47.dist-info}/entry_points.txt +0 -0
@@ -3829,7 +3829,7 @@ async def pessoas_ativa_cliente_fornecedor(cod_cliente: str, ativar_cliente: boo
|
|
3829
3829
|
main_window.set_focus()
|
3830
3830
|
|
3831
3831
|
panel_Capa = main_window.child_window(class_name="TGroupBox", found_index=1)
|
3832
|
-
cod_pessoa = panel_Capa.child_window(class_name="TDBIEditNumber", found_index=
|
3832
|
+
cod_pessoa = panel_Capa.child_window(class_name="TDBIEditNumber", found_index=1)
|
3833
3833
|
cod_pessoa.click()
|
3834
3834
|
for _ in range(3):
|
3835
3835
|
pyautogui.press("del")
|
@@ -3846,18 +3846,18 @@ async def pessoas_ativa_cliente_fornecedor(cod_cliente: str, ativar_cliente: boo
|
|
3846
3846
|
|
3847
3847
|
if ativar_forcedor:
|
3848
3848
|
checkbox_fornecedor = grp_classificacao.child_window(title="Fornecedor", class_name="TDBICheckBox")
|
3849
|
-
if not checkbox_fornecedor.
|
3849
|
+
if not checkbox_fornecedor.is_checked():
|
3850
3850
|
checkbox_fornecedor.click()
|
3851
3851
|
console.print("Ativo como fornecedor... \n")
|
3852
3852
|
|
3853
3853
|
if ativar_cliente:
|
3854
3854
|
checkbox_cliente = grp_classificacao.child_window(title="Cliente",class_name="TDBICheckBox")
|
3855
|
-
if not checkbox_cliente.
|
3855
|
+
if not checkbox_cliente.is_checked():
|
3856
3856
|
checkbox_cliente.click()
|
3857
3857
|
console.print("Ativo como Cliente...\n")
|
3858
3858
|
|
3859
3859
|
await worker_sleep(2)
|
3860
|
-
inserir_registro = pyautogui.locateOnScreen(ASSETS_PATH + "\\
|
3860
|
+
inserir_registro = pyautogui.locateOnScreen(ASSETS_PATH + "\\notas_saida\\salvar_nf_saida.png", confidence=0.8)
|
3861
3861
|
pyautogui.click(inserir_registro)
|
3862
3862
|
await worker_sleep(3)
|
3863
3863
|
|
@@ -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=bFkT86rFPzm89Glq0Ei4RIdpWvvLY0pIPLn37SV-Xs0,154961
|
77
77
|
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=ZTb1XoKWZY7coXt06iIE8KI56N6AguhZv5DEPX2qUu8,31862
|
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.47.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
80
|
+
worker_automate_hub-0.5.47.dist-info/METADATA,sha256=bGRIBm18Qvut6Jf8xNoTO0jHOXmwo4IVYO5z_WDYgg4,2894
|
81
|
+
worker_automate_hub-0.5.47.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
|
82
|
+
worker_automate_hub-0.5.47.dist-info/RECORD,,
|
File without changes
|
{worker_automate_hub-0.5.45.dist-info → worker_automate_hub-0.5.47.dist-info}/entry_points.txt
RENAMED
File without changes
|