worker-automate-hub 0.4.436__tar.gz → 0.4.437__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/PKG-INFO +1 -1
  2. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/pyproject.toml +1 -1
  3. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/entrada_de_notas_16.py +7 -38
  4. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/entrada_de_notas_207.py +2 -19
  5. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/entrada_de_notas_32.py +2 -30
  6. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/entrada_de_notas_33.py +2 -30
  7. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/entrada_de_notas_34.py +2 -30
  8. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/entrada_de_notas_505.py +5 -35
  9. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/entrada_de_notas_7139.py +3 -30
  10. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/utils/util.py +1 -1
  11. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/README.md +0 -0
  12. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/__init__.py +0 -0
  13. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/api/__init__.py +0 -0
  14. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/api/ahead_service.py +0 -0
  15. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/api/client.py +0 -0
  16. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/api/helpers/__init__.py +0 -0
  17. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/api/helpers/api_helpers.py +0 -0
  18. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/api/rpa_historico_service.py +0 -0
  19. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/cli.py +0 -0
  20. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/config/__init__.py +0 -0
  21. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/config/settings.py +0 -0
  22. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/config.py +0 -0
  23. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/core/so_manipulation.py +0 -0
  24. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/decorators/__init__.py +0 -0
  25. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/decorators/deprecation.py +0 -0
  26. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/decorators/rate_limit.py +0 -0
  27. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/decorators/repeat.py +0 -0
  28. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/decorators/retry.py +0 -0
  29. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/decorators/singleton.py +0 -0
  30. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/decorators/timeit.py +0 -0
  31. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/models/__init__.py +0 -0
  32. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/models/dao/__init__.py +0 -0
  33. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/models/dao/rpa_configuracao.py +0 -0
  34. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/models/dao/rpa_historico.py +0 -0
  35. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/models/dao/rpa_processo.py +0 -0
  36. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/models/dto/__init__.py +0 -0
  37. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/models/dto/rpa_historico_request_dto.py +0 -0
  38. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/models/dto/rpa_processo_entrada_dto.py +0 -0
  39. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/models/dto/rpa_processo_rdp_dto.py +0 -0
  40. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/models/dto/rpa_sistema_dto.py +0 -0
  41. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/__init__.py +0 -0
  42. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/__init__.py +0 -0
  43. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/coleta_dje_process.py +0 -0
  44. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/conexao_rdp.py +0 -0
  45. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/descartes.py +0 -0
  46. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/ecac_estadual_go.py +0 -0
  47. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/ecac_estadual_main.py +0 -0
  48. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/ecac_estadual_mt.py +0 -0
  49. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/ecac_estadual_sc.py +0 -0
  50. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/ecac_estadual_sp.py +0 -0
  51. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/ecac_federal.py +0 -0
  52. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/entrada_de_notas_15.py +0 -0
  53. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/entrada_de_notas_36.py +0 -0
  54. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/entrada_de_notas_39.py +0 -0
  55. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/entrada_de_notas_500.py +0 -0
  56. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/entrada_de_notas_9.py +0 -0
  57. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/exemplo_processo.py +0 -0
  58. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/fidc_gerar_nosso_numero.py +0 -0
  59. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/fidc_remessa_cobranca_cnab240.py +0 -0
  60. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/login_emsys.py +0 -0
  61. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/playground.py +0 -0
  62. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/sped_fiscal.py +0 -0
  63. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/jobs/transferencias.py +0 -0
  64. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/task_definitions.py +0 -0
  65. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/tasks/task_executor.py +0 -0
  66. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/utils/__init__.py +0 -0
  67. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/utils/env.py +0 -0
  68. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/utils/get_creds_gworkspace.py +0 -0
  69. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/utils/logger.py +0 -0
  70. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/utils/toast.py +0 -0
  71. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/utils/updater.py +0 -0
  72. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/utils/utils_nfe_entrada.py +0 -0
  73. {worker_automate_hub-0.4.436 → worker_automate_hub-0.4.437}/worker_automate_hub/worker.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: worker-automate-hub
3
- Version: 0.4.436
3
+ Version: 0.4.437
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
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "worker-automate-hub"
3
- version = "0.4.436"
3
+ version = "0.4.437"
4
4
  description = "Worker Automate HUB é uma aplicação para automatizar rotinas de RPA nos ambientes Argenta."
5
5
  authors = ["Joel Paim"]
6
6
  readme = "README.md"
@@ -180,16 +180,7 @@ async def entrada_de_notas_16(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
180
180
  )
181
181
  combo_box_natureza_operacao.click()
182
182
  await worker_sleep(4)
183
- try:
184
- set_combobox("||List", "1403 - COMPRA DE MERCADORIAS- 1.403")
185
- except:
186
- console.log("Não foi possivel selecionar o tipo de documento via set combobox, realizando a alteração utilizando pyautogui write")
187
- pyautogui.write("1102")
188
- await worker_sleep(2)
189
- pyautogui.hotkey("enter")
190
- await worker_sleep(2)
191
- pyautogui.write("1403 - COMPRA DE MERCADORIAS- 1.403")
192
-
183
+ set_combobox("||List", "1403 - COMPRA DE MERCADORIAS- 1.403")
193
184
  await worker_sleep(3)
194
185
  elif nota.get("cfop") == "6910":
195
186
  combo_box_natureza_operacao = main_window.child_window(
@@ -197,15 +188,9 @@ async def entrada_de_notas_16(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
197
188
  )
198
189
  combo_box_natureza_operacao.click()
199
190
  await worker_sleep(4)
200
- try:
201
- set_combobox("||List", "2910-ENTRADA DE BONIFICACAO - COM ESTOQUE - 2910")
202
- except:
203
- console.log("Não foi possivel selecionar o tipo de documento via set combobox, realizando a alteração utilizando pyautogui write")
204
- pyautogui.write("1102")
205
- await worker_sleep(2)
206
- pyautogui.hotkey("enter")
207
- await worker_sleep(2)
208
- pyautogui.write("2910-ENTRADA DE BONIFICACAO - COM ESTOQUE - 2910")
191
+ set_combobox(
192
+ "||List", "2910-ENTRADA DE BONIFICACAO - COM ESTOQUE - 2910"
193
+ )
209
194
  await worker_sleep(4)
210
195
  else:
211
196
  combo_box_natureza_operacao = main_window.child_window(
@@ -213,26 +198,10 @@ async def entrada_de_notas_16(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
213
198
  )
214
199
  combo_box_natureza_operacao.click()
215
200
  await worker_sleep(4)
216
- try:
217
- set_combobox("||List", "1910-ENTRADA DE BONIFICACAO - COM ESTOQUE - 1910")
218
- except:
219
- console.log("Não foi possivel selecionar o tipo de documento via set combobox, realizando a alteração utilizando pyautogui write")
220
- pyautogui.write("1102")
221
- await worker_sleep(2)
222
- pyautogui.hotkey("enter")
223
- await worker_sleep(2)
224
- pyautogui.write("1910-ENTRADA DE BONIFICACAO - COM ESTOQUE - 1910")
201
+ set_combobox(
202
+ "||List", "1910-ENTRADA DE BONIFICACAO - COM ESTOQUE - 1910"
203
+ )
225
204
  await worker_sleep(3)
226
-
227
- combo_box_natureza_operacao = main_window.child_window(class_name="TDBIComboBox", found_index=0)
228
- if "1910-ENTRADA DE BONIFICACAO - COM ESTOQUE - 1910" in combo_box_natureza_operacao.window_text() or "2910-ENTRADA DE BONIFICACAO - COM ESTOQUE - 2910" in combo_box_natureza_operacao.window_text() or '1403 - COMPRA DE MERCADORIAS- 1.403' in combo_box_natureza_operacao.window_text():
229
- console.log("CFOP informado com sucesso")
230
- else:
231
- return RpaRetornoProcessoDTO(
232
- sucesso=False,
233
- retorno="Não foi possivel selecionar o CFOP",
234
- status=RpaHistoricoStatusEnum.Falha,
235
- )
236
205
 
237
206
  # INTERAGINDO COM O CAMPO ALMOXARIFADO
238
207
  filial_empresa_origem = nota.get("filialEmpresaOrigem")
@@ -167,16 +167,9 @@ async def entrada_de_notas_207(task: RpaProcessoEntradaDTO) -> RpaRetornoProcess
167
167
  combo_box_natureza_operacao.click()
168
168
 
169
169
  await worker_sleep(3)
170
- try:
171
- set_combobox("||List", "1652-COMPRA DE MERCADORIAS- 1.652")
172
- except:
173
- console.log("Não foi possivel selecionar o tipo de documento via set combobox, realizando a alteração utilizando pyautogui write")
174
- pyautogui.write("1102")
175
- await worker_sleep(2)
176
- pyautogui.hotkey("enter")
177
- await worker_sleep(2)
178
- pyautogui.write("1652-COMPRA DE MERCADORIAS- 1.652")
170
+ set_combobox("||List", "1652-COMPRA DE MERCADORIAS- 1.652")
179
171
  await worker_sleep(3)
172
+
180
173
  else:
181
174
  console.print(
182
175
  "Erro mapeado, CFOP diferente de 5655 ou 56, necessario ação manual ou ajuste no robo...\n"
@@ -186,16 +179,6 @@ async def entrada_de_notas_207(task: RpaProcessoEntradaDTO) -> RpaRetornoProcess
186
179
  retorno="Erro mapeado, CFOP diferente de 5655 ou 56, necessario ação manual ou ajuste no robo",
187
180
  status=RpaHistoricoStatusEnum.Falha,
188
181
  )
189
-
190
- combo_box_natureza_operacao = main_window.child_window(class_name="TDBIComboBox", found_index=0)
191
- if "1652-COMPRA DE MERCADORIAS- 1.652" in combo_box_natureza_operacao.window_text():
192
- console.log("CFOP informado com sucesso")
193
- else:
194
- return RpaRetornoProcessoDTO(
195
- sucesso=False,
196
- retorno="Não foi possivel selecionar o CFOP",
197
- status=RpaHistoricoStatusEnum.Falha,
198
- )
199
182
 
200
183
  # INTERAGINDO COM O CAMPO ALMOXARIFADO
201
184
  filialEmpresaOrigem = nota.get("filialEmpresaOrigem")
@@ -180,27 +180,9 @@ async def entrada_de_notas_32(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
180
180
  await worker_sleep(3)
181
181
 
182
182
  if str(cfop).startswith("6"):
183
- try:
184
- set_combobox("||List", "2556-COMPRA DE MERCADORIAS SEM ESTOQUE- 2.556")
185
- except:
186
- console.log("Não foi possivel selecionar o tipo de documento via set combobox, realizando a alteração utilizando pyautogui write")
187
- pyautogui.write("1102")
188
- await worker_sleep(2)
189
- pyautogui.hotkey("enter")
190
- await worker_sleep(2)
191
- pyautogui.write("2556-COMPRA DE MERCADORIAS SEM ESTOQUE- 2.556")
192
- await worker_sleep(2)
183
+ set_combobox("||List", "2556-COMPRA DE MERCADORIAS SEM ESTOQUE- 2.556")
193
184
  elif str(cfop).startswith("5"):
194
- try:
195
- set_combobox("||List", "1556-COMPRA DE MERCADORIAS SEM ESTOQUE- 1.556")
196
- except:
197
- console.log("Não foi possivel selecionar o tipo de documento via set combobox, realizando a alteração utilizando pyautogui write")
198
- pyautogui.write("1102")
199
- await worker_sleep(2)
200
- pyautogui.hotkey("enter")
201
- await worker_sleep(2)
202
- pyautogui.write("1556-COMPRA DE MERCADORIAS SEM ESTOQUE- 1.556")
203
- await worker_sleep(2)
185
+ set_combobox("||List", "1556-COMPRA DE MERCADORIAS SEM ESTOQUE- 1.556")
204
186
  else:
205
187
  console.print(
206
188
  "Erro mapeado, CFOP diferente de inicio com 540 ou 510, necessario ação manual ou ajuste no robo...\n"
@@ -210,16 +192,6 @@ async def entrada_de_notas_32(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
210
192
  retorno=f"Erro mapeado, CFOP diferente de inicio com 540 ou 510, necessario ação manual ou ajuste no robo.",
211
193
  status=RpaHistoricoStatusEnum.Falha,
212
194
  )
213
-
214
- combo_box_natureza_operacao = main_window.child_window(class_name="TDBIComboBox", found_index=0)
215
- if "1556-COMPRA DE MERCADORIAS SEM ESTOQUE- 1.556" in combo_box_natureza_operacao.window_text() or "2556-COMPRA DE MERCADORIAS SEM ESTOQUE- 2.556" in combo_box_natureza_operacao.window_text():
216
- console.log("CFOP informado com sucesso")
217
- else:
218
- return RpaRetornoProcessoDTO(
219
- sucesso=False,
220
- retorno="Não foi possivel selecionar o CFOP",
221
- status=RpaHistoricoStatusEnum.Falha,
222
- )
223
195
  await worker_sleep(3)
224
196
 
225
197
  # INTERAGINDO COM O CAMPO ALMOXARIFADO
@@ -176,27 +176,9 @@ async def entrada_de_notas_33(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
176
176
  await worker_sleep(3)
177
177
 
178
178
  if str(cfop).startswith("6"):
179
- try:
180
- set_combobox("||List", "2556-COMPRA DE MERCADORIAS SEM ESTOQUE- 2.556")
181
- except:
182
- console.log("Não foi possivel selecionar o tipo de documento via set combobox, realizando a alteração utilizando pyautogui write")
183
- pyautogui.write("1102")
184
- await worker_sleep(2)
185
- pyautogui.hotkey("enter")
186
- await worker_sleep(2)
187
- pyautogui.write("2556-COMPRA DE MERCADORIAS SEM ESTOQUE- 2.556")
188
- await worker_sleep(2)
179
+ set_combobox("||List", "2556-COMPRA DE MERCADORIAS SEM ESTOQUE- 2.556")
189
180
  elif str(cfop).startswith("5"):
190
- try:
191
- set_combobox("||List", "1556-COMPRA DE MERCADORIAS SEM ESTOQUE- 1.556")
192
- except:
193
- console.log("Não foi possivel selecionar o tipo de documento via set combobox, realizando a alteração utilizando pyautogui write")
194
- pyautogui.write("1102")
195
- await worker_sleep(2)
196
- pyautogui.hotkey("enter")
197
- await worker_sleep(2)
198
- pyautogui.write("1556-COMPRA DE MERCADORIAS SEM ESTOQUE- 1.556")
199
- await worker_sleep(2)
181
+ set_combobox("||List", "1556-COMPRA DE MERCADORIAS SEM ESTOQUE- 1.556")
200
182
  else:
201
183
  console.print(
202
184
  "Erro mapeado, CFOP diferente de inicio com 540 ou 510, necessario ação manual ou ajuste no robo...\n"
@@ -206,16 +188,6 @@ async def entrada_de_notas_33(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
206
188
  retorno=f"Erro mapeado, CFOP diferente de inicio com 540 ou 510, necessario ação manual ou ajuste no robo.",
207
189
  status=RpaHistoricoStatusEnum.Falha,
208
190
  )
209
-
210
- combo_box_natureza_operacao = main_window.child_window(class_name="TDBIComboBox", found_index=0)
211
- if "1556-COMPRA DE MERCADORIAS SEM ESTOQUE- 1.556" in combo_box_natureza_operacao.window_text() or "2556-COMPRA DE MERCADORIAS SEM ESTOQUE- 2.556" in combo_box_natureza_operacao.window_text():
212
- console.log("CFOP informado com sucesso")
213
- else:
214
- return RpaRetornoProcessoDTO(
215
- sucesso=False,
216
- retorno="Não foi possivel selecionar o CFOP",
217
- status=RpaHistoricoStatusEnum.Falha,
218
- )
219
191
 
220
192
  await worker_sleep(3)
221
193
 
@@ -176,27 +176,9 @@ async def entrada_de_notas_34(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
176
176
  await worker_sleep(3)
177
177
 
178
178
  if str(cfop).startswith("6"):
179
- try:
180
- set_combobox("||List", "2556-COMPRA DE MERCADORIAS SEM ESTOQUE- 2.556")
181
- except:
182
- console.log("Não foi possivel selecionar o tipo de documento via set combobox, realizando a alteração utilizando pyautogui write")
183
- pyautogui.write("1102")
184
- await worker_sleep(2)
185
- pyautogui.hotkey("enter")
186
- await worker_sleep(2)
187
- pyautogui.write("2556-COMPRA DE MERCADORIAS SEM ESTOQUE- 2.556")
188
- await worker_sleep(2)
179
+ set_combobox("||List", "2556-COMPRA DE MERCADORIAS SEM ESTOQUE- 2.556")
189
180
  elif str(cfop).startswith("5"):
190
- try:
191
- set_combobox("||List", "1556-COMPRA DE MERCADORIAS SEM ESTOQUE- 1.556")
192
- except:
193
- console.log("Não foi possivel selecionar o tipo de documento via set combobox, realizando a alteração utilizando pyautogui write")
194
- pyautogui.write("1102")
195
- await worker_sleep(2)
196
- pyautogui.hotkey("enter")
197
- await worker_sleep(2)
198
- pyautogui.write("1556-COMPRA DE MERCADORIAS SEM ESTOQUE- 1.556")
199
- await worker_sleep(2)
181
+ set_combobox("||List", "1556-COMPRA DE MERCADORIAS SEM ESTOQUE- 1.556")
200
182
  else:
201
183
  console.print(
202
184
  "Erro mapeado, CFOP diferente de inicio com 540 ou 510, necessario ação manual ou ajuste no robo...\n"
@@ -206,16 +188,6 @@ async def entrada_de_notas_34(task: RpaProcessoEntradaDTO) -> RpaRetornoProcesso
206
188
  retorno=f"Erro mapeado, CFOP diferente de inicio com 540 ou 510, necessario ação manual ou ajuste no robo.",
207
189
  status=RpaHistoricoStatusEnum.Falha,
208
190
  )
209
-
210
- combo_box_natureza_operacao = main_window.child_window(class_name="TDBIComboBox", found_index=0)
211
- if "1556-COMPRA DE MERCADORIAS SEM ESTOQUE- 1.556" in combo_box_natureza_operacao.window_text() or "2556-COMPRA DE MERCADORIAS SEM ESTOQUE- 2.556" in combo_box_natureza_operacao.window_text():
212
- console.log("CFOP informado com sucesso")
213
- else:
214
- return RpaRetornoProcessoDTO(
215
- sucesso=False,
216
- retorno="Não foi possivel selecionar o CFOP",
217
- status=RpaHistoricoStatusEnum.Falha,
218
- )
219
191
 
220
192
  await worker_sleep(3)
221
193
 
@@ -167,36 +167,17 @@ async def entrada_de_notas_505(task: RpaProcessoEntradaDTO) -> RpaRetornoProcess
167
167
  combo_box_natureza_operacao.click()
168
168
 
169
169
  await worker_sleep(3)
170
- try:
171
- set_combobox("||List", "1102-COMPRA DE MERCADORIA ADQ. TERCEIROS - 1.102")
172
- await worker_sleep(3)
173
- except:
174
- console.log("Não foi possivel selecionar o tipo de documento via set combobox, realizando a alteração utilizando pyautogui write")
175
- pyautogui.write("1102")
176
- await worker_sleep(2)
177
- pyautogui.hotkey("enter")
178
- await worker_sleep(2)
179
- pyautogui.write("1102-COMPRA DE MERCADORIA ADQ. TERCEIROS - 1.102")
180
- await worker_sleep(2)
181
-
170
+ set_combobox("||List", "1102-COMPRA DE MERCADORIA ADQ. TERCEIROS - 1.102")
171
+ await worker_sleep(3)
182
172
  elif cfop == 6102 or str(cfop).startswith("61"):
183
173
  combo_box_natureza_operacao = main_window.child_window(
184
174
  class_name="TDBIComboBox", found_index=0
185
175
  )
186
176
  combo_box_natureza_operacao.click()
187
- await worker_sleep(3)
188
177
 
189
- try:
190
- set_combobox("||List", "2102-COMPRA DE MERCADORIAS SEM DIFAL - 2.102")
191
- await worker_sleep(3)
192
- except:
193
- console.log("Não foi possivel selecionar o tipo de documento via set combobox, realizando a alteração utilizando pyautogui write")
194
- pyautogui.write("1102")
195
- await worker_sleep(2)
196
- pyautogui.hotkey("enter")
197
- await worker_sleep(2)
198
- pyautogui.write("2102-COMPRA DE MERCADORIAS SEM DIFAL - 2.102")
199
- await worker_sleep(2)
178
+ await worker_sleep(3)
179
+ set_combobox("||List", "2102-COMPRA DE MERCADORIAS SEM DIFAL - 2.102")
180
+ await worker_sleep(3)
200
181
  else:
201
182
  console.print(
202
183
  "Erro mapeado, CFOP diferente de 6102 ou 5104/51, necessario ação manual ou ajuste no robo...\n"
@@ -206,17 +187,6 @@ async def entrada_de_notas_505(task: RpaProcessoEntradaDTO) -> RpaRetornoProcess
206
187
  retorno="Erro mapeado, CFOP diferente de 5655 ou 56, necessario ação manual ou ajuste no robo",
207
188
  status=RpaHistoricoStatusEnum.Falha,
208
189
  )
209
-
210
-
211
- combo_box_natureza_operacao = main_window.child_window(class_name="TDBIComboBox", found_index=0)
212
- if "1102-COMPRA DE MERCADORIA ADQ. TERCEIROS - 1.102" in combo_box_natureza_operacao.window_text() or "2102-COMPRA DE MERCADORIAS SEM DIFAL - 2.102" in combo_box_natureza_operacao.window_text():
213
- console.log("CFOP informado com sucesso")
214
- else:
215
- return RpaRetornoProcessoDTO(
216
- sucesso=False,
217
- retorno="Não foi possivel selecionar o CFOP",
218
- status=RpaHistoricoStatusEnum.Falha,
219
- )
220
190
 
221
191
  # INTERAGINDO COM O CAMPO ALMOXARIFADO
222
192
  filialEmpresaOrigem = nota.get("filialEmpresaOrigem")
@@ -165,16 +165,7 @@ async def entrada_de_notas_7139(task: RpaProcessoEntradaDTO) -> RpaRetornoProces
165
165
  combo_box_natureza_operacao.click()
166
166
 
167
167
  await worker_sleep(3)
168
- try:
169
- set_combobox("||List", "1102-COMPRA DE MERCADORIA ADQ. TERCEIROS - 1.102")
170
- except:
171
- console.log("Não foi possivel selecionar o tipo de documento via set combobox, realizando a alteração utilizando pyautogui write")
172
- pyautogui.write("1102")
173
- await worker_sleep(2)
174
- pyautogui.hotkey("enter")
175
- await worker_sleep(2)
176
- pyautogui.write("1102-COMPRA DE MERCADORIA ADQ. TERCEIROS - 1.102")
177
- await worker_sleep(2)
168
+ set_combobox("||List", "1102-COMPRA DE MERCADORIA ADQ. TERCEIROS - 1.102")
178
169
  await worker_sleep(3)
179
170
  elif cfop == 6102 or str(cfop).startswith("61"):
180
171
  combo_box_natureza_operacao = main_window.child_window(
@@ -183,16 +174,8 @@ async def entrada_de_notas_7139(task: RpaProcessoEntradaDTO) -> RpaRetornoProces
183
174
  combo_box_natureza_operacao.click()
184
175
 
185
176
  await worker_sleep(3)
186
- try:
187
- set_combobox("||List", "2102-COMPRA DE MERCADORIAS SEM DIFAL - 2.102")
188
- except:
189
- console.log("Não foi possivel selecionar o tipo de documento via set combobox, realizando a alteração utilizando pyautogui write")
190
- pyautogui.write("1102")
191
- await worker_sleep(2)
192
- pyautogui.hotkey("enter")
193
- await worker_sleep(2)
194
- pyautogui.write("2102-COMPRA DE MERCADORIAS SEM DIFAL - 2.102")
195
- await worker_sleep(2)
177
+ set_combobox("||List", "2102-COMPRA DE MERCADORIAS SEM DIFAL - 2.102")
178
+ await worker_sleep(3)
196
179
  else:
197
180
  console.print(
198
181
  "Erro mapeado, CFOP diferente de 6102 ou 5104/51, necessario ação manual ou ajuste no robo...\n"
@@ -203,16 +186,6 @@ async def entrada_de_notas_7139(task: RpaProcessoEntradaDTO) -> RpaRetornoProces
203
186
  status=RpaHistoricoStatusEnum.Falha,
204
187
  )
205
188
 
206
- combo_box_natureza_operacao = main_window.child_window(class_name="TDBIComboBox", found_index=0)
207
- if "1102-COMPRA DE MERCADORIA ADQ. TERCEIROS - 1.102" in combo_box_natureza_operacao.window_text() or "2102-COMPRA DE MERCADORIAS SEM DIFAL - 2.102" in combo_box_natureza_operacao.window_text():
208
- console.log("CFOP informado com sucesso")
209
- else:
210
- return RpaRetornoProcessoDTO(
211
- sucesso=False,
212
- retorno="Não foi possivel selecionar o CFOP",
213
- status=RpaHistoricoStatusEnum.Falha,
214
- )
215
-
216
189
  # INTERAGINDO COM O CAMPO ALMOXARIFADO
217
190
  filialEmpresaOrigem = nota.get("filialEmpresaOrigem")
218
191
  console.print(
@@ -2229,7 +2229,7 @@ async def select_documento_type(document_type: str) -> RpaRetornoProcessoDTO:
2229
2229
  else:
2230
2230
  return RpaRetornoProcessoDTO(
2231
2231
  sucesso=False,
2232
- retorno=f"Não foi possivel selecionar o tipo do documento",
2232
+ retorno=f"Não foi possivel selecionar o tipo do documento, erro: {e} ",
2233
2233
  status=RpaHistoricoStatusEnum.Falha,
2234
2234
  )
2235
2235