mirror of
https://github.com/KeymonSoft/Medicomed_Preventa.git
synced 2026-04-20 06:19:13 +00:00
Version: 4:11:02
Se arrglo el resumen dia, ahora puedes entrar sin necesidad de hacer algun pedido sin que truene, se muestra la cantidad de clientes visitados sin importar si tienen o no tienen venta y tambien se le agrego la cantidad de clientes que si tienen venta.
This commit is contained in:
@@ -10,7 +10,7 @@ public class b4xset extends B4AClass.ImplB4AClass implements BA.SubDelegator{
|
||||
private static java.util.HashMap<String, java.lang.reflect.Method> htSubs;
|
||||
private void innerInitialize(BA _ba) throws Exception {
|
||||
if (ba == null) {
|
||||
ba = new anywheresoftware.b4a.ShellBA(_ba, this, htSubs, "keymon.lat.medicomed.b4xset");
|
||||
ba = new BA(_ba, this, htSubs, "keymon.lat.medicomed.b4xset");
|
||||
if (htSubs == null) {
|
||||
ba.loadHtSubs(this.getClass());
|
||||
htSubs = ba.htSubs;
|
||||
@@ -23,14 +23,7 @@ public class b4xset extends B4AClass.ImplB4AClass implements BA.SubDelegator{
|
||||
ba.raiseEvent2(null, true, "class_globals", false);
|
||||
}
|
||||
|
||||
|
||||
public void innerInitializeHelper(anywheresoftware.b4a.BA _ba) throws Exception{
|
||||
innerInitialize(_ba);
|
||||
}
|
||||
public Object callSub(String sub, Object sender, Object[] args) throws Exception {
|
||||
return BA.SubDelegator.SubNotFound;
|
||||
}
|
||||
public anywheresoftware.b4a.keywords.Common __c = null;
|
||||
public anywheresoftware.b4a.keywords.Common __c = null;
|
||||
public keymon.lat.medicomed.b4xorderedmap _map = null;
|
||||
public b4a.example.dateutils _dateutils = null;
|
||||
public keymon.lat.medicomed.main _main = null;
|
||||
@@ -44,115 +37,65 @@ public keymon.lat.medicomed.b4xpages _b4xpages = null;
|
||||
public keymon.lat.medicomed.b4xcollections _b4xcollections = null;
|
||||
public keymon.lat.medicomed.httputils2service _httputils2service = null;
|
||||
public keymon.lat.medicomed.xuiviewsutils _xuiviewsutils = null;
|
||||
public String _initialize(keymon.lat.medicomed.b4xset __ref,anywheresoftware.b4a.BA _ba) throws Exception{
|
||||
__ref = this;
|
||||
innerInitialize(_ba);
|
||||
RDebugUtils.currentModule="b4xset";
|
||||
if (Debug.shouldDelegate(ba, "initialize", true))
|
||||
{return ((String) Debug.delegate(ba, "initialize", new Object[] {_ba}));}
|
||||
RDebugUtils.currentLine=38141952;
|
||||
//BA.debugLineNum = 38141952;BA.debugLine="Public Sub Initialize";
|
||||
RDebugUtils.currentLine=38141953;
|
||||
//BA.debugLineNum = 38141953;BA.debugLine="map.Initialize";
|
||||
__ref._map /*keymon.lat.medicomed.b4xorderedmap*/ ._initialize /*String*/ (null,ba);
|
||||
RDebugUtils.currentLine=38141954;
|
||||
//BA.debugLineNum = 38141954;BA.debugLine="End Sub";
|
||||
public String _add(Object _value) throws Exception{
|
||||
//BA.debugLineNum = 9;BA.debugLine="Public Sub Add(Value As Object)";
|
||||
//BA.debugLineNum = 10;BA.debugLine="map.Put(Value, \"\")";
|
||||
_map._put /*String*/ (_value,(Object)(""));
|
||||
//BA.debugLineNum = 11;BA.debugLine="End Sub";
|
||||
return "";
|
||||
}
|
||||
public String _add(keymon.lat.medicomed.b4xset __ref,Object _value) throws Exception{
|
||||
__ref = this;
|
||||
RDebugUtils.currentModule="b4xset";
|
||||
if (Debug.shouldDelegate(ba, "add", true))
|
||||
{return ((String) Debug.delegate(ba, "add", new Object[] {_value}));}
|
||||
RDebugUtils.currentLine=38207488;
|
||||
//BA.debugLineNum = 38207488;BA.debugLine="Public Sub Add(Value As Object)";
|
||||
RDebugUtils.currentLine=38207489;
|
||||
//BA.debugLineNum = 38207489;BA.debugLine="map.Put(Value, \"\")";
|
||||
__ref._map /*keymon.lat.medicomed.b4xorderedmap*/ ._put /*String*/ (null,_value,(Object)(""));
|
||||
RDebugUtils.currentLine=38207490;
|
||||
//BA.debugLineNum = 38207490;BA.debugLine="End Sub";
|
||||
return "";
|
||||
}
|
||||
public anywheresoftware.b4a.objects.collections.List _aslist(keymon.lat.medicomed.b4xset __ref) throws Exception{
|
||||
__ref = this;
|
||||
RDebugUtils.currentModule="b4xset";
|
||||
if (Debug.shouldDelegate(ba, "aslist", true))
|
||||
{return ((anywheresoftware.b4a.objects.collections.List) Debug.delegate(ba, "aslist", null));}
|
||||
RDebugUtils.currentLine=38535168;
|
||||
//BA.debugLineNum = 38535168;BA.debugLine="Public Sub AsList As List";
|
||||
RDebugUtils.currentLine=38535169;
|
||||
//BA.debugLineNum = 38535169;BA.debugLine="Return map.Keys";
|
||||
if (true) return __ref._map /*keymon.lat.medicomed.b4xorderedmap*/ ._getkeys /*anywheresoftware.b4a.objects.collections.List*/ (null);
|
||||
RDebugUtils.currentLine=38535170;
|
||||
//BA.debugLineNum = 38535170;BA.debugLine="End Sub";
|
||||
public anywheresoftware.b4a.objects.collections.List _aslist() throws Exception{
|
||||
//BA.debugLineNum = 29;BA.debugLine="Public Sub AsList As List";
|
||||
//BA.debugLineNum = 30;BA.debugLine="Return map.Keys";
|
||||
if (true) return _map._getkeys /*anywheresoftware.b4a.objects.collections.List*/ ();
|
||||
//BA.debugLineNum = 31;BA.debugLine="End Sub";
|
||||
return null;
|
||||
}
|
||||
public String _class_globals(keymon.lat.medicomed.b4xset __ref) throws Exception{
|
||||
__ref = this;
|
||||
RDebugUtils.currentModule="b4xset";
|
||||
RDebugUtils.currentLine=38076416;
|
||||
//BA.debugLineNum = 38076416;BA.debugLine="Sub Class_Globals";
|
||||
RDebugUtils.currentLine=38076417;
|
||||
//BA.debugLineNum = 38076417;BA.debugLine="Private map As B4XOrderedMap";
|
||||
public String _class_globals() throws Exception{
|
||||
//BA.debugLineNum = 1;BA.debugLine="Sub Class_Globals";
|
||||
//BA.debugLineNum = 2;BA.debugLine="Private map As B4XOrderedMap";
|
||||
_map = new keymon.lat.medicomed.b4xorderedmap();
|
||||
RDebugUtils.currentLine=38076418;
|
||||
//BA.debugLineNum = 38076418;BA.debugLine="End Sub";
|
||||
//BA.debugLineNum = 3;BA.debugLine="End Sub";
|
||||
return "";
|
||||
}
|
||||
public String _clear(keymon.lat.medicomed.b4xset __ref) throws Exception{
|
||||
__ref = this;
|
||||
RDebugUtils.currentModule="b4xset";
|
||||
if (Debug.shouldDelegate(ba, "clear", true))
|
||||
{return ((String) Debug.delegate(ba, "clear", null));}
|
||||
RDebugUtils.currentLine=38469632;
|
||||
//BA.debugLineNum = 38469632;BA.debugLine="Public Sub Clear";
|
||||
RDebugUtils.currentLine=38469633;
|
||||
//BA.debugLineNum = 38469633;BA.debugLine="map.Clear";
|
||||
__ref._map /*keymon.lat.medicomed.b4xorderedmap*/ ._clear /*String*/ (null);
|
||||
RDebugUtils.currentLine=38469634;
|
||||
//BA.debugLineNum = 38469634;BA.debugLine="End Sub";
|
||||
public String _clear() throws Exception{
|
||||
//BA.debugLineNum = 25;BA.debugLine="Public Sub Clear";
|
||||
//BA.debugLineNum = 26;BA.debugLine="map.Clear";
|
||||
_map._clear /*String*/ ();
|
||||
//BA.debugLineNum = 27;BA.debugLine="End Sub";
|
||||
return "";
|
||||
}
|
||||
public boolean _contains(keymon.lat.medicomed.b4xset __ref,Object _value) throws Exception{
|
||||
__ref = this;
|
||||
RDebugUtils.currentModule="b4xset";
|
||||
if (Debug.shouldDelegate(ba, "contains", true))
|
||||
{return ((Boolean) Debug.delegate(ba, "contains", new Object[] {_value}));}
|
||||
RDebugUtils.currentLine=38338560;
|
||||
//BA.debugLineNum = 38338560;BA.debugLine="Public Sub Contains (Value As Object) As Boolean";
|
||||
RDebugUtils.currentLine=38338561;
|
||||
//BA.debugLineNum = 38338561;BA.debugLine="Return map.ContainsKey(Value)";
|
||||
if (true) return __ref._map /*keymon.lat.medicomed.b4xorderedmap*/ ._containskey /*boolean*/ (null,_value);
|
||||
RDebugUtils.currentLine=38338562;
|
||||
//BA.debugLineNum = 38338562;BA.debugLine="End Sub";
|
||||
public boolean _contains(Object _value) throws Exception{
|
||||
//BA.debugLineNum = 17;BA.debugLine="Public Sub Contains (Value As Object) As Boolean";
|
||||
//BA.debugLineNum = 18;BA.debugLine="Return map.ContainsKey(Value)";
|
||||
if (true) return _map._containskey /*boolean*/ (_value);
|
||||
//BA.debugLineNum = 19;BA.debugLine="End Sub";
|
||||
return false;
|
||||
}
|
||||
public int _getsize(keymon.lat.medicomed.b4xset __ref) throws Exception{
|
||||
__ref = this;
|
||||
RDebugUtils.currentModule="b4xset";
|
||||
if (Debug.shouldDelegate(ba, "getsize", true))
|
||||
{return ((Integer) Debug.delegate(ba, "getsize", null));}
|
||||
RDebugUtils.currentLine=38404096;
|
||||
//BA.debugLineNum = 38404096;BA.debugLine="Public Sub getSize As Int";
|
||||
RDebugUtils.currentLine=38404097;
|
||||
//BA.debugLineNum = 38404097;BA.debugLine="Return map.Size";
|
||||
if (true) return __ref._map /*keymon.lat.medicomed.b4xorderedmap*/ ._getsize /*int*/ (null);
|
||||
RDebugUtils.currentLine=38404098;
|
||||
//BA.debugLineNum = 38404098;BA.debugLine="End Sub";
|
||||
public int _getsize() throws Exception{
|
||||
//BA.debugLineNum = 21;BA.debugLine="Public Sub getSize As Int";
|
||||
//BA.debugLineNum = 22;BA.debugLine="Return map.Size";
|
||||
if (true) return _map._getsize /*int*/ ();
|
||||
//BA.debugLineNum = 23;BA.debugLine="End Sub";
|
||||
return 0;
|
||||
}
|
||||
public String _remove(keymon.lat.medicomed.b4xset __ref,Object _value) throws Exception{
|
||||
__ref = this;
|
||||
RDebugUtils.currentModule="b4xset";
|
||||
if (Debug.shouldDelegate(ba, "remove", true))
|
||||
{return ((String) Debug.delegate(ba, "remove", new Object[] {_value}));}
|
||||
RDebugUtils.currentLine=38273024;
|
||||
//BA.debugLineNum = 38273024;BA.debugLine="Public Sub Remove(Value As Object)";
|
||||
RDebugUtils.currentLine=38273025;
|
||||
//BA.debugLineNum = 38273025;BA.debugLine="map.Remove(Value)";
|
||||
__ref._map /*keymon.lat.medicomed.b4xorderedmap*/ ._remove /*String*/ (null,_value);
|
||||
RDebugUtils.currentLine=38273026;
|
||||
//BA.debugLineNum = 38273026;BA.debugLine="End Sub";
|
||||
public String _initialize(anywheresoftware.b4a.BA _ba) throws Exception{
|
||||
innerInitialize(_ba);
|
||||
//BA.debugLineNum = 5;BA.debugLine="Public Sub Initialize";
|
||||
//BA.debugLineNum = 6;BA.debugLine="map.Initialize";
|
||||
_map._initialize /*String*/ (ba);
|
||||
//BA.debugLineNum = 7;BA.debugLine="End Sub";
|
||||
return "";
|
||||
}
|
||||
}
|
||||
public String _remove(Object _value) throws Exception{
|
||||
//BA.debugLineNum = 13;BA.debugLine="Public Sub Remove(Value As Object)";
|
||||
//BA.debugLineNum = 14;BA.debugLine="map.Remove(Value)";
|
||||
_map._remove /*String*/ (_value);
|
||||
//BA.debugLineNum = 15;BA.debugLine="End Sub";
|
||||
return "";
|
||||
}
|
||||
public Object callSub(String sub, Object sender, Object[] args) throws Exception {
|
||||
BA.senderHolder.set(sender);
|
||||
return BA.SubDelegator.SubNotFound;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user