worker-automate-hub 0.5.757__py3-none-any.whl → 0.5.758__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/extracao_saldo_estoque_fiscal.py +4 -2
- {worker_automate_hub-0.5.757.dist-info → worker_automate_hub-0.5.758.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.757.dist-info → worker_automate_hub-0.5.758.dist-info}/RECORD +5 -5
- {worker_automate_hub-0.5.757.dist-info → worker_automate_hub-0.5.758.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.757.dist-info → worker_automate_hub-0.5.758.dist-info}/entry_points.txt +0 -0
@@ -59,7 +59,9 @@ async def extracao_saldo_estoque_fiscal(
|
|
59
59
|
# Fecha a instancia do emsys - caso esteja aberta
|
60
60
|
await kill_all_emsys()
|
61
61
|
|
62
|
-
app = Application(backend="win32").start(
|
62
|
+
app = Application(backend="win32").start(
|
63
|
+
"C:\\Rezende\\EMSys3\\EMSysFiscal_39.exe"
|
64
|
+
)
|
63
65
|
warnings.filterwarnings(
|
64
66
|
"ignore",
|
65
67
|
category=UserWarning,
|
@@ -128,7 +130,7 @@ async def extracao_saldo_estoque_fiscal(
|
|
128
130
|
await worker_sleep(2)
|
129
131
|
|
130
132
|
# Caminho da imagem do botão
|
131
|
-
imagem_botao = r"
|
133
|
+
imagem_botao = r"assets\\extracao_relatorios\\btn_incluir_livro.png"
|
132
134
|
|
133
135
|
if os.path.exists(imagem_botao):
|
134
136
|
try:
|
@@ -71,7 +71,7 @@ worker_automate_hub/tasks/jobs/exemplo_processo.py,sha256=nV0iLoip2FH2-FhLmhX3nP
|
|
71
71
|
worker_automate_hub/tasks/jobs/extracao_fechamento_contabil.py,sha256=6Kr5DKjKLqtFvGzyiXtt7xrQsuU898l8pQXDq9C6AX8,19567
|
72
72
|
worker_automate_hub/tasks/jobs/extracao_fechamento_emsys.py,sha256=-T2nZUDiFrUGm_KLxJd_4qcrageDxVpWW3KAAniLFC4,21448
|
73
73
|
worker_automate_hub/tasks/jobs/extracao_saldo_estoque.py,sha256=LocziY74XAKdFyyPJPRt9_zs3J59-kysggjmpASqdxU,8384
|
74
|
-
worker_automate_hub/tasks/jobs/extracao_saldo_estoque_fiscal.py,sha256=
|
74
|
+
worker_automate_hub/tasks/jobs/extracao_saldo_estoque_fiscal.py,sha256=OJQAkE6mqm7lNodleYRWwJq3syxrTqcPGt27_u6NPPs,14950
|
75
75
|
worker_automate_hub/tasks/jobs/fechar_conexao_rdp.py,sha256=UWAKCS2dbfgDlSQOBdjmVJXfD1MMuUrOi3weDgB0CAc,5718
|
76
76
|
worker_automate_hub/tasks/jobs/fidc_exportacao_docs_portal_b2b.py,sha256=tWUmYy3Zhi3JEt8AoqTsWpU-wbf5-OxhCrTOooh1WH4,15616
|
77
77
|
worker_automate_hub/tasks/jobs/fidc_gerar_nosso_numero.py,sha256=FAmcCqKVjedf7wIped8XRLIZ9S3oWc6fakF-r1Zm0kg,12637
|
@@ -101,7 +101,7 @@ worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbV
|
|
101
101
|
worker_automate_hub/utils/util.py,sha256=V2WtWoETdTrAtGA8UgeqAAVphUj9KkGSZFzYsHJFATA,210055
|
102
102
|
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=TOXKSHOPxy8N3-ROpTGjNIHstX0i2b8qekcj1tRvjG8,38174
|
103
103
|
worker_automate_hub/worker.py,sha256=uhZ3f-iaQ1i8cANbljp50vkYl-Xm0_sHtjwwF_2y72o,7191
|
104
|
-
worker_automate_hub-0.5.
|
105
|
-
worker_automate_hub-0.5.
|
106
|
-
worker_automate_hub-0.5.
|
107
|
-
worker_automate_hub-0.5.
|
104
|
+
worker_automate_hub-0.5.758.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
105
|
+
worker_automate_hub-0.5.758.dist-info/METADATA,sha256=1xkBHjCMiZUphzKk7_pcpyhiQxsr6bHAO9-4ihxnt8M,3049
|
106
|
+
worker_automate_hub-0.5.758.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
107
|
+
worker_automate_hub-0.5.758.dist-info/RECORD,,
|
File without changes
|
{worker_automate_hub-0.5.757.dist-info → worker_automate_hub-0.5.758.dist-info}/entry_points.txt
RENAMED
File without changes
|