Exemple #1
0
 private void VentasGCPVListarPL()
 {
     try
     {
         GridPuntoyVendedor.DataSource = ClienteGrupoNego.ClienteGrupoConsultar(Punto, FechaI, FechaF);
         GridPuntoyVendedor.DataBind();
     }
     catch (Exception)
     {
     }
 }
 private void VentasGCPVListarPL()
 {
     try
     {
         GridPuntoyVendedor.DataSource = SAPVentasGCPuntoNego.VentasGCPuntoSAPConsultar(FechaI, FechaF, Punto);
         GridPuntoyVendedor.DataBind();
     }
     catch (Exception)
     {
     }
 }
Exemple #3
0
 private void VentasGCPVDetalleListarPL()
 {
     try
     {
         GridPuntoyVendedor.DataSource = VentasGCPVDetalleNego.VentasGCPVDetalleListarCDatos(Punto, Vendedor, FechaI, FechaF);
         GridPuntoyVendedor.DataBind();
     }
     catch (Exception)
     {
     }
 }
 private void ClienteDetalleListarVentasSaP()
 {
     try
     {
         GridPuntoyVendedor.DataSource = ClienteDetalleNego.ClienteDetalleConsultarCAB(Convert.ToDateTime(FechaInicio), Convert.ToDateTime(FechaFin), cliente, codigoEmpresa);
         GridPuntoyVendedor.DataBind();
     }
     catch (Exception)
     {
     }
 }