worker-automate-hub 0.5.587__py3-none-any.whl → 0.5.589__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.
@@ -325,11 +325,16 @@ async def extracao_fechamento_contabil(
325
325
  date_now = datetime.now().strftime("%Y%m%d%H%M%S")
326
326
  data_inicial_arquivo = periodo_inicial.replace("/", "")
327
327
  data_final_arquivo = periodo_final.replace("/", "")
328
- nome_arquivo = (
329
- f"balancete_{data_inicial_arquivo}_{data_final_arquivo}_{date_now}"
328
+
329
+ # Caminho completo para Downloads
330
+ caminho_downloads = os.path.join(os.environ["USERPROFILE"], "Downloads")
331
+ nome_arquivo = os.path.join(
332
+ caminho_downloads,
333
+ f"balancete_{data_inicial_arquivo}_{data_final_arquivo}_{date_now}.xls"
330
334
  )
331
335
 
332
336
  console.print(f"Salvar arquivo: {nome_arquivo}")
337
+
333
338
  # Inserir nome do arquivo
334
339
  input_nome = main_window.child_window(class_name="Edit", found_index=0)
335
340
  type_text_into_field(
@@ -131,7 +131,7 @@ task_definitions = {
131
131
  "5ad2d209-e9da-438c-ba62-db0a5f9a3795": exportacao_docs_portal_b2b, # Banco do brasil
132
132
  "326a746e-06ec-44c0-84bb-3a2dd866353e": cte_manual,
133
133
  "c7a53083-a364-45e2-a1f7-acd439fe8632": integracao_contabil,
134
- "e1696b6b-9de4-4f22-a977-b191a39506a9": integracao_contabil,
134
+ "e1696b6b-9de4-4f22-a977-b191a39506a9": integracao_contabil_generica,
135
135
  "0745818a-4760-4cbe-b6bc-073519ac2104": integracao_contabil,
136
136
  "044a5713-82bd-4758-aec4-3a502d526568": integracao_contabil,
137
137
  "f76dae1d-799b-4b23-b83f-f688e6528f2c": integracao_contabil,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: worker-automate-hub
3
- Version: 0.5.587
3
+ Version: 0.5.589
4
4
  Summary: Worker Automate HUB é uma aplicação para automatizar rotinas de RPA nos ambientes Argenta.
5
5
  Author: Joel Paim
6
6
  Requires-Python: >=3.12,<4.0
@@ -66,7 +66,7 @@ worker_automate_hub/tasks/jobs/entrada_de_notas_505.py,sha256=xXeNipdXTSll8yAtAm
66
66
  worker_automate_hub/tasks/jobs/entrada_de_notas_7139.py,sha256=aSgHterguK9XGtq0Bf__YlXo5pewb9P-BRZTLnrH1D8,29020
67
67
  worker_automate_hub/tasks/jobs/entrada_de_notas_9.py,sha256=VJ-2g7tuqbAICOarJpAhljjJJ5wbb5hphTboBWoxj7M,64639
68
68
  worker_automate_hub/tasks/jobs/exemplo_processo.py,sha256=nV0iLoip2FH2-FhLmhX3nPqsfl_MPufZ3E5Q5krJvdc,3544
69
- worker_automate_hub/tasks/jobs/extracao_fechamento_contabil.py,sha256=CKzisyRJJRkwBxsR6ScwXokgJs9QH8EQiUv6Ap2n9LM,18667
69
+ worker_automate_hub/tasks/jobs/extracao_fechamento_contabil.py,sha256=st49Bxz32pddb0OM9j2XCZq2A3ivhb0kcNnQ6saD6qk,18880
70
70
  worker_automate_hub/tasks/jobs/fechar_conexao_rdp.py,sha256=UWAKCS2dbfgDlSQOBdjmVJXfD1MMuUrOi3weDgB0CAc,5718
71
71
  worker_automate_hub/tasks/jobs/fidc_exportacao_docs_portal_b2b.py,sha256=SOs2mORBJqHs089ApbLaPJVRXM7wWhf0e99URXqPlpQ,15020
72
72
  worker_automate_hub/tasks/jobs/fidc_gerar_nosso_numero.py,sha256=zu92tRCvKPK0U6IGGF28ST-kERohJcNbys-DWk0tIco,12555
@@ -82,7 +82,7 @@ worker_automate_hub/tasks/jobs/notas_faturamento_sap.py,sha256=p6tVE027FHHXBxt2s
82
82
  worker_automate_hub/tasks/jobs/playground.py,sha256=7vWDg9DwToHwGJ6_XOa8TQ6LmfRV5Qz2TaOV3q3P9sA,1918
83
83
  worker_automate_hub/tasks/jobs/sped_fiscal.py,sha256=Zsq-IwKxA0b2tikO6Rri4WXVj10jK-Jd0-gxk8yVBH0,31064
84
84
  worker_automate_hub/tasks/jobs/transferencias.py,sha256=-xW66JNYvhWmyNAYGukiLZ_O5NHQHskH36EkxtXnANg,44321
85
- worker_automate_hub/tasks/task_definitions.py,sha256=64gKtqKbehiBrnS-D868WHo1HjfwcbRbHM2T7GMorGo,10959
85
+ worker_automate_hub/tasks/task_definitions.py,sha256=hgYf8ABHpVTGPY9Wzjwq4WK4zG8ND6U2MnPrCXd1mgw,10968
86
86
  worker_automate_hub/tasks/task_executor.py,sha256=9dmLUlMpJOI7FhbaFE593TcWnDxBvuXbGVecs1aaJxE,5728
87
87
  worker_automate_hub/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
88
88
  worker_automate_hub/utils/env.py,sha256=TacQjGRO7PUNpttrhTAc5Gnegaiysl2Knsv1P8qfkfs,57
@@ -93,7 +93,7 @@ worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbV
93
93
  worker_automate_hub/utils/util.py,sha256=mFsEBbrIJBP_jyGj1bRbQjZuPH8LmXqgXQOuVZmx8aA,198280
94
94
  worker_automate_hub/utils/utils_nfe_entrada.py,sha256=wmnpuOesmPSryZszmapa37b9YNC0E2MkeDYnbwr-0rU,33315
95
95
  worker_automate_hub/worker.py,sha256=axdrr1xLTjWEyWfcyH3OCSpPTsyzck_fL_0u1DBLjvw,6525
96
- worker_automate_hub-0.5.587.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
97
- worker_automate_hub-0.5.587.dist-info/METADATA,sha256=Apl7sQGnXMhaI9wLTKbFgr406EMHtkDNL4mgCJP_7Sk,3012
98
- worker_automate_hub-0.5.587.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
99
- worker_automate_hub-0.5.587.dist-info/RECORD,,
96
+ worker_automate_hub-0.5.589.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
97
+ worker_automate_hub-0.5.589.dist-info/METADATA,sha256=Po1aN_PJBXM05xSLOJGE4k7zpaOhJV7UK2-mdC_USA4,3012
98
+ worker_automate_hub-0.5.589.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
99
+ worker_automate_hub-0.5.589.dist-info/RECORD,,