mirror of
https://github.com/KeymonSoft/Medicomed-V2.git
synced 2026-04-21 14:49:21 +00:00
Version: 5.04.05_V2
Se actualizaron los Querys para que apunten al nuevo portal de MEDICOMED, ya se hicieron pruebas para insertar datos a la tabla de pedido, no venta y clientes nuevos.
This commit is contained in:
33
B4A/Objects/src/medicomed/keymon/com/mx/pendientes.java
Normal file
33
B4A/Objects/src/medicomed/keymon/com/mx/pendientes.java
Normal file
@@ -0,0 +1,33 @@
|
||||
package medicomed.keymon.com.mx;
|
||||
|
||||
|
||||
import anywheresoftware.b4a.BA;
|
||||
import anywheresoftware.b4a.BALayout;
|
||||
import anywheresoftware.b4a.debug.*;
|
||||
|
||||
public class pendientes {
|
||||
private static pendientes mostCurrent = new pendientes();
|
||||
public static Object getObject() {
|
||||
throw new RuntimeException("Code module does not support this method.");
|
||||
}
|
||||
public anywheresoftware.b4a.keywords.Common __c = null;
|
||||
public b4a.example.dateutils _dateutils = null;
|
||||
public medicomed.keymon.com.mx.main _main = null;
|
||||
public medicomed.keymon.com.mx.starter _starter = null;
|
||||
public medicomed.keymon.com.mx.appupdater _appupdater = null;
|
||||
public medicomed.keymon.com.mx.mapa_rutas _mapa_rutas = null;
|
||||
public medicomed.keymon.com.mx.mapa_cliente _mapa_cliente = null;
|
||||
public medicomed.keymon.com.mx.subs _subs = null;
|
||||
public medicomed.keymon.com.mx.notificationservice _notificationservice = null;
|
||||
public medicomed.keymon.com.mx.tracker _tracker = null;
|
||||
public medicomed.keymon.com.mx.newinst2 _newinst2 = null;
|
||||
public medicomed.keymon.com.mx.b4xpages _b4xpages = null;
|
||||
public medicomed.keymon.com.mx.b4xcollections _b4xcollections = null;
|
||||
public medicomed.keymon.com.mx.httputils2service _httputils2service = null;
|
||||
public medicomed.keymon.com.mx.xuiviewsutils _xuiviewsutils = null;
|
||||
public static String _process_globals() throws Exception{
|
||||
//BA.debugLineNum = 3;BA.debugLine="Sub Process_Globals";
|
||||
//BA.debugLineNum = 7;BA.debugLine="End Sub";
|
||||
return "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user