worker-automate-hub 0.5.610__py3-none-any.whl → 0.5.611__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.
@@ -311,7 +311,11 @@ async def devolucao_ctf(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoDTO:
311
311
  console.print("INSERINDO CODIGO DO FORNECEDOR ...\n")
312
312
  field_fornecedor = main_window.child_window(class_name="TDBIEditCode", found_index=0)
313
313
  field_fornecedor.click()
314
- field_fornecedor.set_edit_text(cod_cliente_incorreto)
314
+
315
+ if cod_cliente_incorreto != "140552":
316
+ field_fornecedor.set_edit_text(cod_cliente_incorreto)
317
+ else:
318
+ field_fornecedor.set_edit_text(cod_empresa)
315
319
  field_fornecedor.click()
316
320
  pyautogui.press("tab")
317
321
  await worker_sleep(2)
@@ -330,7 +334,10 @@ async def devolucao_ctf(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoDTO:
330
334
 
331
335
  if len(itens_arla) == len(itens):
332
336
  for item in itens_to_select:
333
- if '1202' in item and (('c/est' in item.lower() or 's /fi' in item.lower())):
337
+ if '1202' in item and (('s/ est' in item.lower() or 's/est' in item.lower())):
338
+ nop_to_be_select = item
339
+ break
340
+ elif '2202' in item and (('s/ est' in item.lower() or 's/est' in item.lower())):
334
341
  nop_to_be_select = item
335
342
  break
336
343
  else:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: worker-automate-hub
3
- Version: 0.5.610
3
+ Version: 0.5.611
4
4
  Summary: Worker Automate HUB é uma aplicação para automatizar rotinas de RPA nos ambientes Argenta.
5
5
  Author: Joel Paim
6
6
  Requires-Python: >=3.12,<4.0
@@ -42,7 +42,7 @@ worker_automate_hub/tasks/jobs/conexao_rdp.py,sha256=S6QC4xhuo0pB5FjaUJZNMm1LIgE
42
42
  worker_automate_hub/tasks/jobs/cte_manual.py,sha256=JucHpRMjMiy-QEJ0wtFnytLpN53tKXgCDI05nGLGclU,603
43
43
  worker_automate_hub/tasks/jobs/cte_xml.py,sha256=CdDcDRjCJTU2DV0KAglqgCVb13ahMqzYdmaeJRKcR0o,15038
44
44
  worker_automate_hub/tasks/jobs/descartes.py,sha256=E5kKef8j7e0PTm6NBeZAXkljUoAFEMjVWvHaJ8g2fv4,44451
45
- worker_automate_hub/tasks/jobs/devolucao_ctf.py,sha256=t_fWAXIEKPSL_kfhORU5cWARwpHAt2HcuAKusAbVO8E,252356
45
+ worker_automate_hub/tasks/jobs/devolucao_ctf.py,sha256=mtnnAYYD9mxOK83S4MkATqb9g3VUBVynJdpmgPf2DZM,252652
46
46
  worker_automate_hub/tasks/jobs/devolucao_prazo_a_faturar.py,sha256=byIk02T4fWCVgKisf50ZAEY26d8FMTlX9S7RnQVtoEE,256763
47
47
  worker_automate_hub/tasks/jobs/ecac_estadual_go.py,sha256=dKkf22nH5gp3RErq5u0UzRsKyJ81fc6ZZ4vLtUuMwHA,21002
48
48
  worker_automate_hub/tasks/jobs/ecac_estadual_main.py,sha256=8WmKe4-MRtzHobXz2S4YBDNN8alfawkC-BBlRY-mn1g,1726
@@ -96,7 +96,7 @@ worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbV
96
96
  worker_automate_hub/utils/util.py,sha256=_pgZOFWgXoov6WPbqyRTDVXJCRFfucYB3gb9swzU7bo,198281
97
97
  worker_automate_hub/utils/utils_nfe_entrada.py,sha256=wmnpuOesmPSryZszmapa37b9YNC0E2MkeDYnbwr-0rU,33315
98
98
  worker_automate_hub/worker.py,sha256=axdrr1xLTjWEyWfcyH3OCSpPTsyzck_fL_0u1DBLjvw,6525
99
- worker_automate_hub-0.5.610.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
100
- worker_automate_hub-0.5.610.dist-info/METADATA,sha256=FeQk6w3qumgWqZ44Llm4XJGeeGQorGqz46nvdEmF6FM,3049
101
- worker_automate_hub-0.5.610.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
102
- worker_automate_hub-0.5.610.dist-info/RECORD,,
99
+ worker_automate_hub-0.5.611.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
100
+ worker_automate_hub-0.5.611.dist-info/METADATA,sha256=lYKyURFDX38z1y3Oa4DGWsSPQMqQMNamNE0WwqUVPYU,3049
101
+ worker_automate_hub-0.5.611.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
102
+ worker_automate_hub-0.5.611.dist-info/RECORD,,