- Se cambio el tamaño del panel de "Resumen Acumulado"

- Se agregó que el envio de la informacion (boton conectar, ruta y enviar) tambien guarde en nombre del cliente los eventos como checklist, boleta, carga dia, etc
This commit is contained in:
2024-05-20 12:50:22 -06:00
parent 0b81649cc3
commit 4fa175cc93
5 changed files with 15 additions and 7 deletions

View File

@@ -1308,7 +1308,7 @@ Sub Imprime_ticket
Private total3 As String = 0
If s.GETSTRING("TOTAL") <> Null And IsNumber(s.GETSTRING("TOTAL")) Then total3 = s.GETSTRING("TOTAL")
Printer1.WriteString( Printer1.BOLD & "Total pedido: $" & NumberFormat2(total3, 1, 2, 2, False) & CRLF)
s.Close
s=Starter.skmt.ExecQuery2("select SUM(PE_CANT) AS TOTAL FROM PEDIDO WHERE PE_TIPO = ? AND PE_CLIENTE IN (Select CUENTA from cuentaa)", Array As String("ABORDO"))
s.Position =0