worker-automate-hub 0.5.24__py3-none-any.whl → 0.5.26__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.
Potentially problematic release.
This version of worker-automate-hub might be problematic. Click here for more details.
- worker_automate_hub/tasks/jobs/entrada_de_notas_33.py +1 -1
- worker_automate_hub/tasks/jobs/sped_fiscal.py +6 -1
- {worker_automate_hub-0.5.24.dist-info → worker_automate_hub-0.5.26.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.24.dist-info → worker_automate_hub-0.5.26.dist-info}/RECORD +6 -6
- {worker_automate_hub-0.5.24.dist-info → worker_automate_hub-0.5.26.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.24.dist-info → worker_automate_hub-0.5.26.dist-info}/entry_points.txt +0 -0
|
@@ -687,7 +687,7 @@ async def entrada_de_notas_33(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
|
|
|
687
687
|
sucesso=False,
|
|
688
688
|
retorno=despesa_rateio_work.retorno,
|
|
689
689
|
status=RpaHistoricoStatusEnum.Falha,
|
|
690
|
-
tags=[RpaTagDTO(descricao=RpaTagEnum.
|
|
690
|
+
tags=[RpaTagDTO(descricao=RpaTagEnum.Negocio)]
|
|
691
691
|
)
|
|
692
692
|
|
|
693
693
|
# Verifica se a info 'Nota fiscal incluida' está na tela
|
|
@@ -603,4 +603,9 @@ async def sped_fiscal(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoDTO:
|
|
|
603
603
|
observacao = f"Erro ao gerar o Arquivo do SPED: {str(ex)}"
|
|
604
604
|
logger.error(observacao)
|
|
605
605
|
console.print(observacao, style="bold red")
|
|
606
|
-
return
|
|
606
|
+
return RpaRetornoProcessoDTO(
|
|
607
|
+
sucesso=False,
|
|
608
|
+
retorno=observacao,
|
|
609
|
+
status=RpaHistoricoStatusEnum.Falha,
|
|
610
|
+
tags=[RpaTagDTO(descricao=RpaTagEnum.Negocio)]
|
|
611
|
+
)
|
|
@@ -47,7 +47,7 @@ worker_automate_hub/tasks/jobs/entrada_de_notas_15.py,sha256=-UVE1nIWDqjK1zc6WPl
|
|
|
47
47
|
worker_automate_hub/tasks/jobs/entrada_de_notas_16.py,sha256=t17lwubu3HT7uOV0fdxOKvoIeOQr6ELMiJtyEw0Aac4,20652
|
|
48
48
|
worker_automate_hub/tasks/jobs/entrada_de_notas_207.py,sha256=JJ1jtExQRXsI2UvxklX7jJDtzim54QyGSQ5U54E7jbg,25609
|
|
49
49
|
worker_automate_hub/tasks/jobs/entrada_de_notas_32.py,sha256=MZpLWZEvk1voQ-jVedmzyr-NcMDtgBxGMa0FrjK8Kzg,33989
|
|
50
|
-
worker_automate_hub/tasks/jobs/entrada_de_notas_33.py,sha256=
|
|
50
|
+
worker_automate_hub/tasks/jobs/entrada_de_notas_33.py,sha256=oW-YejUH51W8__2BIXyUAQejOM88BHJOxauCyo-FGog,32841
|
|
51
51
|
worker_automate_hub/tasks/jobs/entrada_de_notas_34.py,sha256=rF7zk4SVAO6Ba5EPZQ_80phNruD_b3mjxkR6VHlP2Hs,32548
|
|
52
52
|
worker_automate_hub/tasks/jobs/entrada_de_notas_36.py,sha256=eoWaIlg0BUWQEQY5L5qoK7Ye7zeeazjuTxUbmM-37O0,23485
|
|
53
53
|
worker_automate_hub/tasks/jobs/entrada_de_notas_39.py,sha256=_7KzUuife5eizfNH6hE2MJK57jJp_XyQ1CE4AlpDqo8,34928
|
|
@@ -62,7 +62,7 @@ worker_automate_hub/tasks/jobs/fidc_remessa_cobranca_cnab240.py,sha256=QBGm6eS5J
|
|
|
62
62
|
worker_automate_hub/tasks/jobs/login_emsys.py,sha256=scdKsseFOL-7UQ5D743VaZZzWBKaEfq0XzYNmROUOgE,5703
|
|
63
63
|
worker_automate_hub/tasks/jobs/login_emsys_versao_especifica.py,sha256=cGj98H7g_1HpKsFAdrpVdFF14wd7Qp2PXgwd6ww-qSw,5642
|
|
64
64
|
worker_automate_hub/tasks/jobs/playground.py,sha256=7vWDg9DwToHwGJ6_XOa8TQ6LmfRV5Qz2TaOV3q3P9sA,1918
|
|
65
|
-
worker_automate_hub/tasks/jobs/sped_fiscal.py,sha256=
|
|
65
|
+
worker_automate_hub/tasks/jobs/sped_fiscal.py,sha256=9ScYKOKm9GugmQMC9FBMoeUT5UHMdHVSnfovC9LRhYs,28371
|
|
66
66
|
worker_automate_hub/tasks/jobs/transferencias.py,sha256=i3fCanHZ_pSwPW03THpQPqlzrDjbV4QbKkXpUqV3dxM,39272
|
|
67
67
|
worker_automate_hub/tasks/task_definitions.py,sha256=TLJKIyi8IgZL_3EqVzER74kT3nfFdpSMbUwnnEkLpZk,4786
|
|
68
68
|
worker_automate_hub/tasks/task_executor.py,sha256=DUN2-Bi8Zxv0J_QUoV1vt7KgfbmYtixuA6i3Uzt67bA,5256
|
|
@@ -75,7 +75,7 @@ worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbV
|
|
|
75
75
|
worker_automate_hub/utils/util.py,sha256=Eyy0mLLt_xd_zVXWoHAb-GK0PU1xZdWPvh-IndajxDk,128815
|
|
76
76
|
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=3keuXhgNkEMZhLX9gGzck41SAwJqIPlwWSo_WSOs2HI,30980
|
|
77
77
|
worker_automate_hub/worker.py,sha256=CT-poyP1ZYvubArYsnnNd9oJ53SPaDwgr6p6keS3nI4,6248
|
|
78
|
-
worker_automate_hub-0.5.
|
|
79
|
-
worker_automate_hub-0.5.
|
|
80
|
-
worker_automate_hub-0.5.
|
|
81
|
-
worker_automate_hub-0.5.
|
|
78
|
+
worker_automate_hub-0.5.26.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
|
79
|
+
worker_automate_hub-0.5.26.dist-info/METADATA,sha256=z3ORbfCq4rFJsAMUinFBykMpqMNh7u5GHr652YxeWec,2894
|
|
80
|
+
worker_automate_hub-0.5.26.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
81
|
+
worker_automate_hub-0.5.26.dist-info/RECORD,,
|
|
File without changes
|
{worker_automate_hub-0.5.24.dist-info → worker_automate_hub-0.5.26.dist-info}/entry_points.txt
RENAMED
|
File without changes
|