worker-automate-hub 0.4.320__tar.gz → 0.4.322__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/PKG-INFO +1 -1
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/pyproject.toml +1 -1
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/entrada_de_notas_9.py +37 -4
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/README.md +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/__init__.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/api/__init__.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/api/ahead_service.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/api/client.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/api/helpers/__init__.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/api/helpers/api_helpers.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/api/rpa_historico_service.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/cli.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/config/__init__.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/config/settings.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/config.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/core/so_manipulation.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/decorators/__init__.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/decorators/deprecation.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/decorators/rate_limit.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/decorators/repeat.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/decorators/retry.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/decorators/singleton.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/decorators/timeit.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/models/__init__.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/models/dao/__init__.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/models/dao/rpa_configuracao.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/models/dao/rpa_historico.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/models/dao/rpa_processo.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/models/dto/__init__.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/models/dto/rpa_historico_request_dto.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/models/dto/rpa_processo_entrada_dto.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/models/dto/rpa_sistema_dto.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/__init__.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/__init__.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/coleta_dje_process.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/conexao_rdp.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/descartes.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/ecac_estadual_go.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/ecac_estadual_main.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/ecac_estadual_mt.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/ecac_estadual_sc.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/ecac_estadual_sp.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/ecac_federal.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/entrada_de_notas_15.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/entrada_de_notas_16.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/entrada_de_notas_207.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/entrada_de_notas_32.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/entrada_de_notas_33.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/entrada_de_notas_34.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/entrada_de_notas_36.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/entrada_de_notas_39.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/entrada_de_notas_500.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/entrada_de_notas_505.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/entrada_de_notas_7139.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/exemplo_processo.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/fidc_gerar_nosso_numero.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/fidc_remessa_cobranca_cnab240.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/login_emsys.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/playground.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/sped_fiscal.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/jobs/transferencias.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/task_definitions.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/tasks/task_executor.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/utils/__init__.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/utils/env.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/utils/get_creds_gworkspace.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/utils/logger.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/utils/toast.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/utils/updater.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/utils/util.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/utils/utils_nfe_entrada.py +0 -0
- {worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/worker.py +0 -0
@@ -547,7 +547,7 @@ async def entrada_de_notas_9(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoD
|
|
547
547
|
panel_TTabSheet.click()
|
548
548
|
send_keys("{DOWN " + ("2") + "}")
|
549
549
|
|
550
|
-
await worker_sleep(
|
550
|
+
await worker_sleep(4)
|
551
551
|
try:
|
552
552
|
panel_TPage = main_window.child_window(class_name="TPage", title="Formulario")
|
553
553
|
panel_TTabSheet = panel_TPage.child_window(class_name="TPageControl")
|
@@ -646,10 +646,43 @@ async def entrada_de_notas_9(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoD
|
|
646
646
|
|
647
647
|
await worker_sleep(2)
|
648
648
|
console.print(f"Removendo registro de parcelamento do pagamento... \n")
|
649
|
-
|
649
|
+
btn_remove = panel_TabParcelamento.child_window(
|
650
650
|
class_name="TDBIBitBtn", found_index=0
|
651
651
|
)
|
652
|
-
|
652
|
+
btn_remove.click()
|
653
|
+
await worker_sleep(3)
|
654
|
+
confirm_pop_up = await is_window_open_by_class("TMessageForm")
|
655
|
+
if confirm_pop_up["IsOpened"] == True:
|
656
|
+
app_confirm = Application().connect(
|
657
|
+
class_name="TMessageForm"
|
658
|
+
)
|
659
|
+
main_window_confirm = app_confirm["TMessageForm"]
|
660
|
+
|
661
|
+
btn_yes = main_window_confirm["&Yes"]
|
662
|
+
if btn_yes.exists():
|
663
|
+
try:
|
664
|
+
btn_yes.click()
|
665
|
+
await worker_sleep(3)
|
666
|
+
console.print("O botão Yes de remover parcelamento foi clicado com sucesso.", style="green")
|
667
|
+
except:
|
668
|
+
console.print("Falha ao clicar no botão Yes de faturar.", style="red")
|
669
|
+
else:
|
670
|
+
pyautogui.click(915, 562)
|
671
|
+
else:
|
672
|
+
return RpaRetornoProcessoDTO(
|
673
|
+
sucesso=False,
|
674
|
+
retorno=f"Pop de confirmação de remover parcelamento não foi encontrado.",
|
675
|
+
status=RpaHistoricoStatusEnum.Falha,
|
676
|
+
)
|
677
|
+
await worker_sleep(3)
|
678
|
+
confirm_pop_up = await is_window_open_by_class("TMessageForm")
|
679
|
+
if confirm_pop_up["IsOpened"] == True:
|
680
|
+
return RpaRetornoProcessoDTO(
|
681
|
+
sucesso=False,
|
682
|
+
retorno=f"Erro ao adicionar remover o parcelamento do pagamento.",
|
683
|
+
status=RpaHistoricoStatusEnum.Falha,
|
684
|
+
)
|
685
|
+
|
653
686
|
await worker_sleep(2)
|
654
687
|
console.print(f"Parcelamento de pagamento excluido, adicionando o novo... \n")
|
655
688
|
console.print(f"Inserindo a data de vencimento {data_vencimento} \n")
|
@@ -807,7 +840,7 @@ async def entrada_de_notas_9(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoD
|
|
807
840
|
# Verifica se a info 'Nota fiscal incluida' está na tela
|
808
841
|
nf_imported = await check_nota_importada(nota.get("nfe"))
|
809
842
|
if nf_imported.sucesso == True:
|
810
|
-
await worker_sleep(
|
843
|
+
await worker_sleep(12)
|
811
844
|
console.print("\nVerifica se a nota ja foi lançada...")
|
812
845
|
status_nf_emsys = await get_status_nf_emsys(nf_chave_acesso)
|
813
846
|
if status_nf_emsys.get("status") == "Lançada":
|
File without changes
|
File without changes
|
{worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/api/__init__.py
RENAMED
File without changes
|
{worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/api/ahead_service.py
RENAMED
File without changes
|
{worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/api/client.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/config/__init__.py
RENAMED
File without changes
|
{worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/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.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/decorators/repeat.py
RENAMED
File without changes
|
{worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/decorators/retry.py
RENAMED
File without changes
|
File without changes
|
{worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/decorators/timeit.py
RENAMED
File without changes
|
{worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/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
|
{worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/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
|
{worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/utils/__init__.py
RENAMED
File without changes
|
{worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/utils/env.py
RENAMED
File without changes
|
File without changes
|
{worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/utils/logger.py
RENAMED
File without changes
|
{worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/utils/toast.py
RENAMED
File without changes
|
{worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/utils/updater.py
RENAMED
File without changes
|
{worker_automate_hub-0.4.320 → worker_automate_hub-0.4.322}/worker_automate_hub/utils/util.py
RENAMED
File without changes
|
File without changes
|
File without changes
|