diff --git a/B4A/C_Principal.bas b/B4A/C_Principal.bas index f4bcde1..c91d441 100644 --- a/B4A/C_Principal.bas +++ b/B4A/C_Principal.bas @@ -1519,7 +1519,7 @@ Sub JobDone(Job As HttpJob) Starter.skmt.ExecNonQuery2("INSERT INTO HIST_VENTAS2(HVD_CLIENTE,HVD_PRONOMBRE,HVD_CANT,HVD_COSTO_TOT, HVD_FECHA, HVD_CODPROMO, HVD_PROID,HVD_NUM_TICKET, HVD_NUM_REGISTRO, HVD_RECHAZO, HVD_ESTATUS, HVD_PARCIAL) VALUES (?,?,?,?,?,?,?,?,?,?,0,0)", Array As Object (HVD_CLIENTE,HVD_PRONOMBRE,HVD_CANT,HVD_COSTO_TOT,HVD_FECHA, HVD_CODPROMO, HVD_PROID,HVD_NUM_TICKET, HVD_NUM_REGISTRO, HVD_RECHAZO)) Else 'Si ya hay ruta cargada, solo guardamos los clientes nuevos. ' Log("Hay ruta, guardamos los nuevos") - Private tc As Cursor = Starter.skmt.ExecQuery($"select HVD_CLIENTE from HIST_VENTAS where HVD_CLIENTE = '${HVD_CLIENTE}' and HVD_PROID = '${HVD_PROID}'"$) + Private tc As Cursor = Starter.skmt.ExecQuery($"select HVD_CLIENTE from HIST_VENTAS where HVD_CLIENTE = '${HVD_CLIENTE}' and HVD_PROID = '${HVD_PROID}' AND HVD_CANT = '${HVD_CANT}' AND HVD_CODPROMO = '${HVD_CODPROMO}' "$) If tc.RowCount = 0 Then ' Log($"Guardamos ${HVD_CLIENTE}"$) Starter.skmt.ExecNonQuery2("INSERT INTO HIST_VENTAS(HVD_CLIENTE,HVD_PRONOMBRE,HVD_CANT,HVD_COSTO_TOT, HVD_FECHA, HVD_CODPROMO, HVD_PROID,HVD_NUM_TICKET, HVD_NUM_REGISTRO, HVD_RECHAZO, HVD_ESTATUS, HVD_PARCIAL, PLACA,BCAJAS,CANTC,CONSECUTIVO,BCAJAS_OR,CANTC_OR, HVD_RUTA, HVD_LISTAPRECIO) VALUES (?,?,?,?,?,?,?,?,?,?,0,0,?,?,?,?,?,?, ?,?)", Array As Object (HVD_CLIENTE,HVD_PRONOMBRE,HVD_CANT,HVD_COSTO_TOT,HVD_FECHA, HVD_CODPROMO, HVD_PROID,HVD_NUM_TICKET, HVD_NUM_REGISTRO, HVD_RECHAZO, HVD_PLACA,bcajas,cantc,consecutivo,bcajas,cantc, HVD_RUTA,HVD_LISTAPRECIO)) diff --git a/B4A/Mazapa_Reparto.b4a b/B4A/Mazapa_Reparto.b4a index 9215111..ed27f5e 100644 --- a/B4A/Mazapa_Reparto.b4a +++ b/B4A/Mazapa_Reparto.b4a @@ -3009,7 +3009,7 @@ Version=12.8 #Region Project Attributes #ApplicationLabel: MAZAPA Reparto #VersionCode: 1 - #VersionName: 5.07.25 + #VersionName: 5.09.10 'Aun no la subo, suvela 'SupportedOrientations possible values: unspecified, landscape or portrait. #SupportedOrientations: portrait diff --git a/B4A/Mazapa_Reparto.b4a.meta b/B4A/Mazapa_Reparto.b4a.meta index fc45543..e6ab251 100644 --- a/B4A/Mazapa_Reparto.b4a.meta +++ b/B4A/Mazapa_Reparto.b4a.meta @@ -94,6 +94,6 @@ ModuleClosedNodes6= ModuleClosedNodes7= ModuleClosedNodes8= ModuleClosedNodes9= -NavigationStack=Diseñador Visual,login.bal,-100,3,Starter,JobDone,149,0,B4XMainPage,i_engrane_Click,623,6,B4XMainPage,b_server_Click,682,0,Diseñador Visual,principal.bal,-100,1,C_Cliente,Class_Globals,0,0,B4XMainPage,Class_Globals,26,0,C_Productos,Class_Globals,0,0,C_Productos,B4XPage_Appear,200,6,C_Clientes,caculaRutaGPS,612,2,appUpdater,Process_Globals,74,1 +NavigationStack=B4XMainPage,i_engrane_Click,623,6,B4XMainPage,b_server_Click,682,0,Diseñador Visual,principal.bal,-100,1,C_Cliente,Class_Globals,0,0,B4XMainPage,Class_Globals,26,0,C_Productos,Class_Globals,0,0,C_Productos,B4XPage_Appear,200,6,C_Clientes,caculaRutaGPS,612,2,appUpdater,Process_Globals,74,1,C_Principal,Class_Globals,0,0,C_Principal,JobDone,1515,0 SelectedBuild=0 VisibleModules=29,2,6,7,16,31,30,17,13,1 diff --git a/B4A/Objects/AndroidManifest.xml b/B4A/Objects/AndroidManifest.xml index 61b0d80..b333032 100644 --- a/B4A/Objects/AndroidManifest.xml +++ b/B4A/Objects/AndroidManifest.xml @@ -3,7 +3,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" package="reparto_mazapa.keymon.lat" android:versionCode="1" - android:versionName="5.07.25" + android:versionName="5.09.10" android:installLocation="internalOnly"> diff --git a/B4A/Objects/Mazapa_Reparto.apk b/B4A/Objects/Mazapa_Reparto.apk index 23bf26b..de75b01 100644 Binary files a/B4A/Objects/Mazapa_Reparto.apk and b/B4A/Objects/Mazapa_Reparto.apk differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/appupdater$ResumableSub_Service_Start.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/appupdater$ResumableSub_Service_Start.class index 104e977..9eb8e0a 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/appupdater$ResumableSub_Service_Start.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/appupdater$ResumableSub_Service_Start.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/appupdater$ResumableSub_download_newApk.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/appupdater$ResumableSub_download_newApk.class index cf9aee6..a9ff90b 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/appupdater$ResumableSub_download_newApk.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/appupdater$ResumableSub_download_newApk.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/appupdater.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/appupdater.class index e77715b..cbfd3ff 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/appupdater.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/appupdater.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xbytesbuilder.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xbytesbuilder.class index d554238..fb918c7 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xbytesbuilder.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xbytesbuilder.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xfloattextfield.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xfloattextfield.class index 2751b7c..bd47536 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xfloattextfield.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xfloattextfield.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4ximageview.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4ximageview.class index 3ad5ba9..ebfcaaa 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4ximageview.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4ximageview.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xmainpage$ResumableSub_B4XPage_Appear.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xmainpage$ResumableSub_B4XPage_Appear.class index c817b3e..d84efed 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xmainpage$ResumableSub_B4XPage_Appear.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xmainpage$ResumableSub_B4XPage_Appear.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xmainpage$ResumableSub_b_envioBD_Click.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xmainpage$ResumableSub_b_envioBD_Click.class index 1324873..e7ab4e9 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xmainpage$ResumableSub_b_envioBD_Click.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xmainpage$ResumableSub_b_envioBD_Click.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xmainpage$ResumableSub_b_terpc_Click.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xmainpage$ResumableSub_b_terpc_Click.class index e28b423..1bd2d39 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xmainpage$ResumableSub_b_terpc_Click.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xmainpage$ResumableSub_b_terpc_Click.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xmainpage.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xmainpage.class index 1ac3cbc..9c28508 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xmainpage.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xmainpage.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xpagesmanager.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xpagesmanager.class index ddf8736..17b83fd 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xpagesmanager.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xpagesmanager.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xsearchtemplate.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xsearchtemplate.class index 251f8ac..657cabe 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xsearchtemplate.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/b4xsearchtemplate.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_cheklist$ResumableSub_B4XPage_Appear.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_cheklist$ResumableSub_B4XPage_Appear.class index 04a6732..bccfbc5 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_cheklist$ResumableSub_B4XPage_Appear.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_cheklist$ResumableSub_B4XPage_Appear.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_cheklist$ResumableSub_InitializeCamera2.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_cheklist$ResumableSub_InitializeCamera2.class index 0df2b15..3177996 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_cheklist$ResumableSub_InitializeCamera2.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_cheklist$ResumableSub_InitializeCamera2.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_cheklist.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_cheklist.class index 50dd89b..cae41d3 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_cheklist.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_cheklist.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_cliente.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_cliente.class index 0f4f5e5..1ace7ae 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_cliente.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_cliente.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_B4XPage_CloseRequest.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_B4XPage_CloseRequest.class index e0b5776..cbb9d46 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_B4XPage_CloseRequest.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_B4XPage_CloseRequest.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_ListView1_ItemClick.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_ListView1_ItemClick.class index 8e502a0..8204dfc 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_ListView1_ItemClick.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_ListView1_ItemClick.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_b_GetDirs_Click.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_b_GetDirs_Click.class index d479749..a4cfac1 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_b_GetDirs_Click.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_b_GetDirs_Click.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_caculaRutaGPS.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_caculaRutaGPS.class index bcfc754..47085fd 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_caculaRutaGPS.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_caculaRutaGPS.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_distanciaEntreCoords.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_distanciaEntreCoords.class index 28027fe..5ab2525 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_distanciaEntreCoords.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_distanciaEntreCoords.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_traeRutaDia.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_traeRutaDia.class index a61fea8..d740872 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_traeRutaDia.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_traeRutaDia.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes.class index a50d144..e36b034 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_clientes.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_detalleventa.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_detalleventa.class index 84a50ee..a7e9a2e 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_detalleventa.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_detalleventa.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_foto.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_foto.class index afcc79e..1eb6e81 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_foto.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_foto.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_historico.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_historico.class index 7492a6e..fdc6bfb 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_historico.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_historico.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_noventa$ResumableSub_GUARDA_Click.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_noventa$ResumableSub_GUARDA_Click.class index d506085..a0b1976 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_noventa$ResumableSub_GUARDA_Click.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_noventa$ResumableSub_GUARDA_Click.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_noventa.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_noventa.class index 8d40cb1..82d75a0 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_noventa.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_noventa.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_principal$ResumableSub_B4XPage_CloseRequest.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_principal$ResumableSub_B4XPage_CloseRequest.class index 2fbfb4e..bde2835 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_principal$ResumableSub_B4XPage_CloseRequest.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_principal$ResumableSub_B4XPage_CloseRequest.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_principal$ResumableSub_envioinfo.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_principal$ResumableSub_envioinfo.class index 391a810..5b5a684 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_principal$ResumableSub_envioinfo.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_principal$ResumableSub_envioinfo.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_principal.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_principal.class index eddf9ea..ade619b 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_principal.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_principal.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_productos.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_productos.class index a245353..7f8a0c1 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_productos.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_productos.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_tabulador.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_tabulador.class index 5c23e09..19f7658 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_tabulador.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_tabulador.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_updateavailable$ResumableSub_B4XPage_Appear.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_updateavailable$ResumableSub_B4XPage_Appear.class index 47f945a..cf9c254 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_updateavailable$ResumableSub_B4XPage_Appear.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/c_updateavailable$ResumableSub_B4XPage_Appear.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cameraexclass.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cameraexclass.class index e7c1c7d..7608340 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cameraexclass.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cameraexclass.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_DownloadApk.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_DownloadApk.class index 25cc3dc..c5ee4b0 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_DownloadApk.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_DownloadApk.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_IsvalidWV.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_IsvalidWV.class index 8bdfccd..0f967e0 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_IsvalidWV.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_IsvalidWV.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_ReadWebVN.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_ReadWebVN.class index 36a63c4..bc040b5 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_ReadWebVN.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_ReadWebVN.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_TryApkUpdate.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_TryApkUpdate.class index 29ec12d..4fefb45 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_TryApkUpdate.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_TryApkUpdate.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_UpdateApk.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_UpdateApk.class index 6735af5..6bb54c4 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_UpdateApk.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_UpdateApk.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cl_appupdate.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cl_appupdate.class index 830723b..9dcef15 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cl_appupdate.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/cl_appupdate.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/dbrequestmanager.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/dbrequestmanager.class index 487fac4..8c064f2 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/dbrequestmanager.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/dbrequestmanager.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/escposprinter.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/escposprinter.class index e0dd7e4..15277e8 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/escposprinter.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/escposprinter.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/fileprovider.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/fileprovider.class index 9cc3a33..a7d7448 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/fileprovider.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/fileprovider.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/firebasemessaging.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/firebasemessaging.class index 552100d..bebf772 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/firebasemessaging.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/firebasemessaging.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/foto.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/foto.class index b95fe0e..20f7c16 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/foto.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/foto.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/httpjob.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/httpjob.class index 5a4a7d1..2f7965e 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/httpjob.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/httpjob.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/httputils2service.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/httputils2service.class index 82fadea..e8611d9 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/httputils2service.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/httputils2service.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/manageexternalstorage.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/manageexternalstorage.class index 567c450..74ffe53 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/manageexternalstorage.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/manageexternalstorage.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/mapa_cliente.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/mapa_cliente.class index 8352ffd..2842715 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/mapa_cliente.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/mapa_cliente.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/newinst2.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/newinst2.class index 2163632..72744d5 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/newinst2.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/newinst2.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/starter.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/starter.class index 5ecdcf9..c5c6cb2 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/starter.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/starter.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/subs.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/subs.class index c325861..a2ea60a 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/subs.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/subs.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/tracker$ResumableSub_StartFLP2Reqs.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/tracker$ResumableSub_StartFLP2Reqs.class index 32c2d73..e08e0e7 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/tracker$ResumableSub_StartFLP2Reqs.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/tracker$ResumableSub_StartFLP2Reqs.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/tracker$ResumableSub_StartFLPSmall.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/tracker$ResumableSub_StartFLPSmall.class index e639aa4..6058ded 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/tracker$ResumableSub_StartFLPSmall.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/tracker$ResumableSub_StartFLPSmall.class differ diff --git a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/tracker.class b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/tracker.class index 7d920cb..936ccc8 100644 Binary files a/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/tracker.class and b/B4A/Objects/bin/classes/reparto_mazapa/keymon/lat/tracker.class differ diff --git a/B4A/Objects/bin/extra/compiled_resources/reparto_mazapa.keymon.lat.zip b/B4A/Objects/bin/extra/compiled_resources/reparto_mazapa.keymon.lat.zip index c569dfc..d70b29f 100644 Binary files a/B4A/Objects/bin/extra/compiled_resources/reparto_mazapa.keymon.lat.zip and b/B4A/Objects/bin/extra/compiled_resources/reparto_mazapa.keymon.lat.zip differ diff --git a/B4A/Objects/bin/temp.ap_ b/B4A/Objects/bin/temp.ap_ index c79f251..d2f2217 100644 Binary files a/B4A/Objects/bin/temp.ap_ and b/B4A/Objects/bin/temp.ap_ differ diff --git a/B4A/Objects/classes.dex b/B4A/Objects/classes.dex index 9961818..2f88879 100644 Binary files a/B4A/Objects/classes.dex and b/B4A/Objects/classes.dex differ diff --git a/B4A/Objects/d8_arguments.txt b/B4A/Objects/d8_arguments.txt index 609dcd1..20cfb6b 100644 --- a/B4A/Objects/d8_arguments.txt +++ b/B4A/Objects/d8_arguments.txt @@ -1,6 +1,6 @@ --release --output -D:\Mazapa-Reparto\B4A\Objects +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects --lib C:\Android\platforms\android-30\android.jar C:\Android\tools\..\extras\b4a_local\unpacked-b4ashared-63837499356000\dex_v1\b4ashared.zip @@ -77,7 +77,7 @@ C:\Android\tools\..\extras\b4a_local\unpacked-json-63837499358000\dex_v1\json.zi C:\Android\tools\..\extras\b4a_local\unpacked-phone-63837499358000\dex_v1\phone.zip C:\Android\tools\..\extras\b4a_local\unpacked-randomaccessfile-63837499358000\dex_v1\randomaccessfile.zip C:\Android\tools\..\extras\b4a_local\unpacked-reflection-63837499358000\dex_v1\reflection.zip -C:\Android\tools\..\extras\b4a_local\unpacked-runtimepermissions.androidx-63837499358000\dex_v1\runtimepermissions.zip +C:\Android\tools\..\extras\b4a_local\unpacked-runtimepermissions.androidx-63822351362000\dex_v1\runtimepermissions.zip C:\Android\tools\..\extras\b4a_local\unpacked-serial-63837499358000\dex_v1\serial.zip C:\Android\tools\..\extras\b4a_local\unpacked-sql-63837499358000\dex_v1\sql.zip C:\Android\tools\..\extras\b4a_local\unpacked-togglelibrary-63627631314000\dex_v1\togglelibrary.zip @@ -102,343 +102,343 @@ c:\android\tools\..\extras\b4a_remote\androidx\lifecycle\lifecycle-common\2.2.0\ c:\android\tools\..\extras\b4a_remote\androidx\arch\core\core-common\2.1.0\core-common-2.1.0.zip C:\Android\tools\..\extras\b4a_local\unpacked-javax.inject-javax.inject-63837499358000\dex_v1\javax.inject-javax.inject.zip c:\android\tools\..\extras\b4a_remote\com\google\firebase\firebase-encoders\16.0.0\firebase-encoders-16.0.0.zip -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R$anim.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R$attr.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R$color.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R$dimen.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R$drawable.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R$id.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R$integer.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R$layout.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R$string.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R$style.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R$styleable.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R$xml.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R$anim.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R$attr.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R$color.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R$dimen.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R$drawable.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R$id.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R$integer.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R$layout.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R$string.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R$style.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R$styleable.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R$xml.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R$anim.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R$attr.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R$color.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R$dimen.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R$drawable.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R$id.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R$integer.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R$layout.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R$string.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R$style.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R$styleable.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R$xml.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R$anim.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R$attr.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R$color.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R$dimen.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R$drawable.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R$id.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R$integer.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R$layout.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R$string.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R$style.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R$styleable.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R$xml.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R$anim.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R$attr.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R$color.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R$dimen.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R$drawable.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R$id.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R$integer.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R$layout.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R$string.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R$style.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R$styleable.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R$xml.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R$anim.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R$attr.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R$color.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R$dimen.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R$drawable.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R$id.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R$integer.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R$layout.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R$string.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R$style.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R$styleable.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R$xml.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R$anim.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R$attr.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R$color.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R$dimen.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R$drawable.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R$id.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R$integer.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R$layout.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R$string.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R$style.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R$styleable.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R$xml.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R$anim.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R$attr.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R$color.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R$dimen.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R$drawable.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R$id.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R$integer.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R$layout.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R$string.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R$style.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R$styleable.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R$xml.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R$anim.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R$attr.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R$color.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R$dimen.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R$drawable.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R$id.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R$integer.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R$layout.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R$string.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R$style.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R$styleable.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R$xml.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R$anim.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R$attr.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R$color.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R$dimen.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R$drawable.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R$id.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R$integer.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R$layout.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R$string.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R$style.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R$styleable.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R$xml.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\animatedcounter.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\anotherprogressbar$ResumableSub_BusyLoop.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\anotherprogressbar.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\appupdater$1.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\appupdater$2.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\appupdater$appupdater_BR.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\appupdater$ResumableSub_download_newApk.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\appupdater$ResumableSub_Service_Start.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\appupdater$_mnewversion.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\appupdater.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xbitset.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xbreadcrumb.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xbytesbuilder.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xcache$_b4xcacheitem.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xcache.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xcollections.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xcolortemplate$ResumableSub_Show.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xcolortemplate$_colorpickerpart.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xcolortemplate.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xcombobox$ResumableSub_RaiseEvent.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xcombobox.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xcomparatorsort.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xdatetemplate$ResumableSub_Show.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xdatetemplate.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xdialog$ResumableSub_Show.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xdialog$ResumableSub_ShowCustom.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xdialog$ResumableSub_ShowTemplate.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xdialog.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xfloattextfield$ResumableSub_SwitchFromPasswordToRegular.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xfloattextfield.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xformatter$_b4xformatdata.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xformatter.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4ximageview.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xinputtemplate$ResumableSub_Show.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xinputtemplate.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xlisttemplate$ResumableSub_Show.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xlisttemplate.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xloadingindicator$ResumableSub_MainLoop.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xloadingindicator.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xlongtexttemplate.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xmainpage$ResumableSub_B4XPage_Appear.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xmainpage$ResumableSub_B4XPage_CloseRequest.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xmainpage$ResumableSub_b_envioBD_Click.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xmainpage$ResumableSub_b_terpc_Click.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xmainpage.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xorderedmap.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xpages.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xpagesdelegator.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xpagesmanager$PagesMenuListener.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xpagesmanager$ResumableSub_HandleCloseRequest.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xpagesmanager$_b4amenuitem.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xpagesmanager$_b4xpageinfo.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xpagesmanager$_b4xpageparent.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xpagesmanager.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xplusminus$ResumableSub_StartDownLoop.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xplusminus.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xradiobutton$ResumableSub_SetValueImpl.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xradiobutton.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xsearchtemplate$ResumableSub_Show.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xsearchtemplate.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xseekbar.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xset.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xsignaturetemplate.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xswitch$ResumableSub_SetValueImpl.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xswitch.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xtimedtemplate$ResumableSub_Show.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xtimedtemplate.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\batteryutilities.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\cameraexclass$_camerainfoandid.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\cameraexclass$_camerasize.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\cameraexclass.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\cl_appupdate$ResumableSub_DownloadApk.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\cl_appupdate$ResumableSub_IsvalidWV.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\cl_appupdate$ResumableSub_ReadWebVN.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\cl_appupdate$ResumableSub_TryApkUpdate.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\cl_appupdate$ResumableSub_UpdateApk.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\cl_appupdate.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_buscar$ResumableSub_B4XPage_CloseRequest.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_buscar.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_cheklist$ResumableSub_B4XPage_Appear.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_cheklist$ResumableSub_B4XPage_CloseRequest.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_cheklist$ResumableSub_InitializeCamera2.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_cheklist.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_cliente$ResumableSub_B4XPage_CloseRequest.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_cliente$ResumableSub_Guardado.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_cliente.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_clientes$ResumableSub_B4XPage_CloseRequest.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_clientes$ResumableSub_b_GetDirs_Click.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_clientes$ResumableSub_caculaRutaGPS.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_clientes$ResumableSub_distanciaEntreCoords.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_clientes$ResumableSub_generaListViewRutas.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_clientes$ResumableSub_ListView1_ItemClick.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_clientes$ResumableSub_traeRutaDia.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_clientes.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_detalleventa$ResumableSub_B4XPage_CloseRequest.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_detalleventa.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_detalle_promo.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_foto$ResumableSub_B4XPage_CloseRequest.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_foto.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_historico$ResumableSub_B4XPage_CloseRequest.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_historico.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_mapas.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_noventa$ResumableSub_GUARDA_Click.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_noventa.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_nuevocliente.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_pedidos.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_principal$ResumableSub_B4XPage_CloseRequest.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_principal$ResumableSub_envioinfo.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_principal.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_productos$ResumableSub_B4XPage_CloseRequest.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_productos.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_tabulador.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_ticketsdia.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_updateavailable$ResumableSub_B4XPage_Appear.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_updateavailable.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\dbrequestmanager$_dbcommand.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\dbrequestmanager$_dbresult.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\dbrequestmanager.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\escposprinter$_animage.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\escposprinter.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\fileprovider.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\firebasemessaging$1.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\firebasemessaging$2.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\firebasemessaging$firebasemessaging_BR.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\firebasemessaging$ResumableSub_Service_Start.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\firebasemessaging.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\foto$1.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\foto$B4AMenuItemsClickListener.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\foto$HandleKeyDelayed.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\foto$ResumeMessage.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\foto$WaitForLayout.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\foto.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\httpjob$_multipartfiledata.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\httpjob.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\httputils2service.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\madewithlove.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\main$1.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\main$B4AMenuItemsClickListener.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\main$HandleKeyDelayed.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\main$ResumeMessage.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\main$WaitForLayout.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\main.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\manageexternalstorage.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_cliente$1.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_cliente$B4AMenuItemsClickListener.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_cliente$HandleKeyDelayed.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_cliente$ResumableSub_MapFragment1_Ready.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_cliente$ResumeMessage.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_cliente$WaitForLayout.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_cliente.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_rutas$1.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_rutas$B4AMenuItemsClickListener.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_rutas$HandleKeyDelayed.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_rutas$ResumableSub_MapFragment1_Ready.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_rutas$ResumeMessage.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_rutas$WaitForLayout.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_rutas.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\newinst2$1.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\newinst2$2.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\newinst2$newinst2_BR.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\newinst2.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R$anim.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R$attr.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R$color.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R$dimen.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R$drawable.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R$id.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R$integer.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R$layout.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R$string.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R$style.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R$styleable.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R$xml.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\roundslider.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\scrollinglabel$ResumableSub_StartScrolling.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\scrollinglabel.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\starter$1.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\starter$2.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\starter$starter_BR.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\starter.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\subs.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\swiftbutton.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\tracker$1.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\tracker$2.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\tracker$ResumableSub_StartFLP.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\tracker$ResumableSub_StartFLP2Reqs.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\tracker$ResumableSub_StartFLPSmall.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\tracker$tracker_BR.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\tracker.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\xuiviewsutils.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_check.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_checklist.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_clientes.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_detalleventa.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_detalle_promo.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_historico.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_login.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_mainpage.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_mapa_cliente.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_mapa_rutas.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_no_venta.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_panel_pick_ciego.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_pedido.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_principal.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_proditem.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_proditem2.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_productos.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_searchtemplate.dex -D:\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_tabulador.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R$anim.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R$attr.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R$color.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R$dimen.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R$drawable.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R$id.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R$integer.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R$layout.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R$string.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R$style.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R$styleable.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R$xml.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\coordinatorlayout\R.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R$anim.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R$attr.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R$color.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R$dimen.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R$drawable.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R$id.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R$integer.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R$layout.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R$string.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R$style.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R$styleable.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R$xml.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\core\R.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R$anim.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R$attr.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R$color.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R$dimen.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R$drawable.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R$id.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R$integer.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R$layout.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R$string.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R$style.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R$styleable.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R$xml.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\drawerlayout\R.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R$anim.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R$attr.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R$color.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R$dimen.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R$drawable.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R$id.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R$integer.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R$layout.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R$string.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R$style.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R$styleable.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R$xml.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\fragment\R.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R$anim.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R$attr.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R$color.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R$dimen.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R$drawable.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R$id.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R$integer.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R$layout.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R$string.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R$style.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R$styleable.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R$xml.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\media\R.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R$anim.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R$attr.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R$color.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R$dimen.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R$drawable.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R$id.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R$integer.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R$layout.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R$string.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R$style.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R$styleable.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R$xml.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\androidx\swiperefreshlayout\R.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R$anim.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R$attr.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R$color.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R$dimen.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R$drawable.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R$id.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R$integer.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R$layout.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R$string.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R$style.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R$styleable.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R$xml.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\base\R.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R$anim.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R$attr.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R$color.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R$dimen.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R$drawable.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R$id.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R$integer.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R$layout.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R$string.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R$style.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R$styleable.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R$xml.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\common\R.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R$anim.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R$attr.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R$color.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R$dimen.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R$drawable.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R$id.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R$integer.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R$layout.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R$string.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R$style.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R$styleable.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R$xml.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\android\gms\maps\R.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R$anim.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R$attr.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R$color.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R$dimen.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R$drawable.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R$id.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R$integer.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R$layout.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R$string.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R$style.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R$styleable.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R$xml.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\com\google\firebase\messaging\R.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\animatedcounter.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\anotherprogressbar$ResumableSub_BusyLoop.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\anotherprogressbar.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\appupdater$1.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\appupdater$2.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\appupdater$appupdater_BR.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\appupdater$ResumableSub_download_newApk.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\appupdater$ResumableSub_Service_Start.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\appupdater$_mnewversion.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\appupdater.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xbitset.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xbreadcrumb.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xbytesbuilder.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xcache$_b4xcacheitem.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xcache.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xcollections.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xcolortemplate$ResumableSub_Show.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xcolortemplate$_colorpickerpart.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xcolortemplate.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xcombobox$ResumableSub_RaiseEvent.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xcombobox.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xcomparatorsort.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xdatetemplate$ResumableSub_Show.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xdatetemplate.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xdialog$ResumableSub_Show.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xdialog$ResumableSub_ShowCustom.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xdialog$ResumableSub_ShowTemplate.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xdialog.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xfloattextfield$ResumableSub_SwitchFromPasswordToRegular.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xfloattextfield.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xformatter$_b4xformatdata.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xformatter.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4ximageview.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xinputtemplate$ResumableSub_Show.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xinputtemplate.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xlisttemplate$ResumableSub_Show.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xlisttemplate.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xloadingindicator$ResumableSub_MainLoop.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xloadingindicator.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xlongtexttemplate.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xmainpage$ResumableSub_B4XPage_Appear.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xmainpage$ResumableSub_B4XPage_CloseRequest.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xmainpage$ResumableSub_b_envioBD_Click.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xmainpage$ResumableSub_b_terpc_Click.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xmainpage.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xorderedmap.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xpages.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xpagesdelegator.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xpagesmanager$PagesMenuListener.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xpagesmanager$ResumableSub_HandleCloseRequest.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xpagesmanager$_b4amenuitem.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xpagesmanager$_b4xpageinfo.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xpagesmanager$_b4xpageparent.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xpagesmanager.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xplusminus$ResumableSub_StartDownLoop.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xplusminus.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xradiobutton$ResumableSub_SetValueImpl.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xradiobutton.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xsearchtemplate$ResumableSub_Show.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xsearchtemplate.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xseekbar.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xset.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xsignaturetemplate.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xswitch$ResumableSub_SetValueImpl.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xswitch.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xtimedtemplate$ResumableSub_Show.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\b4xtimedtemplate.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\batteryutilities.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\cameraexclass$_camerainfoandid.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\cameraexclass$_camerasize.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\cameraexclass.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\cl_appupdate$ResumableSub_DownloadApk.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\cl_appupdate$ResumableSub_IsvalidWV.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\cl_appupdate$ResumableSub_ReadWebVN.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\cl_appupdate$ResumableSub_TryApkUpdate.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\cl_appupdate$ResumableSub_UpdateApk.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\cl_appupdate.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_buscar$ResumableSub_B4XPage_CloseRequest.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_buscar.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_cheklist$ResumableSub_B4XPage_Appear.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_cheklist$ResumableSub_B4XPage_CloseRequest.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_cheklist$ResumableSub_InitializeCamera2.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_cheklist.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_cliente$ResumableSub_B4XPage_CloseRequest.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_cliente$ResumableSub_Guardado.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_cliente.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_clientes$ResumableSub_B4XPage_CloseRequest.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_clientes$ResumableSub_b_GetDirs_Click.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_clientes$ResumableSub_caculaRutaGPS.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_clientes$ResumableSub_distanciaEntreCoords.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_clientes$ResumableSub_generaListViewRutas.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_clientes$ResumableSub_ListView1_ItemClick.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_clientes$ResumableSub_traeRutaDia.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_clientes.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_detalleventa$ResumableSub_B4XPage_CloseRequest.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_detalleventa.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_detalle_promo.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_foto$ResumableSub_B4XPage_CloseRequest.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_foto.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_historico$ResumableSub_B4XPage_CloseRequest.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_historico.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_mapas.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_noventa$ResumableSub_GUARDA_Click.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_noventa.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_nuevocliente.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_pedidos.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_principal$ResumableSub_B4XPage_CloseRequest.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_principal$ResumableSub_envioinfo.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_principal.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_productos$ResumableSub_B4XPage_CloseRequest.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_productos.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_tabulador.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_ticketsdia.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_updateavailable$ResumableSub_B4XPage_Appear.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\c_updateavailable.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\dbrequestmanager$_dbcommand.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\dbrequestmanager$_dbresult.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\dbrequestmanager.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\escposprinter$_animage.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\escposprinter.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\fileprovider.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\firebasemessaging$1.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\firebasemessaging$2.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\firebasemessaging$firebasemessaging_BR.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\firebasemessaging$ResumableSub_Service_Start.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\firebasemessaging.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\foto$1.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\foto$B4AMenuItemsClickListener.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\foto$HandleKeyDelayed.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\foto$ResumeMessage.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\foto$WaitForLayout.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\foto.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\httpjob$_multipartfiledata.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\httpjob.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\httputils2service.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\madewithlove.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\main$1.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\main$B4AMenuItemsClickListener.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\main$HandleKeyDelayed.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\main$ResumeMessage.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\main$WaitForLayout.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\main.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\manageexternalstorage.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_cliente$1.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_cliente$B4AMenuItemsClickListener.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_cliente$HandleKeyDelayed.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_cliente$ResumableSub_MapFragment1_Ready.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_cliente$ResumeMessage.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_cliente$WaitForLayout.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_cliente.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_rutas$1.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_rutas$B4AMenuItemsClickListener.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_rutas$HandleKeyDelayed.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_rutas$ResumableSub_MapFragment1_Ready.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_rutas$ResumeMessage.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_rutas$WaitForLayout.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\mapa_rutas.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\newinst2$1.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\newinst2$2.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\newinst2$newinst2_BR.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\newinst2.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R$anim.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R$attr.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R$color.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R$dimen.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R$drawable.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R$id.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R$integer.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R$layout.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R$string.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R$style.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R$styleable.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R$xml.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\R.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\roundslider.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\scrollinglabel$ResumableSub_StartScrolling.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\scrollinglabel.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\starter$1.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\starter$2.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\starter$starter_BR.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\starter.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\subs.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\swiftbutton.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\tracker$1.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\tracker$2.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\tracker$ResumableSub_StartFLP.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\tracker$ResumableSub_StartFLP2Reqs.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\tracker$ResumableSub_StartFLPSmall.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\tracker$tracker_BR.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\tracker.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\xuiviewsutils.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_check.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_checklist.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_clientes.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_detalleventa.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_detalle_promo.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_historico.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_login.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_mainpage.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_mapa_cliente.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_mapa_rutas.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_no_venta.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_panel_pick_ciego.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_pedido.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_principal.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_proditem.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_proditem2.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_productos.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_searchtemplate.dex +D:\DESARROLLO_MOVIL\Mazapa-Reparto\B4A\Objects\dexed\reparto_mazapa\keymon\lat\designerscripts\LS_tabulador.dex diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/appupdater$ResumableSub_Service_Start.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/appupdater$ResumableSub_Service_Start.dex index 0f318a7..1a2558b 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/appupdater$ResumableSub_Service_Start.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/appupdater$ResumableSub_Service_Start.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/appupdater$ResumableSub_download_newApk.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/appupdater$ResumableSub_download_newApk.dex index 06a0f28..a581065 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/appupdater$ResumableSub_download_newApk.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/appupdater$ResumableSub_download_newApk.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/appupdater.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/appupdater.dex index 98ab897..4ba704b 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/appupdater.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/appupdater.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xbytesbuilder.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xbytesbuilder.dex index adfe380..5df67cb 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xbytesbuilder.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xbytesbuilder.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xfloattextfield.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xfloattextfield.dex index 71ded04..35e63c0 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xfloattextfield.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xfloattextfield.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4ximageview.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4ximageview.dex index 0c46254..e4cea8e 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4ximageview.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4ximageview.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xmainpage$ResumableSub_B4XPage_Appear.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xmainpage$ResumableSub_B4XPage_Appear.dex index 6edf5d8..ad5bf5a 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xmainpage$ResumableSub_B4XPage_Appear.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xmainpage$ResumableSub_B4XPage_Appear.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xmainpage$ResumableSub_b_envioBD_Click.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xmainpage$ResumableSub_b_envioBD_Click.dex index 13ec90d..bdc63f7 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xmainpage$ResumableSub_b_envioBD_Click.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xmainpage$ResumableSub_b_envioBD_Click.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xmainpage$ResumableSub_b_terpc_Click.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xmainpage$ResumableSub_b_terpc_Click.dex index 297d1fe..b46fc88 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xmainpage$ResumableSub_b_terpc_Click.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xmainpage$ResumableSub_b_terpc_Click.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xmainpage.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xmainpage.dex index be7c666..a12ee67 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xmainpage.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xmainpage.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xpagesmanager.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xpagesmanager.dex index 3156f73..fbde048 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xpagesmanager.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xpagesmanager.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xsearchtemplate.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xsearchtemplate.dex index c414600..7b8f363 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xsearchtemplate.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/b4xsearchtemplate.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_cheklist$ResumableSub_B4XPage_Appear.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_cheklist$ResumableSub_B4XPage_Appear.dex index 3b497c2..fe50b82 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_cheklist$ResumableSub_B4XPage_Appear.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_cheklist$ResumableSub_B4XPage_Appear.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_cheklist$ResumableSub_InitializeCamera2.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_cheklist$ResumableSub_InitializeCamera2.dex index bafbd1b..5a0100e 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_cheklist$ResumableSub_InitializeCamera2.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_cheklist$ResumableSub_InitializeCamera2.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_cheklist.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_cheklist.dex index d752006..6352c37 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_cheklist.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_cheklist.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_cliente.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_cliente.dex index c63536a..fa27667 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_cliente.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_cliente.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_B4XPage_CloseRequest.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_B4XPage_CloseRequest.dex index ba8dfe2..e29a466 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_B4XPage_CloseRequest.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_B4XPage_CloseRequest.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_ListView1_ItemClick.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_ListView1_ItemClick.dex index 3ebf64b..9b7d938 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_ListView1_ItemClick.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_ListView1_ItemClick.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_b_GetDirs_Click.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_b_GetDirs_Click.dex index 2431cef..19ac3c3 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_b_GetDirs_Click.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_b_GetDirs_Click.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_caculaRutaGPS.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_caculaRutaGPS.dex index a20cce0..d039cbd 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_caculaRutaGPS.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_caculaRutaGPS.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_distanciaEntreCoords.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_distanciaEntreCoords.dex index 33df3a8..25de3ac 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_distanciaEntreCoords.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_distanciaEntreCoords.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_traeRutaDia.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_traeRutaDia.dex index 1f4a382..d7d9042 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_traeRutaDia.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes$ResumableSub_traeRutaDia.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes.dex index 1f1fafb..a59b032 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_clientes.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_detalleventa.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_detalleventa.dex index f9124c8..94f9ec3 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_detalleventa.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_detalleventa.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_foto.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_foto.dex index 26227a3..48c90ef 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_foto.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_foto.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_historico.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_historico.dex index 7e75b84..71d06c9 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_historico.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_historico.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_noventa$ResumableSub_GUARDA_Click.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_noventa$ResumableSub_GUARDA_Click.dex index 1b91621..fb1eabd 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_noventa$ResumableSub_GUARDA_Click.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_noventa$ResumableSub_GUARDA_Click.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_noventa.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_noventa.dex index 44171aa..317385b 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_noventa.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_noventa.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_principal$ResumableSub_B4XPage_CloseRequest.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_principal$ResumableSub_B4XPage_CloseRequest.dex index a592e49..d79d314 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_principal$ResumableSub_B4XPage_CloseRequest.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_principal$ResumableSub_B4XPage_CloseRequest.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_principal$ResumableSub_envioinfo.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_principal$ResumableSub_envioinfo.dex index e18262b..512b6cd 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_principal$ResumableSub_envioinfo.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_principal$ResumableSub_envioinfo.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_principal.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_principal.dex index 6a785af..ebb50e2 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_principal.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_principal.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_productos.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_productos.dex index 0707a6d..a9ea065 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_productos.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_productos.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_tabulador.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_tabulador.dex index 9de5ed4..bcf1430 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_tabulador.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_tabulador.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_updateavailable$ResumableSub_B4XPage_Appear.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_updateavailable$ResumableSub_B4XPage_Appear.dex index 18892f3..f2c9200 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_updateavailable$ResumableSub_B4XPage_Appear.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/c_updateavailable$ResumableSub_B4XPage_Appear.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cameraexclass.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cameraexclass.dex index 00745fd..95c142c 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cameraexclass.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cameraexclass.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_DownloadApk.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_DownloadApk.dex index 9a851c8..d137638 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_DownloadApk.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_DownloadApk.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_IsvalidWV.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_IsvalidWV.dex index f142fd6..9a957c7 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_IsvalidWV.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_IsvalidWV.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_ReadWebVN.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_ReadWebVN.dex index d712e8e..a59bfdd 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_ReadWebVN.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_ReadWebVN.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_TryApkUpdate.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_TryApkUpdate.dex index d1fb19e..dae0c69 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_TryApkUpdate.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_TryApkUpdate.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_UpdateApk.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_UpdateApk.dex index f443400..69e532b 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_UpdateApk.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cl_appupdate$ResumableSub_UpdateApk.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cl_appupdate.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cl_appupdate.dex index 23c2931..a4783eb 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cl_appupdate.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/cl_appupdate.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/dbrequestmanager.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/dbrequestmanager.dex index b56783e..47e0e36 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/dbrequestmanager.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/dbrequestmanager.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/escposprinter.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/escposprinter.dex index 904d8dd..85a79aa 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/escposprinter.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/escposprinter.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/fileprovider.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/fileprovider.dex index cace952..49b6c67 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/fileprovider.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/fileprovider.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/firebasemessaging.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/firebasemessaging.dex index 344a148..56bf1b7 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/firebasemessaging.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/firebasemessaging.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/foto.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/foto.dex index 47f71fb..c6ba255 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/foto.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/foto.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/httpjob.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/httpjob.dex index e6ab978..cc2c34b 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/httpjob.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/httpjob.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/httputils2service.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/httputils2service.dex index 295b902..56a9211 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/httputils2service.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/httputils2service.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/manageexternalstorage.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/manageexternalstorage.dex index dc843e0..1d042cf 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/manageexternalstorage.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/manageexternalstorage.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/mapa_cliente.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/mapa_cliente.dex index 0a20564..e3fdec8 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/mapa_cliente.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/mapa_cliente.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/newinst2.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/newinst2.dex index f1f1c3d..b7378d2 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/newinst2.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/newinst2.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/starter.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/starter.dex index f88c578..8300b9b 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/starter.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/starter.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/subs.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/subs.dex index ef84390..b1598d7 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/subs.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/subs.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/tracker$ResumableSub_StartFLP2Reqs.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/tracker$ResumableSub_StartFLP2Reqs.dex index a816978..1f54d30 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/tracker$ResumableSub_StartFLP2Reqs.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/tracker$ResumableSub_StartFLP2Reqs.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/tracker$ResumableSub_StartFLPSmall.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/tracker$ResumableSub_StartFLPSmall.dex index 0066182..7539a69 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/tracker$ResumableSub_StartFLPSmall.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/tracker$ResumableSub_StartFLPSmall.dex differ diff --git a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/tracker.dex b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/tracker.dex index 3768685..64b3434 100644 Binary files a/B4A/Objects/dexed/reparto_mazapa/keymon/lat/tracker.dex and b/B4A/Objects/dexed/reparto_mazapa/keymon/lat/tracker.dex differ diff --git a/B4A/Objects/res/drawable/icon.png b/B4A/Objects/res/drawable/icon.png index 0cc278b..32d4f3a 100644 Binary files a/B4A/Objects/res/drawable/icon.png and b/B4A/Objects/res/drawable/icon.png differ diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/appupdater.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/appupdater.java index 4db8c2d..74194ff 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/appupdater.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/appupdater.java @@ -265,7 +265,7 @@ case 0: //C this.state = 1; //BA.debugLineNum = 159;BA.debugLine="Log(\"Descargando actualización\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("751773443","Descargando actualización",0); +anywheresoftware.b4a.keywords.Common.LogImpl("316121859","Descargando actualización",0); //BA.debugLineNum = 160;BA.debugLine="B4XPages.ShowPage(\"login\")"; parent.mostCurrent._b4xpages._showpage /*String*/ (processBA,"login"); //BA.debugLineNum = 161;BA.debugLine="B4XPages.MainPage.muestraProgreso(\"Descargando ac"; @@ -331,7 +331,7 @@ _outnewapk.Close(); //BA.debugLineNum = 177;BA.debugLine="B4XPages.MainPage.ocultaProgreso"; parent.mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._ocultaprogreso /*String*/ (); //BA.debugLineNum = 178;BA.debugLine="Log(\"ocultamos prigreso DOWNLOAD APK\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("751773462","ocultamos prigreso DOWNLOAD APK",0); +anywheresoftware.b4a.keywords.Common.LogImpl("316121878","ocultamos prigreso DOWNLOAD APK",0); if (true) break; case 8: @@ -393,7 +393,7 @@ _usefileprovider = anywheresoftware.b4a.keywords.Common.False; _sharedfolder = _rp.GetSafeDirDefaultExternal("shared"); }; //BA.debugLineNum = 249;BA.debugLine="Log($\"Using FileProvider? - ${UseFileProvider}\"$)"; -anywheresoftware.b4a.keywords.Common.LogImpl("752166668",("Using FileProvider? - "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_usefileprovider))+""),0); +anywheresoftware.b4a.keywords.Common.LogImpl("316515084",("Using FileProvider? - "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_usefileprovider))+""),0); //BA.debugLineNum = 250;BA.debugLine="End Sub"; return ""; } @@ -428,7 +428,7 @@ if (true) return _fp.RunMethod("getUriForFile",new Object[]{(Object)(_context.ge } catch (Exception e14) { processBA.setLastException(e14); //BA.debugLineNum = 267;BA.debugLine="Log(\"FileProvider::GetFileUri - error - \" & Last"; -anywheresoftware.b4a.keywords.Common.LogImpl("752232206","FileProvider::GetFileUri - error - "+anywheresoftware.b4a.keywords.Common.LastException(processBA).getMessage(),0); +anywheresoftware.b4a.keywords.Common.LogImpl("316580622","FileProvider::GetFileUri - error - "+anywheresoftware.b4a.keywords.Common.LastException(processBA).getMessage(),0); //BA.debugLineNum = 268;BA.debugLine="Return \"\""; if (true) return (Object)(""); }; @@ -465,7 +465,7 @@ return ""; public static String _service_create() throws Exception{ //BA.debugLineNum = 101;BA.debugLine="Sub Service_Create"; //BA.debugLineNum = 102;BA.debugLine="Log(\"appUpdater(), Service_Create\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("751576833","appUpdater(), Service_Create",0); +anywheresoftware.b4a.keywords.Common.LogImpl("315925249","appUpdater(), Service_Create",0); //BA.debugLineNum = 103;BA.debugLine="newApp.Initialize"; _newapp.Initialize(); //BA.debugLineNum = 104;BA.debugLine="Service.AutomaticForegroundMode = Service.AUTOMAT"; @@ -480,7 +480,7 @@ return ""; public static String _service_destroy() throws Exception{ //BA.debugLineNum = 233;BA.debugLine="Sub Service_Destroy"; //BA.debugLineNum = 234;BA.debugLine="Log(\"appUpdater(), Service_Destroy\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("752101121","appUpdater(), Service_Destroy",0); +anywheresoftware.b4a.keywords.Common.LogImpl("316449537","appUpdater(), Service_Destroy",0); //BA.debugLineNum = 235;BA.debugLine="End Sub"; return ""; } @@ -512,11 +512,11 @@ case 0: //C this.state = 1; //BA.debugLineNum = 110;BA.debugLine="Log(\"appUpdater(), Service_Start\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("751642369","appUpdater(), Service_Start",0); +anywheresoftware.b4a.keywords.Common.LogImpl("315990785","appUpdater(), Service_Start",0); //BA.debugLineNum = 112;BA.debugLine="B4XPages.MainPage.muestraProgreso(\"Buscando actua"; parent.mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._muestraprogreso /*String*/ ("Buscando actualización"); //BA.debugLineNum = 113;BA.debugLine="Log(\"Buscando actualización\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("751642372","Buscando actualización",0); +anywheresoftware.b4a.keywords.Common.LogImpl("315990788","Buscando actualización",0); //BA.debugLineNum = 114;BA.debugLine="fileProvider_init"; _fileprovider_init(); //BA.debugLineNum = 115;BA.debugLine="Wait For (Download(Me, lnk)) JobDone (j As HttpJo"; @@ -568,7 +568,7 @@ parent._newapp.okMsg /*String*/ = _app[(int) (2)]; //BA.debugLineNum = 123;BA.debugLine="newApp.version = app(0) 'Version actual"; parent._newapp.version /*String*/ = _app[(int) (0)]; //BA.debugLineNum = 125;BA.debugLine="Log($\"Application.VersionName=${Application.Ver"; -anywheresoftware.b4a.keywords.Common.LogImpl("751642384",("Application.VersionName="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.Application.getVersionName()))+", newApp="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(parent._newapp))+""),0); +anywheresoftware.b4a.keywords.Common.LogImpl("315990800",("Application.VersionName="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.Application.getVersionName()))+", newApp="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(parent._newapp))+""),0); //BA.debugLineNum = 128;BA.debugLine="If newApp.version = Application.VersionName Th"; if (true) break; @@ -585,7 +585,7 @@ this.state = 10; //BA.debugLineNum = 129;BA.debugLine="newApp.update = False"; parent._newapp.update /*boolean*/ = anywheresoftware.b4a.keywords.Common.False; //BA.debugLineNum = 130;BA.debugLine="Log(\"No new app\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("751642389","No new app",0); +anywheresoftware.b4a.keywords.Common.LogImpl("315990805","No new app",0); //BA.debugLineNum = 131;BA.debugLine="B4XPages.ShowPage(\"updateAvailable\")"; parent.mostCurrent._b4xpages._showpage /*String*/ (processBA,"updateAvailable"); //BA.debugLineNum = 133;BA.debugLine="CreateNotification2(\"Aplicacion al corriente\","; @@ -607,7 +607,7 @@ this.state = 13; //BA.debugLineNum = 136;BA.debugLine="newApp.update = True"; parent._newapp.update /*boolean*/ = anywheresoftware.b4a.keywords.Common.True; //BA.debugLineNum = 137;BA.debugLine="Log(\"New app true\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("751642396","New app true",0); +anywheresoftware.b4a.keywords.Common.LogImpl("315990812","New app true",0); //BA.debugLineNum = 138;BA.debugLine="B4XPages.ShowPage(\"updateAvailable\")"; parent.mostCurrent._b4xpages._showpage /*String*/ (processBA,"updateAvailable"); if (true) break; @@ -623,7 +623,7 @@ case 15: this.state = 16; this.catchState = 0; //BA.debugLineNum = 143;BA.debugLine="Log(\"appUpdater(), Job Failed, error \" & LastE"; -anywheresoftware.b4a.keywords.Common.LogImpl("751642402","appUpdater(), Job Failed, error "+anywheresoftware.b4a.keywords.Common.LastException(processBA).getMessage(),0); +anywheresoftware.b4a.keywords.Common.LogImpl("315990818","appUpdater(), Job Failed, error "+anywheresoftware.b4a.keywords.Common.LastException(processBA).getMessage(),0); if (true) break; if (true) break; @@ -638,7 +638,7 @@ case 18: //C this.state = 19; //BA.debugLineNum = 146;BA.debugLine="Log(\"appUpdater(), Job Failed \" & lnk)"; -anywheresoftware.b4a.keywords.Common.LogImpl("751642405","appUpdater(), Job Failed "+parent._lnk,0); +anywheresoftware.b4a.keywords.Common.LogImpl("315990821","appUpdater(), Job Failed "+parent._lnk,0); if (true) break; case 19: diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/b4xbytesbuilder.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/b4xbytesbuilder.java index c8c48c5..72596f2 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/b4xbytesbuilder.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/b4xbytesbuilder.java @@ -179,7 +179,7 @@ byte[] _afterindex = null; if (_index>=_mlength) { //BA.debugLineNum = 45;BA.debugLine="If Index > mLength Then Log(\"Index too large\")"; if (_index>_mlength) { -__c.LogImpl("95505026","Index too large",0);}; +__c.LogImpl("925559042","Index too large",0);}; //BA.debugLineNum = 46;BA.debugLine="Append(Data)"; _append(_data); }else { @@ -221,7 +221,7 @@ public String _set(int _index,byte[] _data) throws Exception{ if (_index>=_mlength) { //BA.debugLineNum = 58;BA.debugLine="If Index > mLength Then Log(\"Index too large\")"; if (_index>_mlength) { -__c.LogImpl("95570562","Index too large",0);}; +__c.LogImpl("925624578","Index too large",0);}; //BA.debugLineNum = 59;BA.debugLine="Append(Data)"; _append(_data); }else { diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/b4xfloattextfield.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/b4xfloattextfield.java index cbf53cb..ad3a665 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/b4xfloattextfield.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/b4xfloattextfield.java @@ -355,7 +355,7 @@ if (_passwordmode && _multiline) { //BA.debugLineNum = 90;BA.debugLine="Multiline = False"; _multiline = __c.False; //BA.debugLineNum = 91;BA.debugLine="Log(\"Multiline not supported with password mode."; -__c.LogImpl("922085656","Multiline not supported with password mode.",0); +__c.LogImpl("942139672","Multiline not supported with password mode.",0); }; //BA.debugLineNum = 93;BA.debugLine="CreateTextFieldAll(PasswordMode, PassedLabel.Font"; _createtextfieldall(_passwordmode,_passedlabel.getFont(),_xui.PaintOrColorToColor((Object)(_lbl.getTextColor()))); diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/b4ximageview.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/b4ximageview.java index 945f97d..2dc619b 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/b4ximageview.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/b4ximageview.java @@ -272,7 +272,7 @@ _imageviewheight = (float) (_mbitmap.getHeight()); break; } default: { //BA.debugLineNum = 104;BA.debugLine="Log(\"Invalid resize mode: \" & mResizeMode)"; -__c.LogImpl("924444955","Invalid resize mode: "+_mresizemode,0); +__c.LogImpl("944498971","Invalid resize mode: "+_mresizemode,0); break; } } ; diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/b4xmainpage.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/b4xmainpage.java index d6d662b..41a137a 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/b4xmainpage.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/b4xmainpage.java @@ -277,7 +277,7 @@ this.state = -1; //BA.debugLineNum = 664;BA.debugLine="Dim FileName As String = \"kmt.db\""; _filename = "kmt.db"; //BA.debugLineNum = 666;BA.debugLine="Log(\"xxxxxx:\"&Provider.SharedFolder)"; -parent.__c.LogImpl("737224453","xxxxxx:"+parent._provider._sharedfolder /*String*/ ,0); +parent.__c.LogImpl("31572869","xxxxxx:"+parent._provider._sharedfolder /*String*/ ,0); //BA.debugLineNum = 667;BA.debugLine="Sleep(1000)"; parent.__c.Sleep(ba,this,(int) (1000)); this.state = 1; @@ -369,7 +369,7 @@ _f = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObject //BA.debugLineNum = 903;BA.debugLine="f.Position=0"; _f.setPosition((int) (0)); //BA.debugLineNum = 904;BA.debugLine="Log(f.GetString(\"RUTAA\"))"; -__c.LogImpl("738141979",_f.GetString("RUTAA"),0); +__c.LogImpl("32490395",_f.GetString("RUTAA"),0); //BA.debugLineNum = 905;BA.debugLine="a=Starter.skmt.ExecQuery(\"select ID_ALMACEN from"; _a = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select ID_ALMACEN from CAT_ALMACEN"))); //BA.debugLineNum = 906;BA.debugLine="If a.RowCount>0 Then"; @@ -397,12 +397,12 @@ _c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObject //BA.debugLineNum = 917;BA.debugLine="If c.RowCount = 0 Then"; if (_c.getRowCount()==0) { //BA.debugLineNum = 919;BA.debugLine="Log(f.GetString(\"RUTAA\"))"; -__c.LogImpl("738141994",_f.GetString("RUTAA"),0); +__c.LogImpl("32490410",_f.GetString("RUTAA"),0); //BA.debugLineNum = 920;BA.debugLine="Starter.skmt.ExecNonQuery2(\"INSERT INTO PICK_C"; _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("INSERT INTO PICK_CIEGO(PC_ID_PROD, PC_NOM_PROD, PC_CANT, PC_ALMACEN, PC_RUTA, PC_FECHA) VALUES(?,?,?,?,?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{_idparts[(int) (0)],_idparts[(int) (1)],_inputtext,_a.GetString("ID_ALMACEN"),_f.GetString("RUTAA"),_fechatabulador3+" "+_stime})); }else { //BA.debugLineNum = 923;BA.debugLine="Log(f.GetString(\"RUTAA\"))"; -__c.LogImpl("738141998",_f.GetString("RUTAA"),0); +__c.LogImpl("32490414",_f.GetString("RUTAA"),0); //BA.debugLineNum = 924;BA.debugLine="Starter.skmt.ExecNonQuery2(\"Update PICK_CIEGO"; _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("Update PICK_CIEGO set PC_CANT = ? WHERE PC_ID_PROD = ?",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{_inputtext,_idparts[(int) (0)]})); }; @@ -412,7 +412,7 @@ _f.Close(); //BA.debugLineNum = 929;BA.debugLine="a.Close"; _a.Close(); //BA.debugLineNum = 930;BA.debugLine="Log(\"Processed item \" & i)"; -__c.LogImpl("738142005","Processed item "+BA.NumberToString(_i),0); +__c.LogImpl("32490421","Processed item "+BA.NumberToString(_i),0); } }; //BA.debugLineNum = 932;BA.debugLine="et_buspc.Text = \"\""; @@ -434,7 +434,7 @@ return ""; public String _b_server_click() throws Exception{ //BA.debugLineNum = 683;BA.debugLine="Private Sub b_server_Click"; //BA.debugLineNum = 684;BA.debugLine="Log(\"Guardar servidor\")"; -__c.LogImpl("737355521","Guardar servidor",0); +__c.LogImpl("31703937","Guardar servidor",0); //BA.debugLineNum = 685;BA.debugLine="Starter.skmt.ExecNonQuery2(\"delete from CAT_VARIA"; _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("delete from CAT_VARIABLES where CAT_VA_DESCRIPCION = ?",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("SERVER")})); //BA.debugLineNum = 686;BA.debugLine="Starter.skmt.ExecNonQuery2(\"INSERT INTO CAT_VARIA"; @@ -445,11 +445,11 @@ _b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._server /*Str _starter._server /*String*/ = _b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._server /*String*/ ; //BA.debugLineNum = 689;BA.debugLine="If logger Then Log(\"Inicializamos reqManager con"; if (_logger) { -__c.LogImpl("737355526","Inicializamos reqManager con "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._server /*String*/ ,0);}; +__c.LogImpl("31703942","Inicializamos reqManager con "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._server /*String*/ ,0);}; //BA.debugLineNum = 690;BA.debugLine="reqManager.Initialize(Me, B4XPages.MainPage.serve"; _reqmanager._initialize /*String*/ (ba,this,_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._server /*String*/ ); //BA.debugLineNum = 691;BA.debugLine="LogColor($\"ReqServer = ${B4XPages.MainPage.server"; -__c.LogImpl("737355528",("ReqServer = "+__c.SmartStringFormatter("",(Object)(_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._server /*String*/ ))+""),__c.Colors.Red); +__c.LogImpl("31703944",("ReqServer = "+__c.SmartStringFormatter("",(Object)(_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._server /*String*/ ))+""),__c.Colors.Red); //BA.debugLineNum = 692;BA.debugLine="reinicializaReqManager"; _reinicializareqmanager(); //BA.debugLineNum = 693;BA.debugLine="p_appUpdate.Visible = False"; @@ -628,7 +628,7 @@ parent._f = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.Ab //BA.debugLineNum = 968;BA.debugLine="f.Position=0"; parent._f.setPosition((int) (0)); //BA.debugLineNum = 969;BA.debugLine="Log(f.GetString(\"RUTAA\"))"; -parent.__c.LogImpl("738207521",parent._f.GetString("RUTAA"),0); +parent.__c.LogImpl("32555937",parent._f.GetString("RUTAA"),0); //BA.debugLineNum = 971;BA.debugLine="a=Starter.skmt.ExecQuery(\"select ID_ALMACEN fr"; parent._a = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select ID_ALMACEN from CAT_ALMACEN"))); //BA.debugLineNum = 972;BA.debugLine="If a.RowCount>0 Then"; @@ -653,7 +653,7 @@ case 17: this.state = 18; ; //BA.debugLineNum = 975;BA.debugLine="Log(a.GetString(\"ID_ALMACEN\"))"; -parent.__c.LogImpl("738207527",parent._a.GetString("ID_ALMACEN"),0); +parent.__c.LogImpl("32555943",parent._a.GetString("ID_ALMACEN"),0); //BA.debugLineNum = 977;BA.debugLine="Dim k As Cursor = Starter.skmt.ExecQuery(\"SELE"; _k = new anywheresoftware.b4a.sql.SQL.CursorWrapper(); _k = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("SELECT HVD_FECHA FROM HIST_VENTAS"))); @@ -723,7 +723,7 @@ parent._f.Close(); //BA.debugLineNum = 993;BA.debugLine="a.Close"; parent._a.Close(); //BA.debugLineNum = 994;BA.debugLine="Log(\"Processed item \" & i)"; -parent.__c.LogImpl("738207546","Processed item "+BA.NumberToString(_i),0); +parent.__c.LogImpl("32555962","Processed item "+BA.NumberToString(_i),0); if (true) break; if (true) break; @@ -732,7 +732,7 @@ case 28: this.state = 29; ; //BA.debugLineNum = 996;BA.debugLine="Log(\"Finished processing all items\")"; -parent.__c.LogImpl("738207548","Finished processing all items",0); +parent.__c.LogImpl("32555964","Finished processing all items",0); //BA.debugLineNum = 997;BA.debugLine="P_CIEGO.Visible = False"; parent._p_ciego.setVisible(parent.__c.False); //BA.debugLineNum = 998;BA.debugLine="et_buspc.Text = \"\""; @@ -912,7 +912,7 @@ this.state = 10; //BA.debugLineNum = 244;BA.debugLine="StartService(Tracker)"; parent.__c.StartService(ba,(Object)(parent._tracker.getObject())); //BA.debugLineNum = 245;BA.debugLine="Log(\"Start Tracker\")"; -parent.__c.LogImpl("736831243","Start Tracker",0); +parent.__c.LogImpl("31179659","Start Tracker",0); if (true) break; case 9: @@ -1015,7 +1015,7 @@ this.state = 27; //BA.debugLineNum = 268;BA.debugLine="Starter.distanciaGeo = \"500000000000\""; parent._starter._distanciageo /*String*/ = "500000000000"; //BA.debugLineNum = 269;BA.debugLine="Log(\"Esto es la distancia si esta desactivada l"; -parent.__c.LogImpl("736831267","Esto es la distancia si esta desactivada la Geo: "+parent._starter._distanciageo /*String*/ ,0); +parent.__c.LogImpl("31179683","Esto es la distancia si esta desactivada la Geo: "+parent._starter._distanciageo /*String*/ ,0); //BA.debugLineNum = 270;BA.debugLine="B4XSwitch2.Value = False"; parent._b4xswitch2._setvalue /*boolean*/ (parent.__c.False); if (true) break; @@ -1026,7 +1026,7 @@ this.state = 27; //BA.debugLineNum = 272;BA.debugLine="Starter.distanciaGeo = \"50\""; parent._starter._distanciageo /*String*/ = "50"; //BA.debugLineNum = 273;BA.debugLine="Log(\"Esto es la distancia si esta activada la G"; -parent.__c.LogImpl("736831271","Esto es la distancia si esta activada la Geo: "+parent._starter._distanciageo /*String*/ ,0); +parent.__c.LogImpl("31179687","Esto es la distancia si esta activada la Geo: "+parent._starter._distanciageo /*String*/ ,0); //BA.debugLineNum = 274;BA.debugLine="B4XSwitch2.Value = True"; parent._b4xswitch2._setvalue /*boolean*/ (parent.__c.True); if (true) break; @@ -1302,11 +1302,11 @@ _server = "http://keymon.net:1781"; //BA.debugLineNum = 217;BA.debugLine="reqManager.Initialize(Me, B4XPages.MainPage.serve"; _reqmanager._initialize /*String*/ (ba,this,_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._server /*String*/ ); //BA.debugLineNum = 218;BA.debugLine="LogColor($\"ReqServer = ${B4XPages.MainPage.server"; -__c.LogImpl("736765795",("ReqServer = "+__c.SmartStringFormatter("",(Object)(_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._server /*String*/ ))+""),__c.Colors.Red); +__c.LogImpl("31114211",("ReqServer = "+__c.SmartStringFormatter("",(Object)(_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._server /*String*/ ))+""),__c.Colors.Red); //BA.debugLineNum = 219;BA.debugLine="Label1.Text = Application.VersionName"; _label1.setText(BA.ObjectToCharSequence(__c.Application.getVersionName())); //BA.debugLineNum = 221;BA.debugLine="Log(\"provider\")"; -__c.LogImpl("736765798","provider",0); +__c.LogImpl("31114214","provider",0); //BA.debugLineNum = 222;BA.debugLine="Provider.Initialize"; _provider._initialize /*String*/ (ba); //BA.debugLineNum = 224;BA.debugLine="Subs.guardaAppInfo"; @@ -1325,7 +1325,7 @@ _c.setPosition((int) (0)); //BA.debugLineNum = 1137;BA.debugLine="If c.GetString(\"CAT_VA_VALOR\") = 1 Then"; if ((_c.GetString("CAT_VA_VALOR")).equals(BA.NumberToString(1))) { //BA.debugLineNum = 1138;BA.debugLine="Log(Value)"; -__c.LogImpl("738928389",BA.ObjectToString(_value),0); +__c.LogImpl("33276805",BA.ObjectToString(_value),0); //BA.debugLineNum = 1139;BA.debugLine="If Value Then"; if (_value) { //BA.debugLineNum = 1140;BA.debugLine="Starter.skmt.ExecNonQuery2(\"UPDATE GPS SET HAB"; @@ -1738,11 +1738,11 @@ _fecha2 = __c.Regex.Split("-",_fecha[(int) (0)]); //BA.debugLineNum = 772;BA.debugLine="Dim fecha3 As String = fecha2(2)&\"/\"&fecha2(1)&\""; _fecha3 = _fecha2[(int) (2)]+"/"+_fecha2[(int) (1)]+"/"+_fecha2[(int) (0)]; //BA.debugLineNum = 773;BA.debugLine="Log(fecha3)"; -__c.LogImpl("737879828",_fecha3,0); +__c.LogImpl("32228244",_fecha3,0); //BA.debugLineNum = 774;BA.debugLine="Dim hora() As String = Regex.Split(\"\\.\", fecha(1"; _hora = __c.Regex.Split("\\.",_fecha[(int) (1)]); //BA.debugLineNum = 775;BA.debugLine="Log(hora(0))"; -__c.LogImpl("737879830",_hora[(int) (0)],0); +__c.LogImpl("32228246",_hora[(int) (0)],0); }; //BA.debugLineNum = 780;BA.debugLine="Private cI As Cursor"; _ci = new anywheresoftware.b4a.sql.SQL.CursorWrapper(); @@ -1830,7 +1830,7 @@ _clv_pick_ciego._clear(); //BA.debugLineNum = 842;BA.debugLine="q_buscar = \"%\" & et_buspc.Text & \"%\""; _q_buscar = "%"+_et_buspc.getText()+"%"; //BA.debugLineNum = 843;BA.debugLine="Log(q_buscar)"; -__c.LogImpl("738076423",_q_buscar,0); +__c.LogImpl("32424839",_q_buscar,0); //BA.debugLineNum = 844;BA.debugLine="c=Starter.skmt.ExecQuery2($\"select CAT_GP_NOMBRE"; _c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2(("select CAT_GP_NOMBRE, CAT_GP_ID , ifnull(PC_CANT,0) AS PC_CANT FROM CAT_GUNAPROD3 INNER JOIN PICK_CIEGO ON PC_ID_PROD = CAT_GP_ID AND PC_NOM_PROD = CAT_GP_NOMBRE WHERE (CAT_GP_NOMBRE LIKE ? OR CAT_GP_ID LIKE ? ) and CAT_GP_CLASIF <> 'PROMOS'"),new String[]{_q_buscar,_q_buscar}))); //BA.debugLineNum = 845;BA.debugLine="If c.RowCount > 0 Then"; @@ -2036,7 +2036,7 @@ final int groupLen25 = group25.getSize() for (; index25 < groupLen25;index25++){ _records = (Object[])(group25.Get(index25)); //BA.debugLineNum = 411;BA.debugLine="Log(\"Coordenadas del almacen: \" & records(res"; -__c.LogImpl("736962333","Coordenadas del almacen: "+BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_AL_LATITUD"))))])+","+BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_AL_LONGITUD"))))]),0); +__c.LogImpl("31310749","Coordenadas del almacen: "+BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_AL_LATITUD"))))])+","+BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CAT_AL_LONGITUD"))))]),0); //BA.debugLineNum = 412;BA.debugLine="Private lat, lon As Double"; _lat = 0; _lon = 0; @@ -2108,7 +2108,7 @@ _cat_pa_pass = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Column //BA.debugLineNum = 445;BA.debugLine="If CAT_PA_PASS = et_codigo.Text Then"; if ((_cat_pa_pass).equals(_et_codigo.getText())) { //BA.debugLineNum = 446;BA.debugLine="Log(CAT_PA_PASS)"; -__c.LogImpl("736962368",_cat_pa_pass,0); +__c.LogImpl("31310784",_cat_pa_pass,0); //BA.debugLineNum = 447;BA.debugLine="p_validacion.Visible = False"; _p_validacion.setVisible(__c.False); //BA.debugLineNum = 448;BA.debugLine="et_codigo.Text = \"\""; @@ -2144,9 +2144,9 @@ _records = (Object[])(group73.Get(index73)); //BA.debugLineNum = 466;BA.debugLine="Dim CUENTA As String = records(result.Columns"; _cuenta = BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_result.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)("CUENTA"))))]); //BA.debugLineNum = 467;BA.debugLine="Log(CUENTA)"; -__c.LogImpl("736962389",_cuenta,0); +__c.LogImpl("31310805",_cuenta,0); //BA.debugLineNum = 468;BA.debugLine="Log(id)"; -__c.LogImpl("736962390",_id,0); +__c.LogImpl("31310806",_id,0); //BA.debugLineNum = 469;BA.debugLine="If CUENTA = 0 Then"; if ((_cuenta).equals(BA.NumberToString(0))) { //BA.debugLineNum = 470;BA.debugLine="c = Starter.skmt.ExecQuery2(\"SELECT * FROM P"; @@ -2182,7 +2182,7 @@ _cmd.Initialize(); //BA.debugLineNum = 489;BA.debugLine="cmd.Name = \"update_PICKCIEGO_MAZAPA\""; _cmd.Name /*String*/ = "update_PICKCIEGO_MAZAPA"; //BA.debugLineNum = 490;BA.debugLine="Log(\"FECHA\" & c.GetString(\"PC_FECHA\"))"; -__c.LogImpl("736962412","FECHA"+_c.GetString("PC_FECHA"),0); +__c.LogImpl("31310828","FECHA"+_c.GetString("PC_FECHA"),0); //BA.debugLineNum = 491;BA.debugLine="cmd.Parameters = Array As Object(c.GetStrin"; _cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_c.GetString("PC_CANT")),(Object)(_c.GetString("PC_ID_PROD")),(Object)(_c.GetString("PC_ALMACEN")),(Object)(_c.GetString("PC_RUTA")),(Object)(_c.GetString("PC_FECHA")),(Object)("REPARTO")}; //BA.debugLineNum = 492;BA.debugLine="reqManager.ExecuteCommand(cmd, \"update_PC\")"; @@ -2293,7 +2293,7 @@ _c2.setPosition((int) (0)); if (_c2.getRowCount()>0) { _c2.GetString("USUARIO");}; //BA.debugLineNum = 551;BA.debugLine="Log(CUENTA & \"----------------------!!\")"; -__c.LogImpl("736962473",_cuenta+"----------------------!!",0); +__c.LogImpl("31310889",_cuenta+"----------------------!!",0); //BA.debugLineNum = 552;BA.debugLine="If CUENTA = \"0\" Then"; if ((_cuenta).equals("0")) { //BA.debugLineNum = 554;BA.debugLine="c = Starter.skmt.ExecQuery2(\"SELECT * FROM E"; @@ -2331,7 +2331,7 @@ _cmd.Name /*String*/ = "update_MontoCuenta_MAZAPArep"; //BA.debugLineNum = 575;BA.debugLine="cmd.Parameters = Array As Object(c.GetStrin"; _cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_c.GetString("EML_MONTO")),(Object)(_c.GetString("EML_ALMACEN")),(Object)(_c.GetString("EML_RUTA")),(Object)(_c.GetString("EML_USUARIO")),(Object)(_c.GetString("EML_FECHA_PED")),(Object)("REPARTO")}; //BA.debugLineNum = 577;BA.debugLine="Log(c.GetString(\"EML_MONTO\")& \" \" & c.GetSt"; -__c.LogImpl("736962499",_c.GetString("EML_MONTO")+" "+_c.GetString("EML_ALMACEN")+" "+_c.GetString("EML_RUTA")+" "+_c.GetString("EML_USUARIO"),0); +__c.LogImpl("31310915",_c.GetString("EML_MONTO")+" "+_c.GetString("EML_ALMACEN")+" "+_c.GetString("EML_RUTA")+" "+_c.GetString("EML_USUARIO"),0); //BA.debugLineNum = 578;BA.debugLine="reqManager.ExecuteCommand(cmd, \"update_MC\")"; _reqmanager._executecommand /*String*/ (_cmd,(Object)("update_MC")); //BA.debugLineNum = 579;BA.debugLine="MsgboxAsync(\"Se sobre escribio el Monto\", \""; @@ -2392,7 +2392,7 @@ _et_server.setText(BA.ObjectToCharSequence(_value)); //BA.debugLineNum = 701;BA.debugLine="reqManager.Initialize(Me, Value)"; _reqmanager._initialize /*String*/ (ba,this,BA.ObjectToString(_value)); //BA.debugLineNum = 702;BA.debugLine="LogColor($\"ReqServer = ${Value}\"$, Colors.red)"; -__c.LogImpl("737421061",("ReqServer = "+__c.SmartStringFormatter("",_value)+""),__c.Colors.Red); +__c.LogImpl("31769477",("ReqServer = "+__c.SmartStringFormatter("",_value)+""),__c.Colors.Red); //BA.debugLineNum = 703;BA.debugLine="ToastMessageShow(\"Servidor modificado\", False)"; __c.ToastMessageShow(BA.ObjectToCharSequence("Servidor modificado"),__c.False); //BA.debugLineNum = 704;BA.debugLine="End Sub"; @@ -2442,9 +2442,9 @@ if (_a.getRowCount()>0) { _a.setPosition((int) (0)); }; //BA.debugLineNum = 1048;BA.debugLine="Log(a.GetString(\"ID_ALMACEN\"))"; -__c.LogImpl("738404104",_a.GetString("ID_ALMACEN"),0); +__c.LogImpl("32752520",_a.GetString("ID_ALMACEN"),0); //BA.debugLineNum = 1049;BA.debugLine="Log(f.GetString(\"CAT_CL_RUTA\"))"; -__c.LogImpl("738404105",_f.GetString("CAT_CL_RUTA"),0); +__c.LogImpl("32752521",_f.GetString("CAT_CL_RUTA"),0); //BA.debugLineNum = 1051;BA.debugLine="If et_codigo.Text = \"KMTS1\" Then"; if ((_et_codigo.getText()).equals("KMTS1")) { //BA.debugLineNum = 1052;BA.debugLine="p_validacion.Visible = False"; @@ -2478,9 +2478,9 @@ public String _reinicializareqmanager() throws Exception{ _reqmanager._initialize /*String*/ (ba,this,_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._server /*String*/ ); //BA.debugLineNum = 708;BA.debugLine="If logger Then Log(B4XPages.MainPage.server)"; if (_logger) { -__c.LogImpl("737486594",_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._server /*String*/ ,0);}; +__c.LogImpl("31835010",_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._server /*String*/ ,0);}; //BA.debugLineNum = 709;BA.debugLine="LogColor($\"ReqServer = ${B4XPages.MainPage.server"; -__c.LogImpl("737486595",("ReqServer = "+__c.SmartStringFormatter("",(Object)(_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._server /*String*/ ))+""),__c.Colors.Red); +__c.LogImpl("31835011",("ReqServer = "+__c.SmartStringFormatter("",(Object)(_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._server /*String*/ ))+""),__c.Colors.Red); //BA.debugLineNum = 710;BA.debugLine="End Sub"; return ""; } diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/b4xpagesmanager.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/b4xpagesmanager.java index 6a1475f..d1f854a 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/b4xpagesmanager.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/b4xpagesmanager.java @@ -199,7 +199,7 @@ _idtolower = _id.toLowerCase(); //BA.debugLineNum = 143;BA.debugLine="If IdToB4XPage.ContainsKey(IdToLower) Then"; if (_idtob4xpage._containskey /*boolean*/ ((Object)(_idtolower))) { //BA.debugLineNum = 144;BA.debugLine="Log($\"Page with this id already exists: ${IdToLo"; -__c.LogImpl("910223619",("Page with this id already exists: "+__c.SmartStringFormatter("",(Object)(_idtolower))+"!"),0); +__c.LogImpl("930277635",("Page with this id already exists: "+__c.SmartStringFormatter("",(Object)(_idtolower))+"!"),0); //BA.debugLineNum = 145;BA.debugLine="Return"; if (true) return ""; }; @@ -314,7 +314,7 @@ _screenorientation = (int)(BA.ObjectToNumber(_act.GetField("screenOrientation")) //BA.debugLineNum = 116;BA.debugLine="If screenOrientation = -1 Then"; if (_screenorientation==-1) { //BA.debugLineNum = 117;BA.debugLine="LogColor(\"#SupportedOrientations attribute mus"; -__c.LogImpl("910092565","#SupportedOrientations attribute must be set to landscape or portrait.",_xui.Color_Red); +__c.LogImpl("930146581","#SupportedOrientations attribute must be set to landscape or portrait.",_xui.Color_Red); }; }; } @@ -371,12 +371,12 @@ if (true) return "";}; //BA.debugLineNum = 212;BA.debugLine="If xui.IsB4i And GetTopPage <> pi Then"; if (_xui.getIsB4i() && (_gettoppage()).equals(_pi) == false) { //BA.debugLineNum = 213;BA.debugLine="Log(\"Only top page can be closed\")"; -__c.LogImpl("910485764","Only top page can be closed",0); +__c.LogImpl("930539780","Only top page can be closed",0); //BA.debugLineNum = 214;BA.debugLine="Return"; if (true) return ""; }else if(_xui.getIsB4i() && _mstackofpageids._getsize /*int*/ ()==1) { //BA.debugLineNum = 216;BA.debugLine="Log(\"First page cannot be closed\")"; -__c.LogImpl("910485767","First page cannot be closed",0); +__c.LogImpl("930539783","First page cannot be closed",0); //BA.debugLineNum = 217;BA.debugLine="Return"; if (true) return ""; }; @@ -591,9 +591,9 @@ _pi = (reparto_mazapa.keymon.lat.b4xpagesmanager._b4xpageinfo)(_idtob4xpage._get //BA.debugLineNum = 400;BA.debugLine="If pi = Null Then"; if (_pi== null) { //BA.debugLineNum = 401;BA.debugLine="Log(\"Error: page id not found: \" & id)"; -__c.LogImpl("911141123","Error: page id not found: "+_id,0); +__c.LogImpl("931195139","Error: page id not found: "+_id,0); //BA.debugLineNum = 402;BA.debugLine="Log(\"Ids: \" & IdToB4XPage.Keys) 'ignore"; -__c.LogImpl("911141124","Ids: "+BA.ObjectToString(_idtob4xpage._getkeys /*anywheresoftware.b4a.objects.collections.List*/ ()),0); +__c.LogImpl("931195140","Ids: "+BA.ObjectToString(_idtob4xpage._getkeys /*anywheresoftware.b4a.objects.collections.List*/ ()),0); }; //BA.debugLineNum = 404;BA.debugLine="Return pi"; if (true) return _pi; @@ -728,7 +728,7 @@ _addpageandcreate("MainPage",(Object)(_mainpage)); //BA.debugLineNum = 85;BA.debugLine="If LogEvents = False Then"; if (_logevents==__c.False) { //BA.debugLineNum = 86;BA.debugLine="Log(\"Call B4XPages.GetManager.LogEvents = True t"; -__c.LogImpl("910027035","Call B4XPages.GetManager.LogEvents = True to enable logging B4XPages events.",0); +__c.LogImpl("930081051","Call B4XPages.GetManager.LogEvents = True to enable logging B4XPages events.",0); }; //BA.debugLineNum = 88;BA.debugLine="If NonMainPageWasAdded Then"; if (_nonmainpagewasadded) { @@ -749,7 +749,7 @@ if (_logevents) { //BA.debugLineNum = 642;BA.debugLine="Dim msg As String = $\"*** ${pi.Id}: ${ev} ${Stac"; _msg = ("*** "+__c.SmartStringFormatter("",(Object)(_pi.Id /*String*/ ))+": "+__c.SmartStringFormatter("",(Object)(_ev))+" "+__c.SmartStringFormatter("",(Object)(_stackstring))+""); //BA.debugLineNum = 643;BA.debugLine="Log(msg)"; -__c.LogImpl("912255235",_msg,0); +__c.LogImpl("932309251",_msg,0); }; //BA.debugLineNum = 645;BA.debugLine="End Sub"; return ""; @@ -801,7 +801,7 @@ __c.CallSubDelayed3(ba,_targetpage.B4XPage /*Object*/ ,_subname,_params[(int) (0 break; } default: { //BA.debugLineNum = 562;BA.debugLine="Log(\"Too many parameters\")"; -__c.LogImpl("911730958","Too many parameters",0); +__c.LogImpl("931784974","Too many parameters",0); break; } } ; @@ -842,7 +842,7 @@ if (true) return __c.CallSubNew3(ba,_targetpage.B4XPage /*Object*/ ,_subname,_pa break; } default: { //BA.debugLineNum = 580;BA.debugLine="Log(\"Too many parameters\")"; -__c.LogImpl("911796494","Too many parameters",0); +__c.LogImpl("931850510","Too many parameters",0); break; } } ; diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/b4xsearchtemplate.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/b4xsearchtemplate.java index 9eb5400..7d221ee 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/b4xsearchtemplate.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/b4xsearchtemplate.java @@ -391,7 +391,7 @@ _count = (int) (_count+1); } }; //BA.debugLineNum = 227;BA.debugLine="Log(\"Index time: \" & (DateTime.Now - startTime) &"; -__c.LogImpl("930212127","Index time: "+BA.NumberToString((__c.DateTime.getNow()-_starttime))+" ms ("+BA.NumberToString(_items.getSize())+" Items)",0); +__c.LogImpl("950266143","Index time: "+BA.NumberToString((__c.DateTime.getNow()-_starttime))+" ms ("+BA.NumberToString(_items.getSize())+" Items)",0); //BA.debugLineNum = 228;BA.debugLine="AllItems = Items"; _allitems = _items; //BA.debugLineNum = 229;BA.debugLine="Return Array(prefixList, substringList, AllItems)"; diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/c_cheklist.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/c_cheklist.java index 2d98c40..cecc38b 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/c_cheklist.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/c_cheklist.java @@ -167,13 +167,13 @@ __c.File.MakeDir(_dirp,"/md"); //BA.debugLineNum = 548;BA.debugLine="Dir = \"/md\""; _dir = "/md"; //BA.debugLineNum = 549;BA.debugLine="Log(\"creado en promotoria \" & Dirp & Dir)"; -__c.LogImpl("756492040","creado en promotoria "+_dirp+_dir,0); +__c.LogImpl("320840456","creado en promotoria "+_dirp+_dir,0); } catch (Exception e9) { ba.setLastException(e9); //BA.debugLineNum = 551;BA.debugLine="Dir = \"\""; _dir = ""; //BA.debugLineNum = 552;BA.debugLine="Log(\"creado en raiz\")"; -__c.LogImpl("756492043","creado en raiz",0); +__c.LogImpl("320840459","creado en raiz",0); }; //BA.debugLineNum = 555;BA.debugLine="Try"; try { //BA.debugLineNum = 556;BA.debugLine="File.MakeDir(Dirp & Dir,\"/reduccion\")"; @@ -181,13 +181,13 @@ __c.File.MakeDir(_dirp+_dir,"/reduccion"); //BA.debugLineNum = 557;BA.debugLine="Dir2 = \"/reduccion\""; _dir2 = "/reduccion"; //BA.debugLineNum = 558;BA.debugLine="Log(\"creado en promotoria \" & Dirp & Dir & Dir2)"; -__c.LogImpl("756492049","creado en promotoria "+_dirp+_dir+_dir2,0); +__c.LogImpl("320840465","creado en promotoria "+_dirp+_dir+_dir2,0); } catch (Exception e17) { ba.setLastException(e17); //BA.debugLineNum = 560;BA.debugLine="Dir = \"\""; _dir = ""; //BA.debugLineNum = 561;BA.debugLine="Log(\"creado en raiz\")"; -__c.LogImpl("756492052","creado en raiz",0); +__c.LogImpl("320840468","creado en raiz",0); }; //BA.debugLineNum = 564;BA.debugLine="DateTime.TimeFormat=\"HH:mm:ss\""; __c.DateTime.setTimeFormat("HH:mm:ss"); @@ -475,7 +475,7 @@ parent._c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.Ab //BA.debugLineNum = 144;BA.debugLine="c.Position = 0"; parent._c.setPosition((int) (0)); //BA.debugLineNum = 145;BA.debugLine="Log(c.GetString(\"PLACA\"))"; -parent.__c.LogImpl("753346307",parent._c.GetString("PLACA"),0); +parent.__c.LogImpl("317694723",parent._c.GetString("PLACA"),0); //BA.debugLineNum = 146;BA.debugLine="l_placa.Text = c.GetString(\"PLACA\")"; parent._l_placa.setText(BA.ObjectToCharSequence(parent._c.GetString("PLACA"))); //BA.debugLineNum = 147;BA.debugLine="c.Close"; @@ -508,7 +508,7 @@ case 3: //C this.state = 6; //BA.debugLineNum = 153;BA.debugLine="Log(\"inicializamos Camara\")"; -parent.__c.LogImpl("753346315","inicializamos Camara",0); +parent.__c.LogImpl("317694731","inicializamos Camara",0); if (true) break; case 5: @@ -542,7 +542,7 @@ case 9: //C this.state = 16; //BA.debugLineNum = 164;BA.debugLine="Log(\"SDK = \" & SdkVersion & \" : Requesting WRITE"; -parent.__c.LogImpl("753346326","SDK = "+BA.NumberToString(_sdkversion)+" : Requesting WRITE_EXTERNAL_STORAGE permission",0); +parent.__c.LogImpl("317694742","SDK = "+BA.NumberToString(_sdkversion)+" : Requesting WRITE_EXTERNAL_STORAGE permission",0); //BA.debugLineNum = 165;BA.debugLine="Dim rp As RuntimePermissions"; _rp = new anywheresoftware.b4a.objects.RuntimePermissions(); //BA.debugLineNum = 166;BA.debugLine="rp.CheckAndRequest(rp.PERMISSION_WRITE_EXTERNAL_"; @@ -558,16 +558,16 @@ _permission = (String) result[0]; _result = (Boolean) result[1]; ; //BA.debugLineNum = 168;BA.debugLine="Log($\"PERMISSION_WRITE_EXTERNAL_STORAGE = ${Resu"; -parent.__c.LogImpl("753346330",("PERMISSION_WRITE_EXTERNAL_STORAGE = "+parent.__c.SmartStringFormatter("",(Object)(_result))+""),0); +parent.__c.LogImpl("317694746",("PERMISSION_WRITE_EXTERNAL_STORAGE = "+parent.__c.SmartStringFormatter("",(Object)(_result))+""),0); if (true) break; case 11: //C this.state = 12; //BA.debugLineNum = 170;BA.debugLine="Log(\"SDK = \" & SdkVersion & \" : Requesting MANAG"; -parent.__c.LogImpl("753346332","SDK = "+BA.NumberToString(_sdkversion)+" : Requesting MANAGE_EXTERNAL_STORAGE permission",0); +parent.__c.LogImpl("317694748","SDK = "+BA.NumberToString(_sdkversion)+" : Requesting MANAGE_EXTERNAL_STORAGE permission",0); //BA.debugLineNum = 171;BA.debugLine="Log(\"On Entry MANAGE_EXTERNAL_STORAGE = \" & MES1"; -parent.__c.LogImpl("753346333","On Entry MANAGE_EXTERNAL_STORAGE = "+BA.ObjectToString(parent._mes1._haspermission /*boolean*/ ()),0); +parent.__c.LogImpl("317694749","On Entry MANAGE_EXTERNAL_STORAGE = "+BA.ObjectToString(parent._mes1._haspermission /*boolean*/ ()),0); //BA.debugLineNum = 172;BA.debugLine="If Not(MES1.HasPermission) Then"; if (true) break; @@ -593,7 +593,7 @@ this.state = 15; _res = (Integer) result[0]; ; //BA.debugLineNum = 175;BA.debugLine="Log(\"Getting permission\")"; -parent.__c.LogImpl("753346337","Getting permission",0); +parent.__c.LogImpl("317694753","Getting permission",0); //BA.debugLineNum = 176;BA.debugLine="MES1.GetPermission"; parent._mes1._getpermission /*String*/ (); //BA.debugLineNum = 177;BA.debugLine="Wait For MES_StorageAvailable"; @@ -798,7 +798,7 @@ _teclado.HideKeyboard(ba); _fototomada = _nombrefoto3; }; //BA.debugLineNum = 265;BA.debugLine="Log(\"tome foto\")"; -__c.LogImpl("753608475","tome foto",0); +__c.LogImpl("317956891","tome foto",0); //BA.debugLineNum = 266;BA.debugLine="Dim filename As String = fototomada"; _filename = _fototomada; //BA.debugLineNum = 267;BA.debugLine="Dim Dirp As String = File.DirInternal"; @@ -813,13 +813,13 @@ __c.File.MakeDir(_dirp,"/md"); //BA.debugLineNum = 272;BA.debugLine="Dir = \"/md\""; _dir = "/md"; //BA.debugLineNum = 273;BA.debugLine="Log(\"creado en promotoria \" & Dirp & Dir)"; -__c.LogImpl("753608483","creado en promotoria "+_dirp+_dir,0); +__c.LogImpl("317956899","creado en promotoria "+_dirp+_dir,0); } catch (Exception e32) { ba.setLastException(e32); //BA.debugLineNum = 275;BA.debugLine="Dir = \"\""; _dir = ""; //BA.debugLineNum = 276;BA.debugLine="Log(\"creado en raiz\")"; -__c.LogImpl("753608486","creado en raiz",0); +__c.LogImpl("317956902","creado en raiz",0); }; //BA.debugLineNum = 279;BA.debugLine="Try"; try { //BA.debugLineNum = 280;BA.debugLine="File.MakeDir(Dirp & Dir,\"/reduccion\")"; @@ -827,30 +827,30 @@ __c.File.MakeDir(_dirp+_dir,"/reduccion"); //BA.debugLineNum = 281;BA.debugLine="Dir2 = \"/reduccion\""; _dir2 = "/reduccion"; //BA.debugLineNum = 282;BA.debugLine="Log(\"creado en promotoria \" & Dirp & Dir & Dir2)"; -__c.LogImpl("753608492","creado en promotoria "+_dirp+_dir+_dir2,0); +__c.LogImpl("317956908","creado en promotoria "+_dirp+_dir+_dir2,0); } catch (Exception e40) { ba.setLastException(e40); //BA.debugLineNum = 284;BA.debugLine="Dir = \"\""; _dir = ""; //BA.debugLineNum = 285;BA.debugLine="Log(\"creado en raiz\")"; -__c.LogImpl("753608495","creado en raiz",0); +__c.LogImpl("317956911","creado en raiz",0); }; //BA.debugLineNum = 288;BA.debugLine="camEx.SavePictureToFile(Data, Dirp&Dir, filename)"; _camex._savepicturetofile /*String*/ (_data,_dirp+_dir,_filename); //BA.debugLineNum = 289;BA.debugLine="camEx.StartPreview 'restart preview"; _camex._startpreview /*String*/ (); //BA.debugLineNum = 291;BA.debugLine="Log(\"Picture saved.\" & CRLF & \"File size: \" & Fi"; -__c.LogImpl("753608501","Picture saved."+__c.CRLF+"File size: "+BA.NumberToString(__c.File.Size(_dir,_filename))+_dir+","+_filename,0); +__c.LogImpl("317956917","Picture saved."+__c.CRLF+"File size: "+BA.NumberToString(__c.File.Size(_dir,_filename))+_dir+","+_filename,0); //BA.debugLineNum = 292;BA.debugLine="p_camara.Visible = False"; _p_camara.setVisible(__c.False); //BA.debugLineNum = 294;BA.debugLine="Log(nombrefoto)"; -__c.LogImpl("753608504",_nombrefoto,0); +__c.LogImpl("317956920",_nombrefoto,0); //BA.debugLineNum = 295;BA.debugLine="Log(nombrefoto1)"; -__c.LogImpl("753608505",_nombrefoto1,0); +__c.LogImpl("317956921",_nombrefoto1,0); //BA.debugLineNum = 296;BA.debugLine="Log(nombrefoto2)"; -__c.LogImpl("753608506",_nombrefoto2,0); +__c.LogImpl("317956922",_nombrefoto2,0); //BA.debugLineNum = 297;BA.debugLine="Log(nombrefoto3)"; -__c.LogImpl("753608507",_nombrefoto3,0); +__c.LogImpl("317956923",_nombrefoto3,0); //BA.debugLineNum = 299;BA.debugLine="If nombrefoto <> \"0\" Then"; if ((_nombrefoto).equals("0") == false) { //BA.debugLineNum = 300;BA.debugLine="Dim img As B4XBitmap = xui.LoadBitmapResize(File"; @@ -919,7 +919,7 @@ return ""; public String _camera1_ready(boolean _success) throws Exception{ //BA.debugLineNum = 224;BA.debugLine="Sub Camera1_Ready (Success As Boolean)"; //BA.debugLineNum = 225;BA.debugLine="Log(\"Camara ready\")"; -__c.LogImpl("753542913","Camara ready",0); +__c.LogImpl("317891329","Camara ready",0); //BA.debugLineNum = 226;BA.debugLine="If Success Then"; if (_success) { //BA.debugLineNum = 227;BA.debugLine="camEx.SetJpegQuality(90)"; @@ -931,12 +931,12 @@ _camex._commitparameters /*String*/ (); //BA.debugLineNum = 230;BA.debugLine="camEx.StartPreview"; _camex._startpreview /*String*/ (); //BA.debugLineNum = 231;BA.debugLine="Log(camEx.GetPreviewSize)"; -__c.LogImpl("753542919",BA.ObjectToString(_camex._getpreviewsize /*reparto_mazapa.keymon.lat.cameraexclass._camerasize*/ ()),0); +__c.LogImpl("317891335",BA.ObjectToString(_camex._getpreviewsize /*reparto_mazapa.keymon.lat.cameraexclass._camerasize*/ ()),0); }else { //BA.debugLineNum = 233;BA.debugLine="ToastMessageShow(\"Cannot open camera.\", True)"; __c.ToastMessageShow(BA.ObjectToCharSequence("Cannot open camera."),__c.True); //BA.debugLineNum = 234;BA.debugLine="Log(\"Cannot open camera\")"; -__c.LogImpl("753542922","Cannot open camera",0); +__c.LogImpl("317891338","Cannot open camera",0); }; //BA.debugLineNum = 236;BA.debugLine="End Sub"; return ""; @@ -946,7 +946,7 @@ public String _cb_deratras_selectedindexchanged(int _index) throws Exception{ //BA.debugLineNum = 537;BA.debugLine="itemselect4 = cb_deratras.SelectedItem"; _itemselect4 = _cb_deratras._getselecteditem /*String*/ (); //BA.debugLineNum = 538;BA.debugLine="Log(itemselect4)"; -__c.LogImpl("756426498",_itemselect4,0); +__c.LogImpl("320774914",_itemselect4,0); //BA.debugLineNum = 539;BA.debugLine="End Sub"; return ""; } @@ -955,7 +955,7 @@ public String _cb_derdel_selectedindexchanged(int _index) throws Exception{ //BA.debugLineNum = 532;BA.debugLine="itemselect3 = cb_derdel.SelectedItem"; _itemselect3 = _cb_derdel._getselecteditem /*String*/ (); //BA.debugLineNum = 533;BA.debugLine="Log(itemselect3)"; -__c.LogImpl("756360962",_itemselect3,0); +__c.LogImpl("320709378",_itemselect3,0); //BA.debugLineNum = 534;BA.debugLine="End Sub"; return ""; } @@ -964,7 +964,7 @@ public String _cb_izqatras_selectedindexchanged(int _index) throws Exception{ //BA.debugLineNum = 527;BA.debugLine="itemselect2 = cb_izqatras.SelectedItem"; _itemselect2 = _cb_izqatras._getselecteditem /*String*/ (); //BA.debugLineNum = 528;BA.debugLine="Log(itemselect2)"; -__c.LogImpl("756295426",_itemselect2,0); +__c.LogImpl("320643842",_itemselect2,0); //BA.debugLineNum = 529;BA.debugLine="End Sub"; return ""; } @@ -973,7 +973,7 @@ public String _cb_izqdel_selectedindexchanged(int _index) throws Exception{ //BA.debugLineNum = 522;BA.debugLine="itemselect1 = cb_izqdel.SelectedItem"; _itemselect1 = _cb_izqdel._getselecteditem /*String*/ (); //BA.debugLineNum = 523;BA.debugLine="Log(itemselect1)"; -__c.LogImpl("756229890",_itemselect1,0); +__c.LogImpl("320578306",_itemselect1,0); //BA.debugLineNum = 524;BA.debugLine="End Sub"; return ""; } @@ -1291,7 +1291,7 @@ parent._camex._initialize /*String*/ (ba,parent._p_cam,parent._frontcamera,paren //BA.debugLineNum = 217;BA.debugLine="frontCamera = camEx.Front"; parent._frontcamera = parent._camex._front /*boolean*/ ; //BA.debugLineNum = 218;BA.debugLine="Log(\"inicializamos Camara\")"; -parent.__c.LogImpl("753477382","inicializamos Camara",0); +parent.__c.LogImpl("317825798","inicializamos Camara",0); if (true) break; case 5: @@ -1321,14 +1321,14 @@ Object[] _records = null; String _k = ""; //BA.debugLineNum = 747;BA.debugLine="Sub JobDone(Job As HttpJob)"; //BA.debugLineNum = 748;BA.debugLine="Log(\"JOBDONE CLIENTE . \" & Job.Success)"; -__c.LogImpl("756623105","JOBDONE CLIENTE . "+BA.ObjectToString(_job._success /*boolean*/ ),0); +__c.LogImpl("320971521","JOBDONE CLIENTE . "+BA.ObjectToString(_job._success /*boolean*/ ),0); //BA.debugLineNum = 749;BA.debugLine="If Job.Success = False Then"; if (_job._success /*boolean*/ ==__c.False) { //BA.debugLineNum = 752;BA.debugLine="LogColor(\"Error: \" & Job.tag & \" : \" & Job.Error"; -__c.LogImpl("756623109","Error: "+BA.ObjectToString(_job._tag /*Object*/ )+" : "+_job._errormessage /*String*/ ,__c.Colors.Blue); +__c.LogImpl("320971525","Error: "+BA.ObjectToString(_job._tag /*Object*/ )+" : "+_job._errormessage /*String*/ ,__c.Colors.Blue); }else { //BA.debugLineNum = 754;BA.debugLine="LogColor(\"JobDone: '\" & reqManager.HandleJob(Job"; -__c.LogImpl("756623111","JobDone: '"+BA.ObjectToString(_reqmanager._handlejob /*reparto_mazapa.keymon.lat.dbrequestmanager._dbresult*/ (_job).Tag /*Object*/ )+"' - Registros: "+BA.NumberToString(_reqmanager._handlejob /*reparto_mazapa.keymon.lat.dbrequestmanager._dbresult*/ (_job).Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()),__c.Colors.Green); +__c.LogImpl("320971527","JobDone: '"+BA.ObjectToString(_reqmanager._handlejob /*reparto_mazapa.keymon.lat.dbrequestmanager._dbresult*/ (_job).Tag /*Object*/ )+"' - Registros: "+BA.NumberToString(_reqmanager._handlejob /*reparto_mazapa.keymon.lat.dbrequestmanager._dbresult*/ (_job).Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()),__c.Colors.Green); //BA.debugLineNum = 755;BA.debugLine="If Job.JobName = \"DBRequest\" Then"; if ((_job._jobname /*String*/ ).equals("DBRequest")) { //BA.debugLineNum = 756;BA.debugLine="Dim resultado As DBResult = reqManager.HandleJo"; @@ -1340,11 +1340,11 @@ _cliente = BA.ObjectToString(_resultado.Tag /*Object*/ ); //BA.debugLineNum = 759;BA.debugLine="cliente = cliente.SubString(cliente.IndexOf(\"_"; _cliente = _cliente.substring((int) (_cliente.indexOf("_")+24)); //BA.debugLineNum = 760;BA.debugLine="Log($\"Cliente1:${cliente}\"$)"; -__c.LogImpl("756623117",("Cliente1:"+__c.SmartStringFormatter("",(Object)(_cliente))+""),0); +__c.LogImpl("320971533",("Cliente1:"+__c.SmartStringFormatter("",(Object)(_cliente))+""),0); //BA.debugLineNum = 762;BA.debugLine="c=Starter.skmt.ExecQuery(\"SELECT USUARIO, PLAC"; _c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("SELECT USUARIO, PLACA, FECHA_CAPTURA, TARJETA_CIRCULACION , POLIZA_SEGURO, LICENCIA_CONDUCIR, LIMPIA_EXTERNA, LIMPIA_INTERNA, TRIANGULO, GATO, LLANTA_REFACCION, CARROCERIA, CARROCERIA_COMENTARIOS, LUCES, LUCES_COMENTARIOS, CONDICION_PLACAS, CONDICION_PLACAS_COMENTARIOS, CONDICION_LLANTAS_DEL_DER, CONDICION_LLANTAS_DEL_IZQ, CONDICION_LLANTAS_TRASERA_DER, CONDICION_LLANTAS_TRASERA_IZQ, ACEITE, ANTICONGELANTE, FRENOS, AIRE, FUGAS, COMETARIOS_FUGAS, FOTO1, FOTO12, FOTO3, FOTO4, KILIMETRAJE, RUTA FROM CHECKLIST2"))); //BA.debugLineNum = 763;BA.debugLine="Log($\"Pedido PENDIENTE: ${c.RowCount}\"$)"; -__c.LogImpl("756623120",("Pedido PENDIENTE: "+__c.SmartStringFormatter("",(Object)(_c.getRowCount()))+""),0); +__c.LogImpl("320971536",("Pedido PENDIENTE: "+__c.SmartStringFormatter("",(Object)(_c.getRowCount()))+""),0); //BA.debugLineNum = 764;BA.debugLine="If c.RowCount > 0 Then"; if (_c.getRowCount()>0) { //BA.debugLineNum = 765;BA.debugLine="For i = 0 To c.RowCount -1"; @@ -1393,7 +1393,7 @@ final int groupLen29 = group29.getSize() for (; index29 < groupLen29;index29++){ _k = BA.ObjectToString(group29.Get(index29)); //BA.debugLineNum = 783;BA.debugLine="Log(resultado.Tag & \": \" & k & \": \" & record"; -__c.LogImpl("756623140",BA.ObjectToString(_resultado.Tag /*Object*/ )+": "+_k+": "+BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_resultado.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)(_k))))]),0); +__c.LogImpl("320971556",BA.ObjectToString(_resultado.Tag /*Object*/ )+": "+_k+": "+BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_resultado.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)(_k))))]),0); } }; } @@ -1415,11 +1415,11 @@ int _i = 0; reparto_mazapa.keymon.lat.dbrequestmanager._dbcommand _cmd = null; //BA.debugLineNum = 724;BA.debugLine="Sub mandaPendientes"; //BA.debugLineNum = 725;BA.debugLine="Log(\"MandaPendientes\")"; -__c.LogImpl("756557569","MandaPendientes",0); +__c.LogImpl("320905985","MandaPendientes",0); //BA.debugLineNum = 727;BA.debugLine="c=Starter.skmt.ExecQuery(\"SELECT USUARIO, PLACA,"; _c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("SELECT USUARIO, PLACA, FECHA_CAPTURA, TARJETA_CIRCULACION , POLIZA_SEGURO, LICENCIA_CONDUCIR, LIMPIA_EXTERNA, LIMPIA_INTERNA, TRIANGULO, GATO, LLANTA_REFACCION, CARROCERIA, CARROCERIA_COMENTARIOS, LUCES, LUCES_COMENTARIOS, CONDICION_PLACAS, CONDICION_PLACAS_COMENTARIOS, CONDICION_LLANTAS_DEL_DER, CONDICION_LLANTAS_DEL_IZQ, CONDICION_LLANTAS_TRASERA_DER, CONDICION_LLANTAS_TRASERA_IZQ, ACEITE, ANTICONGELANTE, FRENOS, AIRE, FUGAS, COMETARIOS_FUGAS, FOTO1, FOTO12, FOTO3, FOTO4 FROM CHECKLIST2"))); //BA.debugLineNum = 728;BA.debugLine="Log($\"Pedido PENDIENTE: ${c.RowCount}\"$)"; -__c.LogImpl("756557572",("Pedido PENDIENTE: "+__c.SmartStringFormatter("",(Object)(_c.getRowCount()))+""),0); +__c.LogImpl("320905988",("Pedido PENDIENTE: "+__c.SmartStringFormatter("",(Object)(_c.getRowCount()))+""),0); //BA.debugLineNum = 729;BA.debugLine="If c.RowCount > 0 Then"; if (_c.getRowCount()>0) { //BA.debugLineNum = 730;BA.debugLine="For i = 0 To c.RowCount -1"; diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/c_cliente.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/c_cliente.java index a51b6eb..99ff63e 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/c_cliente.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/c_cliente.java @@ -466,13 +466,13 @@ _cuenta3 = BA.NumberToString((double)(Double.parseDouble(_cuenta3))+(double)(Dou }; }; //BA.debugLineNum = 246;BA.debugLine="Log(cuenta0)"; -__c.LogImpl("739190652",_cuenta0,0); +__c.LogImpl("33539068",_cuenta0,0); //BA.debugLineNum = 247;BA.debugLine="Log(Cuenta1)"; -__c.LogImpl("739190653",_cuenta1,0); +__c.LogImpl("33539069",_cuenta1,0); //BA.debugLineNum = 248;BA.debugLine="Log(Cuenta2)"; -__c.LogImpl("739190654",_cuenta2,0); +__c.LogImpl("33539070",_cuenta2,0); //BA.debugLineNum = 249;BA.debugLine="Log(Cuenta3)"; -__c.LogImpl("739190655",_cuenta3,0); +__c.LogImpl("33539071",_cuenta3,0); //BA.debugLineNum = 251;BA.debugLine="l_total.Text = NumberFormat2((cuenta0 + Cuenta1 +"; _l_total.setText(BA.ObjectToCharSequence(__c.NumberFormat2(((double)(Double.parseDouble(_cuenta0))+(double)(Double.parseDouble(_cuenta1))+(double)(Double.parseDouble(_cuenta2))+(double)(Double.parseDouble(_cuenta3))),(int) (0),(int) (2),(int) (2),__c.True))); //BA.debugLineNum = 252;BA.debugLine="L_CANT.Text = NumberFormat2((arti + arti1 +arti2"; @@ -499,7 +499,7 @@ _printer1._disconnect /*String*/ (); //BA.debugLineNum = 271;BA.debugLine="Printer1.Connect"; _printer1._connect /*boolean*/ (); //BA.debugLineNum = 272;BA.debugLine="Log(\"2\")"; -__c.LogImpl("739190678","2",0); +__c.LogImpl("33539094","2",0); }; //BA.debugLineNum = 275;BA.debugLine="Dim pag As Cursor = Starter.skmt.ExecQuery(\"selec"; _pag = new anywheresoftware.b4a.sql.SQL.CursorWrapper(); @@ -564,12 +564,12 @@ if ((_c.GetString("HABILITADO")).equals(BA.NumberToString(0))) { //BA.debugLineNum = 309;BA.debugLine="Starter.distanciaGeo = \"500000000000\""; _starter._distanciageo /*String*/ = "500000000000"; //BA.debugLineNum = 310;BA.debugLine="Log(\"Esto es la distancia si esta desactivada l"; -__c.LogImpl("739190716","Esto es la distancia si esta desactivada la Geo: "+_starter._distanciageo /*String*/ ,0); +__c.LogImpl("33539132","Esto es la distancia si esta desactivada la Geo: "+_starter._distanciageo /*String*/ ,0); }else if((_c.GetString("HABILITADO")).equals(BA.NumberToString(1))) { //BA.debugLineNum = 312;BA.debugLine="Starter.distanciaGeo = \"50\""; _starter._distanciageo /*String*/ = "50"; //BA.debugLineNum = 313;BA.debugLine="Log(\"Esto es la distancia si esta activada la G"; -__c.LogImpl("739190719","Esto es la distancia si esta activada la Geo: "+_starter._distanciageo /*String*/ ,0); +__c.LogImpl("33539135","Esto es la distancia si esta activada la Geo: "+_starter._distanciageo /*String*/ ,0); }; }else { }; @@ -603,7 +603,7 @@ _b_noentrega.setVisible(__c.False); _hist.setVisible(__c.False); }; //BA.debugLineNum = 335;BA.debugLine="Log(distance)"; -__c.LogImpl("739190741",BA.NumberToString(_distance),0); +__c.LogImpl("33539157",BA.NumberToString(_distance),0); //BA.debugLineNum = 336;BA.debugLine="Tar.Visible = True"; _tar.setVisible(__c.True); //BA.debugLineNum = 337;BA.debugLine="gest.Visible = True"; @@ -694,7 +694,7 @@ if (_c.GetString("CAT_CL_ATIENTE2")!= null && (_c.GetString("CAT_CL_ATIENTE2")). //BA.debugLineNum = 107;BA.debugLine="l_atiende2.Text = c.GetString(\"CAT_CL_ATIENTE2\")"; _l_atiende2.setText(BA.ObjectToCharSequence(_c.GetString("CAT_CL_ATIENTE2"))); //BA.debugLineNum = 108;BA.debugLine="Log(\"|\"&c.GetString(\"CAT_CL_ATIENTE2\")&\"|\")"; -__c.LogImpl("739125017","|"+_c.GetString("CAT_CL_ATIENTE2")+"|",0); +__c.LogImpl("33473433","|"+_c.GetString("CAT_CL_ATIENTE2")+"|",0); }else { //BA.debugLineNum = 110;BA.debugLine="l_atiende2.Text = \" \""; _l_atiende2.setText(BA.ObjectToCharSequence(" ")); @@ -890,7 +890,7 @@ _b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._lat_gps /*St //BA.debugLineNum = 350;BA.debugLine="B4XPages.MainPage.lon_gps = Tracker.FLP.GetLastK"; _b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._lon_gps /*String*/ = BA.NumberToString(_tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getLongitude()); //BA.debugLineNum = 351;BA.debugLine="Log(\"Coords set to: \" & B4XPages.MainPage.lat_gp"; -__c.LogImpl("739321605","Coords set to: "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._lat_gps /*String*/ +" and "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._lon_gps /*String*/ ,0); +__c.LogImpl("33670021","Coords set to: "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._lat_gps /*String*/ +" and "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._lon_gps /*String*/ ,0); }; //BA.debugLineNum = 354;BA.debugLine="If LATITUD.Length < 5 Then"; if (_latitud.length()<5) { @@ -901,7 +901,7 @@ _l2 = new anywheresoftware.b4a.gps.LocationWrapper(); //BA.debugLineNum = 360;BA.debugLine="l1.Initialize2(B4XPages.MainPage.lat_gps, B4XPag"; _l1.Initialize2(_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._lat_gps /*String*/ ,_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._lon_gps /*String*/ ); //BA.debugLineNum = 361;BA.debugLine="Log($\"Coordenadas de la tienda - lat:${LATITUD},"; -__c.LogImpl("739321615",("Coordenadas de la tienda - lat:"+__c.SmartStringFormatter("",(Object)(_latitud))+", lon:"+__c.SmartStringFormatter("",(Object)(_longitud))+""),0); +__c.LogImpl("33670031",("Coordenadas de la tienda - lat:"+__c.SmartStringFormatter("",(Object)(_latitud))+", lon:"+__c.SmartStringFormatter("",(Object)(_longitud))+""),0); //BA.debugLineNum = 362;BA.debugLine="l2.Initialize2(LATITUD, LONGITUD)"; _l2.Initialize2(_latitud,_longitud); //BA.debugLineNum = 367;BA.debugLine="distance = l1.DistanceTo(l2) 'the result is"; @@ -916,7 +916,7 @@ _c.setPosition((int) (0)); _habi = _c.GetString("HABILITADO"); }; //BA.debugLineNum = 386;BA.debugLine="Log(\"DISTANCIA \"&distance)"; -__c.LogImpl("739321640","DISTANCIA "+BA.NumberToString(_distance),0); +__c.LogImpl("33670056","DISTANCIA "+BA.NumberToString(_distance),0); }; //BA.debugLineNum = 389;BA.debugLine="Dim sDate,sTime As String"; _sdate = ""; @@ -1155,12 +1155,12 @@ Object[] _records = null; String _k = ""; //BA.debugLineNum = 1035;BA.debugLine="Sub JobDone(Job As HttpJob)"; //BA.debugLineNum = 1036;BA.debugLine="Log(Job.Success)"; -__c.LogImpl("740435713",BA.ObjectToString(_job._success /*boolean*/ ),0); +__c.LogImpl("34784129",BA.ObjectToString(_job._success /*boolean*/ ),0); //BA.debugLineNum = 1037;BA.debugLine="If Job.Success = False Then"; if (_job._success /*boolean*/ ==__c.False) { }else { //BA.debugLineNum = 1040;BA.debugLine="LogColor(\"JobDone: '\" & reqManager.HandleJob(Job"; -__c.LogImpl("740435717","JobDone: '"+BA.ObjectToString(_reqmanager._handlejob /*reparto_mazapa.keymon.lat.dbrequestmanager._dbresult*/ (_job).Tag /*Object*/ )+"' - Registros: "+BA.NumberToString(_reqmanager._handlejob /*reparto_mazapa.keymon.lat.dbrequestmanager._dbresult*/ (_job).Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()),__c.Colors.Green); +__c.LogImpl("34784133","JobDone: '"+BA.ObjectToString(_reqmanager._handlejob /*reparto_mazapa.keymon.lat.dbrequestmanager._dbresult*/ (_job).Tag /*Object*/ )+"' - Registros: "+BA.NumberToString(_reqmanager._handlejob /*reparto_mazapa.keymon.lat.dbrequestmanager._dbresult*/ (_job).Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()),__c.Colors.Green); //BA.debugLineNum = 1041;BA.debugLine="If Job.JobName = \"DBRequest\" Then"; if ((_job._jobname /*String*/ ).equals("DBRequest")) { //BA.debugLineNum = 1042;BA.debugLine="Dim resultado As DBResult = reqManager.HandleJo"; @@ -1172,7 +1172,7 @@ _cliente = BA.ObjectToString(_resultado.Tag /*Object*/ ); //BA.debugLineNum = 1045;BA.debugLine="cliente = cliente.SubString(cliente.IndexOf(\"_"; _cliente = _cliente.substring((int) (_cliente.indexOf("_")+24)); //BA.debugLineNum = 1046;BA.debugLine="Log($\"Cliente1:${cliente}\"$)"; -__c.LogImpl("740435723",("Cliente1:"+__c.SmartStringFormatter("",(Object)(_cliente))+""),0); +__c.LogImpl("34784139",("Cliente1:"+__c.SmartStringFormatter("",(Object)(_cliente))+""),0); //BA.debugLineNum = 1047;BA.debugLine="Starter.skmt.ExecNonQuery2(\"update REPARTO_GEO"; _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("update REPARTO_GEO SET ENVIO = ? WHERE CLIENTE = ? AND ENVIO <> ?",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{"1",_cliente,"1"})); //BA.debugLineNum = 1048;BA.debugLine="For Each records() As Object In resultado.Rows"; @@ -1192,7 +1192,7 @@ final int groupLen13 = group13.getSize() for (; index13 < groupLen13;index13++){ _k = BA.ObjectToString(group13.Get(index13)); //BA.debugLineNum = 1050;BA.debugLine="Log(resultado.Tag & \": \" & k & \": \" & record"; -__c.LogImpl("740435727",BA.ObjectToString(_resultado.Tag /*Object*/ )+": "+_k+": "+BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_resultado.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)(_k))))]),0); +__c.LogImpl("34784143",BA.ObjectToString(_resultado.Tag /*Object*/ )+": "+_k+": "+BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_resultado.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)(_k))))]),0); } }; } @@ -1217,7 +1217,7 @@ reparto_mazapa.keymon.lat.dbrequestmanager._dbcommand _cmd = null; //BA.debugLineNum = 1016;BA.debugLine="c=Starter.skmt.ExecQuery(\"SELECT CLIENTE, USUARI"; _c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("SELECT CLIENTE, USUARIO, FECHA_PUNTEO, LATITUD, LONGITUD, ALMACEN, RUTA_REPARTO, RUTA_PREV, FECHA_PREVENTA, MOTIVO, COMENTARIO,TIPO FROM REPARTO_GEO where ENVIO <> 1"))); //BA.debugLineNum = 1017;BA.debugLine="Log($\"REPARTO_Cliente PENDIENTE: ${c.RowCount}\"$)"; -__c.LogImpl("740370178",("REPARTO_Cliente PENDIENTE: "+__c.SmartStringFormatter("",(Object)(_c.getRowCount()))+""),0); +__c.LogImpl("34718594",("REPARTO_Cliente PENDIENTE: "+__c.SmartStringFormatter("",(Object)(_c.getRowCount()))+""),0); //BA.debugLineNum = 1018;BA.debugLine="If c.RowCount>0 Then"; if (_c.getRowCount()>0) { //BA.debugLineNum = 1019;BA.debugLine="For i=0 To c.RowCount -1"; @@ -1282,12 +1282,12 @@ _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("delete from CAT_ //BA.debugLineNum = 925;BA.debugLine="Starter.skmt.ExecNonQuery2(\"INSERT INTO CAT_VARI"; _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("INSERT INTO CAT_VARIABLES(CAT_VA_DESCRIPCION, CAT_VA_VALOR) VALUES (?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("MACIMP"),(Object)(_starter._mac_impresora /*String*/ )})); //BA.debugLineNum = 926;BA.debugLine="LogColor(\"Impresora conectada\", Colors.Green)"; -__c.LogImpl("740108038","Impresora conectada",__c.Colors.Green); +__c.LogImpl("34456454","Impresora conectada",__c.Colors.Green); //BA.debugLineNum = 928;BA.debugLine="impresoraConectada = True"; _impresoraconectada = __c.True; }else { //BA.debugLineNum = 932;BA.debugLine="LogColor(\"Error conectando la impresora\", Colors"; -__c.LogImpl("740108044","Error conectando la impresora",__c.Colors.Red); +__c.LogImpl("34456460","Error conectando la impresora",__c.Colors.Red); //BA.debugLineNum = 933;BA.debugLine="errorImpresora = errorImpresora + 1"; _errorimpresora = (int) (_errorimpresora+1); //BA.debugLineNum = 934;BA.debugLine="If errorImpresora > 1 Then"; diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/c_clientes.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/c_clientes.java index 36e340a..1ac5878 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/c_clientes.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/c_clientes.java @@ -251,7 +251,7 @@ case 18: this.state = 19; ; //BA.debugLineNum = 489;BA.debugLine="Log($\"locActual: ${locActual}, thisLoc1: ${this"; -parent.__c.LogImpl("741287703",("locActual: "+parent.__c.SmartStringFormatter("",(Object)(_locactual))+", thisLoc1: "+parent.__c.SmartStringFormatter("",(Object)(_thisloc1))+""),0); +parent.__c.LogImpl("35636119",("locActual: "+parent.__c.SmartStringFormatter("",(Object)(_locactual))+", thisLoc1: "+parent.__c.SmartStringFormatter("",(Object)(_thisloc1))+""),0); //BA.debugLineNum = 490;BA.debugLine="Wait For(distanciaEntreCoords(distancia2, locAc"; parent.__c.WaitFor("complete", ba, this, parent._distanciaentrecoords(_distancia2,_locactual,_thisloc1)); this.state = 33; @@ -262,14 +262,14 @@ this.state = 19; _r = (anywheresoftware.b4a.objects.collections.List) result[0]; ; //BA.debugLineNum = 491;BA.debugLine="LogColor($\"R: ${r.Get(0)} - ${r.Get(1)} - ${r.G"; -parent.__c.LogImpl("741287705",("R: "+parent.__c.SmartStringFormatter("",_r.Get((int) (0)))+" - "+parent.__c.SmartStringFormatter("",_r.Get((int) (1)))+" - "+parent.__c.SmartStringFormatter("",_r.Get((int) (2)))+""),parent.__c.Colors.Green); +parent.__c.LogImpl("35636121",("R: "+parent.__c.SmartStringFormatter("",_r.Get((int) (0)))+" - "+parent.__c.SmartStringFormatter("",_r.Get((int) (1)))+" - "+parent.__c.SmartStringFormatter("",_r.Get((int) (2)))+""),parent.__c.Colors.Green); //BA.debugLineNum = 492;BA.debugLine="Private tId As Int = r.Get(0)"; _tid = (int)(BA.ObjectToNumber(_r.Get((int) (0)))); //BA.debugLineNum = 493;BA.debugLine="Private tMap As Map = distOrderedMap.Get(tId)"; _tmap = new anywheresoftware.b4a.objects.collections.Map(); _tmap = (anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(parent._distorderedmap._get /*Object*/ ((Object)(_tid)))); //BA.debugLineNum = 494;BA.debugLine="LogColor(\"|\" & tId & \"| - \" &distOrderedMap.Get"; -parent.__c.LogImpl("741287708","|"+BA.NumberToString(_tid)+"| - "+BA.ObjectToString(parent._distorderedmap._get /*Object*/ ((Object)(_tid))),parent.__c.Colors.Blue); +parent.__c.LogImpl("35636124","|"+BA.NumberToString(_tid)+"| - "+BA.ObjectToString(parent._distorderedmap._get /*Object*/ ((Object)(_tid))),parent.__c.Colors.Blue); //BA.debugLineNum = 495;BA.debugLine="Private tempNDD As String = tMap.Get(\"nomDirDis"; _tempndd = BA.ObjectToString(_tmap.Get((Object)("nomDirDist"))); //BA.debugLineNum = 496;BA.debugLine="Private indexD As Int = tempNDD.IndexOf(\"Distan"; @@ -295,7 +295,7 @@ case 24: this.state = 25; ; //BA.debugLineNum = 498;BA.debugLine="Log(tempNDD)"; -parent.__c.LogImpl("741287712",_tempndd,0); +parent.__c.LogImpl("35636128",_tempndd,0); //BA.debugLineNum = 499;BA.debugLine="tempNDD = tempNDD & $\"Dist: $1.1{(r.Get(1)/1000"; _tempndd = _tempndd+("Dist: "+parent.__c.SmartStringFormatter("1.1",(Object)(((double)(BA.ObjectToNumber(_r.Get((int) (1))))/(double)1000)))+" kms, Tiempo aprox: "+parent.__c.SmartStringFormatter("1.0",(Object)((((double)(BA.ObjectToNumber(_r.Get((int) (2))))*2)/(double)60)))+" min."); //BA.debugLineNum = 500;BA.debugLine="Private esteCliente As Map = CreateMap(\"distanc"; @@ -511,7 +511,7 @@ _starter._cedislocation /*anywheresoftware.b4a.gps.LocationWrapper*/ .setLongitu }; }; //BA.debugLineNum = 109;BA.debugLine="Log(Starter.cedisLocation)"; -__c.LogImpl("740763452",BA.ObjectToString(_starter._cedislocation /*anywheresoftware.b4a.gps.LocationWrapper*/ ),0); +__c.LogImpl("35111868",BA.ObjectToString(_starter._cedislocation /*anywheresoftware.b4a.gps.LocationWrapper*/ ),0); //BA.debugLineNum = 110;BA.debugLine="End Sub"; return ""; } @@ -538,7 +538,7 @@ case 0: //C this.state = 1; //BA.debugLineNum = 116;BA.debugLine="Log(entro)"; -parent.__c.LogImpl("740828931",parent._entro,0); +parent.__c.LogImpl("35177347",parent._entro,0); //BA.debugLineNum = 117;BA.debugLine="If rutaGenerada Or entro = 3 Then ' Si ya generam"; if (true) break; @@ -598,7 +598,7 @@ _clientesmapao._initialize /*String*/ (ba); //BA.debugLineNum = 43;BA.debugLine="Starter.skmt.ExecNonQuery(\"delete from waypoints\""; _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("delete from waypoints"); //BA.debugLineNum = 44;BA.debugLine="Log(\"Coordenadas del almacen: \" & Starter.cedisLo"; -__c.LogImpl("740697864","Coordenadas del almacen: "+BA.NumberToString(_starter._cedislocation /*anywheresoftware.b4a.gps.LocationWrapper*/ .getLongitude())+","+BA.NumberToString(_starter._cedislocation /*anywheresoftware.b4a.gps.LocationWrapper*/ .getLatitude()),0); +__c.LogImpl("35046280","Coordenadas del almacen: "+BA.NumberToString(_starter._cedislocation /*anywheresoftware.b4a.gps.LocationWrapper*/ .getLongitude())+","+BA.NumberToString(_starter._cedislocation /*anywheresoftware.b4a.gps.LocationWrapper*/ .getLatitude()),0); //BA.debugLineNum = 45;BA.debugLine="End Sub"; return ""; } @@ -711,7 +711,7 @@ _tmplist.AddAll(anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{"A //BA.debugLineNum = 596;BA.debugLine="coords.InsertAt(0,tmpList)"; _coords.InsertAt((int) (0),(Object)(_tmplist.getObject())); //BA.debugLineNum = 597;BA.debugLine="Log(\"=================================\")"; -parent.__c.LogImpl("741615366","=================================",0); +parent.__c.LogImpl("35963782","=================================",0); //BA.debugLineNum = 599;BA.debugLine="Private coordsStr As String = \"\""; _coordsstr = ""; //BA.debugLineNum = 600;BA.debugLine="For Each tienda As List In coords"; @@ -782,7 +782,7 @@ case 10: this.state = 11; ; //BA.debugLineNum = 608;BA.debugLine="Log(coordsStr)"; -parent.__c.LogImpl("741615377",_coordsstr,0); +parent.__c.LogImpl("35963793",_coordsstr,0); //BA.debugLineNum = 609;BA.debugLine="ProgressDialogShow2(\"Calculando distancia y tiemp"; parent.__c.ProgressDialogShow2(ba,BA.ObjectToCharSequence("Calculando distancia y tiempo, un momento por favor."),parent.__c.False); //BA.debugLineNum = 610;BA.debugLine="Dim j As HttpJob"; @@ -792,7 +792,7 @@ _j._initialize /*String*/ (ba,"trip",parent); //BA.debugLineNum = 612;BA.debugLine="j.Download($\"http://keymon.net:9002/ruteador?m=OS"; _j._download /*String*/ (("http://keymon.net:9002/ruteador?m=OSRM&r="+parent.__c.SmartStringFormatter("",(Object)(parent._subs._traerutareparto /*String*/ (ba)))+"&a="+parent.__c.SmartStringFormatter("",(Object)(parent._subs._traealmacen /*String*/ (ba)))+"&f=CEDIS,"+parent.__c.SmartStringFormatter("",(Object)(parent._starter._cedislocation /*anywheresoftware.b4a.gps.LocationWrapper*/ .getLongitude()))+","+parent.__c.SmartStringFormatter("",(Object)(parent._starter._cedislocation /*anywheresoftware.b4a.gps.LocationWrapper*/ .getLatitude()))+"&c="+parent.__c.SmartStringFormatter("",(Object)(_coordsstr))+"")); //BA.debugLineNum = 613;BA.debugLine="Log($\"http://keymon.net:9002/ruteador?m=OSRM&r=${"; -parent.__c.LogImpl("741615382",("http://keymon.net:9002/ruteador?m=OSRM&r="+parent.__c.SmartStringFormatter("",(Object)(parent._subs._traerutareparto /*String*/ (ba)))+"&a="+parent.__c.SmartStringFormatter("",(Object)(parent._subs._traealmacen /*String*/ (ba)))+"&f=CEDIS,"+parent.__c.SmartStringFormatter("",(Object)(parent._starter._cedislocation /*anywheresoftware.b4a.gps.LocationWrapper*/ .getLongitude()))+","+parent.__c.SmartStringFormatter("",(Object)(parent._starter._cedislocation /*anywheresoftware.b4a.gps.LocationWrapper*/ .getLatitude()))+"&c="+parent.__c.SmartStringFormatter("",(Object)(_coordsstr))+""),0); +parent.__c.LogImpl("35963798",("http://keymon.net:9002/ruteador?m=OSRM&r="+parent.__c.SmartStringFormatter("",(Object)(parent._subs._traerutareparto /*String*/ (ba)))+"&a="+parent.__c.SmartStringFormatter("",(Object)(parent._subs._traealmacen /*String*/ (ba)))+"&f=CEDIS,"+parent.__c.SmartStringFormatter("",(Object)(parent._starter._cedislocation /*anywheresoftware.b4a.gps.LocationWrapper*/ .getLongitude()))+","+parent.__c.SmartStringFormatter("",(Object)(parent._starter._cedislocation /*anywheresoftware.b4a.gps.LocationWrapper*/ .getLatitude()))+"&c="+parent.__c.SmartStringFormatter("",(Object)(_coordsstr))+""),0); //BA.debugLineNum = 614;BA.debugLine="Wait For (j) JobDone(j As HttpJob)"; parent.__c.WaitFor("jobdone", ba, this, (Object)(_j)); this.state = 35; @@ -825,7 +825,7 @@ _jp.Initialize(_j._getstring /*String*/ ()); _m = new anywheresoftware.b4a.objects.collections.Map(); _m = _jp.NextObject(); //BA.debugLineNum = 619;BA.debugLine="Log(m)"; -parent.__c.LogImpl("741615388",BA.ObjectToString(_m),0); +parent.__c.LogImpl("35963804",BA.ObjectToString(_m),0); //BA.debugLineNum = 620;BA.debugLine="If m.Get(\"code\") = \"OK\" Then"; if (true) break; @@ -840,7 +840,7 @@ case 16: //C this.state = 17; //BA.debugLineNum = 621;BA.debugLine="Log(\"===== OK\")"; -parent.__c.LogImpl("741615390","===== OK",0); +parent.__c.LogImpl("35963806","===== OK",0); //BA.debugLineNum = 622;BA.debugLine="rutaGenerada = True"; parent._rutagenerada = parent.__c.True; //BA.debugLineNum = 623;BA.debugLine="Dim puntos As Int = m.Get(\"puntos\")"; @@ -976,7 +976,7 @@ this.state = 29; //BA.debugLineNum = 649;BA.debugLine="c.Close"; parent._c.Close(); //BA.debugLineNum = 650;BA.debugLine="Log($\"Distancia total: $1.1{distance/1000} kms,"; -parent.__c.LogImpl("741615419",("Distancia total: "+parent.__c.SmartStringFormatter("1.1",(Object)((double)(Double.parseDouble(_distance))/(double)1000))+" kms, tiempo aprox: "+parent.__c.SmartStringFormatter("1.1",(Object)((double)(Double.parseDouble(_duration))/(double)60))+" mins. ("+parent.__c.SmartStringFormatter("1.1",(Object)((double)(Double.parseDouble(_duration))/(double)60/(double)60))+" hrs)"),0); +parent.__c.LogImpl("35963835",("Distancia total: "+parent.__c.SmartStringFormatter("1.1",(Object)((double)(Double.parseDouble(_distance))/(double)1000))+" kms, tiempo aprox: "+parent.__c.SmartStringFormatter("1.1",(Object)((double)(Double.parseDouble(_duration))/(double)60))+" mins. ("+parent.__c.SmartStringFormatter("1.1",(Object)((double)(Double.parseDouble(_duration))/(double)60/(double)60))+" hrs)"),0); //BA.debugLineNum = 651;BA.debugLine="l_rutaInfo.Text = $\"Distancia: $1.1{distance/10"; parent._l_rutainfo.setText(BA.ObjectToCharSequence(("Distancia: "+parent.__c.SmartStringFormatter("1.1",(Object)((double)(Double.parseDouble(_distance))/(double)1000))+" kms, tiempo aprox: "+parent.__c.SmartStringFormatter("1.1",(Object)((double)(Double.parseDouble(_duration))/(double)60/(double)60))+" hrs"+parent.__c.SmartStringFormatter("",(Object)(parent.__c.CRLF))+"Visitas restantes: "+parent.__c.SmartStringFormatter("",(Object)(_puntos-1))+""))); //BA.debugLineNum = 652;BA.debugLine="l_rutaInfo.Width = Root.Width * 0.9"; @@ -1001,7 +1001,7 @@ case 31: //C this.state = 32; //BA.debugLineNum = 659;BA.debugLine="LogColor(\"**************** Error! ************"; -parent.__c.LogImpl("741615428","**************** Error! ******************",parent.__c.Colors.Red); +parent.__c.LogImpl("35963844","**************** Error! ******************",parent.__c.Colors.Red); if (true) break; case 32: @@ -1157,7 +1157,7 @@ _jp.Initialize(_j._getstring /*String*/ ()); _m = new anywheresoftware.b4a.objects.collections.Map(); _m = _jp.NextObject(); //BA.debugLineNum = 274;BA.debugLine="Log($\"Respuesta: ${m.Get(\"code\")}\"$)"; -parent.__c.LogImpl("741156620",("Respuesta: "+parent.__c.SmartStringFormatter("",_m.Get((Object)("code")))+""),0); +parent.__c.LogImpl("35505036",("Respuesta: "+parent.__c.SmartStringFormatter("",_m.Get((Object)("code")))+""),0); //BA.debugLineNum = 275;BA.debugLine="If m.Get(\"code\") = \"Ok\" Then"; if (true) break; @@ -1182,7 +1182,7 @@ _distanciatotal = BA.ObjectToString(_rutas2.Get((Object)("distance"))); //BA.debugLineNum = 283;BA.debugLine="tiempo = rutas2.Get(\"duration\")"; _tiempo = BA.ObjectToString(_rutas2.Get((Object)("duration"))); //BA.debugLineNum = 284;BA.debugLine="Log($\"Distancia total: ${distanciaTotal}, Tiemp"; -parent.__c.LogImpl("741156630",("Distancia total: "+parent.__c.SmartStringFormatter("",(Object)(_distanciatotal))+", Tiempo: "+parent.__c.SmartStringFormatter("",(Object)(_tiempo))+""),0); +parent.__c.LogImpl("35505046",("Distancia total: "+parent.__c.SmartStringFormatter("",(Object)(_distanciatotal))+", Tiempo: "+parent.__c.SmartStringFormatter("",(Object)(_tiempo))+""),0); if (true) break; case 7: @@ -1195,7 +1195,7 @@ case 9: //C this.state = 10; //BA.debugLineNum = 287;BA.debugLine="Log(\"Error!\")"; -parent.__c.LogImpl("741156633","Error!",0); +parent.__c.LogImpl("35505049","Error!",0); if (true) break; case 10: @@ -1398,7 +1398,7 @@ case 0: //C this.state = 1; //BA.debugLineNum = 129;BA.debugLine="Log(Value)"; -parent.__c.LogImpl("740894466",BA.ObjectToString(_value),0); +parent.__c.LogImpl("35242882",BA.ObjectToString(_value),0); //BA.debugLineNum = 130;BA.debugLine="ListView1.Clear"; parent._listview1.Clear(); //BA.debugLineNum = 131;BA.debugLine="Sleep(50)"; @@ -1467,7 +1467,7 @@ _lrt = BA.ObjectToString(_value); //BA.debugLineNum = 146;BA.debugLine="laRuta = lrt.SubString(6) 'Quitamos el texto \"Ru"; parent._laruta = _lrt.substring((int) (6)); //BA.debugLineNum = 147;BA.debugLine="Log($\"Original: ${Value} - Mod: |${lrt.SubString"; -parent.__c.LogImpl("740894484",("Original: "+parent.__c.SmartStringFormatter("",_value)+" - Mod: |"+parent.__c.SmartStringFormatter("",(Object)(_lrt.substring((int) (6))))+"| - laRuta: "+parent.__c.SmartStringFormatter("",(Object)(parent._laruta))+""),0); +parent.__c.LogImpl("35242900",("Original: "+parent.__c.SmartStringFormatter("",_value)+" - Mod: |"+parent.__c.SmartStringFormatter("",(Object)(_lrt.substring((int) (6))))+"| - laRuta: "+parent.__c.SmartStringFormatter("",(Object)(parent._laruta))+""),0); //BA.debugLineNum = 148;BA.debugLine="rutaacambiar = laRuta"; parent._rutaacambiar = parent._laruta; //BA.debugLineNum = 149;BA.debugLine="c2 = Starter.skmt.ExecQuery2(\"select CAT_CL_NOMB"; @@ -1667,9 +1667,9 @@ anywheresoftware.b4a.objects.collections.List _tmplist = null; anywheresoftware.b4a.sql.SQL.ResultSetWrapper _coords = null; //BA.debugLineNum = 666;BA.debugLine="Sub todosAVisitar As List"; //BA.debugLineNum = 667;BA.debugLine="Log(laRuta)"; -__c.LogImpl("741680897",_laruta,0); +__c.LogImpl("36029313",_laruta,0); //BA.debugLineNum = 668;BA.debugLine="Log(entro)"; -__c.LogImpl("741680898",_entro,0); +__c.LogImpl("36029314",_entro,0); //BA.debugLineNum = 669;BA.debugLine="Private sqlDeRuta As String = \"\""; _sqlderuta = ""; //BA.debugLineNum = 670;BA.debugLine="If entro = 3 Then sqlDeRuta = $\"and CAT_CL_RUTA ="; @@ -1694,7 +1694,7 @@ _avisitar.Add((Object)(_tmplist.getObject())); } ; //BA.debugLineNum = 679;BA.debugLine="Log(aVisitar)"; -__c.LogImpl("741680909",BA.ObjectToString(_avisitar),0); +__c.LogImpl("36029325",BA.ObjectToString(_avisitar),0); //BA.debugLineNum = 680;BA.debugLine="Return aVisitar"; if (true) return _avisitar; //BA.debugLineNum = 681;BA.debugLine="End Sub"; @@ -1774,7 +1774,7 @@ this.state = 1; //BA.debugLineNum = 301;BA.debugLine="Private coordsInicio As String = $\"${Starter.cedi"; _coordsinicio = (""+parent.__c.SmartStringFormatter("",(Object)(parent._starter._cedislocation /*anywheresoftware.b4a.gps.LocationWrapper*/ .getLongitude()))+","+parent.__c.SmartStringFormatter("",(Object)(parent._starter._cedislocation /*anywheresoftware.b4a.gps.LocationWrapper*/ .getLatitude()))+""); //BA.debugLineNum = 302;BA.debugLine="Log($\"Coordenadas de inicio: ${Starter.cedisLocat"; -parent.__c.LogImpl("741222146",("Coordenadas de inicio: "+parent.__c.SmartStringFormatter("",(Object)(parent._starter._cedislocation /*anywheresoftware.b4a.gps.LocationWrapper*/ .getLongitude()))+","+parent.__c.SmartStringFormatter("",(Object)(parent._starter._cedislocation /*anywheresoftware.b4a.gps.LocationWrapper*/ .getLatitude()))+""),0); +parent.__c.LogImpl("35570562",("Coordenadas de inicio: "+parent.__c.SmartStringFormatter("",(Object)(parent._starter._cedislocation /*anywheresoftware.b4a.gps.LocationWrapper*/ .getLongitude()))+","+parent.__c.SmartStringFormatter("",(Object)(parent._starter._cedislocation /*anywheresoftware.b4a.gps.LocationWrapper*/ .getLatitude()))+""),0); //BA.debugLineNum = 303;BA.debugLine="Private rutaCompleta As String = coordsInicio"; _rutacompleta = _coordsinicio; //BA.debugLineNum = 304;BA.debugLine="Private preRuta As String = coordsInicio"; @@ -1822,7 +1822,7 @@ case 4: this.state = 5; ; //BA.debugLineNum = 317;BA.debugLine="Log($\"a visitar: ${aVisitar.Keys.Size}\"$)"; -parent.__c.LogImpl("741222161",("a visitar: "+parent.__c.SmartStringFormatter("",(Object)(_avisitar._getkeys /*anywheresoftware.b4a.objects.collections.List*/ ().getSize()))+""),0); +parent.__c.LogImpl("35570577",("a visitar: "+parent.__c.SmartStringFormatter("",(Object)(_avisitar._getkeys /*anywheresoftware.b4a.objects.collections.List*/ ().getSize()))+""),0); //BA.debugLineNum = 318;BA.debugLine="For Each k As Object In aVisitar.Keys"; if (true) break; @@ -2057,7 +2057,7 @@ _tiempo0 = (double)(BA.ObjectToNumber(_rutas20.Get((Object)("duration")))); //BA.debugLineNum = 370;BA.debugLine="tiempo0 = ((tiempo0 * 2) ) 'Tiempo X 2 (es muy"; _tiempo0 = ((_tiempo0*2)); //BA.debugLineNum = 371;BA.debugLine="Log($\"Distancia total ruta inicial: $1.1{dista"; -parent.__c.LogImpl("741222215",("Distancia total ruta inicial: "+parent.__c.SmartStringFormatter("1.1",(Object)(_distanciatotal0/(double)1000))+" kms, tiempo aprox: "+parent.__c.SmartStringFormatter("1.1",(Object)(_tiempo0/(double)60))+" mins. ("+parent.__c.SmartStringFormatter("1.1",(Object)(_tiempo0/(double)60/(double)60))+" hrs)"),0); +parent.__c.LogImpl("35570631",("Distancia total ruta inicial: "+parent.__c.SmartStringFormatter("1.1",(Object)(_distanciatotal0/(double)1000))+" kms, tiempo aprox: "+parent.__c.SmartStringFormatter("1.1",(Object)(_tiempo0/(double)60))+" mins. ("+parent.__c.SmartStringFormatter("1.1",(Object)(_tiempo0/(double)60/(double)60))+" hrs)"),0); if (true) break; case 35: @@ -2070,7 +2070,7 @@ case 37: //C this.state = 38; //BA.debugLineNum = 375;BA.debugLine="Log(\"Error!\")"; -parent.__c.LogImpl("741222219","Error!",0); +parent.__c.LogImpl("35570635","Error!",0); if (true) break; case 38: @@ -2201,7 +2201,7 @@ _rutas2 = (anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.Ab //BA.debugLineNum = 408;BA.debugLine="distanciaTotal = rutas2.Get(\"distance\")"; _distanciatotal = (double)(BA.ObjectToNumber(_rutas2.Get((Object)("distance")))); //BA.debugLineNum = 409;BA.debugLine="Log(\"distancia ruta 2:\" & (distanciaTotal) & \"|"; -parent.__c.LogImpl("741222253","distancia ruta 2:"+BA.NumberToString((_distanciatotal))+"|"+BA.ObjectToString(_rutas2.Get((Object)("distance"))),0); +parent.__c.LogImpl("35570669","distancia ruta 2:"+BA.NumberToString((_distanciatotal))+"|"+BA.ObjectToString(_rutas2.Get((Object)("distance"))),0); //BA.debugLineNum = 410;BA.debugLine="distanciaTotal = distanciaTotal + distanciaTota"; _distanciatotal = _distanciatotal+_distanciatotal0; //BA.debugLineNum = 411;BA.debugLine="tiempo = rutas2.Get(\"duration\")"; @@ -2209,7 +2209,7 @@ _tiempo = (double)(BA.ObjectToNumber(_rutas2.Get((Object)("duration")))); //BA.debugLineNum = 412;BA.debugLine="tiempo = (((tiempo + tiempo0) * 2) + tiempoVisi"; _tiempo = (((_tiempo+_tiempo0)*2)+_tiempovisitas); //BA.debugLineNum = 413;BA.debugLine="Log($\"Distancia total: $1.1{distanciaTotal/1000"; -parent.__c.LogImpl("741222257",("Distancia total: "+parent.__c.SmartStringFormatter("1.1",(Object)(_distanciatotal/(double)1000))+" kms, tiempo aprox: "+parent.__c.SmartStringFormatter("1.1",(Object)(_tiempo/(double)60))+" mins. ("+parent.__c.SmartStringFormatter("1.1",(Object)(_tiempo/(double)60/(double)60))+" hrs)"),0); +parent.__c.LogImpl("35570673",("Distancia total: "+parent.__c.SmartStringFormatter("1.1",(Object)(_distanciatotal/(double)1000))+" kms, tiempo aprox: "+parent.__c.SmartStringFormatter("1.1",(Object)(_tiempo/(double)60))+" mins. ("+parent.__c.SmartStringFormatter("1.1",(Object)(_tiempo/(double)60/(double)60))+" hrs)"),0); //BA.debugLineNum = 414;BA.debugLine="l_rutaInfo.Text = $\"Distancia: $1.1{distanciaTo"; parent._l_rutainfo.setText(BA.ObjectToCharSequence(("Distancia: "+parent.__c.SmartStringFormatter("1.1",(Object)(_distanciatotal/(double)1000))+" kms, tiempo aprox: "+parent.__c.SmartStringFormatter("1.1",(Object)(_tiempo/(double)60/(double)60))+" hrs"+parent.__c.SmartStringFormatter("",(Object)(parent.__c.CRLF))+"Visitas restantes: "+parent.__c.SmartStringFormatter("",(Object)(_avisitar._getkeys /*anywheresoftware.b4a.objects.collections.List*/ ().getSize()))+""))); //BA.debugLineNum = 415;BA.debugLine="l_rutaInfo.Width = Root.Width * 0.9"; @@ -2234,7 +2234,7 @@ case 52: //C this.state = 53; //BA.debugLineNum = 422;BA.debugLine="LogColor(\"**************** Error! ************"; -parent.__c.LogImpl("741222266","**************** Error! ******************",parent.__c.Colors.Red); +parent.__c.LogImpl("35570682","**************** Error! ******************",parent.__c.Colors.Red); if (true) break; case 53: @@ -2253,7 +2253,7 @@ _wps = new anywheresoftware.b4a.objects.collections.Map(); //BA.debugLineNum = 429;BA.debugLine="Starter.skmt.ExecNonQuery(\"delete from waypoints\""; parent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("delete from waypoints"); //BA.debugLineNum = 430;BA.debugLine="Log(\"BORRAMOS WAYPOINTS\")"; -parent.__c.LogImpl("741222274","BORRAMOS WAYPOINTS",0); +parent.__c.LogImpl("35570690","BORRAMOS WAYPOINTS",0); //BA.debugLineNum = 431;BA.debugLine="For Each k As Object In clientesMapaO.Keys 'Guard"; if (true) break; @@ -2301,7 +2301,7 @@ _r1 = (anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObj //BA.debugLineNum = 434;BA.debugLine="r1.Get(\"codigo\")"; _r1.Get((Object)("codigo")); //BA.debugLineNum = 435;BA.debugLine="Log(listaWayPoints.Get(r) & \"|\" & r1.Get(\"coord"; -parent.__c.LogImpl("741222279",BA.ObjectToString(parent._listawaypoints.Get(_r))+"|"+BA.ObjectToString(_r1.Get((Object)("coords")))+"|"+BA.ObjectToString(_r1.Get((Object)("calle"))),0); +parent.__c.LogImpl("35570695",BA.ObjectToString(parent._listawaypoints.Get(_r))+"|"+BA.ObjectToString(_r1.Get((Object)("coords")))+"|"+BA.ObjectToString(_r1.Get((Object)("calle"))),0); //BA.debugLineNum = 436;BA.debugLine="wps = listaWayPoints.Get(r)"; _wps = (anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(parent._listawaypoints.Get(_r))); //BA.debugLineNum = 437;BA.debugLine="Starter.skmt.ExecNonQuery($\"update kmt_info set"; @@ -2349,7 +2349,7 @@ _cs2 = new anywheresoftware.b4a.objects.CSBuilder(); //BA.debugLineNum = 450;BA.debugLine="entro = 3"; parent._entro = BA.NumberToString(3); //BA.debugLineNum = 451;BA.debugLine="Log(\"Generamos ListView1 en traeRutaDia\")"; -parent.__c.LogImpl("741222295","Generamos ListView1 en traeRutaDia",0); +parent.__c.LogImpl("35570711","Generamos ListView1 en traeRutaDia",0); //BA.debugLineNum = 453;BA.debugLine="c=Starter.skmt.ExecQuery(\"select codigo, indice,"; parent._c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select codigo, indice, CAT_CL_NOMBRE, CAT_CL_CALLE, CAT_CL_NOEXT from waypoints inner join kmt_info on waypoints.codigo = kmt_info.CAT_CL_CODIGO where gestion = 0 AND CAT_CL_RUTA <> 1000 order by indice"))); //BA.debugLineNum = 454;BA.debugLine="If c.RowCount > 0 Then"; @@ -2431,14 +2431,14 @@ int _distancia = 0; anywheresoftware.b4a.objects.collections.Map _estecliente = null; //BA.debugLineNum = 515;BA.debugLine="Sub traeTodosAVisitar As B4XOrderedMap 'ignore"; //BA.debugLineNum = 516;BA.debugLine="Log(\"Iniciamos traeTodosAVisitar\")"; -__c.LogImpl("741353217","Iniciamos traeTodosAVisitar",0); +__c.LogImpl("35701633","Iniciamos traeTodosAVisitar",0); //BA.debugLineNum = 519;BA.debugLine="Private thisLoc, ubicacionInicial As Location"; _thisloc = new anywheresoftware.b4a.gps.LocationWrapper(); _ubicacioninicial = new anywheresoftware.b4a.gps.LocationWrapper(); //BA.debugLineNum = 520;BA.debugLine="ubicacionInicial = Starter.cedisLocation"; _ubicacioninicial = _starter._cedislocation /*anywheresoftware.b4a.gps.LocationWrapper*/ ; //BA.debugLineNum = 521;BA.debugLine="LogColor(ubicacionInicial, Colors.Gray)"; -__c.LogImpl("741353222",BA.ObjectToString(_ubicacioninicial),__c.Colors.Gray); +__c.LogImpl("35701638",BA.ObjectToString(_ubicacioninicial),__c.Colors.Gray); //BA.debugLineNum = 522;BA.debugLine="c=Starter.skmt.ExecQuery(\"select sum(gestion) as"; _c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select sum(gestion) as hayVisitados from kmt_info"))); //BA.debugLineNum = 523;BA.debugLine="If c.RowCount > 0 Then"; @@ -2452,7 +2452,7 @@ _ubicacioninicial = _tracker._uugcoords /*anywheresoftware.b4a.gps.LocationWrapp //BA.debugLineNum = 528;BA.debugLine="c.Close"; _c.Close(); //BA.debugLineNum = 529;BA.debugLine="LogColor(ubicacionInicial, Colors.Red)"; -__c.LogImpl("741353230",BA.ObjectToString(_ubicacioninicial),__c.Colors.Red); +__c.LogImpl("35701646",BA.ObjectToString(_ubicacioninicial),__c.Colors.Red); //BA.debugLineNum = 530;BA.debugLine="thisLoc.Initialize"; _thisloc.Initialize(); //BA.debugLineNum = 531;BA.debugLine="clientesMapaO.Clear"; @@ -2514,7 +2514,7 @@ _c.Close(); //BA.debugLineNum = 562;BA.debugLine="c2.Close"; _c2.Close(); //BA.debugLineNum = 563;BA.debugLine="Log(c.RowCount & \" rutas, \" & clientesMapaO.Size"; -__c.LogImpl("741353264",BA.NumberToString(_c.getRowCount())+" rutas, "+BA.NumberToString(_clientesmapao._getsize /*int*/ ())+" clientes",0); +__c.LogImpl("35701680",BA.NumberToString(_c.getRowCount())+" rutas, "+BA.NumberToString(_clientesmapao._getsize /*int*/ ())+" clientes",0); //BA.debugLineNum = 566;BA.debugLine="Return clientesMapaO"; if (true) return _clientesmapao; //BA.debugLineNum = 567;BA.debugLine="End Sub"; diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/c_detalleventa.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/c_detalleventa.java index 4d388d3..f16d737 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/c_detalleventa.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/c_detalleventa.java @@ -103,7 +103,7 @@ anywheresoftware.b4a.sql.SQL.CursorWrapper _c2 = null; //BA.debugLineNum = 651;BA.debugLine="etCantHasFocus = False"; _etcanthasfocus = __c.False; //BA.debugLineNum = 653;BA.debugLine="LogColor(\"b_prodMas_Click\", Colors.Magenta)"; -__c.LogImpl("757933827","b_prodMas_Click",__c.Colors.Magenta); +__c.LogImpl("357933827","b_prodMas_Click",__c.Colors.Magenta); //BA.debugLineNum = 654;BA.debugLine="Dim index As Int = clv_pedido.GetItemFromView(Sen"; _index = _clv_pedido._getitemfromview((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(__c.Sender(ba)))); //BA.debugLineNum = 655;BA.debugLine="Dim pnl0 As B4XView = clv_pedido.GetPanel(index)"; @@ -119,14 +119,14 @@ _lacant = _pnl.GetView((int) (2)).GetView((int) (3)); _estetag = new anywheresoftware.b4a.objects.collections.List(); _estetag = anywheresoftware.b4a.keywords.Common.ArrayToList(__c.Regex.Split("\\|",BA.ObjectToString(_lacant.getTag()))); //BA.debugLineNum = 662;BA.debugLine="Log(\"LC_TEXT:\"&laCant.Text&\"|LC_TAG:\"&laCant.Tag&"; -__c.LogImpl("757933836","LC_TEXT:"+_lacant.getText()+"|LC_TAG:"+BA.ObjectToString(_lacant.getTag())+"|ET:"+BA.ObjectToString(_estetag),0); +__c.LogImpl("357933836","LC_TEXT:"+_lacant.getText()+"|LC_TAG:"+BA.ObjectToString(_lacant.getTag())+"|ET:"+BA.ObjectToString(_estetag),0); //BA.debugLineNum = 663;BA.debugLine="If laCant.Text = \"\" Then laCant.Text = 0"; if ((_lacant.getText()).equals("")) { _lacant.setText(BA.ObjectToCharSequence(0));}; //BA.debugLineNum = 665;BA.debugLine="Private maxProds = esteTag.Get(1) + esteTag.Get(4"; _maxprods = BA.NumberToString((double)(BA.ObjectToNumber(_estetag.Get((int) (1))))+(double)(BA.ObjectToNumber(_estetag.Get((int) (4))))); //BA.debugLineNum = 667;BA.debugLine="LogColor($\"++++++++++++++++++++++++++ ${esteTag"; -__c.LogImpl("757933841",("++++++++++++++++++++++++++ "+__c.SmartStringFormatter("",(Object)(_estetag.getObject()))+""),__c.Colors.Green); +__c.LogImpl("357933841",("++++++++++++++++++++++++++ "+__c.SmartStringFormatter("",(Object)(_estetag.getObject()))+""),__c.Colors.Green); //BA.debugLineNum = 670;BA.debugLine="Private minimoadesc As String"; _minimoadesc = ""; //BA.debugLineNum = 671;BA.debugLine="Dim minimos As Cursor = Starter.skmt.ExecQuery2(\""; @@ -151,7 +151,7 @@ if ((_estetag.Get((int) (5))).equals(_estetag.Get((int) (6)))) { //BA.debugLineNum = 686;BA.debugLine="If laCant.Text + 1 <= maxProds Then"; if ((double)(Double.parseDouble(_lacant.getText()))+1<=(double)(Double.parseDouble(_maxprods))) { //BA.debugLineNum = 687;BA.debugLine="Log($\"NuevaCant = ${laCant.Text + 1}\"$)"; -__c.LogImpl("757933861",("NuevaCant = "+__c.SmartStringFormatter("",(Object)((double)(Double.parseDouble(_lacant.getText()))+1))+""),0); +__c.LogImpl("357933861",("NuevaCant = "+__c.SmartStringFormatter("",(Object)((double)(Double.parseDouble(_lacant.getText()))+1))+""),0); //BA.debugLineNum = 688;BA.debugLine="laCant.Text = $\"$1.0{laCant.Text + 1}\"$"; _lacant.setText(BA.ObjectToCharSequence((""+__c.SmartStringFormatter("1.0",(Object)((double)(Double.parseDouble(_lacant.getText()))+1))+""))); //BA.debugLineNum = 689;BA.debugLine="Starter.skmt.ExecNonQuery2(\"update cat_gunapro"; @@ -167,7 +167,7 @@ _b4xpage_appear(); //BA.debugLineNum = 703;BA.debugLine="If laCant.Text + 1 <= maxProds Then"; if ((double)(Double.parseDouble(_lacant.getText()))+1<=(double)(Double.parseDouble(_maxprods))) { //BA.debugLineNum = 704;BA.debugLine="Log($\"NuevaCant = ${laCant.Text + 1}\"$)"; -__c.LogImpl("757933878",("NuevaCant = "+__c.SmartStringFormatter("",(Object)((double)(Double.parseDouble(_lacant.getText()))+1))+""),0); +__c.LogImpl("357933878",("NuevaCant = "+__c.SmartStringFormatter("",(Object)((double)(Double.parseDouble(_lacant.getText()))+1))+""),0); //BA.debugLineNum = 705;BA.debugLine="laCant.Text = $\"$1.0{laCant.Text + 1}\"$"; _lacant.setText(BA.ObjectToCharSequence((""+__c.SmartStringFormatter("1.0",(Object)((double)(Double.parseDouble(_lacant.getText()))+1))+""))); //BA.debugLineNum = 706;BA.debugLine="Starter.skmt.ExecNonQuery2(\"update cat_gunapro"; @@ -219,7 +219,7 @@ String _maxprods = ""; //BA.debugLineNum = 929;BA.debugLine="etCantHasFocus = False"; _etcanthasfocus = __c.False; //BA.debugLineNum = 931;BA.debugLine="LogColor(\"b_prodMas_Click\", Colors.Magenta)"; -__c.LogImpl("758261507","b_prodMas_Click",__c.Colors.Magenta); +__c.LogImpl("358261507","b_prodMas_Click",__c.Colors.Magenta); //BA.debugLineNum = 932;BA.debugLine="Dim index As Int = clv_pedido.GetItemFromView(Sen"; _index = _clv_pedido._getitemfromview((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(__c.Sender(ba)))); //BA.debugLineNum = 933;BA.debugLine="Dim pnl0 As B4XView = clv_pedido.GetPanel(index)"; @@ -235,30 +235,30 @@ _lacantc = _pnl.GetView((int) (3)).GetView((int) (3)); _estetag = new anywheresoftware.b4a.objects.collections.List(); _estetag = anywheresoftware.b4a.keywords.Common.ArrayToList(__c.Regex.Split("\\|",BA.ObjectToString(_lacantc.getTag()))); //BA.debugLineNum = 940;BA.debugLine="Log(\"LC_TEXT:\"&laCantc.Text&\"|LC_TAG:\"&laCantc.Ta"; -__c.LogImpl("758261516","LC_TEXT:"+_lacantc.getText()+"|LC_TAG:"+BA.ObjectToString(_lacantc.getTag())+"|ET:"+BA.ObjectToString(_estetag),0); +__c.LogImpl("358261516","LC_TEXT:"+_lacantc.getText()+"|LC_TAG:"+BA.ObjectToString(_lacantc.getTag())+"|ET:"+BA.ObjectToString(_estetag),0); //BA.debugLineNum = 941;BA.debugLine="If laCantc.Text = \"\" Then laCantc.Text = 0"; if ((_lacantc.getText()).equals("")) { _lacantc.setText(BA.ObjectToCharSequence(0));}; //BA.debugLineNum = 943;BA.debugLine="Private maxProds As String = (esteTag.Get(1) + es"; _maxprods = BA.NumberToString(((double)(BA.ObjectToNumber(_estetag.Get((int) (1))))+(double)(BA.ObjectToNumber(_estetag.Get((int) (4)))))); //BA.debugLineNum = 944;BA.debugLine="LogColor(esteTag.Get(1),Colors.Red)"; -__c.LogImpl("758261520",BA.ObjectToString(_estetag.Get((int) (1))),__c.Colors.Red); +__c.LogImpl("358261520",BA.ObjectToString(_estetag.Get((int) (1))),__c.Colors.Red); //BA.debugLineNum = 945;BA.debugLine="LogColor(esteTag.Get(4),Colors.Red)"; -__c.LogImpl("758261521",BA.ObjectToString(_estetag.Get((int) (4))),__c.Colors.Red); +__c.LogImpl("358261521",BA.ObjectToString(_estetag.Get((int) (4))),__c.Colors.Red); //BA.debugLineNum = 946;BA.debugLine="LogColor($\"++++++++++++++++++++++++++ ${esteTag"; -__c.LogImpl("758261522",("++++++++++++++++++++++++++ "+__c.SmartStringFormatter("",(Object)(_estetag.getObject()))+""),__c.Colors.Green); +__c.LogImpl("358261522",("++++++++++++++++++++++++++ "+__c.SmartStringFormatter("",(Object)(_estetag.getObject()))+""),__c.Colors.Green); //BA.debugLineNum = 948;BA.debugLine="Log(maxProds)"; -__c.LogImpl("758261524",_maxprods,0); +__c.LogImpl("358261524",_maxprods,0); //BA.debugLineNum = 951;BA.debugLine="If esteTag.Get(7) <> \"1\" Then"; if ((_estetag.Get((int) (7))).equals((Object)("1")) == false) { //BA.debugLineNum = 954;BA.debugLine="If laCantc.Text + 1 <= maxProds Then"; if ((double)(Double.parseDouble(_lacantc.getText()))+1<=(double)(Double.parseDouble(_maxprods))) { //BA.debugLineNum = 955;BA.debugLine="Log($\"NuevaCant = ${laCantc.Text + 1}\"$)"; -__c.LogImpl("758261531",("NuevaCant = "+__c.SmartStringFormatter("",(Object)((double)(Double.parseDouble(_lacantc.getText()))+1))+""),0); +__c.LogImpl("358261531",("NuevaCant = "+__c.SmartStringFormatter("",(Object)((double)(Double.parseDouble(_lacantc.getText()))+1))+""),0); //BA.debugLineNum = 956;BA.debugLine="laCantc.Text = $\"$1.0{laCantc.Text + 1}\"$"; _lacantc.setText(BA.ObjectToCharSequence((""+__c.SmartStringFormatter("1.0",(Object)((double)(Double.parseDouble(_lacantc.getText()))+1))+""))); //BA.debugLineNum = 958;BA.debugLine="Log(laCantc.Text)"; -__c.LogImpl("758261534",_lacantc.getText(),0); +__c.LogImpl("358261534",_lacantc.getText(),0); //BA.debugLineNum = 959;BA.debugLine="Starter.skmt.ExecNonQuery($\"update HIST_VENTAS"; _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("update HIST_VENTAS set HVD_RECHAZO = 1, HVD_RECHAZOCANT = IFNULL(HVD_RECHAZOCANT,0) -(1 * "+__c.SmartStringFormatter("",(Object)(_subs._traeconversion /*String*/ (ba,BA.ObjectToString(_estetag.Get((int) (2))))))+") WHERE HVD_PROID = '"+__c.SmartStringFormatter("",_estetag.Get((int) (2)))+"' and HVD_cliente in (Select CUENTA from cuentaa) AND CONSECUTIVO = '"+__c.SmartStringFormatter("",_estetag.Get((int) (8)))+"'")); //BA.debugLineNum = 967;BA.debugLine="B4XPage_Appear"; @@ -283,9 +283,9 @@ float _preciou = 0f; //BA.debugLineNum = 507;BA.debugLine="etCantHasFocus = False"; _etcanthasfocus = __c.False; //BA.debugLineNum = 508;BA.debugLine="Log(\"etCantHasFocus=\" & etCantHasFocus)"; -__c.LogImpl("757868290","etCantHasFocus="+BA.ObjectToString(_etcanthasfocus),0); +__c.LogImpl("357868290","etCantHasFocus="+BA.ObjectToString(_etcanthasfocus),0); //BA.debugLineNum = 509;BA.debugLine="LogColor(\"b_prodMenos_Click\", Colors.Magenta)"; -__c.LogImpl("757868291","b_prodMenos_Click",__c.Colors.Magenta); +__c.LogImpl("357868291","b_prodMenos_Click",__c.Colors.Magenta); //BA.debugLineNum = 510;BA.debugLine="Dim index As Int = clv_pedido.GetItemFromView(Sen"; _index = _clv_pedido._getitemfromview((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(__c.Sender(ba)))); //BA.debugLineNum = 511;BA.debugLine="Dim pnl0 As B4XView = clv_pedido.GetPanel(index)"; @@ -301,7 +301,7 @@ _lacant = _pnl.GetView((int) (2)).GetView((int) (3)); _estetag = new anywheresoftware.b4a.objects.collections.List(); _estetag = anywheresoftware.b4a.keywords.Common.ArrayToList(__c.Regex.Split("\\|",BA.ObjectToString(_lacant.getTag()))); //BA.debugLineNum = 516;BA.debugLine="Log(\"LC_TEXT:\"&laCant.Text&\"|PROMO:\"&esteTag.Get("; -__c.LogImpl("757868298","LC_TEXT:"+_lacant.getText()+"|PROMO:"+BA.ObjectToString(_estetag.Get((int) (3)))+"|LC_TAG:"+BA.ObjectToString(_lacant.getTag())+"|ET:"+BA.ObjectToString(_estetag),0); +__c.LogImpl("357868298","LC_TEXT:"+_lacant.getText()+"|PROMO:"+BA.ObjectToString(_estetag.Get((int) (3)))+"|LC_TAG:"+BA.ObjectToString(_lacant.getTag())+"|ET:"+BA.ObjectToString(_estetag),0); //BA.debugLineNum = 517;BA.debugLine="Private minimoadesc As String"; _minimoadesc = ""; //BA.debugLineNum = 518;BA.debugLine="Dim minimos As Cursor = Starter.skmt.ExecQuery2(\""; @@ -378,9 +378,9 @@ _c2.setPosition((int) (0)); //BA.debugLineNum = 563;BA.debugLine="If c2.GetString(\"HVD_RECHAZO\") = \"0\" Then"; if ((_c2.GetString("HVD_RECHAZO")).equals("0")) { //BA.debugLineNum = 566;BA.debugLine="Log(\"ES PROMO\")"; -__c.LogImpl("757868348","ES PROMO",0); +__c.LogImpl("357868348","ES PROMO",0); //BA.debugLineNum = 567;BA.debugLine="Log(esteTag.Get(3))"; -__c.LogImpl("757868349",BA.ObjectToString(_estetag.Get((int) (3))),0); +__c.LogImpl("357868349",BA.ObjectToString(_estetag.Get((int) (3))),0); //BA.debugLineNum = 568;BA.debugLine="result = Msgbox2(\"Si se modifica una promoci"; _result = BA.NumberToString(__c.Msgbox2(BA.ObjectToCharSequence("Si se modifica una promoción, la promoción se rompe y solo quedarán los productos sueltos, ¿seguro que desea continuar?"),BA.ObjectToCharSequence("Modificar Promoción"),"Si","","No",(android.graphics.Bitmap)(__c.LoadBitmap(__c.File.getDirAssets(),"alert2.png").getObject()),ba)); //BA.debugLineNum = 569;BA.debugLine="If result = DialogResponse.POSITIVE Then 'Qui"; @@ -388,7 +388,7 @@ if ((_result).equals(BA.NumberToString(__c.DialogResponse.POSITIVE))) { //BA.debugLineNum = 570;BA.debugLine="prodsMap.Remove(esteTag.Get(3))"; _prodsmap.Remove(_estetag.Get((int) (3))); //BA.debugLineNum = 574;BA.debugLine="LogColor(esteTag.Get(3),Colors.Blue)"; -__c.LogImpl("757868356",BA.ObjectToString(_estetag.Get((int) (3))),__c.Colors.Blue); +__c.LogImpl("357868356",BA.ObjectToString(_estetag.Get((int) (3))),__c.Colors.Blue); //BA.debugLineNum = 577;BA.debugLine="Starter.skmt.ExecNonQuery($\"update HIST_VENT"; _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("update HIST_VENTAS set HVD_RECHAZO = 1, HVD_RECHAZOCANT = HVD_CANT WHERE HVD_CODPROMO = '"+__c.SmartStringFormatter("",_estetag.Get((int) (3)))+"' and HVD_CLIENTE in (Select CUENTA from cuentaa)")); //BA.debugLineNum = 578;BA.debugLine="Starter.skmt.ExecNonQuery($\"update HIST_VENT"; @@ -396,7 +396,7 @@ _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("update HIST_VENT //BA.debugLineNum = 581;BA.debugLine="c.Close"; _c.Close(); //BA.debugLineNum = 582;BA.debugLine="LogColor(prodsMap, Colors.red)"; -__c.LogImpl("757868364",BA.ObjectToString(_prodsmap),__c.Colors.Red); +__c.LogImpl("357868364",BA.ObjectToString(_prodsmap),__c.Colors.Red); //BA.debugLineNum = 583;BA.debugLine="reconstruirPedido = True"; _reconstruirpedido = __c.True; //BA.debugLineNum = 584;BA.debugLine="promoABorrar = esteTag.Get(3)"; @@ -414,7 +414,7 @@ _lacant.setText(BA.ObjectToCharSequence((""+__c.SmartStringFormatter("1.0",(Obje if ((double)(Double.parseDouble(_lacant.getText()))<0) { _lacant.setText(BA.ObjectToCharSequence(0));}; //BA.debugLineNum = 591;BA.debugLine="Log(\"NO ES promo\")"; -__c.LogImpl("757868373","NO ES promo",0); +__c.LogImpl("357868373","NO ES promo",0); //BA.debugLineNum = 592;BA.debugLine="Starter.skmt.ExecNonQuery($\"update HIST_VENT"; _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("update HIST_VENTAS set HVD_RECHAZO = 1, HVD_RECHAZOCANT = IFNULL(HVD_RECHAZOCANT,0) + (1*'"+__c.SmartStringFormatter("",(Object)(_minimoadesc))+"') WHERE HVD_PROID = '"+__c.SmartStringFormatter("",_estetag.Get((int) (2)))+"' and HVD_cliente in (Select CUENTA from cuentaa) AND CONSECUTIVO = '"+__c.SmartStringFormatter("",_estetag.Get((int) (8)))+"'")); //BA.debugLineNum = 593;BA.debugLine="Starter.skmt.ExecNonQuery2(\"update cat_gunapr"; @@ -432,7 +432,7 @@ _lacant.setText(BA.ObjectToCharSequence((""+__c.SmartStringFormatter("1.0",(Obje if ((double)(Double.parseDouble(_lacant.getText()))<0) { _lacant.setText(BA.ObjectToCharSequence(0));}; //BA.debugLineNum = 600;BA.debugLine="Log(\"NO ES promo\")"; -__c.LogImpl("757868382","NO ES promo",0); +__c.LogImpl("357868382","NO ES promo",0); //BA.debugLineNum = 601;BA.debugLine="Starter.skmt.ExecNonQuery($\"update HIST_VENTA"; _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("update HIST_VENTAS set HVD_RECHAZO = 1, HVD_RECHAZOCANT = IFNULL(HVD_RECHAZOCANT,0) + (1*'"+__c.SmartStringFormatter("",(Object)(_minimoadesc))+"'), BCAJAS = 0, CANTC = 0 WHERE HVD_PROID = '"+__c.SmartStringFormatter("",_estetag.Get((int) (2)))+"' and HVD_cliente in (Select CUENTA from cuentaa) AND CONSECUTIVO = '"+__c.SmartStringFormatter("",_estetag.Get((int) (8)))+"'")); //BA.debugLineNum = 602;BA.debugLine="Starter.skmt.ExecNonQuery2(\"update cat_gunapro"; @@ -451,7 +451,7 @@ _lacant.setText(BA.ObjectToCharSequence((""+__c.SmartStringFormatter("1.0",(Obje if ((double)(Double.parseDouble(_lacant.getText()))<0) { _lacant.setText(BA.ObjectToCharSequence(0));}; //BA.debugLineNum = 611;BA.debugLine="Log(\"NO ES promo\")"; -__c.LogImpl("757868393","NO ES promo",0); +__c.LogImpl("357868393","NO ES promo",0); //BA.debugLineNum = 616;BA.debugLine="Private c3 As Cursor = Starter.skmt.ExecQuery2(\""; _c3 = new anywheresoftware.b4a.sql.SQL.CursorWrapper(); _c3 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT PE_CANT FROM PEDIDO WHERE PE_PROID = ? AND PE_CLIENTE IN (SELECT CUENTA FROM CUENTAA) AND CONSECUTIVO = ?",new String[]{BA.ObjectToString(_estetag.Get((int) (2))),BA.ObjectToString(_estetag.Get((int) (8)))}))); @@ -491,7 +491,7 @@ _b4xpage_appear(); //BA.debugLineNum = 636;BA.debugLine="Dim preciou As Float = esteTag.Get(0)/esteTag.Get"; _preciou = (float) ((double)(BA.ObjectToNumber(_estetag.Get((int) (0))))/(double)(double)(BA.ObjectToNumber(_estetag.Get((int) (1))))); //BA.debugLineNum = 637;BA.debugLine="Log(\"PU: \" & preciou)"; -__c.LogImpl("757868419","PU: "+BA.NumberToString(_preciou),0); +__c.LogImpl("357868419","PU: "+BA.NumberToString(_preciou),0); //BA.debugLineNum = 648;BA.debugLine="End Sub"; return ""; } @@ -507,9 +507,9 @@ float _preciou = 0f; //BA.debugLineNum = 973;BA.debugLine="etCantHasFocus = False"; _etcanthasfocus = __c.False; //BA.debugLineNum = 974;BA.debugLine="Log(\"etCantHasFocus=\" & etCantHasFocus)"; -__c.LogImpl("758327042","etCantHasFocus="+BA.ObjectToString(_etcanthasfocus),0); +__c.LogImpl("358327042","etCantHasFocus="+BA.ObjectToString(_etcanthasfocus),0); //BA.debugLineNum = 975;BA.debugLine="LogColor(\"b_prodMenos_Click\", Colors.Magenta)"; -__c.LogImpl("758327043","b_prodMenos_Click",__c.Colors.Magenta); +__c.LogImpl("358327043","b_prodMenos_Click",__c.Colors.Magenta); //BA.debugLineNum = 976;BA.debugLine="Dim index As Int = clv_pedido.GetItemFromView(Sen"; _index = _clv_pedido._getitemfromview((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(__c.Sender(ba)))); //BA.debugLineNum = 977;BA.debugLine="Dim pnl0 As B4XView = clv_pedido.GetPanel(index)"; @@ -525,22 +525,22 @@ _lacantc = _pnl.GetView((int) (3)).GetView((int) (3)); _estetag = new anywheresoftware.b4a.objects.collections.List(); _estetag = anywheresoftware.b4a.keywords.Common.ArrayToList(__c.Regex.Split("\\|",BA.ObjectToString(_lacantc.getTag()))); //BA.debugLineNum = 982;BA.debugLine="Log(\"LC_TEXT:\"&laCantc.Text&\"|PROMO:\"&esteTag.Get"; -__c.LogImpl("758327050","LC_TEXT:"+_lacantc.getText()+"|PROMO:"+BA.ObjectToString(_estetag.Get((int) (3)))+"|LC_TAG:"+BA.ObjectToString(_lacantc.getTag())+"|ET:"+BA.ObjectToString(_estetag),0); +__c.LogImpl("358327050","LC_TEXT:"+_lacantc.getText()+"|PROMO:"+BA.ObjectToString(_estetag.Get((int) (3)))+"|LC_TAG:"+BA.ObjectToString(_lacantc.getTag())+"|ET:"+BA.ObjectToString(_estetag),0); //BA.debugLineNum = 983;BA.debugLine="Log(esteTag)"; -__c.LogImpl("758327051",BA.ObjectToString(_estetag),0); +__c.LogImpl("358327051",BA.ObjectToString(_estetag),0); //BA.debugLineNum = 985;BA.debugLine="If esteTag.Get(7) = \"1\" Then"; if ((_estetag.Get((int) (7))).equals((Object)("1"))) { //BA.debugLineNum = 986;BA.debugLine="Private c3 As Cursor = Starter.skmt.ExecQuery2(\""; _c3 = new anywheresoftware.b4a.sql.SQL.CursorWrapper(); _c3 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT PE_CAJAS, CONSECUTIVO FROM PEDIDO WHERE PE_PROID = ? AND PE_CLIENTE IN (SELECT CUENTA FROM CUENTAA) AND CONSECUTIVO = ? ",new String[]{BA.ObjectToString(_estetag.Get((int) (2))),BA.ObjectToString(_estetag.Get((int) (8)))}))); //BA.debugLineNum = 987;BA.debugLine="Log(c3.RowCount)"; -__c.LogImpl("758327055",BA.NumberToString(_c3.getRowCount()),0); +__c.LogImpl("358327055",BA.NumberToString(_c3.getRowCount()),0); //BA.debugLineNum = 988;BA.debugLine="Log(esteTag.Get(8))"; -__c.LogImpl("758327056",BA.ObjectToString(_estetag.Get((int) (8))),0); +__c.LogImpl("358327056",BA.ObjectToString(_estetag.Get((int) (8))),0); //BA.debugLineNum = 989;BA.debugLine="If c3.RowCount > 0 Then"; if (_c3.getRowCount()>0) { //BA.debugLineNum = 990;BA.debugLine="Log(\"AQUI VEMOS SI ACTUALIZAMOS\")"; -__c.LogImpl("758327058","AQUI VEMOS SI ACTUALIZAMOS",0); +__c.LogImpl("358327058","AQUI VEMOS SI ACTUALIZAMOS",0); //BA.debugLineNum = 991;BA.debugLine="c3.Position = 0"; _c3.setPosition((int) (0)); //BA.debugLineNum = 992;BA.debugLine="If c3.GetString(\"PE_CAJAS\") > 1 Then"; @@ -553,7 +553,7 @@ _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("delete from PEDI }; }; //BA.debugLineNum = 998;BA.debugLine="Log(\"entre al if o algo asi \")"; -__c.LogImpl("758327066","entre al if o algo asi ",0); +__c.LogImpl("358327066","entre al if o algo asi ",0); //BA.debugLineNum = 999;BA.debugLine="If laCantc.Text = \"\" Then laCantc.Text = 0"; if ((_lacantc.getText()).equals("")) { _lacantc.setText(BA.ObjectToCharSequence(0));}; @@ -570,7 +570,7 @@ if ((_estetag.Get((int) (5))).equals(_estetag.Get((int) (6)))) { //BA.debugLineNum = 1009;BA.debugLine="If laCantc.Text > 0 Then"; if ((double)(Double.parseDouble(_lacantc.getText()))>0) { //BA.debugLineNum = 1010;BA.debugLine="Log(\"entre al if o algo asi \")"; -__c.LogImpl("758327078","entre al if o algo asi ",0); +__c.LogImpl("358327078","entre al if o algo asi ",0); //BA.debugLineNum = 1011;BA.debugLine="If laCantc.Text = \"\" Then laCantc.Text = 0"; if ((_lacantc.getText()).equals("")) { _lacantc.setText(BA.ObjectToCharSequence(0));}; @@ -596,7 +596,7 @@ _c3 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjec //BA.debugLineNum = 1027;BA.debugLine="If c3.RowCount > 0 Then"; if (_c3.getRowCount()>0) { //BA.debugLineNum = 1028;BA.debugLine="Log(\"AQUI VEMOS SI ACTUALIZAMOS\")"; -__c.LogImpl("758327096","AQUI VEMOS SI ACTUALIZAMOS",0); +__c.LogImpl("358327096","AQUI VEMOS SI ACTUALIZAMOS",0); //BA.debugLineNum = 1029;BA.debugLine="c3.Position = 0"; _c3.setPosition((int) (0)); //BA.debugLineNum = 1030;BA.debugLine="If c3.GetString(\"PE_CAJAS\") > 1 Then"; @@ -609,7 +609,7 @@ _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("delete from PEDI }; }; //BA.debugLineNum = 1036;BA.debugLine="Log(\"entre al if o algo asi \")"; -__c.LogImpl("758327104","entre al if o algo asi ",0); +__c.LogImpl("358327104","entre al if o algo asi ",0); //BA.debugLineNum = 1037;BA.debugLine="If laCantc.Text = \"\" Then laCantc.Text = 0"; if ((_lacantc.getText()).equals("")) { _lacantc.setText(BA.ObjectToCharSequence(0));}; @@ -627,7 +627,7 @@ _b4xpage_appear(); //BA.debugLineNum = 1048;BA.debugLine="Dim preciou As Float = esteTag.Get(0)/esteTag.Get"; _preciou = (float) ((double)(BA.ObjectToNumber(_estetag.Get((int) (0))))/(double)(double)(BA.ObjectToNumber(_estetag.Get((int) (1))))); //BA.debugLineNum = 1049;BA.debugLine="Log(\"PU: \" & preciou)"; -__c.LogImpl("758327117","PU: "+BA.NumberToString(_preciou),0); +__c.LogImpl("358327117","PU: "+BA.NumberToString(_preciou),0); //BA.debugLineNum = 1050;BA.debugLine="End Sub"; return ""; } @@ -858,7 +858,7 @@ _textcolor = __c.Colors.Black; //BA.debugLineNum = 174;BA.debugLine="clv_pedido.Add(CreateListItem2(c3.GetString(\"P"; _clv_pedido._add((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_createlistitem2(_c3.GetString("PE_PRONOMBRE"),_c3.GetString("PE_COSTOU"),(int)(Double.parseDouble(_c3.GetString("PE_CANT"))),(int) (0),_clv_pedido._asview().getWidth(),__c.DipToCurrent((int) (118)),_bmp,_c3.GetString("PE_PROID"),_bgcolor,_textcolor,_subs._traealmacen /*String*/ (ba),_subs._traecliente /*String*/ (ba),_c3.GetString("PE_CLIENTEOR"),BA.NumberToString(1),(int)(Double.parseDouble(_c3.GetString("CONSECUTIVO")))).getObject())),(Object)(_i)); //BA.debugLineNum = 175;BA.debugLine="Log(\"#####################\"&c3.GetString(\"PE_P"; -__c.LogImpl("757344107","#####################"+_c3.GetString("PE_PRONOMBRE")+","+_c3.GetString("PE_CANT"),0); +__c.LogImpl("357344107","#####################"+_c3.GetString("PE_PRONOMBRE")+","+_c3.GetString("PE_CANT"),0); }else { //BA.debugLineNum = 177;BA.debugLine="Private bgColor, textColor As Int"; _bgcolor = 0; @@ -868,7 +868,7 @@ _bgcolor = __c.Colors.RGB((int) (221),(int) (132),(int) (132)); //BA.debugLineNum = 179;BA.debugLine="textColor = Colors.black"; _textcolor = __c.Colors.Black; //BA.debugLineNum = 180;BA.debugLine="Log(\"#####################\"&c3.GetString(\"PE_P"; -__c.LogImpl("757344112","#####################"+_c3.GetString("PE_PRONOMBRE")+","+_c3.GetString("PE_CANT"),0); +__c.LogImpl("357344112","#####################"+_c3.GetString("PE_PRONOMBRE")+","+_c3.GetString("PE_CANT"),0); //BA.debugLineNum = 181;BA.debugLine="clv_pedido.Add(CreateListItem(c3.GetString(\"PE"; _clv_pedido._add((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_createlistitem(_c3.GetString("PE_PRONOMBRE"),_c3.GetString("PE_COSTOU"),(int)(Double.parseDouble(_c3.GetString("PE_CANT"))),(int) (0),_clv_pedido._asview().getWidth(),__c.DipToCurrent((int) (118)),_bmp,_c3.GetString("PE_PROID"),_bgcolor,_textcolor,_subs._traealmacen /*String*/ (ba),_subs._traecliente /*String*/ (ba),_c3.GetString("PE_CLIENTEOR"),BA.NumberToString(1),(int)(Double.parseDouble(_c3.GetString("CONSECUTIVO")))).getObject())),(Object)(_i)); }; @@ -904,7 +904,7 @@ _c4.setPosition((int) (0)); //BA.debugLineNum = 198;BA.debugLine="cantres = c4.GetString(\"PE_CANT\")"; _cantres = (int)(Double.parseDouble(_c4.GetString("PE_CANT"))); //BA.debugLineNum = 199;BA.debugLine="Log(c4.GetString(\"PE_CANT\"))"; -__c.LogImpl("757344131",_c4.GetString("PE_CANT"),0); +__c.LogImpl("357344131",_c4.GetString("PE_CANT"),0); }else { //BA.debugLineNum = 201;BA.debugLine="cantres = 0"; _cantres = (int) (0); @@ -1058,9 +1058,9 @@ if ((double)(Double.parseDouble(_arti3))<0) { _arti = BA.NumberToString(0); }; //BA.debugLineNum = 296;BA.debugLine="Log(Cuenta&\",\"&Cuenta1&\",\"&Cuenta2&\",\"&Cuenta3)"; -__c.LogImpl("757344228",_cuenta+","+_cuenta1+","+_cuenta2+","+_cuenta3,0); +__c.LogImpl("357344228",_cuenta+","+_cuenta1+","+_cuenta2+","+_cuenta3,0); //BA.debugLineNum = 297;BA.debugLine="Log(arti&\",\"&arti1&\",\"&arti2&\",\"&arti3)"; -__c.LogImpl("757344229",_arti+","+_arti1+","+_arti2+","+_arti3,0); +__c.LogImpl("357344229",_arti+","+_arti1+","+_arti2+","+_arti3,0); //BA.debugLineNum = 298;BA.debugLine="If Cuenta + Cuenta1 + Cuenta2 + Cuenta3 < 0 Then"; if ((double)(Double.parseDouble(_cuenta))+(double)(Double.parseDouble(_cuenta1))+(double)(Double.parseDouble(_cuenta2))+(double)(Double.parseDouble(_cuenta3))<0) { //BA.debugLineNum = 299;BA.debugLine="L_TOTAL.Text = 0"; @@ -1368,7 +1368,7 @@ return ""; public String _p_prods_click() throws Exception{ //BA.debugLineNum = 924;BA.debugLine="Sub p_prods_Click"; //BA.debugLineNum = 925;BA.debugLine="Log(Sender.As(Panel).tag)"; -__c.LogImpl("758195969",BA.ObjectToString(((anywheresoftware.b4a.objects.PanelWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.PanelWrapper(), (android.view.ViewGroup)(__c.Sender(ba)))).getTag()),0); +__c.LogImpl("358195969",BA.ObjectToString(((anywheresoftware.b4a.objects.PanelWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.PanelWrapper(), (android.view.ViewGroup)(__c.Sender(ba)))).getTag()),0); //BA.debugLineNum = 926;BA.debugLine="End Sub"; return ""; } diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/c_foto.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/c_foto.java index 3ef5383..ac3c538 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/c_foto.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/c_foto.java @@ -147,7 +147,7 @@ String _flash = ""; //BA.debugLineNum = 129;BA.debugLine="Dim f() As Float = camEx.GetFocusDistances"; _f = _camex._getfocusdistances /*float[]*/ (); //BA.debugLineNum = 130;BA.debugLine="Log(f(0) & \", \" & f(1) & \", \" & f(2))"; -__c.LogImpl("759375618",BA.NumberToString(_f[(int) (0)])+", "+BA.NumberToString(_f[(int) (1)])+", "+BA.NumberToString(_f[(int) (2)]),0); +__c.LogImpl("359375618",BA.NumberToString(_f[(int) (0)])+", "+BA.NumberToString(_f[(int) (1)])+", "+BA.NumberToString(_f[(int) (2)]),0); //BA.debugLineNum = 131;BA.debugLine="Dim flashModes As List = camEx.GetSupportedFlashM"; _flashmodes = new anywheresoftware.b4a.objects.collections.List(); _flashmodes = _camex._getsupportedflashmodes /*anywheresoftware.b4a.objects.collections.List*/ (); @@ -307,7 +307,7 @@ _camex._commitparameters /*String*/ (); //BA.debugLineNum = 55;BA.debugLine="camEx.StartPreview"; _camex._startpreview /*String*/ (); //BA.debugLineNum = 56;BA.debugLine="Log(camEx.GetPreviewSize)"; -__c.LogImpl("758982405",BA.ObjectToString(_camex._getpreviewsize /*reparto_mazapa.keymon.lat.cameraexclass._camerasize*/ ()),0); +__c.LogImpl("358982405",BA.ObjectToString(_camex._getpreviewsize /*reparto_mazapa.keymon.lat.cameraexclass._camerasize*/ ()),0); }else { //BA.debugLineNum = 58;BA.debugLine="ToastMessageShow(\"Cannot open camera.\", True)"; __c.ToastMessageShow(BA.ObjectToCharSequence("Cannot open camera."),__c.True); diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/c_historico.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/c_historico.java index 1f8bdab..5d0939e 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/c_historico.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/c_historico.java @@ -93,7 +93,7 @@ anywheresoftware.b4a.objects.collections.Map _cym = null; //BA.debugLineNum = 385;BA.debugLine="etCantHasFocus = False"; _etcanthasfocus = __c.False; //BA.debugLineNum = 387;BA.debugLine="LogColor(\"b_prodMas_Click\", Colors.Magenta)"; -__c.LogImpl("760293123","b_prodMas_Click",__c.Colors.Magenta); +__c.LogImpl("360293123","b_prodMas_Click",__c.Colors.Magenta); //BA.debugLineNum = 388;BA.debugLine="Dim index As Int = clv_pedido.GetItemFromView(Sen"; _index = _clv_pedido._getitemfromview((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(__c.Sender(ba)))); //BA.debugLineNum = 389;BA.debugLine="Dim pnl0 As B4XView = clv_pedido.GetPanel(index)"; @@ -109,18 +109,18 @@ _lacant = _pnl.GetView((int) (2)).GetView((int) (3)); _estetag = new anywheresoftware.b4a.objects.collections.List(); _estetag = anywheresoftware.b4a.keywords.Common.ArrayToList(__c.Regex.Split("\\|",BA.ObjectToString(_lacant.getTag()))); //BA.debugLineNum = 396;BA.debugLine="Log(\"LC_TEXT:\"&laCant.Text&\"|LC_TAG:\"&laCant.Tag&"; -__c.LogImpl("760293132","LC_TEXT:"+_lacant.getText()+"|LC_TAG:"+BA.ObjectToString(_lacant.getTag())+"|ET:"+BA.ObjectToString(_estetag),0); +__c.LogImpl("360293132","LC_TEXT:"+_lacant.getText()+"|LC_TAG:"+BA.ObjectToString(_lacant.getTag())+"|ET:"+BA.ObjectToString(_estetag),0); //BA.debugLineNum = 397;BA.debugLine="If laCant.Text = \"\" Then laCant.Text = 0"; if ((_lacant.getText()).equals("")) { _lacant.setText(BA.ObjectToCharSequence(0));}; //BA.debugLineNum = 399;BA.debugLine="Private maxProds as string = esteTag.Get(1) + est"; _maxprods = BA.NumberToString((double)(BA.ObjectToNumber(_estetag.Get((int) (1))))+(double)(BA.ObjectToNumber(_estetag.Get((int) (4))))); //BA.debugLineNum = 401;BA.debugLine="LogColor($\"++++++++++++++++++++++++++ ${esteTag"; -__c.LogImpl("760293137",("++++++++++++++++++++++++++ "+__c.SmartStringFormatter("",(Object)(_estetag.getObject()))+""),__c.Colors.Green); +__c.LogImpl("360293137",("++++++++++++++++++++++++++ "+__c.SmartStringFormatter("",(Object)(_estetag.getObject()))+""),__c.Colors.Green); //BA.debugLineNum = 403;BA.debugLine="If laCant.Text + 1 <= maxProds Then"; if ((double)(Double.parseDouble(_lacant.getText()))+1<=(double)(Double.parseDouble(_maxprods))) { //BA.debugLineNum = 404;BA.debugLine="Log($\"NuevaCant = ${laCant.Text + 1}\"$)"; -__c.LogImpl("760293140",("NuevaCant = "+__c.SmartStringFormatter("",(Object)((double)(Double.parseDouble(_lacant.getText()))+1))+""),0); +__c.LogImpl("360293140",("NuevaCant = "+__c.SmartStringFormatter("",(Object)((double)(Double.parseDouble(_lacant.getText()))+1))+""),0); //BA.debugLineNum = 405;BA.debugLine="laCant.Text = $\"$1.0{laCant.Text + 1}\"$"; _lacant.setText(BA.ObjectToCharSequence((""+__c.SmartStringFormatter("1.0",(Object)((double)(Double.parseDouble(_lacant.getText()))+1))+""))); //BA.debugLineNum = 406;BA.debugLine="Starter.skmt.ExecNonQuery2(\"update cat_gunaprod"; @@ -150,9 +150,9 @@ anywheresoftware.b4a.objects.collections.Map _cym = null; //BA.debugLineNum = 342;BA.debugLine="etCantHasFocus = False"; _etcanthasfocus = __c.False; //BA.debugLineNum = 343;BA.debugLine="Log(\"etCantHasFocus=\" & etCantHasFocus)"; -__c.LogImpl("760227586","etCantHasFocus="+BA.ObjectToString(_etcanthasfocus),0); +__c.LogImpl("360227586","etCantHasFocus="+BA.ObjectToString(_etcanthasfocus),0); //BA.debugLineNum = 344;BA.debugLine="LogColor(\"b_prodMenos_Click\", Colors.Magenta)"; -__c.LogImpl("760227587","b_prodMenos_Click",__c.Colors.Magenta); +__c.LogImpl("360227587","b_prodMenos_Click",__c.Colors.Magenta); //BA.debugLineNum = 345;BA.debugLine="Dim index As Int = clv_pedido.GetItemFromView(Sen"; _index = _clv_pedido._getitemfromview((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(__c.Sender(ba)))); //BA.debugLineNum = 346;BA.debugLine="Dim pnl0 As B4XView = clv_pedido.GetPanel(index)"; @@ -168,11 +168,11 @@ _lacant = _pnl.GetView((int) (2)).GetView((int) (3)); _estetag = new anywheresoftware.b4a.objects.collections.List(); _estetag = anywheresoftware.b4a.keywords.Common.ArrayToList(__c.Regex.Split("\\|",BA.ObjectToString(_lacant.getTag()))); //BA.debugLineNum = 351;BA.debugLine="Log(\"LC_TEXT:\"&laCant.Text&\"|PROMO:\"&esteTag.Get("; -__c.LogImpl("760227594","LC_TEXT:"+_lacant.getText()+"|PROMO:"+BA.ObjectToString(_estetag.Get((int) (3)))+"|LC_TAG:"+BA.ObjectToString(_lacant.getTag())+"|ET:"+BA.ObjectToString(_estetag),0); +__c.LogImpl("360227594","LC_TEXT:"+_lacant.getText()+"|PROMO:"+BA.ObjectToString(_estetag.Get((int) (3)))+"|LC_TAG:"+BA.ObjectToString(_lacant.getTag())+"|ET:"+BA.ObjectToString(_estetag),0); //BA.debugLineNum = 352;BA.debugLine="If esteTag.Get(3) <> \"1\" Then 'Si es PROMO entonc"; if ((_estetag.Get((int) (3))).equals((Object)("1")) == false) { //BA.debugLineNum = 353;BA.debugLine="Log(\"ES PROMO\")"; -__c.LogImpl("760227596","ES PROMO",0); +__c.LogImpl("360227596","ES PROMO",0); //BA.debugLineNum = 354;BA.debugLine="result = Msgbox2(\"Si se modifica una promoción,"; _result = BA.NumberToString(__c.Msgbox2(BA.ObjectToCharSequence("Si se modifica una promoción, la promoción se rompe y solo quedarán los productos sueltos, ¿seguro que desea continuar?"),BA.ObjectToCharSequence("Modificar Promoción"),"Si","","No",(android.graphics.Bitmap)(__c.LoadBitmap(__c.File.getDirAssets(),"alert2.png").getObject()),ba)); //BA.debugLineNum = 355;BA.debugLine="If result = DialogResponse.POSITIVE Then 'Quitam"; @@ -184,7 +184,7 @@ _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("update HIST_VENT //BA.debugLineNum = 358;BA.debugLine="Starter.skmt.ExecNonQuery($\"update HIST_VENTAS"; _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("update HIST_VENTAS set HVD_CODPROMO = '"+__c.SmartStringFormatter("",(Object)(_subs._traealmacen /*String*/ (ba)))+"' WHERE HVD_cliente in (Select CUENTA from cuentaa) AND HVD_CODPROMO = '"+__c.SmartStringFormatter("",_estetag.Get((int) (3)))+"'")); //BA.debugLineNum = 359;BA.debugLine="LogColor(prodsMap, Colors.red)"; -__c.LogImpl("760227602",BA.ObjectToString(_prodsmap),__c.Colors.Red); +__c.LogImpl("360227602",BA.ObjectToString(_prodsmap),__c.Colors.Red); //BA.debugLineNum = 360;BA.debugLine="reconstruirPedido = True"; _reconstruirpedido = __c.True; //BA.debugLineNum = 361;BA.debugLine="promoABorrar = esteTag.Get(3)"; @@ -207,7 +207,7 @@ _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("update cat_gunap //BA.debugLineNum = 370;BA.debugLine="Dim preciou As Float = esteTag.Get(0)/esteTag.Get"; _preciou = (float) ((double)(BA.ObjectToNumber(_estetag.Get((int) (0))))/(double)(double)(BA.ObjectToNumber(_estetag.Get((int) (1))))); //BA.debugLineNum = 371;BA.debugLine="Log(\"PU: \" & preciou)"; -__c.LogImpl("760227614","PU: "+BA.NumberToString(_preciou),0); +__c.LogImpl("360227614","PU: "+BA.NumberToString(_preciou),0); //BA.debugLineNum = 377;BA.debugLine="Subs.prodRechazo(esteTag.Get(5), esteTag.Get(2))"; _subs._prodrechazo /*String*/ (ba,BA.ObjectToString(_estetag.Get((int) (5))),BA.ObjectToString(_estetag.Get((int) (2)))); //BA.debugLineNum = 378;BA.debugLine="Private cym As Map = Subs.traemosCantYMonto(clv_p"; @@ -327,7 +327,7 @@ _clv_pedido._add((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware. _vc = new anywheresoftware.b4a.sql.SQL.CursorWrapper(); _vc = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select * from REPARTO where REP_CLIENTE in (select cuenta from cuentaa) and REP_RECHAZO = '0' and REP_CANT > 0 order by REP_PRONOMBRE"))); //BA.debugLineNum = 114;BA.debugLine="Log($\"VENTA: ${vc.RowCount}\"$)"; -__c.LogImpl("759768887",("VENTA: "+__c.SmartStringFormatter("",(Object)(_vc.getRowCount()))+""),0); +__c.LogImpl("359768887",("VENTA: "+__c.SmartStringFormatter("",(Object)(_vc.getRowCount()))+""),0); //BA.debugLineNum = 115;BA.debugLine="If vc.RowCount > 0 Then"; if (_vc.getRowCount()>0) { //BA.debugLineNum = 118;BA.debugLine="textColor = Colors.RGB(0,87,142)"; @@ -613,13 +613,13 @@ anywheresoftware.b4a.sql.SQL.CursorWrapper _z = null; String _cantidad2 = ""; //BA.debugLineNum = 429;BA.debugLine="Sub cuentaProds(accion As String)"; //BA.debugLineNum = 431;BA.debugLine="Log(\"*********************************************"; -__c.LogImpl("760358658","*******************************************************",0); +__c.LogImpl("360358658","*******************************************************",0); //BA.debugLineNum = 432;BA.debugLine="Private cantRechazada As Int = 0"; _cantrechazada = (int) (0); //BA.debugLineNum = 433;BA.debugLine="If Not(reconstruirPedido) Then"; if (__c.Not(_reconstruirpedido)) { //BA.debugLineNum = 434;BA.debugLine="Log(\"*********** CUENTAPRODS - NO RECONSTRUIR\")"; -__c.LogImpl("760358661","*********** CUENTAPRODS - NO RECONSTRUIR",0); +__c.LogImpl("360358661","*********** CUENTAPRODS - NO RECONSTRUIR",0); //BA.debugLineNum = 435;BA.debugLine="prodsMap.Initialize"; _prodsmap.Initialize(); //BA.debugLineNum = 436;BA.debugLine="For i = 0 To clv_pedido.GetSize - 1"; @@ -644,9 +644,9 @@ _cant1.setText(BA.ObjectToCharSequence(0));}; _estetag = new anywheresoftware.b4a.objects.collections.List(); _estetag = anywheresoftware.b4a.keywords.Common.ArrayToList(__c.Regex.Split("\\|",BA.ObjectToString(_cant1.getTag()))); //BA.debugLineNum = 443;BA.debugLine="Log(\"-------------------------------------\")"; -__c.LogImpl("760358670","-------------------------------------",0); +__c.LogImpl("360358670","-------------------------------------",0); //BA.debugLineNum = 444;BA.debugLine="Log($\"ET: ${esteTag}\"$)"; -__c.LogImpl("760358671",("ET: "+__c.SmartStringFormatter("",(Object)(_estetag.getObject()))+""),0); +__c.LogImpl("360358671",("ET: "+__c.SmartStringFormatter("",(Object)(_estetag.getObject()))+""),0); //BA.debugLineNum = 445;BA.debugLine="Private esteProd As String = esteTag.Get(2)"; _esteprod = BA.ObjectToString(_estetag.Get((int) (2))); //BA.debugLineNum = 446;BA.debugLine="Private estaCant As Int = cant1.Text"; @@ -669,9 +669,9 @@ _cant1.setText(BA.ObjectToCharSequence(_maxprods));}; //BA.debugLineNum = 456;BA.debugLine="cantRechazada = esteTag.Get(4) - cant1.Text"; _cantrechazada = (int) ((double)(BA.ObjectToNumber(_estetag.Get((int) (4))))-(double)(Double.parseDouble(_cant1.getText()))); //BA.debugLineNum = 459;BA.debugLine="Log($\"${Subs.traeCantidadRechazada(esteClienteO"; -__c.LogImpl("760358686",(""+__c.SmartStringFormatter("",(Object)(_subs._traecantidadrechazada /*int*/ (ba,BA.NumberToString(_esteclienteoriginal),_esteprod)))+", "+__c.SmartStringFormatter("",(Object)(_subs._traecantidadvendida /*int*/ (ba,BA.NumberToString(_esteclienteoriginal),_esteprod)))+""),0); +__c.LogImpl("360358686",(""+__c.SmartStringFormatter("",(Object)(_subs._traecantidadrechazada /*int*/ (ba,BA.NumberToString(_esteclienteoriginal),_esteprod)))+", "+__c.SmartStringFormatter("",(Object)(_subs._traecantidadvendida /*int*/ (ba,BA.NumberToString(_esteclienteoriginal),_esteprod)))+""),0); //BA.debugLineNum = 462;BA.debugLine="LogColor($\"cantRechazada = ${cantRechazada}\"$,"; -__c.LogImpl("760358689",("cantRechazada = "+__c.SmartStringFormatter("",(Object)(_cantrechazada))+""),__c.Colors.Magenta); +__c.LogImpl("360358689",("cantRechazada = "+__c.SmartStringFormatter("",(Object)(_cantrechazada))+""),__c.Colors.Magenta); //BA.debugLineNum = 463;BA.debugLine="Private estePrecio As String = 0"; _esteprecio = BA.NumberToString(0); //BA.debugLineNum = 464;BA.debugLine="If Subs.traePrecio(esteProd, 1) <> Null Then es"; @@ -687,7 +687,7 @@ _rr.setPosition((int) (0)); //BA.debugLineNum = 473;BA.debugLine="If rr.GetString(\"hayRechazo\") = 0 Then"; if ((_rr.GetString("hayRechazo")).equals(BA.NumberToString(0))) { //BA.debugLineNum = 474;BA.debugLine="Log(\"INSERTAMOS EN REPARTO\")"; -__c.LogImpl("760358701","INSERTAMOS EN REPARTO",0); +__c.LogImpl("360358701","INSERTAMOS EN REPARTO",0); //BA.debugLineNum = 475;BA.debugLine="Starter.skmt.ExecNonQuery2(\"insert into repart"; _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("insert into reparto(REP_CLIENTE, REP_PRONOMBRE, REP_CANT, REP_COSTO_TOT, REP_FECHA, REP_RECHAZO, REP_PRODID, REP_PRECIO, REP_CLI_ORIG) VALUES (?,?,?,?,?,1,?,?,?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{_estecliente,_esteprodnombre,BA.NumberToString(0),_esteprecio,_fechareparto,_esteprod,_esteprecio,_estecliente})); //BA.debugLineNum = 476;BA.debugLine="Starter.skmt.ExecNonQuery2(\"insert into repart"; @@ -695,7 +695,7 @@ _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("insert into repa }else if(_esteclienteoriginal==(double)(Double.parseDouble("0"))) { }else { //BA.debugLineNum = 481;BA.debugLine="Log($\"Actualizamos REP_CANT RECHAZO = ${cantRe"; -__c.LogImpl("760358708",("Actualizamos REP_CANT RECHAZO = "+__c.SmartStringFormatter("",(Object)(_cantrechazada))+""),0); +__c.LogImpl("360358708",("Actualizamos REP_CANT RECHAZO = "+__c.SmartStringFormatter("",(Object)(_cantrechazada))+""),0); }; //BA.debugLineNum = 486;BA.debugLine="If cant1.Text > 0 Then"; if ((double)(Double.parseDouble(_cant1.getText()))>0) { @@ -707,7 +707,7 @@ _m = __c.createMap(new Object[] {(Object)("cant"),(Object)(_cant1.getText()),(Ob _prodsmap.Put(_estetag.Get((int) (2)),(Object)(_m.getObject())); }; //BA.debugLineNum = 494;BA.debugLine="Log(\"-------------------------------------\")"; -__c.LogImpl("760358721","-------------------------------------",0); +__c.LogImpl("360358721","-------------------------------------",0); } }; }; @@ -717,14 +717,14 @@ _textcolor = 0; //BA.debugLineNum = 499;BA.debugLine="If reconstruirPedido Then"; if (_reconstruirpedido) { //BA.debugLineNum = 500;BA.debugLine="Log(\"*********** CUENTAPRODS - SI RECONSTRUIR\")"; -__c.LogImpl("760358727","*********** CUENTAPRODS - SI RECONSTRUIR",0); +__c.LogImpl("360358727","*********** CUENTAPRODS - SI RECONSTRUIR",0); //BA.debugLineNum = 501;BA.debugLine="Private newPromo, newPrecio As String"; _newpromo = ""; _newprecio = ""; //BA.debugLineNum = 502;BA.debugLine="clv_pedido.Clear"; _clv_pedido._clear(); //BA.debugLineNum = 503;BA.debugLine="Log(\"Usamos PRODSMAP\")"; -__c.LogImpl("760358730","Usamos PRODSMAP",0); +__c.LogImpl("360358730","Usamos PRODSMAP",0); //BA.debugLineNum = 504;BA.debugLine="For Each pr As String In prodsMap.Keys"; { final anywheresoftware.b4a.BA.IterableList group53 = _prodsmap.Keys(); @@ -737,7 +737,7 @@ _pr = BA.ObjectToString(group53.Get(index53)); _pr1 = new anywheresoftware.b4a.objects.collections.Map(); _pr1 = (anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(_prodsmap.Get((Object)(_pr)))); //BA.debugLineNum = 506;BA.debugLine="Log(\"PPP: \" & pr & \"|PromoABorrar=\" & promoABor"; -__c.LogImpl("760358733","PPP: "+_pr+"|PromoABorrar="+_promoaborrar+"|"+BA.ObjectToString(_pr1),0); +__c.LogImpl("360358733","PPP: "+_pr+"|PromoABorrar="+_promoaborrar+"|"+BA.ObjectToString(_pr1),0); //BA.debugLineNum = 507;BA.debugLine="bgColor = Colors.RGB(177, 200, 249)'azul"; _bgcolor = __c.Colors.RGB((int) (177),(int) (200),(int) (249)); //BA.debugLineNum = 508;BA.debugLine="textColor = Colors.black"; @@ -747,7 +747,7 @@ _newpromo = BA.ObjectToString(_pr1.Get((Object)("promo"))); //BA.debugLineNum = 510;BA.debugLine="newPrecio = pr1.Get(\"precio\")"; _newprecio = BA.ObjectToString(_pr1.Get((Object)("precio"))); //BA.debugLineNum = 511;BA.debugLine="Log(\"AAA: \" & newPromo & \"|\" & promoABorrar)"; -__c.LogImpl("760358738","AAA: "+_newpromo+"|"+_promoaborrar,0); +__c.LogImpl("360358738","AAA: "+_newpromo+"|"+_promoaborrar,0); //BA.debugLineNum = 512;BA.debugLine="If newPromo = promoABorrar Then"; if ((_newpromo).equals(_promoaborrar)) { //BA.debugLineNum = 513;BA.debugLine="newPromo = 1"; @@ -757,7 +757,7 @@ _newprecio = BA.NumberToString((double)(Double.parseDouble(_subs._traeprecio /*S //BA.debugLineNum = 516;BA.debugLine="Starter.skmt.ExecNonQuery($\"update HIST_VENTAS"; _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("update HIST_VENTAS set HVD_COSTO_TOT = "+__c.SmartStringFormatter("",(Object)(_newprecio))+", HVD_CODPROMO = '"+__c.SmartStringFormatter("",(Object)(_subs._traealmacen /*String*/ (ba)))+"' WHERE HVD_PRONOMBRE = '"+__c.SmartStringFormatter("",_pr1.Get((Object)("nombre")))+"' and HVD_cliente in (Select CUENTA from cuentaa)")); //BA.debugLineNum = 517;BA.debugLine="LogColor(\"CAMBIAMOS PROMO: \" & newPromo, Color"; -__c.LogImpl("760358744","CAMBIAMOS PROMO: "+_newpromo,__c.Colors.Magenta); +__c.LogImpl("360358744","CAMBIAMOS PROMO: "+_newpromo,__c.Colors.Magenta); }; //BA.debugLineNum = 519;BA.debugLine="If newPromo <> \"1\" Then"; if ((_newpromo).equals("1") == false) { @@ -765,7 +765,7 @@ if ((_newpromo).equals("1") == false) { _bgcolor = __c.Colors.White; }; //BA.debugLineNum = 523;BA.debugLine="Log($\"CLI: ${pr1.Get(\"nombre\")}, ${newPrecio},"; -__c.LogImpl("760358750",("CLI: "+__c.SmartStringFormatter("",_pr1.Get((Object)("nombre")))+", "+__c.SmartStringFormatter("",(Object)(_newprecio))+", "+__c.SmartStringFormatter("",_pr1.Get((Object)("cant")))+", "+__c.SmartStringFormatter("",_pr1.Get((Object)("cant2")))+""),0); +__c.LogImpl("360358750",("CLI: "+__c.SmartStringFormatter("",_pr1.Get((Object)("nombre")))+", "+__c.SmartStringFormatter("",(Object)(_newprecio))+", "+__c.SmartStringFormatter("",_pr1.Get((Object)("cant")))+", "+__c.SmartStringFormatter("",_pr1.Get((Object)("cant2")))+""),0); //BA.debugLineNum = 524;BA.debugLine="clv_pedido.Add(CreateListItem(pr1.Get(\"nombre\")"; _clv_pedido._add((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_createlistitem(BA.ObjectToString(_pr1.Get((Object)("nombre"))),_newprecio,(int)(BA.ObjectToNumber(_pr1.Get((Object)("cant")))),(int)(BA.ObjectToNumber(_pr1.Get((Object)("cant2")))),_clv_pedido._asview().getWidth(),__c.DipToCurrent((int) (50)),_bmp,_pr,_bgcolor,_textcolor,_newpromo,BA.ObjectToString(_pr1.Get((Object)("cli_orig")))).getObject())),_pr1.Get((Object)("nombre"))); //BA.debugLineNum = 525;BA.debugLine="reconstruirPedido = False"; @@ -776,11 +776,11 @@ _reconstruirpedido = __c.False; _promoaborrar = ""; }; //BA.debugLineNum = 529;BA.debugLine="Log($\"Total Prods: ${totalProds}, Total Compra: $"; -__c.LogImpl("760358756",("Total Prods: "+__c.SmartStringFormatter("",(Object)(_totalprods))+", Total Compra: $"+__c.SmartStringFormatter("1.2",(Object)(_totalcompra))+""),0); +__c.LogImpl("360358756",("Total Prods: "+__c.SmartStringFormatter("",(Object)(_totalprods))+", Total Compra: $"+__c.SmartStringFormatter("1.2",(Object)(_totalcompra))+""),0); //BA.debugLineNum = 530;BA.debugLine="LogColor(\"prodsMap=\" & prodsMap, Colors.Green)"; -__c.LogImpl("760358757","prodsMap="+BA.ObjectToString(_prodsmap),__c.Colors.Green); +__c.LogImpl("360358757","prodsMap="+BA.ObjectToString(_prodsmap),__c.Colors.Green); //BA.debugLineNum = 533;BA.debugLine="LogColor(prodsMap, Colors.Blue)"; -__c.LogImpl("760358760",BA.ObjectToString(_prodsmap),__c.Colors.Blue); +__c.LogImpl("360358760",BA.ObjectToString(_prodsmap),__c.Colors.Blue); //BA.debugLineNum = 534;BA.debugLine="c = Starter.skmt.ExecQuery($\"SELECT sum(HVD_CANT)"; _c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("SELECT sum(HVD_CANT) as CANTIDAD FROM HIST_VENTAS WHERE HVD_CLIENTE IN (SELECT CUENTA FROM CUENTAA)")))); //BA.debugLineNum = 535;BA.debugLine="Dim cantidad1 As String = 0"; @@ -902,7 +902,7 @@ return ""; public String _p_prods_click() throws Exception{ //BA.debugLineNum = 602;BA.debugLine="Sub p_prods_Click"; //BA.debugLineNum = 603;BA.debugLine="Log(Sender.As(Panel).tag)"; -__c.LogImpl("760555265",BA.ObjectToString(((anywheresoftware.b4a.objects.PanelWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.PanelWrapper(), (android.view.ViewGroup)(__c.Sender(ba)))).getTag()),0); +__c.LogImpl("360555265",BA.ObjectToString(((anywheresoftware.b4a.objects.PanelWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.PanelWrapper(), (android.view.ViewGroup)(__c.Sender(ba)))).getTag()),0); //BA.debugLineNum = 604;BA.debugLine="End Sub"; return ""; } diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/c_noventa.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/c_noventa.java index 8164369..ae2ab42 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/c_noventa.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/c_noventa.java @@ -372,7 +372,7 @@ this.state = 53; //BA.debugLineNum = 99;BA.debugLine="rv.Position = i2"; _rv.setPosition(_i2); //BA.debugLineNum = 100;BA.debugLine="Log($\"Actualizamos REPARTO - cliente=${rv.Ge"; -parent.__c.LogImpl("751314732",("Actualizamos REPARTO - cliente="+parent.__c.SmartStringFormatter("",(Object)(_rv.GetString("REP_CLIENTE")))+", cliente orignal="+parent.__c.SmartStringFormatter("",(Object)(_rv.GetString("REP_CLI_ORIG")))+", le agregamos "+parent.__c.SmartStringFormatter("",(Object)(_rv.GetString("REP_CANT")))+""),0); +parent.__c.LogImpl("315663148",("Actualizamos REPARTO - cliente="+parent.__c.SmartStringFormatter("",(Object)(_rv.GetString("REP_CLIENTE")))+", cliente orignal="+parent.__c.SmartStringFormatter("",(Object)(_rv.GetString("REP_CLI_ORIG")))+", le agregamos "+parent.__c.SmartStringFormatter("",(Object)(_rv.GetString("REP_CANT")))+""),0); //BA.debugLineNum = 101;BA.debugLine="Starter.skmt.ExecNonQuery($\"update REPARTO s"; parent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("update REPARTO set REP_CANT = REP_CANT + "+parent.__c.SmartStringFormatter("",(Object)(_rv.GetString("REP_CANT")))+" where REP_RECHAZO = '1' and REP_CLIENTE = '"+parent.__c.SmartStringFormatter("",(Object)(_rv.GetString("REP_CLI_ORIG")))+"' and REP_CLI_ORIG = '"+parent.__c.SmartStringFormatter("",(Object)(_rv.GetString("REP_CLI_ORIG")))+"'")); if (true) break; @@ -420,7 +420,7 @@ this.state = 55; //BA.debugLineNum = 107;BA.debugLine="c.Position=i"; parent._c.setPosition(_i); //BA.debugLineNum = 108;BA.debugLine="Log($\"REGISTRO= ${c.GetString(\"HVD_NUM_REGIST"; -parent.__c.LogImpl("751314740",("REGISTRO= "+parent.__c.SmartStringFormatter("",(Object)(parent._c.GetString("HVD_NUM_REGISTRO")))+""),0); +parent.__c.LogImpl("315663156",("REGISTRO= "+parent.__c.SmartStringFormatter("",(Object)(parent._c.GetString("HVD_NUM_REGISTRO")))+""),0); //BA.debugLineNum = 109;BA.debugLine="Starter.skmt.ExecNonQuery2(\"insert into repar"; parent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("insert into reparto(REP_CLIENTE, REP_PRONOMBRE, REP_CANT, REP_COSTO_TOT, REP_FECHA, REP_RECHAZO, REP_PRODID, REP_PRECIO, REP_PRODREGISTRO, REP_CLI_ORIG) VALUES (?,?,?,?,?,1,?,?,?,?) ",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{parent._c.GetString("HVD_CLIENTE"),parent._c.GetString("HVD_PRONOMBRE"),parent._c.GetString("HVD_CANT"),parent._c.GetString("HVD_COSTO_TOT"),parent._c.GetString("HVD_FECHA"),parent._c.GetString("HVD_PROID"),parent._c.GetString("CAT_GP_PRECIO"),parent._c.GetString("HVD_NUM_REGISTRO"),parent._c.GetString("HVD_CLIENTE")})); //BA.debugLineNum = 110;BA.debugLine="Starter.skmt.ExecNonQuery2(\"insert into repar"; @@ -586,12 +586,12 @@ Object[] _records = null; String _k = ""; //BA.debugLineNum = 176;BA.debugLine="Sub JobDone(Job As HttpJob)"; //BA.debugLineNum = 177;BA.debugLine="Log(Job.Success)"; -__c.LogImpl("751445761",BA.ObjectToString(_job._success /*boolean*/ ),0); +__c.LogImpl("315794177",BA.ObjectToString(_job._success /*boolean*/ ),0); //BA.debugLineNum = 178;BA.debugLine="If Job.Success = False Then"; if (_job._success /*boolean*/ ==__c.False) { }else { //BA.debugLineNum = 181;BA.debugLine="LogColor(\"JobDone: '\" & reqManager.HandleJob(Job"; -__c.LogImpl("751445765","JobDone: '"+BA.ObjectToString(_reqmanager._handlejob /*reparto_mazapa.keymon.lat.dbrequestmanager._dbresult*/ (_job).Tag /*Object*/ )+"' - Registros: "+BA.NumberToString(_reqmanager._handlejob /*reparto_mazapa.keymon.lat.dbrequestmanager._dbresult*/ (_job).Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()),__c.Colors.Green); +__c.LogImpl("315794181","JobDone: '"+BA.ObjectToString(_reqmanager._handlejob /*reparto_mazapa.keymon.lat.dbrequestmanager._dbresult*/ (_job).Tag /*Object*/ )+"' - Registros: "+BA.NumberToString(_reqmanager._handlejob /*reparto_mazapa.keymon.lat.dbrequestmanager._dbresult*/ (_job).Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()),__c.Colors.Green); //BA.debugLineNum = 182;BA.debugLine="If Job.JobName = \"DBRequest\" Then"; if ((_job._jobname /*String*/ ).equals("DBRequest")) { //BA.debugLineNum = 183;BA.debugLine="Dim resultado As DBResult = reqManager.HandleJo"; @@ -603,7 +603,7 @@ _cliente = BA.ObjectToString(_resultado.Tag /*Object*/ ); //BA.debugLineNum = 186;BA.debugLine="cliente = cliente.SubString(cliente.IndexOf(\"_"; _cliente = _cliente.substring((int) (_cliente.indexOf("_")+24)); //BA.debugLineNum = 187;BA.debugLine="Log($\"Cliente1:${cliente}\"$)"; -__c.LogImpl("751445771",("Cliente1:"+__c.SmartStringFormatter("",(Object)(_cliente))+""),0); +__c.LogImpl("315794187",("Cliente1:"+__c.SmartStringFormatter("",(Object)(_cliente))+""),0); //BA.debugLineNum = 188;BA.debugLine="Starter.skmt.ExecNonQuery2(\"update REPARTO_GEO"; _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("update REPARTO_GEO SET ENVIO = ? WHERE CLIENTE = ? AND ENVIO <> ?",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{"1",_cliente,"1"})); //BA.debugLineNum = 189;BA.debugLine="For Each records() As Object In resultado.Rows"; @@ -623,7 +623,7 @@ final int groupLen13 = group13.getSize() for (; index13 < groupLen13;index13++){ _k = BA.ObjectToString(group13.Get(index13)); //BA.debugLineNum = 191;BA.debugLine="Log(resultado.Tag & \": \" & k & \": \" & record"; -__c.LogImpl("751445775",BA.ObjectToString(_resultado.Tag /*Object*/ )+": "+_k+": "+BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_resultado.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)(_k))))]),0); +__c.LogImpl("315794191",BA.ObjectToString(_resultado.Tag /*Object*/ )+": "+_k+": "+BA.ObjectToString(_records[(int)(BA.ObjectToNumber(_resultado.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .Get((Object)(_k))))]),0); } }; } @@ -643,7 +643,7 @@ reparto_mazapa.keymon.lat.dbrequestmanager._dbcommand _cmd = null; //BA.debugLineNum = 157;BA.debugLine="c=Starter.skmt.ExecQuery(\"SELECT CLIENTE, USUARI"; _c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("SELECT CLIENTE, USUARIO, FECHA_PUNTEO, LATITUD, LONGITUD, ALMACEN, RUTA_REPARTO, RUTA_PREV, FECHA_PREVENTA, MOTIVO, COMENTARIO,TIPO FROM REPARTO_GEO where ENVIO <> 1"))); //BA.debugLineNum = 158;BA.debugLine="Log($\"REPARTO_Cliente PENDIENTE: ${c.RowCount}\"$)"; -__c.LogImpl("751380226",("REPARTO_Cliente PENDIENTE: "+__c.SmartStringFormatter("",(Object)(_c.getRowCount()))+""),0); +__c.LogImpl("315728642",("REPARTO_Cliente PENDIENTE: "+__c.SmartStringFormatter("",(Object)(_c.getRowCount()))+""),0); //BA.debugLineNum = 159;BA.debugLine="If c.RowCount>0 Then"; if (_c.getRowCount()>0) { //BA.debugLineNum = 160;BA.debugLine="For i=0 To c.RowCount -1"; diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/c_principal.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/c_principal.java index c5edbf2..d1d5dc0 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/c_principal.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/c_principal.java @@ -222,10 +222,10 @@ if ((_c.GetString("gestion")).equals("2")) { //BA.debugLineNum = 1923;BA.debugLine="ESTATUS = \"ENTREGADO\""; _estatus = "ENTREGADO"; //BA.debugLineNum = 1924;BA.debugLine="Log(\"entrega\")"; -__c.LogImpl("743122716","entrega",0); +__c.LogImpl("37471132","entrega",0); }else if((_c.GetString("gestion")).equals("3")) { //BA.debugLineNum = 1926;BA.debugLine="Log(\"no entrega\")"; -__c.LogImpl("743122718","no entrega",0); +__c.LogImpl("37471134","no entrega",0); //BA.debugLineNum = 1927;BA.debugLine="ESTATUS = \"RECHAZADO\""; _estatus = "RECHAZADO"; }else { @@ -366,7 +366,7 @@ _totalcantidad = BA.NumberToString((double)(Double.parseDouble(_arti))+(double)( //BA.debugLineNum = 2007;BA.debugLine="ListView1.AddTwoLines(c.GetString(\"CAT_CL_COD"; _listview1.AddTwoLines(BA.ObjectToCharSequence(_c.GetString("CAT_CL_CODIGO")+" - "+_c.GetString("CAT_CL_NOMBRE")),BA.ObjectToCharSequence("Articulos :"+_totalcantidad+" Monto :"+__c.NumberFormat2((double)(Double.parseDouble(_totalmonto)),(int) (0),(int) (2),(int) (2),__c.True)+" "+_estatus)); //BA.debugLineNum = 2008;BA.debugLine="Log(\"si entre2\")"; -__c.LogImpl("743122800","si entre2",0); +__c.LogImpl("37471216","si entre2",0); }else if((_estatus).equals("RECHAZADO")) { //BA.debugLineNum = 2012;BA.debugLine="Private vc As Cursor = Starter.skmt.ExecQuery"; _vc = new anywheresoftware.b4a.sql.SQL.CursorWrapper(); @@ -500,7 +500,7 @@ _totalmonto = BA.NumberToString((double)(Double.parseDouble(_cuenta0))+(double)( //BA.debugLineNum = 2083;BA.debugLine="Private TOTALcantidad As String = arti + arti"; _totalcantidad = BA.NumberToString((double)(Double.parseDouble(_arti))+(double)(Double.parseDouble(_arti1))+(double)(Double.parseDouble(_arti2))+(double)(Double.parseDouble(_arti3))); //BA.debugLineNum = 2085;BA.debugLine="Log(\"si entre\")"; -__c.LogImpl("743122877","si entre",0); +__c.LogImpl("37471293","si entre",0); //BA.debugLineNum = 2086;BA.debugLine="ListView1.AddTwoLines(c.GetString(\"CAT_CL_COD"; _listview1.AddTwoLines(BA.ObjectToCharSequence(_c.GetString("CAT_CL_CODIGO")+" - "+_c.GetString("CAT_CL_NOMBRE")),BA.ObjectToCharSequence("Articulos :"+_totalcantidad+" Monto :"+__c.NumberFormat2((double)(Double.parseDouble(_totalmonto)),(int) (0),(int) (2),(int) (2),__c.True)+" "+_estatus)); }; @@ -599,7 +599,7 @@ return ""; public String _b_regresa_click() throws Exception{ //BA.debugLineNum = 2123;BA.debugLine="Sub B_REGRESA_Click"; //BA.debugLineNum = 2124;BA.debugLine="Log(\"B_REGRESA_Click\")"; -__c.LogImpl("743188225","B_REGRESA_Click",0); +__c.LogImpl("37536641","B_REGRESA_Click",0); //BA.debugLineNum = 2125;BA.debugLine="BUSCA.Visible = False"; _busca.setVisible(__c.False); //BA.debugLineNum = 2126;BA.debugLine="connecta.Visible = True"; @@ -1059,7 +1059,7 @@ _totalcantped = _r6.GetString("PE_CANT"); _totalcantped = BA.NumberToString(0); }; //BA.debugLineNum = 419;BA.debugLine="Log(r5.GetString(\"HVD_CLIENTE\")&\"---- ID"; -__c.LogImpl("741943288",_r5.GetString("HVD_CLIENTE")+"---- ID "+_r5.GetString("HVD_PROID")+" ///// "+_r5.GetString("HVD_RECHAZOCANT")+" - "+_totalcantped+" $$$$$$$$$$$$ "+BA.NumberToString((((double)(Double.parseDouble(_r5.GetString("HVD_COSTO_TOT")))/(double)(double)(Double.parseDouble((_r5.GetString("HVD_CANT")))))*(((double)(Double.parseDouble(_r5.GetString("HVD_RECHAZOCANT")))-(double)(Double.parseDouble(_totalcantped)))))),0); +__c.LogImpl("36291704",_r5.GetString("HVD_CLIENTE")+"---- ID "+_r5.GetString("HVD_PROID")+" ///// "+_r5.GetString("HVD_RECHAZOCANT")+" - "+_totalcantped+" $$$$$$$$$$$$ "+BA.NumberToString((((double)(Double.parseDouble(_r5.GetString("HVD_COSTO_TOT")))/(double)(double)(Double.parseDouble((_r5.GetString("HVD_CANT")))))*(((double)(Double.parseDouble(_r5.GetString("HVD_RECHAZOCANT")))-(double)(Double.parseDouble(_totalcantped)))))),0); //BA.debugLineNum = 420;BA.debugLine="rescant = rescant + ((r5.GetString(\"HVD_COSTO_T"; _rescant = BA.NumberToString((double)(Double.parseDouble(_rescant))+(((double)(Double.parseDouble(_r5.GetString("HVD_COSTO_TOT")))/(double)(double)(Double.parseDouble((_r5.GetString("HVD_CANT")))))*(((double)(Double.parseDouble(_r5.GetString("HVD_RECHAZOCANT")))-(double)(Double.parseDouble(_totalcantped)))))); //BA.debugLineNum = 422;BA.debugLine="r6.Close"; @@ -1071,7 +1071,7 @@ _r6.Close(); if ((_rescant).equals("NaN")) { _rescant = BA.NumberToString(0);}; //BA.debugLineNum = 426;BA.debugLine="LogColor(rescant,Colors.Red)"; -__c.LogImpl("741943295",_rescant,__c.Colors.Red); +__c.LogImpl("36291711",_rescant,__c.Colors.Red); //BA.debugLineNum = 427;BA.debugLine="r5.Close"; _r5.Close(); //BA.debugLineNum = 431;BA.debugLine="Private r5 As Cursor = Starter.skmt.ExecQuery($\"s"; @@ -1107,7 +1107,7 @@ _r6.Close(); if (_rescant2==(double)(Double.parseDouble("NaN"))) { _rescant2 = 0;}; //BA.debugLineNum = 448;BA.debugLine="Log(rescant2)"; -__c.LogImpl("741943317",BA.NumberToString(_rescant2),0); +__c.LogImpl("36291733",BA.NumberToString(_rescant2),0); //BA.debugLineNum = 449;BA.debugLine="r5.Close"; _r5.Close(); //BA.debugLineNum = 454;BA.debugLine="Private r5r As Cursor = Starter.skmt.ExecQuery($\""; @@ -1143,7 +1143,7 @@ _rescantr = BA.NumberToString(0);}; //BA.debugLineNum = 470;BA.debugLine="r5r.Close"; _r5r.Close(); //BA.debugLineNum = 472;BA.debugLine="Log(rescantr)"; -__c.LogImpl("741943341",_rescantr,0); +__c.LogImpl("36291757",_rescantr,0); //BA.debugLineNum = 474;BA.debugLine="Private r5r As Cursor = Starter.skmt.ExecQuery($\""; _r5r = new anywheresoftware.b4a.sql.SQL.CursorWrapper(); _r5r = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select IFNULL(HVD_COSTO_TOT,0) AS HVD_COSTO_TOT, IFNULL(HVD_CANT,0) AS HVD_CANT,IFNULL(CANTC,0) AS CANTC, IFNULL(HVD_RECHAZOCANT,0) AS HVD_RECHAZOCANT, HVD_PROID, HVD_CLIENTE, CONSECUTIVO from HIST_VENTAS where HVD_RECHAZO = '1' and BCAJAS = '1' ")))); @@ -1177,9 +1177,9 @@ _rescant2r = BA.NumberToString(0);}; //BA.debugLineNum = 491;BA.debugLine="r5r.Close"; _r5r.Close(); //BA.debugLineNum = 492;BA.debugLine="Log(rescant2r)"; -__c.LogImpl("741943361",_rescant2r,0); +__c.LogImpl("36291777",_rescant2r,0); //BA.debugLineNum = 493;BA.debugLine="Log(rescant2r+rescantr)"; -__c.LogImpl("741943362",BA.NumberToString((double)(Double.parseDouble(_rescant2r))+(double)(Double.parseDouble(_rescantr))),0); +__c.LogImpl("36291778",BA.NumberToString((double)(Double.parseDouble(_rescant2r))+(double)(Double.parseDouble(_rescantr))),0); //BA.debugLineNum = 509;BA.debugLine="Private r55 As Cursor = Starter.skmt.ExecQuery($\""; _r55 = new anywheresoftware.b4a.sql.SQL.CursorWrapper(); _r55 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select HVD_COSTO_TOT from HIST_VENTAS where HVD_RECHAZO = '0' and BCAJAS = '0' ")))); @@ -1203,7 +1203,7 @@ _rescant3 = (double)(Double.parseDouble(__c.NumberFormat2(_rescant3,(int) (0),(i }; }; //BA.debugLineNum = 519;BA.debugLine="Log(rescant3)"; -__c.LogImpl("741943388",BA.NumberToString(_rescant3),0); +__c.LogImpl("36291804",BA.NumberToString(_rescant3),0); //BA.debugLineNum = 520;BA.debugLine="r55.Close"; _r55.Close(); //BA.debugLineNum = 525;BA.debugLine="Private r5 As Cursor = Starter.skmt.ExecQuery($\"s"; @@ -1219,7 +1219,7 @@ _r5.setPosition((int) (0)); _rescant4 = (double)(Double.parseDouble(_r5.GetString("HVD_COSTO_TOT"))); }; //BA.debugLineNum = 531;BA.debugLine="Log(rescant4)"; -__c.LogImpl("741943400",BA.NumberToString(_rescant4),0); +__c.LogImpl("36291816",BA.NumberToString(_rescant4),0); //BA.debugLineNum = 532;BA.debugLine="r5.Close"; _r5.Close(); //BA.debugLineNum = 534;BA.debugLine="Private r5 As Cursor = Starter.skmt.ExecQuery($\"s"; @@ -1235,7 +1235,7 @@ _r5.setPosition((int) (0)); _rescant5 = (double)(Double.parseDouble(_r5.GetString("PE_COSTO_TOT"))); }; //BA.debugLineNum = 540;BA.debugLine="Log(rescant5)"; -__c.LogImpl("741943409",BA.NumberToString(_rescant5),0); +__c.LogImpl("36291825",BA.NumberToString(_rescant5),0); //BA.debugLineNum = 541;BA.debugLine="r5.Close"; _r5.Close(); //BA.debugLineNum = 546;BA.debugLine="Private r5 As Cursor = Starter.skmt.ExecQuery($\"s"; @@ -1269,7 +1269,7 @@ _r6.Close(); if (_rescant6==(double)(Double.parseDouble("NaN"))) { _rescant6 = 0;}; //BA.debugLineNum = 561;BA.debugLine="LogColor(rescant6,Colors.Red)"; -__c.LogImpl("741943430",BA.NumberToString(_rescant6),__c.Colors.Red); +__c.LogImpl("36291846",BA.NumberToString(_rescant6),__c.Colors.Red); //BA.debugLineNum = 562;BA.debugLine="r5.Close"; _r5.Close(); //BA.debugLineNum = 564;BA.debugLine="Private r5 As Cursor = Starter.skmt.ExecQuery($\"s"; @@ -1303,7 +1303,7 @@ _r6.Close(); if (_rescant7==(double)(Double.parseDouble("NaN"))) { _rescant7 = 0;}; //BA.debugLineNum = 577;BA.debugLine="Log(rescant7)"; -__c.LogImpl("741943446",BA.NumberToString(_rescant7),0); +__c.LogImpl("36291862",BA.NumberToString(_rescant7),0); //BA.debugLineNum = 578;BA.debugLine="r5.Close"; _r5.Close(); //BA.debugLineNum = 580;BA.debugLine="Private r55 As Cursor = Starter.skmt.ExecQuery($\""; @@ -1333,7 +1333,7 @@ _pztotal = (int) (_pztotal+(double)(Double.parseDouble(_r55.GetString("HVD_CANT" }; }; //BA.debugLineNum = 591;BA.debugLine="Log(rescant10)"; -__c.LogImpl("741943460",BA.NumberToString(_rescant10),0); +__c.LogImpl("36291876",BA.NumberToString(_rescant10),0); //BA.debugLineNum = 592;BA.debugLine="r55.Close"; _r55.Close(); //BA.debugLineNum = 594;BA.debugLine="Private r5 As Cursor = Starter.skmt.ExecQuery($\"s"; @@ -1353,7 +1353,7 @@ _rescant11 = (double)(Double.parseDouble(_r5.GetString("PE_COSTO_TOT"))); _pztotal2 = (int) (_pztotal2+(double)(Double.parseDouble(_r5.GetString("PE_CANT")))); }; //BA.debugLineNum = 602;BA.debugLine="Log(rescant11)"; -__c.LogImpl("741943471",BA.NumberToString(_rescant11),0); +__c.LogImpl("36291887",BA.NumberToString(_rescant11),0); //BA.debugLineNum = 603;BA.debugLine="r5.Close"; _r5.Close(); //BA.debugLineNum = 605;BA.debugLine="Private r5 As Cursor = Starter.skmt.ExecQuery($\"s"; @@ -1379,15 +1379,15 @@ _r6 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjec //BA.debugLineNum = 612;BA.debugLine="r6.Position = 0"; _r6.setPosition((int) (0)); //BA.debugLineNum = 613;BA.debugLine="LogColor(r5.GetString(\"HVD_COSTO_TOT\")&\" / \"& r"; -__c.LogImpl("741943482",_r5.GetString("HVD_COSTO_TOT")+" / "+_r5.GetString("HVD_CANT")+" * "+_r5.GetString("HVD_RECHAZOCANT")+" - "+_r6.GetString("PE_CANT"),__c.Colors.Blue); +__c.LogImpl("36291898",_r5.GetString("HVD_COSTO_TOT")+" / "+_r5.GetString("HVD_CANT")+" * "+_r5.GetString("HVD_RECHAZOCANT")+" - "+_r6.GetString("PE_CANT"),__c.Colors.Blue); //BA.debugLineNum = 614;BA.debugLine="LogColor(r6.GetString(\"PE_CANT\"),Colors.Blue)"; -__c.LogImpl("741943483",_r6.GetString("PE_CANT"),__c.Colors.Blue); +__c.LogImpl("36291899",_r6.GetString("PE_CANT"),__c.Colors.Blue); //BA.debugLineNum = 615;BA.debugLine="rescant12 = rescant12 + ((r5.GetString(\"HVD_COS"; _rescant12 = _rescant12+(((double)(Double.parseDouble(_r5.GetString("HVD_COSTO_TOT")))/(double)(double)(Double.parseDouble((_r5.GetString("HVD_CANT")))))*((double)(Double.parseDouble(_r5.GetString("HVD_CANT")))-(double)(Double.parseDouble(_r5.GetString("HVD_RECHAZOCANT"))))); //BA.debugLineNum = 616;BA.debugLine="pztotal3 = pztotal3 + (r5.GetString(\"HVD_CANT\""; _pztotal3 = (int) (_pztotal3+((double)(Double.parseDouble(_r5.GetString("HVD_CANT")))-(double)(Double.parseDouble(_r5.GetString("HVD_RECHAZOCANT"))))); //BA.debugLineNum = 617;BA.debugLine="Log(rescant12)"; -__c.LogImpl("741943486",BA.NumberToString(_rescant12),0); +__c.LogImpl("36291902",BA.NumberToString(_rescant12),0); //BA.debugLineNum = 618;BA.debugLine="r6.Close"; _r6.Close(); } @@ -1397,7 +1397,7 @@ _r6.Close(); if (_rescant12==(double)(Double.parseDouble("NaN"))) { _rescant12 = 0;}; //BA.debugLineNum = 622;BA.debugLine="LogColor(rescant12,Colors.Red)"; -__c.LogImpl("741943491",BA.NumberToString(_rescant12),__c.Colors.Red); +__c.LogImpl("36291907",BA.NumberToString(_rescant12),__c.Colors.Red); //BA.debugLineNum = 623;BA.debugLine="r5.Close"; _r5.Close(); //BA.debugLineNum = 625;BA.debugLine="l_rechazo.text = NumberFormat2((rescant + rescant"; @@ -1409,45 +1409,45 @@ _cltvisitados = (int) (((int)(Double.parseDouble((_l_cuantosc.getText()))))+((in //BA.debugLineNum = 630;BA.debugLine="B4XPages.MainPage.clientesVisitados = cltVisitado"; _b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._clientesvisitados /*String*/ = BA.NumberToString(_cltvisitados); //BA.debugLineNum = 631;BA.debugLine="Log(\"Esto es clientes visitados: \" & B4XPages.Mai"; -__c.LogImpl("741943500","Esto es clientes visitados: "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._clientesvisitados /*String*/ ,0); +__c.LogImpl("36291916","Esto es clientes visitados: "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._clientesvisitados /*String*/ ,0); //BA.debugLineNum = 634;BA.debugLine="B4XPages.MainPage.clientesVenta = NumberFormat2(("; _b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._clientesventa /*String*/ = __c.NumberFormat2((_rescant10+_rescant11+_rescant12),(int) (0),(int) (2),(int) (2),__c.False); //BA.debugLineNum = 635;BA.debugLine="Log(\"Esto es Monto Recibido \" & B4XPages.MainPage"; -__c.LogImpl("741943504","Esto es Monto Recibido "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._clientesventa /*String*/ ,0); +__c.LogImpl("36291920","Esto es Monto Recibido "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._clientesventa /*String*/ ,0); //BA.debugLineNum = 637;BA.debugLine="B4XPages.MainPage.clientesRechazo = l_cuantosn.Te"; _b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._clientesrechazo /*String*/ = _l_cuantosn.getText(); //BA.debugLineNum = 638;BA.debugLine="Log(\"Esto deberia ser el rechazo: \" & l_cuantosn."; -__c.LogImpl("741943507","Esto deberia ser el rechazo: "+_l_cuantosn.getText(),0); +__c.LogImpl("36291923","Esto deberia ser el rechazo: "+_l_cuantosn.getText(),0); //BA.debugLineNum = 639;BA.debugLine="Log(\"clientesRechazo ? \" & B4XPages.MainPage.clie"; -__c.LogImpl("741943508","clientesRechazo ? "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._clientesrechazo /*String*/ ,0); +__c.LogImpl("36291924","clientesRechazo ? "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._clientesrechazo /*String*/ ,0); //BA.debugLineNum = 641;BA.debugLine="B4XPages.MainPage.clientestotal = l_porvisitar.Te"; _b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._clientestotal /*String*/ = _l_porvisitar.getText(); //BA.debugLineNum = 642;BA.debugLine="Log(\"clientestotal ? \" & B4XPages.MainPage.client"; -__c.LogImpl("741943511","clientestotal ? "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._clientestotal /*String*/ ,0); +__c.LogImpl("36291927","clientestotal ? "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._clientestotal /*String*/ ,0); //BA.debugLineNum = 645;BA.debugLine="B4XPages.MainPage.montoActual = l_montoSalida.Tex"; _b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._montoactual /*String*/ = _l_montosalida.getText(); //BA.debugLineNum = 646;BA.debugLine="Log(\"montoActual ? \" & B4XPages.MainPage.montoAct"; -__c.LogImpl("741943515","montoActual ? "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._montoactual /*String*/ ,0); +__c.LogImpl("36291931","montoActual ? "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._montoactual /*String*/ ,0); //BA.debugLineNum = 648;BA.debugLine="B4XPages.MainPage.porVisitar = l_ctast.text"; _b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._porvisitar /*String*/ = _l_ctast.getText(); //BA.debugLineNum = 649;BA.debugLine="Log(\"porVisitar ? \" & B4XPages.MainPage.porVisita"; -__c.LogImpl("741943518","porVisitar ? "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._porvisitar /*String*/ ,0); +__c.LogImpl("36291934","porVisitar ? "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._porvisitar /*String*/ ,0); //BA.debugLineNum = 651;BA.debugLine="B4XPages.MainPage.entregas = l_cuantosc.text"; _b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._entregas /*String*/ = _l_cuantosc.getText(); //BA.debugLineNum = 652;BA.debugLine="Log(\"entregas ? \" & B4XPages.MainPage.entregas)"; -__c.LogImpl("741943521","entregas ? "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._entregas /*String*/ ,0); +__c.LogImpl("36291937","entregas ? "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._entregas /*String*/ ,0); //BA.debugLineNum = 654;BA.debugLine="B4XPages.MainPage.rechazos = l_cuantosn.text"; _b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._rechazos /*String*/ = _l_cuantosn.getText(); //BA.debugLineNum = 655;BA.debugLine="Log(\"rechazos ? \" & B4XPages.MainPage.rechazos)"; -__c.LogImpl("741943524","rechazos ? "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._rechazos /*String*/ ,0); +__c.LogImpl("36291940","rechazos ? "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._rechazos /*String*/ ,0); //BA.debugLineNum = 658;BA.debugLine="B4XPages.MainPage.montoEntregado = NumberFormat2("; _b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._montoentregado /*String*/ = __c.NumberFormat2((_rescant10+_rescant11+_rescant12),(int) (0),(int) (2),(int) (2),__c.False); //BA.debugLineNum = 659;BA.debugLine="Log(\"montoEntregado ? \" & B4XPages.MainPage.monto"; -__c.LogImpl("741943528","montoEntregado ? "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._montoentregado /*String*/ ,0); +__c.LogImpl("36291944","montoEntregado ? "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._montoentregado /*String*/ ,0); //BA.debugLineNum = 661;BA.debugLine="B4XPages.MainPage.montoRechazado = l_rechazo.text"; _b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._montorechazado /*String*/ = _l_rechazo.getText(); //BA.debugLineNum = 662;BA.debugLine="Log(\"montoRechazado ? \" & B4XPages.MainPage.monto"; -__c.LogImpl("741943531","montoRechazado ? "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._montorechazado /*String*/ ,0); +__c.LogImpl("36291947","montoRechazado ? "+_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._montorechazado /*String*/ ,0); //BA.debugLineNum = 664;BA.debugLine="reqManager.Initialize(Me, B4XPages.MainPage.serve"; _reqmanager._initialize /*String*/ (ba,this,_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._server /*String*/ ); //BA.debugLineNum = 667;BA.debugLine="If l_ctast.Text = 0 And l_porvisitar.Text <> 0 Th"; @@ -1519,7 +1519,7 @@ case 3: //C this.state = 10; //BA.debugLineNum = 1784;BA.debugLine="Log(\"PANEL1 VISIBLE\")"; -parent.__c.LogImpl("742663939","PANEL1 VISIBLE",0); +parent.__c.LogImpl("37012355","PANEL1 VISIBLE",0); //BA.debugLineNum = 1785;BA.debugLine="B_REGRESA_Click"; parent._b_regresa_click(); if (true) break; @@ -1717,11 +1717,11 @@ _cp.setPosition((int) (0)); //BA.debugLineNum = 1051;BA.debugLine="Private fecha As String = cp.GetString(\"NV_FECHA"; _fecha = _cp.GetString("NV_FECHA"); //BA.debugLineNum = 1052;BA.debugLine="Log(cp.GetString(\"NV_FECHA\"))"; -__c.LogImpl("742401798",_cp.GetString("NV_FECHA"),0); +__c.LogImpl("36750214",_cp.GetString("NV_FECHA"),0); //BA.debugLineNum = 1053;BA.debugLine="Dim fecha2() As String = Regex.Split(\" \",fecha)"; _fecha2 = __c.Regex.Split(" ",_fecha); //BA.debugLineNum = 1054;BA.debugLine="Log(fecha2(0))"; -__c.LogImpl("742401800",_fecha2[(int) (0)],0); +__c.LogImpl("36750216",_fecha2[(int) (0)],0); //BA.debugLineNum = 1055;BA.debugLine="Dim fecha3() As String = Regex.Split(\"/\",fecha2("; _fecha3 = __c.Regex.Split("/",_fecha2[(int) (0)]); //BA.debugLineNum = 1056;BA.debugLine="DateTime.DateFormat = \"yyyyMMdd\""; @@ -1731,11 +1731,11 @@ __c.DateTime.setTimeFormat(""); //BA.debugLineNum = 1058;BA.debugLine="Dim dia As String = fecha3(2)&fecha3(0)&fecha3(1"; _dia = _fecha3[(int) (2)]+_fecha3[(int) (0)]+_fecha3[(int) (1)]; //BA.debugLineNum = 1059;BA.debugLine="Log(dia)"; -__c.LogImpl("742401805",_dia,0); +__c.LogImpl("36750221",_dia,0); //BA.debugLineNum = 1060;BA.debugLine="Dim dia2 As String = DateTime.Date(DateTime.Now)"; _dia2 = __c.DateTime.Date(__c.DateTime.getNow()); //BA.debugLineNum = 1061;BA.debugLine="Log(dia & \" , \" & dia2)"; -__c.LogImpl("742401807",_dia+" , "+_dia2,0); +__c.LogImpl("36750223",_dia+" , "+_dia2,0); //BA.debugLineNum = 1062;BA.debugLine="If dia < dia2 Then"; if ((double)(Double.parseDouble(_dia))<(double)(Double.parseDouble(_dia2))) { //BA.debugLineNum = 1063;BA.debugLine="pedidodiaanterior = True"; @@ -1745,7 +1745,7 @@ _pedidodiaanterior = __c.True; //BA.debugLineNum = 1066;BA.debugLine="If Not (pedidodiaanterior) Then"; if (__c.Not(_pedidodiaanterior)) { //BA.debugLineNum = 1068;BA.debugLine="Log(\"CUMPLE\")"; -__c.LogImpl("742401814","CUMPLE",0); +__c.LogImpl("36750230","CUMPLE",0); //BA.debugLineNum = 1069;BA.debugLine="EJECUTANDO = 1"; _ejecutando = BA.NumberToString(1); //BA.debugLineNum = 1070;BA.debugLine="reqs.Initialize"; @@ -1753,7 +1753,7 @@ _reqs.Initialize(); //BA.debugLineNum = 1071;BA.debugLine="TOPE = 0"; _tope = (int) (0); //BA.debugLineNum = 1072;BA.debugLine="LogColor($\"ReqServer = ${B4XPages.MainPage.serve"; -__c.LogImpl("742401818",("ReqServer = "+__c.SmartStringFormatter("",(Object)(_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._server /*String*/ ))+""),__c.Colors.Red); +__c.LogImpl("36750234",("ReqServer = "+__c.SmartStringFormatter("",(Object)(_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._server /*String*/ ))+""),__c.Colors.Red); //BA.debugLineNum = 1073;BA.debugLine="reqManager.Initialize(Me, B4XPages.MainPage.serv"; _reqmanager._initialize /*String*/ (ba,this,_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._server /*String*/ ); //BA.debugLineNum = 1075;BA.debugLine="Dim cmd As DBCommand"; @@ -1781,7 +1781,7 @@ _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("delete from PUNTE //BA.debugLineNum = 1089;BA.debugLine="If l_ruta.Text = \"0\" Then '"; if ((_l_ruta.getText()).equals("0")) { //BA.debugLineNum = 1090;BA.debugLine="Log(\"********************* No hay ruta, BORRAM"; -__c.LogImpl("742401836","********************* No hay ruta, BORRAMOS TODO",0); +__c.LogImpl("36750252","********************* No hay ruta, BORRAMOS TODO",0); //BA.debugLineNum = 1091;BA.debugLine="Starter.skmt.ExecNonQuery(\"delete from cat_guna"; _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("delete from cat_gunaprod"); //BA.debugLineNum = 1092;BA.debugLine="Starter.skmt.ExecNonQuery(\"delete from cat_guna"; @@ -1796,7 +1796,7 @@ _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("delete from HIST_ _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("delete from NOVENTA"); }else { //BA.debugLineNum = 1098;BA.debugLine="Log(\"********************* Hay ruta, NO BORRAM"; -__c.LogImpl("742401844","********************* Hay ruta, NO BORRAMOS TODO",0); +__c.LogImpl("36750260","********************* Hay ruta, NO BORRAMOS TODO",0); }; //BA.debugLineNum = 1102;BA.debugLine="c=Starter.skmt.ExecQuery(\"select usuario from us"; _c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery("select usuario from usuarioa"))); @@ -1813,7 +1813,7 @@ _cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_e_ruta.getText()),(Object //BA.debugLineNum = 1109;BA.debugLine="reqManager.ExecuteQuery(cmd , 0, \"punteo\")"; _reqmanager._executequery /*String*/ (_cmd,(int) (0),(Object)("punteo")); //BA.debugLineNum = 1110;BA.debugLine="Log($\"Pedimos Punteo\"$)"; -__c.LogImpl("742401856",("Pedimos Punteo"),0); +__c.LogImpl("36750272",("Pedimos Punteo"),0); //BA.debugLineNum = 1111;BA.debugLine="reqs.Add(\"punteo\")"; _reqs.Add((Object)("punteo")); //BA.debugLineNum = 1114;BA.debugLine="cmd.Initialize"; @@ -1825,7 +1825,7 @@ _cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_almacen)}; //BA.debugLineNum = 1117;BA.debugLine="reqManager.ExecuteQuery(cmd , 0, \"gunaprod\")"; _reqmanager._executequery /*String*/ (_cmd,(int) (0),(Object)("gunaprod")); //BA.debugLineNum = 1118;BA.debugLine="Log($\"Pedimos gunaprod - ${ALMACEN}, ${e_ruta.te"; -__c.LogImpl("742401864",("Pedimos gunaprod - "+__c.SmartStringFormatter("",(Object)(_almacen))+", "+__c.SmartStringFormatter("",(Object)(_e_ruta.getText()))+""),0); +__c.LogImpl("36750280",("Pedimos gunaprod - "+__c.SmartStringFormatter("",(Object)(_almacen))+", "+__c.SmartStringFormatter("",(Object)(_e_ruta.getText()))+""),0); //BA.debugLineNum = 1119;BA.debugLine="reqs.Add(\"gunaprod\")"; _reqs.Add((Object)("gunaprod")); //BA.debugLineNum = 1123;BA.debugLine="cmd.Initialize"; @@ -1837,7 +1837,7 @@ _cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_e_ruta.getText()),(Object //BA.debugLineNum = 1126;BA.debugLine="reqManager.ExecuteQuery(cmd , 0, \"kmt_datos\")"; _reqmanager._executequery /*String*/ (_cmd,(int) (0),(Object)("kmt_datos")); //BA.debugLineNum = 1127;BA.debugLine="Log($\"Pedimos kmt_datos\"$)"; -__c.LogImpl("742401873",("Pedimos kmt_datos"),0); +__c.LogImpl("36750289",("Pedimos kmt_datos"),0); //BA.debugLineNum = 1128;BA.debugLine="reqs.Add(\"kmt_datos\")"; _reqs.Add((Object)("kmt_datos")); //BA.debugLineNum = 1130;BA.debugLine="cmd.Initialize"; @@ -1849,7 +1849,7 @@ _cmd.Parameters /*Object[]*/ = new Object[]{(Object)(_e_ruta.getText()),(Object //BA.debugLineNum = 1133;BA.debugLine="reqManager.ExecuteQuery(cmd , 0, \"hist_datos\")"; _reqmanager._executequery /*String*/ (_cmd,(int) (0),(Object)("hist_datos")); //BA.debugLineNum = 1134;BA.debugLine="Log($\"Pedimos hist_datos\"$)"; -__c.LogImpl("742401880",("Pedimos hist_datos"),0); +__c.LogImpl("36750296",("Pedimos hist_datos"),0); //BA.debugLineNum = 1135;BA.debugLine="reqs.Add(\"hist_datos\")"; _reqs.Add((Object)("hist_datos")); //BA.debugLineNum = 1137;BA.debugLine="cmd.Initialize"; @@ -1905,7 +1905,7 @@ _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("DELETE FROM CAT_ _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("INSERT INTO CAT_VARIABLES(CAT_VA_DESCRIPCION, CAT_VA_VALOR) VALUES (?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)("CARGA_DIA"),(Object)(1)})); }else { //BA.debugLineNum = 1199;BA.debugLine="Log(\"XXXX\")"; -__c.LogImpl("742401945","XXXX",0); +__c.LogImpl("36750361","XXXX",0); //BA.debugLineNum = 1200;BA.debugLine="MsgboxAsync(\"Para poder cargar día no puedes ten"; __c.MsgboxAsync(BA.ObjectToCharSequence("Para poder cargar día no puedes tener venta del día anterior. Por favor haz FIN DIA e intenta nuevamente."),BA.ObjectToCharSequence("Atención"),ba); }; @@ -2134,7 +2134,7 @@ anywheresoftware.b4a.sql.SQL.CursorWrapper _rut = null; String _rutaquetraje = ""; //BA.debugLineNum = 1797;BA.debugLine="Sub connecta_Click"; //BA.debugLineNum = 1798;BA.debugLine="LogColor($\"ReqServer = ${B4XPages.MainPage.server"; -__c.LogImpl("742729473",("ReqServer = "+__c.SmartStringFormatter("",(Object)(_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._server /*String*/ ))+""),__c.Colors.Red); +__c.LogImpl("37077889",("ReqServer = "+__c.SmartStringFormatter("",(Object)(_b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (ba)._server /*String*/ ))+""),__c.Colors.Red); //BA.debugLineNum = 1799;BA.debugLine="If Not(IsConnectedToInternet) Then MsgboxAsync(\"N"; if (__c.Not(_isconnectedtointernet())) { __c.MsgboxAsync(BA.ObjectToCharSequence("No hay conexión a conexión a Internet"),BA.ObjectToCharSequence("Revisa tu conexión"),ba);}; @@ -2148,7 +2148,7 @@ if (_rut.getRowCount()==0) { //BA.debugLineNum = 1804;BA.debugLine="cargadedia"; _cargadedia(); //BA.debugLineNum = 1805;BA.debugLine="Log(1.1)"; -__c.LogImpl("742729480",BA.NumberToString(1.1),0); +__c.LogImpl("37077896",BA.NumberToString(1.1),0); }else { //BA.debugLineNum = 1807;BA.debugLine="rut.Position = 0"; _rut.setPosition((int) (0)); @@ -2159,10 +2159,10 @@ if ((_rutaquetraje).equals(_e_ruta.getText())) { //BA.debugLineNum = 1810;BA.debugLine="cargadedia"; _cargadedia(); //BA.debugLineNum = 1811;BA.debugLine="Log(2.1)"; -__c.LogImpl("742729486",BA.NumberToString(2.1),0); +__c.LogImpl("37077902",BA.NumberToString(2.1),0); }else { //BA.debugLineNum = 1813;BA.debugLine="Log(2.2)"; -__c.LogImpl("742729488",BA.NumberToString(2.2),0); +__c.LogImpl("37077904",BA.NumberToString(2.2),0); //BA.debugLineNum = 1814;BA.debugLine="MsgboxAsync(\"Cargaste una ruta diferente. Por"; __c.MsgboxAsync(BA.ObjectToCharSequence("Cargaste una ruta diferente. Por favor haz FIN DIA e intenta nuevamente."),BA.ObjectToCharSequence("Atención"),ba); }; @@ -2179,13 +2179,13 @@ _c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObject //BA.debugLineNum = 2237;BA.debugLine="If c.RowCount>0 Then"; if (_c.getRowCount()>0) { //BA.debugLineNum = 2238;BA.debugLine="Log($\"Procesando REPARTO_GEO: ${c.RowCount} regi"; -__c.LogImpl("743843587",("Procesando REPARTO_GEO: "+__c.SmartStringFormatter("",(Object)(_c.getRowCount()))+" registros"),0); +__c.LogImpl("38192003",("Procesando REPARTO_GEO: "+__c.SmartStringFormatter("",(Object)(_c.getRowCount()))+" registros"),0); //BA.debugLineNum = 2239;BA.debugLine="totalRegistros = totalRegistros + c.RowCount"; _totalregistros = (int) (_totalregistros+_c.getRowCount()); //BA.debugLineNum = 2240;BA.debugLine="totalRegistrosTotales = totalRegistrosTotales +"; _totalregistrostotales = (int) (_totalregistrostotales+_c.getRowCount()); //BA.debugLineNum = 2241;BA.debugLine="Log($\"Total acumulado: ${totalRegistros}\"$)"; -__c.LogImpl("743843590",("Total acumulado: "+__c.SmartStringFormatter("",(Object)(_totalregistros))+""),0); +__c.LogImpl("38192006",("Total acumulado: "+__c.SmartStringFormatter("",(Object)(_totalregistros))+""),0); //BA.debugLineNum = 2243;BA.debugLine="For i=0 To c.RowCount -1"; { final int step7 = 1; @@ -2325,11 +2325,11 @@ case 0: //C this.state = 1; //BA.debugLineNum = 766;BA.debugLine="Log(\"*** Entramos a envia info***\")"; -parent.__c.LogImpl("742336258","*** Entramos a envia info***",0); +parent.__c.LogImpl("36684674","*** Entramos a envia info***",0); //BA.debugLineNum = 767;BA.debugLine="Log(\"--- Entramos a envia info---\")"; -parent.__c.LogImpl("742336259","--- Entramos a envia info---",0); +parent.__c.LogImpl("36684675","--- Entramos a envia info---",0); //BA.debugLineNum = 768;BA.debugLine="Log(\"### Entramos a envia info###\")"; -parent.__c.LogImpl("742336260","### Entramos a envia info###",0); +parent.__c.LogImpl("36684676","### Entramos a envia info###",0); //BA.debugLineNum = 769;BA.debugLine="successfulRequests = 0"; parent._successfulrequests = (int) (0); //BA.debugLineNum = 770;BA.debugLine="totalRegistros = 0"; @@ -2358,13 +2358,13 @@ case 3: //C this.state = 4; //BA.debugLineNum = 778;BA.debugLine="Log($\"Procesando NOVENTA: ${c.RowCount} registro"; -parent.__c.LogImpl("742336270",("Procesando NOVENTA: "+parent.__c.SmartStringFormatter("",(Object)(parent._c.getRowCount()))+" registros"),0); +parent.__c.LogImpl("36684686",("Procesando NOVENTA: "+parent.__c.SmartStringFormatter("",(Object)(parent._c.getRowCount()))+" registros"),0); //BA.debugLineNum = 779;BA.debugLine="totalRegistros = totalRegistros + c.RowCount"; parent._totalregistros = (int) (parent._totalregistros+parent._c.getRowCount()); //BA.debugLineNum = 780;BA.debugLine="totalRegistrosTotales = totalRegistrosTotales +"; parent._totalregistrostotales = (int) (parent._totalregistrostotales+parent._c.getRowCount()); //BA.debugLineNum = 781;BA.debugLine="Log($\"Total acumulado: ${totalRegistros}\"$)"; -parent.__c.LogImpl("742336273",("Total acumulado: "+parent.__c.SmartStringFormatter("",(Object)(parent._totalregistros))+""),0); +parent.__c.LogImpl("36684689",("Total acumulado: "+parent.__c.SmartStringFormatter("",(Object)(parent._totalregistros))+""),0); //BA.debugLineNum = 783;BA.debugLine="For i=0 To c.RowCount -1"; if (true) break; @@ -2443,13 +2443,13 @@ case 11: //C this.state = 12; //BA.debugLineNum = 801;BA.debugLine="Log($\"Procesando HIST_VENTAS (rechazos/parciales"; -parent.__c.LogImpl("742336293",("Procesando HIST_VENTAS (rechazos/parciales): "+parent.__c.SmartStringFormatter("",(Object)(parent._c.getRowCount()))+" registros"),0); +parent.__c.LogImpl("36684709",("Procesando HIST_VENTAS (rechazos/parciales): "+parent.__c.SmartStringFormatter("",(Object)(parent._c.getRowCount()))+" registros"),0); //BA.debugLineNum = 802;BA.debugLine="totalRegistros = totalRegistros + c.RowCount"; parent._totalregistros = (int) (parent._totalregistros+parent._c.getRowCount()); //BA.debugLineNum = 803;BA.debugLine="totalRegistrosTotales = totalRegistrosTotales +"; parent._totalregistrostotales = (int) (parent._totalregistrostotales+parent._c.getRowCount()); //BA.debugLineNum = 804;BA.debugLine="Log($\"Total acumulado: ${totalRegistros}\"$)"; -parent.__c.LogImpl("742336296",("Total acumulado: "+parent.__c.SmartStringFormatter("",(Object)(parent._totalregistros))+""),0); +parent.__c.LogImpl("36684712",("Total acumulado: "+parent.__c.SmartStringFormatter("",(Object)(parent._totalregistros))+""),0); //BA.debugLineNum = 806;BA.debugLine="For i=0 To c.RowCount -1"; if (true) break; @@ -2520,17 +2520,17 @@ case 19: //C this.state = 20; //BA.debugLineNum = 820;BA.debugLine="Log(\">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"; -parent.__c.LogImpl("742336312",">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Pedido reparto <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<",0); +parent.__c.LogImpl("36684728",">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Pedido reparto <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<",0); //BA.debugLineNum = 821;BA.debugLine="Log($\"Procesando PEDIDO: ${c.RowCount} registros"; -parent.__c.LogImpl("742336313",("Procesando PEDIDO: "+parent.__c.SmartStringFormatter("",(Object)(parent._c.getRowCount()))+" registros"),0); +parent.__c.LogImpl("36684729",("Procesando PEDIDO: "+parent.__c.SmartStringFormatter("",(Object)(parent._c.getRowCount()))+" registros"),0); //BA.debugLineNum = 822;BA.debugLine="totalRegistros = totalRegistros + c.RowCount"; parent._totalregistros = (int) (parent._totalregistros+parent._c.getRowCount()); //BA.debugLineNum = 823;BA.debugLine="totalRegistrosTotales = totalRegistrosTotales +"; parent._totalregistrostotales = (int) (parent._totalregistrostotales+parent._c.getRowCount()); //BA.debugLineNum = 824;BA.debugLine="Log($\"Total acumulado: ${totalRegistros}\"$)"; -parent.__c.LogImpl("742336316",("Total acumulado: "+parent.__c.SmartStringFormatter("",(Object)(parent._totalregistros))+""),0); +parent.__c.LogImpl("36684732",("Total acumulado: "+parent.__c.SmartStringFormatter("",(Object)(parent._totalregistros))+""),0); //BA.debugLineNum = 825;BA.debugLine="Log(\">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"; -parent.__c.LogImpl("742336317",">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Pedido reparto <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<",0); +parent.__c.LogImpl("36684733",">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Pedido reparto <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<",0); //BA.debugLineNum = 826;BA.debugLine="For i=0 To c.RowCount -1"; if (true) break; @@ -2601,13 +2601,13 @@ case 27: //C this.state = 28; //BA.debugLineNum = 840;BA.debugLine="Log($\"Procesando REPARTO: ${c.RowCount} registro"; -parent.__c.LogImpl("742336332",("Procesando REPARTO: "+parent.__c.SmartStringFormatter("",(Object)(parent._c.getRowCount()))+" registros"),0); +parent.__c.LogImpl("36684748",("Procesando REPARTO: "+parent.__c.SmartStringFormatter("",(Object)(parent._c.getRowCount()))+" registros"),0); //BA.debugLineNum = 841;BA.debugLine="totalRegistros = totalRegistros + c.RowCount"; parent._totalregistros = (int) (parent._totalregistros+parent._c.getRowCount()); //BA.debugLineNum = 842;BA.debugLine="totalRegistrosTotales = totalRegistrosTotales +"; parent._totalregistrostotales = (int) (parent._totalregistrostotales+parent._c.getRowCount()); //BA.debugLineNum = 843;BA.debugLine="Log($\"Total acumulado: ${totalRegistros}\"$)"; -parent.__c.LogImpl("742336335",("Total acumulado: "+parent.__c.SmartStringFormatter("",(Object)(parent._totalregistros))+""),0); +parent.__c.LogImpl("36684751",("Total acumulado: "+parent.__c.SmartStringFormatter("",(Object)(parent._totalregistros))+""),0); //BA.debugLineNum = 845;BA.debugLine="Private folio As String = Subs.hmsKMT"; _folio = parent._subs._hmskmt /*String*/ (ba); //BA.debugLineNum = 846;BA.debugLine="For i=0 To c.RowCount -1"; @@ -2680,13 +2680,13 @@ case 35: //C this.state = 36; //BA.debugLineNum = 860;BA.debugLine="Log($\"Procesando RECHAZOS: ${c.RowCount} registr"; -parent.__c.LogImpl("742336352",("Procesando RECHAZOS: "+parent.__c.SmartStringFormatter("",(Object)(parent._c.getRowCount()))+" registros"),0); +parent.__c.LogImpl("36684768",("Procesando RECHAZOS: "+parent.__c.SmartStringFormatter("",(Object)(parent._c.getRowCount()))+" registros"),0); //BA.debugLineNum = 861;BA.debugLine="totalRegistros = totalRegistros + c.RowCount"; parent._totalregistros = (int) (parent._totalregistros+parent._c.getRowCount()); //BA.debugLineNum = 862;BA.debugLine="totalRegistrosTotales = totalRegistrosTotales +"; parent._totalregistrostotales = (int) (parent._totalregistrostotales+parent._c.getRowCount()); //BA.debugLineNum = 863;BA.debugLine="Log($\"Total acumulado: ${totalRegistros}\"$)"; -parent.__c.LogImpl("742336355",("Total acumulado: "+parent.__c.SmartStringFormatter("",(Object)(parent._totalregistros))+""),0); +parent.__c.LogImpl("36684771",("Total acumulado: "+parent.__c.SmartStringFormatter("",(Object)(parent._totalregistros))+""),0); //BA.debugLineNum = 865;BA.debugLine="Private folio As String = Subs.hmsKMT"; _folio = parent._subs._hmskmt /*String*/ (ba); //BA.debugLineNum = 866;BA.debugLine="For i=0 To c.RowCount -1"; @@ -2759,13 +2759,13 @@ case 43: //C this.state = 44; //BA.debugLineNum = 880;BA.debugLine="Log($\"Procesando VENTAS: ${c.RowCount} registros"; -parent.__c.LogImpl("742336372",("Procesando VENTAS: "+parent.__c.SmartStringFormatter("",(Object)(parent._c.getRowCount()))+" registros"),0); +parent.__c.LogImpl("36684788",("Procesando VENTAS: "+parent.__c.SmartStringFormatter("",(Object)(parent._c.getRowCount()))+" registros"),0); //BA.debugLineNum = 881;BA.debugLine="totalRegistros = totalRegistros + c.RowCount"; parent._totalregistros = (int) (parent._totalregistros+parent._c.getRowCount()); //BA.debugLineNum = 882;BA.debugLine="totalRegistrosTotales = totalRegistrosTotales +"; parent._totalregistrostotales = (int) (parent._totalregistrostotales+parent._c.getRowCount()); //BA.debugLineNum = 883;BA.debugLine="Log($\"Total acumulado: ${totalRegistros}\"$)"; -parent.__c.LogImpl("742336375",("Total acumulado: "+parent.__c.SmartStringFormatter("",(Object)(parent._totalregistros))+""),0); +parent.__c.LogImpl("36684791",("Total acumulado: "+parent.__c.SmartStringFormatter("",(Object)(parent._totalregistros))+""),0); //BA.debugLineNum = 885;BA.debugLine="Private folio As String = Subs.hmsKMT"; _folio = parent._subs._hmskmt /*String*/ (ba); //BA.debugLineNum = 886;BA.debugLine="For i=0 To c.RowCount -1"; @@ -2838,13 +2838,13 @@ case 51: //C this.state = 52; //BA.debugLineNum = 900;BA.debugLine="Log($\"Procesando REPARTO_GEO: ${c.RowCount} regi"; -parent.__c.LogImpl("742336392",("Procesando REPARTO_GEO: "+parent.__c.SmartStringFormatter("",(Object)(parent._c.getRowCount()))+" registros"),0); +parent.__c.LogImpl("36684808",("Procesando REPARTO_GEO: "+parent.__c.SmartStringFormatter("",(Object)(parent._c.getRowCount()))+" registros"),0); //BA.debugLineNum = 901;BA.debugLine="totalRegistros = totalRegistros + c.RowCount"; parent._totalregistros = (int) (parent._totalregistros+parent._c.getRowCount()); //BA.debugLineNum = 902;BA.debugLine="totalRegistrosTotales = totalRegistrosTotales +"; parent._totalregistrostotales = (int) (parent._totalregistrostotales+parent._c.getRowCount()); //BA.debugLineNum = 903;BA.debugLine="Log($\"Total acumulado: ${totalRegistros}\"$)"; -parent.__c.LogImpl("742336395",("Total acumulado: "+parent.__c.SmartStringFormatter("",(Object)(parent._totalregistros))+""),0); +parent.__c.LogImpl("36684811",("Total acumulado: "+parent.__c.SmartStringFormatter("",(Object)(parent._totalregistros))+""),0); //BA.debugLineNum = 905;BA.debugLine="For i=0 To c.RowCount -1"; if (true) break; @@ -2927,13 +2927,13 @@ case 59: //C this.state = 60; //BA.debugLineNum = 925;BA.debugLine="Log($\"Procesando TABULADOR_MONEDAS: ${c.RowCount"; -parent.__c.LogImpl("742336417",("Procesando TABULADOR_MONEDAS: "+parent.__c.SmartStringFormatter("",(Object)(parent._c.getRowCount()))+" registros"),0); +parent.__c.LogImpl("36684833",("Procesando TABULADOR_MONEDAS: "+parent.__c.SmartStringFormatter("",(Object)(parent._c.getRowCount()))+" registros"),0); //BA.debugLineNum = 926;BA.debugLine="totalRegistros = totalRegistros + c.RowCount"; parent._totalregistros = (int) (parent._totalregistros+parent._c.getRowCount()); //BA.debugLineNum = 927;BA.debugLine="totalRegistrosTotales = totalRegistrosTotales +"; parent._totalregistrostotales = (int) (parent._totalregistrostotales+parent._c.getRowCount()); //BA.debugLineNum = 928;BA.debugLine="Log($\"Total acumulado: ${totalRegistros}\"$)"; -parent.__c.LogImpl("742336420",("Total acumulado: "+parent.__c.SmartStringFormatter("",(Object)(parent._totalregistros))+""),0); +parent.__c.LogImpl("36684836",("Total acumulado: "+parent.__c.SmartStringFormatter("",(Object)(parent._totalregistros))+""),0); //BA.debugLineNum = 930;BA.debugLine="For i = 0 To c.RowCount - 1"; if (true) break; @@ -3016,13 +3016,13 @@ case 67: //C this.state = 68; //BA.debugLineNum = 950;BA.debugLine="Log($\"Procesando HIST_VENTAS (actualización): ${"; -parent.__c.LogImpl("742336442",("Procesando HIST_VENTAS (actualización): "+parent.__c.SmartStringFormatter("",(Object)(parent._c.getRowCount()))+" registros"),0); +parent.__c.LogImpl("36684858",("Procesando HIST_VENTAS (actualización): "+parent.__c.SmartStringFormatter("",(Object)(parent._c.getRowCount()))+" registros"),0); //BA.debugLineNum = 951;BA.debugLine="totalRegistros = totalRegistros + c.RowCount"; parent._totalregistros = (int) (parent._totalregistros+parent._c.getRowCount()); //BA.debugLineNum = 952;BA.debugLine="totalRegistrosTotales = totalRegistrosTotales +"; parent._totalregistrostotales = (int) (parent._totalregistrostotales+parent._c.getRowCount()); //BA.debugLineNum = 953;BA.debugLine="Log($\"Total acumulado: ${totalRegistros}\"$)"; -parent.__c.LogImpl("742336445",("Total acumulado: "+parent.__c.SmartStringFormatter("",(Object)(parent._totalregistros))+""),0); +parent.__c.LogImpl("36684861",("Total acumulado: "+parent.__c.SmartStringFormatter("",(Object)(parent._totalregistros))+""),0); //BA.debugLineNum = 955;BA.debugLine="For i=0 To c.RowCount -1"; if (true) break; @@ -3053,14 +3053,14 @@ this.state = 71; //BA.debugLineNum = 956;BA.debugLine="c.Position = i"; parent._c.setPosition(_i); //BA.debugLineNum = 957;BA.debugLine="Log(c.GetString(\"HVD_CLIENTE\"))"; -parent.__c.LogImpl("742336449",parent._c.GetString("HVD_CLIENTE"),0); +parent.__c.LogImpl("36684865",parent._c.GetString("HVD_CLIENTE"),0); //BA.debugLineNum = 958;BA.debugLine="Private d4 As Cursor = Starter.skmt.ExecQuery($"; _d4 = new anywheresoftware.b4a.sql.SQL.CursorWrapper(); _d4 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("SELECT CAT_CL_RUTA FROM kmt_info WHERE CAT_CL_CODIGO = '"+parent.__c.SmartStringFormatter("",(Object)(parent._c.GetString("HVD_CLIENTE")))+"'")))); //BA.debugLineNum = 959;BA.debugLine="d4.Position = 0"; _d4.setPosition((int) (0)); //BA.debugLineNum = 960;BA.debugLine="Log(d4.GetString(\"CAT_CL_RUTA\"))"; -parent.__c.LogImpl("742336452",_d4.GetString("CAT_CL_RUTA"),0); +parent.__c.LogImpl("36684868",_d4.GetString("CAT_CL_RUTA"),0); //BA.debugLineNum = 961;BA.debugLine="Private d5 As Cursor = Starter.skmt.ExecQuery("; _d5 = new anywheresoftware.b4a.sql.SQL.CursorWrapper(); _d5 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(parent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("SELECT IFNULL(Sum(PE_CANT),0) AS PE_CANT FROM PEDIDO WHERE PE_CLIENTEOR = '"+parent.__c.SmartStringFormatter("",(Object)(parent._c.GetString("HVD_CLIENTE")))+"' AND PE_PROID = '"+parent.__c.SmartStringFormatter("",(Object)(parent._c.GetString("HVD_PROID")))+"' AND CONSECUTIVO = '"+parent.__c.SmartStringFormatter("",(Object)(parent._c.GetString("CONSECUTIVO")))+"'")))); @@ -3077,11 +3077,11 @@ _fecha2 = parent.__c.Regex.Split("-",_fecha1[(int) (0)]); //BA.debugLineNum = 968;BA.debugLine="Dim fecha3 As String = fecha2(2)&\"/\"&fecha2(1)&"; _fecha3 = _fecha2[(int) (2)]+"/"+_fecha2[(int) (1)]+"/"+_fecha2[(int) (0)]; //BA.debugLineNum = 969;BA.debugLine="Log(fecha3)"; -parent.__c.LogImpl("742336461",_fecha3,0); +parent.__c.LogImpl("36684877",_fecha3,0); //BA.debugLineNum = 970;BA.debugLine="Dim hora() As String = Regex.Split(\"\\.\", fecha1"; _hora = parent.__c.Regex.Split("\\.",_fecha1[(int) (1)]); //BA.debugLineNum = 971;BA.debugLine="Log(hora(0))"; -parent.__c.LogImpl("742336463",_hora[(int) (0)],0); +parent.__c.LogImpl("36684879",_hora[(int) (0)],0); //BA.debugLineNum = 973;BA.debugLine="Dim sDate, sTime As String"; _sdate = ""; _stime = ""; @@ -3109,7 +3109,7 @@ case 73: //C this.state = 76; //BA.debugLineNum = 979;BA.debugLine="Log((c.GetString(\"HVD_RECHAZOCANT\")-restacant)"; -parent.__c.LogImpl("742336471",BA.NumberToString(((double)(Double.parseDouble(parent._c.GetString("HVD_RECHAZOCANT")))-(double)(Double.parseDouble(_restacant)))),0); +parent.__c.LogImpl("36684887",BA.NumberToString(((double)(Double.parseDouble(parent._c.GetString("HVD_RECHAZOCANT")))-(double)(Double.parseDouble(_restacant)))),0); //BA.debugLineNum = 980;BA.debugLine="cmd.Initialize"; parent._cmd.Initialize(); //BA.debugLineNum = 981;BA.debugLine="cmd.Name = \"update_HVD_MAZAPArep2\""; @@ -3128,7 +3128,7 @@ parent._cmd.Initialize(); //BA.debugLineNum = 986;BA.debugLine="cmd.Name = \"update_HVD_MAZAPArep2\""; parent._cmd.Name /*String*/ = "update_HVD_MAZAPArep2"; //BA.debugLineNum = 987;BA.debugLine="Log( c.GetString(\"CANTC\")& c.GetString(\"HVD_CL"; -parent.__c.LogImpl("742336479",parent._c.GetString("CANTC")+parent._c.GetString("HVD_CLIENTE")+parent._c.GetString("HVD_PROID")+_fecha3+" "+_hora[(int) (0)]+_d4.GetString("CAT_CL_RUTA")+parent._almacen+parent._l_ruta.getText()+parent._c.GetString("HVD_CODPROMO")+parent._c.GetString("HVD_NUM_TICKET")+parent._c.GetString("HVD_CANT"),0); +parent.__c.LogImpl("36684895",parent._c.GetString("CANTC")+parent._c.GetString("HVD_CLIENTE")+parent._c.GetString("HVD_PROID")+_fecha3+" "+_hora[(int) (0)]+_d4.GetString("CAT_CL_RUTA")+parent._almacen+parent._l_ruta.getText()+parent._c.GetString("HVD_CODPROMO")+parent._c.GetString("HVD_NUM_TICKET")+parent._c.GetString("HVD_CANT"),0); //BA.debugLineNum = 988;BA.debugLine="cmd.Parameters = Array As String(\"\",c.GetStrin"; parent._cmd.Parameters /*Object[]*/ = (Object[])(new String[]{"",parent._c.GetString("BCAJAS"),parent._c.GetString("CANTC"),"","",parent._c.GetString("HVD_CLIENTE"),parent._c.GetString("HVD_PROID"),_fecha3+" "+_hora[(int) (0)],parent._c.GetString("HVD_RUTA"),parent._almacen,parent._l_ruta.getText(),parent._c.GetString("HVD_CODPROMO"),parent._c.GetString("HVD_NUM_TICKET"),parent._c.GetString("HVD_CANT")}); //BA.debugLineNum = 989;BA.debugLine="reqManager.ExecuteCommand(cmd, \"update_hvd\")"; @@ -3184,13 +3184,13 @@ case 81: //C this.state = 82; //BA.debugLineNum = 1005;BA.debugLine="Log($\"Procesando TABULADOR_BILLETES: ${c.RowCoun"; -parent.__c.LogImpl("742336497",("Procesando TABULADOR_BILLETES: "+parent.__c.SmartStringFormatter("",(Object)(parent._c.getRowCount()))+" registros"),0); +parent.__c.LogImpl("36684913",("Procesando TABULADOR_BILLETES: "+parent.__c.SmartStringFormatter("",(Object)(parent._c.getRowCount()))+" registros"),0); //BA.debugLineNum = 1006;BA.debugLine="totalRegistros = totalRegistros + c.RowCount"; parent._totalregistros = (int) (parent._totalregistros+parent._c.getRowCount()); //BA.debugLineNum = 1007;BA.debugLine="totalRegistrosTotales = totalRegistrosTotales +"; parent._totalregistrostotales = (int) (parent._totalregistrostotales+parent._c.getRowCount()); //BA.debugLineNum = 1008;BA.debugLine="Log($\"Total acumulado: ${totalRegistros}\"$)"; -parent.__c.LogImpl("742336500",("Total acumulado: "+parent.__c.SmartStringFormatter("",(Object)(parent._totalregistros))+""),0); +parent.__c.LogImpl("36684916",("Total acumulado: "+parent.__c.SmartStringFormatter("",(Object)(parent._totalregistros))+""),0); //BA.debugLineNum = 1010;BA.debugLine="For i = 0 To c.RowCount - 1"; if (true) break; @@ -3268,7 +3268,7 @@ parent._cmd.Parameters /*Object[]*/ = new Object[]{(Object)(parent._subs._dameu //BA.debugLineNum = 1032;BA.debugLine="reqManager.ExecuteCommand(cmd , \"inst_drop\")"; parent._reqmanager._executecommand /*String*/ (parent._cmd,(Object)("inst_drop")); //BA.debugLineNum = 1034;BA.debugLine="Log($\"PROCESO COMPLETADO - TOTAL DE REGISTROS PRO"; -parent.__c.LogImpl("742336526",("PROCESO COMPLETADO - TOTAL DE REGISTROS PROCESADOS: "+parent.__c.SmartStringFormatter("",(Object)(parent._totalregistros))+""),0); +parent.__c.LogImpl("36684942",("PROCESO COMPLETADO - TOTAL DE REGISTROS PROCESADOS: "+parent.__c.SmartStringFormatter("",(Object)(parent._totalregistros))+""),0); //BA.debugLineNum = 1035;BA.debugLine="ToastMessageShow(\"Se Actualizaron los datos, Este"; parent.__c.ToastMessageShow(BA.ObjectToCharSequence("Se Actualizaron los datos, Este proceso podria tardar hasta un minuto, gracias "+parent._l_ruta.getText()),parent.__c.True); //BA.debugLineNum = 1037;BA.debugLine="Wait For AllRequestsComplete ' Espera a que todos"; @@ -3280,11 +3280,11 @@ case 107: this.state = -1; ; //BA.debugLineNum = 1039;BA.debugLine="Log($\"Total registros procesados: ${totalRegistro"; -parent.__c.LogImpl("742336531",("Total registros procesados: "+parent.__c.SmartStringFormatter("",(Object)(parent._totalregistros))+""),0); +parent.__c.LogImpl("36684947",("Total registros procesados: "+parent.__c.SmartStringFormatter("",(Object)(parent._totalregistros))+""),0); //BA.debugLineNum = 1040;BA.debugLine="Log($\"Requests exitosos: ${successfulRequests}\"$)"; -parent.__c.LogImpl("742336532",("Requests exitosos: "+parent.__c.SmartStringFormatter("",(Object)(parent._successfulrequests))+""),0); +parent.__c.LogImpl("36684948",("Requests exitosos: "+parent.__c.SmartStringFormatter("",(Object)(parent._successfulrequests))+""),0); //BA.debugLineNum = 1041;BA.debugLine="LogColor(\"Esto es totalRegistrosTotales: ---->\" &"; -parent.__c.LogImpl("742336533","Esto es totalRegistrosTotales: ---->"+BA.NumberToString(parent._totalregistrostotales),parent.__c.Colors.Red); +parent.__c.LogImpl("36684949","Esto es totalRegistrosTotales: ---->"+BA.NumberToString(parent._totalregistrostotales),parent.__c.Colors.Red); //BA.debugLineNum = 1044;BA.debugLine="End Sub"; if (true) break; @@ -3417,26 +3417,26 @@ double _lon = 0; String _k = ""; //BA.debugLineNum = 1225;BA.debugLine="Sub JobDone(Job As HttpJob)"; //BA.debugLineNum = 1227;BA.debugLine="Log(todosRequest)"; -__c.LogImpl("742532866",BA.NumberToString(_todosrequest),0); +__c.LogImpl("36881282",BA.NumberToString(_todosrequest),0); //BA.debugLineNum = 1228;BA.debugLine="todosRequest = todosRequest +1"; _todosrequest = (int) (_todosrequest+1); //BA.debugLineNum = 1229;BA.debugLine="Log(todosRequest)"; -__c.LogImpl("742532868",BA.NumberToString(_todosrequest),0); +__c.LogImpl("36881284",BA.NumberToString(_todosrequest),0); //BA.debugLineNum = 1230;BA.debugLine="If Job.Success = False Then"; if (_job._success /*boolean*/ ==__c.False) { //BA.debugLineNum = 1231;BA.debugLine="LogColor(\"** \" & Job.Tag & \" Error: \" & Job.Erro"; -__c.LogImpl("742532870","** "+BA.ObjectToString(_job._tag /*Object*/ )+" Error: "+_job._errormessage /*String*/ ,__c.Colors.Red); +__c.LogImpl("36881286","** "+BA.ObjectToString(_job._tag /*Object*/ )+" Error: "+_job._errormessage /*String*/ ,__c.Colors.Red); }else { //BA.debugLineNum = 1234;BA.debugLine="LogColor(\"Esto es totalRegistros: \" & totalRegis"; -__c.LogImpl("742532873","Esto es totalRegistros: "+BA.NumberToString(_totalregistros),__c.Colors.Red); +__c.LogImpl("36881289","Esto es totalRegistros: "+BA.NumberToString(_totalregistros),__c.Colors.Red); //BA.debugLineNum = 1235;BA.debugLine="successfulRequests = successfulRequests + 1"; _successfulrequests = (int) (_successfulrequests+1); //BA.debugLineNum = 1236;BA.debugLine="totalRegistros = totalRegistros - 1"; _totalregistros = (int) (_totalregistros-1); //BA.debugLineNum = 1237;BA.debugLine="Log(\"Esto es successfulRequests: \" & successfulR"; -__c.LogImpl("742532876","Esto es successfulRequests: "+BA.NumberToString(_successfulrequests),0); +__c.LogImpl("36881292","Esto es successfulRequests: "+BA.NumberToString(_successfulrequests),0); //BA.debugLineNum = 1238;BA.debugLine="LogColor(\"JobDone: '\" & reqManager.HandleJob(Job"; -__c.LogImpl("742532877","JobDone: '"+BA.ObjectToString(_reqmanager._handlejob /*reparto_mazapa.keymon.lat.dbrequestmanager._dbresult*/ (_job).Tag /*Object*/ )+"' - Registros: "+BA.NumberToString(_reqmanager._handlejob /*reparto_mazapa.keymon.lat.dbrequestmanager._dbresult*/ (_job).Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()),__c.Colors.Green); +__c.LogImpl("36881293","JobDone: '"+BA.ObjectToString(_reqmanager._handlejob /*reparto_mazapa.keymon.lat.dbrequestmanager._dbresult*/ (_job).Tag /*Object*/ )+"' - Registros: "+BA.NumberToString(_reqmanager._handlejob /*reparto_mazapa.keymon.lat.dbrequestmanager._dbresult*/ (_job).Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()),__c.Colors.Green); //BA.debugLineNum = 1239;BA.debugLine="If Job.JobName = \"DBRequest\" Then"; if ((_job._jobname /*String*/ ).equals("DBRequest")) { //BA.debugLineNum = 1240;BA.debugLine="Dim result As DBResult = reqManager.HandleJob(J"; @@ -3534,7 +3534,7 @@ if (_reqs.IndexOf((Object)("gunaprod3"))>-1) { //BA.debugLineNum = 1290;BA.debugLine="reqs.RemoveAt(reqs.IndexOf(\"gunaprod3\"))"; _reqs.RemoveAt(_reqs.IndexOf((Object)("gunaprod3"))); //BA.debugLineNum = 1291;BA.debugLine="Log(reqs.Size)"; -__c.LogImpl("742532930",BA.NumberToString(_reqs.getSize()),0); +__c.LogImpl("36881346",BA.NumberToString(_reqs.getSize()),0); }; //BA.debugLineNum = 1293;BA.debugLine="Starter.skmt.BeginTransaction"; _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .BeginTransaction(); @@ -3612,7 +3612,7 @@ if (_reqs.IndexOf((Object)("gunaprod"))>-1) { //BA.debugLineNum = 1332;BA.debugLine="reqs.RemoveAt(reqs.IndexOf(\"gunaprod\"))"; _reqs.RemoveAt(_reqs.IndexOf((Object)("gunaprod"))); //BA.debugLineNum = 1333;BA.debugLine="Log(reqs.Size)"; -__c.LogImpl("742532972",BA.NumberToString(_reqs.getSize()),0); +__c.LogImpl("36881388",BA.NumberToString(_reqs.getSize()),0); }; //BA.debugLineNum = 1335;BA.debugLine="Starter.skmt.BeginTransaction"; _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .BeginTransaction(); @@ -3682,7 +3682,7 @@ if (_reqs.IndexOf((Object)("gunaprodp"))>-1) { //BA.debugLineNum = 1371;BA.debugLine="reqs.RemoveAt(reqs.IndexOf(\"gunaprodp\"))"; _reqs.RemoveAt(_reqs.IndexOf((Object)("gunaprodp"))); //BA.debugLineNum = 1372;BA.debugLine="Log(reqs.Size)"; -__c.LogImpl("742533011",BA.NumberToString(_reqs.getSize()),0); +__c.LogImpl("36881427",BA.NumberToString(_reqs.getSize()),0); }; //BA.debugLineNum = 1374;BA.debugLine="For Each records() As Object In result.Rows"; { @@ -3751,7 +3751,7 @@ if (_reqs.IndexOf((Object)("detallepaq"))>-1) { //BA.debugLineNum = 1408;BA.debugLine="reqs.RemoveAt(reqs.IndexOf(\"detallepaq\"))"; _reqs.RemoveAt(_reqs.IndexOf((Object)("detallepaq"))); //BA.debugLineNum = 1409;BA.debugLine="Log(reqs.Size)"; -__c.LogImpl("742533048",BA.NumberToString(_reqs.getSize()),0); +__c.LogImpl("36881464",BA.NumberToString(_reqs.getSize()),0); }; //BA.debugLineNum = 1411;BA.debugLine="For Each records() As Object In result.Rows"; { @@ -3855,7 +3855,7 @@ if (_reqs.IndexOf((Object)("punteo"))>0) { //BA.debugLineNum = 1464;BA.debugLine="reqs.RemoveAt(reqs.IndexOf(\"punteo\"))"; _reqs.RemoveAt(_reqs.IndexOf((Object)("punteo"))); //BA.debugLineNum = 1465;BA.debugLine="Log(reqs.Size)"; -__c.LogImpl("742533104",BA.NumberToString(_reqs.getSize()),0); +__c.LogImpl("36881520",BA.NumberToString(_reqs.getSize()),0); }; //BA.debugLineNum = 1467;BA.debugLine="Starter.skmt.BeginTransaction"; _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .BeginTransaction(); @@ -3947,7 +3947,7 @@ _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("INSERT INTO HIST }else { //BA.debugLineNum = 1516;BA.debugLine="Private tc As Cursor = Starter.skmt.ExecQuer"; _tc = new anywheresoftware.b4a.sql.SQL.CursorWrapper(); -_tc = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select HVD_CLIENTE from HIST_VENTAS where HVD_CLIENTE = '"+__c.SmartStringFormatter("",(Object)(_hvd_cliente))+"' and HVD_PROID = '"+__c.SmartStringFormatter("",(Object)(_hvd_proid))+"'")))); +_tc = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select HVD_CLIENTE from HIST_VENTAS where HVD_CLIENTE = '"+__c.SmartStringFormatter("",(Object)(_hvd_cliente))+"' and HVD_PROID = '"+__c.SmartStringFormatter("",(Object)(_hvd_proid))+"' AND HVD_CANT = '"+__c.SmartStringFormatter("",(Object)(_hvd_cant))+"' AND HVD_CODPROMO = '"+__c.SmartStringFormatter("",(Object)(_hvd_codpromo))+"' ")))); //BA.debugLineNum = 1517;BA.debugLine="If tc.RowCount = 0 Then"; if (_tc.getRowCount()==0) { //BA.debugLineNum = 1519;BA.debugLine="Starter.skmt.ExecNonQuery2(\"INSERT INTO HIS"; @@ -4370,11 +4370,11 @@ public String _listview1_itemclick(int _position,Object _value) throws Exceptio String[] _clieasing = null; //BA.debugLineNum = 2158;BA.debugLine="Private Sub ListView1_ItemClick (Position As Int,"; //BA.debugLineNum = 2159;BA.debugLine="Log(Value)"; -__c.LogImpl("743450369",BA.ObjectToString(_value),0); +__c.LogImpl("37798785",BA.ObjectToString(_value),0); //BA.debugLineNum = 2161;BA.debugLine="Dim clieasing() As String = Regex.Split(\" \", Valu"; _clieasing = __c.Regex.Split(" ",BA.ObjectToString(_value)); //BA.debugLineNum = 2162;BA.debugLine="Log(clieasing(0))"; -__c.LogImpl("743450372",_clieasing[(int) (0)],0); +__c.LogImpl("37798788",_clieasing[(int) (0)],0); //BA.debugLineNum = 2164;BA.debugLine="Starter.skmt.ExecNonQuery(\"delete from CUENTAA\")"; _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery("delete from CUENTAA"); //BA.debugLineNum = 2165;BA.debugLine="Starter.skmt.ExecNonQuery2(\"INSERT INTO CUENTAA V"; diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/c_productos.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/c_productos.java index adbad3d..23eecac 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/c_productos.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/c_productos.java @@ -123,7 +123,7 @@ _sdate = __c.DateTime.Date(__c.DateTime.getNow()); //BA.debugLineNum = 670;BA.debugLine="sTime = DateTime.Time(DateTime.Now)"; _stime = __c.DateTime.Time(__c.DateTime.getNow()); //BA.debugLineNum = 672;BA.debugLine="LogColor(\"b_prodMas_Click\", Colors.Magenta)"; -__c.LogImpl("750331656","b_prodMas_Click",__c.Colors.Magenta); +__c.LogImpl("314680072","b_prodMas_Click",__c.Colors.Magenta); //BA.debugLineNum = 673;BA.debugLine="Dim index As Int = clv_pedido.GetItemFromView(Sen"; _index = _clv_pedido._getitemfromview((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(__c.Sender(ba)))); //BA.debugLineNum = 674;BA.debugLine="Dim pnl0 As B4XView = clv_pedido.GetPanel(index)"; @@ -139,7 +139,7 @@ _lacant = _pnl.GetView((int) (2)).GetView((int) (3)); _estetag = new anywheresoftware.b4a.objects.collections.List(); _estetag = anywheresoftware.b4a.keywords.Common.ArrayToList(__c.Regex.Split("\\|",BA.ObjectToString(_lacant.getTag()))); //BA.debugLineNum = 681;BA.debugLine="Log(\"LC_TEXT:\"&laCant.Text&\"|LC_TAG:\"&laCant.Tag&"; -__c.LogImpl("750331665","LC_TEXT:"+_lacant.getText()+"|LC_TAG:"+BA.ObjectToString(_lacant.getTag())+"|ET:"+BA.ObjectToString(_estetag),0); +__c.LogImpl("314680081","LC_TEXT:"+_lacant.getText()+"|LC_TAG:"+BA.ObjectToString(_lacant.getTag())+"|ET:"+BA.ObjectToString(_estetag),0); //BA.debugLineNum = 682;BA.debugLine="If laCant.Text = \"\" Then laCant.Text = 0"; if ((_lacant.getText()).equals("")) { _lacant.setText(BA.ObjectToCharSequence(0));}; @@ -163,16 +163,16 @@ _minimoadesc = "1"; //BA.debugLineNum = 694;BA.debugLine="minimos.Close"; _minimos.Close(); //BA.debugLineNum = 697;BA.debugLine="LogColor($\"++++++++++++++++++++++++++ ${esteTag"; -__c.LogImpl("750331681",("++++++++++++++++++++++++++ "+__c.SmartStringFormatter("",(Object)(_estetag.getObject()))+""),__c.Colors.Green); +__c.LogImpl("314680097",("++++++++++++++++++++++++++ "+__c.SmartStringFormatter("",(Object)(_estetag.getObject()))+""),__c.Colors.Green); //BA.debugLineNum = 698;BA.debugLine="Log(esteTag.get(4))"; -__c.LogImpl("750331682",BA.ObjectToString(_estetag.Get((int) (4))),0); +__c.LogImpl("314680098",BA.ObjectToString(_estetag.Get((int) (4))),0); //BA.debugLineNum = 699;BA.debugLine="If esteTag.Get(4) = \"0\" Then"; if ((_estetag.Get((int) (4))).equals((Object)("0"))) { }else { //BA.debugLineNum = 702;BA.debugLine="If laCant.Text + 1 * minimoadesc <= maxProds The"; if ((double)(Double.parseDouble(_lacant.getText()))+1*(double)(Double.parseDouble(_minimoadesc))<=(double)(Double.parseDouble(_maxprods))) { //BA.debugLineNum = 703;BA.debugLine="Log($\"NuevaCant = ${laCant.Text + 1}\"$)"; -__c.LogImpl("750331687",("NuevaCant = "+__c.SmartStringFormatter("",(Object)((double)(Double.parseDouble(_lacant.getText()))+1))+""),0); +__c.LogImpl("314680103",("NuevaCant = "+__c.SmartStringFormatter("",(Object)((double)(Double.parseDouble(_lacant.getText()))+1))+""),0); //BA.debugLineNum = 704;BA.debugLine="laCant.Text = $\"$1.0{laCant.Text + 1}\"$"; _lacant.setText(BA.ObjectToCharSequence((""+__c.SmartStringFormatter("1.0",(Object)((double)(Double.parseDouble(_lacant.getText()))+1))+""))); //BA.debugLineNum = 705;BA.debugLine="Starter.skmt.ExecNonQuery2(\"update cat_gunaprod"; @@ -297,7 +297,7 @@ String _puc = ""; //BA.debugLineNum = 800;BA.debugLine="etCantHasFocus = False"; _etcanthasfocus = __c.False; //BA.debugLineNum = 802;BA.debugLine="LogColor(\"b_prodMas_Click\", Colors.Magenta)"; -__c.LogImpl("750397187","b_prodMas_Click",__c.Colors.Magenta); +__c.LogImpl("314745603","b_prodMas_Click",__c.Colors.Magenta); //BA.debugLineNum = 803;BA.debugLine="Dim index As Int = clv_pedido.GetItemFromView(Sen"; _index = _clv_pedido._getitemfromview((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(__c.Sender(ba)))); //BA.debugLineNum = 804;BA.debugLine="Dim pnl0 As B4XView = clv_pedido.GetPanel(index)"; @@ -310,40 +310,40 @@ _pnl = _pnl0.GetView((int) (0)); _lacantc = new anywheresoftware.b4a.objects.B4XViewWrapper(); _lacantc = _pnl.GetView((int) (3)).GetView((int) (3)); //BA.debugLineNum = 807;BA.debugLine="LogColor(laCantc.Text&\"--------------------------"; -__c.LogImpl("750397192",_lacantc.getText()+"-----------------------------",__c.Colors.Blue); +__c.LogImpl("314745608",_lacantc.getText()+"-----------------------------",__c.Colors.Blue); //BA.debugLineNum = 811;BA.debugLine="Dim esteTag As List = Regex.Split(\"\\|\", laCantc.T"; _estetag = new anywheresoftware.b4a.objects.collections.List(); _estetag = anywheresoftware.b4a.keywords.Common.ArrayToList(__c.Regex.Split("\\|",BA.ObjectToString(_lacantc.getTag()))); //BA.debugLineNum = 812;BA.debugLine="Log(\"LC_TEXT:\"&laCantc.Text&\"|LC_TAG:\"&laCantc.Ta"; -__c.LogImpl("750397197","LC_TEXT:"+_lacantc.getText()+"|LC_TAG:"+BA.ObjectToString(_lacantc.getTag())+"|ET:"+BA.ObjectToString(_estetag),0); +__c.LogImpl("314745613","LC_TEXT:"+_lacantc.getText()+"|LC_TAG:"+BA.ObjectToString(_lacantc.getTag())+"|ET:"+BA.ObjectToString(_estetag),0); //BA.debugLineNum = 813;BA.debugLine="If laCantc.Text = \"\" Then laCantc.Text = 0"; if ((_lacantc.getText()).equals("")) { _lacantc.setText(BA.ObjectToCharSequence(0));}; //BA.debugLineNum = 815;BA.debugLine="Private maxProds As String = (esteTag.Get(1) + es"; _maxprods = BA.NumberToString(((double)(BA.ObjectToNumber(_estetag.Get((int) (1))))+(double)(BA.ObjectToNumber(_estetag.Get((int) (4)))))); //BA.debugLineNum = 816;BA.debugLine="LogColor(esteTag.Get(1),Colors.Red)"; -__c.LogImpl("750397201",BA.ObjectToString(_estetag.Get((int) (1))),__c.Colors.Red); +__c.LogImpl("314745617",BA.ObjectToString(_estetag.Get((int) (1))),__c.Colors.Red); //BA.debugLineNum = 817;BA.debugLine="LogColor(esteTag.Get(4),Colors.Red)"; -__c.LogImpl("750397202",BA.ObjectToString(_estetag.Get((int) (4))),__c.Colors.Red); +__c.LogImpl("314745618",BA.ObjectToString(_estetag.Get((int) (4))),__c.Colors.Red); //BA.debugLineNum = 818;BA.debugLine="LogColor($\"++++++++++++++++++++++++++ ${esteTag"; -__c.LogImpl("750397203",("++++++++++++++++++++++++++ "+__c.SmartStringFormatter("",(Object)(_estetag.getObject()))+""),__c.Colors.Green); +__c.LogImpl("314745619",("++++++++++++++++++++++++++ "+__c.SmartStringFormatter("",(Object)(_estetag.getObject()))+""),__c.Colors.Green); //BA.debugLineNum = 820;BA.debugLine="Log(maxProds)"; -__c.LogImpl("750397205",_maxprods,0); +__c.LogImpl("314745621",_maxprods,0); //BA.debugLineNum = 823;BA.debugLine="Log(esteTag.Get(4))"; -__c.LogImpl("750397208",BA.ObjectToString(_estetag.Get((int) (4))),0); +__c.LogImpl("314745624",BA.ObjectToString(_estetag.Get((int) (4))),0); //BA.debugLineNum = 824;BA.debugLine="If esteTag.Get(4) = \"0\" Then"; if ((_estetag.Get((int) (4))).equals((Object)("0"))) { }else { //BA.debugLineNum = 827;BA.debugLine="If laCantc.Text + 1 <= maxProds Then"; if ((double)(Double.parseDouble(_lacantc.getText()))+1<=(double)(Double.parseDouble(_maxprods))) { //BA.debugLineNum = 828;BA.debugLine="Log($\"NuevaCant = ${laCantc.Text + 1}\"$)"; -__c.LogImpl("750397213",("NuevaCant = "+__c.SmartStringFormatter("",(Object)((double)(Double.parseDouble(_lacantc.getText()))+1))+""),0); +__c.LogImpl("314745629",("NuevaCant = "+__c.SmartStringFormatter("",(Object)((double)(Double.parseDouble(_lacantc.getText()))+1))+""),0); //BA.debugLineNum = 830;BA.debugLine="laCantc.Text = $\"$1.0{laCantc.Text + 1}\"$"; _lacantc.setText(BA.ObjectToCharSequence((""+__c.SmartStringFormatter("1.0",(Object)((double)(Double.parseDouble(_lacantc.getText()))+1))+""))); //BA.debugLineNum = 831;BA.debugLine="LogColor(esteTag,Colors.Magenta)"; -__c.LogImpl("750397216",BA.ObjectToString(_estetag),__c.Colors.Magenta); +__c.LogImpl("314745632",BA.ObjectToString(_estetag),__c.Colors.Magenta); //BA.debugLineNum = 833;BA.debugLine="LogColor(laCantc.Text,Colors.Red)"; -__c.LogImpl("750397218",_lacantc.getText(),__c.Colors.Red); +__c.LogImpl("314745634",_lacantc.getText(),__c.Colors.Red); //BA.debugLineNum = 836;BA.debugLine="c = Starter.skmt.ExecQuery2(\"SELECT * FROM PEDI"; _c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT * FROM PEDIDO WHERE PE_PROID = ? and PE_CLIENTE IN (SELECT CUENTA FROM CUENTAA) AND CONSECUTIVO = ? ",new String[]{BA.ObjectToString(_estetag.Get((int) (2))),BA.ObjectToString(_estetag.Get((int) (6)))}))); //BA.debugLineNum = 837;BA.debugLine="If c.RowCount > 0 Then"; @@ -362,7 +362,7 @@ _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("update PEDIDO se //BA.debugLineNum = 844;BA.debugLine="B4XPage_Appear"; _b4xpage_appear(); //BA.debugLineNum = 845;BA.debugLine="Log(\"aqui2\")"; -__c.LogImpl("750397230","aqui2",0); +__c.LogImpl("314745646","aqui2",0); }; }else { //BA.debugLineNum = 848;BA.debugLine="Private c2 As Cursor = Starter.skmt.ExecQuery2"; @@ -375,7 +375,7 @@ _c2.setPosition((int) (0)); //BA.debugLineNum = 851;BA.debugLine="Private puc As String = c2.GetString(\"HVD_COS"; _puc = BA.NumberToString((double)(Double.parseDouble(_c2.GetString("HVD_COSTO_TOT")))/(double)(double)(Double.parseDouble(_c2.GetString("CANTC")))); //BA.debugLineNum = 852;BA.debugLine="Log(puc)"; -__c.LogImpl("750397237",_puc,0); +__c.LogImpl("314745653",_puc,0); //BA.debugLineNum = 855;BA.debugLine="Starter.skmt.ExecNonQuery2(\"INSERT INTO PEDID"; _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("INSERT INTO PEDIDO(PE_PROID,PE_PRONOMBRE,PE_CANT,PE_CLIENTEOR,PE_CLIENTE,PE_COSTOU,PE_COSTO_TOT,PE_CAJAS,PE_BCAJAS,CONSECUTIVO,PE_RUTA, PE_TIPO,PE_CEDIS,PE_FECHA,PE_USUARIO,FECHA_PREV,RUTA_REP,PE_REGALO) VALUES (?,?,?,?,?,?,?,1,1,?,?,?,?,?,?,?,?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new String[]{BA.ObjectToString(_estetag.Get((int) (2))),_c2.GetString("HVD_PRONOMBRE"),_subs._traeconversion /*String*/ (ba,BA.ObjectToString(_estetag.Get((int) (2)))),BA.ObjectToString(_estetag.Get((int) (5))),_subs._traecliente /*String*/ (ba),_puc,_puc,BA.ObjectToString(_estetag.Get((int) (6))),_subs._traerutaprev /*String*/ (ba),"PREVENTA",_subs._traealmacen /*String*/ (ba),_sdate+" "+_stime,_subs._traeusuario /*String*/ (ba),_subs._traefechaprev /*String*/ (ba),_subs._traerutareparto /*String*/ (ba),BA.NumberToString(0)})); //BA.debugLineNum = 856;BA.debugLine="B4XPage_Appear"; @@ -402,9 +402,9 @@ float _preciou = 0f; //BA.debugLineNum = 559;BA.debugLine="etCantHasFocus = False"; _etcanthasfocus = __c.False; //BA.debugLineNum = 560;BA.debugLine="Log(\"etCantHasFocus=\" & etCantHasFocus)"; -__c.LogImpl("750266114","etCantHasFocus="+BA.ObjectToString(_etcanthasfocus),0); +__c.LogImpl("314614530","etCantHasFocus="+BA.ObjectToString(_etcanthasfocus),0); //BA.debugLineNum = 561;BA.debugLine="LogColor(\"b_prodMenos_Click\", Colors.Magenta)"; -__c.LogImpl("750266115","b_prodMenos_Click",__c.Colors.Magenta); +__c.LogImpl("314614531","b_prodMenos_Click",__c.Colors.Magenta); //BA.debugLineNum = 562;BA.debugLine="Dim index As Int = clv_pedido.GetItemFromView(Sen"; _index = _clv_pedido._getitemfromview((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(__c.Sender(ba)))); //BA.debugLineNum = 563;BA.debugLine="Dim pnl0 As B4XView = clv_pedido.GetPanel(index)"; @@ -420,7 +420,7 @@ _lacant = _pnl.GetView((int) (2)).GetView((int) (3)); _estetag = new anywheresoftware.b4a.objects.collections.List(); _estetag = anywheresoftware.b4a.keywords.Common.ArrayToList(__c.Regex.Split("\\|",BA.ObjectToString(_lacant.getTag()))); //BA.debugLineNum = 568;BA.debugLine="Log(\"LC_TEXT:\"&laCant.Text&\"|PROMO:\"&esteTag.Get("; -__c.LogImpl("750266122","LC_TEXT:"+_lacant.getText()+"|PROMO:"+BA.ObjectToString(_estetag.Get((int) (3)))+"|LC_TAG:"+BA.ObjectToString(_lacant.getTag())+"|ET:"+BA.ObjectToString(_estetag),0); +__c.LogImpl("314614538","LC_TEXT:"+_lacant.getText()+"|PROMO:"+BA.ObjectToString(_estetag.Get((int) (3)))+"|LC_TAG:"+BA.ObjectToString(_lacant.getTag())+"|ET:"+BA.ObjectToString(_estetag),0); //BA.debugLineNum = 570;BA.debugLine="Private minimoadesc As String"; _minimoadesc = ""; //BA.debugLineNum = 571;BA.debugLine="Dim minimos As Cursor = Starter.skmt.ExecQuery2(\""; @@ -449,7 +449,7 @@ _lacant.setText(BA.ObjectToCharSequence((""+__c.SmartStringFormatter("1.0",(Obje if ((double)(Double.parseDouble(_lacant.getText()))<0) { _lacant.setText(BA.ObjectToCharSequence(0));}; //BA.debugLineNum = 619;BA.debugLine="Log(\"NO ES promo\")"; -__c.LogImpl("750266173","NO ES promo",0); +__c.LogImpl("314614589","NO ES promo",0); //BA.debugLineNum = 624;BA.debugLine="Private c3 As Cursor = Starter.skmt.ExecQuery2(\""; _c3 = new anywheresoftware.b4a.sql.SQL.CursorWrapper(); _c3 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery2("SELECT PE_CANT FROM PEDIDO WHERE PE_PROID = ? AND PE_CLIENTE IN (SELECT CUENTA FROM CUENTAA) AND CONSECUTIVO = ? ",new String[]{BA.ObjectToString(_estetag.Get((int) (2))),BA.ObjectToString(_estetag.Get((int) (6)))}))); @@ -488,7 +488,7 @@ _b4xpage_appear(); //BA.debugLineNum = 650;BA.debugLine="Dim preciou As Float = esteTag.Get(0)/esteTag.Get"; _preciou = (float) ((double)(BA.ObjectToNumber(_estetag.Get((int) (0))))/(double)(double)(BA.ObjectToNumber(_estetag.Get((int) (1))))); //BA.debugLineNum = 651;BA.debugLine="Log(\"PU: \" & preciou)"; -__c.LogImpl("750266205","PU: "+BA.NumberToString(_preciou),0); +__c.LogImpl("314614621","PU: "+BA.NumberToString(_preciou),0); //BA.debugLineNum = 662;BA.debugLine="End Sub"; return ""; } @@ -504,9 +504,9 @@ float _preciou = 0f; //BA.debugLineNum = 865;BA.debugLine="etCantHasFocus = False"; _etcanthasfocus = __c.False; //BA.debugLineNum = 866;BA.debugLine="Log(\"etCantHasFocus=\" & etCantHasFocus)"; -__c.LogImpl("750462722","etCantHasFocus="+BA.ObjectToString(_etcanthasfocus),0); +__c.LogImpl("314811138","etCantHasFocus="+BA.ObjectToString(_etcanthasfocus),0); //BA.debugLineNum = 867;BA.debugLine="LogColor(\"b_prodMenos_Click\", Colors.Magenta)"; -__c.LogImpl("750462723","b_prodMenos_Click",__c.Colors.Magenta); +__c.LogImpl("314811139","b_prodMenos_Click",__c.Colors.Magenta); //BA.debugLineNum = 868;BA.debugLine="Dim index As Int = clv_pedido.GetItemFromView(Sen"; _index = _clv_pedido._getitemfromview((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(__c.Sender(ba)))); //BA.debugLineNum = 869;BA.debugLine="Dim pnl0 As B4XView = clv_pedido.GetPanel(index)"; @@ -522,7 +522,7 @@ _lacantc = _pnl.GetView((int) (3)).GetView((int) (3)); _estetag = new anywheresoftware.b4a.objects.collections.List(); _estetag = anywheresoftware.b4a.keywords.Common.ArrayToList(__c.Regex.Split("\\|",BA.ObjectToString(_lacantc.getTag()))); //BA.debugLineNum = 874;BA.debugLine="Log(\"LC_TEXT:\"&laCantc.Text&\"|PROMO:\"&esteTag.Get"; -__c.LogImpl("750462730","LC_TEXT:"+_lacantc.getText()+"|PROMO:"+BA.ObjectToString(_estetag.Get((int) (3)))+"|LC_TAG:"+BA.ObjectToString(_lacantc.getTag())+"|ET:"+BA.ObjectToString(_estetag),0); +__c.LogImpl("314811146","LC_TEXT:"+_lacantc.getText()+"|PROMO:"+BA.ObjectToString(_estetag.Get((int) (3)))+"|LC_TAG:"+BA.ObjectToString(_lacantc.getTag())+"|ET:"+BA.ObjectToString(_estetag),0); //BA.debugLineNum = 878;BA.debugLine="If laCantc.Text > 0 Then"; if ((double)(Double.parseDouble(_lacantc.getText()))>0) { //BA.debugLineNum = 881;BA.debugLine="Private c3 As Cursor = Starter.skmt.ExecQuery2(\""; @@ -542,7 +542,7 @@ _starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("delete from PEDI }; }; //BA.debugLineNum = 890;BA.debugLine="Log(\"entre al if o algo asi \")"; -__c.LogImpl("750462746","entre al if o algo asi ",0); +__c.LogImpl("314811162","entre al if o algo asi ",0); //BA.debugLineNum = 891;BA.debugLine="If laCantc.Text = \"\" Then laCantc.Text = 0"; if ((_lacantc.getText()).equals("")) { _lacantc.setText(BA.ObjectToCharSequence(0));}; @@ -558,7 +558,7 @@ _b4xpage_appear(); //BA.debugLineNum = 900;BA.debugLine="Dim preciou As Float = esteTag.Get(0)/esteTag.Get"; _preciou = (float) ((double)(BA.ObjectToNumber(_estetag.Get((int) (0))))/(double)(double)(BA.ObjectToNumber(_estetag.Get((int) (1))))); //BA.debugLineNum = 901;BA.debugLine="Log(\"PU: \" & preciou)"; -__c.LogImpl("750462757","PU: "+BA.NumberToString(_preciou),0); +__c.LogImpl("314811173","PU: "+BA.NumberToString(_preciou),0); //BA.debugLineNum = 902;BA.debugLine="End Sub"; return ""; } @@ -716,16 +716,16 @@ _preciofull = _preciocat.GetString("CAT_GP_PRECIO"); //BA.debugLineNum = 167;BA.debugLine="preciocat.Close"; _preciocat.Close(); //BA.debugLineNum = 168;BA.debugLine="Log(c.GetString(\"HVD_CODPROMO\"))"; -__c.LogImpl("749741918",_c.GetString("HVD_CODPROMO"),0); +__c.LogImpl("314090334",_c.GetString("HVD_CODPROMO"),0); //BA.debugLineNum = 169;BA.debugLine="Log(Subs.traeAlmacen)"; -__c.LogImpl("749741919",_subs._traealmacen /*String*/ (ba),0); +__c.LogImpl("314090335",_subs._traealmacen /*String*/ (ba),0); //BA.debugLineNum = 172;BA.debugLine="If c.GetString(\"HVD_CODPROMO\") = Subs.traeAl"; if ((_c.GetString("HVD_CODPROMO")).equals(_subs._traealmacen /*String*/ (ba))) { //BA.debugLineNum = 173;BA.debugLine="clv_pedido.Add(CreateListItem(c.GetString(\""; _clv_pedido._add((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_createlistitem(_c.GetString("HVD_PRONOMBRE"),_subs._traeprecio2 /*String*/ (ba,_c.GetString("HVD_PROID"),_c.GetString("HVD_CODPROMO"),_c.GetString("CONSECUTIVO")),(int)(Double.parseDouble(_c2.GetString("PE_CANT"))),(int) ((double)(Double.parseDouble(_c.GetString("HVD_RECHAZOCANT")))-(double)(Double.parseDouble(_c2.GetString("PE_CANT")))-(double)(Double.parseDouble(_resta))),_clv_pedido._asview().getWidth(),__c.DipToCurrent((int) (118)),_bmp,_c.GetString("HVD_PROID"),_bgcolor,_textcolor,_c.GetString("HVD_CODPROMO"),_c.GetString("HVD_CLIENTE"),(int)(Double.parseDouble(_c.GetString("CONSECUTIVO")))).getObject())),(Object)(_i)); }else { //BA.debugLineNum = 175;BA.debugLine="Log(\"aqui arriba\")"; -__c.LogImpl("749741925","aqui arriba",0); +__c.LogImpl("314090341","aqui arriba",0); //BA.debugLineNum = 176;BA.debugLine="clv_pedido.Add(CreateListItem(c.GetString(\""; _clv_pedido._add((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_createlistitem(_c.GetString("HVD_PRONOMBRE"),_preciofull,(int)(Double.parseDouble(_c2.GetString("PE_CANT"))),(int) ((double)(Double.parseDouble(_c.GetString("HVD_RECHAZOCANT")))-(double)(Double.parseDouble(_c2.GetString("PE_CANT")))-(double)(Double.parseDouble(_resta))),_clv_pedido._asview().getWidth(),__c.DipToCurrent((int) (118)),_bmp,_c.GetString("HVD_PROID"),_bgcolor,_textcolor,_c.GetString("HVD_CODPROMO"),_c.GetString("HVD_CLIENTE"),(int)(Double.parseDouble(_c.GetString("CONSECUTIVO")))).getObject())),(Object)(_i)); }; @@ -758,16 +758,16 @@ _preciofull = _preciocat.GetString("CAT_GP_PRECIO"); //BA.debugLineNum = 199;BA.debugLine="preciocat.Close"; _preciocat.Close(); //BA.debugLineNum = 200;BA.debugLine="Log(c.GetString(\"HVD_CODPROMO\"))"; -__c.LogImpl("749741950",_c.GetString("HVD_CODPROMO"),0); +__c.LogImpl("314090366",_c.GetString("HVD_CODPROMO"),0); //BA.debugLineNum = 201;BA.debugLine="Log(Subs.traeAlmacen)"; -__c.LogImpl("749741951",_subs._traealmacen /*String*/ (ba),0); +__c.LogImpl("314090367",_subs._traealmacen /*String*/ (ba),0); //BA.debugLineNum = 203;BA.debugLine="If c.GetString(\"HVD_CODPROMO\") = Subs.traeAl"; if ((_c.GetString("HVD_CODPROMO")).equals(_subs._traealmacen /*String*/ (ba))) { //BA.debugLineNum = 204;BA.debugLine="clv_pedido.Add(CreateListItem(c.GetString(\""; _clv_pedido._add((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_createlistitem(_c.GetString("HVD_PRONOMBRE"),_subs._traeprecio2 /*String*/ (ba,_c.GetString("HVD_PROID"),_c.GetString("HVD_CODPROMO"),_c.GetString("CONSECUTIVO")),(int) (0),(int) ((double)(Double.parseDouble(_c.GetString("HVD_RECHAZOCANT")))-(double)(Double.parseDouble(_resta))),_clv_pedido._asview().getWidth(),__c.DipToCurrent((int) (118)),_bmp,_c.GetString("HVD_PROID"),_bgcolor,_textcolor,_c.GetString("HVD_CODPROMO"),_c.GetString("HVD_CLIENTE"),(int)(Double.parseDouble(_c.GetString("CONSECUTIVO")))).getObject())),(Object)(_i)); }else { //BA.debugLineNum = 206;BA.debugLine="Log(\"aqui abajo\")"; -__c.LogImpl("749741956","aqui abajo",0); +__c.LogImpl("314090372","aqui abajo",0); //BA.debugLineNum = 207;BA.debugLine="clv_pedido.Add(CreateListItem(c.GetString(\""; _clv_pedido._add((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_createlistitem(_c.GetString("HVD_PRONOMBRE"),_preciofull,(int) (0),(int) ((double)(Double.parseDouble(_c.GetString("HVD_RECHAZOCANT")))-(double)(Double.parseDouble(_resta))),_clv_pedido._asview().getWidth(),__c.DipToCurrent((int) (118)),_bmp,_c.GetString("HVD_PROID"),_bgcolor,_textcolor,_c.GetString("HVD_CODPROMO"),_c.GetString("HVD_CLIENTE"),(int)(Double.parseDouble(_c.GetString("CONSECUTIVO")))).getObject())),(Object)(_i)); }; @@ -777,7 +777,7 @@ _clv_pedido._add((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware. _c2.Close(); }else if((_c.GetString("BCAJAS")).equals("1")) { //BA.debugLineNum = 218;BA.debugLine="Log(\"AQUI1\")"; -__c.LogImpl("749741968","AQUI1",0); +__c.LogImpl("314090384","AQUI1",0); //BA.debugLineNum = 221;BA.debugLine="Private oc As Cursor = Starter.skmt.ExecQuery("; _oc = new anywheresoftware.b4a.sql.SQL.CursorWrapper(); _oc = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select HVD_CANT from HIST_VENTAS WHERE HVD_CLIENTE IN (Select CUENTA from cuentaa) and hvd_proid = '"+__c.SmartStringFormatter("",(Object)(_c.GetString("HVD_PROID")))+"' and HVD_NUM_REGISTRO = '"+__c.SmartStringFormatter("",(Object)(_c.GetString("HVD_NUM_REGISTRO")))+"'")))); @@ -839,9 +839,9 @@ if (_c2.getRowCount()>0) { //BA.debugLineNum = 255;BA.debugLine="c2.Position = 0"; _c2.setPosition((int) (0)); //BA.debugLineNum = 256;BA.debugLine="Log(\"SI ENTRO A PONER CAJAS BIEN \")"; -__c.LogImpl("749742006","SI ENTRO A PONER CAJAS BIEN ",0); +__c.LogImpl("314090422","SI ENTRO A PONER CAJAS BIEN ",0); //BA.debugLineNum = 257;BA.debugLine="Log(c2.GetString(\"PE_CAJAS\"))"; -__c.LogImpl("749742007",_c2.GetString("PE_CAJAS"),0); +__c.LogImpl("314090423",_c2.GetString("PE_CAJAS"),0); //BA.debugLineNum = 258;BA.debugLine="Private c3 As Cursor=Starter.skmt.ExecQuery("; _c3 = new anywheresoftware.b4a.sql.SQL.CursorWrapper(); _c3 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select Ifnull(sum(PE_CANT),0) AS PE_CANT from PEDIDO WHERE PE_CLIENTE NOT IN (SELECT CUENTA FROM CUENTAA) AND PE_CLIENTEOR = '"+__c.SmartStringFormatter("",(Object)(_c.GetString("HVD_CLIENTE")))+"' AND PE_PROID ='"+__c.SmartStringFormatter("",(Object)(_c.GetString("HVD_PROID")))+"' AND CONSECUTIVO = '"+__c.SmartStringFormatter("",(Object)(_c.GetString("CONSECUTIVO")))+"'")))); @@ -860,12 +860,12 @@ _resta = BA.NumberToString(0); //BA.debugLineNum = 269;BA.debugLine="Private puc As String = c.GetString(\"HVD_COS"; _puc = BA.NumberToString((double)(Double.parseDouble(_c.GetString("HVD_COSTO_TOT")))/(double)(double)(Double.parseDouble(_c.GetString("CANTC")))); //BA.debugLineNum = 270;BA.debugLine="LogColor((restacant/Subs.traeConversion(c.Ge"; -__c.LogImpl("749742020",BA.NumberToString(((double)(Double.parseDouble(_restacant))/(double)(double)(Double.parseDouble(_subs._traeconversion /*String*/ (ba,_c.GetString("HVD_PROID")))))),__c.Colors.Green); +__c.LogImpl("314090436",BA.NumberToString(((double)(Double.parseDouble(_restacant))/(double)(double)(Double.parseDouble(_subs._traeconversion /*String*/ (ba,_c.GetString("HVD_PROID")))))),__c.Colors.Green); //BA.debugLineNum = 271;BA.debugLine="clv_pedido.Add(CreateListItem2(c.GetString(\""; _clv_pedido._add((anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_createlistitem2(_c.GetString("HVD_PRONOMBRE"),_puc,(int) (((double)(Double.parseDouble(_restacant))/(double)(double)(Double.parseDouble(_subs._traeconversion /*String*/ (ba,_c.GetString("HVD_PROID")))))),(int) ((((double)(Double.parseDouble(_c.GetString("HVD_RECHAZOCANT")))-(double)(Double.parseDouble(_restacant))-(double)(Double.parseDouble(_resta)))/(double)(double)(Double.parseDouble(_subs._traeconversion /*String*/ (ba,_c.GetString("HVD_PROID")))))),_clv_pedido._asview().getWidth(),__c.DipToCurrent((int) (118)),_bmp,_c.GetString("HVD_PROID"),_bgcolor,_textcolor,_c.GetString("HVD_CODPROMO"),_c.GetString("HVD_CLIENTE"),(int)(Double.parseDouble(_c.GetString("CONSECUTIVO")))).getObject())),(Object)(_i)); }else { //BA.debugLineNum = 273;BA.debugLine="Log(\"NO ENTRO A PONER CAJAS BIEN \")"; -__c.LogImpl("749742023","NO ENTRO A PONER CAJAS BIEN ",0); +__c.LogImpl("314090439","NO ENTRO A PONER CAJAS BIEN ",0); //BA.debugLineNum = 274;BA.debugLine="Private c3 As Cursor=Starter.skmt.ExecQuery("; _c3 = new anywheresoftware.b4a.sql.SQL.CursorWrapper(); _c3 = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select Ifnull(sum(PE_CANT),0) AS PE_CANT from PEDIDO WHERE PE_CLIENTE NOT IN (SELECT CUENTA FROM CUENTAA) AND PE_CLIENTEOR = '"+__c.SmartStringFormatter("",(Object)(_c.GetString("HVD_CLIENTE")))+"' AND PE_PROID ='"+__c.SmartStringFormatter("",(Object)(_c.GetString("HVD_PROID")))+"' AND CONSECUTIVO = '"+__c.SmartStringFormatter("",(Object)(_c.GetString("CONSECUTIVO")))+"'")))); @@ -882,7 +882,7 @@ _resta = _c3.GetString("PE_CANT"); _resta = BA.NumberToString(0); }; //BA.debugLineNum = 285;BA.debugLine="LogColor(resta,Colors.Green)"; -__c.LogImpl("749742035",_resta,__c.Colors.Green); +__c.LogImpl("314090451",_resta,__c.Colors.Green); //BA.debugLineNum = 286;BA.debugLine="Private puc As String = c.GetString(\"HVD_COS"; _puc = BA.NumberToString((double)(Double.parseDouble(_c.GetString("HVD_COSTO_TOT")))/(double)(double)(Double.parseDouble(_c.GetString("CANTC")))); //BA.debugLineNum = 288;BA.debugLine="clv_pedido.Add(CreateListItem2(c.GetString(\""; @@ -1133,9 +1133,9 @@ if ((_promo).equals("1") == false && (_preciou).equals(BA.NumberToString(0))) { _l_prodx.setText(BA.ObjectToCharSequence(_cs.Color(__c.Colors.RGB((int) (123),(int) (0),(int) (0))).Append(BA.ObjectToCharSequence(_text+__c.CRLF+"Cant: "+BA.NumberToString(_inv2)+" $"+_preciou)).PopAll().getObject())); }; //BA.debugLineNum = 538;BA.debugLine="Log(inv&\" inventario 1\")"; -__c.LogImpl("750200590",BA.NumberToString(_inv)+" inventario 1",0); +__c.LogImpl("314549006",BA.NumberToString(_inv)+" inventario 1",0); //BA.debugLineNum = 539;BA.debugLine="Log(inv2&\" inventario 2\")"; -__c.LogImpl("750200591",BA.NumberToString(_inv2)+" inventario 2",0); +__c.LogImpl("314549007",BA.NumberToString(_inv2)+" inventario 2",0); //BA.debugLineNum = 540;BA.debugLine="l_prodX.Tag = $\"ID: ${prodId}${CRLF}${Text}${CRLF"; _l_prodx.setTag((Object)(("ID: "+__c.SmartStringFormatter("",(Object)(_prodid))+""+__c.SmartStringFormatter("",(Object)(__c.CRLF))+""+__c.SmartStringFormatter("",(Object)(_text))+""+__c.SmartStringFormatter("",(Object)(__c.CRLF))+"Precio: $"+__c.SmartStringFormatter("1.2",(Object)(_preciou))+""+__c.SmartStringFormatter("",(Object)(__c.CRLF))+"Inv: "+__c.SmartStringFormatter("",(Object)(_inv))+" pzs"))); //BA.debugLineNum = 542;BA.debugLine="l_pCantC.Tag = Round2(precioU.Replace(\",\",\"\"),2)&"; @@ -1200,7 +1200,7 @@ return ""; public String _p_prods_click() throws Exception{ //BA.debugLineNum = 1086;BA.debugLine="Sub p_prods_Click"; //BA.debugLineNum = 1087;BA.debugLine="Log(Sender.As(Panel).tag)"; -__c.LogImpl("750855937",BA.ObjectToString(((anywheresoftware.b4a.objects.PanelWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.PanelWrapper(), (android.view.ViewGroup)(__c.Sender(ba)))).getTag()),0); +__c.LogImpl("315204353",BA.ObjectToString(((anywheresoftware.b4a.objects.PanelWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.PanelWrapper(), (android.view.ViewGroup)(__c.Sender(ba)))).getTag()),0); //BA.debugLineNum = 1088;BA.debugLine="End Sub"; return ""; } diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/c_tabulador.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/c_tabulador.java index e4ec91e..f56a590 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/c_tabulador.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/c_tabulador.java @@ -164,7 +164,7 @@ _d.setPosition((int) (0)); //BA.debugLineNum = 43;BA.debugLine="If c.RowCount > 0 And d.RowCount > 0 Then"; if (_c.getRowCount()>0 && _d.getRowCount()>0) { //BA.debugLineNum = 44;BA.debugLine="Log(\"TABULADR CON RESUKTADO\")"; -__c.LogImpl("761407238","TABULADR CON RESUKTADO",0); +__c.LogImpl("361407238","TABULADR CON RESUKTADO",0); //BA.debugLineNum = 45;BA.debugLine="et_mil.Text = c.GetString(\"MIL\")"; _et_mil.setText(BA.ObjectToCharSequence(_c.GetString("MIL"))); //BA.debugLineNum = 46;BA.debugLine="et_quinientos.Text = c.GetString(\"QUINIENTOS\")"; @@ -193,7 +193,7 @@ _et_m_centavo.setText(BA.ObjectToCharSequence(_d.GetString("CENTAVO"))); _l_total.setText(BA.ObjectToCharSequence(_d.GetString("TOTAL"))); }else if(_c.getRowCount()==0 && _d.getRowCount()==0) { //BA.debugLineNum = 59;BA.debugLine="Log(\"TABULADR SIN RESUKTADO\")"; -__c.LogImpl("761407253","TABULADR SIN RESUKTADO",0); +__c.LogImpl("361407253","TABULADR SIN RESUKTADO",0); //BA.debugLineNum = 60;BA.debugLine="et_mil.Text = \"\""; _et_mil.setText(BA.ObjectToCharSequence("")); //BA.debugLineNum = 61;BA.debugLine="et_quinientos.Text = \"\""; diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/c_updateavailable.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/c_updateavailable.java index bce56bd..a7b1292 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/c_updateavailable.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/c_updateavailable.java @@ -125,7 +125,7 @@ case 9: this.state = 10; this.catchState = 0; //BA.debugLineNum = 28;BA.debugLine="Log(\"updateAvailable() Error - \" & LastException"; -parent.__c.LogImpl("761997066","updateAvailable() Error - "+parent.__c.LastException(ba).getMessage(),0); +parent.__c.LogImpl("361997066","updateAvailable() Error - "+parent.__c.LastException(ba).getMessage(),0); if (true) break; if (true) break; ; diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/cameraexclass.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/cameraexclass.java index 09a1f63..7763997 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/cameraexclass.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/cameraexclass.java @@ -80,7 +80,7 @@ if (_success) { _takepicture(); }else { //BA.debugLineNum = 279;BA.debugLine="Log(\"AutoFocus error.\")"; -__c.LogImpl("764421892","AutoFocus error.",0); +__c.LogImpl("364421892","AutoFocus error.",0); }; //BA.debugLineNum = 281;BA.debugLine="End Sub"; return ""; @@ -118,7 +118,7 @@ _parameters = _r.RunMethod("getParameters"); _setdisplayorientation(); }else { //BA.debugLineNum = 90;BA.debugLine="Log(\"success = false, \" & LastException)"; -__c.LogImpl("762521352","success = false, "+BA.ObjectToString(__c.LastException(ba)),0); +__c.LogImpl("362521352","success = false, "+BA.ObjectToString(__c.LastException(ba)),0); }; //BA.debugLineNum = 92;BA.debugLine="CallSub2(target, event & \"_ready\", Success)"; __c.CallSubNew2(ba,_target,_event+"_ready",(Object)(_success)); @@ -171,7 +171,7 @@ _r.RunMethod4("setParameters",new Object[]{_parameters},new String[]{"android.ha ba.setLastException(e5); //BA.debugLineNum = 142;BA.debugLine="ToastMessageShow(\"Error setting parameters.\", Tr"; __c.ToastMessageShow(BA.ObjectToCharSequence("Error setting parameters."),__c.True); //BA.debugLineNum = 143;BA.debugLine="Log(LastException)"; -__c.LogImpl("763176710",BA.ObjectToString(__c.LastException(ba)),0); +__c.LogImpl("363176710",BA.ObjectToString(__c.LastException(ba)),0); }; //BA.debugLineNum = 145;BA.debugLine="End Sub"; return ""; @@ -491,7 +491,7 @@ _setfocusmode("continuous-picture"); _setfocusmode("continuous-video"); }else { //BA.debugLineNum = 249;BA.debugLine="Log(\"Continuous focus mode is not availabl"; -__c.LogImpl("764094215","Continuous focus mode is not available",0); +__c.LogImpl("364094215","Continuous focus mode is not available",0); }; //BA.debugLineNum = 251;BA.debugLine="End Sub"; return ""; @@ -535,7 +535,7 @@ _previewresult = (int) ((_orientation-_degrees+360)%360); //BA.debugLineNum = 72;BA.debugLine="result = previewResult"; _result = _previewresult; //BA.debugLineNum = 73;BA.debugLine="Log(previewResult)"; -__c.LogImpl("762455824",BA.NumberToString(_previewresult),0); +__c.LogImpl("362455824",BA.NumberToString(_previewresult),0); }; //BA.debugLineNum = 75;BA.debugLine="r.target = nativeCam"; _r.Target = _nativecam; diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/cl_appupdate.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/cl_appupdate.java index 60eb289..c16f4dc 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/cl_appupdate.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/cl_appupdate.java @@ -221,7 +221,7 @@ case 0: //C this.state = 1; //BA.debugLineNum = 159;BA.debugLine="LogColor(\"---- AppUpdating.DownloadApk\", LogColor"; -parent.__c.LogImpl("92031617","---- AppUpdating.DownloadApk",parent._logcolor1); +parent.__c.LogImpl("922085633","---- AppUpdating.DownloadApk",parent._logcolor1); //BA.debugLineNum = 161;BA.debugLine="If sNewVerApk = \"\" Then"; if (true) break; @@ -250,7 +250,7 @@ this.state = 6; case 6: //C this.state = 9; -parent.__c.LogImpl("92031621",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"missing apk file full path indication"),0); +parent.__c.LogImpl("922085637",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"missing apk file full path indication"),0); if (true) break; case 9: @@ -287,7 +287,7 @@ this.state = 11; _j = (reparto_mazapa.keymon.lat.httpjob) result[0]; ; //BA.debugLineNum = 174;BA.debugLine="Log($\"Donload ok? ${j.Success}\"$)"; -parent.__c.LogImpl("92031632",("Donload ok? "+parent.__c.SmartStringFormatter("",(Object)(_j._success /*boolean*/ ))+""),0); +parent.__c.LogImpl("922085648",("Donload ok? "+parent.__c.SmartStringFormatter("",(Object)(_j._success /*boolean*/ ))+""),0); //BA.debugLineNum = 175;BA.debugLine="If j.Success Then"; if (true) break; @@ -312,7 +312,7 @@ parent.__c.File.Copy2((java.io.InputStream)(_j._getinputstream /*anywheresoftwar //BA.debugLineNum = 180;BA.debugLine="out.Close"; _out.Close(); //BA.debugLineNum = 181;BA.debugLine="Log($\"Copy2 (saving) ok? TRUE\"$)"; -parent.__c.LogImpl("92031639",("Copy2 (saving) ok? TRUE"),0); +parent.__c.LogImpl("922085655",("Copy2 (saving) ok? TRUE"),0); //BA.debugLineNum = 182;BA.debugLine="sStatusCode = OK_DOWNLOAD"; parent._sstatuscode = parent._ok_download; //BA.debugLineNum = 183;BA.debugLine="If sVerbose Then Log($\"${TAB}new apk version dow"; @@ -328,7 +328,7 @@ this.state = 16; case 16: //C this.state = 19; -parent.__c.LogImpl("92031641",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"new apk version downloaded and ready to install"),0); +parent.__c.LogImpl("922085657",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"new apk version downloaded and ready to install"),0); if (true) break; case 19: @@ -341,7 +341,7 @@ case 21: //C this.state = 22; //BA.debugLineNum = 185;BA.debugLine="Log($\"${TAB}Error: ${J.ErrorMessage}\"$)"; -parent.__c.LogImpl("92031643",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"Error: "+parent.__c.SmartStringFormatter("",(Object)(_j._errormessage /*String*/ ))+""),0); +parent.__c.LogImpl("922085659",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"Error: "+parent.__c.SmartStringFormatter("",(Object)(_j._errormessage /*String*/ ))+""),0); //BA.debugLineNum = 186;BA.debugLine="sStatusCode = ERR_HTTP"; parent._sstatuscode = parent._err_http; //BA.debugLineNum = 187;BA.debugLine="If sVerbose Then Log($\"${TAB}error in httputils2"; @@ -357,7 +357,7 @@ this.state = 24; case 24: //C this.state = 27; -parent.__c.LogImpl("92031645",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"error in httputils2"),0); +parent.__c.LogImpl("922085661",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"error in httputils2"),0); if (true) break; case 27: @@ -684,14 +684,14 @@ _usefileprovider = __c.False; _sharedfolder = _rp.GetSafeDirDefaultExternal("shared"); }; //BA.debugLineNum = 69;BA.debugLine="Log($\"SDK#: ${p.SdkVersion} - UseFP: ${UseFilePro"; -__c.LogImpl("91048597",("SDK#: "+__c.SmartStringFormatter("",(Object)(_p.getSdkVersion()))+" - UseFP: "+__c.SmartStringFormatter("",(Object)(_usefileprovider))+" - SharedFolder: "+__c.SmartStringFormatter("",(Object)(_sharedfolder))+""),0); +__c.LogImpl("921102613",("SDK#: "+__c.SmartStringFormatter("",(Object)(_p.getSdkVersion()))+" - UseFP: "+__c.SmartStringFormatter("",(Object)(_usefileprovider))+" - SharedFolder: "+__c.SmartStringFormatter("",(Object)(_sharedfolder))+""),0); //BA.debugLineNum = 70;BA.debugLine="End Sub"; return ""; } public String _installapk(boolean _pstatus) throws Exception{ //BA.debugLineNum = 195;BA.debugLine="Public Sub InstallApk(pstatus As Boolean)"; //BA.debugLineNum = 196;BA.debugLine="LogColor(\"---- AppUpdating.InstallApk\", LogColor1"; -__c.LogImpl("92097153","---- AppUpdating.InstallApk",_logcolor1); +__c.LogImpl("922151169","---- AppUpdating.InstallApk",_logcolor1); //BA.debugLineNum = 197;BA.debugLine="If pstatus Then"; if (_pstatus) { //BA.debugLineNum = 198;BA.debugLine="SendInstallIntent"; @@ -700,13 +700,13 @@ _sendinstallintent(); _sstatuscode = _ok_install; //BA.debugLineNum = 200;BA.debugLine="If sVerbose Then Log(TAB & \"user asked to instal"; if (_sverbose) { -__c.LogImpl("92097157",__c.TAB+"user asked to install new apk",0);}; +__c.LogImpl("922151173",__c.TAB+"user asked to install new apk",0);}; }else { //BA.debugLineNum = 202;BA.debugLine="sStatusCode = ERR_NOPERM"; _sstatuscode = _err_noperm; //BA.debugLineNum = 203;BA.debugLine="If sVerbose Then Log(TAB & \"no permissions from"; if (_sverbose) { -__c.LogImpl("92097160",__c.TAB+"no permissions from user to install new apk",0);}; +__c.LogImpl("922151176",__c.TAB+"no permissions from user to install new apk",0);}; }; //BA.debugLineNum = 205;BA.debugLine="Finito"; _finito(); @@ -724,7 +724,7 @@ _curver = ""; _sstatuscode = _err_nopkg; //BA.debugLineNum = 301;BA.debugLine="If sVerbose Then Log($\"${TAB}missing package nam"; if (_sverbose) { -__c.LogImpl("92359300",(""+__c.SmartStringFormatter("",(Object)(__c.TAB))+"missing package name for current version check"),0);}; +__c.LogImpl("922413316",(""+__c.SmartStringFormatter("",(Object)(__c.TAB))+"missing package name for current version check"),0);}; }else { //BA.debugLineNum = 303;BA.debugLine="Dim pm As PackageManager"; _pm = new anywheresoftware.b4a.phone.PackageManagerWrapper(); @@ -734,7 +734,7 @@ _curver = _pm.GetVersionName(_spackagename); _sstatuscode = _ok_curver; //BA.debugLineNum = 306;BA.debugLine="If sVerbose Then Log($\"${TAB}Current Version: ${"; if (_sverbose) { -__c.LogImpl("92359305",(""+__c.SmartStringFormatter("",(Object)(__c.TAB))+"Current Version: "+__c.SmartStringFormatter("",(Object)(_curver))+""),0);}; +__c.LogImpl("922413321",(""+__c.SmartStringFormatter("",(Object)(__c.TAB))+"Current Version: "+__c.SmartStringFormatter("",(Object)(_curver))+""),0);}; }; //BA.debugLineNum = 308;BA.debugLine="Return (sStatusCode == OK_CURVER)"; if (true) return (_sstatuscode==_ok_curver); @@ -765,7 +765,7 @@ case 0: //C this.state = 1; //BA.debugLineNum = 313;BA.debugLine="Log(\"IsValidComplete start\")"; -parent.__c.LogImpl("92424833","IsValidComplete start",0); +parent.__c.LogImpl("922478849","IsValidComplete start",0); //BA.debugLineNum = 314;BA.debugLine="If sNewVerTxt = \"\" Then"; if (true) break; @@ -798,7 +798,7 @@ this.state = 6; case 6: //C this.state = 9; -parent.__c.LogImpl("92424837",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"missing info file full path indication"),0); +parent.__c.LogImpl("922478853",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"missing info file full path indication"),0); if (true) break; case 9: @@ -821,7 +821,7 @@ _j._password /*String*/ = parent._supassword; //BA.debugLineNum = 324;BA.debugLine="j.Download(sNewVerTxt) 'ex: jobapk.Downlo"; _j._download /*String*/ (parent._snewvertxt); //BA.debugLineNum = 325;BA.debugLine="Log(\"before\")"; -parent.__c.LogImpl("92424845","before",0); +parent.__c.LogImpl("922478861","before",0); //BA.debugLineNum = 326;BA.debugLine="Wait For (j) JobDone(j As HttpJob)"; parent.__c.WaitFor("jobdone", ba, this, (Object)(_j)); this.state = 61; @@ -832,7 +832,7 @@ this.state = 12; _j = (reparto_mazapa.keymon.lat.httpjob) result[0]; ; //BA.debugLineNum = 327;BA.debugLine="Log(\"after\")"; -parent.__c.LogImpl("92424847","after",0); +parent.__c.LogImpl("922478863","after",0); //BA.debugLineNum = 328;BA.debugLine="If j.Success Then"; if (true) break; @@ -861,7 +861,7 @@ this.state = 17; case 17: //C this.state = 20; -parent.__c.LogImpl("92424849",("Webserver's info file content: "+parent.__c.SmartStringFormatter("",(Object)(parent.__c.CRLF))+""+parent.__c.SmartStringFormatter("",(Object)(_j._getstring /*String*/ ()))+""),0); +parent.__c.LogImpl("922478865",("Webserver's info file content: "+parent.__c.SmartStringFormatter("",(Object)(parent.__c.CRLF))+""+parent.__c.SmartStringFormatter("",(Object)(_j._getstring /*String*/ ()))+""),0); if (true) break; case 20: @@ -919,7 +919,7 @@ this.state = 29; case 29: //C this.state = 32; -parent.__c.LogImpl("92424856",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"wrong row format in info file "),0); +parent.__c.LogImpl("922478872",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"wrong row format in info file "),0); if (true) break; case 32: @@ -946,7 +946,7 @@ this.state = 37; case 37: //C this.state = 40; -parent.__c.LogImpl("92424859",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"Web version number: "+parent.__c.SmartStringFormatter("",(Object)(parent._webver))+""),0); +parent.__c.LogImpl("922478875",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"Web version number: "+parent.__c.SmartStringFormatter("",(Object)(parent._webver))+""),0); if (true) break; case 40: @@ -979,7 +979,7 @@ this.state = 46; case 46: //C this.state = 49; -parent.__c.LogImpl("92424863",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"ERROR: website returned an HTML error page"),0); +parent.__c.LogImpl("922478879",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"ERROR: website returned an HTML error page"),0); if (true) break; case 49: @@ -998,7 +998,7 @@ case 52: //C this.state = 53; //BA.debugLineNum = 346;BA.debugLine="Log($\"${TAB}Error: ${J.ErrorMessage}\"$)"; -parent.__c.LogImpl("92424866",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"Error: "+parent.__c.SmartStringFormatter("",(Object)(_j._errormessage /*String*/ ))+""),0); +parent.__c.LogImpl("922478882",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"Error: "+parent.__c.SmartStringFormatter("",(Object)(_j._errormessage /*String*/ ))+""),0); //BA.debugLineNum = 347;BA.debugLine="sStatusCode = ERR_HTTP"; parent._sstatuscode = parent._err_http; //BA.debugLineNum = 348;BA.debugLine="If sVerbose Then Log($\"${TAB}error in httputils"; @@ -1014,7 +1014,7 @@ this.state = 55; case 55: //C this.state = 58; -parent.__c.LogImpl("92424868",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"error in httputils2"),0); +parent.__c.LogImpl("922478884",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"error in httputils2"),0); if (true) break; case 58: @@ -1050,7 +1050,7 @@ if (true) break; public String _readcurvn() throws Exception{ //BA.debugLineNum = 143;BA.debugLine="Public Sub ReadCurVN"; //BA.debugLineNum = 144;BA.debugLine="LogColor(\"---- AppUpdating.ReadCurVN\", LogColor1)"; -__c.LogImpl("91900545","---- AppUpdating.ReadCurVN",_logcolor1); +__c.LogImpl("921954561","---- AppUpdating.ReadCurVN",_logcolor1); //BA.debugLineNum = 145;BA.debugLine="IsValidCV 'we don't care about its resu"; _isvalidcv(); //BA.debugLineNum = 146;BA.debugLine="Finito"; @@ -1081,7 +1081,7 @@ case 0: //C this.state = -1; //BA.debugLineNum = 152;BA.debugLine="LogColor(\"---- AppUpdating.ReadWebVN\", LogColor1)"; -parent.__c.LogImpl("91966081","---- AppUpdating.ReadWebVN",parent._logcolor1); +parent.__c.LogImpl("922020097","---- AppUpdating.ReadWebVN",parent._logcolor1); //BA.debugLineNum = 153;BA.debugLine="Wait For(IsvalidWV) Complete (OkWebVer As Boolean"; parent.__c.WaitFor("complete", ba, this, parent._isvalidwv()); this.state = 1; @@ -1244,7 +1244,7 @@ case 0: //C this.state = 1; //BA.debugLineNum = 246;BA.debugLine="LogColor($\"${TAB}-- TryApkUpdate\"$, LogColor1)"; -parent.__c.LogImpl("92228225",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"-- TryApkUpdate"),parent._logcolor1); +parent.__c.LogImpl("922282241",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"-- TryApkUpdate"),parent._logcolor1); //BA.debugLineNum = 248;BA.debugLine="If ((sStatusCode >= 0) And (sStatusCode <> NO_NEW"; if (true) break; @@ -1278,7 +1278,7 @@ this.state = 4; _j = (reparto_mazapa.keymon.lat.httpjob) result[0]; ; //BA.debugLineNum = 256;BA.debugLine="Log($\"Donload ok? ${j.Success}\"$)"; -parent.__c.LogImpl("92228235",("Donload ok? "+parent.__c.SmartStringFormatter("",(Object)(_j._success /*boolean*/ ))+""),0); +parent.__c.LogImpl("922282251",("Donload ok? "+parent.__c.SmartStringFormatter("",(Object)(_j._success /*boolean*/ ))+""),0); //BA.debugLineNum = 257;BA.debugLine="If j.Success Then"; if (true) break; @@ -1317,7 +1317,7 @@ parent.__c.File.Copy2((java.io.InputStream)(_j._getinputstream /*anywheresoftwar //BA.debugLineNum = 263;BA.debugLine="out.Close"; _out.Close(); //BA.debugLineNum = 264;BA.debugLine="Log($\"Copy2 (saving) ok? TRUE\"$)"; -parent.__c.LogImpl("92228243",("Copy2 (saving) ok? TRUE"),0); +parent.__c.LogImpl("922282259",("Copy2 (saving) ok? TRUE"),0); //BA.debugLineNum = 265;BA.debugLine="sStatusCode = OK_DOWNLOAD"; parent._sstatuscode = parent._ok_download; //BA.debugLineNum = 266;BA.debugLine="If sVerbose Then Log($\"${TAB}new apk version d"; @@ -1333,7 +1333,7 @@ this.state = 12; case 12: //C this.state = 15; -parent.__c.LogImpl("92228245",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"new apk version downloaded and ready to install"),0); +parent.__c.LogImpl("922282261",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"new apk version downloaded and ready to install"),0); if (true) break; case 15: @@ -1347,7 +1347,7 @@ case 17: this.state = 18; this.catchState = 0; //BA.debugLineNum = 268;BA.debugLine="Log($\"Copy2 (saving) ok? FALSE\"$)"; -parent.__c.LogImpl("92228247",("Copy2 (saving) ok? FALSE"),0); +parent.__c.LogImpl("922282263",("Copy2 (saving) ok? FALSE"),0); //BA.debugLineNum = 269;BA.debugLine="sStatusCode = ERR_DOWNLOAD"; parent._sstatuscode = parent._err_download; //BA.debugLineNum = 270;BA.debugLine="If sVerbose Then Log($\"${TAB}failed download o"; @@ -1363,7 +1363,7 @@ this.state = 20; case 20: //C this.state = 23; -parent.__c.LogImpl("92228249",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"failed download of new apk version"),0); +parent.__c.LogImpl("922282265",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"failed download of new apk version"),0); if (true) break; case 23: @@ -1386,7 +1386,7 @@ case 26: //C this.state = 27; //BA.debugLineNum = 274;BA.debugLine="Log($\"${TAB}Error: ${J.ErrorMessage}\"$)"; -parent.__c.LogImpl("92228253",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"Error: "+parent.__c.SmartStringFormatter("",(Object)(_j._errormessage /*String*/ ))+""),0); +parent.__c.LogImpl("922282269",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"Error: "+parent.__c.SmartStringFormatter("",(Object)(_j._errormessage /*String*/ ))+""),0); //BA.debugLineNum = 275;BA.debugLine="sStatusCode = ERR_HTTP"; parent._sstatuscode = parent._err_http; //BA.debugLineNum = 276;BA.debugLine="If sVerbose Then Log($\"${TAB}error in httputils"; @@ -1402,7 +1402,7 @@ this.state = 29; case 29: //C this.state = 32; -parent.__c.LogImpl("92228255",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"error in httputils2"),0); +parent.__c.LogImpl("922282271",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"error in httputils2"),0); if (true) break; case 32: @@ -1449,7 +1449,7 @@ this.state = 39; case 39: //C this.state = 42; -parent.__c.LogImpl("92228262",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"user asked to install new apk"),0); +parent.__c.LogImpl("922282278",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"user asked to install new apk"),0); if (true) break; case 42: @@ -1510,7 +1510,7 @@ case 0: //C this.state = 1; //BA.debugLineNum = 211;BA.debugLine="LogColor(\"---- AppUpdating.UpdateApk\", LogColor1)"; -parent.__c.LogImpl("92162689","---- AppUpdating.UpdateApk",parent._logcolor1); +parent.__c.LogImpl("922216705","---- AppUpdating.UpdateApk",parent._logcolor1); //BA.debugLineNum = 212;BA.debugLine="If Not(pstatus) Then"; if (true) break; @@ -1541,7 +1541,7 @@ this.state = 6; case 6: //C this.state = 9; -parent.__c.LogImpl("92162692",parent.__c.TAB+"no permissions from user to install new apk",0); +parent.__c.LogImpl("922216708",parent.__c.TAB+"no permissions from user to install new apk",0); if (true) break; case 9: @@ -1633,7 +1633,7 @@ this.state = 26; case 26: //C this.state = 29; -parent.__c.LogImpl("92162702",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"no enough available space to download apk"),0); +parent.__c.LogImpl("922216718",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"no enough available space to download apk"),0); if (true) break; case 29: @@ -1675,7 +1675,7 @@ this.state = 36; case 36: //C this.state = 39; -parent.__c.LogImpl("92162707",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"Newer version available. Now I try its downloading"),0); +parent.__c.LogImpl("922216723",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"Newer version available. Now I try its downloading"),0); if (true) break; case 39: @@ -1710,7 +1710,7 @@ this.state = 45; case 45: //C this.state = 48; -parent.__c.LogImpl("92162710",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"missing apk file full path indication"),0); +parent.__c.LogImpl("922216726",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"missing apk file full path indication"),0); if (true) break; case 48: @@ -1749,7 +1749,7 @@ this.state = 55; case 55: //C this.state = 58; -parent.__c.LogImpl("92162715",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"No newer version available on webserver."),0); +parent.__c.LogImpl("922216731",(""+parent.__c.SmartStringFormatter("",(Object)(parent.__c.TAB))+"No newer version available on webserver."),0); if (true) break; case 58: diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/dbrequestmanager.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/dbrequestmanager.java index 90ca6b1..db8d8fb 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/dbrequestmanager.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/dbrequestmanager.java @@ -268,7 +268,7 @@ _table.Rows /*anywheresoftware.b4a.objects.collections.List*/ .Initialize(); _table.Tag /*Object*/ = _job._tag /*Object*/ ; //BA.debugLineNum = 194;BA.debugLine="If jobTagAnterior <> Job.Tag Then LogColor(\"Handl"; if ((_jobtaganterior).equals(BA.ObjectToString(_job._tag /*Object*/ )) == false) { -__c.LogImpl("765339404","HandleJob: '"+BA.ObjectToString(_job._tag /*Object*/ )+"'",__c.Colors.Blue);}; +__c.LogImpl("365339404","HandleJob: '"+BA.ObjectToString(_job._tag /*Object*/ )+"'",__c.Colors.Blue);}; //BA.debugLineNum = 195;BA.debugLine="jobTagAnterior = Job.Tag 'Mod por CHV - 211023"; _jobtaganterior = BA.ObjectToString(_job._tag /*Object*/ ); //BA.debugLineNum = 196;BA.debugLine="If method = \"query\" Then"; @@ -368,7 +368,7 @@ Object[] _row = null; Object _record = null; //BA.debugLineNum = 248;BA.debugLine="Public Sub PrintTable(Table As DBResult)"; //BA.debugLineNum = 249;BA.debugLine="Log(\"Tag: \" & Table.Tag & \", Columns: \" & Table.C"; -__c.LogImpl("765601537","Tag: "+BA.ObjectToString(_table.Tag /*Object*/ )+", Columns: "+BA.NumberToString(_table.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .getSize())+", Rows: "+BA.NumberToString(_table.Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()),0); +__c.LogImpl("365601537","Tag: "+BA.ObjectToString(_table.Tag /*Object*/ )+", Columns: "+BA.NumberToString(_table.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .getSize())+", Rows: "+BA.NumberToString(_table.Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()),0); //BA.debugLineNum = 250;BA.debugLine="Dim sb As StringBuilder"; _sb = new anywheresoftware.b4a.keywords.StringBuilderWrapper(); //BA.debugLineNum = 251;BA.debugLine="sb.Initialize"; @@ -386,7 +386,7 @@ _sb.Append(BA.ObjectToString(_col)).Append(__c.TAB); } }; //BA.debugLineNum = 255;BA.debugLine="Log(sb.ToString)"; -__c.LogImpl("765601543",_sb.ToString(),0); +__c.LogImpl("365601543",_sb.ToString(),0); //BA.debugLineNum = 256;BA.debugLine="For Each row() As Object In Table.Rows"; { final anywheresoftware.b4a.BA.IterableList group8 = _table.Rows /*anywheresoftware.b4a.objects.collections.List*/ ; diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/escposprinter.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/escposprinter.java index a10c0bc..fcf7f1b 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/escposprinter.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/escposprinter.java @@ -107,7 +107,7 @@ if (__c.SubExists(ba,_callback,_eventname+"_NewData")) { __c.CallSubNew2(ba,_callback,_eventname+"_NewData",(Object)(_buffer)); }; //BA.debugLineNum = 1138;BA.debugLine="Log(\"Data \" & Buffer(0))"; -__c.LogImpl("769140484","Data "+BA.NumberToString(_buffer[(int) (0)]),0); +__c.LogImpl("369140484","Data "+BA.NumberToString(_buffer[(int) (0)]),0); //BA.debugLineNum = 1139;BA.debugLine="End Sub"; return ""; } @@ -216,7 +216,7 @@ _l = new anywheresoftware.b4a.objects.collections.List(); //BA.debugLineNum = 109;BA.debugLine="l.Initialize"; _l.Initialize(); //BA.debugLineNum = 110;BA.debugLine="Log(\"aqui 1\")"; -__c.LogImpl("765994762","aqui 1",0); +__c.LogImpl("365994762","aqui 1",0); //BA.debugLineNum = 111;BA.debugLine="For i = 0 To PairedDevices.Size - 1"; { final int step8 = 1; @@ -226,7 +226,7 @@ for (;_i <= limit8 ;_i = _i + step8 ) { //BA.debugLineNum = 112;BA.debugLine="l.Add(PairedDevices.GetKeyAt(i))"; _l.Add(_paireddevices.GetKeyAt(_i)); //BA.debugLineNum = 113;BA.debugLine="Log(\"aqui 2\")"; -__c.LogImpl("765994765","aqui 2",0); +__c.LogImpl("365994765","aqui 2",0); //BA.debugLineNum = 114;BA.debugLine="DisConnect"; _disconnect(); } @@ -246,10 +246,10 @@ if (true) return __c.True; //BA.debugLineNum = 123;BA.debugLine="DisConnect"; _disconnect(); //BA.debugLineNum = 124;BA.debugLine="Log(\"aqui 3\")"; -__c.LogImpl("765994776","aqui 3",0); +__c.LogImpl("365994776","aqui 3",0); }; //BA.debugLineNum = 126;BA.debugLine="Log(\"aqui 4\")"; -__c.LogImpl("765994778","aqui 4",0); +__c.LogImpl("365994778","aqui 4",0); //BA.debugLineNum = 127;BA.debugLine="Return False"; if (true) return __c.False; }else { @@ -260,12 +260,12 @@ if (true) return __c.True; //BA.debugLineNum = 132;BA.debugLine="DisConnect"; _disconnect(); //BA.debugLineNum = 133;BA.debugLine="Log(\"aqui 5\")"; -__c.LogImpl("765994785","aqui 5",0); +__c.LogImpl("365994785","aqui 5",0); }; } catch (Exception e31) { ba.setLastException(e31); //BA.debugLineNum = 136;BA.debugLine="Log(LastException)"; -__c.LogImpl("765994788",BA.ObjectToString(__c.LastException(getActivityBA())),0); +__c.LogImpl("365994788",BA.ObjectToString(__c.LastException(getActivityBA())),0); //BA.debugLineNum = 137;BA.debugLine="Return False"; if (true) return __c.False; }; @@ -434,22 +434,22 @@ _logmsg = ": Fill="+BA.NumberToString(_fill)+" : Points "+BA.NumberToString(_x0) //BA.debugLineNum = 445;BA.debugLine="If shape = 3 Then"; if (_shape==3) { //BA.debugLineNum = 446;BA.debugLine="Log(\"Triangle \" & logmsg)"; -__c.LogImpl("767305514","Triangle "+_logmsg,0); +__c.LogImpl("367305514","Triangle "+_logmsg,0); //BA.debugLineNum = 447;BA.debugLine="PlotTriangle(x0, y0, x1, y1, x2, y2, points, fi"; _plottriangle(_x0,_y0,_x1,_y1,_x2,_y2,_points,_fill); }else if(_shape==2) { //BA.debugLineNum = 449;BA.debugLine="Log(\"Circle \" & logmsg)"; -__c.LogImpl("767305517","Circle "+_logmsg,0); +__c.LogImpl("367305517","Circle "+_logmsg,0); //BA.debugLineNum = 450;BA.debugLine="PlotCircle(x0, y0, x1, y1, points, fill)"; _plotcircle(_x0,_y0,_x1,_y1,_points,_fill); }else if(_shape==1) { //BA.debugLineNum = 452;BA.debugLine="Log(\"Box \" & logmsg)"; -__c.LogImpl("767305520","Box "+_logmsg,0); +__c.LogImpl("367305520","Box "+_logmsg,0); //BA.debugLineNum = 453;BA.debugLine="PlotBox(x0, y0, x1, y1, points, fill)"; _plotbox(_x0,_y0,_x1,_y1,_points,_fill); }else { //BA.debugLineNum = 455;BA.debugLine="Log(\"Line \" & logmsg)"; -__c.LogImpl("767305523","Line "+_logmsg,0); +__c.LogImpl("367305523","Line "+_logmsg,0); //BA.debugLineNum = 456;BA.debugLine="PlotLine(x0, y0, x1, y1, points)"; _plotline(_x0,_y0,_x1,_y1,_points); }; @@ -1952,7 +1952,7 @@ _databytes = _data.getBytes("ASCII"); //BA.debugLineNum = 1078;BA.debugLine="Dim dlow As Int = databytes.Length"; _dlow = _databytes.length; //BA.debugLineNum = 1079;BA.debugLine="Log(\"Barcode \" & bartype & \", Size \" & dlow & \","; -__c.LogImpl("768943875","Barcode "+_bartype+", Size "+BA.NumberToString(_dlow)+", "+_data,0); +__c.LogImpl("368943875","Barcode "+_bartype+", Size "+BA.NumberToString(_dlow)+", "+_data,0); //BA.debugLineNum = 1080;BA.debugLine="WriteString(GS & \"k\" & bartype.ToUpperCase.CharAt"; _writestring(_gs+"k"+BA.ObjectToString(_bartype.toUpperCase().charAt((int) (0)))); //BA.debugLineNum = 1081;BA.debugLine="Dim params(1) As Byte"; @@ -1990,7 +1990,7 @@ _dhigh = (int) (_databytes.length/(double)256); //BA.debugLineNum = 1095;BA.debugLine="Dim dlow As Int = databytes.Length - dhigh*256"; _dlow = (int) (_databytes.length-_dhigh*256); //BA.debugLineNum = 1096;BA.debugLine="Log(\"QR Code : Size \" & size & \", EC \" & EC & \","; -__c.LogImpl("769009412","QR Code : Size "+BA.NumberToString(_size)+", EC "+_ec+", Scale "+BA.NumberToString(_scale)+", Size "+BA.NumberToString(_dlow)+" "+BA.NumberToString(_dhigh)+" : Data = "+_data,0); +__c.LogImpl("369009412","QR Code : Size "+BA.NumberToString(_size)+", EC "+_ec+", Scale "+BA.NumberToString(_scale)+", Size "+BA.NumberToString(_dlow)+" "+BA.NumberToString(_dhigh)+" : Data = "+_data,0); //BA.debugLineNum = 1097;BA.debugLine="Dim params(3) As Byte"; _params = new byte[(int) (3)]; ; @@ -2027,7 +2027,7 @@ _astream.Write(_data.getBytes(_encoding)); } catch (Exception e6) { ba.setLastException(e6); //BA.debugLineNum = 305;BA.debugLine="Log(\"Printer error : \" & LastException.Message)"; -__c.LogImpl("767043334","Printer error : "+__c.LastException(getActivityBA()).getMessage(),0); +__c.LogImpl("367043334","Printer error : "+__c.LastException(getActivityBA()).getMessage(),0); //BA.debugLineNum = 306;BA.debugLine="AStream_Error"; _astream_error(); }; diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/fileprovider.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/fileprovider.java index 1f67323..a1b7420 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/fileprovider.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/fileprovider.java @@ -105,7 +105,7 @@ _usefileprovider = __c.False; _sharedfolder = _rp.GetSafeDirDefaultExternal("shared"); }; //BA.debugLineNum = 18;BA.debugLine="Log($\"Using FileProvider? ${UseFileProvider}\"$)"; -__c.LogImpl("912451850",("Using FileProvider? "+__c.SmartStringFormatter("",(Object)(_usefileprovider))+""),0); +__c.LogImpl("932505866",("Using FileProvider? "+__c.SmartStringFormatter("",(Object)(_usefileprovider))+""),0); //BA.debugLineNum = 19;BA.debugLine="End Sub"; return ""; } diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/firebasemessaging.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/firebasemessaging.java index e6d6e14..284b65c 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/firebasemessaging.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/firebasemessaging.java @@ -185,13 +185,13 @@ _su = new anywheresoftware.b4a.objects.StringUtils(); //BA.debugLineNum = 182;BA.debugLine="Dim compressed() As Byte = GZip.compress(str)"; _compressed = _gzip.compress(_str); //BA.debugLineNum = 183;BA.debugLine="Log($\"CompressedBytesLength: ${compressed.Length}"; -anywheresoftware.b4a.keywords.Common.LogImpl("770057988",("CompressedBytesLength: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_compressed.length))+""),0); +anywheresoftware.b4a.keywords.Common.LogImpl("370057988",("CompressedBytesLength: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_compressed.length))+""),0); //BA.debugLineNum = 184;BA.debugLine="Dim base64 As String = su.EncodeBase64(compressed"; _base64 = _su.EncodeBase64(_compressed); //BA.debugLineNum = 185;BA.debugLine="Log($\"CompressedBytes converted to base64 Length:"; -anywheresoftware.b4a.keywords.Common.LogImpl("770057990",("CompressedBytes converted to base64 Length: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_base64.length()))+""),0); +anywheresoftware.b4a.keywords.Common.LogImpl("370057990",("CompressedBytes converted to base64 Length: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_base64.length()))+""),0); //BA.debugLineNum = 186;BA.debugLine="Log($\"CompressedBytes converted to base64: ${base"; -anywheresoftware.b4a.keywords.Common.LogImpl("770057991",("CompressedBytes converted to base64: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_base64))+""),0); +anywheresoftware.b4a.keywords.Common.LogImpl("370057991",("CompressedBytes converted to base64: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_base64))+""),0); //BA.debugLineNum = 187;BA.debugLine="Return base64"; if (true) return _base64; //BA.debugLineNum = 188;BA.debugLine="End Sub"; @@ -213,15 +213,15 @@ _su = new anywheresoftware.b4a.objects.StringUtils(); //BA.debugLineNum = 193;BA.debugLine="Dim decompressedbytes() As Byte = su.DecodeBase64"; _decompressedbytes = _su.DecodeBase64(_base64); //BA.debugLineNum = 194;BA.debugLine="Log($\"decompressedbytesLength: ${decompressedbyte"; -anywheresoftware.b4a.keywords.Common.LogImpl("770123524",("decompressedbytesLength: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_decompressedbytes.length))+""),0); +anywheresoftware.b4a.keywords.Common.LogImpl("370123524",("decompressedbytesLength: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_decompressedbytes.length))+""),0); //BA.debugLineNum = 195;BA.debugLine="Dim bc As ByteConverter"; _bc = new anywheresoftware.b4a.agraham.byteconverter.ByteConverter(); //BA.debugLineNum = 196;BA.debugLine="Dim uncompressed As String = bc.StringFromBytes(d"; _uncompressed = _bc.StringFromBytes(_decompressedbytes,"UTF8"); //BA.debugLineNum = 197;BA.debugLine="Log($\"uncompressedLength: ${uncompressed.Length}\""; -anywheresoftware.b4a.keywords.Common.LogImpl("770123527",("uncompressedLength: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_uncompressed.length()))+""),0); +anywheresoftware.b4a.keywords.Common.LogImpl("370123527",("uncompressedLength: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_uncompressed.length()))+""),0); //BA.debugLineNum = 198;BA.debugLine="Log($\"Decompressed String = ${uncompressed}\"$)"; -anywheresoftware.b4a.keywords.Common.LogImpl("770123528",("Decompressed String = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_uncompressed))+""),0); +anywheresoftware.b4a.keywords.Common.LogImpl("370123528",("Decompressed String = "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_uncompressed))+""),0); //BA.debugLineNum = 199;BA.debugLine="Return uncompressed"; if (true) return _uncompressed; //BA.debugLineNum = 200;BA.debugLine="End Sub"; @@ -233,9 +233,9 @@ anywheresoftware.b4a.objects.collections.Map _params = null; String _rutagpscmp = ""; //BA.debugLineNum = 72;BA.debugLine="Sub fm_MessageArrived (Message As RemoteMessage)"; //BA.debugLineNum = 73;BA.debugLine="Log(\"Message arrived\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("769599233","Message arrived",0); +anywheresoftware.b4a.keywords.Common.LogImpl("369599233","Message arrived",0); //BA.debugLineNum = 74;BA.debugLine="Log($\"Message data: ${Message.GetData}\"$)"; -anywheresoftware.b4a.keywords.Common.LogImpl("769599234",("Message data: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_message.GetData().getObject()))+""),0); +anywheresoftware.b4a.keywords.Common.LogImpl("369599234",("Message data: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_message.GetData().getObject()))+""),0); //BA.debugLineNum = 76;BA.debugLine="If Message.GetData.ContainsKey(\"t\") Then"; if (_message.GetData().ContainsKey((Object)("t"))) { //BA.debugLineNum = 77;BA.debugLine="Dim tipos As List = Regex.Split(\",\",Message.GetD"; @@ -244,11 +244,11 @@ _tipos = anywheresoftware.b4a.keywords.Common.ArrayToList(anywheresoftware.b4a.k //BA.debugLineNum = 78;BA.debugLine="If tipos.IndexOf(\"pu\") <> -1 Or tipos.IndexOf(\"a"; if (_tipos.IndexOf((Object)("pu"))!=-1 || _tipos.IndexOf((Object)("au"))!=-1) { //BA.debugLineNum = 79;BA.debugLine="Log(\"Es una peticion de ubicacion\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("769599239","Es una peticion de ubicacion",0); +anywheresoftware.b4a.keywords.Common.LogImpl("369599239","Es una peticion de ubicacion",0); //BA.debugLineNum = 80;BA.debugLine="locRequest=\"Activa\""; _locrequest = "Activa"; //BA.debugLineNum = 81;BA.debugLine="Log(\"Llamamos StartFLPSmall\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("769599241","Llamamos StartFLPSmall",0); +anywheresoftware.b4a.keywords.Common.LogImpl("369599241","Llamamos StartFLPSmall",0); //BA.debugLineNum = 82;BA.debugLine="CallSubDelayed(Tracker, \"StartFLPSmall\")"; anywheresoftware.b4a.keywords.Common.CallSubDelayed(processBA,(Object)(mostCurrent._tracker.getObject()),"StartFLPSmall"); //BA.debugLineNum = 83;BA.debugLine="CallSubDelayed(Tracker, \"StartFLP\")"; @@ -262,9 +262,9 @@ _au = BA.NumberToString(1); //BA.debugLineNum = 88;BA.debugLine="If tipos.IndexOf(\"ping\") <> -1 Then 'Si es un pi"; if (_tipos.IndexOf((Object)("ping"))!=-1) { //BA.debugLineNum = 89;BA.debugLine="Log(\"Es un ping\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("769599249","Es un ping",0); +anywheresoftware.b4a.keywords.Common.LogImpl("369599249","Es un ping",0); //BA.debugLineNum = 90;BA.debugLine="Log(\"Mandamos pong\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("769599250","Mandamos pong",0); +anywheresoftware.b4a.keywords.Common.LogImpl("369599250","Mandamos pong",0); //BA.debugLineNum = 91;BA.debugLine="Dim params As Map = CreateMap(\"topic\":Sprvsr,\"t"; _params = new anywheresoftware.b4a.objects.collections.Map(); _params = anywheresoftware.b4a.keywords.Common.createMap(new Object[] {(Object)("topic"),(Object)(_sprvsr),(Object)("title"),(Object)("pong"),(Object)("body"),(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._usuario /*String*/ +" - Recibi mensaje "+BA.ObjectToString(_message.GetData().Get((Object)("title")))),(Object)("t"),(Object)("pong")}); @@ -274,16 +274,16 @@ _sendmessage(_params); //BA.debugLineNum = 94;BA.debugLine="If tipos.IndexOf(\"bgps\") <> -1 Then 'Si es una i"; if (_tipos.IndexOf((Object)("bgps"))!=-1) { //BA.debugLineNum = 95;BA.debugLine="Log(\"Es una instruccion de borrar archivo gps\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("769599255","Es una instruccion de borrar archivo gps",0); +anywheresoftware.b4a.keywords.Common.LogImpl("369599255","Es una instruccion de borrar archivo gps",0); //BA.debugLineNum = 96;BA.debugLine="Log(\"Borramos archivo gps\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("769599256","Borramos archivo gps",0); +anywheresoftware.b4a.keywords.Common.LogImpl("369599256","Borramos archivo gps",0); //BA.debugLineNum = 97;BA.debugLine="borramosArchivoGPS"; _borramosarchivogps(); }; //BA.debugLineNum = 99;BA.debugLine="If tipos.IndexOf(\"dr\") <> -1 Then 'Si es una pet"; if (_tipos.IndexOf((Object)("dr"))!=-1) { //BA.debugLineNum = 100;BA.debugLine="Log(\"Es una peticion de Ruta GPS\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("769599260","Es una peticion de Ruta GPS",0); +anywheresoftware.b4a.keywords.Common.LogImpl("369599260","Es una peticion de Ruta GPS",0); //BA.debugLineNum = 101;BA.debugLine="Dim rutaGpsCmp As String = dameRuta"; _rutagpscmp = _dameruta(); //BA.debugLineNum = 102;BA.debugLine="Dim params As Map = CreateMap(\"topic\":Sprvsr,\"t"; @@ -295,16 +295,16 @@ _sendmessage(_params); //BA.debugLineNum = 105;BA.debugLine="If tipos.IndexOf(\"bgps2\") <> -1 Then 'Si es una"; if (_tipos.IndexOf((Object)("bgps2"))!=-1) { //BA.debugLineNum = 106;BA.debugLine="Log(\"Es una instruccion de borrar BD gps\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("769599266","Es una instruccion de borrar BD gps",0); +anywheresoftware.b4a.keywords.Common.LogImpl("369599266","Es una instruccion de borrar BD gps",0); //BA.debugLineNum = 107;BA.debugLine="Log(\"Borramos BD gps\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("769599267","Borramos BD gps",0); +anywheresoftware.b4a.keywords.Common.LogImpl("369599267","Borramos BD gps",0); //BA.debugLineNum = 108;BA.debugLine="borraGPSHist"; _borragpshist(); }; //BA.debugLineNum = 110;BA.debugLine="If tipos.IndexOf(\"pu\") = -1 And tipos.IndexOf(\"a"; if (_tipos.IndexOf((Object)("pu"))==-1 && _tipos.IndexOf((Object)("au"))==-1 && _tipos.IndexOf((Object)("ping"))==-1 && _tipos.IndexOf((Object)("dr"))==-1) { //BA.debugLineNum = 111;BA.debugLine="Log(\"No es ping ni solicitud de ubicacion o rut"; -anywheresoftware.b4a.keywords.Common.LogImpl("769599271","No es ping ni solicitud de ubicacion o ruta, entonces no hacemos nada",0); +anywheresoftware.b4a.keywords.Common.LogImpl("369599271","No es ping ni solicitud de ubicacion o ruta, entonces no hacemos nada",0); }; }; //BA.debugLineNum = 119;BA.debugLine="End Sub"; diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/foto.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/foto.java index 4aff449..2979677 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/foto.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/foto.java @@ -445,7 +445,7 @@ String _flash = ""; //BA.debugLineNum = 151;BA.debugLine="Dim f() As Float = camEx.GetFocusDistances"; _f = mostCurrent._camex._getfocusdistances /*float[]*/ (); //BA.debugLineNum = 152;BA.debugLine="Log(f(0) & \", \" & f(1) & \", \" & f(2))"; -anywheresoftware.b4a.keywords.Common.LogImpl("771172098",BA.NumberToString(_f[(int) (0)])+", "+BA.NumberToString(_f[(int) (1)])+", "+BA.NumberToString(_f[(int) (2)]),0); +anywheresoftware.b4a.keywords.Common.LogImpl("371172098",BA.NumberToString(_f[(int) (0)])+", "+BA.NumberToString(_f[(int) (1)])+", "+BA.NumberToString(_f[(int) (2)]),0); //BA.debugLineNum = 153;BA.debugLine="Dim flashModes As List = camEx.GetSupportedFlashM"; _flashmodes = new anywheresoftware.b4a.objects.collections.List(); _flashmodes = mostCurrent._camex._getsupportedflashmodes /*anywheresoftware.b4a.objects.collections.List*/ (); @@ -605,7 +605,7 @@ mostCurrent._camex._commitparameters /*String*/ (); //BA.debugLineNum = 61;BA.debugLine="camEx.StartPreview"; mostCurrent._camex._startpreview /*String*/ (); //BA.debugLineNum = 62;BA.debugLine="Log(camEx.GetPreviewSize)"; -anywheresoftware.b4a.keywords.Common.LogImpl("770778885",BA.ObjectToString(mostCurrent._camex._getpreviewsize /*reparto_mazapa.keymon.lat.cameraexclass._camerasize*/ ()),0); +anywheresoftware.b4a.keywords.Common.LogImpl("370778885",BA.ObjectToString(mostCurrent._camex._getpreviewsize /*reparto_mazapa.keymon.lat.cameraexclass._camerasize*/ ()),0); }else { //BA.debugLineNum = 64;BA.debugLine="ToastMessageShow(\"Cannot open camera.\", True)"; anywheresoftware.b4a.keywords.Common.ToastMessageShow(BA.ObjectToCharSequence("Cannot open camera."),anywheresoftware.b4a.keywords.Common.True); diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/httpjob.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/httpjob.java index ba17ac3..58bd1a5 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/httpjob.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/httpjob.java @@ -130,7 +130,7 @@ _req.InitializeDelete(_link); } catch (Exception e5) { ba.setLastException(e5); //BA.debugLineNum = 266;BA.debugLine="Log($\"Invalid link: ${Link}\"$)"; -__c.LogImpl("914352389",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0); +__c.LogImpl("934406405",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0); //BA.debugLineNum = 267;BA.debugLine="req.InitializeDelete(InvalidURL)"; _req.InitializeDelete(_invalidurl); }; @@ -149,7 +149,7 @@ _req.InitializeDelete(_escapelink(_link,_parameters)); } catch (Exception e5) { ba.setLastException(e5); //BA.debugLineNum = 277;BA.debugLine="Log($\"Invalid link: ${Link}\"$)"; -__c.LogImpl("914417925",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0); +__c.LogImpl("934471941",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0); //BA.debugLineNum = 278;BA.debugLine="req.InitializeDelete(escapeLink(InvalidURL, Para"; _req.InitializeDelete(_escapelink(_invalidurl,_parameters)); }; @@ -168,7 +168,7 @@ _req.InitializeGet(_link); } catch (Exception e5) { ba.setLastException(e5); //BA.debugLineNum = 224;BA.debugLine="Log($\"Invalid link: ${Link}\"$)"; -__c.LogImpl("914155781",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0); +__c.LogImpl("934209797",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0); //BA.debugLineNum = 225;BA.debugLine="req.InitializeGet(InvalidURL)"; _req.InitializeGet(_invalidurl); }; @@ -187,7 +187,7 @@ _req.InitializeGet(_escapelink(_link,_parameters)); } catch (Exception e5) { ba.setLastException(e5); //BA.debugLineNum = 240;BA.debugLine="Log($\"Invalid link: ${Link}\"$)"; -__c.LogImpl("914221317",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0); +__c.LogImpl("934275333",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0); //BA.debugLineNum = 241;BA.debugLine="req.InitializeGet(escapeLink(InvalidURL, Paramet"; _req.InitializeGet(_escapelink(_invalidurl,_parameters)); }; @@ -311,7 +311,7 @@ _req.InitializeHead(_link); } catch (Exception e5) { ba.setLastException(e5); //BA.debugLineNum = 124;BA.debugLine="Log($\"Invalid link: ${Link}\"$)"; -__c.LogImpl("913893637",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0); +__c.LogImpl("933947653",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0); //BA.debugLineNum = 125;BA.debugLine="req.InitializeHead(InvalidURL)"; _req.InitializeHead(_invalidurl); }; @@ -365,7 +365,7 @@ _req.InitializePatch2(_link,_data); } catch (Exception e5) { ba.setLastException(e5); //BA.debugLineNum = 109;BA.debugLine="Log($\"Invalid link: ${Link}\"$)"; -__c.LogImpl("913828108",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0); +__c.LogImpl("933882124",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0); //BA.debugLineNum = 110;BA.debugLine="req.InitializePatch2(InvalidURL, Data)"; _req.InitializePatch2(_invalidurl,_data); }; @@ -391,7 +391,7 @@ _req.InitializePost2(_link,_data); } catch (Exception e5) { ba.setLastException(e5); //BA.debugLineNum = 68;BA.debugLine="Log($\"Invalid link: ${Link}\"$)"; -__c.LogImpl("913565957",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0); +__c.LogImpl("933619973",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0); //BA.debugLineNum = 69;BA.debugLine="req.InitializePost2(InvalidURL, Data)"; _req.InitializePost2(_invalidurl,_data); }; @@ -411,7 +411,7 @@ _length = 0; //BA.debugLineNum = 197;BA.debugLine="If Dir = File.DirAssets Then"; if ((_dir).equals(__c.File.getDirAssets())) { //BA.debugLineNum = 198;BA.debugLine="Log(\"Cannot send files from the assets folder.\")"; -__c.LogImpl("914090248","Cannot send files from the assets folder.",0); +__c.LogImpl("934144264","Cannot send files from the assets folder.",0); //BA.debugLineNum = 199;BA.debugLine="Return"; if (true) return ""; }; @@ -548,7 +548,7 @@ _req.InitializePut2(_link,_data); } catch (Exception e5) { ba.setLastException(e5); //BA.debugLineNum = 85;BA.debugLine="Log($\"Invalid link: ${Link}\"$)"; -__c.LogImpl("913697029",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0); +__c.LogImpl("933751045",("Invalid link: "+__c.SmartStringFormatter("",(Object)(_link))+""),0); //BA.debugLineNum = 86;BA.debugLine="req.InitializePut2(InvalidURL, Data)"; _req.InitializePut2(_invalidurl,_data); }; diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/httputils2service.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/httputils2service.java index 6622642..6870555 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/httputils2service.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/httputils2service.java @@ -70,7 +70,7 @@ _job = (reparto_mazapa.keymon.lat.httpjob)(_taskidtojob.Get((Object)(_taskid))); //BA.debugLineNum = 157;BA.debugLine="If job = Null Then"; if (_job== null) { //BA.debugLineNum = 158;BA.debugLine="Log(\"HttpUtils2Service: job completed multiple t"; -anywheresoftware.b4a.keywords.Common.LogImpl("713238278","HttpUtils2Service: job completed multiple times - "+BA.NumberToString(_taskid),0); +anywheresoftware.b4a.keywords.Common.LogImpl("333292294","HttpUtils2Service: job completed multiple times - "+BA.NumberToString(_taskid),0); //BA.debugLineNum = 159;BA.debugLine="Return"; if (true) return ""; }; @@ -89,7 +89,7 @@ public static String _hc_responseerror(anywheresoftware.b4h.okhttp.OkHttpClient reparto_mazapa.keymon.lat.httpjob _job = null; //BA.debugLineNum = 115;BA.debugLine="Sub hc_ResponseError (Response As OkHttpResponse,"; //BA.debugLineNum = 117;BA.debugLine="Log($\"ResponseError. Reason: ${Reason}, Response:"; -anywheresoftware.b4a.keywords.Common.LogImpl("713172738",("ResponseError. Reason: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_reason))+", Response: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_response.getErrorResponse()))+""),0); +anywheresoftware.b4a.keywords.Common.LogImpl("333226754",("ResponseError. Reason: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_reason))+", Response: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_response.getErrorResponse()))+""),0); //BA.debugLineNum = 119;BA.debugLine="Response.Release"; _response.Release(); //BA.debugLineNum = 120;BA.debugLine="Dim job As HttpJob = TaskIdToJob.Get(TaskId)"; @@ -97,7 +97,7 @@ _job = (reparto_mazapa.keymon.lat.httpjob)(_taskidtojob.Get((Object)(_taskid))); //BA.debugLineNum = 121;BA.debugLine="If job = Null Then"; if (_job== null) { //BA.debugLineNum = 122;BA.debugLine="Log(\"HttpUtils2Service (hc_ResponseError): job c"; -anywheresoftware.b4a.keywords.Common.LogImpl("713172743","HttpUtils2Service (hc_ResponseError): job completed multiple times - "+BA.NumberToString(_taskid),0); +anywheresoftware.b4a.keywords.Common.LogImpl("333226759","HttpUtils2Service (hc_ResponseError): job completed multiple times - "+BA.NumberToString(_taskid),0); //BA.debugLineNum = 123;BA.debugLine="Return"; if (true) return ""; }; @@ -123,7 +123,7 @@ _job = (reparto_mazapa.keymon.lat.httpjob)(_taskidtojob.Get((Object)(_taskid))); //BA.debugLineNum = 94;BA.debugLine="If job = Null Then"; if (_job== null) { //BA.debugLineNum = 95;BA.debugLine="Log(\"HttpUtils2Service (hc_ResponseSuccess): job"; -anywheresoftware.b4a.keywords.Common.LogImpl("713041667","HttpUtils2Service (hc_ResponseSuccess): job completed multiple times - "+BA.NumberToString(_taskid),0); +anywheresoftware.b4a.keywords.Common.LogImpl("333095683","HttpUtils2Service (hc_ResponseSuccess): job completed multiple times - "+BA.NumberToString(_taskid),0); //BA.debugLineNum = 96;BA.debugLine="Return"; if (true) return ""; }; @@ -187,9 +187,9 @@ anywheresoftware.b4a.keywords.Common.File.Delete(_tempfolder,"~test.test"); } catch (Exception e6) { processBA.setLastException(e6); //BA.debugLineNum = 34;BA.debugLine="Log(LastException)"; -anywheresoftware.b4a.keywords.Common.LogImpl("712713991",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(processBA)),0); +anywheresoftware.b4a.keywords.Common.LogImpl("332768007",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(processBA)),0); //BA.debugLineNum = 35;BA.debugLine="Log(\"Switching to File.DirInternal\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("712713992","Switching to File.DirInternal",0); +anywheresoftware.b4a.keywords.Common.LogImpl("332768008","Switching to File.DirInternal",0); //BA.debugLineNum = 36;BA.debugLine="TempFolder = File.DirInternal"; _tempfolder = anywheresoftware.b4a.keywords.Common.File.getDirInternal(); }; diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/manageexternalstorage.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/manageexternalstorage.java index fb605c4..02ab73e 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/manageexternalstorage.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/manageexternalstorage.java @@ -122,7 +122,7 @@ return null; public String _raiseevent() throws Exception{ //BA.debugLineNum = 53;BA.debugLine="Private Sub RaiseEvent"; //BA.debugLineNum = 54;BA.debugLine="Log(\"Calling : \" & mEventName & \"_StorageAvailab"; -__c.LogImpl("771630849","Calling : "+_meventname+"_StorageAvailable",0); +__c.LogImpl("371630849","Calling : "+_meventname+"_StorageAvailable",0); //BA.debugLineNum = 55;BA.debugLine="CallSubDelayed(mCallback, mEventName & \"_StorageA"; __c.CallSubDelayed(ba,_mcallback,_meventname+"_StorageAvailable"); //BA.debugLineNum = 56;BA.debugLine="End Sub"; diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/mapa_cliente.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/mapa_cliente.java index 435f44f..8942f00 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/mapa_cliente.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/mapa_cliente.java @@ -431,7 +431,7 @@ return ""; public static String _b_regresar_click() throws Exception{ //BA.debugLineNum = 105;BA.debugLine="Private Sub b_regresar_Click"; //BA.debugLineNum = 106;BA.debugLine="Log(\"Pressed\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("772417281","Pressed",0); +anywheresoftware.b4a.keywords.Common.LogImpl("372417281","Pressed",0); //BA.debugLineNum = 107;BA.debugLine="Activity.Finish"; mostCurrent._activity.Finish(); //BA.debugLineNum = 108;BA.debugLine="B4XPages.ShowPage(\"Cliente\")"; diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/newinst2.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/newinst2.java index 0d51e4e..9582b5d 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/newinst2.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/newinst2.java @@ -159,7 +159,7 @@ public static String _myappreload() throws Exception{ //BA.debugLineNum = 43;BA.debugLine="Sub MyAppReload"; //BA.debugLineNum = 44;BA.debugLine="If svcVerbose Then Log(\"-- AppUpdating.NewInst2:"; if (_svcverbose) { -anywheresoftware.b4a.keywords.Common.LogImpl("73670017","-- AppUpdating.NewInst2: processing MyAppReload",0);}; +anywheresoftware.b4a.keywords.Common.LogImpl("323724033","-- AppUpdating.NewInst2: processing MyAppReload",0);}; //BA.debugLineNum = 45;BA.debugLine="If IsPaused(\"main\") Then"; if (anywheresoftware.b4a.keywords.Common.IsPaused(processBA,(Object)("main"))) { //BA.debugLineNum = 46;BA.debugLine="StartActivity(\"main\")"; @@ -182,7 +182,7 @@ return ""; public static String _service_create() throws Exception{ //BA.debugLineNum = 13;BA.debugLine="Sub Service_Create"; //BA.debugLineNum = 14;BA.debugLine="LogColor(\"---- AppUpdating.newinst2: service crea"; -anywheresoftware.b4a.keywords.Common.LogImpl("73407873","---- AppUpdating.newinst2: service created",_logcolor1); +anywheresoftware.b4a.keywords.Common.LogImpl("323461889","---- AppUpdating.newinst2: service created",_logcolor1); //BA.debugLineNum = 15;BA.debugLine="pkg = \"\""; _pkg = ""; //BA.debugLineNum = 16;BA.debugLine="svcVerbose = False"; @@ -198,28 +198,28 @@ return ""; public static String _service_start(anywheresoftware.b4a.objects.IntentWrapper _startingintent) throws Exception{ //BA.debugLineNum = 19;BA.debugLine="Sub Service_Start (StartingIntent As Intent)"; //BA.debugLineNum = 20;BA.debugLine="LogColor(\"---- AppUpdating.newinst2: service_star"; -anywheresoftware.b4a.keywords.Common.LogImpl("73473409","---- AppUpdating.newinst2: service_started",_logcolor1); +anywheresoftware.b4a.keywords.Common.LogImpl("323527425","---- AppUpdating.newinst2: service_started",_logcolor1); //BA.debugLineNum = 21;BA.debugLine="If svcVerbose Then"; if (_svcverbose) { //BA.debugLineNum = 22;BA.debugLine="Log($\"${TAB}intent: ${StartingIntent}\"$)"; -anywheresoftware.b4a.keywords.Common.LogImpl("73473411",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.TAB))+"intent: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_startingintent.getObject()))+""),0); +anywheresoftware.b4a.keywords.Common.LogImpl("323527427",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.TAB))+"intent: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_startingintent.getObject()))+""),0); //BA.debugLineNum = 23;BA.debugLine="Log($\"${TAB}action: ${StartingIntent.Action}\"$)"; -anywheresoftware.b4a.keywords.Common.LogImpl("73473412",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.TAB))+"action: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_startingintent.getAction()))+""),0); +anywheresoftware.b4a.keywords.Common.LogImpl("323527428",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.TAB))+"action: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_startingintent.getAction()))+""),0); //BA.debugLineNum = 24;BA.debugLine="Log($\"${TAB}extra: ${StartingIntent.ExtrasToStri"; -anywheresoftware.b4a.keywords.Common.LogImpl("73473413",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.TAB))+"extra: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_startingintent.ExtrasToString()))+""),0); +anywheresoftware.b4a.keywords.Common.LogImpl("323527429",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.TAB))+"extra: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_startingintent.ExtrasToString()))+""),0); //BA.debugLineNum = 25;BA.debugLine="Log($\"${TAB}data: ${StartingIntent.GetData}\"$)"; -anywheresoftware.b4a.keywords.Common.LogImpl("73473414",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.TAB))+"data: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_startingintent.GetData()))+""),0); +anywheresoftware.b4a.keywords.Common.LogImpl("323527430",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.TAB))+"data: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_startingintent.GetData()))+""),0); }; //BA.debugLineNum = 27;BA.debugLine="If StartingIntent.Action = \"android.intent.action"; if ((_startingintent.getAction()).equals("android.intent.action.MY_PACKAGE_REPLACED")) { //BA.debugLineNum = 28;BA.debugLine="If svcVerbose Then Log($\"${TAB}Intent MY_PACKAGE"; if (_svcverbose) { -anywheresoftware.b4a.keywords.Common.LogImpl("73473417",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.TAB))+"Intent MY_PACKAGE_REPLACED received!"),0);}; +anywheresoftware.b4a.keywords.Common.LogImpl("323527433",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.TAB))+"Intent MY_PACKAGE_REPLACED received!"),0);}; //BA.debugLineNum = 29;BA.debugLine="pkg = GetPackageName"; _pkg = _getpackagename(); //BA.debugLineNum = 30;BA.debugLine="If svcVerbose Then Log($\"${TAB}package: ${pkg}\"$"; if (_svcverbose) { -anywheresoftware.b4a.keywords.Common.LogImpl("73473419",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.TAB))+"package: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_pkg))+""),0);}; +anywheresoftware.b4a.keywords.Common.LogImpl("323527435",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.TAB))+"package: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_pkg))+""),0);}; //BA.debugLineNum = 31;BA.debugLine="MyAppReload"; _myappreload(); }; diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/starter.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/starter.java index d704284..8e6a06a 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/starter.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/starter.java @@ -181,7 +181,7 @@ _reqmanager._initialize /*String*/ (processBA,starter.getObject(),_server); //BA.debugLineNum = 100;BA.debugLine="If IsConnectedToInternet Then"; if (_isconnectedtointernet()) { //BA.debugLineNum = 101;BA.debugLine="Log(\"Con internet, enviamos UTR!\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("7786436","Con internet, enviamos UTR!",0); +anywheresoftware.b4a.keywords.Common.LogImpl("3786436","Con internet, enviamos UTR!",0); //BA.debugLineNum = 102;BA.debugLine="Dim skmt As SQL"; _skmt = new anywheresoftware.b4a.sql.SQL(); //BA.debugLineNum = 103;BA.debugLine="Dim cmd As DBCommand"; @@ -192,7 +192,7 @@ _skmt.Initialize(_ruta,"kmt.db",anywheresoftware.b4a.keywords.Common.True); _skmt.Initialize(_ruta,"kmt.db",anywheresoftware.b4a.keywords.Common.True); //BA.debugLineNum = 108;BA.debugLine="If B4XPages.MainPage.logger Then LogColor(\"Inici"; if (mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._logger /*boolean*/ ) { -anywheresoftware.b4a.keywords.Common.LogImpl("7786443","Iniciamos ENVIA_ULTIMA_GPS",anywheresoftware.b4a.keywords.Common.Colors.Red);}; +anywheresoftware.b4a.keywords.Common.LogImpl("3786443","Iniciamos ENVIA_ULTIMA_GPS",anywheresoftware.b4a.keywords.Common.Colors.Red);}; //BA.debugLineNum = 109;BA.debugLine="DateTime.TimeFormat = \"HHmmss\""; anywheresoftware.b4a.keywords.Common.DateTime.setTimeFormat("HHmmss"); //BA.debugLineNum = 110;BA.debugLine="B4XPages.MainPage.ultimaActualizacionGPS = DateT"; @@ -212,10 +212,10 @@ _cmd.Name /*String*/ = "UPDATE_MAZAPA_ACTUALR3_GPS"; //BA.debugLineNum = 118;BA.debugLine="cmd.Parameters = Array As Object(B4XPages.MainPa"; _cmd.Parameters /*Object[]*/ = new Object[]{(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._montoactual /*String*/ ),(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._clientestotal /*String*/ ),(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._clientesvisitados /*String*/ ),(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._clientesventa /*String*/ ),(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._lat_gps /*String*/ ),(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._lon_gps /*String*/ ),(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._batt /*int*/ ),(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._montorechazado /*String*/ ),(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._montoentregado /*String*/ ),(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._clientestotal /*String*/ ),(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._porvisitar /*String*/ ),(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._entregas /*String*/ ),(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._rechazos /*String*/ ),(Object)(anywheresoftware.b4a.keywords.Common.Application.getVersionName()),(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._almacen /*String*/ ),(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._rutapreventa /*String*/ )}; //BA.debugLineNum = 120;BA.debugLine="Log($\"Monto actual: ${B4XPages.MainPage.montoAct"; -anywheresoftware.b4a.keywords.Common.LogImpl("7786455",("Monto actual: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._montoactual /*String*/ ))+" & Clientes totales: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._clientestotal /*String*/ ))+" & Clientes con venta: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._clientesventa /*String*/ ))+" & Clientes visitados: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._clientesvisitados /*String*/ ))+" & Latitud: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._lat_gps /*String*/ ))+" & Longitud: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._lon_gps /*String*/ ))+" & Bateria: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._batt /*int*/ ))+" & Monto Rechazado: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._montorechazado /*String*/ ))+" & Monto entregado: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._montoentregado /*String*/ ))+" & Clientes totales: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._clientestotal /*String*/ ))+" & Por visitar: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._porvisitar /*String*/ ))+" & Entregas: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._entregas /*String*/ ))+" & Rechazos: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._rechazos /*String*/ ))+" & Version: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.Application.getVersionName()))+" & Almacen: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._almacen /*String*/ ))+" & Ruta cargada: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._rutapreventa /*String*/ ))+""),0); +anywheresoftware.b4a.keywords.Common.LogImpl("3786455",("Monto actual: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._montoactual /*String*/ ))+" & Clientes totales: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._clientestotal /*String*/ ))+" & Clientes con venta: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._clientesventa /*String*/ ))+" & Clientes visitados: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._clientesvisitados /*String*/ ))+" & Latitud: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._lat_gps /*String*/ ))+" & Longitud: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._lon_gps /*String*/ ))+" & Bateria: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._batt /*int*/ ))+" & Monto Rechazado: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._montorechazado /*String*/ ))+" & Monto entregado: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._montoentregado /*String*/ ))+" & Clientes totales: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._clientestotal /*String*/ ))+" & Por visitar: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._porvisitar /*String*/ ))+" & Entregas: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._entregas /*String*/ ))+" & Rechazos: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._rechazos /*String*/ ))+" & Version: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(anywheresoftware.b4a.keywords.Common.Application.getVersionName()))+" & Almacen: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._almacen /*String*/ ))+" & Ruta cargada: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._rutapreventa /*String*/ ))+""),0); //BA.debugLineNum = 122;BA.debugLine="If B4XPages.MainPage.logger Then Log($\"montoActu"; if (mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._logger /*boolean*/ ) { -anywheresoftware.b4a.keywords.Common.LogImpl("7786457",("montoActual: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._montoactual /*String*/ ))+", cTotal: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._clientestotal /*String*/ ))+", cVenta: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._clientesventa /*String*/ ))+", cVisitados: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._clientesvisitados /*String*/ ))+", "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._lat_gps /*String*/ ))+", "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._lon_gps /*String*/ ))+", Batt: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._batt /*int*/ ))+", montoRechazado: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._montorechazado /*String*/ ))+", montoEntregado: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._montoentregado /*String*/ ))+", porVisitar: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._porvisitar /*String*/ ))+", entregas: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._entregas /*String*/ ))+", rechazos: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._rechazos /*String*/ ))+", Almacen: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._almacen /*String*/ ))+", Ruta: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._rutapreventa /*String*/ ))+""),0);}; +anywheresoftware.b4a.keywords.Common.LogImpl("3786457",("montoActual: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._montoactual /*String*/ ))+", cTotal: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._clientestotal /*String*/ ))+", cVenta: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._clientesventa /*String*/ ))+", cVisitados: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._clientesvisitados /*String*/ ))+", "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._lat_gps /*String*/ ))+", "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._lon_gps /*String*/ ))+", Batt: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._batt /*int*/ ))+", montoRechazado: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._montorechazado /*String*/ ))+", montoEntregado: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._montoentregado /*String*/ ))+", porVisitar: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._porvisitar /*String*/ ))+", entregas: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._entregas /*String*/ ))+", rechazos: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._rechazos /*String*/ ))+", Almacen: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._almacen /*String*/ ))+", Ruta: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._rutapreventa /*String*/ ))+""),0);}; //BA.debugLineNum = 124;BA.debugLine="reqManager.ExecuteCommand(cmd, \"inst_visitas\")"; _reqmanager._executecommand /*String*/ (_cmd,(Object)("inst_visitas")); //BA.debugLineNum = 125;BA.debugLine="skmt.ExecNonQuery2(\"Update cat_variables set CAT"; @@ -228,7 +228,7 @@ _timer1.setInterval((long) (_interval*1000)); _timer1.setEnabled(anywheresoftware.b4a.keywords.Common.True); }else { //BA.debugLineNum = 132;BA.debugLine="Log(\"Sin conexión a internet, no se envió UTR!\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("7786467","Sin conexión a internet, no se envió UTR!",0); +anywheresoftware.b4a.keywords.Common.LogImpl("3786467","Sin conexión a internet, no se envió UTR!",0); }; //BA.debugLineNum = 134;BA.debugLine="End Sub"; return ""; @@ -257,7 +257,7 @@ return false; public static String _jobdone(reparto_mazapa.keymon.lat.httpjob _job) throws Exception{ //BA.debugLineNum = 147;BA.debugLine="Sub JobDone(Job As HttpJob)"; //BA.debugLineNum = 150;BA.debugLine="Log(\"ENTRAMOS A JOBDONE\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("7917507","ENTRAMOS A JOBDONE",0); +anywheresoftware.b4a.keywords.Common.LogImpl("3917507","ENTRAMOS A JOBDONE",0); //BA.debugLineNum = 152;BA.debugLine="If Job.Success = False Then"; if (_job._success /*boolean*/ ==anywheresoftware.b4a.keywords.Common.False) { //BA.debugLineNum = 154;BA.debugLine="If Job.ErrorMessage.Contains(\"failed to connect\""; @@ -327,7 +327,7 @@ _ruta = anywheresoftware.b4a.keywords.Common.File.getDirInternal(); if (anywheresoftware.b4a.keywords.Common.Not(anywheresoftware.b4a.keywords.Common.File.Exists(_ruta,"kmt.db"))) { anywheresoftware.b4a.keywords.Common.File.Copy(anywheresoftware.b4a.keywords.Common.File.getDirAssets(),"kmt.db",_ruta,"kmt.db");}; //BA.debugLineNum = 46;BA.debugLine="Log(ruta)"; -anywheresoftware.b4a.keywords.Common.LogImpl("7393222",_ruta,0); +anywheresoftware.b4a.keywords.Common.LogImpl("3393222",_ruta,0); //BA.debugLineNum = 47;BA.debugLine="skmt.Initialize(ruta,\"kmt.db\", True)"; _skmt.Initialize(_ruta,"kmt.db",anywheresoftware.b4a.keywords.Common.True); //BA.debugLineNum = 61;BA.debugLine="Timer1.Initialize(\"Timer1\", Interval * 1000)"; diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/subs.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/subs.java index e4ab0a8..bfc7af1 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/subs.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/subs.java @@ -48,7 +48,7 @@ if ((_c.GetString("fCol")).equals(BA.NumberToString(0))) { //BA.debugLineNum = 929;BA.debugLine="Starter.skmt.ExecNonQuery($\"ALTER TABLE ${tabla"; mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("ALTER TABLE "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tabla))+" ADD COLUMN "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_columna))+" "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tipo))+"")); //BA.debugLineNum = 930;BA.debugLine="Log($\"Columna \"${columna} ${tipo}\", agregada a"; -anywheresoftware.b4a.keywords.Common.LogImpl("749086470",("Columna \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_columna))+" "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tipo))+"\", agregada a \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tabla))+"\"."),0); +anywheresoftware.b4a.keywords.Common.LogImpl("313434886",("Columna \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_columna))+" "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tipo))+"\", agregada a \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tabla))+"\"."),0); }; } catch (Exception e9) { @@ -56,11 +56,11 @@ anywheresoftware.b4a.keywords.Common.LogImpl("749086470",("Columna \""+anywheres try { //BA.debugLineNum = 934;BA.debugLine="Starter.skmt.ExecNonQuery($\"ALTER TABLE ${tabla"; mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("ALTER TABLE "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tabla))+" ADD COLUMN "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_columna))+" "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tipo))+"")); //BA.debugLineNum = 935;BA.debugLine="Log($\"Columna \"${columna} ${tipo}\", agregada a"; -anywheresoftware.b4a.keywords.Common.LogImpl("749086475",("Columna \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_columna))+" "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tipo))+"\", agregada a \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tabla))+"\".."),0); +anywheresoftware.b4a.keywords.Common.LogImpl("313434891",("Columna \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_columna))+" "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tipo))+"\", agregada a \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_tabla))+"\".."),0); } catch (Exception e13) { (_ba.processBA == null ? _ba : _ba.processBA).setLastException(e13); //BA.debugLineNum = 937;BA.debugLine="Log(LastException)"; -anywheresoftware.b4a.keywords.Common.LogImpl("749086477",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0); +anywheresoftware.b4a.keywords.Common.LogImpl("313434893",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0); }; }; //BA.debugLineNum = 940;BA.debugLine="End Sub"; @@ -72,7 +72,7 @@ public static String _borraarribade100errores(anywheresoftware.b4a.BA _ba) thro if (anywheresoftware.b4a.keywords.Common.Not(_errorlog.IsInitialized())) { _revisabd(_ba);}; //BA.debugLineNum = 416;BA.debugLine="LogColor(\"Recortamos la tabla de Errores, limite"; -anywheresoftware.b4a.keywords.Common.LogImpl("746989314","Recortamos la tabla de Errores, limite de 100",anywheresoftware.b4a.keywords.Common.Colors.Magenta); +anywheresoftware.b4a.keywords.Common.LogImpl("311337730","Recortamos la tabla de Errores, limite de 100",anywheresoftware.b4a.keywords.Common.Colors.Magenta); //BA.debugLineNum = 417;BA.debugLine="errorLog.ExecNonQuery(\"DELETE FROM errores WHERE"; _errorlog.ExecNonQuery("DELETE FROM errores WHERE fecha NOT in (SELECT fecha FROM errores ORDER BY fecha desc LIMIT 99 )"); //BA.debugLineNum = 418;BA.debugLine="errorLog.ExecNonQuery(\"vacuum;\")"; @@ -86,7 +86,7 @@ anywheresoftware.b4a.sql.SQL.CursorWrapper _c = null; //BA.debugLineNum = 424;BA.debugLine="revisaBD"; _revisabd(_ba); //BA.debugLineNum = 425;BA.debugLine="LogColor(\"Recortamos la tabla de la Bitacora, lim"; -anywheresoftware.b4a.keywords.Common.LogImpl("747054850","Recortamos la tabla de la Bitacora, limite de 600",anywheresoftware.b4a.keywords.Common.Colors.Magenta); +anywheresoftware.b4a.keywords.Common.LogImpl("311403266","Recortamos la tabla de la Bitacora, limite de 600",anywheresoftware.b4a.keywords.Common.Colors.Magenta); //BA.debugLineNum = 426;BA.debugLine="Private c As Cursor"; _c = new anywheresoftware.b4a.sql.SQL.CursorWrapper(); //BA.debugLineNum = 427;BA.debugLine="c = kmt.ExecQuery(\"select fecha from bitacora\")"; @@ -108,7 +108,7 @@ return ""; public static String _borralogdb(anywheresoftware.b4a.BA _ba) throws Exception{ //BA.debugLineNum = 302;BA.debugLine="Sub borraLogDB 'ignore"; //BA.debugLineNum = 303;BA.debugLine="LogColor(\"Borramos BD de log\", Colors.Magenta)"; -anywheresoftware.b4a.keywords.Common.LogImpl("746661633","Borramos BD de log",anywheresoftware.b4a.keywords.Common.Colors.Magenta); +anywheresoftware.b4a.keywords.Common.LogImpl("311010049","Borramos BD de log",anywheresoftware.b4a.keywords.Common.Colors.Magenta); //BA.debugLineNum = 304;BA.debugLine="kmt.ExecNonQuery(\"delete from bitacora\")"; _kmt.ExecNonQuery("delete from bitacora"); //BA.debugLineNum = 305;BA.debugLine="kmt.ExecNonQuery(\"vacuum;\")"; @@ -172,7 +172,7 @@ _compressed = _gzip.compress(_str); //BA.debugLineNum = 44;BA.debugLine="Dim base64 As String = su.EncodeBase64(compressed"; _base64 = _su.EncodeBase64(_compressed); //BA.debugLineNum = 45;BA.debugLine="Log($\"Comprimido: ${base64.Length}\"$)"; -anywheresoftware.b4a.keywords.Common.LogImpl("745285382",("Comprimido: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_base64.length()))+""),0); +anywheresoftware.b4a.keywords.Common.LogImpl("39633798",("Comprimido: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_base64.length()))+""),0); //BA.debugLineNum = 47;BA.debugLine="Return base64"; if (true) return _base64; //BA.debugLineNum = 48;BA.debugLine="End Sub"; @@ -217,11 +217,11 @@ anywheresoftware.b4a.keywords.Common.ToastMessageShow(BA.ObjectToCharSequence("B anywheresoftware.b4a.keywords.Common.ToastMessageShow(BA.ObjectToCharSequence("No se pudo hacer la copia: "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba))),anywheresoftware.b4a.keywords.Common.True); }; //BA.debugLineNum = 534;BA.debugLine="Log(\"rootExternal=\"&p)"; -anywheresoftware.b4a.keywords.Common.LogImpl("747382551","rootExternal="+_p,0); +anywheresoftware.b4a.keywords.Common.LogImpl("311730967","rootExternal="+_p,0); //BA.debugLineNum = 535;BA.debugLine="Log(\"File.DirInternal=\"&File.DirInternal)"; -anywheresoftware.b4a.keywords.Common.LogImpl("747382552","File.DirInternal="+anywheresoftware.b4a.keywords.Common.File.getDirInternal(),0); +anywheresoftware.b4a.keywords.Common.LogImpl("311730968","File.DirInternal="+anywheresoftware.b4a.keywords.Common.File.getDirInternal(),0); //BA.debugLineNum = 536;BA.debugLine="Log(\"File.DirInternal=\"&File.DirInternal)"; -anywheresoftware.b4a.keywords.Common.LogImpl("747382553","File.DirInternal="+anywheresoftware.b4a.keywords.Common.File.getDirInternal(),0); +anywheresoftware.b4a.keywords.Common.LogImpl("311730969","File.DirInternal="+anywheresoftware.b4a.keywords.Common.File.getDirInternal(),0); }else { //BA.debugLineNum = 538;BA.debugLine="ToastMessageShow(\"Sin permisos\", False)"; anywheresoftware.b4a.keywords.Common.ToastMessageShow(BA.ObjectToCharSequence("Sin permisos"),anywheresoftware.b4a.keywords.Common.False); @@ -239,7 +239,7 @@ anywheresoftware.b4a.objects.collections.Map _m = null; anywheresoftware.b4a.objects.collections.Map _m2 = null; //BA.debugLineNum = 448;BA.debugLine="Sub dameErroresJSON(SQL As SQL, maxErrores As Int,"; //BA.debugLineNum = 449;BA.debugLine="Log(\"dameErroresJSON\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("747185921","dameErroresJSON",0); +anywheresoftware.b4a.keywords.Common.LogImpl("311534337","dameErroresJSON",0); //BA.debugLineNum = 450;BA.debugLine="Private j As JSONGenerator"; _j = new anywheresoftware.b4a.objects.collections.JSONParser.JSONGenerator(); //BA.debugLineNum = 451;BA.debugLine="Private lim As String"; @@ -283,7 +283,7 @@ _cur.Close(); //BA.debugLineNum = 468;BA.debugLine="j.Initialize(m2)"; _j.Initialize(_m2); //BA.debugLineNum = 469;BA.debugLine="Log(j.ToString)"; -anywheresoftware.b4a.keywords.Common.LogImpl("747185941",_j.ToString(),0); +anywheresoftware.b4a.keywords.Common.LogImpl("311534357",_j.ToString(),0); //BA.debugLineNum = 470;BA.debugLine="If comprimido Then"; if (_comprimido) { //BA.debugLineNum = 471;BA.debugLine="Return compress(j.ToString)"; @@ -315,7 +315,7 @@ _fechainicio = _fechainiciohoy(_ba); }; //BA.debugLineNum = 153;BA.debugLine="If B4XPages.MainPage.logger Then Log(\"fechaInicio"; if (mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (_ba)._logger /*boolean*/ ) { -anywheresoftware.b4a.keywords.Common.LogImpl("745809675","fechaInicio: "+_fechainicio+" | rutaHrsAtras="+BA.NumberToString(_rutahrsatras),0);}; +anywheresoftware.b4a.keywords.Common.LogImpl("310158091","fechaInicio: "+_fechainicio+" | rutaHrsAtras="+BA.NumberToString(_rutahrsatras),0);}; //BA.debugLineNum = 154;BA.debugLine="Dim c As Cursor"; _c = new anywheresoftware.b4a.sql.SQL.CursorWrapper(); //BA.debugLineNum = 155;BA.debugLine="If kmt.IsInitialized = False Then kmt.Initialize("; @@ -323,7 +323,7 @@ if (_kmt.IsInitialized()==anywheresoftware.b4a.keywords.Common.False) { _kmt.Initialize(mostCurrent._starter._ruta /*String*/ ,"kmt.db",anywheresoftware.b4a.keywords.Common.True);}; //BA.debugLineNum = 156;BA.debugLine="If B4XPages.MainPage.logger Then Log(\"select FECH"; if (mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (_ba)._logger /*boolean*/ ) { -anywheresoftware.b4a.keywords.Common.LogImpl("745809678","select FECHA, LAT, LON from "+_origenruta+" where FECHA > "+_fechainicio+" order by FECHA desc limit "+BA.NumberToString(_rutamaxpoints),0);}; +anywheresoftware.b4a.keywords.Common.LogImpl("310158094","select FECHA, LAT, LON from "+_origenruta+" where FECHA > "+_fechainicio+" order by FECHA desc limit "+BA.NumberToString(_rutamaxpoints),0);}; //BA.debugLineNum = 157;BA.debugLine="c = kmt.ExecQuery(\"select FECHA, LAT, LON from \"&"; _c = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(_kmt.ExecQuery("select FECHA, LAT, LON from "+_origenruta+" where FECHA > "+_fechainicio+" order by FECHA desc limit "+BA.NumberToString(_rutamaxpoints)))); //BA.debugLineNum = 158;BA.debugLine="c.Position = 0"; @@ -391,7 +391,7 @@ _bc = new anywheresoftware.b4a.agraham.byteconverter.ByteConverter(); //BA.debugLineNum = 55;BA.debugLine="Dim uncompressed As String = bc.StringFromBytes(d"; _uncompressed = _bc.StringFromBytes(_decompressedbytes,"UTF8"); //BA.debugLineNum = 56;BA.debugLine="Log($\"Descomprimido: ${uncompressed.Length}\"$)"; -anywheresoftware.b4a.keywords.Common.LogImpl("745350917",("Descomprimido: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_uncompressed.length()))+""),0); +anywheresoftware.b4a.keywords.Common.LogImpl("39699333",("Descomprimido: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_uncompressed.length()))+""),0); //BA.debugLineNum = 58;BA.debugLine="Return uncompressed"; if (true) return _uncompressed; //BA.debugLineNum = 59;BA.debugLine="End Sub"; @@ -433,7 +433,7 @@ _h = anywheresoftware.b4a.keywords.Common.DateTime.Date(anywheresoftware.b4a.key //BA.debugLineNum = 265;BA.debugLine="DateTime.DateFormat=OrigFormat 'return to orig"; anywheresoftware.b4a.keywords.Common.DateTime.setDateFormat(_origformat); //BA.debugLineNum = 266;BA.debugLine="Log(\"Hoy=\"&h)"; -anywheresoftware.b4a.keywords.Common.LogImpl("746399493","Hoy="+_h,0); +anywheresoftware.b4a.keywords.Common.LogImpl("310747909","Hoy="+_h,0); //BA.debugLineNum = 267;BA.debugLine="Return h"; if (true) return _h; //BA.debugLineNum = 268;BA.debugLine="End Sub"; @@ -483,16 +483,16 @@ anywheresoftware.b4a.keywords.Common.DateTime.setDateFormat(_origformat); if (true) return _ticks; }else { //BA.debugLineNum = 491;BA.debugLine="Log(\"Formato de fecha incorrecto, debe de ser '"; -anywheresoftware.b4a.keywords.Common.LogImpl("747251469","Formato de fecha incorrecto, debe de ser 'YYMMDDHHMMSS', no '"+_fkmt+"' largo="+BA.NumberToString(_fkmt.length()),0); +anywheresoftware.b4a.keywords.Common.LogImpl("311599885","Formato de fecha incorrecto, debe de ser 'YYMMDDHHMMSS', no '"+_fkmt+"' largo="+BA.NumberToString(_fkmt.length()),0); //BA.debugLineNum = 492;BA.debugLine="Return 0"; if (true) return (long) (0); }; } catch (Exception e16) { (_ba.processBA == null ? _ba : _ba.processBA).setLastException(e16); //BA.debugLineNum = 495;BA.debugLine="Log(LastException)"; -anywheresoftware.b4a.keywords.Common.LogImpl("747251473",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0); +anywheresoftware.b4a.keywords.Common.LogImpl("311599889",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0); //BA.debugLineNum = 496;BA.debugLine="LogColor($\"Fecha dada: ${fKMT}, Parte Fecha: ${p"; -anywheresoftware.b4a.keywords.Common.LogImpl("747251474",("Fecha dada: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_fkmt))+", Parte Fecha: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_partefecha))+", Parte Hora: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_partehora))+""),anywheresoftware.b4a.keywords.Common.Colors.Red); +anywheresoftware.b4a.keywords.Common.LogImpl("311599890",("Fecha dada: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_fkmt))+", Parte Fecha: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_partefecha))+", Parte Hora: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_partehora))+""),anywheresoftware.b4a.keywords.Common.Colors.Red); //BA.debugLineNum = 497;BA.debugLine="Return 0"; if (true) return (long) (0); }; @@ -580,7 +580,7 @@ String[] _latlon = null; //BA.debugLineNum = 128;BA.debugLine="Sub guardaInfoEnBD(coords As String) 'ignore"; //BA.debugLineNum = 129;BA.debugLine="If B4XPages.MainPage.logger Then Log(\"Guardamos u"; if (mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (_ba)._logger /*boolean*/ ) { -anywheresoftware.b4a.keywords.Common.LogImpl("745744129","Guardamos ubicacion en BD - "+_coords,0);}; +anywheresoftware.b4a.keywords.Common.LogImpl("310092545","Guardamos ubicacion en BD - "+_coords,0);}; //BA.debugLineNum = 130;BA.debugLine="Try"; try { //BA.debugLineNum = 131;BA.debugLine="Dim latlon() As String = Regex.Split(\"\\|\", coord"; _latlon = anywheresoftware.b4a.keywords.Common.Regex.Split("\\|",_coords); @@ -595,7 +595,7 @@ _kmt.ExecNonQuery2("INSERT INTO RUTA_GPS(fecha, lat, lon) VALUES (?,?,?)",anywhe } catch (Exception e8) { (_ba.processBA == null ? _ba : _ba.processBA).setLastException(e8); //BA.debugLineNum = 137;BA.debugLine="Log(LastException)"; -anywheresoftware.b4a.keywords.Common.LogImpl("745744137",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0); +anywheresoftware.b4a.keywords.Common.LogImpl("310092553",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0); }; //BA.debugLineNum = 139;BA.debugLine="End Sub"; return ""; @@ -634,7 +634,7 @@ int _x = 0; if (anywheresoftware.b4a.keywords.Common.Not(_errorlog.IsInitialized())) { _revisabd(_ba);}; //BA.debugLineNum = 440;BA.debugLine="Log(\"insertamos 50 renglones a errorLog\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("747120386","insertamos 50 renglones a errorLog",0); +anywheresoftware.b4a.keywords.Common.LogImpl("311468802","insertamos 50 renglones a errorLog",0); //BA.debugLineNum = 441;BA.debugLine="For x = 1 To 50"; { final int step3 = 1; @@ -644,7 +644,7 @@ for (;_x <= limit3 ;_x = _x + step3 ) { //BA.debugLineNum = 442;BA.debugLine="errorLog.ExecNonQuery2(\"INSERT INTO errores(fech"; _errorlog.ExecNonQuery2("INSERT INTO errores(fecha, error) VALUES (?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_fechakmt(_ba,BA.NumberToString(anywheresoftware.b4a.keywords.Common.DateTime.getNow()))),(Object)("abc")})); //BA.debugLineNum = 443;BA.debugLine="Log(x)"; -anywheresoftware.b4a.keywords.Common.LogImpl("747120389",BA.NumberToString(_x),0); +anywheresoftware.b4a.keywords.Common.LogImpl("311468805",BA.NumberToString(_x),0); } }; //BA.debugLineNum = 445;BA.debugLine="End Sub"; @@ -681,7 +681,7 @@ if (true) return _json.NextObject(); } catch (Exception e6) { (_ba.processBA == null ? _ba : _ba.processBA).setLastException(e6); //BA.debugLineNum = 224;BA.debugLine="Log(LastException)"; -anywheresoftware.b4a.keywords.Common.LogImpl("746202887",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0); +anywheresoftware.b4a.keywords.Common.LogImpl("310551303",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0); //BA.debugLineNum = 225;BA.debugLine="log2DB(\"JSON2Map: \"&LastException)"; _log2db(_ba,"JSON2Map: "+BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba))); //BA.debugLineNum = 226;BA.debugLine="Private m As Map = CreateMap(\"title\":\"Error gene"; @@ -696,7 +696,7 @@ return null; public static String _log2db(anywheresoftware.b4a.BA _ba,String _texto) throws Exception{ //BA.debugLineNum = 271;BA.debugLine="Sub log2DB(texto As String) 'ignore"; //BA.debugLineNum = 272;BA.debugLine="LogColor(fechaKMT(DateTime.Now)&\" - log2BD: '\"&te"; -anywheresoftware.b4a.keywords.Common.LogImpl("746465025",_fechakmt(_ba,BA.NumberToString(anywheresoftware.b4a.keywords.Common.DateTime.getNow()))+" - log2BD: '"+_texto+"'",anywheresoftware.b4a.keywords.Common.Colors.Magenta); +anywheresoftware.b4a.keywords.Common.LogImpl("310813441",_fechakmt(_ba,BA.NumberToString(anywheresoftware.b4a.keywords.Common.DateTime.getNow()))+" - log2BD: '"+_texto+"'",anywheresoftware.b4a.keywords.Common.Colors.Magenta); //BA.debugLineNum = 273;BA.debugLine="If kmt.IsInitialized Then kmt.ExecNonQuery2(\"INSE"; if (_kmt.IsInitialized()) { _kmt.ExecNonQuery2("INSERT INTO bitacora(fecha, texto) VALUES (?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_fechakmt(_ba,BA.NumberToString(anywheresoftware.b4a.keywords.Common.DateTime.getNow()))),(Object)(_texto)}));}; @@ -750,7 +750,7 @@ if (true) return anywheresoftware.b4a.keywords.Common.False; } catch (Exception e8) { (_ba.processBA == null ? _ba : _ba.processBA).setLastException(e8); //BA.debugLineNum = 297;BA.debugLine="Log(LastException)"; -anywheresoftware.b4a.keywords.Common.LogImpl("746596107",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0); +anywheresoftware.b4a.keywords.Common.LogImpl("310944523",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0); }; //BA.debugLineNum = 299;BA.debugLine="End Sub"; return false; @@ -776,7 +776,7 @@ _notif.setSound(anywheresoftware.b4a.keywords.Common.False); //BA.debugLineNum = 90;BA.debugLine="notif.AutoCancel = True"; _notif.setAutoCancel(anywheresoftware.b4a.keywords.Common.True); //BA.debugLineNum = 91;BA.debugLine="Log(\"notiHigh: \"&title)"; -anywheresoftware.b4a.keywords.Common.LogImpl("745547527","notiHigh: "+_title,0); +anywheresoftware.b4a.keywords.Common.LogImpl("39895943","notiHigh: "+_title,0); //BA.debugLineNum = 92;BA.debugLine="notif.SetInfo(title, body, activity)"; _notif.SetInfoNew((_ba.processBA == null ? _ba : _ba.processBA),BA.ObjectToCharSequence(_title),BA.ObjectToCharSequence(_body),_activity); //BA.debugLineNum = 94;BA.debugLine="notif.Notify(777)"; @@ -792,7 +792,7 @@ _notification = new anywheresoftware.b4a.objects.NotificationWrapper(); //BA.debugLineNum = 100;BA.debugLine="notification.Initialize2(notification.IMPORTANCE_"; _notification.Initialize2(_notification.IMPORTANCE_LOW); //BA.debugLineNum = 101;BA.debugLine="Log(\"notiLowReturn: \"&title)"; -anywheresoftware.b4a.keywords.Common.LogImpl("745613059","notiLowReturn: "+_title,0); +anywheresoftware.b4a.keywords.Common.LogImpl("39961475","notiLowReturn: "+_title,0); //BA.debugLineNum = 102;BA.debugLine="notification.Icon = \"icon\""; _notification.setIcon("icon"); //BA.debugLineNum = 103;BA.debugLine="notification.Sound = False"; @@ -849,7 +849,7 @@ anywheresoftware.b4a.sql.SQL.CursorWrapper _chv = null; String _precio = ""; //BA.debugLineNum = 782;BA.debugLine="Sub prodRechazo(clienteOriginal As String, prodId"; //BA.debugLineNum = 783;BA.debugLine="Log(\"RECHAZO DEVOLUCION\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("748693249","RECHAZO DEVOLUCION",0); +anywheresoftware.b4a.keywords.Common.LogImpl("313041665","RECHAZO DEVOLUCION",0); //BA.debugLineNum = 784;BA.debugLine="Private rr As Cursor = Starter.skmt.ExecQuery($\"s"; _rr = new anywheresoftware.b4a.sql.SQL.CursorWrapper(); _rr = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select count(REP_CLIENTE) as hayRechazo from REPARTO where rep_prodid = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+"' and REP_CLIENTE in (Select CUENTA from cuentaa)")))); @@ -858,7 +858,7 @@ _rr.setPosition((int) (0)); //BA.debugLineNum = 786;BA.debugLine="If rr.GetString(\"hayRechazo\") = 0 Then"; if ((_rr.GetString("hayRechazo")).equals(BA.NumberToString(0))) { //BA.debugLineNum = 787;BA.debugLine="Log(\"INSERTAMOS EN REPARTO\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("748693253","INSERTAMOS EN REPARTO",0); +anywheresoftware.b4a.keywords.Common.LogImpl("313041669","INSERTAMOS EN REPARTO",0); //BA.debugLineNum = 789;BA.debugLine="Private chv As Cursor = Starter.skmt.ExecQuery($"; _chv = new anywheresoftware.b4a.sql.SQL.CursorWrapper(); _chv = (anywheresoftware.b4a.sql.SQL.CursorWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.sql.SQL.CursorWrapper(), (android.database.Cursor)(mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecQuery(("select * from hist_ventas where hvd_cliente in (select cuenta from cuentaa) and hvd_proid = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+"'")))); @@ -877,7 +877,7 @@ mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("upda }; }else { //BA.debugLineNum = 800;BA.debugLine="Log($\"ACTUALIZAMOS REPARTO\"$)"; -anywheresoftware.b4a.keywords.Common.LogImpl("748693266",("ACTUALIZAMOS REPARTO"),0); +anywheresoftware.b4a.keywords.Common.LogImpl("313041682",("ACTUALIZAMOS REPARTO"),0); //BA.debugLineNum = 801;BA.debugLine="Private precio As String = traePrecio(prodId, tr"; _precio = _traeprecio(_ba,_prodid,_traealmacen(_ba)); //BA.debugLineNum = 802;BA.debugLine="Starter.skmt.ExecNonQuery2(\"update HIST_VENTAS s"; @@ -902,9 +902,9 @@ mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("upda //BA.debugLineNum = 755;BA.debugLine="Starter.skmt.ExecNonQuery($\"update reparto set RE"; mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("update reparto set REP_CANT = REP_CANT + 1 where REP_CLIENTE in (Select CUENTA from cuentaa) and REP_CLI_ORIG = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_clienteoriginal))+"' and REP_RECHAZO = 0 and REP_PRODID = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+"'")); //BA.debugLineNum = 756;BA.debugLine="Log($\"update reparto set REP_CANT = REP_CANT - 1"; -anywheresoftware.b4a.keywords.Common.LogImpl("748627717",("update reparto set REP_CANT = REP_CANT - 1 where REP_CLIENTE = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_clienteoriginal))+"' and REP_CLI_ORIG = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_clienteoriginal))+"' and REP_RECHAZO = 1 and REP_PRODID = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+"'"),0); +anywheresoftware.b4a.keywords.Common.LogImpl("312976133",("update reparto set REP_CANT = REP_CANT - 1 where REP_CLIENTE = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_clienteoriginal))+"' and REP_CLI_ORIG = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_clienteoriginal))+"' and REP_RECHAZO = 1 and REP_PRODID = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+"'"),0); //BA.debugLineNum = 757;BA.debugLine="Log($\"update reparto set REP_CANT = REP_CANT + 1"; -anywheresoftware.b4a.keywords.Common.LogImpl("748627718",("update reparto set REP_CANT = REP_CANT + 1 where REP_CLIENTE in (Select CUENTA from cuentaa) and REP_CLI_ORIG = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_clienteoriginal))+"' and REP_RECHAZO = 0 and REP_PRODID = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+"'"),0); +anywheresoftware.b4a.keywords.Common.LogImpl("312976134",("update reparto set REP_CANT = REP_CANT + 1 where REP_CLIENTE in (Select CUENTA from cuentaa) and REP_CLI_ORIG = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_clienteoriginal))+"' and REP_RECHAZO = 0 and REP_PRODID = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+"'"),0); //BA.debugLineNum = 758;BA.debugLine="Starter.skmt.ExecNonQuery($\"update reparto set RE"; mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery(("update reparto set REP_COSTO_TOT = REP_CANT * "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_precio))+", REP_PRECIO = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_precio))+"' where REP_CLIENTE in (Select CUENTA from cuentaa) and REP_CLI_ORIG = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_clienteoriginal))+"' and REP_RECHAZO = 0 and REP_PRODID = '"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+"'")); //BA.debugLineNum = 779;BA.debugLine="End Sub"; @@ -936,7 +936,7 @@ public static String _revisaflp(anywheresoftware.b4a.BA _ba) throws Exception{ boolean _todobienflp = false; //BA.debugLineNum = 345;BA.debugLine="Sub revisaFLP 'ignore"; //BA.debugLineNum = 346;BA.debugLine="LogColor($\"**** **** Revisamos FLP - ${fechaKMT(D"; -anywheresoftware.b4a.keywords.Common.LogImpl("746858241",("**** **** Revisamos FLP - "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_fechakmt(_ba,BA.NumberToString(anywheresoftware.b4a.keywords.Common.DateTime.getNow()))))+"**** ****"),anywheresoftware.b4a.keywords.Common.Colors.RGB((int) (78),(int) (0),(int) (227))); +anywheresoftware.b4a.keywords.Common.LogImpl("311206657",("**** **** Revisamos FLP - "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_fechakmt(_ba,BA.NumberToString(anywheresoftware.b4a.keywords.Common.DateTime.getNow()))))+"**** ****"),anywheresoftware.b4a.keywords.Common.Colors.RGB((int) (78),(int) (0),(int) (227))); //BA.debugLineNum = 347;BA.debugLine="Private todoBienFLP As Boolean = True"; _todobienflp = anywheresoftware.b4a.keywords.Common.True; //BA.debugLineNum = 348;BA.debugLine="If Not(Tracker.FLP.IsInitialized) Then"; @@ -971,7 +971,7 @@ _todobienflp = anywheresoftware.b4a.keywords.Common.False; }; //BA.debugLineNum = 368;BA.debugLine="If todoBienFLP Then LogColor(\" +++ +++ Sin errore"; if (_todobienflp) { -anywheresoftware.b4a.keywords.Common.LogImpl("746858263"," +++ +++ Sin errores en FLP",anywheresoftware.b4a.keywords.Common.Colors.Green);}; +anywheresoftware.b4a.keywords.Common.LogImpl("311206679"," +++ +++ Sin errores en FLP",anywheresoftware.b4a.keywords.Common.Colors.Green);}; //BA.debugLineNum = 370;BA.debugLine="End Sub"; return ""; } @@ -991,14 +991,14 @@ if (mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.Fu _daa = (int) (mostCurrent._tracker._uugcoords /*anywheresoftware.b4a.gps.LocationWrapper*/ .DistanceTo((android.location.Location)(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getObject()))); //BA.debugLineNum = 335;BA.debugLine="If B4XPages.MainPage.Logger Then LogColor($\"****"; if (mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (_ba)._logger /*boolean*/ ) { -anywheresoftware.b4a.keywords.Common.LogImpl("746792708",("**** UUC \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_fechakmt(_ba,BA.NumberToString(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getTime()))))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.2",(Object)(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getAccuracy()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.8",(Object)(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getLatitude()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.8",(Object)(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getLongitude()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.2",(Object)(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getSpeed()))+"|"),anywheresoftware.b4a.keywords.Common.Colors.RGB((int) (255),(int) (112),(int) (35)));}; +anywheresoftware.b4a.keywords.Common.LogImpl("311141124",("**** UUC \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_fechakmt(_ba,BA.NumberToString(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getTime()))))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.2",(Object)(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getAccuracy()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.8",(Object)(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getLatitude()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.8",(Object)(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getLongitude()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.2",(Object)(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getSpeed()))+"|"),anywheresoftware.b4a.keywords.Common.Colors.RGB((int) (255),(int) (112),(int) (35)));}; //BA.debugLineNum = 336;BA.debugLine="If daa > 40 And Tracker.FLP.GetLastKnownLocation"; if (_daa>40 && mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getAccuracy()<35) { //BA.debugLineNum = 337;BA.debugLine="kmt.ExecNonQuery2(\"INSERT INTO RUTA_GPS(fecha,"; _kmt.ExecNonQuery2("INSERT INTO RUTA_GPS(fecha, lat, lon) VALUES (?,?,?)",anywheresoftware.b4a.keywords.Common.ArrayToList(new Object[]{(Object)(_fechakmt(_ba,BA.NumberToString(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getTime()))),(Object)(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getLatitude()),(Object)(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getLongitude())})); //BA.debugLineNum = 338;BA.debugLine="If B4XPages.MainPage.Logger Then Log(\"++++ Dist"; if (mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (_ba)._logger /*boolean*/ ) { -anywheresoftware.b4a.keywords.Common.LogImpl("746792711","++++ Distancia a anterior="+BA.NumberToString(_daa)+"|"+"Precision="+BA.NumberToString(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getAccuracy()),0);}; +anywheresoftware.b4a.keywords.Common.LogImpl("311141127","++++ Distancia a anterior="+BA.NumberToString(_daa)+"|"+"Precision="+BA.NumberToString(mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation().getAccuracy()),0);}; }; //BA.debugLineNum = 340;BA.debugLine="Tracker.UUGCoords = Tracker.FLP.GetLastKnownLoca"; mostCurrent._tracker._uugcoords /*anywheresoftware.b4a.gps.LocationWrapper*/ = mostCurrent._tracker._flp /*uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper*/ .GetLastKnownLocation(); @@ -1063,7 +1063,7 @@ _cr.setPosition((int) (0)); _cant = (int)(Double.parseDouble(_cr.GetString("REP_CANT"))); }; //BA.debugLineNum = 722;BA.debugLine="Log($\"${cliente}, ${prodId}, rowcont:${cr.RowCoun"; -anywheresoftware.b4a.keywords.Common.LogImpl("748431111",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_cliente))+", "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+", rowcont:"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_cr.getRowCount()))+", cant: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_cant))+""),0); +anywheresoftware.b4a.keywords.Common.LogImpl("312779527",(""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_cliente))+", "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_prodid))+", rowcont:"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_cr.getRowCount()))+", cant: "+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_cant))+""),0); //BA.debugLineNum = 723;BA.debugLine="Return cant"; if (true) return _cant; //BA.debugLineNum = 724;BA.debugLine="End Sub"; @@ -1143,7 +1143,7 @@ _monto = (float) (_monto+((double)(Double.parseDouble(_ccym.GetString("REP_CANT" } }; //BA.debugLineNum = 863;BA.debugLine="Log($\"CANT=${cant}, MONTO=${monto}\"$)"; -anywheresoftware.b4a.keywords.Common.LogImpl("748824344",("CANT="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_cant))+", MONTO="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_monto))+""),0); +anywheresoftware.b4a.keywords.Common.LogImpl("313172760",("CANT="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_cant))+", MONTO="+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_monto))+""),0); }; //BA.debugLineNum = 866;BA.debugLine="ccym.Close"; _ccym.Close(); @@ -1257,7 +1257,7 @@ _fecha2 = anywheresoftware.b4a.keywords.Common.Regex.Split("-",_fecha[(int) (0)] //BA.debugLineNum = 988;BA.debugLine="Dim fecha3 As String = fecha2(2)&\"/\"&fecha2(1)&\""; _fecha3 = _fecha2[(int) (2)]+"/"+_fecha2[(int) (1)]+"/"+_fecha2[(int) (0)]; //BA.debugLineNum = 989;BA.debugLine="Log(fecha3)"; -anywheresoftware.b4a.keywords.Common.LogImpl("749348619",_fecha3,0); +anywheresoftware.b4a.keywords.Common.LogImpl("313697035",_fecha3,0); //BA.debugLineNum = 990;BA.debugLine="Dim hora() As String = Regex.Split(\"\\.\", fecha(1"; _hora = anywheresoftware.b4a.keywords.Common.Regex.Split("\\.",_fecha[(int) (1)]); //BA.debugLineNum = 991;BA.debugLine="a = fecha3 & \" \" & hora(0)"; @@ -1276,7 +1276,7 @@ _fecha2 = anywheresoftware.b4a.keywords.Common.Regex.Split("-",_fecha[(int) (0)] //BA.debugLineNum = 998;BA.debugLine="Dim fecha3 As String = fecha2(2)&\"/\"&fecha2(1)&\""; _fecha3 = _fecha2[(int) (2)]+"/"+_fecha2[(int) (1)]+"/"+_fecha2[(int) (0)]; //BA.debugLineNum = 999;BA.debugLine="Log(fecha3)"; -anywheresoftware.b4a.keywords.Common.LogImpl("749348629",_fecha3,0); +anywheresoftware.b4a.keywords.Common.LogImpl("313697045",_fecha3,0); //BA.debugLineNum = 1000;BA.debugLine="Dim hora() As String = Regex.Split(\"\\.\", fecha(1"; _hora = anywheresoftware.b4a.keywords.Common.Regex.Split("\\.",_fecha[(int) (1)]); //BA.debugLineNum = 1001;BA.debugLine="a = fecha3 & \" \" & hora(0)"; diff --git a/B4A/Objects/src/reparto_mazapa/keymon/lat/tracker.java b/B4A/Objects/src/reparto_mazapa/keymon/lat/tracker.java index 78f454d..0d7c99f 100644 --- a/B4A/Objects/src/reparto_mazapa/keymon/lat/tracker.java +++ b/B4A/Objects/src/reparto_mazapa/keymon/lat/tracker.java @@ -157,7 +157,7 @@ uk.co.martinpearman.b4a.fusedlocationprovider.LocationRequest _lr = null; //BA.debugLineNum = 145;BA.debugLine="Private Sub CreateLocationRequest As LocationReque"; //BA.debugLineNum = 146;BA.debugLine="If B4XPages.MainPage.logger Then Log(\"CreateLocat"; if (mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._logger /*boolean*/ ) { -anywheresoftware.b4a.keywords.Common.LogImpl("744630017","CreateLocationRequest",0);}; +anywheresoftware.b4a.keywords.Common.LogImpl("38978433","CreateLocationRequest",0);}; //BA.debugLineNum = 147;BA.debugLine="Dim lr As LocationRequest"; _lr = new uk.co.martinpearman.b4a.fusedlocationprovider.LocationRequest(); //BA.debugLineNum = 148;BA.debugLine="lr.Initialize"; @@ -182,7 +182,7 @@ uk.co.martinpearman.b4a.fusedlocationprovider.LocationRequest _lr = null; //BA.debugLineNum = 157;BA.debugLine="Private Sub CreateLocationRequest2times As Locatio"; //BA.debugLineNum = 158;BA.debugLine="If B4XPages.MainPage.logger Then Log(\"Iniciamos C"; if (mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._logger /*boolean*/ ) { -anywheresoftware.b4a.keywords.Common.LogImpl("744695553","Iniciamos CreateLocationRequest2times",0);}; +anywheresoftware.b4a.keywords.Common.LogImpl("39043969","Iniciamos CreateLocationRequest2times",0);}; //BA.debugLineNum = 159;BA.debugLine="Dim lr As LocationRequest"; _lr = new uk.co.martinpearman.b4a.fusedlocationprovider.LocationRequest(); //BA.debugLineNum = 160;BA.debugLine="lr.Initialize"; @@ -251,7 +251,7 @@ String _coords = ""; if (_flp.GetLastKnownLocation().IsInitialized()) { //BA.debugLineNum = 173;BA.debugLine="If B4XPages.MainPage.Logger Then LogColor($\"Mand"; if (mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._logger /*boolean*/ ) { -anywheresoftware.b4a.keywords.Common.LogImpl("744761091",("Mandamos UUC \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._subs._fechakmt /*String*/ (processBA,BA.NumberToString(_flp.GetLastKnownLocation().getTime()))))+"|Acc:"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.2",(Object)(_flp.GetLastKnownLocation().getAccuracy()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.8",(Object)(_flp.GetLastKnownLocation().getLatitude()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.8",(Object)(_flp.GetLastKnownLocation().getLongitude()))+"|Spd:"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.2",(Object)(_flp.GetLastKnownLocation().getSpeed()))+"|"),anywheresoftware.b4a.keywords.Common.Colors.RGB((int) (255),(int) (112),(int) (35)));}; +anywheresoftware.b4a.keywords.Common.LogImpl("39109507",("Mandamos UUC \""+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(mostCurrent._subs._fechakmt /*String*/ (processBA,BA.NumberToString(_flp.GetLastKnownLocation().getTime()))))+"|Acc:"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.2",(Object)(_flp.GetLastKnownLocation().getAccuracy()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.8",(Object)(_flp.GetLastKnownLocation().getLatitude()))+"|"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.8",(Object)(_flp.GetLastKnownLocation().getLongitude()))+"|Spd:"+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("0.2",(Object)(_flp.GetLastKnownLocation().getSpeed()))+"|"),anywheresoftware.b4a.keywords.Common.Colors.RGB((int) (255),(int) (112),(int) (35)));}; //BA.debugLineNum = 174;BA.debugLine="Dim coords As String = FLP.GetLastKnownLocation."; _coords = BA.NumberToString(_flp.GetLastKnownLocation().getLatitude())+","+BA.NumberToString(_flp.GetLastKnownLocation().getLongitude())+","+_formatofecha(BA.NumberToString(_flp.GetLastKnownLocation().getTime())); //BA.debugLineNum = 176;BA.debugLine="Subs.mandamosLoc(coords)"; @@ -264,7 +264,7 @@ public static String _flp_connectionfailed(int _connectionresult1) throws Excep //BA.debugLineNum = 85;BA.debugLine="Sub flp_ConnectionFailed(ConnectionResult1 As Int)"; //BA.debugLineNum = 86;BA.debugLine="If B4XPages.MainPage.logger Then Log(\"Failed to c"; if (mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._logger /*boolean*/ ) { -anywheresoftware.b4a.keywords.Common.LogImpl("744236801","Failed to connect to location provider",0);}; +anywheresoftware.b4a.keywords.Common.LogImpl("38585217","Failed to connect to location provider",0);}; //BA.debugLineNum = 87;BA.debugLine="End Sub"; return ""; } @@ -277,7 +277,7 @@ public static String _flp_connectionsuspended(int _connectionresult1) throws Ex //BA.debugLineNum = 89;BA.debugLine="Sub flp_ConnectionSuspended(ConnectionResult1 As I"; //BA.debugLineNum = 90;BA.debugLine="If B4XPages.MainPage.logger Then Log(\"FLP conecti"; if (mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._logger /*boolean*/ ) { -anywheresoftware.b4a.keywords.Common.LogImpl("744302337","FLP conection suspended",0);}; +anywheresoftware.b4a.keywords.Common.LogImpl("38650753","FLP conection suspended",0);}; //BA.debugLineNum = 91;BA.debugLine="StartFLP"; _startflp(); //BA.debugLineNum = 92;BA.debugLine="End Sub"; @@ -318,18 +318,18 @@ mostCurrent._starter._skmt /*anywheresoftware.b4a.sql.SQL*/ .ExecNonQuery2("INSE catch (Exception e14) { processBA.setLastException(e14); //BA.debugLineNum = 206;BA.debugLine="If B4XPages.MainPage.logger Then Log(\"Error al b"; if (mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._logger /*boolean*/ ) { -anywheresoftware.b4a.keywords.Common.LogImpl("744892178","Error al borrar o insertar nuevas coordendas en HIST_GPS",0);}; +anywheresoftware.b4a.keywords.Common.LogImpl("39240594","Error al borrar o insertar nuevas coordendas en HIST_GPS",0);}; }; //BA.debugLineNum = 209;BA.debugLine="Dim coords As String = Location1.Latitude&\",\"&Loc"; _coords = BA.NumberToString(_location1.getLatitude())+","+BA.NumberToString(_location1.getLongitude())+","+_formatofecha(BA.NumberToString(_location1.getTime())); //BA.debugLineNum = 210;BA.debugLine="Log(\"Loc changed : \"&Location1.Latitude&\",\"&Locat"; -anywheresoftware.b4a.keywords.Common.LogImpl("744892182","Loc changed : "+BA.NumberToString(_location1.getLatitude())+","+BA.NumberToString(_location1.getLongitude()),0); +anywheresoftware.b4a.keywords.Common.LogImpl("39240598","Loc changed : "+BA.NumberToString(_location1.getLatitude())+","+BA.NumberToString(_location1.getLongitude()),0); //BA.debugLineNum = 211;BA.debugLine="If B4XPages.MainPage.logger Then Log(\"Mandamos Ub"; if (mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._logger /*boolean*/ ) { -anywheresoftware.b4a.keywords.Common.LogImpl("744892183","Mandamos Ubicacion",0);}; +anywheresoftware.b4a.keywords.Common.LogImpl("39240599","Mandamos Ubicacion",0);}; //BA.debugLineNum = 212;BA.debugLine="If B4XPages.MainPage.logger Then Log(locRequest)"; if (mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._logger /*boolean*/ ) { -anywheresoftware.b4a.keywords.Common.LogImpl("744892184",_locrequest,0);}; +anywheresoftware.b4a.keywords.Common.LogImpl("39240600",_locrequest,0);}; //BA.debugLineNum = 214;BA.debugLine="If Location1.Accuracy < 100 Then"; if (_location1.getAccuracy()<100) { //BA.debugLineNum = 215;BA.debugLine="Subs.guardaInfoEnBD(coords)'Escribimos coordenad"; @@ -347,7 +347,7 @@ _minsdif = (int) ((double)(Double.parseDouble(anywheresoftware.b4a.keywords.Comm if (_location1.getAccuracy()<100 && _minsdif>240) { //BA.debugLineNum = 224;BA.debugLine="If B4XPages.MainPage.logger Then Log(\"actualizam"; if (mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._logger /*boolean*/ ) { -anywheresoftware.b4a.keywords.Common.LogImpl("744892196","actualizamos Ubicacion Web",0);}; +anywheresoftware.b4a.keywords.Common.LogImpl("39240612","actualizamos Ubicacion Web",0);}; //BA.debugLineNum = 225;BA.debugLine="CallSubDelayed(Starter, \"ENVIA_ULTIMA_GPS\")"; anywheresoftware.b4a.keywords.Common.CallSubDelayed(processBA,(Object)(mostCurrent._starter.getObject()),"ENVIA_ULTIMA_GPS"); }; @@ -437,7 +437,7 @@ return ""; public static String _service_start(anywheresoftware.b4a.objects.IntentWrapper _startingintent) throws Exception{ //BA.debugLineNum = 94;BA.debugLine="Sub Service_Start (StartingIntent As Intent)"; //BA.debugLineNum = 95;BA.debugLine="LogColor(\"Iniciando Tracker ...\", Colors.Green)"; -anywheresoftware.b4a.keywords.Common.LogImpl("744367873","Iniciando Tracker ...",anywheresoftware.b4a.keywords.Common.Colors.Green); +anywheresoftware.b4a.keywords.Common.LogImpl("38716289","Iniciando Tracker ...",anywheresoftware.b4a.keywords.Common.Colors.Green); //BA.debugLineNum = 96;BA.debugLine="Service.StopAutomaticForeground"; mostCurrent._service.StopAutomaticForeground(); //BA.debugLineNum = 98;BA.debugLine="StartServiceAt(Me, DateTime.Now + 10 * DateTime.T"; @@ -544,7 +544,7 @@ this.state = 3; case 3: //C this.state = 6; -anywheresoftware.b4a.keywords.Common.LogImpl("744564481","StartFLP - flpStarted="+BA.ObjectToString(parent._flpstarted),0); +anywheresoftware.b4a.keywords.Common.LogImpl("38912897","StartFLP - flpStarted="+BA.ObjectToString(parent._flpstarted),0); if (true) break; case 6: @@ -587,7 +587,7 @@ this.state = 12; case 12: //C this.state = 15; -anywheresoftware.b4a.keywords.Common.LogImpl("744564484","sleeping GR",0); +anywheresoftware.b4a.keywords.Common.LogImpl("38912900","sleeping GR",0); if (true) break; case 15: @@ -617,7 +617,7 @@ this.state = 19; case 19: //C this.state = 22; -anywheresoftware.b4a.keywords.Common.LogImpl("744564488","Buscamos ubicacion 2 peticiones",0); +anywheresoftware.b4a.keywords.Common.LogImpl("38912904","Buscamos ubicacion 2 peticiones",0); if (true) break; case 22: @@ -637,7 +637,7 @@ this.state = 25; case 25: //C this.state = 28; -anywheresoftware.b4a.keywords.Common.LogImpl("744564489",BA.NumberToString(parent._actuallr.GetSmallestDisplacement()),0); +anywheresoftware.b4a.keywords.Common.LogImpl("38912905",BA.NumberToString(parent._actuallr.GetSmallestDisplacement()),0); if (true) break; case 28: @@ -696,7 +696,7 @@ case 5: this.state = 1; ; //BA.debugLineNum = 46;BA.debugLine="Log(\"sleeping\")"; -anywheresoftware.b4a.keywords.Common.LogImpl("743974660","sleeping",0); +anywheresoftware.b4a.keywords.Common.LogImpl("38323076","sleeping",0); if (true) break; case 4: @@ -730,7 +730,7 @@ public static String _track() throws Exception{ //BA.debugLineNum = 104;BA.debugLine="Public Sub Track"; //BA.debugLineNum = 105;BA.debugLine="If B4XPages.MainPage.logger Then Log(\"Inicia Trac"; if (mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._logger /*boolean*/ ) { -anywheresoftware.b4a.keywords.Common.LogImpl("744433409","Inicia Track - Tracking : "+BA.ObjectToString(_tracking),0);}; +anywheresoftware.b4a.keywords.Common.LogImpl("38781825","Inicia Track - Tracking : "+BA.ObjectToString(_tracking),0);}; //BA.debugLineNum = 106;BA.debugLine="If Tracking Then"; if (_tracking) { //BA.debugLineNum = 108;BA.debugLine="Return 'Si ya estamos \"rastreando\" no hacemos na"; @@ -740,7 +740,7 @@ if (true) return ""; if (mostCurrent._starter._rp /*anywheresoftware.b4a.objects.RuntimePermissions*/ .Check(mostCurrent._starter._rp /*anywheresoftware.b4a.objects.RuntimePermissions*/ .PERMISSION_ACCESS_FINE_LOCATION)==anywheresoftware.b4a.keywords.Common.False) { //BA.debugLineNum = 111;BA.debugLine="If B4XPages.MainPage.logger Then Log(\"No permiss"; if (mostCurrent._b4xpages._mainpage /*reparto_mazapa.keymon.lat.b4xmainpage*/ (processBA)._logger /*boolean*/ ) { -anywheresoftware.b4a.keywords.Common.LogImpl("744433415","No permission",0);}; +anywheresoftware.b4a.keywords.Common.LogImpl("38781831","No permission",0);}; //BA.debugLineNum = 112;BA.debugLine="Return"; if (true) return ""; };