From 16c82b3a43bbb729c657870ac71cc078a732c7f9 Mon Sep 17 00:00:00 2001 From: Jose Alberto Guerra Ugalde Date: Wed, 12 Feb 2025 13:14:09 -0600 Subject: [PATCH] - VERSION 5.02.11 - Se cambio en config.properties y pantalla de mapas, que muestre en rojo las tiendas con HV_MOTIVO "CERRADO", ya no las "CERRADO PERMANENTE" --- B4A/MAPA_RUTAS.bas | 2 +- B4A/Mariana Censos.b4a | 2 +- B4A/Mariana Censos.b4a.meta | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/B4A/MAPA_RUTAS.bas b/B4A/MAPA_RUTAS.bas index 7cd52ba..e0270f6 100644 --- a/B4A/MAPA_RUTAS.bas +++ b/B4A/MAPA_RUTAS.bas @@ -215,7 +215,7 @@ Sub MapFragment1_Ready ' And CAT_CL_LAT <> 0 And CAT_CL_LONG <> 0 and CAT_CL_ESTATUS <> 'Inactivo' and CAT_CL_ESTATUS <> 'Activo'"$) ' Se agrego la condicion de "<> inactivo" para que solo aparezcan los "cerrados permanentes" y no los inactivos. c3 = skmt.ExecQuery($"Select CAT_CL_CODIGO, CAT_CL_NOMBRE,CAT_CL_LONG,CAT_CL_LAT, CAT_CL_SECUENCIA from kmt_info where CAT_CL_CODIGO Not like 'N%' and CAT_CL_LAT is not null and CAT_CL_LONG is not null - And CAT_CL_LAT <> 0 And CAT_CL_LONG <> 0 and CAT_CL_ESTATUS = 'Activo' and HV_MOTIVO = 'CERRADO PERMANENTE'"$) + And CAT_CL_LAT <> 0 And CAT_CL_LONG <> 0 and CAT_CL_ESTATUS = 'Activo' and HV_MOTIVO = 'CERRADO'"$) Log($"Select CAT_CL_CODIGO, CAT_CL_NOMBRE,CAT_CL_LONG,CAT_CL_LAT, CAT_CL_SECUENCIA from kmt_info where CAT_CL_CODIGO Not like 'N%' and CAT_CL_SECUENCIA = 0 and CAT_CL_LAT is not null and CAT_CL_LONG is not null And CAT_CL_LAT <> 0 And CAT_CL_LONG <> 0 and CAT_CL_ESTATUS <> 'Inactivo'"$) Log($"============== Rojo Resultados = ${c3.RowCount}"$) diff --git a/B4A/Mariana Censos.b4a b/B4A/Mariana Censos.b4a index 707e408..8f2b285 100644 --- a/B4A/Mariana Censos.b4a +++ b/B4A/Mariana Censos.b4a @@ -755,7 +755,7 @@ Version=12.8 #Region Project Attributes #ApplicationLabel: Mariana Censos #VersionCode: 1 - #VersionName: 5.02.08 + #VersionName: 5.02.11 'SupportedOrientations possible values: unspecified, landscape or portrait. #SupportedOrientations: portrait #CanInstallToExternalStorage: False diff --git a/B4A/Mariana Censos.b4a.meta b/B4A/Mariana Censos.b4a.meta index 1c22c12..8d0a38f 100644 --- a/B4A/Mariana Censos.b4a.meta +++ b/B4A/Mariana Censos.b4a.meta @@ -49,6 +49,6 @@ ModuleClosedNodes6= ModuleClosedNodes7= ModuleClosedNodes8=1 ModuleClosedNodes9=1 -NavigationStack=C_Principal,JobDone,631,6,B4XMainPage,B4XPage_Created,160,0,C_Clientes,B4XPage_Appear,68,0,C_Clientes,BUSCA_TextChanged,200,0,C_Clientes,b_buscar_Click,280,0,C_Clientes,p_clientes_Click,276,0,B4XMainPage,Class_Globals,25,0,C_Principal,Class_Globals,0,0,C_Principal,B4XPage_Appear,334,0,C_Principal,b_subir_Click,453,0,C_Principal,cargar_Click,505,0,MAPA_RUTAS,MapFragment1_Ready,202,3 +NavigationStack=C_Clientes,B4XPage_Appear,68,0,C_Clientes,BUSCA_TextChanged,200,0,C_Clientes,b_buscar_Click,280,0,C_Clientes,p_clientes_Click,276,0,B4XMainPage,Class_Globals,25,0,C_Principal,B4XPage_Appear,334,0,C_Principal,b_subir_Click,453,0,C_Principal,Class_Globals,0,0,C_Principal,cargar_Click,512,0,MAPA_RUTAS,MapFragment1_Ready,211,3 SelectedBuild=0 VisibleModules=2,14,9,4,15,7,16,13,5