worker-automate-hub 0.5.590__py3-none-any.whl → 0.5.592__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/integracao_contabil_generica.py +3 -5
- worker_automate_hub/tasks/task_definitions.py +1 -1
- {worker_automate_hub-0.5.590.dist-info → worker_automate_hub-0.5.592.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.590.dist-info → worker_automate_hub-0.5.592.dist-info}/RECORD +6 -6
- {worker_automate_hub-0.5.590.dist-info → worker_automate_hub-0.5.592.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.590.dist-info → worker_automate_hub-0.5.592.dist-info}/entry_points.txt +0 -0
@@ -193,13 +193,11 @@ async def integracao_contabil_generica(
|
|
193
193
|
await worker_sleep(12)
|
194
194
|
# pyautogui.press("tab")
|
195
195
|
await worker_sleep(3)
|
196
|
-
|
197
|
-
|
196
|
+
|
198
197
|
# console.print("Selecionando item do campo origem...")
|
199
198
|
uuid_processo = task.uuidProcesso
|
200
199
|
caminho_imagem = f"assets\\integracao_contabil\\{uuid_processo}.png"
|
201
200
|
|
202
|
-
|
203
201
|
await metodo_selecao_origem_especial()
|
204
202
|
await localizar_e_clicar(caminho_imagem) # main_window.set_focus()
|
205
203
|
await worker_sleep(5)
|
@@ -278,7 +276,7 @@ async def integracao_contabil_generica(
|
|
278
276
|
while True:
|
279
277
|
try:
|
280
278
|
localizacao = pyautogui.locateOnScreen(
|
281
|
-
imagem_finalizada, confidence=0.
|
279
|
+
imagem_finalizada, confidence=0.85
|
282
280
|
)
|
283
281
|
print("Verificando imagem...")
|
284
282
|
if localizacao:
|
@@ -359,7 +357,7 @@ async def integracao_contabil_generica(
|
|
359
357
|
print("Total Débito:", total_debito)
|
360
358
|
print("Total Crédito:", total_credito)
|
361
359
|
|
362
|
-
if diferenca > 0
|
360
|
+
if diferenca > "0,00":
|
363
361
|
clicou = True
|
364
362
|
main_window_capture = main_window.capture_as_image()
|
365
363
|
return RpaRetornoProcessoDTO(
|
@@ -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":
|
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,
|
@@ -74,7 +74,7 @@ worker_automate_hub/tasks/jobs/fidc_remessa_cobranca_cnab240.py,sha256=XCbIZG1y7
|
|
74
74
|
worker_automate_hub/tasks/jobs/fidc_retorno_cobranca.py,sha256=6BtgiHZ8gLiKpOHwF3Tba4oVFZDUbUUwaHw7WK_5V2I,11879
|
75
75
|
worker_automate_hub/tasks/jobs/geracao_aprovacao_pedidos.py,sha256=QzK2aG5d9pmFbb8cTaNm3LWf5NMkmCvBkgo70gcLu0c,14781
|
76
76
|
worker_automate_hub/tasks/jobs/integracao_contabil.py,sha256=psoIU0tjtTJq2W8aGXjXrfkAOYlIpUtHZyNolI7dp-0,16263
|
77
|
-
worker_automate_hub/tasks/jobs/integracao_contabil_generica.py,sha256=
|
77
|
+
worker_automate_hub/tasks/jobs/integracao_contabil_generica.py,sha256=U57wYy9qCSDWlVMLjmssdF2JR9jOEgkFg1zhX7a0xJo,16976
|
78
78
|
worker_automate_hub/tasks/jobs/lancamento_pis_cofins.py,sha256=9BePVw8AP42mRKRiWqZHxIah9rGOqoBXs_Vo-OQBioM,35679
|
79
79
|
worker_automate_hub/tasks/jobs/login_emsys.py,sha256=dO9S027qRTtjOfytF6IWO-m6hDld8kZqOVAsn91l1YA,5684
|
80
80
|
worker_automate_hub/tasks/jobs/login_emsys_versao_especifica.py,sha256=_6CFh79eaW9KdPGR6FMV01ASPjJzNzzBK1MvC_uiSOo,5625
|
@@ -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=
|
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.
|
97
|
-
worker_automate_hub-0.5.
|
98
|
-
worker_automate_hub-0.5.
|
99
|
-
worker_automate_hub-0.5.
|
96
|
+
worker_automate_hub-0.5.592.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
97
|
+
worker_automate_hub-0.5.592.dist-info/METADATA,sha256=tP9lWeB7oyAgsmwE9HZ7GDfIFpcPIvT4rdQjk7n6SZ8,3012
|
98
|
+
worker_automate_hub-0.5.592.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
99
|
+
worker_automate_hub-0.5.592.dist-info/RECORD,,
|
File without changes
|
{worker_automate_hub-0.5.590.dist-info → worker_automate_hub-0.5.592.dist-info}/entry_points.txt
RENAMED
File without changes
|