當前位置: 首頁>>代碼示例>>PHP>>正文


PHP p_gf_ult函數代碼示例

本文整理匯總了PHP中p_gf_ult函數的典型用法代碼示例。如果您正苦於以下問題:PHP p_gf_ult函數的具體用法?PHP p_gf_ult怎麽用?PHP p_gf_ult使用的例子?那麽, 這裏精選的函數代碼示例或許可以為您提供幫助。


在下文中一共展示了p_gf_ult函數的15個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。

示例1: p_before

         }
     }
 }
 function p_before($codigo)
 {
     if (get('metodo') == 'regsolicitud') {
         $cod = InsertarCuenta($codigo);
         EnviaMail($cod);
     }
 }
 if (get("TipoDato") == "texto") {
     if (get("transaccion") == "UPDATE") {
     }
     if (get("transaccion") == "INSERT") {
         if (get("metodo") == 'regsolicitud') {
             p_gf_ult("Solicitudes", "", $ConexSisEmp);
             $btn = " Iniciar Sesión]" . $enlace . "?muestra=Login]PanelB]}";
             $btnF = Botones($btn, 'botones1', '');
             $titulo = "<div style='width:100%;float:left;'><div style='width:25%;float:left;'><img src='./_imagenes/Logo_IGE.jpg' style='width:70px;' ></div>";
             $titulo .= "<div style='width:70%;float:left;' class='NameLogo'><h1>ASIPP</h1><p >Gestion Empresarial </p></div></div>";
             W($titulo . '<div style="margin-top:100px;margin-bottom:30px; color: #038aCC; font-family:open sans; font-size:larger; text-align: justify;"><label> Espera, ya casi terminamos. Te enviamos un enlace a tu e-mail para que puedas activar tu cuenta.<label></div>' . $btnF);
         }
     }
     if (get("transaccion") == "OTRO") {
         if (get("metodo") == "resgistra_usuario") {
             P_Registro();
         }
         if (get("metodo") == "login_usuario") {
             P_Login();
         }
         if (get("metodo") == "recupera_pass") {
開發者ID:dice9030,項目名稱:GestionLogistico,代碼行數:31,代碼來源:login_user.php

示例2: p_after

    ///////////////////////////////////
    function p_after($codigo)
    {
        if (get("Formulario") == "ClienteA") {
            Cliente("Resultado", $codigo);
        }
    }
    if (get("TipoDato") == "texto") {
        if (get("Transaccion") == "UPDATE") {
            if (get("Formulario") == "Logo_Empresa") {
                p_gf_ult("Logo_Empresa", get("Codigo"), '');
                Site("Editar");
            }
        }
        if (get("Transaccion") == "INSERT") {
            if (get("Formulario") == "ClienteA") {
                p_gf_ult("ClienteA", '', $ConexionEmpresa);
            }
        }
        if (get("Transaccion") == "BUSCAR") {
        }
    }
    if (get("Transaccion") == "DELETE") {
    }
    exit;
}
/////////////////////////////////////////////////// FUNCIONES ////////////////////////////////////////////
function Main($ProformaCod)
{
    global $conexDefsei, $enlace, $ConexionEmpresa, $Codigo_empresa, $Url_id;
    $sql = 'SELECT Codigo,Cliente,FechaHoraCreacion
開發者ID:dice9030,項目名稱:GestionLogistico,代碼行數:31,代碼來源:proforma.php

示例3: p_before

         return $valor;
     }
 }
 function p_before($codigo)
 {
 }
 if (get("TipoDato") == "texto") {
     if (get("transaccion") == "UPDATE") {
         if (get("metodo") == "Entidades") {
             p_gf_ult("Entidad", get('codEntidad'), $ConexionEmpresa);
             Entidades("ListadoEnt");
         }
     }
     if (get("transaccion") == "INSERT") {
         if (get("metodo") == "Entidades") {
             p_gf_ult("Entidad", "", $ConexionEmpresa);
             Entidades("Listado");
         }
     }
     if (get("transaccion") == "OTRO") {
         if (get("metodo") == "resgistra_usuario") {
             P_Registro();
         }
         if (get("metodo") == "login_usuario") {
             P_Login();
         }
         if (get("metodo") == "recupera_pass") {
             P_RecuperaPass();
         }
         if (get("metodo") == "validar_email") {
             P_Activar();
開發者ID:dice9030,項目名稱:GestionLogistico,代碼行數:31,代碼來源:g_pendientes.php

示例4: p_before

         return $valor;
     }
 }
 function p_before($codigo)
 {
 }
 if (get("TipoDato") == "texto") {
     if (get("transaccion") == "UPDATE") {
         if (get("metodo") == "Entidades") {
             p_gf_ult("Entidad", get('codEnt'), $ConexionEmpresa);
             Entidades("Listado");
         }
     }
     if (get("transaccion") == "INSERT") {
         if (get("metodo") == "pruba_diego_edit") {
             p_gf_ult("pruba_diego_edit", "", $ConexionEmpresa);
             Formulario("Listado");
         }
     }
     if (get("transaccion") == "OTRO") {
         if (get("metodo") == "resgistra_usuario") {
             P_Registro();
         }
         if (get("metodo") == "login_usuario") {
             P_Login();
         }
         if (get("metodo") == "recupera_pass") {
             P_RecuperaPass();
         }
         if (get("metodo") == "validar_email") {
             P_Activar();
開發者ID:dice9030,項目名稱:GestionLogistico,代碼行數:31,代碼來源:prueba_form.php

示例5: p_before

         return $valor;
     }
 }
 function p_before($codigo)
 {
 }
 if (get("TipoDato") == "texto") {
     if (get("transaccion") == "UPDATE") {
         if (get("metodo") == "Tipo_Moneda") {
             p_gf_ult("Tipo_Moneda", get('CodigoPD'), $ConexionEmpresa);
             PeriodoAnual("Listado");
         }
     }
     if (get("transaccion") == "INSERT") {
         if (get("metodo") == "Tipo_Moneda") {
             p_gf_ult("Tipo_Moneda", "", $ConexionEmpresa);
             PeriodoAnual("Listado");
         }
     }
     if (get("transaccion") == "OTRO") {
         if (get("metodo") == "resgistra_usuario") {
             P_Registro();
         }
         if (get("metodo") == "login_usuario") {
             P_Login();
         }
         if (get("metodo") == "recupera_pass") {
             P_RecuperaPass();
         }
         if (get("metodo") == "validar_email") {
             P_Activar();
開發者ID:dice9030,項目名稱:GestionLogistico,代碼行數:31,代碼來源:g_periodos.php

示例6: p_before

            return $valor;
        }
    }
    function p_before($codigo)
    {
    }
    if (get("TipoDato") == "texto") {
        if (get("transaccion") == "UPDATE") {
            if (get("metodo") == "control_docu") {
                p_gf_ult("control_docu", get('CodigoPD'), $ConexionEmpresa);
                BalancexMes("Listado");
            }
        }
        if (get("transaccion") == "INSERT") {
            if (get("metodo") == "control_docu") {
                p_gf_ult("control_docu", "", $ConexionEmpresa);
                BalancexMes("Listado");
            }
        }
    }
    if (get("transaccion") == "DELETE") {
        if (get("metodo") == "Entidades") {
            DReg("Entidad", "Codigo", "'" . get("codEnt") . "'", $ConexionEmpresa);
            BalancexMes("Listado");
        }
    }
    exit;
}
function BalancexMes($Arg)
{
    global $ConexionEmpresa, $enlace, $conexDefsei;
開發者ID:dice9030,項目名稱:GestionLogistico,代碼行數:31,代碼來源:g_rep_balance_mes.php

示例7: p_gf_ult

         if (get("metodo") == "Pedidos") {
             p_gf_ult("pedidos", get('codPed'), $ConexionEmpresa);
             Pedidos("Listado");
         }
         if (get("metodo") == "PedidosDet") {
             p_gf_ult("pedidosdet", get('codPedDet'), $ConexionEmpresa);
             Pedidos("PedidosDeta");
         }
     }
     if (get("transaccion") == "INSERT") {
         if (get("metodo") == "Pedidos") {
             p_gf_ult("pedidos", "", $ConexionEmpresa);
             Pedidos("PedidosDeta");
         }
         if (get("metodo") == "PedidosDet") {
             p_gf_ult("pedidosdet", "", $ConexionEmpresa);
             Pedidos("PedidosDeta");
         }
     }
     if (get("transaccion") == "OTRO") {
         if (get("metodo") == "Pedidos") {
             emitirPedido(get('codPed'));
             Pedidos("Listado");
         }
     }
 }
 if (get("transaccion") == "DELETE") {
     if (get("metodo") == "Pedidos") {
         DReg("pedidos", "Codigo", "'" . get("codPed") . "'", $ConexionEmpresa);
         Pedidos("Listado");
     }
開發者ID:dice9030,項目名稱:GestionLogistico,代碼行數:31,代碼來源:g_pedidos.php

示例8: p_gf_ult

         }
         if (get("metodo") == "Configuracion_TAsiento_Doc") {
             p_gf_ult("Configuracion_TAsiento_Doc", get('codTAD'), $ConexionEmpresa);
             TipoAsientoCont("ConfiguracionDet2", get("codTA"));
         }
     }
     if (get("transaccion") == "INSERT") {
         if (get("metodo") == "Configuracion_Tipo_Asiento") {
             p_gf_ult("Configuracion_Tipo_Asiento", "", $ConexionEmpresa);
         }
         if (get("metodo") == "configuracion_tipo_asiento_det") {
             p_gf_ult("configuracion_tipo_asiento_det", "", $ConexionEmpresa);
             TipoAsientoCont("ConfiguracionDet", get("codTA"));
         }
         if (get("metodo") == "Configuracion_TAsiento_Doc") {
             p_gf_ult("Configuracion_TAsiento_Doc", "", $ConexionEmpresa);
             TipoAsientoCont("ConfiguracionDet2", get("codTA"));
         }
     }
     if (get("transaccion") == "OTRO") {
     }
 }
 if (get("transaccion") == "DELETE") {
     if (get("metodo") == "configuracion_tipo_asiento_det") {
         DReg('ct_configuracion_tipo_asiento_det', 'Codigo', get('codCTAD'), $ConexionEmpresa);
         TipoAsientoCont("ConfiguracionDet", get("codTA"));
     }
     if (get('metodo') == 'ConfiguracionDet2Add') {
         DReg('ct_configuracion_tipoasiento_documento', 'Codigo', get('codTAD'), $ConexionEmpresa);
     }
     if (get('metodo') == 'ConfiguracionDet2Del') {
開發者ID:dice9030,項目名稱:GestionLogistico,代碼行數:31,代碼來源:g_configuracion.php

示例9: p_before

            return $valor;
        }
    }
    function p_before($codigo)
    {
    }
    if (get("TipoDato") == "texto") {
        if (get("transaccion") == "UPDATE") {
            if (get("metodo") == "Apertura") {
                p_gf_ult("Apertura", get('CodigoPD'), $ConexionEmpresa);
                ControlApertura("Listado");
            }
        }
        if (get("transaccion") == "INSERT") {
            if (get("metodo") == "Apertura") {
                p_gf_ult("Apertura", "", $ConexionEmpresa);
                ControlApertura("Listado");
            }
        }
    }
    if (get("transaccion") == "DELETE") {
        if (get("metodo") == "Apertura") {
            DReg("Apertura", "Codigo", "'" . get("CodigoPD") . "'", $ConexionEmpresa);
            ControlApertura("Listado");
        }
    }
    exit;
}
function ControlApertura($Arg)
{
    global $ConexionEmpresa, $enlace;
開發者ID:dice9030,項目名稱:GestionLogistico,代碼行數:31,代碼來源:g_apertura.php

示例10: p_before

         return $valor;
     }
 }
 function p_before($codigo)
 {
 }
 if (get("TipoDato") == "texto") {
     if (get("transaccion") == "UPDATE") {
         if (get("metodo") == "impuesto") {
             p_gf_ult("impuesto", get('CodigoPD'), $ConexionEmpresa);
             MantImpuesto("Listado");
         }
     }
     if (get("transaccion") == "INSERT") {
         if (get("metodo") == "impuesto") {
             p_gf_ult("impuesto", "", $ConexionEmpresa);
             MantImpuesto("Listado");
         }
     }
     if (get("transaccion") == "OTRO") {
         if (get("metodo") == "resgistra_usuario") {
             P_Registro();
         }
         if (get("metodo") == "login_usuario") {
             P_Login();
         }
         if (get("metodo") == "recupera_pass") {
             P_RecuperaPass();
         }
         if (get("metodo") == "validar_email") {
             P_Activar();
開發者ID:dice9030,項目名稱:GestionLogistico,代碼行數:31,代碼來源:g_impuesto.php

示例11: p_before

         return $valor;
     }
 }
 function p_before($codigo)
 {
 }
 if (get("TipoDato") == "texto") {
     if (get("transaccion") == "UPDATE") {
         if (get("metodo") == "Tipo_Cambio") {
             p_gf_ult("Tipo_Cambio", get('CodigoPD'), $ConexionEmpresa);
             TipoCambio("TipoCambio");
         }
     }
     if (get("transaccion") == "INSERT") {
         if (get("metodo") == "Tipo_Cambio") {
             p_gf_ult("Tipo_Cambio", "", $ConexionEmpresa);
             TipoCambio("TipoCambio");
         }
     }
     if (get("transaccion") == "OTRO") {
         if (get("metodo") == "resgistra_usuario") {
             P_Registro();
         }
         if (get("metodo") == "login_usuario") {
             P_Login();
         }
         if (get("metodo") == "recupera_pass") {
             P_RecuperaPass();
         }
         if (get("metodo") == "validar_email") {
             P_Activar();
開發者ID:dice9030,項目名稱:GestionLogistico,代碼行數:31,代碼來源:g_tipo_cambio.php

示例12: p_before

         return $valor;
     }
 }
 function p_before($codigo)
 {
 }
 if (get("TipoDato") == "texto") {
     if (get("transaccion") == "UPDATE") {
         if (get("metodo") == "control_guia") {
             p_gf_ult("control_guia", get('CodigoPD'), $ConexionEmpresa);
             MantGuia("guia");
         }
     }
     if (get("transaccion") == "INSERT") {
         if (get("metodo") == "control_guia") {
             p_gf_ult("control_guia", "", $ConexionEmpresa);
             MantGuia("guia");
         }
     }
     if (get("transaccion") == "OTRO") {
         if (get("metodo") == "resgistra_usuario") {
             P_Registro();
         }
         if (get("metodo") == "login_usuario") {
             P_Login();
         }
         if (get("metodo") == "recupera_pass") {
             P_RecuperaPass();
         }
         if (get("metodo") == "validar_email") {
             P_Activar();
開發者ID:dice9030,項目名稱:GestionLogistico,代碼行數:31,代碼來源:control_guia.php

示例13: p_before

            return $valor;
        }
    }
    function p_before($codigo)
    {
    }
    if (get("TipoDato") == "texto") {
        if (get("transaccion") == "UPDATE") {
            if (get("metodo") == "LibroContables") {
                p_gf_ult("LibroContables", get('CodigoPD'), $ConexionEmpresa);
                LibroContable("Listado");
            }
        }
        if (get("transaccion") == "INSERT") {
            if (get("metodo") == "LibroContables") {
                p_gf_ult("LibroContables", "", $ConexionEmpresa);
                LibroContable("Listado");
            }
        }
    }
    if (get("transaccion") == "DELETE") {
        if (get("metodo") == "LibroContables") {
            DReg("ct_libros_contables", "Codigo", "'" . get("CodigoPD") . "'", $ConexionEmpresa);
            LibroContable("Listado");
        }
    }
    exit;
}
function LibroContable($Arg)
{
    global $ConexionEmpresa, $enlace;
開發者ID:dice9030,項目名稱:GestionLogistico,代碼行數:31,代碼來源:g_libros.php

示例14: p_before

    }
    function p_before($codigo)
    {
        global $ConexionEmpresa;
        $sql = "UPDATE sys_usuarios SET UMiembro = " . $_SESSION['UMiembro']['int'] . " WHERE Codigo=" . $codigo;
        xSQL2($sql, $ConexionEmpresa);
    }
    if (get("transaccion") == "INSERT") {
        if (get("metodo") == "datos_usuario") {
            p_gf_ult("datos_usuario", "", $ConexionEmpresa);
            ctaUsuario("Listado");
        }
    }
    if (get("transaccion") == "UPDATE") {
        if (get("metodo") == "datos_usuario") {
            p_gf_ult("datos_usuario", get('CodigoPD'), $ConexionEmpresa);
            W("UPDATE");
            ctaUsuario("Editar");
        }
    }
    exit;
}
function ctaUsuario($Arg)
{
    global $ConexionEmpresa, $enlace;
    switch ($Arg) {
        case "Listado":
            #$btn = "<div class='botIconS'><i class='icon-arrow-left'></i></div>]".$enlace."?Usuario=Listado]Cuerpo}";
            $btn .= "Crear]" . $enlace . "?Usuario=Crear]PanelB}";
            $btn = Botones($btn, 'botones1', '');
            $btn = tituloBtnPn("<span>LISTADO</span><p >USUARIO</p><div class='bicel'></div>", $btn, "200px", "TituloA");
開發者ID:dice9030,項目名稱:GestionLogistico,代碼行數:31,代碼來源:g_registro_usuario.php

示例15: p_gf_ult

        }
    }
    if (get("TipoDato") == "texto") {
        if (get("transaccion") == "UPDATE") {
            if (get("metodo") == "RegistroVentas") {
                p_gf_ult("registro_venta", get('codRegVentas'), $ConexionEmpresa);
                RegistroVentas("Listado");
            }
        }
        if (get("transaccion") == "INSERT") {
            if (get("metodo") == "unload_reg_ventas") {
                p_gf_ult("unload_reg_ventas", "", $ConexionEmpresa);
                RegistroVentas('Procesar');
            }
            if (get("metodo") == "RegistroVentas") {
                p_gf_ult("registro_venta", "", $ConexionEmpresa);
                RegistroVentas("Listado");
            }
        }
        if (get("transaccion") == "OTRO") {
        }
    }
    if (get("transaccion") == "DELETE") {
        if (get("metodo") == "RegistroVentas") {
            DReg("ct_registro_ventas", "Codigo", "'" . get("codRegVentas") . "'", $ConexionEmpresa);
            RegistroVentas("Listado");
        }
    }
    exit;
}
function RegistroVentas($Arg)
開發者ID:dice9030,項目名稱:GestionLogistico,代碼行數:31,代碼來源:g_registro_ventas.php


注:本文中的p_gf_ult函數示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。