- VERSION 5.04.23

- Se agrega la parte de Trend Spending de Bonificaciones (Gracias Javy!!!)
This commit is contained in:
2025-04-24 22:14:51 -06:00
parent 33a52d7074
commit 73877991ba
10 changed files with 288 additions and 43 deletions

View File

@@ -57,6 +57,7 @@ Sub Process_Globals
Dim errorConnDBReq As Boolean = False
Dim GUID As String = ""
Dim passSupervisor As String = "13X#X$X46" ' Valor predeterminado DIFERENTE a ""
dim semana as int = 0
End Sub
Sub Service_Create
@@ -209,7 +210,7 @@ Sub ENVIA_ULTIMA_GPS
End Sub
Sub JobDone(Job As HttpJob)
Log("JOBDONE STARTER")
If Logger Then Log("JOBDONE STARTER")
If Job.Success = False Then
' ToastMessageShow("Error: " & Job.ErrorMessage, True)
Else