Cambios en las horas al seleccionar fechas para la ruta

This commit is contained in:
2023-09-27 10:44:49 -06:00
parent 63ae2cda9e
commit 7e84eca0d0
2 changed files with 8 additions and 2 deletions

BIN
Files/logo_keymon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -70,9 +70,9 @@ NumberOfModules=6
Version=12.5
@EndOfDesignText@
#Region Project Attributes
#ApplicationLabel: Pusher-ML
#ApplicationLabel: Pusher 2.0
#VersionCode: 1
#VersionName: 3.09.18
#VersionName: 3.09.27
'Ver. 3.09.18 - Se agregó la posibilidad de mostrar puntos internedios en la ruta y muestra icono diferente si esta en movimiento o parado.
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientations: portrait
@@ -85,6 +85,9 @@ Version=12.5
'###################### PUSH #############################################################
'Ctrl + click ide://run?file=%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe&Args=github&Args=..\..\
'###########################################################################################################
'###################### PUSH TORTOISE GIT #########################################################
'Ctrl + click ide://run?file=%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe&Args=TortoiseGitProc&Args=/command:commit&Args=/path:"./../"&Args=/closeonend:2
'###########################################################################################################
#End Region
#AdditionalJar: com.android.support:support-v4
#AdditionalJar: com.google.android.gms:play-services-location
@@ -298,6 +301,7 @@ Sub JobDone(Job As HttpJob)
distanciaRecorrida = 0
cont = 0
For Each records() As Object In result.Rows
' Log(records(result.Columns.Get("FECHA")))
If cont = 0 Then
usuario = records(result.Columns.Get("RUTA"))
fechaInicioRutaGPS = Subs.fechaKMT2Ticks(records(result.Columns.Get("FECHA")))
@@ -683,6 +687,8 @@ Sub traeRutaGPS
Dim cmd As DBCommand
cmd.Initialize
cmd.Name = "seleccionaRutaGPS2"
' If et_final.Text = "0" Then hFinal = DateTime.now
calculaPeriodo
cmd.Parameters = Array As Object(Subs.fechaKMT(hInicio), Subs.fechaKMT(hFinal), rutaSeleccionada)
' Log($"Inicio: ${Subs.fechaKMT(hInicio)}, Fin: ${Subs.fechaKMT(hFinal)}, ${rutaSeleccionada}"$)
reqManager.ExecuteQuery(cmd , 0, "seleccionaRutaGPS2", 0)