mirror of
https://github.com/KeymonSoft/Durakelo.git
synced 2026-04-17 19:36:12 +00:00
31/10/23 - Cambios en Cliente, Productos y Nota
- Se amplió el campo de la cantidad cuando se agrega un producto. - Se agregó que mande un Toast cuando se hace clic en Back en Cliente para que avise que hay que hacer clic en "Guardar" - Se corrigieron las acciones cuando se hace Back en algunas pantallas. - Se puso código para que en nota muestre de diferente color los productos de Venta y Preventa.
This commit is contained in:
@@ -92,7 +92,7 @@ Public Sub StartFLP
|
||||
Log("StartFLP - flpStarted="&flpStarted)
|
||||
Do While FLP.IsConnected = False
|
||||
Sleep(500)
|
||||
If Starter.logger Then Log("sleeping")
|
||||
If Starter.logger Then Log("dk - sleeping")
|
||||
Loop
|
||||
' If flpStarted = False Then
|
||||
If Starter.logger Then Log("RequestLocationUpdates")
|
||||
@@ -107,7 +107,7 @@ Public Sub StartFLP2Reqs
|
||||
If Starter.logger Then Log("StartFLP - flpStarted="&flpStarted)
|
||||
Do While FLP.IsConnected = False
|
||||
Sleep(500)
|
||||
If Starter.logger Then Log("sleeping")
|
||||
If Starter.logger Then Log("dk - sleeping")
|
||||
Loop
|
||||
dameUltimaUbicacionConocida 'Regresamos ultima ubicacion conocida
|
||||
FLP.RequestLocationUpdates(CreateLocationRequest2times) 'Buscamos ubicacion 2 peticiones
|
||||
|
||||
Reference in New Issue
Block a user