worker-automate-hub 0.5.817__py3-none-any.whl → 0.5.818__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/geracao_balancetes_filial.py +5 -5
- {worker_automate_hub-0.5.817.dist-info → worker_automate_hub-0.5.818.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.817.dist-info → worker_automate_hub-0.5.818.dist-info}/RECORD +5 -5
- {worker_automate_hub-0.5.817.dist-info → worker_automate_hub-0.5.818.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.817.dist-info → worker_automate_hub-0.5.818.dist-info}/entry_points.txt +0 -0
|
@@ -180,7 +180,7 @@ async def geracao_balancetes_filial(
|
|
|
180
180
|
send_keys("^a{DELETE}")
|
|
181
181
|
send_keys(periodo_final.replace("/", ""))
|
|
182
182
|
|
|
183
|
-
await worker_sleep(
|
|
183
|
+
await worker_sleep(4)
|
|
184
184
|
|
|
185
185
|
console.print("Selecionar detalhada por centro de custo..")
|
|
186
186
|
detalhada = win.child_window(class_name="TRzComboBox", found_index=0)
|
|
@@ -193,27 +193,27 @@ async def geracao_balancetes_filial(
|
|
|
193
193
|
class_name="TRzCheckBox", found_index=2
|
|
194
194
|
).click()
|
|
195
195
|
|
|
196
|
-
await worker_sleep(
|
|
196
|
+
await worker_sleep(4)
|
|
197
197
|
|
|
198
198
|
console.print("Selecionar considerar contas sintéticas zerada")
|
|
199
199
|
contas_sint_zeradas = win.child_window(
|
|
200
200
|
class_name="TRzCheckBox", found_index=0
|
|
201
201
|
).click()
|
|
202
202
|
|
|
203
|
-
await worker_sleep(
|
|
203
|
+
await worker_sleep(4)
|
|
204
204
|
|
|
205
205
|
console.print("Selecionar por filiais")
|
|
206
206
|
selec_filiais = win.child_window(
|
|
207
207
|
class_name="TRzCheckBox", found_index=3
|
|
208
208
|
).click()
|
|
209
209
|
|
|
210
|
-
await worker_sleep(
|
|
210
|
+
await worker_sleep(4)
|
|
211
211
|
|
|
212
212
|
console.print("Selecionar CSV")
|
|
213
213
|
selec_csv = win.child_window(class_name="TRzComboBox", found_index=1)
|
|
214
214
|
selec_csv.select("Arquivo CSV")
|
|
215
215
|
|
|
216
|
-
await worker_sleep(
|
|
216
|
+
await worker_sleep(4)
|
|
217
217
|
|
|
218
218
|
console.print("Clicar em gerar relatório")
|
|
219
219
|
btn_gerar_relatorio = win.child_window(
|
|
@@ -81,7 +81,7 @@ worker_automate_hub/tasks/jobs/fidc_remessa_cobranca_cnab240.py,sha256=CuyTBQOR8
|
|
|
81
81
|
worker_automate_hub/tasks/jobs/fidc_retorno_cobranca.py,sha256=mmBW7KetUeRjiZkjnrxMKGX32io3YLZ8KGaY5_o7new,11891
|
|
82
82
|
worker_automate_hub/tasks/jobs/geracao_aprovacao_pedidos.py,sha256=QzK2aG5d9pmFbb8cTaNm3LWf5NMkmCvBkgo70gcLu0c,14781
|
|
83
83
|
worker_automate_hub/tasks/jobs/geracao_aprovacao_pedidos_novo.py,sha256=4Rtm2uCfA6tZ-KW6aunKug7reTqbBX69CCBZCBnwbYc,21856
|
|
84
|
-
worker_automate_hub/tasks/jobs/geracao_balancetes_filial.py,sha256=
|
|
84
|
+
worker_automate_hub/tasks/jobs/geracao_balancetes_filial.py,sha256=kF09lGTz_TZAkQM9bbVAivOFFwx0rqvhAMCMd9YCSxc,12564
|
|
85
85
|
worker_automate_hub/tasks/jobs/integracao_contabil.py,sha256=psoIU0tjtTJq2W8aGXjXrfkAOYlIpUtHZyNolI7dp-0,16263
|
|
86
86
|
worker_automate_hub/tasks/jobs/integracao_contabil_generica.py,sha256=cA41rQlqTkNo9XD1QM0xtSDhJQoWJenvNuA_WePW4OM,22048
|
|
87
87
|
worker_automate_hub/tasks/jobs/lancamento_pis_cofins.py,sha256=0mlu-oPwRd9qCocB-6tWsEI0-wd48mkBJn5juYqOAX8,40788
|
|
@@ -104,7 +104,7 @@ worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbV
|
|
|
104
104
|
worker_automate_hub/utils/util.py,sha256=p15z2pqyV-fPD8lL6ulurecsWQw9XpKPFf_xEr4U5lM,210781
|
|
105
105
|
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=F7jk95LpDwl5WfaQXahCA5yDdnySnWdctDqczHXwGqE,38195
|
|
106
106
|
worker_automate_hub/worker.py,sha256=zEnYUrm5kY2cHbbee15QJkwkx4euD2SB2zRvUIbjS90,6850
|
|
107
|
-
worker_automate_hub-0.5.
|
|
108
|
-
worker_automate_hub-0.5.
|
|
109
|
-
worker_automate_hub-0.5.
|
|
110
|
-
worker_automate_hub-0.5.
|
|
107
|
+
worker_automate_hub-0.5.818.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
|
108
|
+
worker_automate_hub-0.5.818.dist-info/METADATA,sha256=oN0jzao13rFbkQCazn2XDZwvTTS5lJHmAGEv2M8-910,3100
|
|
109
|
+
worker_automate_hub-0.5.818.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
110
|
+
worker_automate_hub-0.5.818.dist-info/RECORD,,
|
|
File without changes
|
{worker_automate_hub-0.5.817.dist-info → worker_automate_hub-0.5.818.dist-info}/entry_points.txt
RENAMED
|
File without changes
|