worker-automate-hub 0.5.806__tar.gz → 0.5.807__tar.gz
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-0.5.806 → worker_automate_hub-0.5.807}/PKG-INFO +1 -1
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/pyproject.toml +1 -1
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/opex_capex.py +97 -22
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/README.md +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/__init__.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/api/__init__.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/api/ahead_service.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/api/client.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/api/datalake_service.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/api/helpers/__init__.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/api/helpers/api_helpers.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/api/rdp_service.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/api/rpa_fila_service.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/api/rpa_historico_service.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/api/webhook_service.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/cli.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/config/__init__.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/config/settings.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/config.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/core/so_manipulation.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/decorators/__init__.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/decorators/deprecation.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/decorators/rate_limit.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/decorators/repeat.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/decorators/retry.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/decorators/singleton.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/decorators/timeit.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/models/__init__.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/models/dao/__init__.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/models/dao/rpa_configuracao.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/models/dao/rpa_fila.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/models/dao/rpa_historico.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/models/dao/rpa_processo.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/models/dao/rpa_robo.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/models/dto/__init__.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/models/dto/rpa_historico_request_dto.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/models/dto/rpa_processo_entrada_dto.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/models/dto/rpa_processo_rdp_dto.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/models/dto/rpa_sap_dto.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/models/dto/rpa_sistema_dto.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/__init__.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/__init__.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/abertura_livros_fiscais.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/coleta_dje_process.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/conexao_rdp.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/cte_manual.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/cte_xml.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/descartes.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/devolucao_ctf.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/devolucao_ctf_35.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/devolucao_prazo_a_faturar.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/ecac_estadual_go.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/ecac_estadual_main.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/ecac_estadual_mt.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/ecac_estadual_sc.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/ecac_estadual_sp.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/ecac_federal.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/entrada_cte_1353.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/entrada_cte_333.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/entrada_de_notas_15.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/entrada_de_notas_16.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/entrada_de_notas_207.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/entrada_de_notas_22.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/entrada_de_notas_32.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/entrada_de_notas_33.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/entrada_de_notas_34.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/entrada_de_notas_36.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/entrada_de_notas_37.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/entrada_de_notas_39.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/entrada_de_notas_500.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/entrada_de_notas_503.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/entrada_de_notas_505.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/entrada_de_notas_7139.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/entrada_de_notas_9.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/entrada_de_notas_9000.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/exemplo_processo.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/extracao_fechamento_contabil.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/extracao_fechamento_emsys.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/extracao_saldo_estoque.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/extracao_saldo_estoque_fiscal.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/fechar_conexao_rdp.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/fidc_exportacao_docs_portal_b2b.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/fidc_gerar_nosso_numero.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/fidc_remessa_cobranca_cnab240.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/fidc_retorno_cobranca.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/geracao_aprovacao_pedidos.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/geracao_aprovacao_pedidos_novo.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/integracao_contabil.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/integracao_contabil_generica.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/lancamento_pis_cofins.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/lancamento_rateio.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/login_emsys.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/login_emsys_versao_especifica.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/notas_faturamento_sap.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/playground.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/sped_fiscal.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/jobs/transferencias.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/task_definitions.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/task_executor.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/utils/__init__.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/utils/env.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/utils/get_creds_gworkspace.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/utils/logger.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/utils/toast.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/utils/updater.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/utils/util.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/utils/utils_nfe_entrada.py +0 -0
- {worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/worker.py +0 -0
@@ -12,7 +12,7 @@ import win32clipboard
|
|
12
12
|
from PIL import Image, ImageEnhance
|
13
13
|
from pywinauto.application import Application
|
14
14
|
from pywinauto.keyboard import send_keys
|
15
|
-
from pywinauto.timings import wait_until
|
15
|
+
from pywinauto.timings import TimeoutError as PywTimeout, wait_until
|
16
16
|
from pywinauto_recorder.player import set_combobox
|
17
17
|
from rich.console import Console
|
18
18
|
import sys
|
@@ -471,6 +471,7 @@ async def opex_capex(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoDTO:
|
|
471
471
|
|
472
472
|
# Clicar em itens da nota
|
473
473
|
imagem = "assets\\entrada_notas\\itens_nota.png"
|
474
|
+
# imagem = r"C:\Users\automatehub\Documents\GitHub\worker-automate-hub\assets\entrada_notas\itens_nota.png"
|
474
475
|
|
475
476
|
# Tenta localizar a imagem na tela
|
476
477
|
while True:
|
@@ -547,6 +548,11 @@ async def opex_capex(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoDTO:
|
|
547
548
|
send_keys("{ENTER}")
|
548
549
|
except Exception as e:
|
549
550
|
print(f"Erro ao selecionar opção: {e}")
|
551
|
+
# Localize o combobox pelo class_name
|
552
|
+
combo = main_window.child_window(class_name="TDBIComboBox", found_index=4)
|
553
|
+
|
554
|
+
# Seleciona diretamente o texto
|
555
|
+
combo.select("IPI 0%")
|
550
556
|
|
551
557
|
# Clicar em alterar
|
552
558
|
main_window.child_window(class_name="TDBIBitBtn", found_index=3).click()
|
@@ -585,27 +591,99 @@ async def opex_capex(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoDTO:
|
|
585
591
|
|
586
592
|
panel_TabPagamento = panel_TTabSheet.child_window(title="Pagamento")
|
587
593
|
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
# Lista de opções em ordem de prioridade
|
594
|
+
# Combo alvo (ajuste found_index se precisar)
|
595
|
+
tipo_cobranca = panel_TTabSheet.child_window(class_name="TDBIComboBox", found_index=0)
|
596
|
+
|
597
|
+
# Ordem de preferência
|
593
598
|
opcoes = [
|
594
599
|
"BANCO DO BRASIL BOLETO FIDC",
|
595
600
|
"BANCO DO BRASIL BOLETO",
|
596
|
-
"BOLETO"
|
601
|
+
"BOLETO",
|
597
602
|
]
|
598
603
|
|
599
|
-
#
|
600
|
-
|
601
|
-
for
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
604
|
+
# 1) Tenta .select() direto (não digita nada)
|
605
|
+
selecionado = None
|
606
|
+
for alvo in opcoes:
|
607
|
+
try:
|
608
|
+
tipo_cobranca.select(alvo)
|
609
|
+
if tipo_cobranca.window_text().strip().lower() == alvo.lower():
|
610
|
+
selecionado = alvo
|
611
|
+
break
|
612
|
+
except Exception:
|
613
|
+
pass
|
614
|
+
|
615
|
+
# 2) Abre a LISTA e seleciona o item exato (sem digitar)
|
616
|
+
if not selecionado:
|
617
|
+
tipo_cobranca.set_focus()
|
618
|
+
tipo_cobranca.click_input()
|
619
|
+
send_keys('%{DOWN}') # ALT+DOWN para abrir o dropdown
|
620
|
+
# tenta achar a janela da lista (Delphi/Win32)
|
621
|
+
lista = None
|
622
|
+
app = tipo_cobranca.app
|
623
|
+
for crit in (dict(title="||List"), dict(class_name="ComboLBox"), dict(class_name_re=".*(List|Combo).*")):
|
624
|
+
try:
|
625
|
+
cand = app.window(**crit)
|
626
|
+
if cand.exists(timeout=0.5):
|
627
|
+
lista = cand
|
628
|
+
break
|
629
|
+
except Exception:
|
630
|
+
pass
|
631
|
+
|
632
|
+
if lista:
|
633
|
+
# tenta selecionar por índice (texto exato)
|
634
|
+
try:
|
635
|
+
itens = [t.strip() for t in lista.texts() if str(t).strip()]
|
636
|
+
except Exception:
|
637
|
+
itens = []
|
638
|
+
|
639
|
+
idx_alvo = -1
|
640
|
+
alvo_escolhido = None
|
641
|
+
for alvo in opcoes:
|
642
|
+
for i, t in enumerate(itens):
|
643
|
+
if t.lower() == alvo.lower():
|
644
|
+
idx_alvo = i
|
645
|
+
alvo_escolhido = alvo
|
646
|
+
break
|
647
|
+
if idx_alvo >= 0:
|
648
|
+
break
|
649
|
+
|
650
|
+
if idx_alvo >= 0:
|
651
|
+
try:
|
652
|
+
lista.select(idx_alvo)
|
653
|
+
except Exception:
|
654
|
+
# fallback por teclas sem digitar texto do item
|
655
|
+
send_keys('{HOME}')
|
656
|
+
for _ in range(idx_alvo):
|
657
|
+
send_keys('{DOWN}')
|
658
|
+
send_keys('{ENTER}')
|
659
|
+
try:
|
660
|
+
wait_until(2, 0.2, lambda: tipo_cobranca.window_text().strip() != "")
|
661
|
+
except PywTimeout:
|
662
|
+
pass
|
663
|
+
if tipo_cobranca.window_text().strip().lower() == alvo_escolhido.lower():
|
664
|
+
selecionado = alvo_escolhido
|
665
|
+
else:
|
666
|
+
# fallback só com setas (sem digitar): vai ao topo e desce checando
|
667
|
+
send_keys('{HOME}')
|
668
|
+
vistos = set()
|
669
|
+
for _ in range(60):
|
670
|
+
atual = tipo_cobranca.window_text().strip()
|
671
|
+
if atual.lower() in (o.lower() for o in opcoes):
|
672
|
+
send_keys('{ENTER}')
|
673
|
+
selecionado = atual
|
674
|
+
break
|
675
|
+
if atual.lower() in vistos:
|
676
|
+
# deu a volta
|
677
|
+
send_keys('{ESC}')
|
678
|
+
break
|
679
|
+
vistos.add(atual.lower())
|
680
|
+
send_keys('{DOWN}')
|
681
|
+
|
682
|
+
# (opcional) validação dura
|
683
|
+
if not selecionado or selecionado.lower() not in (o.lower() for o in opcoes):
|
684
|
+
raise RuntimeError(f"Não consegui selecionar uma opção válida. Ficou: '{tipo_cobranca.window_text().strip()}'")
|
685
|
+
|
686
|
+
print("Selecionado:", selecionado)
|
609
687
|
|
610
688
|
dt_vencimento_nota = nota.get("dataVencimento") # vem como '2025-09-26'
|
611
689
|
data_atual = datetime.now().date()
|
@@ -634,10 +712,8 @@ async def opex_capex(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoDTO:
|
|
634
712
|
|
635
713
|
console.print(f"Incluindo registro...\n")
|
636
714
|
try:
|
637
|
-
|
638
|
-
inserir_registro = pyautogui.locateOnScreen(
|
639
|
-
"assets\\entrada_notas\\IncluirRegistro.png", confidence=0.8
|
640
|
-
)
|
715
|
+
inserir_registro = pyautogui.locateOnScreen("assets\entrada_notas\IncluirRegistro.png", confidence=0.8)
|
716
|
+
# inserir_registro = pyautogui.locateOnScreen(r"C:\Users\automatehub\Documents\GitHub\worker-automate-hub\assets\entrada_notas\IncluirRegistro.png", confidence=0.8)
|
641
717
|
pyautogui.click(inserir_registro)
|
642
718
|
except Exception as e:
|
643
719
|
console.print(
|
@@ -830,4 +906,3 @@ async def opex_capex(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoDTO:
|
|
830
906
|
# Deleta o xml
|
831
907
|
await delete_xml(numero_nota)
|
832
908
|
|
833
|
-
|
File without changes
|
File without changes
|
{worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/api/__init__.py
RENAMED
File without changes
|
{worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/api/ahead_service.py
RENAMED
File without changes
|
{worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/api/client.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/api/rdp_service.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/config/__init__.py
RENAMED
File without changes
|
{worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/config/settings.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/decorators/repeat.py
RENAMED
File without changes
|
{worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/decorators/retry.py
RENAMED
File without changes
|
File without changes
|
{worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/decorators/timeit.py
RENAMED
File without changes
|
{worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/models/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/tasks/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/utils/__init__.py
RENAMED
File without changes
|
{worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/utils/env.py
RENAMED
File without changes
|
File without changes
|
{worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/utils/logger.py
RENAMED
File without changes
|
{worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/utils/toast.py
RENAMED
File without changes
|
{worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/utils/updater.py
RENAMED
File without changes
|
{worker_automate_hub-0.5.806 → worker_automate_hub-0.5.807}/worker_automate_hub/utils/util.py
RENAMED
File without changes
|
File without changes
|
File without changes
|