mirror of
https://github.com/KeymonSoft/Kelloggs_v4.git
synced 2026-04-20 11:39:13 +00:00
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user