mirror of
https://github.com/KeymonSoft/Lanterna_H.git
synced 2026-04-17 21:06:16 +00:00
- VERSION 4.08.19
- Se corrigió que en el corte Z, no estaba tomando en cuenta el efectivo de los multi-ticket que se aplica como "descuento". - Se habilito el "Total sin propinas" en el corte Z (se agrego un "Or 1 = 1" al IF) en "b_ImpAB_Click".
This commit is contained in:
@@ -90,7 +90,7 @@ Version=12.8
|
||||
#Region Project Attributes
|
||||
#ApplicationLabel: Lanterna
|
||||
#VersionCode: 1
|
||||
#VersionName: 4.08.01
|
||||
#VersionName: 4.08.19
|
||||
'SupportedOrientations possible values: unspecified, landscape or portrait.
|
||||
#SupportedOrientations: landscape
|
||||
#CanInstallToExternalStorage: False
|
||||
@@ -511,11 +511,11 @@ Private Sub b_fix_Click
|
||||
cmd.Initialize
|
||||
cmd.Name = "traePedido_Lanter"
|
||||
cmd.Parameters = Array As Object("07/28/24")
|
||||
reqManager.ExecuteQuery(cmd , 0, "traePedido")
|
||||
' reqManager.ExecuteQuery(cmd , 0, "traePedido")
|
||||
cmd.Initialize
|
||||
cmd.Name = "traePedidoCliente_Lanter"
|
||||
cmd.Parameters = Array As Object("07/28/24")
|
||||
reqManager.ExecuteQuery(cmd , 0, "traePedidoCliente")
|
||||
' reqManager.ExecuteQuery(cmd , 0, "traePedidoCliente")
|
||||
End Sub
|
||||
|
||||
' Se revisa si hay una intención (intent) de abrir una base de datos y si es así, entonces se importa esa base de datos.
|
||||
|
||||
Reference in New Issue
Block a user