//$jxc ->exportFunction('datos_del_pago', array('idsolicitud', 'idparcialidad'), "#iddatos_pago"); //$jxc ->process(); $persona = parametro("persona", DEFAULT_SOCIO, MQL_INT); $persona = parametro("socio", $persona, MQL_INT); $persona = parametro("idsocio", $persona, MQL_INT); $credito = parametro("credito", DEFAULT_CREDITO, MQL_INT); $credito = parametro("idsolicitud", $credito, MQL_INT); $credito = parametro("solicitud", $credito, MQL_INT); $cuenta = parametro("cuenta", DEFAULT_CUENTA_CORRIENTE, MQL_INT); $cuenta = parametro("idcuenta", $cuenta, MQL_INT); $jscallback = parametro("callback"); $tiny = parametro("tiny"); $form = parametro("form"); $action = parametro("action", SYS_NINGUNO); $xHP->init(); $xFRM = new cHForm("frm", "./"); $xSel = new cHSelect(); $xFRM->OButton("TR.Datos Generales", "jsGoToGeneral()", "ejecutar"); $xFRM->OButton("TR.Tasas", "jsGoToTasas()", "tasa"); $xFRM->OButton("TR.Dias", "jsGoToDias()", "fecha"); $xFRM->OButton("TR.cantidades", "jsGoToCantidades()", "moneda"); $xFRM->OButton("TR.Garantias", "jsGoToGarantias()", "garantia"); $xFRM->OButton("TR.Contabilidad de Capital", "jsGoToContableCapital()", "contabilidad"); $xFRM->OButton("TR.Contabilidad de Intereses", "jsGoToContableInteres()", "contabilidad"); $xFRM->OButton("TR.Comisiones", "jsGoToComisiones()", "dinero"); $xFRM->OButton("TR.Permisos", "jsGoToPermisos()", "permisos"); $xFRM->OButton("TR.Scripting", "jsGoToScript()", "codigo"); $xFRM->OButton("TR.Duplicar", "jsClonarProducto()", $xFRM->ic()->EJECUTAR); $xFRM->OButton("TR.Otros parametros", "jsOtrosParametros()", $xFRM->ic()->CONTROL); //$xSel->setDivClass(); $msg = "";
$actload = " onload='jsImprimirRecibo();' "; } $jxc = new TinyAjax(); function jsaGetIDE($socio, $monto, $tipo_de_pago) { $xSoc = new cSocio($socio); $xSoc->init(); $x = $xSoc->getIDExPagarByPeriodo(false, $monto, $tipo_de_pago); $tab = new TinyAjaxBehavior(); $tab->add(TabSetValue::getBehavior("idide", $x)); return $tab->getString(); } $jxc->exportFunction('jsaGetIDE', array('idsocio', "idmonto", "idtipo_pago")); $jxc->process(); echo $xHP->getHeader(); $xFRM = new cHForm("depositoahorro", "frmdepositoinversion.php?action=next"); $xBtn = new cHButton(); $xTxt = new cHText(); $xDate = new cHDate(); $xSel = new cHSelect(); $xFRM->setTitle($xHP->getTitle()); ?> <body <?php echo $actload; ?> > <?php $xFRM->setTitle($xHP->getTitle()); if ($action == SYS_NINGUNO) { $xFRM->addCuentaCaptacionBasico(true, CAPTACION_TIPO_PLAZO); $xFRM->addSubmit();
<?php //===================================================================================================== //=====> INICIO_H include_once "../core/go.login.inc.php"; include_once "../core/core.error.inc.php"; include_once "../core/core.html.inc.php"; include_once "../core/core.init.inc.php"; $theFile = __FILE__; $permiso = getSIPAKALPermissions($theFile); if ($permiso === false) { header("location:../404.php?i=999"); } $_SESSION["current_file"] = addslashes($theFile); //<===== FIN_H //===================================================================================================== $xP = new cHPage("Cobranza.- Efectivo"); $xP->setIncludes(); echo $xP->getHeader(); $xP->setBodyinit(); $xFrm = new cHForm("frmCobrosEnEfectivo", "cobro-efectivo.frm.php"); $xTxt = new cHText("id"); //$xTxt->setIncludeLabel(); $xFrm->addHElem($xTxt->getDeMoneda("iMontoOperacion", "Monto de la Operacion")); $xFrm->addHElem($xTxt->getDeMoneda("iMontoRecibido", "Monto Recibido")); $xFrm->addHElem($xTxt->getDeMoneda("iMontoCambio", "Monto de Cambio")); echo $xFrm->get(); $xP->setBodyEnd();
//$jxc ->exportFunction('datos_del_pago', array('idsolicitud', 'idparcialidad'), "#iddatos_pago"); //$jxc ->process(); $fecha = parametro("idfecha-0", false, MQL_DATE); $fecha = parametro("idfechaactual", $fecha, MQL_DATE); $persona = parametro("persona", DEFAULT_SOCIO, MQL_INT); $persona = parametro("socio", $persona, MQL_INT); $persona = parametro("idsocio", $persona, MQL_INT); $credito = parametro("credito", DEFAULT_CREDITO, MQL_INT); $credito = parametro("idsolicitud", $credito, MQL_INT); $credito = parametro("solicitud", $credito, MQL_INT); $cuenta = parametro("cuenta", DEFAULT_CUENTA_CORRIENTE, MQL_INT); $cuenta = parametro("idcuenta", $cuenta, MQL_INT); $jscallback = parametro("callback"); $tiny = parametro("tiny"); $form = parametro("form"); $action = parametro("action", SYS_NINGUNO); $xHP->init(); $xFRM = new cHForm("frm", "./"); $msg = ""; if ($cuenta > 0) { $xCta = new cCuentaContable($cuenta); $xCta->init(); $xFRM->addHElem($xCta->getFicha(true, true)); } //$xFRM->addJsBasico(); //$xFRM->addCreditBasico(); //$xFRM->addSubmit(); $xFRM->addCerrar(); echo $xFRM->get(); //$jxc ->drawJavaScript(false, true); $xHP->fin();
//$tab -> add(TabSetValue::getBehavior('idnumpagos', $OConv->obj()->pagos_maximo()->v())); return $tab->getString(); } function jsCheckCreditos($persona) { } $jxc->exportFunction('jsaPrevalidarCredito', array('idsocio', 'iidsolicitud', 'idnumpagos', 'idperiocidadpagos', 'idtipoconvenio', 'idcontratocorriente', 'idFechaMinistracion', 'idFechaVencimiento', 'idmontosol'), "#idfrmval"); $jxc->exportFunction('jsaGetNumeroDeCredito', array('idsocio')); $jxc->exportFunction('jsaValidarMontoDeCredito', array('idsocio', 'idtipoconvenio', 'idmontosol')); $jxc->exportFunction('jsaGetLetrasByNumero', array('idmontosol'), "#idmontoletras"); $jxc->exportFunction('jsRiesgoDelCredito', array("idsocio"), "#informacion"); $jxc->exportFunction('getNombre_FechaDeMinistracion', array("ideldia1", "idelmes1", "idelanno1"), "#swFechaMin"); $jxc->exportFunction('jsaCargarDatosDeConvenio', array("idtipoconvenio")); $jxc->process(); echo $xHP->getHeader(true); $xFRM = new cHForm("frm", "./"); $xBtn = new cHButton(); $xTxt = new cHText(); $xDate = new cHDate(); $xSel = new cHSelect(); $xFRM->addJsBasico(); $xFRM->addPersonaBasico(); ?> <body> <fieldset> <legend><?php echo $xHP->getTitle(); ?> </legend> <form name="frmsolicitud" id="frmsolicitud" action="clssolicitudcredito_v102.php" method="POST" id="idfrmsolicitud">
/* echo $xCta->getMessages("html"); */ ?> <ul class="tabs"> <li><a href="#" class="defaulttab" rel="tabs1">Se Carga Cuando</a></li> <li><a href="#" rel="tabs2">Se Abona Cuando</a></li> <li><a href="#" rel="tabs3">Agregar Nuevo</a></li> </ul> <div class="tab-content" id="tabs1"> </div> <div class="tab-content" id="tabs2"> </div> <div class="tab-content" id="tabs3"> <?php $xHForm = new cHForm("frmGuia", "guia-contable.frm.php"); //$xHForm->addHElem( $xHTxt->get("NumeroDeCuenta", $cuenta, "Numero de Cuenta") ); $EspSel = "<select name='cOperacion' id='idOperacion'><option value='" . TM_ABONO . "'>ESTA CUENTA SE ABONA CUANDO</option>\n\t\t\t\t\t<option value='" . TM_CARGO . "'>ESTA CUENTA SE CARGA CUANDO</option></select>"; $xHForm->addHElem($EspSel); $xHForm->addHElem("<textarea name='tDescription' id='idDescripcion' cols='60' rows='10'></textarea>"); $xHForm->addHElem("<input type='hidden' name='idCuenta' id='idCuenta' value='{$cuenta}' /> "); $xHForm->addSubmit("Guardar", "jsSaveOperacion"); echo $xHForm->get(); ?> </div> </div> <?php } ?> </body>
$xLog->add("OK\tAgregar Nueva cuenta {$idcuenta}\r\n"); } else { $xCta = new cCuentaContable($idcuenta); if ($xCta->init() == true) { $xCta->setActualizar($nombre, $equivalencia, $centro); } $xLog->add($xCta->getMessages(), $xLog->DEVELOPER); $xLog->add("OK\tActualizar {$idcuenta} {$nombre} {$equivalencia} {$centro}\r\n"); } return $xLog->getMessages(OUT_HTML); } $jxc->exportFunction('jsaHeredarDatos', array('idcuenta')); $jxc->exportFunction('jsaGuardarDatos', array('idcuenta', 'idnombrecuenta', 'idtipodecuentacontable', 'idcentrodecosto', 'idequivalencia', 'idoperacion'), "#idmsgs"); $jxc->process(); $xHP->init(); $xFRM = new cHForm("frm", "./"); $xFRM->setFieldsetClass("fieldform frmpanel"); $xSel = new cHSelect(); $xTxt = new cHText(); $xTxt->setDivClass(""); $xTxt->addEvent("jsaHeredarDatos()", "onblur"); $xTxt2 = new cHText(); $xTxt2->setDivClass(""); $msg = ""; $xFRM->addGuardar("jsaGuardarDatos()"); $xFRM->OButton("TR.Panel", "jsGoPanel()", $xFRM->ic()->EJECUTAR); $xFRM->addDivSolo($xTxt->getDeCuentaContable("idcuenta", "", false), $xTxt2->getNormal("idnombrecuenta", "", "TR.Nombre de la Cuenta"), "tx14", "tx34"); $xFRM->addDivSolo("<input type='text' id='idcuentasuperior' disabled='true' />", "<input type='text' id='idnombresuperior' disabled='true' />", "tx14", "tx34"); $xFRM->OText("idequivalencia", "", "TR.Equivalencia"); //$xFRM->addHElem( $xSel->getListaDeNivelesDeCuentasContables()->get(true) ); $xFRM->addHElem($xSel->getListaDeTiposDeCuentasContables()->get(true));
$tipo_de_pago = parametro("idtipodepago", 0, MQL_INT); $vencido = parametro("idFechaVencimiento", false); $ministrado = parametro("idFechaMinistracion", false); $solicitado = parametro("idFechaSolicitud", false); $TipoDeAutorizacion = false; $esrenovado = parametro("idrenovado", false, MQL_BOOL); $tieneprops = parametro("idpropietario", false, MQL_BOOL); //propietarios reales $tieneprovs = parametro("idproveedor", false, MQL_BOOL); //proveedores de recursos $fecha_solicitud = $xFecha->getFechaISO($solicitado); $fecha_ministracion = $xFecha->getFechaISO($ministrado); $fecha_vencimiento = $xFecha->getFechaISO($vencido); $oficial_de_credito = getUsuarioActual(); $xBtn = new cHButton(); $xFRM = new cHForm("frmcreditoautorizado"); $xFRM->setTitle($xHP->getTitle()); $xHP->init(); //Correccciones $contrato_corriente = setNoMenorQueCero($contrato_corriente) <= 0 ? DEFAULT_CUENTA_CORRIENTE : $contrato_corriente; $xSoc = new cSocio($persona); $arrDatos = array("periocidad_de_pago" => $periocidad, "tipo_de_producto" => $tipoconvenio, "numero_de_pagos" => $numeropagos, "contrato_corriente_relacionado" => $contrato_corriente, "fecha_de_ministracion" => $ministrado, "fecha_de_vencimiento" => $vencido, "monto_solicitado" => $monto_solicitado); $sucess = true; if ($xSoc->isOperable() == true) { $sucess = $xSoc->setPrevalidarCredito($arrDatos); if ($xSoc->getUUID() != $_SESSION[SYS_UUID]) { $msg .= "ERROR\tEl credito Validado no es el mismo que intenta guardar(" . $xSoc->getUUID() . "|" . $_SESSION[SYS_UUID] . ")\r\n"; $sucess = false; } } else { $sucess = false;
$sql = new cSQLListas(); $cTbl = new cTabla($sql->getListadoDeRecibos($tipo, $socio)); $xImg = new cHImg(); $cTbl->setKeyField("idoperaciones_recibos"); $cTbl->setTdClassByType(); $cTbl->OButton("TR.Reporte", "jsGetReporteRecibo(" . HP_REPLACE_ID . ")", $cTbl->ODicIcons()->REPORTE); $cTbl->OButton("TR.Panel", "var xRec = new RecGen(); xRec.panel(" . HP_REPLACE_ID . ")", $cTbl->ODicIcons()->EJECUTAR); $cTbl->setEventKey("setRecibo"); return $cTbl->Show(); } $jxc->exportFunction('getListRecibos', array('idTipoRecibo', 'idsocio'), "#lst-resultados"); $jxc->process(); $c = parametro("c", false, MQL_RAW); $f = parametro("f", false, MQL_RAW); $xHP->init(); $xFRM = new cHForm("frmsearchrecs", "./"); $xSel = new cHSelect(); $xFRM->addPersonaBasico(); $sqlsel = "SELECT\n\t\t\t\t\t\t\t`operaciones_recibostipo`.`idoperaciones_recibostipo` AS `tipo`,\n\t\t\t\t\t\t\t`operaciones_recibostipo`.`descripcion_recibostipo` AS `descripcion`\n\t\t\t\t\t\tFROM\n\t\t\t\t\t\t\t`operaciones_recibostipo` `operaciones_recibostipo`"; $mSel = $xSel->getListadoGenerico($sqlsel, "idTipoRecibo"); $mSel->addEspOption(SYS_TODAS); $mSel->addEvent("onchange", "getListRecibos()"); $xFRM->addHElem($mSel->get("TR.Tipo de Recibo", true)); $xFRM->addCerrar(); $xFRM->OButton("TR.Buscar", "getListRecibos()", "buscar"); //$xFRM->addSubmit(); $xFRM->addJsBasico(iDE_SOCIO); $xFRM->addHTML('<fieldset><legend>Resultados de la Busqueda</legend><div id="lst-resultados"></div></fieldset>'); echo $xFRM->get(); ?> </body>
if ($clave != null) { $xTabla->setData($xTabla->query()->initByID($clave)); } $xTabla->setData($_REQUEST); $clave = parametro("id", null, MQL_INT); $xSel = new cHSelect(); if ($clave == null) { $step = MQL_ADD; $clave = $xTabla->query()->getLastID() + 1; } else { $step = MQL_MOD; if ($clave != null) { $xTabla->setData($xTabla->query()->initByID($clave)); } } $xFRM = new cHForm("frmbancos_cuentas", "bancos_alta_a_cuentas.frm.php?action={$step}"); if ($action == MQL_ADD) { //Agregar $clave = parametro($xTabla->getKey(), null, MQL_INT); if ($clave != null) { $xTabla->setData($xTabla->query()->initByID($clave)); $xTabla->setData($_REQUEST); $xTabla->query()->insert()->save(); $xFRM->addAvisoRegistroOK(); } } else { if ($action == MQL_MOD) { //Modificar //iniciar $clave = parametro($xTabla->getKey(), null, MQL_INT); if ($clave != null) {
$persona = parametro("persona", DEFAULT_SOCIO, MQL_INT); $persona = parametro("socio", $persona, MQL_INT); $persona = parametro("idsocio", $persona, MQL_INT); $credito = parametro("credito", DEFAULT_CREDITO, MQL_INT); $credito = parametro("idsolicitud", $credito, MQL_INT); $credito = parametro("solicitud", $credito, MQL_INT); $cuenta = parametro("cuenta", 0, MQL_INT); $cuenta = parametro("idcuenta", $cuenta, MQL_INT); $jscallback = parametro("callback"); $tiny = parametro("tiny"); $form = parametro("form"); $action = parametro("action", SYS_NINGUNO); $xHP->init(); $xJs = new jsBasicForm("frm"); $xJs->setIncludeJQuery(); $xFRM = new cHForm("frm", "cuentas.panel.frm.php"); $xBtn = new cHButton(); $xTxt = new cHText(); $xDate = new cHDate(); $xSel = new cHSelect(); if ($cuenta <= 0) { $xFRM->addJsBasico(iDE_CAPTACION); $xFRM->addCuentaCaptacionBasico(true); $xFRM->addSubmit(); } else { $xCta = new cCuentaDeCaptacion($cuenta); $xCta->init(); $xFRM->addHTML($xCta->getFicha(true, "", true)); $xFRM->addSubmit(); //$xFRM->addToolbar( $xBtn->getBasic("TR.refrescar", "jsRecargar()", "refrescar", "refrescar", false ) ); //$xFRM->addToolbar( $xBtn->getBasic("TR.imprimir contrato", "jsRecargar()", "refrescar", "refrescar", false ) );
include_once "../core/core.error.inc.php"; include_once "../core/core.html.inc.php"; include_once "../core/core.init.inc.php"; $theFile = __FILE__; $permiso = getSIPAKALPermissions($theFile); if ($permiso === false) { header("location:../404.php?i=999"); } $_SESSION["current_file"] = addslashes($theFile); //<===== FIN_H $iduser = $_SESSION["log_id"]; //===================================================================================================== $xHP = new cHPage("TR.Registro de Personas"); $xT = new cTipos(); $xLoc = new cLocal(); $xFRM = new cHForm("frmnuevapersona"); $ready = true; $msg = ""; $persona = false; //persona sin inicializar $agregardom = false; $xHP->init(); $idfecharegistro = parametro("idfecharegistro", false, MQL_DATE); $idtipodeingreso = parametro("idtipodeingreso", DEFAULT_TIPO_INGRESO, MQL_INT); $idfigurajuridica = parametro("idfigurajuridica", PERSONAS_FIGURA_FISICA, MQL_INT); $idnombrecompleto = parametro("idnombrecompleto"); $idapellidopaterno = parametro("idapellidopaterno"); $idapellidomaterno = parametro("idapellidomaterno"); $idregimenfiscal = parametro("idregimenfiscal", DEFAULT_REGIMEN_FISCAL, MQL_INT); $idgenero = parametro("idgenero", DEFAULT_GENERO, MQL_INT); $idpais = parametro("idpaisdeorigen", EACP_CLAVE_DE_PAIS);
$oUL->li("Modificar el Monto que se autorizó")-> li("Eliminar Plan de Pagos")-> li("Recalcular Intereses Devengados")-> li("Reestructurar SDPM")-> end() );*/ $oFrm6->addHElem($oTxt->getDeObservaciones("idobservacionesw", "", $xFRM->lang("observaciones"))); $oFrm6->addFootElement($oBtn->getBasic($lguardar, "jsaVincularEmpresa();jsTipTimer()", "guardar", "idvinculocmd")); $oFrm6->addFootElement($oBtn->getBasic($lcancelar, "jsCancelarAccion()", "cancelar", "idcancela6")); echo $oFrm6->get(); ?> </div> <div class="inv" id="divcabiarsoc"> <?php $oFrm7 = new cHForm("frmcambiarpers", "", "idfrmcambiarpers"); $oFrm7->addHElem($oTxt->getDeNombreDePersona("idnuevapersona", "", "TR.Nueva Persona")); $oFrm7->addSubmit("", "jsSetCambiarPersona()", "jsCancelarAccion()"); echo $oFrm7->get(); ?> </div> <?php echo $xHP->setBodyEnd(); $jsb = new jsBasicForm("frmrenegociar"); $jsb->show(); $jxc->drawJavaScript(false, true); ?> <script> var xGen = new Gen(); var ogen = new Gen();
} $_SESSION["current_file"] = addslashes($theFile); //===================================================================================================== $xHP = new cHPage("", HP_FORM); $DDATA = $_REQUEST; $credito = isset($DDATA["credito"]) ? $DDATA["credito"] : DEFAULT_CREDITO; $action = isset($DDATA["action"]) ? $DDATA["action"] : SYS_CERO; //$jxc = new TinyAjax(); //$jxc ->exportFunction('datos_del_pago', array('idsolicitud', 'idparcialidad'), "#iddatos_pago"); //$jxc ->process(); echo $xHP->getHeader(); $jsb = new jsBasicForm("frmdocumentos"); //$jxc ->drawJavaScript(false, true); $ByType = ""; echo $xHP->setBodyinit(); $xFRM = new cHForm("frmfirmas", "importar.plan_de_pagos.frm.php?credito={$credito}&action=" . SYS_UNO); $xFRM->setEnc("multipart/form-data"); $xFRM->setTitle($xHP->getTitle()); $xBtn = new cHButton(); $xTxt = new cHText(); $xTxt2 = new cHText(); $xSel = new cHSelect(); $xF = new cFecha(); $xT = new cTipos(); $msg = ""; if ($action == SYS_CERO) { $xFRM->addHElem("<div class='tx4'><label for='f1'>" . $xFRM->lang("archivo") . "</label><input type='file' name='f1' id='f1' /></div>"); //$xFRM->addHElem( $xTxt2->getDeMoneda("idnumeropagina", $xFRM->lang("numero de", "pagina")) ); $xFRM->addHElem($xTxt->get("idobservaciones", "", "Observaciones")); $xFRM->addSubmit(); $xFRM->addFootElement('<input type="hidden" name="MAX_FILE_SIZE" value="1024000">');
$xCred->init(); $oBtn = new cHButton(); $oTxt = new cHText(); $oFech = new cHDate(); $oSel = new cSelect(""); $oUL = new cHUl(); $oTa = new cHTextArea(); $xCE = new cCreditos_estatus(); $xSelEA = $xCE->query()->html()->select($xCE->descripcion_estatus()->get()); $xCP = new cCreditos_periocidadpagos(); $xSelCP = $xCP->query()->html()->select($xCP->descripcion_periocidadpagos()->get()); $xCTP = new cCreditos_tipo_de_pago(); $xSelTP = $xCTP->query()->html()->select($xCTP->descripcion()->get()); $xPP = new cCreditos_tipoconvenio(); $xSelPP = $xPP->query()->html()->select($xPP->descripcion_tipoconvenio()->get()); $oFRM = new cHForm("frmrenegociar", "", "idfrmrenegociar"); $oFRM->addHElem($xSelPP->get("idpdto", "Producto Actual", $xCred->getClaveDeProducto())); $oFRM->addHElem($xSelCP->get("idperiocidad", "Nueva Periocidad", $xCred->getPeriocidadDePago())); $oFRM->addHElem($xSelTP->get("idtipopago", "Nuevo Tipo de Pago", $xCred->getTipoDePago())); $oFRM->addHElem($oTxt->getDeMoneda("idmonto", "Monto a Renegociar", $xCred->getSaldoActual())); $oFRM->addHElem($oTxt->getDeMoneda("idpagos", "Pagos nuevos", $xCred->getPagosAutorizados())); $oFRM->addHElem($oTxt->getDeMoneda("idtasa", "Tasa Nueva", $xCred->getTasaDeInteres() * 100)); //$oFRM->addHElem( $oTxt->getDeMoneda("idinteres", "Interes a Renegociar", $xCred->getInteresNormalPorPagar() ) ); $oFRM->addHElem($oTa->get("idobservaciones", "", "Observaciones")); $oFRM->addHTML("<p class='aviso' id='resultados'></p>"); $oFRM->addHTML($oUL->li("Se Clona el Credito")->li("Eliminar Plan de Pagos")->li("Reestructurar SDPM")->li("Recalcular Intereses Devengados")->li("Cambiar el Numero de Pagos")->li("Generar Movimiento de Fin de Mes")->end()); $oFRM->addHElem($oBtn->getBasic("Guardar", "jsGuardarCambios", "guardar", "idguardar")); $oFRM->addHElem($oBtn->getBasic("Cancelar", "jsCancelarCambios", "cancelar", "idcancelar")); echo $oFRM->get(); echo $xHP->setBodyEnd(); $jsb->show();
$oFrm->OHidden("idsucursal", $xSoc->getIDSucursalAsociada()); } if ($xSoc->getEsUsuario(true)) { $oFrm->OButton("TR.Actualizar Usuario", "jsaActualizarUsuario()", $oFrm->ic()->EJECUTAR); $oFrm->OHidden("idusuario", $xSoc->getOUsuario()->getID()); } //Agregar convenios $xTListaCreds = new cTabla($xql->getListadoDeCreditos($idsocio), 2); $xTListaCreds->OButton("TR.Panel", "jsGoToPanelCredito(" . HP_REPLACE_ID . ")", $xTListaCreds->ODicIcons()->CONTROL); $xHTabs->addTab("TR.Creditos", $xTListaCreds->Show()); //agregar cuenta de ahorro $xTListaCapt = new cTabla($xql->getListadoDeCuentasDeCapt($idsocio)); $xHTabs->addTab("TR.Captacion", $xTListaCapt->Show()); //Actualizar Descuentos $xDiv2 = new cHDiv("inv", "iddivdescuento"); $xFRM10 = new cHForm("frmdescuento"); $xFRM10->addSubmit("", "jsGuardarDescuento()", "jsCancelarAccion()"); $xFRM10->OMoneda("iddescuento", 0, "TR.Monto"); //======================================== AML /*Validacion*/ if (MODO_DEBUG == true) { $xHTabs->addTab("TR.Validacion", $xSoc->getValidacion(OUT_HTML)); } $xDiv2->addHElem($xFRM10->get()); $oFrm->addHTML($xHTabs->get()); $oFrm->addHTML($xDiv2->get()); $oFrm->OHidden("idsocio", $idsocio); $oFrm->OHidden("idmodificado", ""); $oFrm->OHidden("idcantidad", "0"); $oFrm->addFooterBar(" "); echo $oFrm->get();
include_once "../core/core.error.inc.php"; include_once "../core/core.html.inc.php"; include_once "../core/core.init.inc.php"; $theFile = __FILE__; $permiso = getSIPAKALPermissions($theFile); if ($permiso === false) { header("location:../404.php?i=999"); } $_SESSION["current_file"] = addslashes($theFile); //<===== FIN_H //===================================================================================================== $xHP = new cHPage("TR.Carga de Personas"); ini_set("max_execution_time", 600); $action = isset($_GET["o"]) ? $_GET["o"] : false; $xHP->init(); $xFRM = new cHForm("frmSendFiles", "mae.socios.upload.frm.php?o=u"); $xFRM->setEnc("multipart/form-data"); $xBtn = new cHButton(); $xTxt = new cHText(); $xDate = new cHDate(); $xSel = new cHSelect(); $msg = ""; $ql = new MQL(); $xDiv = new cHDiv(); $xFil = new cHFile(); $xChk = new cHCheckBox(); $xImp = new cFileImporter(); //Si la Operacion es Configurar los Datos if ($action == false) { $xFRM->addHElem($xFil->getBasic("idarchivo", "")); $xFRM->addHElem($xChk->get("TR.Afectar Base de Datos", "idaplicar"));
//$jxc ->process(); $persona = parametro("persona", DEFAULT_SOCIO, MQL_INT); $persona = parametro("socio", $persona, MQL_INT); $persona = parametro("idsocio", $persona, MQL_INT); $credito = parametro("credito", DEFAULT_CREDITO, MQL_INT); $credito = parametro("idsolicitud", $credito, MQL_INT); $credito = parametro("solicitud", $credito, MQL_INT); $cuenta = parametro("cuenta", DEFAULT_CUENTA_CORRIENTE, MQL_INT); $cuenta = parametro("idcuenta", $cuenta, MQL_INT); $jscallback = parametro("callback"); $tiny = parametro("tiny"); $form = parametro("form"); $action = parametro("action", SYS_NINGUNO); echo $xHP->getHeader(); echo $xHP->setBodyinit(); $xFRM = new cHForm("frmpugarentidades", "purgar-entidadesfederativas.frm.php?action=next"); $xBtn = new cHButton(); $xTxt = new cHText(); $xDate = new cHDate(); $xSel = new cHSelect(); $xChk = new cHCheckBox(); $msg = ""; $xFRM->setTitle("TR.purgar de entidadades federativas"); $xFRM->addJsBasico(); //$xFRM->addCreditBasico(); $mql = new MQL(); //Obtener lista de estados $sql = "SELECT * FROM `general_estados` "; $data = $mql->getDataRecord($sql); $cEs = new cGeneral_estados(); foreach ($data as $rows) {
$fecha = parametro("idfecha-0", false, MQL_DATE); $fecha = parametro("idfechaactual", $fecha, MQL_DATE); $persona = parametro("persona", DEFAULT_SOCIO, MQL_INT); $persona = parametro("socio", $persona, MQL_INT); $persona = parametro("idsocio", $persona, MQL_INT); $credito = parametro("credito", DEFAULT_CREDITO, MQL_INT); $credito = parametro("idsolicitud", $credito, MQL_INT); $credito = parametro("solicitud", $credito, MQL_INT); $cuenta = parametro("cuenta", DEFAULT_CUENTA_CORRIENTE, MQL_INT); $cuenta = parametro("idcuenta", $cuenta, MQL_INT); $jscallback = parametro("callback"); $tiny = parametro("tiny"); $form = parametro("form"); $action = parametro("action", SYS_NINGUNO); $xHP->init(); $xFRM = new cHForm("frmseguimiento_llamadas", "llamadas.frm.php"); if ($credito > DEFAULT_CREDITO) { $xCred = new cCredito($credito); $xCred->init(); $xFRM->addHTML($xCred->getFicha(true, "", false, true)); /* ----------------- -----------------------*/ $clave = parametro("idseguimiento_llamadas", null, MQL_INT); $xTabla = new cSeguimiento_llamadas(); if ($clave != null) { $xTabla->setData($xTabla->query()->initByID($clave)); } $xTabla->setData($_REQUEST); $clave = parametro("id", null, MQL_INT); $xSel = new cHSelect(); if ($clave == null) { $step = MQL_ADD;
$jscallback = parametro("callback"); $tiny = parametro("tiny"); $form = parametro("form"); $action = parametro("action", SYS_NINGUNO); $fecha = parametro("idfecha-0", false, MQL_DATE); $fecha = parametro("idfechaactual", $fecha, MQL_DATE); //remote values $msgs = isset($_GET[SYS_MSG]) ? isset($_GET[SYS_MSG]) : "RELLENE LOS DATOS SOLICITADO Y GUARDELO"; $dMonto = isset($_GET["mn"]) ? isset($_GET["mn"]) : 0; $dSocio = isset($_GET["s"]) ? isset($_GET["s"]) : DEFAULT_SOCIO; $dCon = isset($_GET["c"]) ? isset($_GET["c"]) : ""; if ($xCaja->getEstatus() == TESORERIA_CAJA_CERRADA) { $xHP->goToPageError(200); } $xHP->init(); $xFRM = new cHForm("frmmultas", "frmcobrodemultas.php?action=" . MQL_ADD); if ($action == SYS_NINGUNO) { $xFRM->addPersonaBasico(); $xFRM->ODate("idfechaactual", false, "TR.Fecha de cobro"); $xFRM->addCobroBasico(); $xFRM->OText("idconceptomulta", "", "TR.Concepto de Multa"); $xFRM->OMoneda("idmontomulta", 0, "TR.Monto de Multa", true); $xFRM->addGuardar(); } else { $xT = new cTipos(); //=========================================================================== $idsocio = isset($_POST["idsocio"]) ? $xT->cInt($_POST["idsocio"]) : 0; $observaciones = isset($_POST["idconceptomulta"]) ? $xT->cChar($_POST["idconceptomulta"]) : ""; $monto = isset($_POST["idmontomulta"]) ? $xT->cFloat($_POST["idmontomulta"]) : 0; $cheque = isset($_POST["cheque"]) ? $xT->cChar($_POST["cheque"]) : DEFAULT_CHEQUE; $comopago = isset($_POST["ctipo_pago"]) ? $xT->cChar($_POST["ctipo_pago"]) : DEFAULT_TIPO_PAGO;
}*/ $persona = parametro("persona", DEFAULT_SOCIO, MQL_INT); $persona = parametro("socio", $persona, MQL_INT); $persona = parametro("idsocio", $persona, MQL_INT); $credito = parametro("credito", DEFAULT_CREDITO, MQL_INT); $credito = parametro("idsolicitud", $credito, MQL_INT); $credito = parametro("solicitud", $credito, MQL_INT); $cuenta = parametro("cuenta", DEFAULT_CUENTA_CORRIENTE, MQL_INT); $cuenta = parametro("idcuenta", $cuenta, MQL_INT); $jscallback = parametro("callback"); $tiny = parametro("tiny"); $form = parametro("form"); $action = parametro("action", SYS_NINGUNO); $persona = parametro("i", $persona, MQL_INT); $xHP->init(); $xFRM = new cHForm("frm", "./"); $msg = ""; $ssql = $xL->getListadoDeCuentasDeCapt($persona, false, $tipo, $subtipo); $tb = new cTabla($ssql); $tb->setEventKey("setCuenta"); //$tb-> $xFRM->addHTML($tb->Show()); $xFRM->addCerrar(); echo $xFRM->get(); //$jxc ->drawJavaScript(false, true); ?> <script > function setCuenta(id){ msrc = null; if (window.parent){ msrc = window.parent.document; } if (opener){ msrc = opener.document; }
include_once "../core/core.error.inc.php"; include_once "../core/core.html.inc.php"; include_once "../core/core.init.inc.php"; $theFile = __FILE__; $permiso = getSIPAKALPermissions($theFile); if ($permiso === false) { header("location:../404.php?i=999"); } $_SESSION["current_file"] = addslashes($theFile); //===================================================================================================== $xHP = new cHPage("TR.Tipos de Operacion", HP_FORM); $xT = new cTipos(); $xIcs = new cFIcons(); $xHP->init(); $clave = parametro("idoperaciones_tipos", null, MQL_INT); $xFRM = new cHForm("frmoperaciones_tipos", "operaciones_tipos"); $xFRM->OButton("TR.General", "jsGetGrid('general')", $xIcs->REPORTE); $xFRM->OButton("TR.Contabilidad", "jsGetGrid('contable')", $xIcs->CONTABLE); $xFRM->OButton("TR.Clase", "jsGetGrid('clase')", $xIcs->TIPO); $xFRM->OButton("TR.Formulas", "jsGetGrid('formulas')", $xIcs->TIPO); $xFRM->addHTML("<iframe src='../principal.php' id='ifoperaciones' height='800'></iframe>"); echo $xFRM->get(); ?> <script> function jsGetGrid(ctipo) { var xG = new Gen(); //xG.w({ url : "operaciones_tipos.grid.php?tipo=" + ctipo }); $("#ifoperaciones").attr("src", "operaciones_tipos.grid.php?tipo=" + ctipo ); } /* <iframe src="http://webdesign.about.com/od/iframes/a/aaiframe.htm" width="300" height="600">A page about learning iFrames</iframe> */ </script>
//$jxc ->exportFunction('datos_del_pago', array('idsolicitud', 'idparcialidad'), "#iddatos_pago"); //$jxc ->process(); $persona = parametro("persona", DEFAULT_SOCIO, MQL_INT); $persona = parametro("socio", $persona, MQL_INT); $persona = parametro("idsocio", $persona, MQL_INT); $credito = parametro("credito", DEFAULT_CREDITO, MQL_INT); $credito = parametro("idsolicitud", $credito, MQL_INT); $credito = parametro("solicitud", $credito, MQL_INT); $cuenta = parametro("cuenta", DEFAULT_CUENTA_CORRIENTE, MQL_INT); $cuenta = parametro("idcuenta", $cuenta, MQL_INT); $jscallback = parametro("callback"); $tiny = parametro("tiny"); $form = parametro("form"); $action = parametro("action", SYS_NINGUNO); $xHP->init(); $xFRM = new cHForm("frm", "./"); $msg = ""; $xCta = new cCuentaContableEsquema("102010101"); $xFRM->addAviso($xCta->CUENTA_FORMATEADA); $xFRM->addAviso($xCta->CUENTA); $xFRM->addAviso($xCta->NIVEL_ACTUAL); $xFRM->addAviso($xCta->CUENTARAW); $xFRM->addAviso($xCta->SUPERIORES[1]); $xFRM->addAviso($xCta->SUPERIORES[2]); $xFRM->addAviso($xCta->SUPERIORES[3]); $xFRM->addAviso($xCta->SUPERIORES[4]); $xCta = new cCuentaContableEsquema("1-02-0000000"); $xFRM->addAviso($xCta->CUENTA_FORMATEADA); $xFRM->addAviso($xCta->CUENTA); $xFRM->addAviso($xCta->NIVEL_ACTUAL); $xFRM->addAviso($xCta->CUENTARAW);
$jxc->exportFunction('jsaGuardarMovimiento', array('idpoliza', 'idcuenta', 'idcargo', 'idabono', 'idreferencia', 'idconcepto'), "#idmsgs"); $jxc->process(); $persona = parametro("persona", DEFAULT_SOCIO, MQL_INT); $persona = parametro("socio", $persona, MQL_INT); $persona = parametro("idsocio", $persona, MQL_INT); $credito = parametro("credito", DEFAULT_CREDITO, MQL_INT); $credito = parametro("idsolicitud", $credito, MQL_INT); $credito = parametro("solicitud", $credito, MQL_INT); $cuenta = parametro("cuenta", DEFAULT_CUENTA_CORRIENTE, MQL_INT); $cuenta = parametro("idcuenta", $cuenta, MQL_INT); $jscallback = parametro("callback"); $tiny = parametro("tiny"); $form = parametro("form"); $action = parametro("action", SYS_NINGUNO); $xHP->init("initComponents()"); $xFRM = new cHForm("frm", "poliza_movimientos.frm.php"); $msg = ""; $xPol = new cPoliza(false); $xPol->setPorCodigo($poliza); $xPol->init(); $xFRM->addHElem($xPol->getFicha()); $comp = "<table class='mvtoscontables'><td class=\"cuenta\"><input type='text' id='idcuenta' onkeyup='jsKeyAction(event, this)' list='listadocuentas' placeholder='numero de cuenta' autocomplete='off' onfocus='this.select()' onblur='jsaGetNombreCuenta()' /></td>"; $comp .= "<th class=\"nombrecuenta\"><input type='text' id='idnombrecuenta' disabled /></td>"; $comp .= "<td class=\"cargos\"><input type='number' id='idcargo' value='0' onfocus='this.select()' onchange='setFMonto(this)' onfocus='setFMonto(this)' /></td>"; $comp .= "<td class=\"abonos\"><input type='number' id='idabono' value='0' onfocus='this.select()' onchange='setFMonto(this)' onfocus='setFMonto(this)' /></td>"; $comp .= "<td class=\"referencia\"><input type='text' id='idreferencia' onfocus='this.select()' /></td>"; $comp .= "<td class=\"concepto\"><input type='text' id='idconcepto' onfocus='this.select()' onblur='jsSaveMvto()' /></td></table>"; $xFRM->addDivSolo($comp, "", "tx34", "txt14", array(1 => array("id" => "idagregados"))); $xFRM->addDivSolo(" ", "", "tx34", "txt14", array(1 => array("id" => "idlistado"))); $xFRM->addCerrar(); $xFRM->addRefrescar("jsaGetListadoDeMovimientos()");
include_once "../core/go.login.inc.php"; include_once "../core/core.error.inc.php"; include_once "../core/core.html.inc.php"; include_once "../core/core.init.inc.php"; $theFile = __FILE__; //$permiso = getSIPAKALPermissions($theFile); //if($permiso === false){ header ("location:../404.php?i=999"); } $_SESSION["current_file"] = addslashes($theFile); //<===== FIN_H //===================================================================================================== $xP = new cHPage("Pruebas de Fechas", HP_FORM); $xP->setIncludes(); echo $xP->getHeader(); echo $xP->setBodyinit(); //Crear formularios $xHFrm = new cHForm("frmTest", "./test.php"); $xHTxt = new cHText(""); //$txt = $xHTxt->getDeMoneda("id", "Moneda de Prueba", 100); $miFecha = parametro("fecha", fechasys()); $xF = new cFecha(0, $miFecha); //$xHFrm->addHElem( $txt ); $xHFrm->addHElem($xF->show(true)); $xHFrm->addHElem("<p class='aviso'>La {$miFecha}, Inicio se semana==" . $xF->getFechaDeInicioDeSemana() . "</p>"); $xHFrm->addHElem("<p class='aviso'>La {$miFecha}, Inicio se nombre semana==" . $xF->getDayName($xF->getFechaDeInicioDeSemana()) . "</p>"); $xHFrm->addHElem("<p class='aviso'>La {$miFecha}, Dias del Mes==" . $xF->getDiasDelMes() . "</p>"); $xHFrm->addHElem("<p class='aviso'>La {$miFecha}, En Fecha Corta==" . $xF->getFechaCorta() . "</p>"); $xHFrm->addHElem("<p class='aviso'>La {$miFecha}, Fecha Larga==" . $xF->getFechaLarga() . "</p>"); $xHFrm->addHElem("<p class='aviso'>La {$miFecha}, En Fecha Mediana==" . $xF->getFechaMediana() . "</p>"); //$xHFrm->addHElem( ); $xHFrm->addHElem("<p class='aviso'>La {$miFecha}, Fecha Operativa Maxima==" . $xF->getFechaMaximaOperativa() . "</p>"); $xHFrm->addHElem("<p class='aviso'>La {$miFecha}, El Mes Anterior==" . $xF->getFechaMesAnterior() . "</p>");
header("location:../404.php?i=999"); } $_SESSION["current_file"] = addslashes($theFile); //<===== FIN_H $iduser = $_SESSION["log_id"]; //===================================================================================================== $xHP = new cHPage("TR.Editor de contratos"); $oficial = elusuario($iduser); $idcontrato = parametro("idcontrato", 0, MQL_INT); $a = parametro("s"); $jscallback = parametro("callback"); $tiny = parametro("tiny"); $form = parametro("form"); $action = parametro("action", SYS_NINGUNO); $xHP->addJsFile("../js/ckeditor/ckeditor.js"); $xFRM = new cHForm("frmeditor", "frmeditor_contratos.php?action=1"); $xBtn = new cHButton(); $xTxt = new cHText(); $xDate = new cHDate(); $xSel = new cHSelect(); $xFMT = new cFormato(false); $jxc = new TinyAjax(); function jsAgregarContrato($id, $nombre) { $xForma = new cFormato(); } //$jxc ->exportFunction('jsAgregarContrato', array('idsolicitud', 'idparcialidad'), "#iddatos_pago"); $jxc->process(); //ini_set("display_errors", "on"); $xHP->init("initComponents()"); if ($action == SYS_NINGUNO) {
$fecha_final = $xF->getFechaISO($fecha_final); $sql = $xlistas->getListadoDeAlertas(false, false, false, false, $ByEstado); $xT = new cTabla($sql); $xT->setWithMetaData(); $xT->OButton("TR.Dictaminar", "jsModificarEstatus(_REPLACE_ID_)", $xT->ODicIcons()->REPORTE); $xT->OButton("TR.Panel", "jsToPanel(_REPLACE_ID_)", $xT->ODicIcons()->EJECUTAR); $xT->setKeyField($xAl->getKey()); $xT->setKeyTable($xAl->get()); return $xT->Show(); } $jxc->exportFunction('jsaGetListadoDeAvisos', array('idtipoderiesgoaml', 'idfecha-1', 'idfecha-2', 'idactivas'), "#lstalertas"); $jxc->process(); $clave = parametro("id", SYS_TODAS); $xHP->init("jsGetListadoAvisos()"); $jsb = new jsBasicForm(""); $xFRM = new cHForm("frm_alertas", "./"); $xBtn = new cHButton(); $xTxt = new cHText(); $xDate = new cHDate(); $xSel = new cHSelect(); $jsb->setNameForm($xFRM->getName()); $selcat = $xSel->getListaDeTipoDeRiesgoEnAML(); $selcat->addEvent("onblur", "jsGetListadoAvisos()"); $selcat->addEvent("onchange", "jsGetListadoAvisos()"); $selcat->addEspOption(SYS_TODAS); $selcat->setOptionSelect(SYS_TODAS); $xFRM->OHidden("idfecha-1", "", ""); $xFRM->OHidden("idfecha-2", "", ""); //$xFRM->addHElem( $xDate->get( $xFRM->lang("fecha inicial"), $xF->getDiaInicial(), 1 )); //$xFRM->addHElem( $xDate->get( $xFRM->lang("fecha final"), $xF->getDiaFinal(), 2 )); $xFRM->addHElem($selcat->get(true));
include_once "../core/core.init.inc.php"; $theFile = __FILE__; $permiso = getSIPAKALPermissions($theFile); if ($permiso === false) { header("location:../404.php?i=999"); } $_SESSION["current_file"] = addslashes($theFile); //<===== FIN_H $iduser = $_SESSION["log_id"]; //===================================================================================================== $xHP = new cHPage("Recibo de Cobros", HP_RECIBO); $xHP->addCSS("../css/tinybox.css"); $xHP->addJsFile("../js/tinybox.js"); $oficial = elusuario($iduser); $xT = new cTipos(); $xFRM = new cHForm("frmrecibo"); $xF = new cFecha(); $recibo = parametro("recibo", false); $xQl = new MQL(); echo $xHP->getHeader(); if ($recibo == false) { header("location:../404.php?i=" . DEFAULT_CODIGO_DE_ERROR); } $arrQ = array("aumento" => 1, "disminucion" => -1, "ninguna" => 0); //capturar datos del recibo $xRec = new cReciboDeOperacion(false, false, $recibo); $xRec->init(); $DRec = $xRec->getDatosInArray(); $idsocio = $xRec->getCodigoDeSocio(); // $DRec["numero_socio"]; $numero_de_socio = $xRec->getCodigoDeSocio();
include_once "../core/go.login.inc.php"; include_once "../core/core.error.inc.php"; include_once "../core/core.html.inc.php"; include_once "../core/core.init.inc.php"; $theFile = __FILE__; $permiso = getSIPAKALPermissions($theFile); if ($permiso === false) { header("location:../404.php?i=999"); } $_SESSION["current_file"] = addslashes($theFile); //<===== FIN_H //==================================================================================================== $xHP = new cHPage("TR.Creditos del Sistema"); $xDiv = new cHDiv(); $xHP->init(); $xFRM = new cHForm("frm", "./"); $msg = ""; $xFRM->addDivSolo('<img src="../images/banner-safe.png" />'); $xFRM->addHTML("<h3>AUTOR</h3>"); $xFRM->addHTML("<h5>Balam Gonzalez Luis Humberto 2005-2014</h5>"); $xUl2 = new cHUl(); $xUl2->li('<a href="http://www.opencorebanking.com/">Página del Proyecto : www.opencorebanking.com</a>'); $xUl2->li('<a href="http://sourceforge.net/projects/safemicrofin/"> Hosting del Proyecto : SourceForge</a>'); //$xUl2->li('Blog del Proyecto <a href="http://sourceforge.net/apps/wordpress/safemicrofin/">Hospedado en SourceForge</a>'); //$xFRM->addHTML( $xUl2->li('<a href="http://wiki.opencorebanking.com/">Wiki del Proyecto Hospedado en www.opencorebanking.com</a>')->end()); //$xFRM->addDivSolo("") $xFRM->addHTML("<h3>FINANCIAMIENTO</h3>"); $xUl3 = new cHUl(); //<a href="http://www.grupopadio.com.mx"> <a href="http://www.mulmeyah.org"> $xUl3->li('GRUPO PADIO, SOFOM ENR (Desde Agosto de 2013).- Calle 25 # 87-A, Col. México, Mérida, Yucatán'); $xFRM->addHTML($xUl3->li('CAJA SOLIDARIA MULMEYAH, S.C. DE A.P. DE C.V. DE R.L (Hasta Diciembre de 2006).- Calle 61 Num. 50 Entre 16 y 14, Col. Centro. San Francisco de Campeche, 01(981)8113766')->end());
$idsolicitud = parametro("idsolicitud", 0, MQL_INT); $idsocio = parametro("idsocio", 0, MQL_INT); $cheque = parametro("idnumerocheque", DEFAULT_CHEQUE, MQL_INT); $observaciones = parametro("idobservaciones"); $cuenta_cheques = parametro("idcodigodecuenta", DEFAULT_CUENTA_BANCARIA, MQL_INT); $monto_cheque1 = parametro("idmontocheque", 0, MQL_FLOAT); $cuenta_cheques2 = DEFAULT_CUENTA_BANCARIA; $cheque2 = 0; $recibo_fiscal = parametro("idfoliofiscal"); $fecha = parametro("idfechaactual", false, MQL_DATE); //descuentos $creditodescontado = parametro("idcreditodescontado", 0, MQL_INT); $montocreditodesc = parametro("idmontocreditodescontado", 0, MQL_FLOAT); $montocomision = parametro("idmontocomisiondescontado", 0, MQL_FLOAT); $xHP->init(); $xFRM = new cHForm("frmacciones", "./"); if ($idsolicitud <= 0 or $monto_cheque1 <= 0) { echo JS_CLOSE; } else { $xCred = new cCredito($idsolicitud, $idsocio); $xCred->init(); if ($xCred->getEstadoActual() == CREDITO_ESTADO_AUTORIZADO or $monto_cheque1 <= 0) { $recibo = $xCred->setMinistrar($recibo_fiscal, $cheque, $monto_cheque1, $cuenta_cheques, $cheque2, $cuenta_cheques2, $observaciones, $fecha); if (setNoMenorQueCero($recibo) > 0) { $xFRM->addHTML($xCred->getFichaDeSocio()); $xFRM->addHTML($xCred->getFicha()); $xFRM->OButton("TR.RECIBO DE MINISTRACION", "jsImprimirReciboMinistracion()", $xFRM->ic()->REPORTE, "id4"); $xFRM->addToolbar($xBtn->getIrAlInicio(true)); $uPagare = "elUrl='" . $xCred->getOProductoDeCredito()->getPathPagare($idsolicitud) . "';"; $uContrato = "esUrl='" . $xCred->getPathDelContrato() . "';"; if ($creditodescontado >= DEFAULT_CREDITO) {