- VERSION 4.08.14.V-P

- Se agregó codigo en "Productos" para que si se cierra la venta del cliente, y luego se regresa a ponerle mas producto, el nuevo producto entre en un segundo "ticket", o un tercer o cuarto ticket, se guarda a info en la columna PE_TICEK y se manda a web.
This commit is contained in:
Jose Alberto Guerra Ugalde
2024-08-16 15:01:21 -06:00
parent e20779ed71
commit 396708a0e9
11 changed files with 149 additions and 57 deletions

View File

@@ -83,6 +83,11 @@ Sub B4XPage_Appear
c.Close
End Sub
Sub B4XPage_disappear
Log($"Salimos de ${B4XPages.GetManager.GetTopPage.Title}"$)
Starter.utimaPagina = B4XPages.GetManager.GetTopPage.Title
End Sub
Sub Regresar_Click
B4XPages.ShowPage("cliente")
End Sub