This commit is contained in:
Jose Alberto Guerra Ugalde
2025-01-25 16:31:38 -06:00
parent 9485b8b62b
commit 5dd93c3835
6 changed files with 6 additions and 6 deletions

View File

@@ -105,7 +105,7 @@ Version=12.8
'Ctrl + click ide://run?file=%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe&Args=TortoiseGitProc&Args=/command:commit&Args=/path:"./../"&Args=/closeonend:2 'Ctrl + click ide://run?file=%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe&Args=TortoiseGitProc&Args=/command:commit&Args=/path:"./../"&Args=/closeonend:2
'########################################################################################################### '###########################################################################################################
#End Region #End Region
#Region Activity Attributes #Region Activity Attributes
#FullScreen: False #FullScreen: False
#IncludeTitle: False #IncludeTitle: False

View File

@@ -28,6 +28,6 @@ ModuleClosedNodes6=6
ModuleClosedNodes7= ModuleClosedNodes7=
ModuleClosedNodes8= ModuleClosedNodes8=
ModuleClosedNodes9= ModuleClosedNodes9=
NavigationStack=Principal,b_impAB_Click,2968,0,Subs,traeTotalTicketActual_P,1166,0,Visual Designer,principal.bal,-100,5,Principal,b_cierraParcial_Click,1695,0,Principal,b_cierreTotal_Click,1677,3,Principal,b_imp3_Click,2526,0,Principal,p_mesasItem_Click,1260,0,Principal,b_pagoCerrar_Click,1563,6,Principal,b_leyendaDescuento_Click,4001,6,Main,i_conf_Click,231,6 NavigationStack=Principal,b_cierreTotal_Click,1677,3,Principal,b_imp3_Click,2526,0,Principal,p_mesasItem_Click,1260,0,Principal,b_pagoCerrar_Click,1563,6,Principal,b_leyendaDescuento_Click,4001,6,Main,i_conf_Click,231,6,Visual Designer,principal.bal,-100,6,Principal,b_agregarPago_Click,3459,0,Principal,agregaFormaDePago,3466,0,Principal,b_renombraVarios_Click,3450,0,Subs,Process_Globals,17,0
SelectedBuild=0 SelectedBuild=0
VisibleModules=7,6,8,1 VisibleModules=7,6,8,1

View File

@@ -3454,7 +3454,7 @@ Private Sub b_renombraVarios_Click
LlenaOrden LlenaOrden
LlenaProdsLL(Null, Null) LlenaProdsLL(Null, Null)
End Sub End Sub
Private Sub p_transparentePago_Click Private Sub p_transparentePago_Click
'Para evitar que el clic en pantalla no se siga hacia atras 'Para evitar que el clic en pantalla no se siga hacia atras
p_transparentePago.Visible = False p_transparentePago.Visible = False

View File

@@ -8,7 +8,7 @@ Version=9.9
#StartAtBoot: False #StartAtBoot: False
#ExcludeFromLibrary: True #ExcludeFromLibrary: True
#End Region #End Region
Sub Process_Globals Sub Process_Globals
'These global variables will be declared once when the application starts. 'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules. 'These variables can be accessed from all modules.

View File

@@ -21,7 +21,7 @@ Sub Process_Globals
' Dim rutaInicioHoy As String = "" ' Dim rutaInicioHoy As String = ""
Private subsLogs As Boolean = False Private subsLogs As Boolean = False
End Sub End Sub
'Pone el valor de phn.Model en la variable global "devModel" 'Pone el valor de phn.Model en la variable global "devModel"
Sub getPhnId As String 'ignore Sub getPhnId As String 'ignore
'Requiere la libreria "Phone" 'Requiere la libreria "Phone"

View File

@@ -7,7 +7,7 @@ Version=10.2
#Region Service Attributes #Region Service Attributes
#StartAtBoot: False #StartAtBoot: False
#End Region #End Region
'//////////////////////////////////////////////////////////////////////////////////////////// '////////////////////////////////////////////////////////////////////////////////////////////
'//// Servicio para revisar si hay actualizacion de aplicación, usa la '//// Servicio para revisar si hay actualizacion de aplicación, usa la
'//// actividad "updateAvailable" para mostrar mensajes. '//// actividad "updateAvailable" para mostrar mensajes.