worker-automate-hub 0.5.779__py3-none-any.whl → 0.5.785__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.
- worker_automate_hub/tasks/jobs/opex_capex.py +1 -1
- worker_automate_hub/tasks/task_definitions.py +5 -1
- worker_automate_hub/utils/util.py +1 -1
- {worker_automate_hub-0.5.779.dist-info → worker_automate_hub-0.5.785.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.779.dist-info → worker_automate_hub-0.5.785.dist-info}/RECORD +7 -7
- {worker_automate_hub-0.5.779.dist-info → worker_automate_hub-0.5.785.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.779.dist-info → worker_automate_hub-0.5.785.dist-info}/entry_points.txt +0 -0
@@ -99,6 +99,9 @@ from worker_automate_hub.tasks.jobs.extracao_fechamento_contabil import (
|
|
99
99
|
from worker_automate_hub.tasks.jobs.extracao_fechamento_emsys import (
|
100
100
|
extracao_fechamento_emsys,
|
101
101
|
)
|
102
|
+
from worker_automate_hub.tasks.jobs.opex_capex import (
|
103
|
+
opex_capex,
|
104
|
+
)
|
102
105
|
|
103
106
|
|
104
107
|
task_definitions = {
|
@@ -117,6 +120,7 @@ task_definitions = {
|
|
117
120
|
"9e5a1c05-9336-4b2d-814e-4d0e9f0057e1": entrada_de_notas_33,
|
118
121
|
"08a112db-7683-417b-9a87-14ad0e1548da": entrada_de_notas_34,
|
119
122
|
"1e354c95-f4e4-4e12-aaf6-4ef836cc741b": entrada_de_notas_36,
|
123
|
+
"33d9edeb-7cb2-449b-9096-ed9cf3d3f6c3": entrada_de_notas_37,
|
120
124
|
"bf763394-918b-47be-bb36-7cddc81a8174": entrada_de_notas_39,
|
121
125
|
"dafc0407-da8f-43a1-b97a-d27f966e122a": entrada_de_notas_207,
|
122
126
|
"e1051c43-3495-4ca7-91d5-527fea2b5f79": entrada_de_notas_500,
|
@@ -203,7 +207,7 @@ task_definitions = {
|
|
203
207
|
"8c28726d-458d-4119-afa0-202695b79a8f": extracao_fechamento_emsys,
|
204
208
|
"16debe45-3520-4f63-acfe-ef0e8784fcab": extracao_saldo_estoque,
|
205
209
|
"9cbc6016-7c0e-4a3a-8ee9-fb9dc4b35e33": extracao_saldo_estoque_fiscal,
|
206
|
-
"
|
210
|
+
"07072711-c9d0-49e4-b180-530cecbe0728": opex_capex
|
207
211
|
}
|
208
212
|
|
209
213
|
|
@@ -2367,7 +2367,7 @@ async def extract_group_by_itens(itens):
|
|
2367
2367
|
f"Tentando obter o formato no primeiro regex - item {descricao}.. \n"
|
2368
2368
|
)
|
2369
2369
|
try:
|
2370
|
-
match = re.search(r"\((\d+)X(\d+)(L|KG)?\)", descricao)
|
2370
|
+
match = re.search(r"\((\d+)X(\d+(?:[.,]\d+)?)(L|KG)?\)", descricao)
|
2371
2371
|
formato = match.group(0) if match else None
|
2372
2372
|
except Exception as e:
|
2373
2373
|
console.print(
|
@@ -87,11 +87,11 @@ worker_automate_hub/tasks/jobs/lancamento_rateio.py,sha256=0cvbpuJiHl5mca5gpZudX
|
|
87
87
|
worker_automate_hub/tasks/jobs/login_emsys.py,sha256=dO9S027qRTtjOfytF6IWO-m6hDld8kZqOVAsn91l1YA,5684
|
88
88
|
worker_automate_hub/tasks/jobs/login_emsys_versao_especifica.py,sha256=_6CFh79eaW9KdPGR6FMV01ASPjJzNzzBK1MvC_uiSOo,5625
|
89
89
|
worker_automate_hub/tasks/jobs/notas_faturamento_sap.py,sha256=p6tVE027FHHXBxt2sIDxqLInpf_0wS-8TcACnS34p7w,13961
|
90
|
-
worker_automate_hub/tasks/jobs/opex_capex.py,sha256=
|
90
|
+
worker_automate_hub/tasks/jobs/opex_capex.py,sha256=mZvPrjlD-bcHP6zwrSUaNf7-bHYDwel_Q5lREzG0H0w,33247
|
91
91
|
worker_automate_hub/tasks/jobs/playground.py,sha256=7vWDg9DwToHwGJ6_XOa8TQ6LmfRV5Qz2TaOV3q3P9sA,1918
|
92
92
|
worker_automate_hub/tasks/jobs/sped_fiscal.py,sha256=Zsq-IwKxA0b2tikO6Rri4WXVj10jK-Jd0-gxk8yVBH0,31064
|
93
93
|
worker_automate_hub/tasks/jobs/transferencias.py,sha256=5TIktufkvUPnVTR2gf7GFQJ5KQP6PWnmoWiE08WiVDQ,46191
|
94
|
-
worker_automate_hub/tasks/task_definitions.py,sha256=
|
94
|
+
worker_automate_hub/tasks/task_definitions.py,sha256=qg8uCZCos0xikKAAu-7mLPEPx4C9DViOVvR10f5pUNo,12579
|
95
95
|
worker_automate_hub/tasks/task_executor.py,sha256=9dmLUlMpJOI7FhbaFE593TcWnDxBvuXbGVecs1aaJxE,5728
|
96
96
|
worker_automate_hub/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
97
97
|
worker_automate_hub/utils/env.py,sha256=TacQjGRO7PUNpttrhTAc5Gnegaiysl2Knsv1P8qfkfs,57
|
@@ -99,10 +99,10 @@ worker_automate_hub/utils/get_creds_gworkspace.py,sha256=ZJ0IIEjM4IXIV9rwfbOZ1V1
|
|
99
99
|
worker_automate_hub/utils/logger.py,sha256=FYV9fg0_RAYJF_ZOCJEbqQAiCXlXk2gMpvUU1rzT_xs,671
|
100
100
|
worker_automate_hub/utils/toast.py,sha256=xPHc5r5uOxB_cZlCzm13Kt2qSKLLFZALncU6Qg3Ft68,1162
|
101
101
|
worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbVlwDl49Y,7972
|
102
|
-
worker_automate_hub/utils/util.py,sha256=
|
102
|
+
worker_automate_hub/utils/util.py,sha256=t_RvTtBdIx6SVR4ulX2eNf5Lvz9WSWukVeqQsC7DmnM,210067
|
103
103
|
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=F7jk95LpDwl5WfaQXahCA5yDdnySnWdctDqczHXwGqE,38195
|
104
104
|
worker_automate_hub/worker.py,sha256=uhZ3f-iaQ1i8cANbljp50vkYl-Xm0_sHtjwwF_2y72o,7191
|
105
|
-
worker_automate_hub-0.5.
|
106
|
-
worker_automate_hub-0.5.
|
107
|
-
worker_automate_hub-0.5.
|
108
|
-
worker_automate_hub-0.5.
|
105
|
+
worker_automate_hub-0.5.785.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
106
|
+
worker_automate_hub-0.5.785.dist-info/METADATA,sha256=6Lc6Hi9KWiFIQ_v-q8JrNWYn_oIOBCAIrNiY3iQorY0,3049
|
107
|
+
worker_automate_hub-0.5.785.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
108
|
+
worker_automate_hub-0.5.785.dist-info/RECORD,,
|
File without changes
|
{worker_automate_hub-0.5.779.dist-info → worker_automate_hub-0.5.785.dist-info}/entry_points.txt
RENAMED
File without changes
|