worker-automate-hub 0.5.31__py3-none-any.whl → 0.5.33__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- worker_automate_hub/utils/utils_nfe_entrada.py +11 -0
- {worker_automate_hub-0.5.31.dist-info → worker_automate_hub-0.5.33.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.31.dist-info → worker_automate_hub-0.5.33.dist-info}/RECORD +5 -5
- {worker_automate_hub-0.5.31.dist-info → worker_automate_hub-0.5.33.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.31.dist-info → worker_automate_hub-0.5.33.dist-info}/entry_points.txt +0 -0
@@ -682,6 +682,17 @@ class EMSys:
|
|
682
682
|
console.print("Alterando a NOP...\n")
|
683
683
|
pyautogui.click(945, 543)
|
684
684
|
await worker_sleep(2)
|
685
|
+
|
686
|
+
if chave_acesso is not None:
|
687
|
+
console.print("\nVerifica se a nota ja foi lançada...")
|
688
|
+
nf_chave_acesso = int(chave_acesso)
|
689
|
+
status_nf_emsys = await get_status_nf_emsys(nf_chave_acesso)
|
690
|
+
if status_nf_emsys.get("status") == "Lançada":
|
691
|
+
return RpaRetornoProcessoDTO(
|
692
|
+
sucesso=True,
|
693
|
+
retorno="Nota lançada com sucesso!",
|
694
|
+
status=RpaHistoricoStatusEnum.Sucesso,
|
695
|
+
)
|
685
696
|
|
686
697
|
try:
|
687
698
|
if self.apenas_isqueiros:
|
@@ -73,9 +73,9 @@ worker_automate_hub/utils/logger.py,sha256=FYV9fg0_RAYJF_ZOCJEbqQAiCXlXk2gMpvUU1
|
|
73
73
|
worker_automate_hub/utils/toast.py,sha256=xPHc5r5uOxB_cZlCzm13Kt2qSKLLFZALncU6Qg3Ft68,1162
|
74
74
|
worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbVlwDl49Y,7972
|
75
75
|
worker_automate_hub/utils/util.py,sha256=edMz-FlsMhzubxZuI1rp6C29TWQmYdyUoAzEJWgI_R8,129994
|
76
|
-
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=
|
76
|
+
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=UfzkgCDjZD-DGkViizpciCkFI2NfWuwRXQsfmt7x6dU,31502
|
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.33.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
79
|
+
worker_automate_hub-0.5.33.dist-info/METADATA,sha256=6HrJtNJvhwmJVUfnJ3rqGaOrYRDrwAiItTwF6m93Uw4,2894
|
80
|
+
worker_automate_hub-0.5.33.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
|
81
|
+
worker_automate_hub-0.5.33.dist-info/RECORD,,
|
File without changes
|
{worker_automate_hub-0.5.31.dist-info → worker_automate_hub-0.5.33.dist-info}/entry_points.txt
RENAMED
File without changes
|