VERSION 5.12.16

- Se agregó el codigo para los recordatorios a las 13:00 y a las 14:00.
- Se cambio el timer para la ubicacion en tiempo real a 5 minutos (estaba en 10 seg)
This commit is contained in:
2025-12-26 14:19:35 -06:00
parent 6a0e127bc4
commit dde7af5066
15 changed files with 283 additions and 37 deletions

View File

@@ -55,6 +55,7 @@ End Sub
'You can see the list of page related events in the B4XPagesManager object. The event name is B4XPage.
Sub B4XPage_Appear
B4XPages.mainpage.pantallaActual = Root
nombre_boton = "NOVENTA"
c=B4XPages.MainPage.skmt.ExecQuery("select PC_CLIENTE,PC_MONTO,PC_NOART,(select CAT_CL_NOMBRE from kmt_info where cat_cl_codigo = pc_cliente UNION select CAT_CL_NOMBRE from kmt_info2 where cat_cl_codigo = pc_cliente ) as NOMBRE FROM PEDIDO_CLIENTE ORDER BY PC_FECHA asc")
Dim noArticulos As Int = 0
@@ -160,6 +161,6 @@ Sub b_noventa_Click
End If
End Sub
Private Sub p_ticketsdia_Click
End Sub
'Private Sub p_ticketsdia_Click
' B4XPages.MainPage.recordatorio.agregaPanelRecordatorio(Root)
'End Sub