mirror of
https://github.com/KeymonSoft/Kelloggs_v4.git
synced 2026-04-20 19:49:12 +00:00
- Se cambió que en las promociones, se pueda editar directamente la cantidad de promos maximas, antes el campo era solo lectura.
This commit is contained in:
@@ -516,4 +516,9 @@ End Sub
|
|||||||
' End If
|
' End If
|
||||||
' Return False
|
' Return False
|
||||||
' ' Returning False signals the system to handle the key
|
' ' Returning False signals the system to handle the key
|
||||||
'End Sub
|
'End Sub
|
||||||
|
|
||||||
|
Private Sub et_promoCant_TextChanged (Old As String, New As String)
|
||||||
|
If IsNumber(New) And New > maxCantPromos Then et_promoCant.Text = maxCantPromos
|
||||||
|
If IsNumber(New) Then cuentaProds
|
||||||
|
End Sub
|
||||||
Binary file not shown.
@@ -869,7 +869,7 @@ Version=12.8
|
|||||||
#Region Project Attributes
|
#Region Project Attributes
|
||||||
#ApplicationLabel: Kelloggs Venta
|
#ApplicationLabel: Kelloggs Venta
|
||||||
#VersionCode: 3000
|
#VersionCode: 3000
|
||||||
#VersionName: 4.02.20
|
#VersionName: 4.02.24
|
||||||
#SupportedOrientations: portrait
|
#SupportedOrientations: portrait
|
||||||
#CanInstallToExternalStorage: False
|
#CanInstallToExternalStorage: False
|
||||||
#BridgeLogger:true
|
#BridgeLogger:true
|
||||||
|
|||||||
@@ -88,6 +88,6 @@ ModuleClosedNodes6=
|
|||||||
ModuleClosedNodes7=3,11,12
|
ModuleClosedNodes7=3,11,12
|
||||||
ModuleClosedNodes8=
|
ModuleClosedNodes8=
|
||||||
ModuleClosedNodes9=
|
ModuleClosedNodes9=
|
||||||
NavigationStack=C_Cliente,B4XPage_Created,325,0,B4XMainPage,JobDone,509,0,B4XMainPage,B4XPage_Appear,417,6,C_Principal,JobDone,1606,0,C_Principal,e_ruta_EnterPressed,2022,0,Visual Designer,ticketsDia.bal,-100,6,Visual Designer,principal.bal,-100,2,C_Principal,cargar_Click,764,0,C_Principal,e_ruta_TextChanged,2022,6,C_Principal,b_mapa_Click,2021,0
|
NavigationStack=C_Promos,cuentaProds,292,0,C_Promos,agregaFijosALista,182,0,Subs,traePromo,982,0,Subs,restaFijosPromo,1093,0,Main,Activity_Create,27,0,Main,Process_Globals,22,0,Main,Globals,24,0,Visual Designer,promociones.bal,-100,6,Subs,fechaKMT2Ticks,515,0,C_Promos,et_promoCant_TextChanged,516,6,C_Promos,b_continuar_Click,509,0
|
||||||
SelectedBuild=0
|
SelectedBuild=0
|
||||||
VisibleModules=1,27,11,3,12,4,28,13,23,2
|
VisibleModules=1,27,11,3,12,4,28,13,23,2
|
||||||
|
|||||||
Reference in New Issue
Block a user